Uses of Class
com.google.cloud.compute.v1.SetMetadataInstanceRequest
-
Packages that use SetMetadataInstanceRequest Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of SetMetadataInstanceRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return SetMetadataInstanceRequest Modifier and Type Method Description SetMetadataInstanceRequest
SetMetadataInstanceRequest.Builder. build()
SetMetadataInstanceRequest
SetMetadataInstanceRequest.Builder. buildPartial()
static SetMetadataInstanceRequest
SetMetadataInstanceRequest. getDefaultInstance()
SetMetadataInstanceRequest
SetMetadataInstanceRequest.Builder. getDefaultInstanceForType()
SetMetadataInstanceRequest
SetMetadataInstanceRequest. getDefaultInstanceForType()
static SetMetadataInstanceRequest
SetMetadataInstanceRequest. parseDelimitedFrom(InputStream input)
static SetMetadataInstanceRequest
SetMetadataInstanceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetMetadataInstanceRequest
SetMetadataInstanceRequest. parseFrom(byte[] data)
static SetMetadataInstanceRequest
SetMetadataInstanceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetMetadataInstanceRequest
SetMetadataInstanceRequest. parseFrom(com.google.protobuf.ByteString data)
static SetMetadataInstanceRequest
SetMetadataInstanceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetMetadataInstanceRequest
SetMetadataInstanceRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static SetMetadataInstanceRequest
SetMetadataInstanceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetMetadataInstanceRequest
SetMetadataInstanceRequest. parseFrom(InputStream input)
static SetMetadataInstanceRequest
SetMetadataInstanceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetMetadataInstanceRequest
SetMetadataInstanceRequest. parseFrom(ByteBuffer data)
static SetMetadataInstanceRequest
SetMetadataInstanceRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type SetMetadataInstanceRequest Modifier and Type Method Description com.google.protobuf.Parser<SetMetadataInstanceRequest>
SetMetadataInstanceRequest. getParserForType()
static com.google.protobuf.Parser<SetMetadataInstanceRequest>
SetMetadataInstanceRequest. parser()
com.google.api.gax.rpc.UnaryCallable<SetMetadataInstanceRequest,Operation>
InstancesClient. setMetadataCallable()
Sets metadata for the specified instance to the data included in the request.com.google.api.gax.rpc.OperationCallable<SetMetadataInstanceRequest,Operation,Operation>
InstancesClient. setMetadataOperationCallable()
Sets metadata for the specified instance to the data included in the request.com.google.api.gax.rpc.OperationCallSettings.Builder<SetMetadataInstanceRequest,Operation,Operation>
InstancesSettings.Builder. setMetadataOperationSettings()
Returns the builder for the settings used for calls to setMetadata.com.google.api.gax.rpc.OperationCallSettings<SetMetadataInstanceRequest,Operation,Operation>
InstancesSettings. setMetadataOperationSettings()
Returns the object with the settings used for calls to setMetadata.com.google.api.gax.rpc.UnaryCallSettings.Builder<SetMetadataInstanceRequest,Operation>
InstancesSettings.Builder. setMetadataSettings()
Returns the builder for the settings used for calls to setMetadata.com.google.api.gax.rpc.UnaryCallSettings<SetMetadataInstanceRequest,Operation>
InstancesSettings. setMetadataSettings()
Returns the object with the settings used for calls to setMetadata.Methods in com.google.cloud.compute.v1 with parameters of type SetMetadataInstanceRequest Modifier and Type Method Description SetMetadataInstanceRequest.Builder
SetMetadataInstanceRequest.Builder. mergeFrom(SetMetadataInstanceRequest other)
static SetMetadataInstanceRequest.Builder
SetMetadataInstanceRequest. newBuilder(SetMetadataInstanceRequest prototype)
com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
InstancesClient. setMetadataAsync(SetMetadataInstanceRequest request)
Sets metadata for the specified instance to the data included in the request. -
Uses of SetMetadataInstanceRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type SetMetadataInstanceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SetMetadataInstanceRequest,Operation>
HttpJsonInstancesStub. setMetadataCallable()
com.google.api.gax.rpc.UnaryCallable<SetMetadataInstanceRequest,Operation>
InstancesStub. setMetadataCallable()
com.google.api.gax.rpc.OperationCallable<SetMetadataInstanceRequest,Operation,Operation>
HttpJsonInstancesStub. setMetadataOperationCallable()
com.google.api.gax.rpc.OperationCallable<SetMetadataInstanceRequest,Operation,Operation>
InstancesStub. setMetadataOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<SetMetadataInstanceRequest,Operation,Operation>
InstancesStubSettings.Builder. setMetadataOperationSettings()
Returns the builder for the settings used for calls to setMetadata.com.google.api.gax.rpc.OperationCallSettings<SetMetadataInstanceRequest,Operation,Operation>
InstancesStubSettings. setMetadataOperationSettings()
Returns the object with the settings used for calls to setMetadata.com.google.api.gax.rpc.UnaryCallSettings.Builder<SetMetadataInstanceRequest,Operation>
InstancesStubSettings.Builder. setMetadataSettings()
Returns the builder for the settings used for calls to setMetadata.com.google.api.gax.rpc.UnaryCallSettings<SetMetadataInstanceRequest,Operation>
InstancesStubSettings. setMetadataSettings()
Returns the object with the settings used for calls to setMetadata.
-