Class InternalUpdateGraphOperationRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<InternalUpdateGraphOperationRequest.Builder>
com.google.spanner.admin.database.v1.InternalUpdateGraphOperationRequest.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, InternalUpdateGraphOperationRequestOrBuilder, Cloneable
Enclosing class:
InternalUpdateGraphOperationRequest

public static final class InternalUpdateGraphOperationRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<InternalUpdateGraphOperationRequest.Builder> implements InternalUpdateGraphOperationRequestOrBuilder
 Internal request proto, do not use directly.
 
Protobuf type google.spanner.admin.database.v1.InternalUpdateGraphOperationRequest
  • 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<InternalUpdateGraphOperationRequest.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<InternalUpdateGraphOperationRequest.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<InternalUpdateGraphOperationRequest.Builder>
    • getDefaultInstanceForType

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

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

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

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

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

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

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

      public InternalUpdateGraphOperationRequest.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<InternalUpdateGraphOperationRequest.Builder>
      Throws:
      IOException
    • getDatabase

      public String getDatabase()
       Internal field, do not use directly.
       
      string database = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Specified by:
      getDatabase in interface InternalUpdateGraphOperationRequestOrBuilder
      Returns:
      The database.
    • getDatabaseBytes

      public com.google.protobuf.ByteString getDatabaseBytes()
       Internal field, do not use directly.
       
      string database = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Specified by:
      getDatabaseBytes in interface InternalUpdateGraphOperationRequestOrBuilder
      Returns:
      The bytes for database.
    • setDatabase

       Internal field, do not use directly.
       
      string database = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Parameters:
      value - The database to set.
      Returns:
      This builder for chaining.
    • clearDatabase

       Internal field, do not use directly.
       
      string database = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      This builder for chaining.
    • setDatabaseBytes

      public InternalUpdateGraphOperationRequest.Builder setDatabaseBytes(com.google.protobuf.ByteString value)
       Internal field, do not use directly.
       
      string database = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Parameters:
      value - The bytes for database to set.
      Returns:
      This builder for chaining.
    • getOperationId

      public String getOperationId()
       Internal field, do not use directly.
       
      string operation_id = 2 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getOperationId in interface InternalUpdateGraphOperationRequestOrBuilder
      Returns:
      The operationId.
    • getOperationIdBytes

      public com.google.protobuf.ByteString getOperationIdBytes()
       Internal field, do not use directly.
       
      string operation_id = 2 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getOperationIdBytes in interface InternalUpdateGraphOperationRequestOrBuilder
      Returns:
      The bytes for operationId.
    • setOperationId

      public InternalUpdateGraphOperationRequest.Builder setOperationId(String value)
       Internal field, do not use directly.
       
      string operation_id = 2 [(.google.api.field_behavior) = REQUIRED];
      Parameters:
      value - The operationId to set.
      Returns:
      This builder for chaining.
    • clearOperationId

       Internal field, do not use directly.
       
      string operation_id = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      This builder for chaining.
    • setOperationIdBytes

      public InternalUpdateGraphOperationRequest.Builder setOperationIdBytes(com.google.protobuf.ByteString value)
       Internal field, do not use directly.
       
      string operation_id = 2 [(.google.api.field_behavior) = REQUIRED];
      Parameters:
      value - The bytes for operationId to set.
      Returns:
      This builder for chaining.
    • getVmIdentityToken

      public String getVmIdentityToken()
       Internal field, do not use directly.
       
      string vm_identity_token = 5 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getVmIdentityToken in interface InternalUpdateGraphOperationRequestOrBuilder
      Returns:
      The vmIdentityToken.
    • getVmIdentityTokenBytes

      public com.google.protobuf.ByteString getVmIdentityTokenBytes()
       Internal field, do not use directly.
       
      string vm_identity_token = 5 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getVmIdentityTokenBytes in interface InternalUpdateGraphOperationRequestOrBuilder
      Returns:
      The bytes for vmIdentityToken.
    • setVmIdentityToken

      public InternalUpdateGraphOperationRequest.Builder setVmIdentityToken(String value)
       Internal field, do not use directly.
       
      string vm_identity_token = 5 [(.google.api.field_behavior) = REQUIRED];
      Parameters:
      value - The vmIdentityToken to set.
      Returns:
      This builder for chaining.
    • clearVmIdentityToken

      public InternalUpdateGraphOperationRequest.Builder clearVmIdentityToken()
       Internal field, do not use directly.
       
      string vm_identity_token = 5 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      This builder for chaining.
    • setVmIdentityTokenBytes

      public InternalUpdateGraphOperationRequest.Builder setVmIdentityTokenBytes(com.google.protobuf.ByteString value)
       Internal field, do not use directly.
       
      string vm_identity_token = 5 [(.google.api.field_behavior) = REQUIRED];
      Parameters:
      value - The bytes for vmIdentityToken to set.
      Returns:
      This builder for chaining.
    • getProgress

      public double getProgress()
       Internal field, do not use directly.
       
      double progress = 3 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getProgress in interface InternalUpdateGraphOperationRequestOrBuilder
      Returns:
      The progress.
    • setProgress

      public InternalUpdateGraphOperationRequest.Builder setProgress(double value)
       Internal field, do not use directly.
       
      double progress = 3 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The progress to set.
      Returns:
      This builder for chaining.
    • clearProgress

       Internal field, do not use directly.
       
      double progress = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      This builder for chaining.
    • hasStatus

      public boolean hasStatus()
       Internal field, do not use directly.
       
      .google.rpc.Status status = 6 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      hasStatus in interface InternalUpdateGraphOperationRequestOrBuilder
      Returns:
      Whether the status field is set.
    • getStatus

      public com.google.rpc.Status getStatus()
       Internal field, do not use directly.
       
      .google.rpc.Status status = 6 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getStatus in interface InternalUpdateGraphOperationRequestOrBuilder
      Returns:
      The status.
    • setStatus

      public InternalUpdateGraphOperationRequest.Builder setStatus(com.google.rpc.Status value)
       Internal field, do not use directly.
       
      .google.rpc.Status status = 6 [(.google.api.field_behavior) = OPTIONAL];
    • setStatus

      public InternalUpdateGraphOperationRequest.Builder setStatus(com.google.rpc.Status.Builder builderForValue)
       Internal field, do not use directly.
       
      .google.rpc.Status status = 6 [(.google.api.field_behavior) = OPTIONAL];
    • mergeStatus

      public InternalUpdateGraphOperationRequest.Builder mergeStatus(com.google.rpc.Status value)
       Internal field, do not use directly.
       
      .google.rpc.Status status = 6 [(.google.api.field_behavior) = OPTIONAL];
    • clearStatus

       Internal field, do not use directly.
       
      .google.rpc.Status status = 6 [(.google.api.field_behavior) = OPTIONAL];
    • getStatusBuilder

      public com.google.rpc.Status.Builder getStatusBuilder()
       Internal field, do not use directly.
       
      .google.rpc.Status status = 6 [(.google.api.field_behavior) = OPTIONAL];
    • getStatusOrBuilder

      public com.google.rpc.StatusOrBuilder getStatusOrBuilder()
       Internal field, do not use directly.
       
      .google.rpc.Status status = 6 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getStatusOrBuilder in interface InternalUpdateGraphOperationRequestOrBuilder
    • setUnknownFields

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

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