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 Summary
Modifier and TypeMethodDescription.temporal.api.deployment.v1.Deployment deployment = 2;.temporal.api.deployment.v1.Deployment deployment = 2;Optional.com.google.protobuf.ByteStringOptional.string namespace = 1;com.google.protobuf.ByteStringstring namespace = 1;Optional.Optional.boolean.temporal.api.deployment.v1.Deployment deployment = 2;booleanOptional.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.
-
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;
-