Interface GetServiceAccountsResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GetServiceAccountsResponse, GetServiceAccountsResponse.Builder

@Generated(value="protoc", comments="annotations:GetServiceAccountsResponseOrBuilder.java.pb.meta") public interface GetServiceAccountsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getServiceAccountList

      List<ServiceAccount> getServiceAccountList()
       The list of service accounts in ascending ID order.
       
      repeated .temporal.api.cloud.identity.v1.ServiceAccount service_account = 1;
    • getServiceAccount

      ServiceAccount getServiceAccount(int index)
       The list of service accounts in ascending ID order.
       
      repeated .temporal.api.cloud.identity.v1.ServiceAccount service_account = 1;
    • getServiceAccountCount

      int getServiceAccountCount()
       The list of service accounts in ascending ID order.
       
      repeated .temporal.api.cloud.identity.v1.ServiceAccount service_account = 1;
    • getServiceAccountOrBuilderList

      List<? extends ServiceAccountOrBuilder> getServiceAccountOrBuilderList()
       The list of service accounts in ascending ID order.
       
      repeated .temporal.api.cloud.identity.v1.ServiceAccount service_account = 1;
    • getServiceAccountOrBuilder

      ServiceAccountOrBuilder getServiceAccountOrBuilder(int index)
       The list of service accounts in ascending ID order.
       
      repeated .temporal.api.cloud.identity.v1.ServiceAccount service_account = 1;
    • getNextPageToken

      String getNextPageToken()
       The next page token, set if there is another page.
       
      string next_page_token = 2;
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      com.google.protobuf.ByteString getNextPageTokenBytes()
       The next page token, set if there is another page.
       
      string next_page_token = 2;
      Returns:
      The bytes for nextPageToken.