Interface ListMonitoredResourceDescriptorsResponseOrBuilder (3.43.0)

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
Type Description
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
Type Description
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
Name Description
index int
Returns
Type Description
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
Type Description
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
Type Description
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
Name Description
index int
Returns
Type Description
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
Type Description
List<? extends com.google.api.MonitoredResourceDescriptorOrBuilder>