| Package | Description | 
|---|---|
| com.google.cloud.resourcemanager.spi.v1beta1 | 
| Modifier and Type | Method and Description | 
|---|---|
static ResourceManagerRpc.Option | 
ResourceManagerRpc.Option.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ResourceManagerRpc.Option[] | 
ResourceManagerRpc.Option.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.api.services.cloudresourcemanager.model.Project | 
HttpResourceManagerRpc.get(String projectId,
   Map<ResourceManagerRpc.Option,?> options)  | 
com.google.api.services.cloudresourcemanager.model.Project | 
ResourceManagerRpc.get(String projectId,
   Map<ResourceManagerRpc.Option,?> options)
Retrieves the project identified by the specified project ID. 
 | 
Tuple<String,Iterable<com.google.api.services.cloudresourcemanager.model.Project>> | 
HttpResourceManagerRpc.list(Map<ResourceManagerRpc.Option,?> options)  | 
Tuple<String,Iterable<com.google.api.services.cloudresourcemanager.model.Project>> | 
ResourceManagerRpc.list(Map<ResourceManagerRpc.Option,?> options)
Lists the projects visible to the current user. 
 | 
Copyright © 2019 Google LLC. All rights reserved.