Class SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch.Builder (1.68.0)

public static final class SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch.Builder extends GeneratedMessageV3.Builder<SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch.Builder> implements SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatchOrBuilder

Protobuf type google.cloud.compute.v1.SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch

Inheritance

Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch.Builder
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

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllValues(Iterable<String> values)

public SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch.Builder addAllValues(Iterable<String> values)

Matching values of the field. Each element can be a 32-bit unsigned decimal or hexadecimal (starting with "0x") number (e.g. "64") or range (e.g. "0x400-0x7ff").

repeated string values = 249928994;

Parameter
Name Description
values Iterable<String>

The values to add.

Returns
Type Description
SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Overrides

addValues(String value)

public SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch.Builder addValues(String value)

Matching values of the field. Each element can be a 32-bit unsigned decimal or hexadecimal (starting with "0x") number (e.g. "64") or range (e.g. "0x400-0x7ff").

repeated string values = 249928994;

Parameter
Name Description
value String

The values to add.

Returns
Type Description
SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch.Builder

This builder for chaining.

addValuesBytes(ByteString value)

public SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch.Builder addValuesBytes(ByteString value)

Matching values of the field. Each element can be a 32-bit unsigned decimal or hexadecimal (starting with "0x") number (e.g. "64") or range (e.g. "0x400-0x7ff").

repeated string values = 249928994;

Parameter
Name Description
value ByteString

The bytes of the values to add.

Returns
Type Description
SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch.Builder

This builder for chaining.

build()

public SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch build()

buildPartial()

public SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch buildPartial()

clear()

public SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch.Builder clear()
Overrides

clearField(Descriptors.FieldDescriptor field)

public SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Overrides

clearName()

public SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch.Builder clearName()

Name of the user-defined field, as given in the definition.

optional string name = 3373707;

Returns
Type Description
SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Overrides

clearValues()

public SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch.Builder clearValues()

Matching values of the field. Each element can be a 32-bit unsigned decimal or hexadecimal (starting with "0x") number (e.g. "64") or range (e.g. "0x400-0x7ff").

repeated string values = 249928994;

Returns
Type Description
SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch.Builder

This builder for chaining.

clone()

public SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch.Builder clone()
Overrides

getDefaultInstanceForType()

public SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch getDefaultInstanceForType()

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getName()

public String getName()

Name of the user-defined field, as given in the definition.

optional string name = 3373707;

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Name of the user-defined field, as given in the definition.

optional string name = 3373707;

Returns
Type Description
ByteString

The bytes for name.

getValues(int index)

public String getValues(int index)

Matching values of the field. Each element can be a 32-bit unsigned decimal or hexadecimal (starting with "0x") number (e.g. "64") or range (e.g. "0x400-0x7ff").

repeated string values = 249928994;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The values at the given index.

getValuesBytes(int index)

public ByteString getValuesBytes(int index)

Matching values of the field. Each element can be a 32-bit unsigned decimal or hexadecimal (starting with "0x") number (e.g. "64") or range (e.g. "0x400-0x7ff").

repeated string values = 249928994;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the values at the given index.

getValuesCount()

public int getValuesCount()

Matching values of the field. Each element can be a 32-bit unsigned decimal or hexadecimal (starting with "0x") number (e.g. "64") or range (e.g. "0x400-0x7ff").

repeated string values = 249928994;

Returns
Type Description
int

The count of values.

getValuesList()

public ProtocolStringList getValuesList()

Matching values of the field. Each element can be a 32-bit unsigned decimal or hexadecimal (starting with "0x") number (e.g. "64") or range (e.g. "0x400-0x7ff").

repeated string values = 249928994;

Returns
Type Description
ProtocolStringList

A list containing the values.

hasName()

public boolean hasName()

Name of the user-defined field, as given in the definition.

optional string name = 3373707;

Returns
Type Description
boolean

Whether the name field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch other)

public SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch.Builder mergeFrom(SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch other)

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Overrides

setName(String value)

public SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch.Builder setName(String value)

Name of the user-defined field, as given in the definition.

optional string name = 3373707;

Parameter
Name Description
value String

The name to set.

Returns
Type Description
SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch.Builder

This builder for chaining.

setNameBytes(ByteString value)

public SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch.Builder setNameBytes(ByteString value)

Name of the user-defined field, as given in the definition.

optional string name = 3373707;

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Overrides

setValues(int index, String value)

public SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch.Builder setValues(int index, String value)

Matching values of the field. Each element can be a 32-bit unsigned decimal or hexadecimal (starting with "0x") number (e.g. "64") or range (e.g. "0x400-0x7ff").

repeated string values = 249928994;

Parameters
Name Description
index int

The index to set the value at.

value String

The values to set.

Returns
Type Description
SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch.Builder

This builder for chaining.