public interface ListNotificationChannelDescriptorsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |