Class 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.
     
    • Nested Class Summary

      • Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub

        io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>>
    • Method Detail

      • 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.