diff --git a/java-orgpolicy/README.md b/java-orgpolicy/README.md index f3e06400d03a..86df98f46621 100644 --- a/java-orgpolicy/README.md +++ b/java-orgpolicy/README.md @@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates. [kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-orgpolicy.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-orgpolicy/2.30.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-orgpolicy/2.32.0 [authentication]: https://github.com/googleapis/google-cloud-java#authentication [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles diff --git a/java-orgpolicy/google-cloud-orgpolicy/src/main/java/com/google/cloud/orgpolicy/v2/OrgPolicyClient.java b/java-orgpolicy/google-cloud-orgpolicy/src/main/java/com/google/cloud/orgpolicy/v2/OrgPolicyClient.java index 7455c95741f9..268e425b3c22 100644 --- a/java-orgpolicy/google-cloud-orgpolicy/src/main/java/com/google/cloud/orgpolicy/v2/OrgPolicyClient.java +++ b/java-orgpolicy/google-cloud-orgpolicy/src/main/java/com/google/cloud/orgpolicy/v2/OrgPolicyClient.java @@ -37,21 +37,20 @@ /** * Service Description: An interface for managing organization policies. * - *

The Cloud Org Policy service provides a simple mechanism for organizations to restrict the - * allowed configurations across their entire Cloud Resource hierarchy. + *

The Organization Policy Service provides a simple mechanism for organizations to restrict the + * allowed configurations across their entire resource hierarchy. * - *

You can use a `policy` to configure restrictions in Cloud resources. For example, you can - * enforce a `policy` that restricts which Google Cloud Platform APIs can be activated in a certain - * part of your resource hierarchy, or prevents serial port access to VM instances in a particular - * folder. + *

You can use a policy to configure restrictions on resources. For example, you can enforce a + * policy that restricts which Google Cloud APIs can be activated in a certain part of your resource + * hierarchy, or prevents serial port access to VM instances in a particular folder. * - *

`Policies` are inherited down through the resource hierarchy. A `policy` applied to a parent - * resource automatically applies to all its child resources unless overridden with a `policy` lower + *

Policies are inherited down through the resource hierarchy. A policy applied to a parent + * resource automatically applies to all its child resources unless overridden with a policy lower * in the hierarchy. * - *

A `constraint` defines an aspect of a resource's configuration that can be controlled by an - * organization's policy administrator. `Policies` are a collection of `constraints` that defines - * their allowable configuration on a particular resource and its child resources. + *

A constraint defines an aspect of a resource's configuration that can be controlled by an + * organization's policy administrator. Policies are a collection of constraints that defines their + * allowable configuration on a particular resource and its child resources. * *

This class provides the ability to make remote calls to the backing service through method * calls that map to API methods. Sample code to get started: @@ -187,7 +186,7 @@ public OrgPolicyStub getStub() { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * Lists `Constraints` that could be applied on the specified resource. + * Lists constraints that could be applied on the specified resource. * *

Sample code: * @@ -205,8 +204,8 @@ public OrgPolicyStub getStub() { * } * } * - * @param parent Required. The Cloud resource that parents the constraint. Must be in one of the - * following forms: + * @param parent Required. The Google Cloud resource that parents the constraint. Must be in one + * of the following forms: *