Package | Description |
---|---|
com.google.cloud.orgpolicy.v2 |
The interfaces provided are listed below, along with usage samples.
|
com.google.cloud.orgpolicy.v2.stub |
Modifier and Type | Method and Description |
---|---|
OrgPolicyClient.ListPoliciesPagedResponse |
OrgPolicyClient.listPolicies(FolderName parent)
Retrieves all of the `Policies` that exist on a particular resource.
|
OrgPolicyClient.ListPoliciesPagedResponse |
OrgPolicyClient.listPolicies(ListPoliciesRequest request)
Retrieves all of the `Policies` that exist on a particular resource.
|
OrgPolicyClient.ListPoliciesPagedResponse |
OrgPolicyClient.listPolicies(OrganizationName parent)
Retrieves all of the `Policies` that exist on a particular resource.
|
OrgPolicyClient.ListPoliciesPagedResponse |
OrgPolicyClient.listPolicies(ProjectName parent)
Retrieves all of the `Policies` that exist on a particular resource.
|
OrgPolicyClient.ListPoliciesPagedResponse |
OrgPolicyClient.listPolicies(String parent)
Retrieves all of the `Policies` that exist on a particular resource.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<ListPoliciesRequest,OrgPolicyClient.ListPoliciesPagedResponse> |
GrpcOrgPolicyStub.listPoliciesPagedCallable() |
UnaryCallable<ListPoliciesRequest,OrgPolicyClient.ListPoliciesPagedResponse> |
OrgPolicyStub.listPoliciesPagedCallable() |
PagedCallSettings<ListPoliciesRequest,ListPoliciesResponse,OrgPolicyClient.ListPoliciesPagedResponse> |
OrgPolicyStubSettings.listPoliciesSettings()
Returns the object with the settings used for calls to listPolicies.
|
PagedCallSettings.Builder<ListPoliciesRequest,ListPoliciesResponse,OrgPolicyClient.ListPoliciesPagedResponse> |
OrgPolicyStubSettings.Builder.listPoliciesSettings()
Returns the builder for the settings used for calls to listPolicies.
|
Copyright © 2021 Google LLC. All rights reserved.