Interface SetCurrentDeploymentRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SetCurrentDeploymentRequest, SetCurrentDeploymentRequest.Builder

@Generated(value="protoc", comments="annotations:SetCurrentDeploymentRequestOrBuilder.java.pb.meta") public interface SetCurrentDeploymentRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getNamespace

      String getNamespace()
      string namespace = 1;
      Returns:
      The namespace.
    • getNamespaceBytes

      com.google.protobuf.ByteString getNamespaceBytes()
      string namespace = 1;
      Returns:
      The bytes for namespace.
    • hasDeployment

      boolean hasDeployment()
      .temporal.api.deployment.v1.Deployment deployment = 2;
      Returns:
      Whether the deployment field is set.
    • getDeployment

      Deployment getDeployment()
      .temporal.api.deployment.v1.Deployment deployment = 2;
      Returns:
      The deployment.
    • getDeploymentOrBuilder

      DeploymentOrBuilder getDeploymentOrBuilder()
      .temporal.api.deployment.v1.Deployment deployment = 2;
    • getIdentity

      String getIdentity()
       Optional. The identity of the client who initiated this request.
       
      string identity = 3;
      Returns:
      The identity.
    • getIdentityBytes

      com.google.protobuf.ByteString getIdentityBytes()
       Optional. The identity of the client who initiated this request.
       
      string identity = 3;
      Returns:
      The bytes for identity.
    • hasUpdateMetadata

      boolean hasUpdateMetadata()
       Optional. Use to add or remove user-defined metadata entries. Metadata entries are exposed
       when describing a deployment. It is a good place for information such as operator name,
       links to internal deployment pipelines, etc.
       
      .temporal.api.deployment.v1.UpdateDeploymentMetadata update_metadata = 4;
      Returns:
      Whether the updateMetadata field is set.
    • getUpdateMetadata

      UpdateDeploymentMetadata getUpdateMetadata()
       Optional. Use to add or remove user-defined metadata entries. Metadata entries are exposed
       when describing a deployment. It is a good place for information such as operator name,
       links to internal deployment pipelines, etc.
       
      .temporal.api.deployment.v1.UpdateDeploymentMetadata update_metadata = 4;
      Returns:
      The updateMetadata.
    • getUpdateMetadataOrBuilder

      UpdateDeploymentMetadataOrBuilder getUpdateMetadataOrBuilder()
       Optional. Use to add or remove user-defined metadata entries. Metadata entries are exposed
       when describing a deployment. It is a good place for information such as operator name,
       links to internal deployment pipelines, etc.
       
      .temporal.api.deployment.v1.UpdateDeploymentMetadata update_metadata = 4;