Uses of Class
com.google.cloud.compute.v1.GuestAttributesEntry
-
Packages that use GuestAttributesEntry Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of GuestAttributesEntry in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 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)repeated .google.cloud.compute.v1.GuestAttributesEntry items = 100526016;GuestAttributesEntryGuestAttributesValue. getItems(int index)repeated .google.cloud.compute.v1.GuestAttributesEntry items = 100526016;GuestAttributesEntryGuestAttributesValueOrBuilder. getItems(int index)repeated .google.cloud.compute.v1.GuestAttributesEntry items = 100526016;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.compute.v1 that return types with arguments of type GuestAttributesEntry Modifier and Type Method Description List<GuestAttributesEntry>GuestAttributesValue.Builder. getItemsList()repeated .google.cloud.compute.v1.GuestAttributesEntry items = 100526016;List<GuestAttributesEntry>GuestAttributesValue. getItemsList()repeated .google.cloud.compute.v1.GuestAttributesEntry items = 100526016;List<GuestAttributesEntry>GuestAttributesValueOrBuilder. getItemsList()repeated .google.cloud.compute.v1.GuestAttributesEntry items = 100526016;com.google.protobuf.Parser<GuestAttributesEntry>GuestAttributesEntry. getParserForType()static com.google.protobuf.Parser<GuestAttributesEntry>GuestAttributesEntry. parser()Methods in com.google.cloud.compute.v1 with parameters of type GuestAttributesEntry Modifier and Type Method Description GuestAttributesValue.BuilderGuestAttributesValue.Builder. addItems(int index, GuestAttributesEntry value)repeated .google.cloud.compute.v1.GuestAttributesEntry items = 100526016;GuestAttributesValue.BuilderGuestAttributesValue.Builder. addItems(GuestAttributesEntry value)repeated .google.cloud.compute.v1.GuestAttributesEntry items = 100526016;GuestAttributesEntry.BuilderGuestAttributesEntry.Builder. mergeFrom(GuestAttributesEntry other)static GuestAttributesEntry.BuilderGuestAttributesEntry. newBuilder(GuestAttributesEntry prototype)GuestAttributesValue.BuilderGuestAttributesValue.Builder. setItems(int index, GuestAttributesEntry value)repeated .google.cloud.compute.v1.GuestAttributesEntry items = 100526016;Method parameters in com.google.cloud.compute.v1 with type arguments of type GuestAttributesEntry Modifier and Type Method Description GuestAttributesValue.BuilderGuestAttributesValue.Builder. addAllItems(Iterable<? extends GuestAttributesEntry> values)repeated .google.cloud.compute.v1.GuestAttributesEntry items = 100526016;
-