Class GetServiceAccountsResponse.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<GetServiceAccountsResponse.Builder>
com.google.protobuf.GeneratedMessageV3.Builder<GetServiceAccountsResponse.Builder>
io.temporal.api.cloud.cloudservice.v1.GetServiceAccountsResponse.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, GetServiceAccountsResponseOrBuilder, Cloneable
Enclosing class:
GetServiceAccountsResponse

public static final class GetServiceAccountsResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<GetServiceAccountsResponse.Builder> implements GetServiceAccountsResponseOrBuilder
Protobuf type temporal.api.cloud.cloudservice.v1.GetServiceAccountsResponse
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<GetServiceAccountsResponse.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<GetServiceAccountsResponse.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<GetServiceAccountsResponse.Builder>
    • getDefaultInstanceForType

      public GetServiceAccountsResponse getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public GetServiceAccountsResponse buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<GetServiceAccountsResponse.Builder>
    • setField

      public GetServiceAccountsResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<GetServiceAccountsResponse.Builder>
    • clearField

      public GetServiceAccountsResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<GetServiceAccountsResponse.Builder>
    • clearOneof

      public GetServiceAccountsResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<GetServiceAccountsResponse.Builder>
    • setRepeatedField

      public GetServiceAccountsResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<GetServiceAccountsResponse.Builder>
    • addRepeatedField

      public GetServiceAccountsResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<GetServiceAccountsResponse.Builder>
    • mergeFrom

      public GetServiceAccountsResponse.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<GetServiceAccountsResponse.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<GetServiceAccountsResponse.Builder>
    • mergeFrom

      public GetServiceAccountsResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<GetServiceAccountsResponse.Builder>
      Throws:
      IOException
    • getServiceAccountList

      public List<ServiceAccount> getServiceAccountList()
       The list of service accounts in ascending ID order.
       
      repeated .temporal.api.cloud.identity.v1.ServiceAccount service_account = 1;
      Specified by:
      getServiceAccountList in interface GetServiceAccountsResponseOrBuilder
    • getServiceAccountCount

      public int getServiceAccountCount()
       The list of service accounts in ascending ID order.
       
      repeated .temporal.api.cloud.identity.v1.ServiceAccount service_account = 1;
      Specified by:
      getServiceAccountCount in interface GetServiceAccountsResponseOrBuilder
    • getServiceAccount

      public ServiceAccount getServiceAccount(int index)
       The list of service accounts in ascending ID order.
       
      repeated .temporal.api.cloud.identity.v1.ServiceAccount service_account = 1;
      Specified by:
      getServiceAccount in interface GetServiceAccountsResponseOrBuilder
    • setServiceAccount

      public GetServiceAccountsResponse.Builder setServiceAccount(int index, ServiceAccount value)
       The list of service accounts in ascending ID order.
       
      repeated .temporal.api.cloud.identity.v1.ServiceAccount service_account = 1;
    • setServiceAccount

      public GetServiceAccountsResponse.Builder setServiceAccount(int index, ServiceAccount.Builder builderForValue)
       The list of service accounts in ascending ID order.
       
      repeated .temporal.api.cloud.identity.v1.ServiceAccount service_account = 1;
    • addServiceAccount

      public GetServiceAccountsResponse.Builder addServiceAccount(ServiceAccount value)
       The list of service accounts in ascending ID order.
       
      repeated .temporal.api.cloud.identity.v1.ServiceAccount service_account = 1;
    • addServiceAccount

      public GetServiceAccountsResponse.Builder addServiceAccount(int index, ServiceAccount value)
       The list of service accounts in ascending ID order.
       
      repeated .temporal.api.cloud.identity.v1.ServiceAccount service_account = 1;
    • addServiceAccount

      public GetServiceAccountsResponse.Builder addServiceAccount(ServiceAccount.Builder builderForValue)
       The list of service accounts in ascending ID order.
       
      repeated .temporal.api.cloud.identity.v1.ServiceAccount service_account = 1;
    • addServiceAccount

      public GetServiceAccountsResponse.Builder addServiceAccount(int index, ServiceAccount.Builder builderForValue)
       The list of service accounts in ascending ID order.
       
      repeated .temporal.api.cloud.identity.v1.ServiceAccount service_account = 1;
    • addAllServiceAccount

      public GetServiceAccountsResponse.Builder addAllServiceAccount(Iterable<? extends ServiceAccount> values)
       The list of service accounts in ascending ID order.
       
      repeated .temporal.api.cloud.identity.v1.ServiceAccount service_account = 1;
    • clearServiceAccount

      public GetServiceAccountsResponse.Builder clearServiceAccount()
       The list of service accounts in ascending ID order.
       
      repeated .temporal.api.cloud.identity.v1.ServiceAccount service_account = 1;
    • removeServiceAccount

      public GetServiceAccountsResponse.Builder removeServiceAccount(int index)
       The list of service accounts in ascending ID order.
       
      repeated .temporal.api.cloud.identity.v1.ServiceAccount service_account = 1;
    • getServiceAccountBuilder

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

      public ServiceAccountOrBuilder getServiceAccountOrBuilder(int index)
       The list of service accounts in ascending ID order.
       
      repeated .temporal.api.cloud.identity.v1.ServiceAccount service_account = 1;
      Specified by:
      getServiceAccountOrBuilder in interface GetServiceAccountsResponseOrBuilder
    • getServiceAccountOrBuilderList

      public List<? extends ServiceAccountOrBuilder> getServiceAccountOrBuilderList()
       The list of service accounts in ascending ID order.
       
      repeated .temporal.api.cloud.identity.v1.ServiceAccount service_account = 1;
      Specified by:
      getServiceAccountOrBuilderList in interface GetServiceAccountsResponseOrBuilder
    • addServiceAccountBuilder

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

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

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

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

      public com.google.protobuf.ByteString getNextPageTokenBytes()
       The next page token, set if there is another page.
       
      string next_page_token = 2;
      Specified by:
      getNextPageTokenBytes in interface GetServiceAccountsResponseOrBuilder
      Returns:
      The bytes for nextPageToken.
    • setNextPageToken

      public GetServiceAccountsResponse.Builder setNextPageToken(String value)
       The next page token, set if there is another page.
       
      string next_page_token = 2;
      Parameters:
      value - The nextPageToken to set.
      Returns:
      This builder for chaining.
    • clearNextPageToken

      public GetServiceAccountsResponse.Builder clearNextPageToken()
       The next page token, set if there is another page.
       
      string next_page_token = 2;
      Returns:
      This builder for chaining.
    • setNextPageTokenBytes

      public GetServiceAccountsResponse.Builder setNextPageTokenBytes(com.google.protobuf.ByteString value)
       The next page token, set if there is another page.
       
      string next_page_token = 2;
      Parameters:
      value - The bytes for nextPageToken to set.
      Returns:
      This builder for chaining.
    • setUnknownFields

      public final GetServiceAccountsResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<GetServiceAccountsResponse.Builder>
    • mergeUnknownFields

      public final GetServiceAccountsResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<GetServiceAccountsResponse.Builder>