Skip navigation links
A B C D E F G H L N P R S T U V 

A

ACTIVE - Static variable in class com.google.cloud.resourcemanager.ProjectInfo.State
The normal and active state.
addLabel(String, String) - Method in class com.google.cloud.resourcemanager.Project.Builder
 
addLabel(String, String) - Method in class com.google.cloud.resourcemanager.ProjectInfo.Builder
Add a label associated with this project.

B

build() - Method in class com.google.cloud.resourcemanager.Project.Builder
 
build() - Method in class com.google.cloud.resourcemanager.ProjectInfo.Builder
 
build() - Method in class com.google.cloud.resourcemanager.ResourceManagerOptions.Builder
 
Builder() - Constructor for class com.google.cloud.resourcemanager.ProjectInfo.Builder
 

C

changeLifecycleState(String, String) - Method in class com.google.cloud.resourcemanager.testing.LocalResourceManagerHelper
Utility method to change the lifecycle state of the specified project.
clearLabels() - Method in class com.google.cloud.resourcemanager.Project.Builder
 
clearLabels() - Method in class com.google.cloud.resourcemanager.ProjectInfo.Builder
Clear the labels associated with this project.
com.google.cloud.resourcemanager - package com.google.cloud.resourcemanager
A client for Cloud Resource Manager - Centrally manage all your projects, IAM, and resource containers.
com.google.cloud.resourcemanager.spi - package com.google.cloud.resourcemanager.spi
 
com.google.cloud.resourcemanager.spi.v1beta1 - package com.google.cloud.resourcemanager.spi.v1beta1
 
com.google.cloud.resourcemanager.testing - package com.google.cloud.resourcemanager.testing
A testing helper for Google Cloud Resource Manager.
create(ProjectInfo) - Method in interface com.google.cloud.resourcemanager.ResourceManager
Creates a new project.
create(ResourceManagerOptions) - Method in class com.google.cloud.resourcemanager.ResourceManagerOptions.DefaultResourceManagerFactory
 
create(ResourceManagerOptions) - Method in class com.google.cloud.resourcemanager.ResourceManagerOptions.DefaultResourceManagerRpcFactory
 
create(Project) - Method in class com.google.cloud.resourcemanager.spi.v1beta1.HttpResourceManagerRpc
 
create(Project) - Method in interface com.google.cloud.resourcemanager.spi.v1beta1.ResourceManagerRpc
Creates a new project.
create() - Static method in class com.google.cloud.resourcemanager.testing.LocalResourceManagerHelper
Creates a LocalResourceManagerHelper object that listens to requests on the local machine.

D

DEFAULT_CONTENT_TYPE - Static variable in interface com.google.cloud.resourcemanager.ResourceManager
 
DefaultResourceManagerFactory() - Constructor for class com.google.cloud.resourcemanager.ResourceManagerOptions.DefaultResourceManagerFactory
 
DefaultResourceManagerRpcFactory() - Constructor for class com.google.cloud.resourcemanager.ResourceManagerOptions.DefaultResourceManagerRpcFactory
 
delete() - Method in class com.google.cloud.resourcemanager.Project
Marks the project identified by the specified project ID for deletion.
delete(String) - Method in interface com.google.cloud.resourcemanager.ResourceManager
Marks the project identified by the specified project ID for deletion.
delete(String) - Method in class com.google.cloud.resourcemanager.spi.v1beta1.HttpResourceManagerRpc
 
delete(String) - Method in interface com.google.cloud.resourcemanager.spi.v1beta1.ResourceManagerRpc
Marks the project identified by the specified project ID for deletion.
DELETE_IN_PROGRESS - Static variable in class com.google.cloud.resourcemanager.ProjectInfo.State
The process of deleting the project has begun.
DELETE_REQUESTED - Static variable in class com.google.cloud.resourcemanager.ProjectInfo.State
The project has been marked for deletion by the user or by the system (Google Cloud Platform).

E

equals(Object) - Method in class com.google.cloud.resourcemanager.Project
 
equals(Object) - Method in class com.google.cloud.resourcemanager.ProjectInfo
 
equals(Object) - Method in class com.google.cloud.resourcemanager.ResourceManagerOptions
 

F

