Uses of Class
com.google.cloud.compute.v1.Metadata
-
Packages that use Metadata Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of Metadata in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return Metadata Modifier and Type Method Description Metadata
Metadata.Builder. build()
Metadata
Metadata.Builder. buildPartial()
Metadata
Project.Builder. getCommonInstanceMetadata()
Metadata key/value pairs available to all instances contained in this project.Metadata
Project. getCommonInstanceMetadata()
Metadata key/value pairs available to all instances contained in this project.Metadata
ProjectOrBuilder. getCommonInstanceMetadata()
Metadata key/value pairs available to all instances contained in this project.static Metadata
Metadata. getDefaultInstance()
Metadata
Metadata.Builder. getDefaultInstanceForType()
Metadata
Metadata. getDefaultInstanceForType()
Metadata
Instance.Builder. getMetadata()
The metadata key/value pairs assigned to this instance.Metadata
Instance. getMetadata()
The metadata key/value pairs assigned to this instance.Metadata
InstanceOrBuilder. getMetadata()
The metadata key/value pairs assigned to this instance.Metadata
InstanceProperties.Builder. getMetadata()
The metadata key/value pairs to assign to instances that are created from these properties.Metadata
InstanceProperties. getMetadata()
The metadata key/value pairs to assign to instances that are created from these properties.Metadata
InstancePropertiesOrBuilder. getMetadata()
The metadata key/value pairs to assign to instances that are created from these properties.Metadata
SourceInstanceProperties.Builder. getMetadata()
The metadata key/value pairs to assign to instances that are created from this machine image.Metadata
SourceInstanceProperties. getMetadata()
The metadata key/value pairs to assign to instances that are created from this machine image.Metadata
SourceInstancePropertiesOrBuilder. getMetadata()
The metadata key/value pairs to assign to instances that are created from this machine image.Metadata
SetCommonInstanceMetadataProjectRequest.Builder. getMetadataResource()
The body resource for this requestMetadata
SetCommonInstanceMetadataProjectRequest. getMetadataResource()
The body resource for this requestMetadata
SetCommonInstanceMetadataProjectRequestOrBuilder. getMetadataResource()
The body resource for this requestMetadata
SetMetadataInstanceRequest.Builder. getMetadataResource()
The body resource for this requestMetadata
SetMetadataInstanceRequest. getMetadataResource()
The body resource for this requestMetadata
SetMetadataInstanceRequestOrBuilder. getMetadataResource()
The body resource for this requeststatic Metadata
Metadata. parseDelimitedFrom(InputStream input)
static Metadata
Metadata. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Metadata
Metadata. parseFrom(byte[] data)
static Metadata
Metadata. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Metadata
Metadata. parseFrom(com.google.protobuf.ByteString data)
static Metadata
Metadata. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Metadata
Metadata. parseFrom(com.google.protobuf.CodedInputStream input)
static Metadata
Metadata. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Metadata
Metadata. parseFrom(InputStream input)
static Metadata
Metadata. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Metadata
Metadata. parseFrom(ByteBuffer data)
static Metadata
Metadata. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type Metadata Modifier and Type Method Description com.google.protobuf.Parser<Metadata>
Metadata. getParserForType()
static com.google.protobuf.Parser<Metadata>
Metadata. parser()
Methods in com.google.cloud.compute.v1 with parameters of type Metadata Modifier and Type Method Description Project.Builder
Project.Builder. mergeCommonInstanceMetadata(Metadata value)
Metadata key/value pairs available to all instances contained in this project.Metadata.Builder
Metadata.Builder. mergeFrom(Metadata other)
Instance.Builder
Instance.Builder. mergeMetadata(Metadata value)
The metadata key/value pairs assigned to this instance.InstanceProperties.Builder
InstanceProperties.Builder. mergeMetadata(Metadata value)
The metadata key/value pairs to assign to instances that are created from these properties.SourceInstanceProperties.Builder
SourceInstanceProperties.Builder. mergeMetadata(Metadata value)
The metadata key/value pairs to assign to instances that are created from this machine image.SetCommonInstanceMetadataProjectRequest.Builder
SetCommonInstanceMetadataProjectRequest.Builder. mergeMetadataResource(Metadata value)
The body resource for this requestSetMetadataInstanceRequest.Builder
SetMetadataInstanceRequest.Builder. mergeMetadataResource(Metadata value)
The body resource for this requeststatic Metadata.Builder
Metadata. newBuilder(Metadata prototype)
Project.Builder
Project.Builder. setCommonInstanceMetadata(Metadata value)
Metadata key/value pairs available to all instances contained in this project.com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
ProjectsClient. setCommonInstanceMetadataAsync(String project, Metadata metadataResource)
Sets metadata common to all instances within the specified project using the data included in the request.Instance.Builder
Instance.Builder. setMetadata(Metadata value)
The metadata key/value pairs assigned to this instance.InstanceProperties.Builder
InstanceProperties.Builder. setMetadata(Metadata value)
The metadata key/value pairs to assign to instances that are created from these properties.SourceInstanceProperties.Builder
SourceInstanceProperties.Builder. setMetadata(Metadata value)
The metadata key/value pairs to assign to instances that are created from this machine image.com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
InstancesClient. setMetadataAsync(String project, String zone, String instance, Metadata metadataResource)
Sets metadata for the specified instance to the data included in the request.SetCommonInstanceMetadataProjectRequest.Builder
SetCommonInstanceMetadataProjectRequest.Builder. setMetadataResource(Metadata value)
The body resource for this requestSetMetadataInstanceRequest.Builder
SetMetadataInstanceRequest.Builder. setMetadataResource(Metadata value)
The body resource for this request
-