public interface ListNotificationConfigsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token, which can be sent as `page_token` to retrieve the next page.
|
NotificationConfig |
getNotificationConfigs(int index)
The list of items.
|
int |
getNotificationConfigsCount()
The list of items.
|
List<NotificationConfig> |
getNotificationConfigsList()
The list of items.
|
NotificationConfigOrBuilder |
getNotificationConfigsOrBuilder(int index)
The list of items.
|
List<? extends NotificationConfigOrBuilder> |
getNotificationConfigsOrBuilderList()
The list of items.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<NotificationConfig> getNotificationConfigsList()
The list of items.
repeated .google.storage.v2.NotificationConfig notification_configs = 1;
NotificationConfig getNotificationConfigs(int index)
The list of items.
repeated .google.storage.v2.NotificationConfig notification_configs = 1;
int getNotificationConfigsCount()
The list of items.
repeated .google.storage.v2.NotificationConfig notification_configs = 1;
List<? extends NotificationConfigOrBuilder> getNotificationConfigsOrBuilderList()
The list of items.
repeated .google.storage.v2.NotificationConfig notification_configs = 1;
NotificationConfigOrBuilder getNotificationConfigsOrBuilder(int index)
The list of items.
repeated .google.storage.v2.NotificationConfig notification_configs = 1;
String getNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
com.google.protobuf.ByteString getNextPageTokenBytes()
A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Copyright © 2023 Google LLC. All rights reserved.