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 |
ResourceManagerRpc.get(String projectId,
Map<ResourceManagerRpc.Option,?> options)
Deprecated.
Retrieves the project identified by the specified project ID.
|
com.google.api.services.cloudresourcemanager.model.Project |
HttpResourceManagerRpc.get(String projectId,
Map<ResourceManagerRpc.Option,?> options)
Deprecated.
|
com.google.cloud.Tuple<String,Iterable<com.google.api.services.cloudresourcemanager.model.Project>> |
ResourceManagerRpc.list(Map<ResourceManagerRpc.Option,?> options)
Deprecated.
Lists the projects visible to the current user.
|
com.google.cloud.Tuple<String,Iterable<com.google.api.services.cloudresourcemanager.model.Project>> |
HttpResourceManagerRpc.list(Map<ResourceManagerRpc.Option,?> options)
Deprecated.
|
ResourceManagerRpc.ListResult<com.google.api.services.cloudresourcemanager.model.Constraint> |
ResourceManagerRpc.listAvailableOrgPolicyConstraints(String resource,
Map<ResourceManagerRpc.Option,?> options)
Deprecated.
Lists all the Constraints that can be applied on the specified resource.
|
ResourceManagerRpc.ListResult<com.google.api.services.cloudresourcemanager.model.Constraint> |
HttpResourceManagerRpc.listAvailableOrgPolicyConstraints(String resource,
Map<ResourceManagerRpc.Option,?> options)
Deprecated.
|
ResourceManagerRpc.ListResult<com.google.api.services.cloudresourcemanager.model.OrgPolicy> |
ResourceManagerRpc.listOrgPolicies(String resource,
Map<ResourceManagerRpc.Option,?> options)
Deprecated.
Lists all the Policies set for a particular resource.
|
ResourceManagerRpc.ListResult<com.google.api.services.cloudresourcemanager.model.OrgPolicy> |
HttpResourceManagerRpc.listOrgPolicies(String resource,
Map<ResourceManagerRpc.Option,?> options)
Deprecated.
|
Copyright © 2022 Google LLC. All rights reserved.