fields(ResourceManager.ProjectField...) - Static method in class com.google.cloud.resourcemanager.ResourceManager.ProjectGetOption
Returns an option to specify the project's fields to be returned by the RPC call.
fields(ResourceManager.ProjectField...) - Static method in class com.google.cloud.resourcemanager.ResourceManager.ProjectListOption
Returns an option to specify the project's fields to be returned by the RPC call.
filter(String) - Static method in class com.google.cloud.resourcemanager.ResourceManager.ProjectListOption
Returns an option to specify a filter.

G

get(String, ResourceManager.ProjectGetOption...) - Method in interface com.google.cloud.resourcemanager.ResourceManager
Retrieves the project identified by the specified project ID.
get(String, Map<ResourceManagerRpc.Option, ?>) - Method in class com.google.cloud.resourcemanager.spi.v1beta1.HttpResourceManagerRpc
 
get(String, Map<ResourceManagerRpc.Option, ?>) - Method in interface com.google.cloud.resourcemanager.spi.v1beta1.ResourceManagerRpc
Retrieves the project identified by the specified project ID.
getCreateTimeMillis() - Method in class com.google.cloud.resourcemanager.ProjectInfo
Get the project's creation time (in milliseconds).
getDefaultHost() - Method in class com.google.cloud.resourcemanager.ResourceManagerOptions
 
getDefaultHttpTransportOptions() - Static method in class com.google.cloud.resourcemanager.ResourceManagerOptions
 
getDefaultInstance() - Static method in class com.google.cloud.resourcemanager.ResourceManagerOptions
Returns a default ResourceManagerOptions instance.
getLabels() - Method in class com.google.cloud.resourcemanager.ProjectInfo
Get the immutable map of labels associated with this project.
getName() - Method in class com.google.cloud.resourcemanager.ProjectInfo
Get the user-assigned name of the project.
getOptions() - Method in class com.google.cloud.resourcemanager.testing.LocalResourceManagerHelper
Returns a ResourceManagerOptions instance that sets the host to use the mock server.
getPolicy() - Method in class com.google.cloud.resourcemanager.Project
Returns the IAM access control policy for this project.
getPolicy(String) - Method in interface com.google.cloud.resourcemanager.ResourceManager
Returns the IAM access control policy for the specified project.
getPolicy(String) - Method in class com.google.cloud.resourcemanager.spi.v1beta1.HttpResourceManagerRpc
 
getPolicy(String) - Method in interface com.google.cloud.resourcemanager.spi.v1beta1.ResourceManagerRpc
Returns the IAM policy associated with a project.
getProjectId() - Method in class com.google.cloud.resourcemanager.ProjectInfo
Get the unique, user-assigned ID of the project.
getProjectNumber() - Method in class com.google.cloud.resourcemanager.ProjectInfo
Get number uniquely identifying the project.
getResourceManager() - Method in class com.google.cloud.resourcemanager.Project
Returns the ResourceManager service object associated with this Project.
getResourceManagerRpcV1Beta1() - Method in class com.google.cloud.resourcemanager.ResourceManagerOptions
 
getScopes() - Method in class com.google.cloud.resourcemanager.ResourceManagerOptions
 
getSelector() - Method in enum com.google.cloud.resourcemanager.ResourceManager.ProjectField
 
getState() - Method in class com.google.cloud.resourcemanager.ProjectInfo
Get the project's lifecycle state.

H

hashCode() - Method in class com.google.cloud.resourcemanager.Project
 
hashCode() - Method in class com.google.cloud.resourcemanager.ProjectInfo
 
hashCode() - Method in class com.google.cloud.resourcemanager.ResourceManagerOptions
 
HttpResourceManagerRpc - Class in com.google.cloud.resourcemanager.spi.v1beta1
 
HttpResourceManagerRpc(ResourceManagerOptions) - Constructor for class com.google.cloud.resourcemanager.spi.v1beta1.HttpResourceManagerRpc
 

L

LIFECYCLE_STATE_UNSPECIFIED - Static variable in class com.google.cloud.resourcemanager.ProjectInfo.State
Only used/useful for distinguishing unset values.
list(ResourceManager.ProjectListOption...) - Method in interface com.google.cloud.resourcemanager.ResourceManager
Lists the projects visible to the current user.
list(Map<ResourceManagerRpc.Option, ?>) - Method in class com.google.cloud.resourcemanager.spi.v1beta1.HttpResourceManagerRpc
 
