public interface ListMonitoredResourceDescriptorsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getNextPageToken()
If there are more results than have been returned, then this field is set
to a non-empty value.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
If there are more results than have been returned, then this field is set
to a non-empty value.
|
com.google.api.MonitoredResourceDescriptor |
getResourceDescriptors(int index)
The monitored resource descriptors that are available to this project
and that match `filter`, if present.
|
int |
getResourceDescriptorsCount()
The monitored resource descriptors that are available to this project
and that match `filter`, if present.
|
java.util.List<com.google.api.MonitoredResourceDescriptor> |
getResourceDescriptorsList()
The monitored resource descriptors that are available to this project
and that match `filter`, if present.
|
com.google.api.MonitoredResourceDescriptorOrBuilder |
getResourceDescriptorsOrBuilder(int index)
The monitored resource descriptors that are available to this project
and that match `filter`, if present.
|
java.util.List<? extends com.google.api.MonitoredResourceDescriptorOrBuilder> |
getResourceDescriptorsOrBuilderList()
The monitored resource descriptors that are available to this project
and that match `filter`, if present.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<com.google.api.MonitoredResourceDescriptor> getResourceDescriptorsList()
The monitored resource descriptors that are available to this project and that match `filter`, if present.
repeated .google.api.MonitoredResourceDescriptor resource_descriptors = 1;com.google.api.MonitoredResourceDescriptor getResourceDescriptors(int index)
The monitored resource descriptors that are available to this project and that match `filter`, if present.
repeated .google.api.MonitoredResourceDescriptor resource_descriptors = 1;int getResourceDescriptorsCount()
The monitored resource descriptors that are available to this project and that match `filter`, if present.
repeated .google.api.MonitoredResourceDescriptor resource_descriptors = 1;java.util.List<? extends com.google.api.MonitoredResourceDescriptorOrBuilder> getResourceDescriptorsOrBuilderList()
The monitored resource descriptors that are available to this project and that match `filter`, if present.
repeated .google.api.MonitoredResourceDescriptor resource_descriptors = 1;com.google.api.MonitoredResourceDescriptorOrBuilder getResourceDescriptorsOrBuilder(int index)
The monitored resource descriptors that are available to this project and that match `filter`, if present.
repeated .google.api.MonitoredResourceDescriptor resource_descriptors = 1;java.lang.String getNextPageToken()
If there are more results than have been returned, then this field is set to a non-empty value. To see the additional results, use that value as `pageToken` in the next call to this method.
optional string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
If there are more results than have been returned, then this field is set to a non-empty value. To see the additional results, use that value as `pageToken` in the next call to this method.
optional string next_page_token = 2;