Uses of Class
com.google.cloud.tpu.v2.GuestAttributesEntry
-
Packages that use GuestAttributesEntry Package Description com.google.cloud.tpu.v2 A client to Cloud TPU API -
-
Uses of GuestAttributesEntry in com.google.cloud.tpu.v2
Methods in com.google.cloud.tpu.v2 that return GuestAttributesEntry Modifier and Type Method Description GuestAttributesEntry
GuestAttributesEntry.Builder. build()
GuestAttributesEntry
GuestAttributesEntry.Builder. buildPartial()
static GuestAttributesEntry
GuestAttributesEntry. getDefaultInstance()
GuestAttributesEntry
GuestAttributesEntry.Builder. getDefaultInstanceForType()
GuestAttributesEntry
GuestAttributesEntry. getDefaultInstanceForType()
GuestAttributesEntry
GuestAttributesValue.Builder. getItems(int index)
The list of guest attributes entries.GuestAttributesEntry
GuestAttributesValue. getItems(int index)
The list of guest attributes entries.GuestAttributesEntry
GuestAttributesValueOrBuilder. getItems(int index)
The list of guest attributes entries.static GuestAttributesEntry
GuestAttributesEntry. parseDelimitedFrom(InputStream input)
static GuestAttributesEntry
GuestAttributesEntry. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GuestAttributesEntry
GuestAttributesEntry. parseFrom(byte[] data)
static GuestAttributesEntry
GuestAttributesEntry. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GuestAttributesEntry
GuestAttributesEntry. parseFrom(com.google.protobuf.ByteString data)
static GuestAttributesEntry
GuestAttributesEntry. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GuestAttributesEntry
GuestAttributesEntry. parseFrom(com.google.protobuf.CodedInputStream input)
static GuestAttributesEntry
GuestAttributesEntry. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GuestAttributesEntry
GuestAttributesEntry. parseFrom(InputStream input)
static GuestAttributesEntry
GuestAttributesEntry. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GuestAttributesEntry
GuestAttributesEntry. parseFrom(ByteBuffer data)
static GuestAttributesEntry
GuestAttributesEntry. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.tpu.v2 that return types with arguments of type GuestAttributesEntry Modifier and Type Method Description List<GuestAttributesEntry>
GuestAttributesValue.Builder. getItemsList()
The list of guest attributes entries.List<GuestAttributesEntry>
GuestAttributesValue. getItemsList()
The list of guest attributes entries.List<GuestAttributesEntry>
GuestAttributesValueOrBuilder. getItemsList()
The list of guest attributes entries.com.google.protobuf.Parser<GuestAttributesEntry>
GuestAttributesEntry. getParserForType()
static com.google.protobuf.Parser<GuestAttributesEntry>
GuestAttributesEntry. parser()
Methods in com.google.cloud.tpu.v2 with parameters of type GuestAttributesEntry Modifier and Type Method Description GuestAttributesValue.Builder
GuestAttributesValue.Builder. addItems(int index, GuestAttributesEntry value)
The list of guest attributes entries.GuestAttributesValue.Builder
GuestAttributesValue.Builder. addItems(GuestAttributesEntry value)
The list of guest attributes entries.GuestAttributesEntry.Builder
GuestAttributesEntry.Builder. mergeFrom(GuestAttributesEntry other)
static GuestAttributesEntry.Builder
GuestAttributesEntry. newBuilder(GuestAttributesEntry prototype)
GuestAttributesValue.Builder
GuestAttributesValue.Builder. setItems(int index, GuestAttributesEntry value)
The list of guest attributes entries.Method parameters in com.google.cloud.tpu.v2 with type arguments of type GuestAttributesEntry Modifier and Type Method Description GuestAttributesValue.Builder
GuestAttributesValue.Builder. addAllItems(Iterable<? extends GuestAttributesEntry> values)
The list of guest attributes entries.
-