Interface GetApiKeysResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetApiKeysResponse,GetApiKeysResponse.Builder
@Generated(value="protoc",
comments="annotations:GetApiKeysResponseOrBuilder.java.pb.meta")
public interface GetApiKeysResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetApiKeys(int index) The list of api keys in ascending id order.intThe list of api keys in ascending id order.The list of api keys in ascending id order.getApiKeysOrBuilder(int index) The list of api keys in ascending id order.List<? extends ApiKeyOrBuilder> The list of api keys in ascending id order.The next page's token.com.google.protobuf.ByteStringThe next page's token.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
-
getApiKeysList
-
getApiKeys
The list of api keys in ascending id order.
repeated .temporal.api.cloud.identity.v1.ApiKey api_keys = 1; -
getApiKeysCount
int getApiKeysCount()The list of api keys in ascending id order.
repeated .temporal.api.cloud.identity.v1.ApiKey api_keys = 1; -
getApiKeysOrBuilderList
List<? extends ApiKeyOrBuilder> getApiKeysOrBuilderList()The list of api keys in ascending id order.
repeated .temporal.api.cloud.identity.v1.ApiKey api_keys = 1; -
getApiKeysOrBuilder
The list of api keys in ascending id order.
repeated .temporal.api.cloud.identity.v1.ApiKey api_keys = 1; -
getNextPageToken
String getNextPageToken()The next page's token.
string next_page_token = 2;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()The next page's token.
string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
-