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 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.