public interface ListHmacKeysResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
HmacKeyMetadata |
getHmacKeys(int index)
The list of items.
|
int |
getHmacKeysCount()
The list of items.
|
List<HmacKeyMetadata> |
getHmacKeysList()
The list of items.
|
HmacKeyMetadataOrBuilder |
getHmacKeysOrBuilder(int index)
The list of items.
|
List<? extends HmacKeyMetadataOrBuilder> |
getHmacKeysOrBuilderList()
The list of items.
|
String |
getNextPageToken()
The continuation token, used to page through large result sets.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
The continuation token, used to page through large result sets.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<HmacKeyMetadata> getHmacKeysList()
The list of items.
repeated .google.storage.v2.HmacKeyMetadata hmac_keys = 1;HmacKeyMetadata getHmacKeys(int index)
The list of items.
repeated .google.storage.v2.HmacKeyMetadata hmac_keys = 1;int getHmacKeysCount()
The list of items.
repeated .google.storage.v2.HmacKeyMetadata hmac_keys = 1;List<? extends HmacKeyMetadataOrBuilder> getHmacKeysOrBuilderList()
The list of items.
repeated .google.storage.v2.HmacKeyMetadata hmac_keys = 1;HmacKeyMetadataOrBuilder getHmacKeysOrBuilder(int index)
The list of items.
repeated .google.storage.v2.HmacKeyMetadata hmac_keys = 1;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;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;Copyright © 2023 Google LLC. All rights reserved.