Uses of Class
com.google.cloud.orgpolicy.v2.OrgPolicyClient.ListConstraintsPagedResponse
-
Packages that use OrgPolicyClient.ListConstraintsPagedResponse Package Description com.google.cloud.orgpolicy.v2 A client to Organization Policy APIcom.google.cloud.orgpolicy.v2.stub -
-
Uses of OrgPolicyClient.ListConstraintsPagedResponse in com.google.cloud.orgpolicy.v2
Methods in com.google.cloud.orgpolicy.v2 that return OrgPolicyClient.ListConstraintsPagedResponse Modifier and Type Method 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.Methods in com.google.cloud.orgpolicy.v2 that return types with arguments of type OrgPolicyClient.ListConstraintsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<OrgPolicyClient.ListConstraintsPagedResponse>
OrgPolicyClient.ListConstraintsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListConstraintsRequest,ListConstraintsResponse,Constraint> context, com.google.api.core.ApiFuture<ListConstraintsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListConstraintsRequest,OrgPolicyClient.ListConstraintsPagedResponse>
OrgPolicyClient. listConstraintsPagedCallable()
Lists `Constraints` that could be applied on the specified resource.com.google.api.gax.rpc.PagedCallSettings.Builder<ListConstraintsRequest,ListConstraintsResponse,OrgPolicyClient.ListConstraintsPagedResponse>
OrgPolicySettings.Builder. listConstraintsSettings()
Returns the builder for the settings used for calls to listConstraints.com.google.api.gax.rpc.PagedCallSettings<ListConstraintsRequest,ListConstraintsResponse,OrgPolicyClient.ListConstraintsPagedResponse>
OrgPolicySettings. listConstraintsSettings()
Returns the object with the settings used for calls to listConstraints. -
Uses of OrgPolicyClient.ListConstraintsPagedResponse in com.google.cloud.orgpolicy.v2.stub
-