Uses of Class
io.envoyproxy.envoy.extensions.filters.network.reverse_tunnel.v3.Validation.Builder
Packages that use Validation.Builder
-
Uses of Validation.Builder in io.envoyproxy.envoy.extensions.filters.network.reverse_tunnel.v3
Methods in io.envoyproxy.envoy.extensions.filters.network.reverse_tunnel.v3 that return Validation.BuilderModifier and TypeMethodDescriptionValidation.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Validation.Builder.clear()Validation.Builder.clearClusterIdFormat()Format string to extract the expected cluster identifier for validation.Validation.Builder.clearDynamicMetadataNamespace()Namespace for emitted dynamic metadata when ``emit_dynamic_metadata`` is ``true``.Validation.Builder.clearEmitDynamicMetadata()Whether to emit validation results as dynamic metadata.Validation.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Validation.Builder.clearNodeIdFormat()Format string to extract the expected node identifier for validation.Validation.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Validation.Builder.clone()ReverseTunnel.Builder.getValidationBuilder()Optional validation configuration for node and cluster identifiers.Validation.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Validation.Builder.mergeFrom(com.google.protobuf.Message other) Validation.Builder.mergeFrom(Validation other) final Validation.BuilderValidation.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Validation.BuilderValidation.newBuilder()static Validation.BuilderValidation.newBuilder(Validation prototype) Validation.newBuilderForType()protected Validation.BuilderValidation.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Validation.Builder.setClusterIdFormat(String value) Format string to extract the expected cluster identifier for validation.Validation.Builder.setClusterIdFormatBytes(com.google.protobuf.ByteString value) Format string to extract the expected cluster identifier for validation.Validation.Builder.setDynamicMetadataNamespace(String value) Namespace for emitted dynamic metadata when ``emit_dynamic_metadata`` is ``true``.Validation.Builder.setDynamicMetadataNamespaceBytes(com.google.protobuf.ByteString value) Namespace for emitted dynamic metadata when ``emit_dynamic_metadata`` is ``true``.Validation.Builder.setEmitDynamicMetadata(boolean value) Whether to emit validation results as dynamic metadata.Validation.Builder.setNodeIdFormat(String value) Format string to extract the expected node identifier for validation.Validation.Builder.setNodeIdFormatBytes(com.google.protobuf.ByteString value) Format string to extract the expected node identifier for validation.Validation.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Validation.BuilderValidation.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Validation.toBuilder()Methods in io.envoyproxy.envoy.extensions.filters.network.reverse_tunnel.v3 with parameters of type Validation.BuilderModifier and TypeMethodDescriptionReverseTunnel.Builder.setValidation(Validation.Builder builderForValue) Optional validation configuration for node and cluster identifiers.