Class CreateUserResponse.Builder

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

public static final class CreateUserResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CreateUserResponse.Builder> implements CreateUserResponseOrBuilder
Protobuf type temporal.api.cloud.cloudservice.v1.CreateUserResponse
  • 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<CreateUserResponse.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<CreateUserResponse.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<CreateUserResponse.Builder>
    • getDefaultInstanceForType

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

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

      public CreateUserResponse 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<CreateUserResponse.Builder>
    • setField

      public CreateUserResponse.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<CreateUserResponse.Builder>
    • clearField

      public CreateUserResponse.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<CreateUserResponse.Builder>
    • clearOneof

      public CreateUserResponse.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<CreateUserResponse.Builder>
    • setRepeatedField

      public CreateUserResponse.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<CreateUserResponse.Builder>
    • addRepeatedField

      public CreateUserResponse.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<CreateUserResponse.Builder>
    • mergeFrom

      public CreateUserResponse.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<CreateUserResponse.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<CreateUserResponse.Builder>
    • mergeFrom

      public CreateUserResponse.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<CreateUserResponse.Builder>
      Throws:
      IOException
    • getUserId

      public String getUserId()
       The id of the user that was invited
       
      string user_id = 1;
      Specified by:
      getUserId in interface CreateUserResponseOrBuilder
      Returns:
      The userId.
    • getUserIdBytes

      public com.google.protobuf.ByteString getUserIdBytes()
       The id of the user that was invited
       
      string user_id = 1;
      Specified by:
      getUserIdBytes in interface CreateUserResponseOrBuilder
      Returns:
      The bytes for userId.
    • setUserId

      public CreateUserResponse.Builder setUserId(String value)
       The id of the user that was invited
       
      string user_id = 1;
      Parameters:
      value - The userId to set.
      Returns:
      This builder for chaining.
    • clearUserId

      public CreateUserResponse.Builder clearUserId()
       The id of the user that was invited
       
      string user_id = 1;
      Returns:
      This builder for chaining.
    • setUserIdBytes

      public CreateUserResponse.Builder setUserIdBytes(com.google.protobuf.ByteString value)
       The id of the user that was invited
       
      string user_id = 1;
      Parameters:
      value - The bytes for userId 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 CreateUserResponseOrBuilder
      Returns:
      Whether the asyncOperation field is set.
    • getAsyncOperation

      public AsyncOperation getAsyncOperation()
       The async operation
       
      .temporal.api.cloud.operation.v1.AsyncOperation async_operation = 2;
      Specified by:
      getAsyncOperation in interface CreateUserResponseOrBuilder
      Returns:
      The asyncOperation.
    • setAsyncOperation

      public CreateUserResponse.Builder setAsyncOperation(AsyncOperation value)
       The async operation
       
      .temporal.api.cloud.operation.v1.AsyncOperation async_operation = 2;
    • setAsyncOperation

      public CreateUserResponse.Builder setAsyncOperation(AsyncOperation.Builder builderForValue)
       The async operation
       
      .temporal.api.cloud.operation.v1.AsyncOperation async_operation = 2;
    • mergeAsyncOperation

      public CreateUserResponse.Builder mergeAsyncOperation(AsyncOperation value)
       The async operation
       
      .temporal.api.cloud.operation.v1.AsyncOperation async_operation = 2;
    • clearAsyncOperation

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

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

      public AsyncOperationOrBuilder getAsyncOperationOrBuilder()
       The async operation
       
      .temporal.api.cloud.operation.v1.AsyncOperation async_operation = 2;
      Specified by:
      getAsyncOperationOrBuilder in interface CreateUserResponseOrBuilder
    • setUnknownFields

      public final CreateUserResponse.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<CreateUserResponse.Builder>
    • mergeUnknownFields

      public final CreateUserResponse.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<CreateUserResponse.Builder>