Class Metadata (1.51.0)

public final class Metadata extends GeneratedMessageV3 implements MetadataOrBuilder

A metadata key/value entry.

Protobuf type google.cloud.compute.v1.Metadata

Implements

MetadataOrBuilder

Static Fields

FINGERPRINT_FIELD_NUMBER

public static final int FINGERPRINT_FIELD_NUMBER
Field Value
TypeDescription
int

ITEMS_FIELD_NUMBER

public static final int ITEMS_FIELD_NUMBER
Field Value
TypeDescription
int

KIND_FIELD_NUMBER

public static final int KIND_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static Metadata getDefaultInstance()
Returns
TypeDescription
Metadata

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static Metadata.Builder newBuilder()
Returns
TypeDescription
Metadata.Builder

newBuilder(Metadata prototype)

public static Metadata.Builder newBuilder(Metadata prototype)
Parameter
NameDescription
prototypeMetadata
Returns
TypeDescription
Metadata.Builder

parseDelimitedFrom(InputStream input)

public static Metadata parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Metadata
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Metadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Metadata
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static Metadata parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
Metadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Metadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Metadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Metadata parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
Metadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Metadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Metadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Metadata parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
Metadata
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Metadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Metadata
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static Metadata parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Metadata
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Metadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Metadata
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static Metadata parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
Metadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Metadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Metadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<Metadata> parser()
Returns
TypeDescription
Parser<Metadata>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public Metadata getDefaultInstanceForType()
Returns
TypeDescription
Metadata

getFingerprint()

public String getFingerprint()

Specifies a fingerprint for this request, which is essentially a hash of the metadata's contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update metadata. You must always provide an up-to-date fingerprint hash in order to update or change metadata, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve the resource.

optional string fingerprint = 234678500;

Returns
TypeDescription
String

The fingerprint.

getFingerprintBytes()

public ByteString getFingerprintBytes()

Specifies a fingerprint for this request, which is essentially a hash of the metadata's contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update metadata. You must always provide an up-to-date fingerprint hash in order to update or change metadata, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve the resource.

optional string fingerprint = 234678500;

Returns
TypeDescription
ByteString

The bytes for fingerprint.

getItems(int index)

public Items getItems(int index)

Array of key/value pairs. The total size of all keys and values must be less than 512 KB.

repeated .google.cloud.compute.v1.Items items = 100526016;

Parameter
NameDescription
indexint
Returns
TypeDescription
Items

getItemsCount()

public int getItemsCount()

Array of key/value pairs. The total size of all keys and values must be less than 512 KB.

repeated .google.cloud.compute.v1.Items items = 100526016;

Returns
TypeDescription
int

getItemsList()

public List<Items> getItemsList()

Array of key/value pairs. The total size of all keys and values must be less than 512 KB.

repeated .google.cloud.compute.v1.Items items = 100526016;

Returns
TypeDescription
List<Items>

getItemsOrBuilder(int index)

public ItemsOrBuilder getItemsOrBuilder(int index)

Array of key/value pairs. The total size of all keys and values must be less than 512 KB.

repeated .google.cloud.compute.v1.Items items = 100526016;

Parameter
NameDescription
indexint
Returns
TypeDescription
ItemsOrBuilder

getItemsOrBuilderList()

public List<? extends ItemsOrBuilder> getItemsOrBuilderList()

Array of key/value pairs. The total size of all keys and values must be less than 512 KB.

repeated .google.cloud.compute.v1.Items items = 100526016;

Returns
TypeDescription
List<? extends com.google.cloud.compute.v1.ItemsOrBuilder>

getKind()

public String getKind()

[Output Only] Type of the resource. Always compute#metadata for metadata.

optional string kind = 3292052;

Returns
TypeDescription
String

The kind.

getKindBytes()

public ByteString getKindBytes()

[Output Only] Type of the resource. Always compute#metadata for metadata.

optional string kind = 3292052;

Returns
TypeDescription
ByteString

The bytes for kind.

getParserForType()

public Parser<Metadata> getParserForType()
Returns
TypeDescription
Parser<Metadata>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasFingerprint()

public boolean hasFingerprint()

Specifies a fingerprint for this request, which is essentially a hash of the metadata's contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update metadata. You must always provide an up-to-date fingerprint hash in order to update or change metadata, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve the resource.

optional string fingerprint = 234678500;

Returns
TypeDescription
boolean

Whether the fingerprint field is set.

hasKind()

public boolean hasKind()

[Output Only] Type of the resource. Always compute#metadata for metadata.

optional string kind = 3292052;

Returns
TypeDescription
boolean

Whether the kind field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public Metadata.Builder newBuilderForType()
Returns
TypeDescription
Metadata.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Metadata.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
Metadata.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public Metadata.Builder toBuilder()
Returns
TypeDescription
Metadata.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException