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
Modifier and TypeMethodDescriptionA policy spec that allows one caller namespace to access the endpoint.A policy spec that allows one caller namespace to access the endpoint.booleanA policy spec that allows one caller namespace to access the endpoint.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
-
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()
-