Class DeleteServiceAccountRequest.Builder

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

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

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

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

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

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

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

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

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

      public DeleteServiceAccountRequest.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<DeleteServiceAccountRequest.Builder>
      Throws:
      IOException
    • getServiceAccountId

      public String getServiceAccountId()
       The ID of the service account to delete;
       
      string service_account_id = 1;
      Specified by:
      getServiceAccountId in interface DeleteServiceAccountRequestOrBuilder
      Returns:
      The serviceAccountId.
    • getServiceAccountIdBytes

      public com.google.protobuf.ByteString getServiceAccountIdBytes()
       The ID of the service account to delete;
       
      string service_account_id = 1;
      Specified by:
      getServiceAccountIdBytes in interface DeleteServiceAccountRequestOrBuilder
      Returns:
      The bytes for serviceAccountId.
    • setServiceAccountId

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

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

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

      public String getResourceVersion()
       The version of the service account for which this update is intended for.
       The latest version can be found in the GetServiceAccount response.
       
      string resource_version = 2;
      Specified by:
      getResourceVersion in interface DeleteServiceAccountRequestOrBuilder
      Returns:
      The resourceVersion.
    • getResourceVersionBytes

      public com.google.protobuf.ByteString getResourceVersionBytes()
       The version of the service account for which this update is intended for.
       The latest version can be found in the GetServiceAccount response.
       
      string resource_version = 2;
      Specified by:
      getResourceVersionBytes in interface DeleteServiceAccountRequestOrBuilder
      Returns:
      The bytes for resourceVersion.
    • setResourceVersion

      public DeleteServiceAccountRequest.Builder setResourceVersion(String value)
       The version of the service account for which this update is intended for.
       The latest version can be found in the GetServiceAccount response.
       
      string resource_version = 2;
      Parameters:
      value - The resourceVersion to set.
      Returns:
      This builder for chaining.
    • clearResourceVersion

      public DeleteServiceAccountRequest.Builder clearResourceVersion()
       The version of the service account for which this update is intended for.
       The latest version can be found in the GetServiceAccount response.
       
      string resource_version = 2;
      Returns:
      This builder for chaining.
    • setResourceVersionBytes

      public DeleteServiceAccountRequest.Builder setResourceVersionBytes(com.google.protobuf.ByteString value)
       The version of the service account for which this update is intended for.
       The latest version can be found in the GetServiceAccount response.
       
      string resource_version = 2;
      Parameters:
      value - The bytes for resourceVersion to set.
      Returns:
      This builder for chaining.
    • getAsyncOperationId

      public String getAsyncOperationId()
       The ID to use for this async operation - optional.
       
      string async_operation_id = 3;
      Specified by:
      getAsyncOperationId in interface DeleteServiceAccountRequestOrBuilder
      Returns:
      The asyncOperationId.
    • getAsyncOperationIdBytes

      public com.google.protobuf.ByteString getAsyncOperationIdBytes()
       The ID to use for this async operation - optional.
       
      string async_operation_id = 3;
      Specified by:
      getAsyncOperationIdBytes in interface DeleteServiceAccountRequestOrBuilder
      Returns:
      The bytes for asyncOperationId.
    • setAsyncOperationId

      public DeleteServiceAccountRequest.Builder setAsyncOperationId(String value)
       The ID to use for this async operation - optional.
       
      string async_operation_id = 3;
      Parameters:
      value - The asyncOperationId to set.
      Returns:
      This builder for chaining.
    • clearAsyncOperationId

      public DeleteServiceAccountRequest.Builder clearAsyncOperationId()
       The ID to use for this async operation - optional.
       
      string async_operation_id = 3;
      Returns:
      This builder for chaining.
    • setAsyncOperationIdBytes

      public DeleteServiceAccountRequest.Builder setAsyncOperationIdBytes(com.google.protobuf.ByteString value)
       The ID to use for this async operation - optional.
       
      string async_operation_id = 3;
      Parameters:
      value - The bytes for asyncOperationId to set.
      Returns:
      This builder for chaining.
    • setUnknownFields

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

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