public class CloudKMS.Projects.Locations
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
CloudKMS.Projects.Locations.Get |
class |
CloudKMS.Projects.Locations.KeyRings
The "keyRings" collection of methods.
|
class |
CloudKMS.Projects.Locations.List |
| Constructor and Description |
|---|
CloudKMS.Projects.Locations() |
| Modifier and Type | Method and Description |
|---|---|
CloudKMS.Projects.Locations.Get |
get(java.lang.String name)
Get information about a location.
|
CloudKMS.Projects.Locations.KeyRings |
keyRings()
An accessor for creating requests from the KeyRings collection.
|
CloudKMS.Projects.Locations.List |
list(java.lang.String name)
Lists information about the supported locations for this service.
|
public CloudKMS.Projects.Locations.Get get(java.lang.String name) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Resource name for the location.java.io.IOExceptionpublic CloudKMS.Projects.Locations.List list(java.lang.String name) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The resource that owns the locations collection, if applicable.java.io.IOExceptionpublic CloudKMS.Projects.Locations.KeyRings keyRings()
The typical use is:
CloudKMS cloudkms = new CloudKMS(...);CloudKMS.KeyRings.List request = cloudkms.keyRings().list(parameters ...)