Class OrganizationsGrpc.OrganizationsBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<OrganizationsGrpc.OrganizationsBlockingStub>
-
- com.google.cloud.resourcemanager.v3.OrganizationsGrpc.OrganizationsBlockingStub
-
- Enclosing class:
- OrganizationsGrpc
public static final class OrganizationsGrpc.OrganizationsBlockingStub extends io.grpc.stub.AbstractBlockingStub<OrganizationsGrpc.OrganizationsBlockingStub>
A stub to allow clients to do synchronous rpc calls to service Organizations.Allows users to manage their organization resources.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected OrganizationsGrpc.OrganizationsBlockingStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
com.google.iam.v1.Policy
getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request)
Gets the access control policy for an organization resource.Organization
getOrganization(GetOrganizationRequest request)
Fetches an organization resource identified by the specified resource name.SearchOrganizationsResponse
searchOrganizations(SearchOrganizationsRequest request)
Searches organization resources that are visible to the user and satisfy the specified filter.com.google.iam.v1.Policy
setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request)
Sets the access control policy on an organization resource.com.google.iam.v1.TestIamPermissionsResponse
testIamPermissions(com.google.iam.v1.TestIamPermissionsRequest request)
Returns the permissions that a caller has on the specified organization.
-
-
-
Method Detail
-
build
protected OrganizationsGrpc.OrganizationsBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<OrganizationsGrpc.OrganizationsBlockingStub>
-
getOrganization
public Organization getOrganization(GetOrganizationRequest request)
Fetches an organization resource identified by the specified resource name.
-
searchOrganizations
public SearchOrganizationsResponse searchOrganizations(SearchOrganizationsRequest request)
Searches organization resources that are visible to the user and satisfy the specified filter. This method returns organizations in an unspecified order. New organizations do not necessarily appear at the end of the results, and may take a small amount of time to appear. Search will only return organizations on which the user has the permission `resourcemanager.organizations.get`
-
getIamPolicy
public com.google.iam.v1.Policy getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request)
Gets the access control policy for an organization resource. The policy may be empty if no such policy or resource exists. The `resource` field should be the organization's resource name, for example: "organizations/123". Authorization requires the IAM permission `resourcemanager.organizations.getIamPolicy` on the specified organization.
-
setIamPolicy
public com.google.iam.v1.Policy setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request)
Sets the access control policy on an organization resource. Replaces any existing policy. The `resource` field should be the organization's resource name, for example: "organizations/123". Authorization requires the IAM permission `resourcemanager.organizations.setIamPolicy` on the specified organization.
-
testIamPermissions
public com.google.iam.v1.TestIamPermissionsResponse testIamPermissions(com.google.iam.v1.TestIamPermissionsRequest request)
Returns the permissions that a caller has on the specified organization. The `resource` field should be the organization's resource name, for example: "organizations/123". There are no permissions required for making this API call.
-
-