public class Storage.Projects
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
Storage.Projects.HmacKeys
The "hmacKeys" collection of methods.
|
class |
Storage.Projects.ServiceAccount
The "serviceAccount" collection of methods.
|
Constructor and Description |
---|
Projects() |
Modifier and Type | Method and Description |
---|---|
Storage.Projects.HmacKeys |
hmacKeys()
An accessor for creating requests from the HmacKeys collection.
|
Storage.Projects.ServiceAccount |
serviceAccount()
An accessor for creating requests from the ServiceAccount collection.
|
public Storage.Projects.HmacKeys hmacKeys()
The typical use is:
Storage storage = new Storage(...);
Storage.HmacKeys.List request = storage.hmacKeys().list(parameters ...)
public Storage.Projects.ServiceAccount serviceAccount()
The typical use is:
Storage storage = new Storage(...);
Storage.ServiceAccount.List request = storage.serviceAccount().list(parameters ...)