| Package | Description |
|---|---|
| com.google.cloud.resourcemanager |
A client to Google Cloud Resource Manager.
|
| Modifier and Type | Method and Description |
|---|---|
static ResourceManager.ProjectListOption |
ResourceManager.ProjectListOption.fields(ResourceManager.ProjectField... fields)
Returns an option to specify the project's fields to be returned by the RPC call.
|
static ResourceManager.ProjectListOption |
ResourceManager.ProjectListOption.filter(String filter)
Returns an option to specify a filter.
|
static ResourceManager.ProjectListOption |
ResourceManager.ProjectListOption.pageSize(int pageSize)
The maximum number of projects to return per RPC.
|
static ResourceManager.ProjectListOption |
ResourceManager.ProjectListOption.pageToken(String pageToken)
Returns an option to specify a page token.
|
| Modifier and Type | Method and Description |
|---|---|
Page<Project> |
ResourceManager.list(ResourceManager.ProjectListOption... options)
Lists the projects visible to the current user.
|
Copyright © 2016 Google. All rights reserved.