public final class GuestAttributesValue extends GeneratedMessageV3 implements GuestAttributesValueOrBuilder
Array of guest attribute namespace/key/value tuples.
Protobuf type google.cloud.compute.v1.GuestAttributesValue
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
ITEMS_FIELD_NUMBER
public static final int ITEMS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static GuestAttributesValue getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static GuestAttributesValue.Builder newBuilder()
newBuilder(GuestAttributesValue prototype)
public static GuestAttributesValue.Builder newBuilder(GuestAttributesValue prototype)
public static GuestAttributesValue parseDelimitedFrom(InputStream input)
public static GuestAttributesValue parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static GuestAttributesValue parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GuestAttributesValue parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static GuestAttributesValue parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GuestAttributesValue parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GuestAttributesValue parseFrom(CodedInputStream input)
public static GuestAttributesValue parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static GuestAttributesValue parseFrom(InputStream input)
public static GuestAttributesValue parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static GuestAttributesValue parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GuestAttributesValue parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<GuestAttributesValue> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public GuestAttributesValue getDefaultInstanceForType()
getItems(int index)
public GuestAttributesEntry getItems(int index)
repeated .google.cloud.compute.v1.GuestAttributesEntry items = 100526016;
Parameter |
---|
Name | Description |
index | int
|
getItemsCount()
public int getItemsCount()
repeated .google.cloud.compute.v1.GuestAttributesEntry items = 100526016;
Returns |
---|
Type | Description |
int | |
getItemsList()
public List<GuestAttributesEntry> getItemsList()
repeated .google.cloud.compute.v1.GuestAttributesEntry items = 100526016;
getItemsOrBuilder(int index)
public GuestAttributesEntryOrBuilder getItemsOrBuilder(int index)
repeated .google.cloud.compute.v1.GuestAttributesEntry items = 100526016;
Parameter |
---|
Name | Description |
index | int
|
getItemsOrBuilderList()
public List<? extends GuestAttributesEntryOrBuilder> getItemsOrBuilderList()
repeated .google.cloud.compute.v1.GuestAttributesEntry items = 100526016;
Returns |
---|
Type | Description |
List<? extends com.google.cloud.compute.v1.GuestAttributesEntryOrBuilder> | |
getParserForType()
public Parser<GuestAttributesValue> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public GuestAttributesValue.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected GuestAttributesValue.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public GuestAttributesValue.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides