Class SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch.Builder (1.93.0)

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

Protobuf type google.cloud.compute.v1.SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch

Inheritance

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

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()
Returns
Type Description
SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch

buildPartial()

public SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch buildPartial()
Returns
Type Description
SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch

clear()

public SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch.Builder clear()
Returns
Type Description
SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch.Builder
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.

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.

getDefaultInstanceForType()

public SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch getDefaultInstanceForType()
Returns
Type Description
SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch

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 GeneratedMessage.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)
Parameter
Name Description
other SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch
Returns
Type Description
SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch.Builder
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.

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.