Interface SetWorkerDeploymentManagerRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SetWorkerDeploymentManagerRequest,SetWorkerDeploymentManagerRequest.Builder
@Generated(value="protoc", comments="annotations:SetWorkerDeploymentManagerRequestOrBuilder.java.pb.meta") public interface SetWorkerDeploymentManagerRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.ByteStringgetConflictToken()Optional.java.lang.StringgetDeploymentName()string deployment_name = 2;com.google.protobuf.ByteStringgetDeploymentNameBytes()string deployment_name = 2;java.lang.StringgetIdentity()Required.com.google.protobuf.ByteStringgetIdentityBytes()Required.java.lang.StringgetManagerIdentity()Arbitrary value for `manager_identity`.com.google.protobuf.ByteStringgetManagerIdentityBytes()Arbitrary value for `manager_identity`.java.lang.StringgetNamespace()string namespace = 1;com.google.protobuf.ByteStringgetNamespaceBytes()string namespace = 1;SetWorkerDeploymentManagerRequest.NewManagerIdentityCasegetNewManagerIdentityCase()booleangetSelf()True will set `manager_identity` to `identity`.booleanhasManagerIdentity()Arbitrary value for `manager_identity`.booleanhasSelf()True will set `manager_identity` to `identity`.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNamespace
java.lang.String getNamespace()
string namespace = 1;- Returns:
- The namespace.
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()
string namespace = 1;- Returns:
- The bytes for namespace.
-
getDeploymentName
java.lang.String getDeploymentName()
string deployment_name = 2;- Returns:
- The deploymentName.
-
getDeploymentNameBytes
com.google.protobuf.ByteString getDeploymentNameBytes()
string deployment_name = 2;- Returns:
- The bytes for deploymentName.
-
hasManagerIdentity
boolean hasManagerIdentity()
Arbitrary value for `manager_identity`. Empty will unset the field.
string manager_identity = 3;- Returns:
- Whether the managerIdentity field is set.
-
getManagerIdentity
java.lang.String getManagerIdentity()
Arbitrary value for `manager_identity`. Empty will unset the field.
string manager_identity = 3;- Returns:
- The managerIdentity.
-
getManagerIdentityBytes
com.google.protobuf.ByteString getManagerIdentityBytes()
Arbitrary value for `manager_identity`. Empty will unset the field.
string manager_identity = 3;- Returns:
- The bytes for managerIdentity.
-
hasSelf
boolean hasSelf()
True will set `manager_identity` to `identity`.
bool self = 4;- Returns:
- Whether the self field is set.
-
getSelf
boolean getSelf()
True will set `manager_identity` to `identity`.
bool self = 4;- Returns:
- The self.
-
getConflictToken
com.google.protobuf.ByteString getConflictToken()
Optional. This can be the value of conflict_token from a Describe, or another Worker Deployment API. Passing a non-nil conflict token will cause this request to fail if the Deployment's configuration has been modified between the API call that generated the token and this one.
bytes conflict_token = 5;- Returns:
- The conflictToken.
-
getIdentity
java.lang.String getIdentity()
Required. The identity of the client who initiated this request.
string identity = 6;- Returns:
- The identity.
-
getIdentityBytes
com.google.protobuf.ByteString getIdentityBytes()
Required. The identity of the client who initiated this request.
string identity = 6;- Returns:
- The bytes for identity.
-
getNewManagerIdentityCase
SetWorkerDeploymentManagerRequest.NewManagerIdentityCase getNewManagerIdentityCase()
-
-