public interface ListNotificationChannelDescriptorsResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
NotificationChannelDescriptor |
getChannelDescriptors(int index)
The monitored resource descriptors supported for the specified
project, optionally filtered.
|
int |
getChannelDescriptorsCount()
The monitored resource descriptors supported for the specified
project, optionally filtered.
|
java.util.List<NotificationChannelDescriptor> |
getChannelDescriptorsList()
The monitored resource descriptors supported for the specified
project, optionally filtered.
|
NotificationChannelDescriptorOrBuilder |
getChannelDescriptorsOrBuilder(int index)
The monitored resource descriptors supported for the specified
project, optionally filtered.
|
java.util.List<? extends NotificationChannelDescriptorOrBuilder> |
getChannelDescriptorsOrBuilderList()
The monitored resource descriptors supported for the specified
project, optionally filtered.
|
java.lang.String |
getNextPageToken()
If not empty, indicates that there may be more results that match
the request.
|
ByteString |
getNextPageTokenBytes()
If not empty, indicates that there may be more results that match
the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.List<NotificationChannelDescriptor> getChannelDescriptorsList()
The monitored resource descriptors supported for the specified project, optionally filtered.
repeated .google.monitoring.v3.NotificationChannelDescriptor channel_descriptors = 1;
NotificationChannelDescriptor getChannelDescriptors(int index)
The monitored resource descriptors supported for the specified project, optionally filtered.
repeated .google.monitoring.v3.NotificationChannelDescriptor channel_descriptors = 1;
int getChannelDescriptorsCount()
The monitored resource descriptors supported for the specified project, optionally filtered.
repeated .google.monitoring.v3.NotificationChannelDescriptor channel_descriptors = 1;
java.util.List<? extends NotificationChannelDescriptorOrBuilder> getChannelDescriptorsOrBuilderList()
The monitored resource descriptors supported for the specified project, optionally filtered.
repeated .google.monitoring.v3.NotificationChannelDescriptor channel_descriptors = 1;
NotificationChannelDescriptorOrBuilder getChannelDescriptorsOrBuilder(int index)
The monitored resource descriptors supported for the specified project, optionally filtered.
repeated .google.monitoring.v3.NotificationChannelDescriptor channel_descriptors = 1;
java.lang.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;
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;