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
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringOptional.string deployment_name = 2;com.google.protobuf.ByteStringstring deployment_name = 2;Required.com.google.protobuf.ByteStringRequired.Arbitrary value for `manager_identity`.com.google.protobuf.ByteStringArbitrary value for `manager_identity`.string namespace = 1;com.google.protobuf.ByteStringstring namespace = 1;booleangetSelf()True will set `manager_identity` to `identity`.booleanArbitrary value for `manager_identity`.booleanhasSelf()True will set `manager_identity` to `identity`.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getNamespace
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()string namespace = 1;- Returns:
- The bytes for namespace.
-
getDeploymentName
-
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
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
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()
-