Interface DescribeDeploymentRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DescribeDeploymentRequest,DescribeDeploymentRequest.Builder
@Generated(value="protoc",
comments="annotations:DescribeDeploymentRequestOrBuilder.java.pb.meta")
public interface DescribeDeploymentRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.temporal.api.deployment.v1.Deployment deployment = 2;.temporal.api.deployment.v1.Deployment deployment = 2;string namespace = 1;com.google.protobuf.ByteStringstring namespace = 1;boolean.temporal.api.deployment.v1.Deployment deployment = 2;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;
-