Uses of Class
com.google.cloud.tpu.v2.GuestAttributes
-
Packages that use GuestAttributes Package Description com.google.cloud.tpu.v2 A client to Cloud TPU API -
-
Uses of GuestAttributes in com.google.cloud.tpu.v2
Methods in com.google.cloud.tpu.v2 that return GuestAttributes Modifier and Type Method Description GuestAttributes
GuestAttributes.Builder. build()
GuestAttributes
GuestAttributes.Builder. buildPartial()
static GuestAttributes
GuestAttributes. getDefaultInstance()
GuestAttributes
GuestAttributes.Builder. getDefaultInstanceForType()
GuestAttributes
GuestAttributes. getDefaultInstanceForType()
GuestAttributes
GetGuestAttributesResponse.Builder. getGuestAttributes(int index)
The guest attributes for the TPU workers.GuestAttributes
GetGuestAttributesResponse. getGuestAttributes(int index)
The guest attributes for the TPU workers.GuestAttributes
GetGuestAttributesResponseOrBuilder. getGuestAttributes(int index)
The guest attributes for the TPU workers.static GuestAttributes
GuestAttributes. parseDelimitedFrom(InputStream input)
static GuestAttributes
GuestAttributes. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GuestAttributes
GuestAttributes. parseFrom(byte[] data)
static GuestAttributes
GuestAttributes. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GuestAttributes
GuestAttributes. parseFrom(com.google.protobuf.ByteString data)
static GuestAttributes
GuestAttributes. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GuestAttributes
GuestAttributes. parseFrom(com.google.protobuf.CodedInputStream input)
static GuestAttributes
GuestAttributes. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GuestAttributes
GuestAttributes. parseFrom(InputStream input)
static GuestAttributes
GuestAttributes. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GuestAttributes
GuestAttributes. parseFrom(ByteBuffer data)
static GuestAttributes
GuestAttributes. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.tpu.v2 that return types with arguments of type GuestAttributes Modifier and Type Method Description List<GuestAttributes>
GetGuestAttributesResponse.Builder. getGuestAttributesList()
The guest attributes for the TPU workers.List<GuestAttributes>
GetGuestAttributesResponse. getGuestAttributesList()
The guest attributes for the TPU workers.List<GuestAttributes>
GetGuestAttributesResponseOrBuilder. getGuestAttributesList()
The guest attributes for the TPU workers.com.google.protobuf.Parser<GuestAttributes>
GuestAttributes. getParserForType()
static com.google.protobuf.Parser<GuestAttributes>
GuestAttributes. parser()
Methods in com.google.cloud.tpu.v2 with parameters of type GuestAttributes Modifier and Type Method Description GetGuestAttributesResponse.Builder
GetGuestAttributesResponse.Builder. addGuestAttributes(int index, GuestAttributes value)
The guest attributes for the TPU workers.GetGuestAttributesResponse.Builder
GetGuestAttributesResponse.Builder. addGuestAttributes(GuestAttributes value)
The guest attributes for the TPU workers.GuestAttributes.Builder
GuestAttributes.Builder. mergeFrom(GuestAttributes other)
static GuestAttributes.Builder
GuestAttributes. newBuilder(GuestAttributes prototype)
GetGuestAttributesResponse.Builder
GetGuestAttributesResponse.Builder. setGuestAttributes(int index, GuestAttributes value)
The guest attributes for the TPU workers.Method parameters in com.google.cloud.tpu.v2 with type arguments of type GuestAttributes Modifier and Type Method Description GetGuestAttributesResponse.Builder
GetGuestAttributesResponse.Builder. addAllGuestAttributes(Iterable<? extends GuestAttributes> values)
The guest attributes for the TPU workers.
-