Send feedback
Class HttpFaultDelay.Builder (1.15.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.15.0 keyboard_arrow_down
public static final class HttpFaultDelay . Builder extends GeneratedMessageV3 . Builder<HttpFaultDelay . Builder > implements HttpFaultDelayOrBuilder
Specifies the delay introduced by the load balancer before forwarding the request to the backend service as part of fault injection.
Protobuf type google.cloud.compute.v1.HttpFaultDelay
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public HttpFaultDelay . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
public HttpFaultDelay build ()
Returns
buildPartial()
public HttpFaultDelay buildPartial ()
Returns
clear()
public HttpFaultDelay . Builder clear ()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public HttpFaultDelay . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearFixedDelay()
public HttpFaultDelay . Builder clearFixedDelay ()
Specifies the value of the fixed delay interval.
optional .google.cloud.compute.v1.Duration fixed_delay = 317037816;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public HttpFaultDelay . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clearPercentage()
public HttpFaultDelay . Builder clearPercentage ()
The percentage of traffic for connections, operations, or requests for which a delay is introduced as part of fault injection. The value must be from 0.0 to 100.0 inclusive.
optional double percentage = 151909018;
Returns
clone()
public HttpFaultDelay . Builder clone ()
Returns
Overrides
getDefaultInstanceForType()
public HttpFaultDelay getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getFixedDelay()
public Duration getFixedDelay ()
Specifies the value of the fixed delay interval.
optional .google.cloud.compute.v1.Duration fixed_delay = 317037816;
Returns
getFixedDelayBuilder()
public Duration . Builder getFixedDelayBuilder ()
Specifies the value of the fixed delay interval.
optional .google.cloud.compute.v1.Duration fixed_delay = 317037816;
Returns
getFixedDelayOrBuilder()
public DurationOrBuilder getFixedDelayOrBuilder ()
Specifies the value of the fixed delay interval.
optional .google.cloud.compute.v1.Duration fixed_delay = 317037816;
Returns
getPercentage()
public double getPercentage ()
The percentage of traffic for connections, operations, or requests for which a delay is introduced as part of fault injection. The value must be from 0.0 to 100.0 inclusive.
optional double percentage = 151909018;
Returns
Type Description double The percentage.
hasFixedDelay()
public boolean hasFixedDelay ()
Specifies the value of the fixed delay interval.
optional .google.cloud.compute.v1.Duration fixed_delay = 317037816;
Returns
Type Description boolean Whether the fixedDelay field is set.
hasPercentage()
public boolean hasPercentage ()
The percentage of traffic for connections, operations, or requests for which a delay is introduced as part of fault injection. The value must be from 0.0 to 100.0 inclusive.
optional double percentage = 151909018;
Returns
Type Description boolean Whether the percentage field is set.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeFixedDelay(Duration value)
public HttpFaultDelay . Builder mergeFixedDelay ( Duration value )
Specifies the value of the fixed delay interval.
optional .google.cloud.compute.v1.Duration fixed_delay = 317037816;
Parameter
Returns
mergeFrom(HttpFaultDelay other)
public HttpFaultDelay . Builder mergeFrom ( HttpFaultDelay other )
Parameter
Returns
public HttpFaultDelay . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public HttpFaultDelay . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final HttpFaultDelay . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public HttpFaultDelay . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setFixedDelay(Duration value)
public HttpFaultDelay . Builder setFixedDelay ( Duration value )
Specifies the value of the fixed delay interval.
optional .google.cloud.compute.v1.Duration fixed_delay = 317037816;
Parameter
Returns
setFixedDelay(Duration.Builder builderForValue)
public HttpFaultDelay . Builder setFixedDelay ( Duration . Builder builderForValue )
Specifies the value of the fixed delay interval.
optional .google.cloud.compute.v1.Duration fixed_delay = 317037816;
Parameter
Returns
setPercentage(double value)
public HttpFaultDelay . Builder setPercentage ( double value )
The percentage of traffic for connections, operations, or requests for which a delay is introduced as part of fault injection. The value must be from 0.0 to 100.0 inclusive.
optional double percentage = 151909018;
Parameter
Name Description value double
The percentage to set.
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public HttpFaultDelay . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final HttpFaultDelay . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]