public interface ListMonitoredResourceDescriptorsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
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, hasOneofList<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;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;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 `page_token` in the next call to this method.
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 `page_token` in the next call to this method.
string next_page_token = 2;Copyright © 2024 Google LLC. All rights reserved.