Package com.google.storage.v2
Interface ListHmacKeysResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListHmacKeysResponse,ListHmacKeysResponse.Builder
public interface ListHmacKeysResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetHmacKeys(int index) The list of items.intThe list of items.The list of items.getHmacKeysOrBuilder(int index) The list of items.List<? extends HmacKeyMetadataOrBuilder>The list of items.The continuation token, used to page through large result sets.com.google.protobuf.ByteStringThe continuation token, used to page through large result sets.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
-
getHmacKeysList
List<HmacKeyMetadata> getHmacKeysList()The list of items.
repeated .google.storage.v2.HmacKeyMetadata hmac_keys = 1; -
getHmacKeys
The list of items.
repeated .google.storage.v2.HmacKeyMetadata hmac_keys = 1; -
getHmacKeysCount
int getHmacKeysCount()The list of items.
repeated .google.storage.v2.HmacKeyMetadata hmac_keys = 1; -
getHmacKeysOrBuilderList
List<? extends HmacKeyMetadataOrBuilder> getHmacKeysOrBuilderList()The list of items.
repeated .google.storage.v2.HmacKeyMetadata hmac_keys = 1; -
getHmacKeysOrBuilder
The list of items.
repeated .google.storage.v2.HmacKeyMetadata hmac_keys = 1; -
getNextPageToken
String getNextPageToken()The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
string next_page_token = 2;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
-