public interface ListNotificationChannelDescriptorsResponseOrBuilder
extends com.google.protobuf.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.
|
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.
|
List<? extends NotificationChannelDescriptorOrBuilder> |
getChannelDescriptorsOrBuilderList()
The monitored resource descriptors supported for the specified
project, optionally filtered.
|
String |
getNextPageToken()
If not empty, indicates that there may be more results that match
the request.
|
com.google.protobuf.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, hasOneofList<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;
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;
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;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;Copyright © 2024 Google LLC. All rights reserved.