Class GuestAttributesEntry.Builder (2.38.0)

public static final class GuestAttributesEntry.Builder extends GeneratedMessageV3.Builder<GuestAttributesEntry.Builder> implements GuestAttributesEntryOrBuilder

A guest attributes namespace/key/value entry.

Protobuf type google.cloud.tpu.v2alpha1.GuestAttributesEntry

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public GuestAttributesEntry build()
Returns
TypeDescription
GuestAttributesEntry

buildPartial()

public GuestAttributesEntry buildPartial()
Returns
TypeDescription
GuestAttributesEntry

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearKey()

public GuestAttributesEntry.Builder clearKey()

Key for the guest attribute entry.

string key = 2;

Returns
TypeDescription
GuestAttributesEntry.Builder

This builder for chaining.

clearNamespace()

public GuestAttributesEntry.Builder clearNamespace()

Namespace for the guest attribute entry.

string namespace = 1;

Returns
TypeDescription
GuestAttributesEntry.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearValue()

public GuestAttributesEntry.Builder clearValue()

Value for the guest attribute entry.

string value = 3;

Returns
TypeDescription
GuestAttributesEntry.Builder

This builder for chaining.

clone()

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

getDefaultInstanceForType()

public GuestAttributesEntry getDefaultInstanceForType()
Returns
TypeDescription
GuestAttributesEntry

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getKey()

public String getKey()

Key for the guest attribute entry.

string key = 2;

Returns
TypeDescription
String

The key.

getKeyBytes()

public ByteString getKeyBytes()

Key for the guest attribute entry.

string key = 2;

Returns
TypeDescription
ByteString

The bytes for key.

getNamespace()

public String getNamespace()

Namespace for the guest attribute entry.

string namespace = 1;

Returns
TypeDescription
String

The namespace.

getNamespaceBytes()

public ByteString getNamespaceBytes()

Namespace for the guest attribute entry.

string namespace = 1;

Returns
TypeDescription
ByteString

The bytes for namespace.

getValue()

public String getValue()

Value for the guest attribute entry.

string value = 3;

Returns
TypeDescription
String

The value.

getValueBytes()

public ByteString getValueBytes()

Value for the guest attribute entry.

string value = 3;

Returns
TypeDescription
ByteString

The bytes for value.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(GuestAttributesEntry other)

public GuestAttributesEntry.Builder mergeFrom(GuestAttributesEntry other)
Parameter
NameDescription
otherGuestAttributesEntry
Returns
TypeDescription
GuestAttributesEntry.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

setKey(String value)

public GuestAttributesEntry.Builder setKey(String value)

Key for the guest attribute entry.

string key = 2;

Parameter
NameDescription
valueString

The key to set.

Returns
TypeDescription
GuestAttributesEntry.Builder

This builder for chaining.

setKeyBytes(ByteString value)

public GuestAttributesEntry.Builder setKeyBytes(ByteString value)

Key for the guest attribute entry.

string key = 2;

Parameter
NameDescription
valueByteString

The bytes for key to set.

Returns
TypeDescription
GuestAttributesEntry.Builder

This builder for chaining.

setNamespace(String value)

public GuestAttributesEntry.Builder setNamespace(String value)

Namespace for the guest attribute entry.

string namespace = 1;

Parameter
NameDescription
valueString

The namespace to set.

Returns
TypeDescription
GuestAttributesEntry.Builder

This builder for chaining.

setNamespaceBytes(ByteString value)

public GuestAttributesEntry.Builder setNamespaceBytes(ByteString value)

Namespace for the guest attribute entry.

string namespace = 1;

Parameter
NameDescription
valueByteString

The bytes for namespace to set.

Returns
TypeDescription
GuestAttributesEntry.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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

setValue(String value)

public GuestAttributesEntry.Builder setValue(String value)

Value for the guest attribute entry.

string value = 3;

Parameter
NameDescription
valueString

The value to set.

Returns
TypeDescription
GuestAttributesEntry.Builder

This builder for chaining.

setValueBytes(ByteString value)

public GuestAttributesEntry.Builder setValueBytes(ByteString value)

Value for the guest attribute entry.

string value = 3;

Parameter
NameDescription
valueByteString

The bytes for value to set.

Returns
TypeDescription
GuestAttributesEntry.Builder

This builder for chaining.