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 MetadataMetadata.Builder. build()MetadataMetadata.Builder. buildPartial()MetadataProject.Builder. getCommonInstanceMetadata()Metadata key/value pairs available to all instances contained in this project.MetadataProject. getCommonInstanceMetadata()Metadata key/value pairs available to all instances contained in this project.MetadataProjectOrBuilder. getCommonInstanceMetadata()Metadata key/value pairs available to all instances contained in this project.static MetadataMetadata. getDefaultInstance()MetadataMetadata.Builder. getDefaultInstanceForType()MetadataMetadata. getDefaultInstanceForType()MetadataInstance.Builder. getMetadata()The metadata key/value pairs assigned to this instance.MetadataInstance. getMetadata()The metadata key/value pairs assigned to this instance.MetadataInstanceOrBuilder. getMetadata()The metadata key/value pairs assigned to this instance.MetadataInstanceProperties.Builder. getMetadata()The metadata key/value pairs to assign to instances that are created from these properties.MetadataInstanceProperties. getMetadata()The metadata key/value pairs to assign to instances that are created from these properties.MetadataInstancePropertiesOrBuilder. getMetadata()The metadata key/value pairs to assign to instances that are created from these properties.MetadataSourceInstanceProperties.Builder. getMetadata()The metadata key/value pairs to assign to instances that are created from this machine image.MetadataSourceInstanceProperties. getMetadata()The metadata key/value pairs to assign to instances that are created from this machine image.MetadataSourceInstancePropertiesOrBuilder. getMetadata()The metadata key/value pairs to assign to instances that are created from this machine image.MetadataSetCommonInstanceMetadataProjectRequest.Builder. getMetadataResource()The body resource for this requestMetadataSetCommonInstanceMetadataProjectRequest. getMetadataResource()The body resource for this requestMetadataSetCommonInstanceMetadataProjectRequestOrBuilder. getMetadataResource()The body resource for this requestMetadataSetMetadataInstanceRequest.Builder. getMetadataResource()The body resource for this requestMetadataSetMetadataInstanceRequest. getMetadataResource()The body resource for this requestMetadataSetMetadataInstanceRequestOrBuilder. getMetadataResource()The body resource for this requeststatic MetadataMetadata. parseDelimitedFrom(InputStream input)static MetadataMetadata. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MetadataMetadata. parseFrom(byte[] data)static MetadataMetadata. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MetadataMetadata. parseFrom(com.google.protobuf.ByteString data)static MetadataMetadata. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MetadataMetadata. parseFrom(com.google.protobuf.CodedInputStream input)static MetadataMetadata. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MetadataMetadata. parseFrom(InputStream input)static MetadataMetadata. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MetadataMetadata. parseFrom(ByteBuffer data)static MetadataMetadata. 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.BuilderProject.Builder. mergeCommonInstanceMetadata(Metadata value)Metadata key/value pairs available to all instances contained in this project.Metadata.BuilderMetadata.Builder. mergeFrom(Metadata other)Instance.BuilderInstance.Builder. mergeMetadata(Metadata value)The metadata key/value pairs assigned to this instance.InstanceProperties.BuilderInstanceProperties.Builder. mergeMetadata(Metadata value)The metadata key/value pairs to assign to instances that are created from these properties.SourceInstanceProperties.BuilderSourceInstanceProperties.Builder. mergeMetadata(Metadata value)The metadata key/value pairs to assign to instances that are created from this machine image.SetCommonInstanceMetadataProjectRequest.BuilderSetCommonInstanceMetadataProjectRequest.Builder. mergeMetadataResource(Metadata value)The body resource for this requestSetMetadataInstanceRequest.BuilderSetMetadataInstanceRequest.Builder. mergeMetadataResource(Metadata value)The body resource for this requeststatic Metadata.BuilderMetadata. newBuilder(Metadata prototype)Project.BuilderProject.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.BuilderInstance.Builder. setMetadata(Metadata value)The metadata key/value pairs assigned to this instance.InstanceProperties.BuilderInstanceProperties.Builder. setMetadata(Metadata value)The metadata key/value pairs to assign to instances that are created from these properties.SourceInstanceProperties.BuilderSourceInstanceProperties.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.BuilderSetCommonInstanceMetadataProjectRequest.Builder. setMetadataResource(Metadata value)The body resource for this requestSetMetadataInstanceRequest.BuilderSetMetadataInstanceRequest.Builder. setMetadataResource(Metadata value)The body resource for this request
-