Class GetGuestAttributesResponse (2.43.0)

public final class GetGuestAttributesResponse extends GeneratedMessageV3 implements GetGuestAttributesResponseOrBuilder

Response for GetGuestAttributes.

Protobuf type google.cloud.tpu.v2.GetGuestAttributesResponse

Static Fields

GUEST_ATTRIBUTES_FIELD_NUMBER

public static final int GUEST_ATTRIBUTES_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static GetGuestAttributesResponse getDefaultInstance()
Returns
Type Description
GetGuestAttributesResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static GetGuestAttributesResponse.Builder newBuilder()
Returns
Type Description
GetGuestAttributesResponse.Builder

newBuilder(GetGuestAttributesResponse prototype)

public static GetGuestAttributesResponse.Builder newBuilder(GetGuestAttributesResponse prototype)
Parameter
Name Description
prototype GetGuestAttributesResponse
Returns
Type Description
GetGuestAttributesResponse.Builder

parseDelimitedFrom(InputStream input)

public static GetGuestAttributesResponse parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
GetGuestAttributesResponse
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GetGuestAttributesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GetGuestAttributesResponse
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static GetGuestAttributesResponse parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
GetGuestAttributesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static GetGuestAttributesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GetGuestAttributesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static GetGuestAttributesResponse parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
GetGuestAttributesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static GetGuestAttributesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GetGuestAttributesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static GetGuestAttributesResponse parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
GetGuestAttributesResponse
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static GetGuestAttributesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GetGuestAttributesResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static GetGuestAttributesResponse parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
GetGuestAttributesResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GetGuestAttributesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GetGuestAttributesResponse
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static GetGuestAttributesResponse parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
GetGuestAttributesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static GetGuestAttributesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GetGuestAttributesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<GetGuestAttributesResponse> parser()
Returns
Type Description
Parser<GetGuestAttributesResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public GetGuestAttributesResponse getDefaultInstanceForType()
Returns
Type Description
GetGuestAttributesResponse

getGuestAttributes(int index)

public GuestAttributes getGuestAttributes(int index)

The guest attributes for the TPU workers.

repeated .google.cloud.tpu.v2.GuestAttributes guest_attributes = 1;

Parameter
Name Description
index int
Returns
Type Description
GuestAttributes

getGuestAttributesCount()

public int getGuestAttributesCount()

The guest attributes for the TPU workers.

repeated .google.cloud.tpu.v2.GuestAttributes guest_attributes = 1;

Returns
Type Description
int

getGuestAttributesList()

public List<GuestAttributes> getGuestAttributesList()

The guest attributes for the TPU workers.

repeated .google.cloud.tpu.v2.GuestAttributes guest_attributes = 1;

Returns
Type Description
List<GuestAttributes>

getGuestAttributesOrBuilder(int index)

public GuestAttributesOrBuilder getGuestAttributesOrBuilder(int index)

The guest attributes for the TPU workers.

repeated .google.cloud.tpu.v2.GuestAttributes guest_attributes = 1;

Parameter
Name Description
index int
Returns
Type Description
GuestAttributesOrBuilder

getGuestAttributesOrBuilderList()

public List<? extends GuestAttributesOrBuilder> getGuestAttributesOrBuilderList()

The guest attributes for the TPU workers.

repeated .google.cloud.tpu.v2.GuestAttributes guest_attributes = 1;

Returns
Type Description
List<? extends com.google.cloud.tpu.v2.GuestAttributesOrBuilder>

getParserForType()

public Parser<GetGuestAttributesResponse> getParserForType()
Returns
Type Description
Parser<GetGuestAttributesResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public GetGuestAttributesResponse.Builder newBuilderForType()
Returns
Type Description
GetGuestAttributesResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected GetGuestAttributesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
GetGuestAttributesResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public GetGuestAttributesResponse.Builder toBuilder()
Returns
Type Description
GetGuestAttributesResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException