All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.api.MonitoredResourceDescriptorOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/api/monitored_resource.proto

package com.google.api;

public interface MonitoredResourceDescriptorOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.api.MonitoredResourceDescriptor)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Optional. The resource name of the monitored resource descriptor:
   * `"projects/{project_id}/monitoredResourceDescriptors/{type}"` where
   * {type} is the value of the `type` field in this object and
   * {project_id} is a project ID that provides API-specific context for
   * accessing the type.  APIs that do not use project information can use the
   * resource name format `"monitoredResourceDescriptors/{type}"`.
   * 
* * optional string name = 5; */ java.lang.String getName(); /** *
   * Optional. The resource name of the monitored resource descriptor:
   * `"projects/{project_id}/monitoredResourceDescriptors/{type}"` where
   * {type} is the value of the `type` field in this object and
   * {project_id} is a project ID that provides API-specific context for
   * accessing the type.  APIs that do not use project information can use the
   * resource name format `"monitoredResourceDescriptors/{type}"`.
   * 
* * optional string name = 5; */ com.google.protobuf.ByteString getNameBytes(); /** *
   * Required. The monitored resource type. For example, the type
   * `"cloudsql_database"` represents databases in Google Cloud SQL.
   * 
* * optional string type = 1; */ java.lang.String getType(); /** *
   * Required. The monitored resource type. For example, the type
   * `"cloudsql_database"` represents databases in Google Cloud SQL.
   * 
* * optional string type = 1; */ com.google.protobuf.ByteString getTypeBytes(); /** *
   * Optional. A concise name for the monitored resource type that might be
   * displayed in user interfaces. For example, `"Google Cloud SQL Database"`.
   * 
* * optional string display_name = 2; */ java.lang.String getDisplayName(); /** *
   * Optional. A concise name for the monitored resource type that might be
   * displayed in user interfaces. For example, `"Google Cloud SQL Database"`.
   * 
* * optional string display_name = 2; */ com.google.protobuf.ByteString getDisplayNameBytes(); /** *
   * Optional. A detailed description of the monitored resource type that might
   * be used in documentation.
   * 
* * optional string description = 3; */ java.lang.String getDescription(); /** *
   * Optional. A detailed description of the monitored resource type that might
   * be used in documentation.
   * 
* * optional string description = 3; */ com.google.protobuf.ByteString getDescriptionBytes(); /** *
   * Required. A set of labels used to describe instances of this monitored
   * resource type. For example, an individual Google Cloud SQL database is
   * identified by values for the labels `"database_id"` and `"zone"`.
   * 
* * repeated .google.api.LabelDescriptor labels = 4; */ java.util.List getLabelsList(); /** *
   * Required. A set of labels used to describe instances of this monitored
   * resource type. For example, an individual Google Cloud SQL database is
   * identified by values for the labels `"database_id"` and `"zone"`.
   * 
* * repeated .google.api.LabelDescriptor labels = 4; */ com.google.api.LabelDescriptor getLabels(int index); /** *
   * Required. A set of labels used to describe instances of this monitored
   * resource type. For example, an individual Google Cloud SQL database is
   * identified by values for the labels `"database_id"` and `"zone"`.
   * 
* * repeated .google.api.LabelDescriptor labels = 4; */ int getLabelsCount(); /** *
   * Required. A set of labels used to describe instances of this monitored
   * resource type. For example, an individual Google Cloud SQL database is
   * identified by values for the labels `"database_id"` and `"zone"`.
   * 
* * repeated .google.api.LabelDescriptor labels = 4; */ java.util.List getLabelsOrBuilderList(); /** *
   * Required. A set of labels used to describe instances of this monitored
   * resource type. For example, an individual Google Cloud SQL database is
   * identified by values for the labels `"database_id"` and `"zone"`.
   * 
* * repeated .google.api.LabelDescriptor labels = 4; */ com.google.api.LabelDescriptorOrBuilder getLabelsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy