Interface SetWorkerDeploymentCurrentVersionResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SetWorkerDeploymentCurrentVersionResponse,SetWorkerDeploymentCurrentVersionResponse.Builder
@Generated(value="protoc", comments="annotations:SetWorkerDeploymentCurrentVersionResponseOrBuilder.java.pb.meta") public interface SetWorkerDeploymentCurrentVersionResponseOrBuilder 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.StringgetPreviousVersion()The version that was current before executing this operation, in the form "<deployment_name>.<build_id>".com.google.protobuf.ByteStringgetPreviousVersionBytes()The version that was current before executing this operation, in the form "<deployment_name>.<build_id>".-
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.
-
getPreviousVersion
java.lang.String getPreviousVersion()
The version that was current before executing this operation, in the form "<deployment_name>.<build_id>". Can also be the `__unversioned__` special value.
string previous_version = 2;- Returns:
- The previousVersion.
-
getPreviousVersionBytes
com.google.protobuf.ByteString getPreviousVersionBytes()
The version that was current before executing this operation, in the form "<deployment_name>.<build_id>". Can also be the `__unversioned__` special value.
string previous_version = 2;- Returns:
- The bytes for previousVersion.
-
-