Home
last modified time | relevance | path

Searched refs:startWithEncryptionKeyCallable (Results 1 – 4 of 4) sorted by relevance

/external/google-cloud-java/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/instances/startwithencryptionkey/
DAsyncStartWithEncryptionKey.java49 instancesClient.startWithEncryptionKeyCallable().futureCall(request); in asyncStartWithEncryptionKey()
/external/google-cloud-java/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/
DInstancesStub.java411 startWithEncryptionKeyCallable() { in startWithEncryptionKeyCallable() method in InstancesStub
DHttpJsonInstancesStub.java2637 startWithEncryptionKeyCallable; field in HttpJsonInstancesStub
3275 this.startWithEncryptionKeyCallable = in HttpJsonInstancesStub()
3782 startWithEncryptionKeyCallable() { in startWithEncryptionKeyCallable() method in HttpJsonInstancesStub
3783 return startWithEncryptionKeyCallable; in startWithEncryptionKeyCallable()
/external/google-cloud-java/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/
DInstancesClient.java5303 startWithEncryptionKeyCallable() { in startWithEncryptionKeyCallable() method in InstancesClient
5304 return stub.startWithEncryptionKeyCallable(); in startWithEncryptionKeyCallable()