public static final class MetadataFilterLabelMatch.Builder extends GeneratedMessageV3.Builder<MetadataFilterLabelMatch.Builder> implements MetadataFilterLabelMatchOrBuilder
MetadataFilter label name value pairs that are expected to match corresponding labels presented as metadata to the load balancer.
Protobuf type google.cloud.compute.v1.MetadataFilterLabelMatch
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 MetadataFilterLabelMatch.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public MetadataFilterLabelMatch build()
public MetadataFilterLabelMatch buildPartial()
public MetadataFilterLabelMatch.Builder clear()
Overrides
public MetadataFilterLabelMatch.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public MetadataFilterLabelMatch.Builder clearName()
Name of metadata label. The name can have a maximum length of 1024 characters and must be at least 1 character long.
optional string name = 3373707;
public MetadataFilterLabelMatch.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public MetadataFilterLabelMatch.Builder clearValue()
The value of the label must match the specified value. value can have a maximum length of 1024 characters.
optional string value = 111972721;
public MetadataFilterLabelMatch.Builder clone()
Overrides
public MetadataFilterLabelMatch getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
Name of metadata label. The name can have a maximum length of 1024 characters and must be at least 1 character long.
optional string name = 3373707;
Returns |
Type |
Description |
String |
The name.
|
public ByteString getNameBytes()
Name of metadata label. The name can have a maximum length of 1024 characters and must be at least 1 character long.
optional string name = 3373707;
Returns |
Type |
Description |
ByteString |
The bytes for name.
|
The value of the label must match the specified value. value can have a maximum length of 1024 characters.
optional string value = 111972721;
Returns |
Type |
Description |
String |
The value.
|
public ByteString getValueBytes()
The value of the label must match the specified value. value can have a maximum length of 1024 characters.
optional string value = 111972721;
Returns |
Type |
Description |
ByteString |
The bytes for value.
|
Name of metadata label. The name can have a maximum length of 1024 characters and must be at least 1 character long.
optional string name = 3373707;
Returns |
Type |
Description |
boolean |
Whether the name field is set.
|
public boolean hasValue()
The value of the label must match the specified value. value can have a maximum length of 1024 characters.
optional string value = 111972721;
Returns |
Type |
Description |
boolean |
Whether the value field is set.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public MetadataFilterLabelMatch.Builder mergeFrom(MetadataFilterLabelMatch other)
public MetadataFilterLabelMatch.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public MetadataFilterLabelMatch.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final MetadataFilterLabelMatch.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public MetadataFilterLabelMatch.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public MetadataFilterLabelMatch.Builder setName(String value)
Name of metadata label. The name can have a maximum length of 1024 characters and must be at least 1 character long.
optional string name = 3373707;
Parameter |
Name |
Description |
value |
String
The name to set.
|
public MetadataFilterLabelMatch.Builder setNameBytes(ByteString value)
Name of metadata label. The name can have a maximum length of 1024 characters and must be at least 1 character long.
optional string name = 3373707;
Parameter |
Name |
Description |
value |
ByteString
The bytes for name to set.
|
public MetadataFilterLabelMatch.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final MetadataFilterLabelMatch.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
public MetadataFilterLabelMatch.Builder setValue(String value)
The value of the label must match the specified value. value can have a maximum length of 1024 characters.
optional string value = 111972721;
Parameter |
Name |
Description |
value |
String
The value to set.
|
public MetadataFilterLabelMatch.Builder setValueBytes(ByteString value)
The value of the label must match the specified value. value can have a maximum length of 1024 characters.
optional string value = 111972721;
Parameter |
Name |
Description |
value |
ByteString
The bytes for value to set.
|