Class CreateServiceAccountResponse.Builder

    • Method Detail

      • 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<CreateServiceAccountResponse.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<CreateServiceAccountResponse.Builder>
      • getDefaultInstanceForType

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

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

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

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

        public CreateServiceAccountResponse.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                     java.lang.Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CreateServiceAccountResponse.Builder>
      • isInitialized

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

        public CreateServiceAccountResponse.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                       throws java.io.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<CreateServiceAccountResponse.Builder>
        Throws:
        java.io.IOException
      • setServiceAccountId

        public CreateServiceAccountResponse.Builder setServiceAccountId​(java.lang.String value)
         The ID of the created service account.
         
        string service_account_id = 1;
        Parameters:
        value - The serviceAccountId to set.
        Returns:
        This builder for chaining.
      • clearServiceAccountId

        public CreateServiceAccountResponse.Builder clearServiceAccountId()
         The ID of the created service account.
         
        string service_account_id = 1;
        Returns:
        This builder for chaining.
      • setServiceAccountIdBytes

        public CreateServiceAccountResponse.Builder setServiceAccountIdBytes​(com.google.protobuf.ByteString value)
         The ID of the created service account.
         
        string service_account_id = 1;
        Parameters:
        value - The bytes for serviceAccountId to set.
        Returns:
        This builder for chaining.
      • hasAsyncOperation

        public boolean hasAsyncOperation()
         The async operation.
         
        .temporal.api.cloud.operation.v1.AsyncOperation async_operation = 2;
        Specified by:
        hasAsyncOperation in interface CreateServiceAccountResponseOrBuilder
        Returns:
        Whether the asyncOperation field is set.
      • getAsyncOperationBuilder

        public AsyncOperation.Builder getAsyncOperationBuilder()
         The async operation.
         
        .temporal.api.cloud.operation.v1.AsyncOperation async_operation = 2;