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.ListConstraintsPagedResponse |
OrgPolicyClient.listConstraints(FolderName parent)
Lists `Constraints` that could be applied on the specified resource.
|
OrgPolicyClient.ListConstraintsPagedResponse |
OrgPolicyClient.listConstraints(ListConstraintsRequest request)
Lists `Constraints` that could be applied on the specified resource.
|
OrgPolicyClient.ListConstraintsPagedResponse |
OrgPolicyClient.listConstraints(OrganizationName parent)
Lists `Constraints` that could be applied on the specified resource.
|
OrgPolicyClient.ListConstraintsPagedResponse |
OrgPolicyClient.listConstraints(ProjectName parent)
Lists `Constraints` that could be applied on the specified resource.
|
OrgPolicyClient.ListConstraintsPagedResponse |
OrgPolicyClient.listConstraints(String parent)
Lists `Constraints` that could be applied on the specified resource.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<ListConstraintsRequest,OrgPolicyClient.ListConstraintsPagedResponse> |
GrpcOrgPolicyStub.listConstraintsPagedCallable() |
UnaryCallable<ListConstraintsRequest,OrgPolicyClient.ListConstraintsPagedResponse> |
OrgPolicyStub.listConstraintsPagedCallable() |
PagedCallSettings<ListConstraintsRequest,ListConstraintsResponse,OrgPolicyClient.ListConstraintsPagedResponse> |
OrgPolicyStubSettings.listConstraintsSettings()
Returns the object with the settings used for calls to listConstraints.
|
PagedCallSettings.Builder<ListConstraintsRequest,ListConstraintsResponse,OrgPolicyClient.ListConstraintsPagedResponse> |
OrgPolicyStubSettings.Builder.listConstraintsSettings()
Returns the builder for the settings used for calls to listConstraints.
|
Copyright © 2021 Google LLC. All rights reserved.