-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add functional methods for instances, Instance class and tests
- Loading branch information
Showing
9 changed files
with
3,769 additions
and
3 deletions.
There are no files selected for viewing
389 changes: 389 additions & 0 deletions
389
gcloud-java-compute/src/main/java/com/google/gcloud/compute/Compute.java
Large diffs are not rendered by default.
Oops, something went wrong.
437 changes: 436 additions & 1 deletion
437
gcloud-java-compute/src/main/java/com/google/gcloud/compute/ComputeImpl.java
Large diffs are not rendered by default.
Oops, something went wrong.
465 changes: 465 additions & 0 deletions
465
gcloud-java-compute/src/main/java/com/google/gcloud/compute/Instance.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.