Uses of Class
io.envoyproxy.envoy.config.filter.http.squash.v2.Squash.Builder
Packages that use Squash.Builder
-
Uses of Squash.Builder in io.envoyproxy.envoy.config.filter.http.squash.v2
Methods in io.envoyproxy.envoy.config.filter.http.squash.v2 that return Squash.BuilderModifier and TypeMethodDescriptionSquash.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Squash.Builder.clear()Squash.Builder.clearAttachmentPollPeriod()Amount of time to poll for the status of the attachment object in the Squash server (to check if has been attached).Squash.Builder.clearAttachmentTemplate()When the filter requests the Squash server to create a DebugAttachment, it will use this structure as template for the body of the request.Squash.Builder.clearAttachmentTimeout()The total timeout Squash will delay a request and wait for it to be attached.Squash.Builder.clearCluster()The name of the cluster that hosts the Squash server.Squash.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Squash.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Squash.Builder.clearRequestTimeout()The timeout for individual requests sent to the Squash cluster.Squash.Builder.clone()Squash.Builder.mergeAttachmentPollPeriod(com.google.protobuf.Duration value) Amount of time to poll for the status of the attachment object in the Squash server (to check if has been attached).Squash.Builder.mergeAttachmentTemplate(com.google.protobuf.Struct value) When the filter requests the Squash server to create a DebugAttachment, it will use this structure as template for the body of the request.Squash.Builder.mergeAttachmentTimeout(com.google.protobuf.Duration value) The total timeout Squash will delay a request and wait for it to be attached.Squash.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Squash.Builder.mergeFrom(com.google.protobuf.Message other) Squash.Builder.mergeRequestTimeout(com.google.protobuf.Duration value) The timeout for individual requests sent to the Squash cluster.final Squash.BuilderSquash.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Squash.BuilderSquash.newBuilder()static Squash.BuilderSquash.newBuilder(Squash prototype) Squash.newBuilderForType()protected Squash.BuilderSquash.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Squash.Builder.setAttachmentPollPeriod(com.google.protobuf.Duration value) Amount of time to poll for the status of the attachment object in the Squash server (to check if has been attached).Squash.Builder.setAttachmentPollPeriod(com.google.protobuf.Duration.Builder builderForValue) Amount of time to poll for the status of the attachment object in the Squash server (to check if has been attached).Squash.Builder.setAttachmentTemplate(com.google.protobuf.Struct value) When the filter requests the Squash server to create a DebugAttachment, it will use this structure as template for the body of the request.Squash.Builder.setAttachmentTemplate(com.google.protobuf.Struct.Builder builderForValue) When the filter requests the Squash server to create a DebugAttachment, it will use this structure as template for the body of the request.Squash.Builder.setAttachmentTimeout(com.google.protobuf.Duration value) The total timeout Squash will delay a request and wait for it to be attached.Squash.Builder.setAttachmentTimeout(com.google.protobuf.Duration.Builder builderForValue) The total timeout Squash will delay a request and wait for it to be attached.Squash.Builder.setCluster(String value) The name of the cluster that hosts the Squash server.Squash.Builder.setClusterBytes(com.google.protobuf.ByteString value) The name of the cluster that hosts the Squash server.Squash.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Squash.Builder.setRequestTimeout(com.google.protobuf.Duration value) The timeout for individual requests sent to the Squash cluster.Squash.Builder.setRequestTimeout(com.google.protobuf.Duration.Builder builderForValue) The timeout for individual requests sent to the Squash cluster.final Squash.BuilderSquash.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Squash.toBuilder()