lightstep.com.google.api.MonitoredResourceDescriptorOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/api/monitored_resource.proto
package lightstep.lightstep.lightstep.com.google.api;
public interface MonitoredResourceDescriptorOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.api.MonitoredResourceDescriptor)
lightstep.com.lightstep.lightstep.lightstep.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}"`.
*
*
* string name = 5;
*/
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}"`.
*
*
* string name = 5;
*/
lightstep.com.lightstep.lightstep.lightstep.google.protobuf.ByteString
getNameBytes();
/**
*
* Required. The monitored resource type. For example, the type
* `"cloudsql_database"` represents databases in Google Cloud SQL.
* The maximum length of this value is 256 characters.
*
*
* string type = 1;
*/
String getType();
/**
*
* Required. The monitored resource type. For example, the type
* `"cloudsql_database"` represents databases in Google Cloud SQL.
* The maximum length of this value is 256 characters.
*
*
* string type = 1;
*/
lightstep.com.lightstep.lightstep.lightstep.google.protobuf.ByteString
getTypeBytes();
/**
*
* Optional. A concise name for the monitored resource type that might be
* displayed in user interfaces. It should be a Title Cased Noun Phrase,
* without any article or other determiners. For example,
* `"Google Cloud SQL Database"`.
*
*
* string display_name = 2;
*/
String getDisplayName();
/**
*
* Optional. A concise name for the monitored resource type that might be
* displayed in user interfaces. It should be a Title Cased Noun Phrase,
* without any article or other determiners. For example,
* `"Google Cloud SQL Database"`.
*
*
* string display_name = 2;
*/
lightstep.com.lightstep.lightstep.lightstep.google.protobuf.ByteString
getDisplayNameBytes();
/**
*
* Optional. A detailed description of the monitored resource type that might
* be used in documentation.
*
*
* string description = 3;
*/
String getDescription();
/**
*
* Optional. A detailed description of the monitored resource type that might
* be used in documentation.
*
*
* string description = 3;
*/
lightstep.com.lightstep.lightstep.lightstep.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;
*/
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 extends LabelDescriptorOrBuilder>
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;
*/
LabelDescriptorOrBuilder getLabelsOrBuilder(
int index);
/**
*
* Optional. The launch stage of the monitored resource definition.
*
*
* .google.api.LaunchStage launch_stage = 7;
*/
int getLaunchStageValue();
/**
*
* Optional. The launch stage of the monitored resource definition.
*
*
* .google.api.LaunchStage launch_stage = 7;
*/
LaunchStage getLaunchStage();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy