Package com.google.monitoring.v3
Interface ListNotificationChannelDescriptorsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListNotificationChannelDescriptorsResponse,ListNotificationChannelDescriptorsResponse.Builder
public interface ListNotificationChannelDescriptorsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NotificationChannelDescriptorgetChannelDescriptors(int index)The monitored resource descriptors supported for the specified project, optionally filtered.intgetChannelDescriptorsCount()The monitored resource descriptors supported for the specified project, optionally filtered.List<NotificationChannelDescriptor>getChannelDescriptorsList()The monitored resource descriptors supported for the specified project, optionally filtered.NotificationChannelDescriptorOrBuildergetChannelDescriptorsOrBuilder(int index)The monitored resource descriptors supported for the specified project, optionally filtered.List<? extends NotificationChannelDescriptorOrBuilder>getChannelDescriptorsOrBuilderList()The monitored resource descriptors supported for the specified project, optionally filtered.StringgetNextPageToken()If not empty, indicates that there may be more results that match the request.com.google.protobuf.ByteStringgetNextPageTokenBytes()If not empty, indicates that there may be more results that match the request.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getChannelDescriptorsList
List<NotificationChannelDescriptor> getChannelDescriptorsList()
The monitored resource descriptors supported for the specified project, optionally filtered.
repeated .google.monitoring.v3.NotificationChannelDescriptor channel_descriptors = 1;
-
getChannelDescriptors
NotificationChannelDescriptor getChannelDescriptors(int index)
The monitored resource descriptors supported for the specified project, optionally filtered.
repeated .google.monitoring.v3.NotificationChannelDescriptor channel_descriptors = 1;
-
getChannelDescriptorsCount
int getChannelDescriptorsCount()
The monitored resource descriptors supported for the specified project, optionally filtered.
repeated .google.monitoring.v3.NotificationChannelDescriptor channel_descriptors = 1;
-
getChannelDescriptorsOrBuilderList
List<? extends NotificationChannelDescriptorOrBuilder> getChannelDescriptorsOrBuilderList()
The monitored resource descriptors supported for the specified project, optionally filtered.
repeated .google.monitoring.v3.NotificationChannelDescriptor channel_descriptors = 1;
-
getChannelDescriptorsOrBuilder
NotificationChannelDescriptorOrBuilder getChannelDescriptorsOrBuilder(int index)
The monitored resource descriptors supported for the specified project, optionally filtered.
repeated .google.monitoring.v3.NotificationChannelDescriptor channel_descriptors = 1;
-
getNextPageToken
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:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.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:
- The bytes for nextPageToken.
-
-