Uses of Class
com.google.cloud.compute.v1.StartWithEncryptionKeyInstanceRequest
-
Packages that use StartWithEncryptionKeyInstanceRequest 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 StartWithEncryptionKeyInstanceRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return StartWithEncryptionKeyInstanceRequest Modifier and Type Method Description StartWithEncryptionKeyInstanceRequest
StartWithEncryptionKeyInstanceRequest.Builder. build()
StartWithEncryptionKeyInstanceRequest
StartWithEncryptionKeyInstanceRequest.Builder. buildPartial()
static StartWithEncryptionKeyInstanceRequest
StartWithEncryptionKeyInstanceRequest. getDefaultInstance()
StartWithEncryptionKeyInstanceRequest
StartWithEncryptionKeyInstanceRequest.Builder. getDefaultInstanceForType()
StartWithEncryptionKeyInstanceRequest
StartWithEncryptionKeyInstanceRequest. getDefaultInstanceForType()
static StartWithEncryptionKeyInstanceRequest
StartWithEncryptionKeyInstanceRequest. parseDelimitedFrom(InputStream input)
static StartWithEncryptionKeyInstanceRequest
StartWithEncryptionKeyInstanceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartWithEncryptionKeyInstanceRequest
StartWithEncryptionKeyInstanceRequest. parseFrom(byte[] data)
static StartWithEncryptionKeyInstanceRequest
StartWithEncryptionKeyInstanceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartWithEncryptionKeyInstanceRequest
StartWithEncryptionKeyInstanceRequest. parseFrom(com.google.protobuf.ByteString data)
static StartWithEncryptionKeyInstanceRequest
StartWithEncryptionKeyInstanceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartWithEncryptionKeyInstanceRequest
StartWithEncryptionKeyInstanceRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static StartWithEncryptionKeyInstanceRequest
StartWithEncryptionKeyInstanceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartWithEncryptionKeyInstanceRequest
StartWithEncryptionKeyInstanceRequest. parseFrom(InputStream input)
static StartWithEncryptionKeyInstanceRequest
StartWithEncryptionKeyInstanceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartWithEncryptionKeyInstanceRequest
StartWithEncryptionKeyInstanceRequest. parseFrom(ByteBuffer data)
static StartWithEncryptionKeyInstanceRequest
StartWithEncryptionKeyInstanceRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type StartWithEncryptionKeyInstanceRequest Modifier and Type Method Description com.google.protobuf.Parser<StartWithEncryptionKeyInstanceRequest>
StartWithEncryptionKeyInstanceRequest. getParserForType()
static com.google.protobuf.Parser<StartWithEncryptionKeyInstanceRequest>
StartWithEncryptionKeyInstanceRequest. parser()
com.google.api.gax.rpc.UnaryCallable<StartWithEncryptionKeyInstanceRequest,Operation>
InstancesClient. startWithEncryptionKeyCallable()
Starts an instance that was stopped using the instances().stop method.com.google.api.gax.rpc.OperationCallable<StartWithEncryptionKeyInstanceRequest,Operation,Operation>
InstancesClient. startWithEncryptionKeyOperationCallable()
Starts an instance that was stopped using the instances().stop method.com.google.api.gax.rpc.OperationCallSettings.Builder<StartWithEncryptionKeyInstanceRequest,Operation,Operation>
InstancesSettings.Builder. startWithEncryptionKeyOperationSettings()
Returns the builder for the settings used for calls to startWithEncryptionKey.com.google.api.gax.rpc.OperationCallSettings<StartWithEncryptionKeyInstanceRequest,Operation,Operation>
InstancesSettings. startWithEncryptionKeyOperationSettings()
Returns the object with the settings used for calls to startWithEncryptionKey.com.google.api.gax.rpc.UnaryCallSettings.Builder<StartWithEncryptionKeyInstanceRequest,Operation>
InstancesSettings.Builder. startWithEncryptionKeySettings()
Returns the builder for the settings used for calls to startWithEncryptionKey.com.google.api.gax.rpc.UnaryCallSettings<StartWithEncryptionKeyInstanceRequest,Operation>
InstancesSettings. startWithEncryptionKeySettings()
Returns the object with the settings used for calls to startWithEncryptionKey.Methods in com.google.cloud.compute.v1 with parameters of type StartWithEncryptionKeyInstanceRequest Modifier and Type Method Description StartWithEncryptionKeyInstanceRequest.Builder
StartWithEncryptionKeyInstanceRequest.Builder. mergeFrom(StartWithEncryptionKeyInstanceRequest other)
static StartWithEncryptionKeyInstanceRequest.Builder
StartWithEncryptionKeyInstanceRequest. newBuilder(StartWithEncryptionKeyInstanceRequest prototype)
com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
InstancesClient. startWithEncryptionKeyAsync(StartWithEncryptionKeyInstanceRequest request)
Starts an instance that was stopped using the instances().stop method. -
Uses of StartWithEncryptionKeyInstanceRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type StartWithEncryptionKeyInstanceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<StartWithEncryptionKeyInstanceRequest,Operation>
HttpJsonInstancesStub. startWithEncryptionKeyCallable()
com.google.api.gax.rpc.UnaryCallable<StartWithEncryptionKeyInstanceRequest,Operation>
InstancesStub. startWithEncryptionKeyCallable()
com.google.api.gax.rpc.OperationCallable<StartWithEncryptionKeyInstanceRequest,Operation,Operation>
HttpJsonInstancesStub. startWithEncryptionKeyOperationCallable()
com.google.api.gax.rpc.OperationCallable<StartWithEncryptionKeyInstanceRequest,Operation,Operation>
InstancesStub. startWithEncryptionKeyOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<StartWithEncryptionKeyInstanceRequest,Operation,Operation>
InstancesStubSettings.Builder. startWithEncryptionKeyOperationSettings()
Returns the builder for the settings used for calls to startWithEncryptionKey.com.google.api.gax.rpc.OperationCallSettings<StartWithEncryptionKeyInstanceRequest,Operation,Operation>
InstancesStubSettings. startWithEncryptionKeyOperationSettings()
Returns the object with the settings used for calls to startWithEncryptionKey.com.google.api.gax.rpc.UnaryCallSettings.Builder<StartWithEncryptionKeyInstanceRequest,Operation>
InstancesStubSettings.Builder. startWithEncryptionKeySettings()
Returns the builder for the settings used for calls to startWithEncryptionKey.com.google.api.gax.rpc.UnaryCallSettings<StartWithEncryptionKeyInstanceRequest,Operation>
InstancesStubSettings. startWithEncryptionKeySettings()
Returns the object with the settings used for calls to startWithEncryptionKey.
-