Uses of Class
io.envoyproxy.envoy.extensions.filters.http.gcp_authn.v3.GcpAuthnFilterConfig.Builder
Packages that use GcpAuthnFilterConfig.Builder
-
Uses of GcpAuthnFilterConfig.Builder in io.envoyproxy.envoy.extensions.filters.http.gcp_authn.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.gcp_authn.v3 that return GcpAuthnFilterConfig.BuilderModifier and TypeMethodDescriptionGcpAuthnFilterConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) GcpAuthnFilterConfig.Builder.clear()GcpAuthnFilterConfig.Builder.clearCacheConfig()Token cache configuration.GcpAuthnFilterConfig.Builder.clearCluster()Cluster to send traffic to the GCE metadata server.GcpAuthnFilterConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) GcpAuthnFilterConfig.Builder.clearHttpUri()Deprecated.GcpAuthnFilterConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) GcpAuthnFilterConfig.Builder.clearRetryPolicy()Retry policy for fetching tokens.GcpAuthnFilterConfig.Builder.clearTimeout()Timeout for fetching the tokens from the GCE metadata server.GcpAuthnFilterConfig.Builder.clearTokenHeader()Request header location to extract the token.GcpAuthnFilterConfig.Builder.clone()GcpAuthnFilterConfig.Builder.mergeCacheConfig(TokenCacheConfig value) Token cache configuration.GcpAuthnFilterConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GcpAuthnFilterConfig.Builder.mergeFrom(com.google.protobuf.Message other) GcpAuthnFilterConfig.Builder.mergeFrom(GcpAuthnFilterConfig other) GcpAuthnFilterConfig.Builder.mergeHttpUri(HttpUri value) Deprecated.GcpAuthnFilterConfig.Builder.mergeRetryPolicy(RetryPolicy value) Retry policy for fetching tokens.GcpAuthnFilterConfig.Builder.mergeTimeout(com.google.protobuf.Duration value) Timeout for fetching the tokens from the GCE metadata server.GcpAuthnFilterConfig.Builder.mergeTokenHeader(TokenHeader value) Request header location to extract the token.GcpAuthnFilterConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static GcpAuthnFilterConfig.BuilderGcpAuthnFilterConfig.newBuilder()static GcpAuthnFilterConfig.BuilderGcpAuthnFilterConfig.newBuilder(GcpAuthnFilterConfig prototype) GcpAuthnFilterConfig.newBuilderForType()protected GcpAuthnFilterConfig.BuilderGcpAuthnFilterConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) GcpAuthnFilterConfig.Builder.setCacheConfig(TokenCacheConfig value) Token cache configuration.GcpAuthnFilterConfig.Builder.setCacheConfig(TokenCacheConfig.Builder builderForValue) Token cache configuration.GcpAuthnFilterConfig.Builder.setCluster(String value) Cluster to send traffic to the GCE metadata server.GcpAuthnFilterConfig.Builder.setClusterBytes(com.google.protobuf.ByteString value) Cluster to send traffic to the GCE metadata server.GcpAuthnFilterConfig.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) GcpAuthnFilterConfig.Builder.setHttpUri(HttpUri value) Deprecated.GcpAuthnFilterConfig.Builder.setHttpUri(HttpUri.Builder builderForValue) Deprecated.GcpAuthnFilterConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) GcpAuthnFilterConfig.Builder.setRetryPolicy(RetryPolicy value) Retry policy for fetching tokens.GcpAuthnFilterConfig.Builder.setRetryPolicy(RetryPolicy.Builder builderForValue) Retry policy for fetching tokens.GcpAuthnFilterConfig.Builder.setTimeout(com.google.protobuf.Duration value) Timeout for fetching the tokens from the GCE metadata server.GcpAuthnFilterConfig.Builder.setTimeout(com.google.protobuf.Duration.Builder builderForValue) Timeout for fetching the tokens from the GCE metadata server.GcpAuthnFilterConfig.Builder.setTokenHeader(TokenHeader value) Request header location to extract the token.GcpAuthnFilterConfig.Builder.setTokenHeader(TokenHeader.Builder builderForValue) Request header location to extract the token.GcpAuthnFilterConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) GcpAuthnFilterConfig.toBuilder()