Package com.google.storage.v2
Interface ListNotificationConfigsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListNotificationConfigsResponse,ListNotificationConfigsResponse.Builder
public interface ListNotificationConfigsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA token, which can be sent as `page_token` to retrieve the next page.com.google.protobuf.ByteStringA token, which can be sent as `page_token` to retrieve the next page.getNotificationConfigs(int index) The list of items.intThe list of items.The list of items.getNotificationConfigsOrBuilder(int index) The list of items.List<? extends NotificationConfigOrBuilder>The list of items.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getNotificationConfigsList
List<NotificationConfig> getNotificationConfigsList()The list of items.
repeated .google.storage.v2.NotificationConfig notification_configs = 1; -
getNotificationConfigs
The list of items.
repeated .google.storage.v2.NotificationConfig notification_configs = 1; -
getNotificationConfigsCount
int getNotificationConfigsCount()The list of items.
repeated .google.storage.v2.NotificationConfig notification_configs = 1; -
getNotificationConfigsOrBuilderList
List<? extends NotificationConfigOrBuilder> getNotificationConfigsOrBuilderList()The list of items.
repeated .google.storage.v2.NotificationConfig notification_configs = 1; -
getNotificationConfigsOrBuilder
The list of items.
repeated .google.storage.v2.NotificationConfig notification_configs = 1; -
getNextPageToken
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;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
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;- Returns:
- The bytes for nextPageToken.
-