Interface ListNotificationChannelDescriptorsResponseOrBuilder (3.3.0)

public interface ListNotificationChannelDescriptorsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getChannelDescriptors(int index)

public abstract NotificationChannelDescriptor getChannelDescriptors(int index)

The monitored resource descriptors supported for the specified project, optionally filtered.

repeated .google.monitoring.v3.NotificationChannelDescriptor channel_descriptors = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
NotificationChannelDescriptor

getChannelDescriptorsCount()

public abstract int getChannelDescriptorsCount()

The monitored resource descriptors supported for the specified project, optionally filtered.

repeated .google.monitoring.v3.NotificationChannelDescriptor channel_descriptors = 1;

Returns
TypeDescription
int

getChannelDescriptorsList()

public abstract List<NotificationChannelDescriptor> getChannelDescriptorsList()

The monitored resource descriptors supported for the specified project, optionally filtered.

repeated .google.monitoring.v3.NotificationChannelDescriptor channel_descriptors = 1;

Returns
TypeDescription
List<NotificationChannelDescriptor>

getChannelDescriptorsOrBuilder(int index)

public abstract NotificationChannelDescriptorOrBuilder getChannelDescriptorsOrBuilder(int index)

The monitored resource descriptors supported for the specified project, optionally filtered.

repeated .google.monitoring.v3.NotificationChannelDescriptor channel_descriptors = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
NotificationChannelDescriptorOrBuilder

getChannelDescriptorsOrBuilderList()

public abstract List<? extends NotificationChannelDescriptorOrBuilder> getChannelDescriptorsOrBuilderList()

The monitored resource descriptors supported for the specified project, optionally filtered.

repeated .google.monitoring.v3.NotificationChannelDescriptor channel_descriptors = 1;

Returns
TypeDescription
List<? extends com.google.monitoring.v3.NotificationChannelDescriptorOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

If not empty, indicates that there may be more results that match the request. Use the value in the page_token field in a subsequent request to fetch the next set of results. If empty, all results have been returned.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

If not empty, indicates that there may be more results that match the request. Use the value in the page_token field in a subsequent request to fetch the next set of results. If empty, all results have been returned.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.