Interface CreateWorkerDeploymentResponseOrBuilder

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

@Generated(value="protoc", comments="annotations:CreateWorkerDeploymentResponseOrBuilder.java.pb.meta") public interface CreateWorkerDeploymentResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    This value is returned so that it can be optionally passed to APIs that write to the WorkerDeployment state to ensure that the state did not change between this API call and a future write.

    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

    • getConflictToken

      com.google.protobuf.ByteString getConflictToken()
       This value is returned so that it can be optionally passed to APIs that
       write to the WorkerDeployment state to ensure that the state did not
       change between this API call and a future write.
       
      bytes conflict_token = 1;
      Returns:
      The conflictToken.