Interface SetWorkerDeploymentManagerResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SetWorkerDeploymentManagerResponse,SetWorkerDeploymentManagerResponse.Builder
@Generated(value="protoc", comments="annotations:SetWorkerDeploymentManagerResponseOrBuilder.java.pb.meta") public interface SetWorkerDeploymentManagerResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.ByteStringgetConflictToken()This value is returned so that it can be optionally passed to APIs that write to the Worker Deployment state to ensure that the state did not change between this API call and a future write.java.lang.StringgetPreviousManagerIdentity()What the `manager_identity` field was before this change.com.google.protobuf.ByteStringgetPreviousManagerIdentityBytes()What the `manager_identity` field was before this change.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getConflictToken
com.google.protobuf.ByteString getConflictToken()
This value is returned so that it can be optionally passed to APIs that write to the Worker Deployment state to ensure that the state did not change between this API call and a future write.
bytes conflict_token = 1;- Returns:
- The conflictToken.
-
getPreviousManagerIdentity
java.lang.String getPreviousManagerIdentity()
What the `manager_identity` field was before this change.
string previous_manager_identity = 2;- Returns:
- The previousManagerIdentity.
-
getPreviousManagerIdentityBytes
com.google.protobuf.ByteString getPreviousManagerIdentityBytes()
What the `manager_identity` field was before this change.
string previous_manager_identity = 2;- Returns:
- The bytes for previousManagerIdentity.
-
-