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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApiKeygetApiKeys(int index)The list of api keys in ascending id order.intgetApiKeysCount()The list of api keys in ascending id order.java.util.List<ApiKey>getApiKeysList()The list of api keys in ascending id order.ApiKeyOrBuildergetApiKeysOrBuilder(int index)The list of api keys in ascending id order.java.util.List<? extends ApiKeyOrBuilder>getApiKeysOrBuilderList()The list of api keys in ascending id order.java.lang.StringgetNextPageToken()The next page's token.com.google.protobuf.ByteStringgetNextPageTokenBytes()The next page's token.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getApiKeysList
java.util.List<ApiKey> getApiKeysList()
The list of api keys in ascending id order.
repeated .temporal.api.cloud.identity.v1.ApiKey api_keys = 1;
-
getApiKeys
ApiKey getApiKeys(int index)
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
java.util.List<? extends ApiKeyOrBuilder> getApiKeysOrBuilderList()
The list of api keys in ascending id order.
repeated .temporal.api.cloud.identity.v1.ApiKey api_keys = 1;
-
getApiKeysOrBuilder
ApiKeyOrBuilder getApiKeysOrBuilder(int index)
The list of api keys in ascending id order.
repeated .temporal.api.cloud.identity.v1.ApiKey api_keys = 1;
-
getNextPageToken
java.lang.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.
-
-