public final class GuestAttributesValue extends GeneratedMessage implements GuestAttributesValueOrBuilderArray of guest attribute namespace/key/value tuples.
Protobuf type google.cloud.compute.v1.GuestAttributesValue
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > GuestAttributesValueImplements
GuestAttributesValueOrBuilderStatic Fields
ITEMS_FIELD_NUMBER
public static final int ITEMS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static GuestAttributesValue getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
GuestAttributesValue |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static GuestAttributesValue.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
GuestAttributesValue.Builder |
|
newBuilder(GuestAttributesValue prototype)
public static GuestAttributesValue.Builder newBuilder(GuestAttributesValue prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
GuestAttributesValue |
| Returns | |
|---|---|
| Type | Description |
GuestAttributesValue.Builder |
|
parseDelimitedFrom(InputStream input)
public static GuestAttributesValue parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
GuestAttributesValue |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static GuestAttributesValue parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GuestAttributesValue |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static GuestAttributesValue parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
GuestAttributesValue |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GuestAttributesValue parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GuestAttributesValue |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static GuestAttributesValue parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
GuestAttributesValue |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GuestAttributesValue parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GuestAttributesValue |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static GuestAttributesValue parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
GuestAttributesValue |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static GuestAttributesValue parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GuestAttributesValue |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static GuestAttributesValue parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
GuestAttributesValue |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static GuestAttributesValue parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GuestAttributesValue |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static GuestAttributesValue parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
GuestAttributesValue |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GuestAttributesValue parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GuestAttributesValue |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<GuestAttributesValue> parser()| Returns | |
|---|---|
| Type | Description |
Parser<GuestAttributesValue> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public GuestAttributesValue getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GuestAttributesValue |
|
getItems(int index)
public GuestAttributesEntry getItems(int index)repeated .google.cloud.compute.v1.GuestAttributesEntry items = 100526016;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
GuestAttributesEntry |
|
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;
| Returns | |
|---|---|
| Type | Description |
List<GuestAttributesEntry> |
|
getItemsOrBuilder(int index)
public GuestAttributesEntryOrBuilder getItemsOrBuilder(int index)repeated .google.cloud.compute.v1.GuestAttributesEntry items = 100526016;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
GuestAttributesEntryOrBuilder |
|
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()| Returns | |
|---|---|
| Type | Description |
Parser<GuestAttributesValue> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public GuestAttributesValue.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
GuestAttributesValue.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected GuestAttributesValue.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
GuestAttributesValue.Builder |
|
toBuilder()
public GuestAttributesValue.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
GuestAttributesValue.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|