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 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)
repeated .google.cloud.compute.v1.GuestAttributesEntry items = 100526016;
GuestAttributesEntry
GuestAttributesValue. getItems(int index)
repeated .google.cloud.compute.v1.GuestAttributesEntry items = 100526016;
GuestAttributesEntry
GuestAttributesValueOrBuilder. getItems(int index)
repeated .google.cloud.compute.v1.GuestAttributesEntry items = 100526016;
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.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.Builder
GuestAttributesValue.Builder. addItems(int index, GuestAttributesEntry value)
repeated .google.cloud.compute.v1.GuestAttributesEntry items = 100526016;
GuestAttributesValue.Builder
GuestAttributesValue.Builder. addItems(GuestAttributesEntry value)
repeated .google.cloud.compute.v1.GuestAttributesEntry items = 100526016;
GuestAttributesEntry.Builder
GuestAttributesEntry.Builder. mergeFrom(GuestAttributesEntry other)
static GuestAttributesEntry.Builder
GuestAttributesEntry. newBuilder(GuestAttributesEntry prototype)
GuestAttributesValue.Builder
GuestAttributesValue.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.Builder
GuestAttributesValue.Builder. addAllItems(Iterable<? extends GuestAttributesEntry> values)
repeated .google.cloud.compute.v1.GuestAttributesEntry items = 100526016;
-