public interface ListKeyRingsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
KeyRing |
getKeyRings(int index)
The list of [KeyRings][google.cloud.kms.v1.KeyRing].
|
int |
getKeyRingsCount()
The list of [KeyRings][google.cloud.kms.v1.KeyRing].
|
List<KeyRing> |
getKeyRingsList()
The list of [KeyRings][google.cloud.kms.v1.KeyRing].
|
KeyRingOrBuilder |
getKeyRingsOrBuilder(int index)
The list of [KeyRings][google.cloud.kms.v1.KeyRing].
|
List<? extends KeyRingOrBuilder> |
getKeyRingsOrBuilderList()
The list of [KeyRings][google.cloud.kms.v1.KeyRing].
|
String |
getNextPageToken()
A token to retrieve next page of results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token to retrieve next page of results.
|
int |
getTotalSize()
The total number of [KeyRings][google.cloud.kms.v1.KeyRing] that matched
the query.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<KeyRing> getKeyRingsList()
The list of [KeyRings][google.cloud.kms.v1.KeyRing].
repeated .google.cloud.kms.v1.KeyRing key_rings = 1;KeyRing getKeyRings(int index)
The list of [KeyRings][google.cloud.kms.v1.KeyRing].
repeated .google.cloud.kms.v1.KeyRing key_rings = 1;int getKeyRingsCount()
The list of [KeyRings][google.cloud.kms.v1.KeyRing].
repeated .google.cloud.kms.v1.KeyRing key_rings = 1;List<? extends KeyRingOrBuilder> getKeyRingsOrBuilderList()
The list of [KeyRings][google.cloud.kms.v1.KeyRing].
repeated .google.cloud.kms.v1.KeyRing key_rings = 1;KeyRingOrBuilder getKeyRingsOrBuilder(int index)
The list of [KeyRings][google.cloud.kms.v1.KeyRing].
repeated .google.cloud.kms.v1.KeyRing key_rings = 1;String getNextPageToken()
A token to retrieve next page of results. Pass this value in [ListKeyRingsRequest.page_token][google.cloud.kms.v1.ListKeyRingsRequest.page_token] to retrieve the next page of results.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token to retrieve next page of results. Pass this value in [ListKeyRingsRequest.page_token][google.cloud.kms.v1.ListKeyRingsRequest.page_token] to retrieve the next page of results.
string next_page_token = 2;int getTotalSize()
The total number of [KeyRings][google.cloud.kms.v1.KeyRing] that matched the query.
int32 total_size = 3;Copyright © 2022 Google LLC. All rights reserved.