Class GuestAttributesEntry (2.21.0)

public final class GuestAttributesEntry extends GeneratedMessageV3 implements GuestAttributesEntryOrBuilder

A guest attributes namespace/key/value entry.

Protobuf type google.cloud.tpu.v2.GuestAttributesEntry

Static Fields

KEY_FIELD_NUMBER

public static final int KEY_FIELD_NUMBER
Field Value
TypeDescription
int

NAMESPACE_FIELD_NUMBER

public static final int NAMESPACE_FIELD_NUMBER
Field Value
TypeDescription
int

VALUE_FIELD_NUMBER

public static final int VALUE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static GuestAttributesEntry getDefaultInstance()
Returns
TypeDescription
GuestAttributesEntry

getDescriptor()

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

newBuilder()

public static GuestAttributesEntry.Builder newBuilder()
Returns
TypeDescription
GuestAttributesEntry.Builder

newBuilder(GuestAttributesEntry prototype)

public static GuestAttributesEntry.Builder newBuilder(GuestAttributesEntry prototype)
Parameter
NameDescription
prototypeGuestAttributesEntry
Returns
TypeDescription
GuestAttributesEntry.Builder

parseDelimitedFrom(InputStream input)

public static GuestAttributesEntry parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
GuestAttributesEntry
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GuestAttributesEntry parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GuestAttributesEntry
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static GuestAttributesEntry parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
GuestAttributesEntry
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static GuestAttributesEntry parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GuestAttributesEntry
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static GuestAttributesEntry parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
GuestAttributesEntry
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static GuestAttributesEntry parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GuestAttributesEntry
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static GuestAttributesEntry parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
GuestAttributesEntry
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static GuestAttributesEntry parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GuestAttributesEntry
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static GuestAttributesEntry parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
GuestAttributesEntry
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GuestAttributesEntry parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GuestAttributesEntry
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static GuestAttributesEntry parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
GuestAttributesEntry
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static GuestAttributesEntry parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GuestAttributesEntry
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<GuestAttributesEntry> parser()
Returns
TypeDescription
Parser<GuestAttributesEntry>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public GuestAttributesEntry getDefaultInstanceForType()
Returns
TypeDescription
GuestAttributesEntry

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.

getParserForType()

public Parser<GuestAttributesEntry> getParserForType()
Returns
TypeDescription
Parser<GuestAttributesEntry>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

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.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public GuestAttributesEntry.Builder newBuilderForType()
Returns
TypeDescription
GuestAttributesEntry.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected GuestAttributesEntry.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
GuestAttributesEntry.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public GuestAttributesEntry.Builder toBuilder()
Returns
TypeDescription
GuestAttributesEntry.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException