Interface ListMonitoredResourceDescriptorsResponseOrBuilder (3.2.9)

public interface ListMonitoredResourceDescriptorsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract 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;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract 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;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getResourceDescriptors(int index)

public abstract 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;

Parameter
NameDescription
indexint
Returns
TypeDescription
com.google.api.MonitoredResourceDescriptor

getResourceDescriptorsCount()

public abstract 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;

Returns
TypeDescription
int

getResourceDescriptorsList()

public abstract List<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;

Returns
TypeDescription
List<com.google.api.MonitoredResourceDescriptor>

getResourceDescriptorsOrBuilder(int index)

public abstract 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;

Parameter
NameDescription
indexint
Returns
TypeDescription
com.google.api.MonitoredResourceDescriptorOrBuilder

getResourceDescriptorsOrBuilderList()

public abstract List<? extends 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;

Returns
TypeDescription
List<? extends com.google.api.MonitoredResourceDescriptorOrBuilder>