Package | Description |
---|---|
com.google.cloud.resourcemanager |
A client for Cloud Resource Manager - Centrally manage all your projects, IAM, and resource
containers.
|
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 |
---|---|
com.google.api.gax.paging.Page<Project> |
ResourceManager.list(ResourceManager.ProjectListOption... options)
Lists the projects visible to the current user.
|
Copyright © 2019 Google LLC. All rights reserved.