list(Map<ResourceManagerRpc.Option, ?>) - Method in interface com.google.cloud.resourcemanager.spi.v1beta1.ResourceManagerRpc
Lists the projects visible to the current user.
LocalResourceManagerHelper - Class in com.google.cloud.resourcemanager.testing
Utility to create a local Resource Manager mock for testing.

N

newBuilder(String) - Static method in class com.google.cloud.resourcemanager.ProjectInfo
 
newBuilder() - Static method in class com.google.cloud.resourcemanager.ResourceManagerOptions
 

P

pageSize(int) - Static method in class com.google.cloud.resourcemanager.ResourceManager.ProjectListOption
The maximum number of projects to return per RPC.
pageToken(String) - Static method in class com.google.cloud.resourcemanager.ResourceManager.ProjectListOption
Returns an option to specify a page token.
Project - Class in com.google.cloud.resourcemanager
A Google Cloud Resource Manager project object.
Project.Builder - Class in com.google.cloud.resourcemanager
Builder for Project.
projectIdRequired() - Method in class com.google.cloud.resourcemanager.ResourceManagerOptions
 
ProjectInfo - Class in com.google.cloud.resourcemanager
A Google Cloud Resource Manager project metadata object.
ProjectInfo.Builder - Class in com.google.cloud.resourcemanager
Builder for ProjectInfo.
ProjectInfo.State - Class in com.google.cloud.resourcemanager
The project lifecycle states.

R

reload() - Method in class com.google.cloud.resourcemanager.Project
Fetches the project's latest information.
removeLabel(String) - Method in class com.google.cloud.resourcemanager.Project.Builder
 
removeLabel(String) - Method in class com.google.cloud.resourcemanager.ProjectInfo.Builder
Remove a label associated with this project.
removeProject(String) - Method in class com.google.cloud.resourcemanager.testing.LocalResourceManagerHelper
Utility method to remove the specified project.
replace() - Method in class com.google.cloud.resourcemanager.Project
Replaces the attributes of the project with the attributes of this project.
replace(ProjectInfo) - Method in interface com.google.cloud.resourcemanager.ResourceManager
Replaces the attributes of the project.
replace(Project) - Method in class com.google.cloud.resourcemanager.spi.v1beta1.HttpResourceManagerRpc
 
replace(Project) - Method in interface com.google.cloud.resourcemanager.spi.v1beta1.ResourceManagerRpc
Replaces the attributes of the project.
replacePolicy(Policy) - Method in class com.google.cloud.resourcemanager.Project
Sets the IAM access control policy for this project.
replacePolicy(String, Policy) - Method in interface com.google.cloud.resourcemanager.ResourceManager
Sets the IAM access control policy for the specified project.
replacePolicy(String, Policy) - Method in class com.google.cloud.resourcemanager.spi.v1beta1.HttpResourceManagerRpc
 
replacePolicy(String, Policy) - Method in interface com.google.cloud.resourcemanager.spi.v1beta1.ResourceManagerRpc
Replaces the IAM policy associated with the given project.
ResourceManager - Interface in com.google.cloud.resourcemanager
An interface for Google Cloud Resource Manager.
ResourceManager.ProjectField - Enum in com.google.cloud.resourcemanager
The fields of a project.
ResourceManager.ProjectGetOption - Class in com.google.cloud.resourcemanager
Class for specifying project get options.
ResourceManager.ProjectListOption - Class in com.google.cloud.resourcemanager
Class for specifying project list options.
ResourceManagerException - Exception in com.google.cloud.resourcemanager
Resource Manager service exception.
ResourceManagerException(int, String) - Constructor for exception com.google.cloud.resourcemanager.ResourceManagerException
 
ResourceManagerException(int, String, Throwable) - Constructor for exception com.google.cloud.resourcemanager.ResourceManagerException
 
ResourceManagerException(IOException) - Constructor for exception com.google.cloud.resourcemanager.ResourceManagerException
 
ResourceManagerFactory - Interface in com.google.cloud.resourcemanager
An interface for ResourceManager factories.
ResourceManagerOptions - Class in com.google.cloud.resourcemanager
 
