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 Type
    Method
    Description
    getApiKeys(int index)
    The list of api keys in ascending id order.
    int
    The list of api keys in ascending id order.
    The list of api keys in ascending id order.
    The list of api keys in ascending id order.
    The list of api keys in ascending id order.
    The next page's token.
    com.google.protobuf.ByteString
    The next page's token.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getApiKeysList

      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

      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

      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.