Interface GetDeploymentReachabilityRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetDeploymentReachabilityRequest,GetDeploymentReachabilityRequest.Builder
@Generated(value="protoc", comments="annotations:GetDeploymentReachabilityRequestOrBuilder.java.pb.meta") public interface GetDeploymentReachabilityRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeploymentgetDeployment().temporal.api.deployment.v1.Deployment deployment = 2;DeploymentOrBuildergetDeploymentOrBuilder().temporal.api.deployment.v1.Deployment deployment = 2;java.lang.StringgetNamespace()string namespace = 1;com.google.protobuf.ByteStringgetNamespaceBytes()string namespace = 1;booleanhasDeployment().temporal.api.deployment.v1.Deployment deployment = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.
-
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;
-
-