ResourceManagerOptions.Builder - Class in com.google.cloud.resourcemanager
 
ResourceManagerOptions.DefaultResourceManagerFactory - Class in com.google.cloud.resourcemanager
 
ResourceManagerOptions.DefaultResourceManagerRpcFactory - Class in com.google.cloud.resourcemanager
 
ResourceManagerRpc - Interface in com.google.cloud.resourcemanager.spi.v1beta1
 
ResourceManagerRpc.Option - Enum in com.google.cloud.resourcemanager.spi.v1beta1
 
ResourceManagerRpcFactory - Interface in com.google.cloud.resourcemanager.spi
An interface for Resource Manager RPC factory.

S

setLabels(Map<String, String>) - Method in class com.google.cloud.resourcemanager.Project.Builder
 
setLabels(Map<String, String>) - Method in class com.google.cloud.resourcemanager.ProjectInfo.Builder
Set the labels associated with this project.
setName(String) - Method in class com.google.cloud.resourcemanager.Project.Builder
 
setName(String) - Method in class com.google.cloud.resourcemanager.ProjectInfo.Builder
Set the user-assigned name of the project.
setProjectId(String) - Method in class com.google.cloud.resourcemanager.Project.Builder
 
setProjectId(String) - Method in class com.google.cloud.resourcemanager.ProjectInfo.Builder
Set the unique, user-assigned ID of the project.
setTransportOptions(TransportOptions) - Method in class com.google.cloud.resourcemanager.ResourceManagerOptions.Builder
 
start() - Method in class com.google.cloud.resourcemanager.testing.LocalResourceManagerHelper
Starts the thread that runs the Resource Manager server.
stop() - Method in class com.google.cloud.resourcemanager.testing.LocalResourceManagerHelper
Stops the thread that runs the mock Resource Manager server.

T

testPermissions(String, List<String>) - Method in interface com.google.cloud.resourcemanager.ResourceManager
Returns the permissions that a caller has on the specified project.
testPermissions(String, List<String>) - Method in class com.google.cloud.resourcemanager.spi.v1beta1.HttpResourceManagerRpc
 
testPermissions(String, List<String>) - Method in interface com.google.cloud.resourcemanager.spi.v1beta1.ResourceManagerRpc
Tests whether the caller has the given permissions.
toBuilder() - Method in class com.google.cloud.resourcemanager.Project
 
toBuilder() - Method in class com.google.cloud.resourcemanager.ProjectInfo
 
toBuilder() - Method in class com.google.cloud.resourcemanager.ResourceManagerOptions
 

U

undelete() - Method in class com.google.cloud.resourcemanager.Project
Restores the project identified by the specified project ID.
undelete(String) - Method in interface com.google.cloud.resourcemanager.ResourceManager
Restores the project identified by the specified project ID.
undelete(String) - Method in class com.google.cloud.resourcemanager.spi.v1beta1.HttpResourceManagerRpc
 
undelete(String) - Method in interface com.google.cloud.resourcemanager.spi.v1beta1.ResourceManagerRpc
Restores the project identified by the specified project ID.

V

value() - Method in enum com.google.cloud.resourcemanager.spi.v1beta1.ResourceManagerRpc.Option
 
valueOf(String) - Static method in class com.google.cloud.resourcemanager.ProjectInfo.State
Get the State for the given String constant, and allow unrecognized values.
valueOf(String) - Static method in enum com.google.cloud.resourcemanager.ResourceManager.ProjectField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.resourcemanager.spi.v1beta1.ResourceManagerRpc.Option
Returns the enum constant of this type with the specified name.
valueOfStrict(String) - Static method in class com.google.cloud.resourcemanager.ProjectInfo.State
Get the State for the given String constant, and throw an exception if the constant is not recognized.
values() - Static method in class com.google.cloud.resourcemanager.ProjectInfo.State
Return the known values for State.
values() - Static method in enum com.google.cloud.resourcemanager.ResourceManager.ProjectField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.resourcemanager.spi.v1beta1.ResourceManagerRpc.Option
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H L N P R S T U V 
Skip navigation links

Copyright © 2018 Google LLC. All rights reserved.