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