Home
last modified time | relevance | path

Searched full:computeexample (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/google-cloud-java/google-cloud-examples/
H A DREADME.md52 * Here's an example run of `ComputeExample`.
57 …target/appassembler/bin/ComputeExample create image-disk us-central1-a test-disk debian-cloud debi…
58 …target/appassembler/bin/ComputeExample create instance us-central1-a test-instance n1-standard-1 t…
59 target/appassembler/bin/ComputeExample add-access-config us-central1-a test-instance nic0 NAT
60 target/appassembler/bin/ComputeExample delete instance us-central1-a test-instance
61 target/appassembler/bin/ComputeExample delete disk us-central1-a test-disk
/aosp_15_r20/external/google-cloud-java/java-compute/
H A D.readme-partials.yaml25 public class ComputeExample {
H A DREADME.md119 public class ComputeExample {
/aosp_15_r20/external/google-cloud-java/google-cloud-examples/src/main/java/com/google/cloud/examples/compute/v1/
H A DComputeExample.java20 public class ComputeExample { class