public static final class SecurityPolicyRuleHttpHeaderActionHttpHeaderOption.Builder extends GeneratedMessageV3.Builder<SecurityPolicyRuleHttpHeaderActionHttpHeaderOption.Builder> implements SecurityPolicyRuleHttpHeaderActionHttpHeaderOptionOrBuilder
Protobuf type
google.cloud.compute.v1.SecurityPolicyRuleHttpHeaderActionHttpHeaderOption
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
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
public static final Descriptors.Descriptor getDescriptor()
Methods
public SecurityPolicyRuleHttpHeaderActionHttpHeaderOption.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public SecurityPolicyRuleHttpHeaderActionHttpHeaderOption build()
public SecurityPolicyRuleHttpHeaderActionHttpHeaderOption buildPartial()
public SecurityPolicyRuleHttpHeaderActionHttpHeaderOption.Builder clear()
Overrides
public SecurityPolicyRuleHttpHeaderActionHttpHeaderOption.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public SecurityPolicyRuleHttpHeaderActionHttpHeaderOption.Builder clearHeaderName()
The name of the header to set.
optional string header_name = 110223613;
public SecurityPolicyRuleHttpHeaderActionHttpHeaderOption.Builder clearHeaderValue()
The value to set the named header to.
optional string header_value = 203094335;
public SecurityPolicyRuleHttpHeaderActionHttpHeaderOption.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public SecurityPolicyRuleHttpHeaderActionHttpHeaderOption.Builder clone()
Overrides
public SecurityPolicyRuleHttpHeaderActionHttpHeaderOption getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public String getHeaderName()
The name of the header to set.
optional string header_name = 110223613;
Returns |
Type |
Description |
String |
The headerName.
|
public ByteString getHeaderNameBytes()
The name of the header to set.
optional string header_name = 110223613;
Returns |
Type |
Description |
ByteString |
The bytes for headerName.
|
public String getHeaderValue()
The value to set the named header to.
optional string header_value = 203094335;
Returns |
Type |
Description |
String |
The headerValue.
|
public ByteString getHeaderValueBytes()
The value to set the named header to.
optional string header_value = 203094335;
Returns |
Type |
Description |
ByteString |
The bytes for headerValue.
|
public boolean hasHeaderName()
The name of the header to set.
optional string header_name = 110223613;
Returns |
Type |
Description |
boolean |
Whether the headerName field is set.
|
public boolean hasHeaderValue()
The value to set the named header to.
optional string header_value = 203094335;
Returns |
Type |
Description |
boolean |
Whether the headerValue field is set.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public SecurityPolicyRuleHttpHeaderActionHttpHeaderOption.Builder mergeFrom(SecurityPolicyRuleHttpHeaderActionHttpHeaderOption other)
public SecurityPolicyRuleHttpHeaderActionHttpHeaderOption.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public SecurityPolicyRuleHttpHeaderActionHttpHeaderOption.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final SecurityPolicyRuleHttpHeaderActionHttpHeaderOption.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public SecurityPolicyRuleHttpHeaderActionHttpHeaderOption.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public SecurityPolicyRuleHttpHeaderActionHttpHeaderOption.Builder setHeaderName(String value)
The name of the header to set.
optional string header_name = 110223613;
Parameter |
Name |
Description |
value |
String
The headerName to set.
|
public SecurityPolicyRuleHttpHeaderActionHttpHeaderOption.Builder setHeaderNameBytes(ByteString value)
The name of the header to set.
optional string header_name = 110223613;
Parameter |
Name |
Description |
value |
ByteString
The bytes for headerName to set.
|
public SecurityPolicyRuleHttpHeaderActionHttpHeaderOption.Builder setHeaderValue(String value)
The value to set the named header to.
optional string header_value = 203094335;
Parameter |
Name |
Description |
value |
String
The headerValue to set.
|
public SecurityPolicyRuleHttpHeaderActionHttpHeaderOption.Builder setHeaderValueBytes(ByteString value)
The value to set the named header to.
optional string header_value = 203094335;
Parameter |
Name |
Description |
value |
ByteString
The bytes for headerValue to set.
|
public SecurityPolicyRuleHttpHeaderActionHttpHeaderOption.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final SecurityPolicyRuleHttpHeaderActionHttpHeaderOption.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides