Interface ListNotificationChannelsResponseOrBuilder (3.2.9)

public interface ListNotificationChannelsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.

getNotificationChannels(int index)

public abstract NotificationChannel getNotificationChannels(int index)

The notification channels defined for the specified project.

repeated .google.monitoring.v3.NotificationChannel notification_channels = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
NotificationChannel

getNotificationChannelsCount()

public abstract int getNotificationChannelsCount()

The notification channels defined for the specified project.

repeated .google.monitoring.v3.NotificationChannel notification_channels = 3;

Returns
TypeDescription
int

getNotificationChannelsList()

public abstract List<NotificationChannel> getNotificationChannelsList()

The notification channels defined for the specified project.

repeated .google.monitoring.v3.NotificationChannel notification_channels = 3;

Returns
TypeDescription
List<NotificationChannel>

getNotificationChannelsOrBuilder(int index)

public abstract NotificationChannelOrBuilder getNotificationChannelsOrBuilder(int index)

The notification channels defined for the specified project.

repeated .google.monitoring.v3.NotificationChannel notification_channels = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
NotificationChannelOrBuilder

getNotificationChannelsOrBuilderList()

public abstract List<? extends NotificationChannelOrBuilder> getNotificationChannelsOrBuilderList()

The notification channels defined for the specified project.

repeated .google.monitoring.v3.NotificationChannel notification_channels = 3;

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

getTotalSize()

public abstract int getTotalSize()

The total number of notification channels in all pages. This number is only an estimate, and may change in subsequent pages. https://aip.dev/158

int32 total_size = 4;

Returns
TypeDescription
int

The totalSize.