Package io.temporal.api.cloud.nexus.v1
Interface EndpointPolicySpecOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EndpointPolicySpec,EndpointPolicySpec.Builder
@Generated(value="protoc", comments="annotations:EndpointPolicySpecOrBuilder.java.pb.meta") public interface EndpointPolicySpecOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AllowedCloudNamespacePolicySpecgetAllowedCloudNamespacePolicySpec()A policy spec that allows one caller namespace to access the endpoint.AllowedCloudNamespacePolicySpecOrBuildergetAllowedCloudNamespacePolicySpecOrBuilder()A policy spec that allows one caller namespace to access the endpoint.EndpointPolicySpec.VariantCasegetVariantCase()booleanhasAllowedCloudNamespacePolicySpec()A policy spec that allows one caller namespace to access the endpoint.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasAllowedCloudNamespacePolicySpec
boolean hasAllowedCloudNamespacePolicySpec()
A policy spec that allows one caller namespace to access the endpoint.
.temporal.api.cloud.nexus.v1.AllowedCloudNamespacePolicySpec allowed_cloud_namespace_policy_spec = 1;- Returns:
- Whether the allowedCloudNamespacePolicySpec field is set.
-
getAllowedCloudNamespacePolicySpec
AllowedCloudNamespacePolicySpec getAllowedCloudNamespacePolicySpec()
A policy spec that allows one caller namespace to access the endpoint.
.temporal.api.cloud.nexus.v1.AllowedCloudNamespacePolicySpec allowed_cloud_namespace_policy_spec = 1;- Returns:
- The allowedCloudNamespacePolicySpec.
-
getAllowedCloudNamespacePolicySpecOrBuilder
AllowedCloudNamespacePolicySpecOrBuilder getAllowedCloudNamespacePolicySpecOrBuilder()
A policy spec that allows one caller namespace to access the endpoint.
.temporal.api.cloud.nexus.v1.AllowedCloudNamespacePolicySpec allowed_cloud_namespace_policy_spec = 1;
-
getVariantCase
EndpointPolicySpec.VariantCase getVariantCase()
-
-