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