Class GuestAttributesValue.Builder (2.42.0)

public static final class GuestAttributesValue.Builder extends GeneratedMessageV3.Builder<GuestAttributesValue.Builder> implements GuestAttributesValueOrBuilder

Array of guest attribute namespace/key/value tuples.

Protobuf type google.cloud.tpu.v2alpha1.GuestAttributesValue

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllItems(Iterable<? extends GuestAttributesEntry> values)

public GuestAttributesValue.Builder addAllItems(Iterable<? extends GuestAttributesEntry> values)

The list of guest attributes entries.

repeated .google.cloud.tpu.v2alpha1.GuestAttributesEntry items = 1;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.tpu.v2alpha1.GuestAttributesEntry>
Returns
TypeDescription
GuestAttributesValue.Builder

addItems(GuestAttributesEntry value)

public GuestAttributesValue.Builder addItems(GuestAttributesEntry value)

The list of guest attributes entries.

repeated .google.cloud.tpu.v2alpha1.GuestAttributesEntry items = 1;

Parameter
NameDescription
valueGuestAttributesEntry
Returns
TypeDescription
GuestAttributesValue.Builder

addItems(GuestAttributesEntry.Builder builderForValue)

public GuestAttributesValue.Builder addItems(GuestAttributesEntry.Builder builderForValue)

The list of guest attributes entries.

repeated .google.cloud.tpu.v2alpha1.GuestAttributesEntry items = 1;

Parameter
NameDescription
builderForValueGuestAttributesEntry.Builder
Returns
TypeDescription
GuestAttributesValue.Builder

addItems(int index, GuestAttributesEntry value)

public GuestAttributesValue.Builder addItems(int index, GuestAttributesEntry value)

The list of guest attributes entries.

repeated .google.cloud.tpu.v2alpha1.GuestAttributesEntry items = 1;

Parameters
NameDescription
indexint
valueGuestAttributesEntry
Returns
TypeDescription
GuestAttributesValue.Builder

addItems(int index, GuestAttributesEntry.Builder builderForValue)

public GuestAttributesValue.Builder addItems(int index, GuestAttributesEntry.Builder builderForValue)

The list of guest attributes entries.

repeated .google.cloud.tpu.v2alpha1.GuestAttributesEntry items = 1;

Parameters
NameDescription
indexint
builderForValueGuestAttributesEntry.Builder
Returns
TypeDescription
GuestAttributesValue.Builder

addItemsBuilder()

public GuestAttributesEntry.Builder addItemsBuilder()

The list of guest attributes entries.

repeated .google.cloud.tpu.v2alpha1.GuestAttributesEntry items = 1;

Returns
TypeDescription
GuestAttributesEntry.Builder

addItemsBuilder(int index)

public GuestAttributesEntry.Builder addItemsBuilder(int index)

The list of guest attributes entries.

repeated .google.cloud.tpu.v2alpha1.GuestAttributesEntry items = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
GuestAttributesEntry.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public GuestAttributesValue.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
GuestAttributesValue.Builder
Overrides

build()

public GuestAttributesValue build()
Returns
TypeDescription
GuestAttributesValue

buildPartial()

public GuestAttributesValue buildPartial()
Returns
TypeDescription
GuestAttributesValue

clear()

public GuestAttributesValue.Builder clear()
Returns
TypeDescription
GuestAttributesValue.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public GuestAttributesValue.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
GuestAttributesValue.Builder
Overrides

clearItems()

public GuestAttributesValue.Builder clearItems()

The list of guest attributes entries.

repeated .google.cloud.tpu.v2alpha1.GuestAttributesEntry items = 1;

Returns
TypeDescription
GuestAttributesValue.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public GuestAttributesValue.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
GuestAttributesValue.Builder
Overrides

clone()

public GuestAttributesValue.Builder clone()
Returns
TypeDescription
GuestAttributesValue.Builder
Overrides

getDefaultInstanceForType()

public GuestAttributesValue getDefaultInstanceForType()
Returns
TypeDescription
GuestAttributesValue

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getItems(int index)

public GuestAttributesEntry getItems(int index)

The list of guest attributes entries.

repeated .google.cloud.tpu.v2alpha1.GuestAttributesEntry items = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
GuestAttributesEntry

getItemsBuilder(int index)

public GuestAttributesEntry.Builder getItemsBuilder(int index)

The list of guest attributes entries.

repeated .google.cloud.tpu.v2alpha1.GuestAttributesEntry items = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
GuestAttributesEntry.Builder

getItemsBuilderList()

public List<GuestAttributesEntry.Builder> getItemsBuilderList()

The list of guest attributes entries.

repeated .google.cloud.tpu.v2alpha1.GuestAttributesEntry items = 1;

Returns
TypeDescription
List<Builder>

getItemsCount()

public int getItemsCount()

The list of guest attributes entries.

repeated .google.cloud.tpu.v2alpha1.GuestAttributesEntry items = 1;

Returns
TypeDescription
int

getItemsList()

public List<GuestAttributesEntry> getItemsList()

The list of guest attributes entries.

repeated .google.cloud.tpu.v2alpha1.GuestAttributesEntry items = 1;

Returns
TypeDescription
List<GuestAttributesEntry>

getItemsOrBuilder(int index)

public GuestAttributesEntryOrBuilder getItemsOrBuilder(int index)

The list of guest attributes entries.

repeated .google.cloud.tpu.v2alpha1.GuestAttributesEntry items = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
GuestAttributesEntryOrBuilder

getItemsOrBuilderList()

public List<? extends GuestAttributesEntryOrBuilder> getItemsOrBuilderList()

The list of guest attributes entries.

repeated .google.cloud.tpu.v2alpha1.GuestAttributesEntry items = 1;

Returns
TypeDescription
List<? extends com.google.cloud.tpu.v2alpha1.GuestAttributesEntryOrBuilder>

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(GuestAttributesValue other)

public GuestAttributesValue.Builder mergeFrom(GuestAttributesValue other)
Parameter
NameDescription
otherGuestAttributesValue
Returns
TypeDescription
GuestAttributesValue.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GuestAttributesValue.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GuestAttributesValue.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public GuestAttributesValue.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
GuestAttributesValue.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final GuestAttributesValue.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
GuestAttributesValue.Builder
Overrides

removeItems(int index)

public GuestAttributesValue.Builder removeItems(int index)

The list of guest attributes entries.

repeated .google.cloud.tpu.v2alpha1.GuestAttributesEntry items = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
GuestAttributesValue.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public GuestAttributesValue.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
GuestAttributesValue.Builder
Overrides

setItems(int index, GuestAttributesEntry value)

public GuestAttributesValue.Builder setItems(int index, GuestAttributesEntry value)

The list of guest attributes entries.

repeated .google.cloud.tpu.v2alpha1.GuestAttributesEntry items = 1;

Parameters
NameDescription
indexint
valueGuestAttributesEntry
Returns
TypeDescription
GuestAttributesValue.Builder

setItems(int index, GuestAttributesEntry.Builder builderForValue)

public GuestAttributesValue.Builder setItems(int index, GuestAttributesEntry.Builder builderForValue)

The list of guest attributes entries.

repeated .google.cloud.tpu.v2alpha1.GuestAttributesEntry items = 1;

Parameters
NameDescription
indexint
builderForValueGuestAttributesEntry.Builder
Returns
TypeDescription
GuestAttributesValue.Builder

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

public GuestAttributesValue.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
GuestAttributesValue.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final GuestAttributesValue.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
GuestAttributesValue.Builder
Overrides