Interface ListNotificationChannelsResponseOrBuilder (3.43.0)

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
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.

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
Name Description
index int
Returns
Type Description
NotificationChannel

getNotificationChannelsCount()

public abstract int getNotificationChannelsCount()

The notification channels defined for the specified project.

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

Returns
Type Description
int

getNotificationChannelsList()

public abstract List<NotificationChannel> getNotificationChannelsList()

The notification channels defined for the specified project.

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

Returns
Type Description
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
Name Description
index int
Returns
Type Description
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
Type Description
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
Type Description
int

The totalSize.