Interface InternalUpdateGraphOperationRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
InternalUpdateGraphOperationRequest, InternalUpdateGraphOperationRequest.Builder

public interface InternalUpdateGraphOperationRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Internal field, do not use directly.
    com.google.protobuf.ByteString
    Internal field, do not use directly.
    Internal field, do not use directly.
    com.google.protobuf.ByteString
    Internal field, do not use directly.
    double
    Internal field, do not use directly.
    com.google.rpc.Status
    Internal field, do not use directly.
    com.google.rpc.StatusOrBuilder
    Internal field, do not use directly.
    Internal field, do not use directly.
    com.google.protobuf.ByteString
    Internal field, do not use directly.
    boolean
    Internal field, do not use directly.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getDatabase

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

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

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

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

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

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

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

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

      com.google.rpc.Status getStatus()
       Internal field, do not use directly.
       
      .google.rpc.Status status = 6 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The status.
    • getStatusOrBuilder

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