diff --git a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1/AssetServiceClient.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1/AssetServiceClient.java index 364922b2de31..fd84de5a1aae 100644 --- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1/AssetServiceClient.java +++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1/AssetServiceClient.java @@ -211,15 +211,14 @@ public final OperationsClient getHttpJsonOperationsClient() { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * Exports assets with time and resource types to a given {{storage_name}} - * location/{{bigquery_name}} table. For {{storage_name}} location destinations, the output format - * is newline-delimited JSON. Each line represents a - * [google.cloud.asset.v1.Asset][google.cloud.asset.v1.Asset] in the JSON format; for - * {{bigquery_name}} table destinations, the output table stores the fields in asset Protobuf as - * columns. This API implements the [google.longrunning.Operation][google.longrunning.Operation] - * API, which allows you to keep track of the export. We recommend intervals of at least 2 seconds - * with exponential retry to poll the export operation result. For regular-size resource parent, - * the export operation usually finishes within 5 minutes. + * Exports assets with time and resource types to a given Cloud Storage location/BigQuery table. + * For Cloud Storage location destinations, the output format is newline-delimited JSON. Each line + * represents a [google.cloud.asset.v1.Asset][google.cloud.asset.v1.Asset] in the JSON format; for + * BigQuery table destinations, the output table stores the fields in asset Protobuf as columns. + * This API implements the [google.longrunning.Operation][google.longrunning.Operation] API, which + * allows you to keep track of the export. We recommend intervals of at least 2 seconds with + * exponential retry to poll the export operation result. For regular-size resource parent, the + * export operation usually finishes within 5 minutes. * *

Sample code: * @@ -253,15 +252,14 @@ public final OperationFuture exportAs // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * Exports assets with time and resource types to a given {{storage_name}} - * location/{{bigquery_name}} table. For {{storage_name}} location destinations, the output format - * is newline-delimited JSON. Each line represents a - * [google.cloud.asset.v1.Asset][google.cloud.asset.v1.Asset] in the JSON format; for - * {{bigquery_name}} table destinations, the output table stores the fields in asset Protobuf as - * columns. This API implements the [google.longrunning.Operation][google.longrunning.Operation] - * API, which allows you to keep track of the export. We recommend intervals of at least 2 seconds - * with exponential retry to poll the export operation result. For regular-size resource parent, - * the export operation usually finishes within 5 minutes. + * Exports assets with time and resource types to a given Cloud Storage location/BigQuery table. + * For Cloud Storage location destinations, the output format is newline-delimited JSON. Each line + * represents a [google.cloud.asset.v1.Asset][google.cloud.asset.v1.Asset] in the JSON format; for + * BigQuery table destinations, the output table stores the fields in asset Protobuf as columns. + * This API implements the [google.longrunning.Operation][google.longrunning.Operation] API, which + * allows you to keep track of the export. We recommend intervals of at least 2 seconds with + * exponential retry to poll the export operation result. For regular-size resource parent, the + * export operation usually finishes within 5 minutes. * *

Sample code: * @@ -295,15 +293,14 @@ public final OperationFuture exportAs // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * Exports assets with time and resource types to a given {{storage_name}} - * location/{{bigquery_name}} table. For {{storage_name}} location destinations, the output format - * is newline-delimited JSON. Each line represents a - * [google.cloud.asset.v1.Asset][google.cloud.asset.v1.Asset] in the JSON format; for - * {{bigquery_name}} table destinations, the output table stores the fields in asset Protobuf as - * columns. This API implements the [google.longrunning.Operation][google.longrunning.Operation] - * API, which allows you to keep track of the export. We recommend intervals of at least 2 seconds - * with exponential retry to poll the export operation result. For regular-size resource parent, - * the export operation usually finishes within 5 minutes. + * Exports assets with time and resource types to a given Cloud Storage location/BigQuery table. + * For Cloud Storage location destinations, the output format is newline-delimited JSON. Each line + * represents a [google.cloud.asset.v1.Asset][google.cloud.asset.v1.Asset] in the JSON format; for + * BigQuery table destinations, the output table stores the fields in asset Protobuf as columns. + * This API implements the [google.longrunning.Operation][google.longrunning.Operation] API, which + * allows you to keep track of the export. We recommend intervals of at least 2 seconds with + * exponential retry to poll the export operation result. For regular-size resource parent, the + * export operation usually finishes within 5 minutes. * *

Sample code: * @@ -512,7 +509,7 @@ public final UnaryCallable listAssetsCall // AUTO-GENERATED DOCUMENTATION AND METHOD. /** * Batch gets the update history of assets that overlap a time window. For IAM_POLICY content, - * this API outputs history when the asset and its attached IAM_POLICY both exist. This can create + * this API outputs history when the asset and its attached IAM POLICY both exist. This can create * gaps in the output history. Otherwise, this API outputs history with asset in both non-delete * or deleted status. If a specified asset does not exist, this API returns an INVALID_ARGUMENT * error. @@ -549,7 +546,7 @@ public final BatchGetAssetsHistoryResponse batchGetAssetsHistory( // AUTO-GENERATED DOCUMENTATION AND METHOD. /** * Batch gets the update history of assets that overlap a time window. For IAM_POLICY content, - * this API outputs history when the asset and its attached IAM_POLICY both exist. This can create + * this API outputs history when the asset and its attached IAM POLICY both exist. This can create * gaps in the output history. Otherwise, this API outputs history with asset in both non-delete * or deleted status. If a specified asset does not exist, this API returns an INVALID_ARGUMENT * error. @@ -1062,7 +1059,7 @@ public final UnaryCallable deleteFeedCallable() { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * Searches all {{gcp_name}} resources within the specified scope, such as a project, folder, or + * Searches all Cloud resources within the specified scope, such as a project, folder, or * organization. The caller must be granted the `cloudasset.assets.searchAllResources` permission * on the desired scope, otherwise the request will be rejected. * @@ -1103,45 +1100,42 @@ public final UnaryCallable deleteFeedCallable() { * the specified `scope`. *

Examples: *

@@ -1174,7 +1168,7 @@ public final SearchAllResourcesPagedResponse searchAllResources( // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * Searches all {{gcp_name}} resources within the specified scope, such as a project, folder, or + * Searches all Cloud resources within the specified scope, such as a project, folder, or * organization. The caller must be granted the `cloudasset.assets.searchAllResources` permission * on the desired scope, otherwise the request will be rejected. * @@ -1214,7 +1208,7 @@ public final SearchAllResourcesPagedResponse searchAllResources( // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * Searches all {{gcp_name}} resources within the specified scope, such as a project, folder, or + * Searches all Cloud resources within the specified scope, such as a project, folder, or * organization. The caller must be granted the `cloudasset.assets.searchAllResources` permission * on the desired scope, otherwise the request will be rejected. * @@ -1253,7 +1247,7 @@ public final SearchAllResourcesPagedResponse searchAllResources( // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * Searches all {{gcp_name}} resources within the specified scope, such as a project, folder, or + * Searches all Cloud resources within the specified scope, such as a project, folder, or * organization. The caller must be granted the `cloudasset.assets.searchAllResources` permission * on the desired scope, otherwise the request will be rejected. * @@ -1299,8 +1293,8 @@ public final SearchAllResourcesPagedResponse searchAllResources( // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * Searches all {{iam_name_short}} policies within the specified scope, such as a project, folder, - * or organization. The caller must be granted the `cloudasset.assets.searchAllIamPolicies` + * Searches all IAM policies within the specified scope, such as a project, folder, or + * organization. The caller must be granted the `cloudasset.assets.searchAllIamPolicies` * permission on the desired scope, otherwise the request will be rejected. * *

Sample code: @@ -1322,8 +1316,7 @@ public final SearchAllResourcesPagedResponse searchAllResources( * } * * @param scope Required. A scope can be a project, a folder, or an organization. The search is - * limited to the {{iam_name_short}} policies within the `scope`. The caller must be granted - * the + * limited to the IAM policies within the `scope`. The caller must be granted the * [`cloudasset.assets.searchAllIamPolicies`](https://cloud.google.com/asset-inventory/docs/access-control#required_permissions) * permission on the desired scope. *

The allowed values are: @@ -1336,42 +1329,40 @@ public final SearchAllResourcesPagedResponse searchAllResources( * * @param query Optional. The query statement. See [how to construct a * query](https://cloud.google.com/asset-inventory/docs/searching-iam-policies#how_to_construct_a_query) - * for more information. If not specified or empty, it will search all the {{iam_name_short}} - * policies within the specified `scope`. Note that the query string is compared against each - * {{iam_name_short}} policy binding, including its principals, roles, and {{iam_name_short}} - * conditions. The returned {{iam_name_short}} policies will only contain the bindings that - * match your query. To learn more about the {{iam_name_short}} policy structure, see the - * [{{iam_name_short}} policy + * for more information. If not specified or empty, it will search all the IAM policies within + * the specified `scope`. Note that the query string is compared against each Cloud IAM policy + * binding, including its principals, roles, and Cloud IAM conditions. The returned Cloud IAM + * policies will only contain the bindings that match your query. To learn more about the IAM + * policy structure, see the [IAM policy * documentation](https://cloud.google.com/iam/help/allow-policies/structure). *

Examples: *

* * @throws com.google.api.gax.rpc.ApiException if the remote call fails @@ -1384,8 +1375,8 @@ public final SearchAllIamPoliciesPagedResponse searchAllIamPolicies(String scope // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * Searches all {{iam_name_short}} policies within the specified scope, such as a project, folder, - * or organization. The caller must be granted the `cloudasset.assets.searchAllIamPolicies` + * Searches all IAM policies within the specified scope, such as a project, folder, or + * organization. The caller must be granted the `cloudasset.assets.searchAllIamPolicies` * permission on the desired scope, otherwise the request will be rejected. * *

Sample code: @@ -1423,8 +1414,8 @@ public final SearchAllIamPoliciesPagedResponse searchAllIamPolicies( // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * Searches all {{iam_name_short}} policies within the specified scope, such as a project, folder, - * or organization. The caller must be granted the `cloudasset.assets.searchAllIamPolicies` + * Searches all IAM policies within the specified scope, such as a project, folder, or + * organization. The caller must be granted the `cloudasset.assets.searchAllIamPolicies` * permission on the desired scope, otherwise the request will be rejected. * *

Sample code: @@ -1461,8 +1452,8 @@ public final SearchAllIamPoliciesPagedResponse searchAllIamPolicies( // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * Searches all {{iam_name_short}} policies within the specified scope, such as a project, folder, - * or organization. The caller must be granted the `cloudasset.assets.searchAllIamPolicies` + * Searches all IAM policies within the specified scope, such as a project, folder, or + * organization. The caller must be granted the `cloudasset.assets.searchAllIamPolicies` * permission on the desired scope, otherwise the request will be rejected. * *

Sample code: @@ -1506,8 +1497,7 @@ public final SearchAllIamPoliciesPagedResponse searchAllIamPolicies( // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * Analyzes {{iam_name_short}} policies to answer which identities have what accesses on which - * resources. + * Analyzes IAM policies to answer which identities have what accesses on which resources. * *

Sample code: * @@ -1537,8 +1527,7 @@ public final AnalyzeIamPolicyResponse analyzeIamPolicy(AnalyzeIamPolicyRequest r // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * Analyzes {{iam_name_short}} policies to answer which identities have what accesses on which - * resources. + * Analyzes IAM policies to answer which identities have what accesses on which resources. * *

Sample code: * @@ -1569,10 +1558,9 @@ public final AnalyzeIamPolicyResponse analyzeIamPolicy(AnalyzeIamPolicyRequest r // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * Analyzes {{iam_name_short}} policies asynchronously to answer which identities have what - * accesses on which resources, and writes the analysis results to a Google {{storage_name}} or a - * {{bigquery_name}} destination. For {{storage_name}} destination, the output format is the JSON - * format that represents a + * Analyzes IAM policies asynchronously to answer which identities have what accesses on which + * resources, and writes the analysis results to a Google Cloud Storage or a BigQuery destination. + * For Cloud Storage destination, the output format is the JSON format that represents a * [AnalyzeIamPolicyResponse][google.cloud.asset.v1.AnalyzeIamPolicyResponse]. This method * implements the [google.longrunning.Operation][google.longrunning.Operation], which allows you * to track the operation status. We recommend intervals of at least 2 seconds with exponential @@ -1610,10 +1598,9 @@ public final AnalyzeIamPolicyResponse analyzeIamPolicy(AnalyzeIamPolicyRequest r // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * Analyzes {{iam_name_short}} policies asynchronously to answer which identities have what - * accesses on which resources, and writes the analysis results to a Google {{storage_name}} or a - * {{bigquery_name}} destination. For {{storage_name}} destination, the output format is the JSON - * format that represents a + * Analyzes IAM policies asynchronously to answer which identities have what accesses on which + * resources, and writes the analysis results to a Google Cloud Storage or a BigQuery destination. + * For Cloud Storage destination, the output format is the JSON format that represents a * [AnalyzeIamPolicyResponse][google.cloud.asset.v1.AnalyzeIamPolicyResponse]. This method * implements the [google.longrunning.Operation][google.longrunning.Operation], which allows you * to track the operation status. We recommend intervals of at least 2 seconds with exponential @@ -1653,10 +1640,9 @@ public final AnalyzeIamPolicyResponse analyzeIamPolicy(AnalyzeIamPolicyRequest r // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * Analyzes {{iam_name_short}} policies asynchronously to answer which identities have what - * accesses on which resources, and writes the analysis results to a Google {{storage_name}} or a - * {{bigquery_name}} destination. For {{storage_name}} destination, the output format is the JSON - * format that represents a + * Analyzes IAM policies asynchronously to answer which identities have what accesses on which + * resources, and writes the analysis results to a Google Cloud Storage or a BigQuery destination. + * For Cloud Storage destination, the output format is the JSON format that represents a * [AnalyzeIamPolicyResponse][google.cloud.asset.v1.AnalyzeIamPolicyResponse]. This method * implements the [google.longrunning.Operation][google.longrunning.Operation], which allows you * to track the operation status. We recommend intervals of at least 2 seconds with exponential @@ -1756,8 +1742,8 @@ public final UnaryCallable analyzeMoveC // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * Issue a job that queries assets using a SQL statement compatible with [{{bigquery_name}} - * Standard SQL](http://cloud/bigquery/docs/reference/standard-sql/enabling-standard-sql). + * Issue a job that queries assets using a SQL statement compatible with [BigQuery Standard + * SQL](http://cloud/bigquery/docs/reference/standard-sql/enabling-standard-sql). * *

If the query execution finishes within timeout and there's no pagination, the full query * results will be returned in the `QueryAssetsResponse`. @@ -1765,7 +1751,7 @@ public final UnaryCallable analyzeMoveC *

Otherwise, full query results can be obtained by issuing extra requests with the * `job_reference` from the a previous `QueryAssets` call. * - *

Note, the query result has approximately 10 GB limitation enforced by {{bigquery_name}} + *

Note, the query result has approximately 10 GB limitation enforced by BigQuery * https://cloud.google.com/bigquery/docs/best-practices-performance-output, queries return larger * results will result in errors. * @@ -1799,8 +1785,8 @@ public final QueryAssetsResponse queryAssets(QueryAssetsRequest request) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * Issue a job that queries assets using a SQL statement compatible with [{{bigquery_name}} - * Standard SQL](http://cloud/bigquery/docs/reference/standard-sql/enabling-standard-sql). + * Issue a job that queries assets using a SQL statement compatible with [BigQuery Standard + * SQL](http://cloud/bigquery/docs/reference/standard-sql/enabling-standard-sql). * *

If the query execution finishes within timeout and there's no pagination, the full query * results will be returned in the `QueryAssetsResponse`. @@ -1808,7 +1794,7 @@ public final QueryAssetsResponse queryAssets(QueryAssetsRequest request) { *

Otherwise, full query results can be obtained by issuing extra requests with the * `job_reference` from the a previous `QueryAssets` call. * - *

Note, the query result has approximately 10 GB limitation enforced by {{bigquery_name}} + *

Note, the query result has approximately 10 GB limitation enforced by BigQuery * https://cloud.google.com/bigquery/docs/best-practices-performance-output, queries return larger * results will result in errors. * @@ -2658,7 +2644,7 @@ public final UnaryCallable deleteSavedQueryCalla // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * Gets effective {{iam_name_short}} policies for a batch of resources. + * Gets effective IAM policies for a batch of resources. * *

Sample code: * @@ -2689,7 +2675,7 @@ public final BatchGetEffectiveIamPoliciesResponse batchGetEffectiveIamPolicies( // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * Gets effective {{iam_name_short}} policies for a batch of resources. + * Gets effective IAM policies for a batch of resources. * *

Sample code: * diff --git a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p1beta1/AssetServiceClient.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p1beta1/AssetServiceClient.java index c3ad4413836a..b92a03332a9d 100644 --- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p1beta1/AssetServiceClient.java +++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p1beta1/AssetServiceClient.java @@ -178,11 +178,11 @@ public AssetServiceStub getStub() { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * Searches all the resources under a given accessible {{crm_name}} scope - * (project/folder/organization). This RPC gives callers especially admins the ability to search - * all the resources under a scope, even if they don't have .get permission of all the resources. - * Callers should have cloud.assets.SearchAllResources permission on the requested scope, - * otherwise it will be rejected. + * Searches all the resources under a given accessible CRM scope (project/folder/organization). + * This RPC gives callers especially admins the ability to search all the resources under a scope, + * even if they don't have .get permission of all the resources. Callers should have + * cloud.assets.SearchAllResources permission on the requested scope, otherwise it will be + * rejected. * *

Sample code: * @@ -230,11 +230,11 @@ public final SearchAllResourcesPagedResponse searchAllResources( // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * Searches all the resources under a given accessible {{crm_name}} scope - * (project/folder/organization). This RPC gives callers especially admins the ability to search - * all the resources under a scope, even if they don't have .get permission of all the resources. - * Callers should have cloud.assets.SearchAllResources permission on the requested scope, - * otherwise it will be rejected. + * Searches all the resources under a given accessible CRM scope (project/folder/organization). + * This RPC gives callers especially admins the ability to search all the resources under a scope, + * even if they don't have .get permission of all the resources. Callers should have + * cloud.assets.SearchAllResources permission on the requested scope, otherwise it will be + * rejected. * *

Sample code: * @@ -271,11 +271,11 @@ public final SearchAllResourcesPagedResponse searchAllResources( // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * Searches all the resources under a given accessible {{crm_name}} scope - * (project/folder/organization). This RPC gives callers especially admins the ability to search - * all the resources under a scope, even if they don't have .get permission of all the resources. - * Callers should have cloud.assets.SearchAllResources permission on the requested scope, - * otherwise it will be rejected. + * Searches all the resources under a given accessible CRM scope (project/folder/organization). + * This RPC gives callers especially admins the ability to search all the resources under a scope, + * even if they don't have .get permission of all the resources. Callers should have + * cloud.assets.SearchAllResources permission on the requested scope, otherwise it will be + * rejected. * *

Sample code: * @@ -311,11 +311,11 @@ public final SearchAllResourcesPagedResponse searchAllResources( // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * Searches all the resources under a given accessible {{crm_name}} scope - * (project/folder/organization). This RPC gives callers especially admins the ability to search - * all the resources under a scope, even if they don't have .get permission of all the resources. - * Callers should have cloud.assets.SearchAllResources permission on the requested scope, - * otherwise it will be rejected. + * Searches all the resources under a given accessible CRM scope (project/folder/organization). + * This RPC gives callers especially admins the ability to search all the resources under a scope, + * even if they don't have .get permission of all the resources. Callers should have + * cloud.assets.SearchAllResources permission on the requested scope, otherwise it will be + * rejected. * *

Sample code: * @@ -358,11 +358,10 @@ public final SearchAllResourcesPagedResponse searchAllResources( // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * Searches all the {{iam_name_short}} policies under a given accessible {{crm_name}} scope - * (project/folder/organization). This RPC gives callers especially admins the ability to search - * all the {{iam_name_short}} policies under a scope, even if they don't have .getIamPolicy - * permission of all the {{iam_name_short}} policies. Callers should have - * cloud.assets.SearchAllIamPolicies permission on the requested scope, otherwise it will be + * Searches all the IAM policies under a given accessible CRM scope (project/folder/organization). + * This RPC gives callers especially admins the ability to search all the IAM policies under a + * scope, even if they don't have .getIamPolicy permission of all the IAM policies. Callers should + * have cloud.assets.SearchAllIamPolicies permission on the requested scope, otherwise it will be * rejected. * *

Sample code: @@ -408,11 +407,10 @@ public final SearchAllIamPoliciesPagedResponse searchAllIamPolicies(String scope // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * Searches all the {{iam_name_short}} policies under a given accessible {{crm_name}} scope - * (project/folder/organization). This RPC gives callers especially admins the ability to search - * all the {{iam_name_short}} policies under a scope, even if they don't have .getIamPolicy - * permission of all the {{iam_name_short}} policies. Callers should have - * cloud.assets.SearchAllIamPolicies permission on the requested scope, otherwise it will be + * Searches all the IAM policies under a given accessible CRM scope (project/folder/organization). + * This RPC gives callers especially admins the ability to search all the IAM policies under a + * scope, even if they don't have .getIamPolicy permission of all the IAM policies. Callers should + * have cloud.assets.SearchAllIamPolicies permission on the requested scope, otherwise it will be * rejected. * *

Sample code: @@ -448,11 +446,10 @@ public final SearchAllIamPoliciesPagedResponse searchAllIamPolicies( // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * Searches all the {{iam_name_short}} policies under a given accessible {{crm_name}} scope - * (project/folder/organization). This RPC gives callers especially admins the ability to search - * all the {{iam_name_short}} policies under a scope, even if they don't have .getIamPolicy - * permission of all the {{iam_name_short}} policies. Callers should have - * cloud.assets.SearchAllIamPolicies permission on the requested scope, otherwise it will be + * Searches all the IAM policies under a given accessible CRM scope (project/folder/organization). + * This RPC gives callers especially admins the ability to search all the IAM policies under a + * scope, even if they don't have .getIamPolicy permission of all the IAM policies. Callers should + * have cloud.assets.SearchAllIamPolicies permission on the requested scope, otherwise it will be * rejected. * *

Sample code: @@ -487,11 +484,10 @@ public final SearchAllIamPoliciesPagedResponse searchAllIamPolicies( // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * Searches all the {{iam_name_short}} policies under a given accessible {{crm_name}} scope - * (project/folder/organization). This RPC gives callers especially admins the ability to search - * all the {{iam_name_short}} policies under a scope, even if they don't have .getIamPolicy - * permission of all the {{iam_name_short}} policies. Callers should have - * cloud.assets.SearchAllIamPolicies permission on the requested scope, otherwise it will be + * Searches all the IAM policies under a given accessible CRM scope (project/folder/organization). + * This RPC gives callers especially admins the ability to search all the IAM policies under a + * scope, even if they don't have .getIamPolicy permission of all the IAM policies. Callers should + * have cloud.assets.SearchAllIamPolicies permission on the requested scope, otherwise it will be * rejected. * *

Sample code: diff --git a/java-asset/grpc-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/AssetServiceGrpc.java b/java-asset/grpc-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/AssetServiceGrpc.java index 9aa664b46070..2c561052b420 100644 --- a/java-asset/grpc-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/AssetServiceGrpc.java +++ b/java-asset/grpc-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/AssetServiceGrpc.java @@ -974,17 +974,16 @@ public abstract static class AssetServiceImplBase implements io.grpc.BindableSer * * *

-     * Exports assets with time and resource types to a given {{storage_name}}
-     * location/{{bigquery_name}} table. For {{storage_name}} location
-     * destinations, the output format is newline-delimited JSON. Each line
-     * represents a [google.cloud.asset.v1.Asset][google.cloud.asset.v1.Asset] in
-     * the JSON format; for {{bigquery_name}} table destinations, the output table
-     * stores the fields in asset Protobuf as columns. This API implements the
-     * [google.longrunning.Operation][google.longrunning.Operation] API, which
-     * allows you to keep track of the export. We recommend intervals of at least
-     * 2 seconds with exponential retry to poll the export operation result. For
-     * regular-size resource parent, the export operation usually finishes within
-     * 5 minutes.
+     * Exports assets with time and resource types to a given Cloud Storage
+     * location/BigQuery table. For Cloud Storage location destinations, the
+     * output format is newline-delimited JSON. Each line represents a
+     * [google.cloud.asset.v1.Asset][google.cloud.asset.v1.Asset] in the JSON format; for BigQuery table
+     * destinations, the output table stores the fields in asset Protobuf as
+     * columns. This API implements the [google.longrunning.Operation][google.longrunning.Operation] API,
+     * which allows you to keep track of the export. We recommend intervals of at
+     * least 2 seconds with exponential retry to poll the export operation result.
+     * For regular-size resource parent, the export operation usually finishes
+     * within 5 minutes.
      * 
*/ public void exportAssets( @@ -1015,7 +1014,7 @@ public void listAssets( *
      * Batch gets the update history of assets that overlap a time window.
      * For IAM_POLICY content, this API outputs history when the asset and its
-     * attached IAM_POLICY both exist. This can create gaps in the output history.
+     * attached IAM POLICY both exist. This can create gaps in the output history.
      * Otherwise, this API outputs history with asset in both non-delete or
      * deleted status.
      * If a specified asset does not exist, this API returns an INVALID_ARGUMENT
@@ -1100,8 +1099,8 @@ public void deleteFeed(
      *
      *
      * 
-     * Searches all {{gcp_name}} resources within the specified scope, such as a
-     * project, folder, or organization. The caller must be granted the
+     * Searches all Cloud resources within the specified scope, such as a project,
+     * folder, or organization. The caller must be granted the
      * `cloudasset.assets.searchAllResources` permission on the desired scope,
      * otherwise the request will be rejected.
      * 
@@ -1118,8 +1117,8 @@ public void searchAllResources( * * *
-     * Searches all {{iam_name_short}} policies within the specified scope, such
-     * as a project, folder, or organization. The caller must be granted the
+     * Searches all IAM policies within the specified scope, such as a project,
+     * folder, or organization. The caller must be granted the
      * `cloudasset.assets.searchAllIamPolicies` permission on the desired scope,
      * otherwise the request will be rejected.
      * 
@@ -1136,8 +1135,8 @@ public void searchAllIamPolicies( * * *
-     * Analyzes {{iam_name_short}} policies to answer which identities have what
-     * accesses on which resources.
+     * Analyzes IAM policies to answer which identities have what accesses on
+     * which resources.
      * 
*/ public void analyzeIamPolicy( @@ -1152,17 +1151,15 @@ public void analyzeIamPolicy( * * *
-     * Analyzes {{iam_name_short}} policies asynchronously to answer which
-     * identities have what accesses on which resources, and writes the analysis
-     * results to a Google
-     * {{storage_name}} or a {{bigquery_name}} destination. For {{storage_name}}
-     * destination, the output format is the JSON format that represents a
-     * [AnalyzeIamPolicyResponse][google.cloud.asset.v1.AnalyzeIamPolicyResponse].
-     * This method implements the
-     * [google.longrunning.Operation][google.longrunning.Operation], which allows
-     * you to track the operation status. We recommend intervals of at least 2
-     * seconds with exponential backoff retry to poll the operation result. The
-     * metadata contains the metadata for the long-running operation.
+     * Analyzes IAM policies asynchronously to answer which identities have what
+     * accesses on which resources, and writes the analysis results to a Google
+     * Cloud Storage or a BigQuery destination. For Cloud Storage destination, the
+     * output format is the JSON format that represents a
+     * [AnalyzeIamPolicyResponse][google.cloud.asset.v1.AnalyzeIamPolicyResponse]. This method implements the
+     * [google.longrunning.Operation][google.longrunning.Operation], which allows you to track the operation
+     * status. We recommend intervals of at least 2 seconds with exponential
+     * backoff retry to poll the operation result. The metadata contains the
+     * metadata for the long-running operation.
      * 
*/ public void analyzeIamPolicyLongrunning( @@ -1196,14 +1193,14 @@ public void analyzeMove( * *
      * Issue a job that queries assets using a SQL statement compatible with
-     * [{{bigquery_name}} Standard
+     * [BigQuery Standard
      * SQL](http://cloud/bigquery/docs/reference/standard-sql/enabling-standard-sql).
      * If the query execution finishes within timeout and there's no pagination,
      * the full query results will be returned in the `QueryAssetsResponse`.
      * Otherwise, full query results can be obtained by issuing extra requests
      * with the `job_reference` from the a previous `QueryAssets` call.
      * Note, the query result has approximately 10 GB limitation enforced by
-     * {{bigquery_name}}
+     * BigQuery
      * https://cloud.google.com/bigquery/docs/best-practices-performance-output,
      * queries return larger results will result in errors.
      * 
@@ -1291,7 +1288,7 @@ public void deleteSavedQuery( * * *
-     * Gets effective {{iam_name_short}} policies for a batch of resources.
+     * Gets effective IAM policies for a batch of resources.
      * 
*/ public void batchGetEffectiveIamPolicies( @@ -1458,17 +1455,16 @@ protected AssetServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions ca * * *
-     * Exports assets with time and resource types to a given {{storage_name}}
-     * location/{{bigquery_name}} table. For {{storage_name}} location
-     * destinations, the output format is newline-delimited JSON. Each line
-     * represents a [google.cloud.asset.v1.Asset][google.cloud.asset.v1.Asset] in
-     * the JSON format; for {{bigquery_name}} table destinations, the output table
-     * stores the fields in asset Protobuf as columns. This API implements the
-     * [google.longrunning.Operation][google.longrunning.Operation] API, which
-     * allows you to keep track of the export. We recommend intervals of at least
-     * 2 seconds with exponential retry to poll the export operation result. For
-     * regular-size resource parent, the export operation usually finishes within
-     * 5 minutes.
+     * Exports assets with time and resource types to a given Cloud Storage
+     * location/BigQuery table. For Cloud Storage location destinations, the
+     * output format is newline-delimited JSON. Each line represents a
+     * [google.cloud.asset.v1.Asset][google.cloud.asset.v1.Asset] in the JSON format; for BigQuery table
+     * destinations, the output table stores the fields in asset Protobuf as
+     * columns. This API implements the [google.longrunning.Operation][google.longrunning.Operation] API,
+     * which allows you to keep track of the export. We recommend intervals of at
+     * least 2 seconds with exponential retry to poll the export operation result.
+     * For regular-size resource parent, the export operation usually finishes
+     * within 5 minutes.
      * 
*/ public void exportAssets( @@ -1502,7 +1498,7 @@ public void listAssets( *
      * Batch gets the update history of assets that overlap a time window.
      * For IAM_POLICY content, this API outputs history when the asset and its
-     * attached IAM_POLICY both exist. This can create gaps in the output history.
+     * attached IAM POLICY both exist. This can create gaps in the output history.
      * Otherwise, this API outputs history with asset in both non-delete or
      * deleted status.
      * If a specified asset does not exist, this API returns an INVALID_ARGUMENT
@@ -1594,8 +1590,8 @@ public void deleteFeed(
      *
      *
      * 
-     * Searches all {{gcp_name}} resources within the specified scope, such as a
-     * project, folder, or organization. The caller must be granted the
+     * Searches all Cloud resources within the specified scope, such as a project,
+     * folder, or organization. The caller must be granted the
      * `cloudasset.assets.searchAllResources` permission on the desired scope,
      * otherwise the request will be rejected.
      * 
@@ -1614,8 +1610,8 @@ public void searchAllResources( * * *
-     * Searches all {{iam_name_short}} policies within the specified scope, such
-     * as a project, folder, or organization. The caller must be granted the
+     * Searches all IAM policies within the specified scope, such as a project,
+     * folder, or organization. The caller must be granted the
      * `cloudasset.assets.searchAllIamPolicies` permission on the desired scope,
      * otherwise the request will be rejected.
      * 
@@ -1634,8 +1630,8 @@ public void searchAllIamPolicies( * * *
-     * Analyzes {{iam_name_short}} policies to answer which identities have what
-     * accesses on which resources.
+     * Analyzes IAM policies to answer which identities have what accesses on
+     * which resources.
      * 
*/ public void analyzeIamPolicy( @@ -1652,17 +1648,15 @@ public void analyzeIamPolicy( * * *
-     * Analyzes {{iam_name_short}} policies asynchronously to answer which
-     * identities have what accesses on which resources, and writes the analysis
-     * results to a Google
-     * {{storage_name}} or a {{bigquery_name}} destination. For {{storage_name}}
-     * destination, the output format is the JSON format that represents a
-     * [AnalyzeIamPolicyResponse][google.cloud.asset.v1.AnalyzeIamPolicyResponse].
-     * This method implements the
-     * [google.longrunning.Operation][google.longrunning.Operation], which allows
-     * you to track the operation status. We recommend intervals of at least 2
-     * seconds with exponential backoff retry to poll the operation result. The
-     * metadata contains the metadata for the long-running operation.
+     * Analyzes IAM policies asynchronously to answer which identities have what
+     * accesses on which resources, and writes the analysis results to a Google
+     * Cloud Storage or a BigQuery destination. For Cloud Storage destination, the
+     * output format is the JSON format that represents a
+     * [AnalyzeIamPolicyResponse][google.cloud.asset.v1.AnalyzeIamPolicyResponse]. This method implements the
+     * [google.longrunning.Operation][google.longrunning.Operation], which allows you to track the operation
+     * status. We recommend intervals of at least 2 seconds with exponential
+     * backoff retry to poll the operation result. The metadata contains the
+     * metadata for the long-running operation.
      * 
*/ public void analyzeIamPolicyLongrunning( @@ -1700,14 +1694,14 @@ public void analyzeMove( * *
      * Issue a job that queries assets using a SQL statement compatible with
-     * [{{bigquery_name}} Standard
+     * [BigQuery Standard
      * SQL](http://cloud/bigquery/docs/reference/standard-sql/enabling-standard-sql).
      * If the query execution finishes within timeout and there's no pagination,
      * the full query results will be returned in the `QueryAssetsResponse`.
      * Otherwise, full query results can be obtained by issuing extra requests
      * with the `job_reference` from the a previous `QueryAssets` call.
      * Note, the query result has approximately 10 GB limitation enforced by
-     * {{bigquery_name}}
+     * BigQuery
      * https://cloud.google.com/bigquery/docs/best-practices-performance-output,
      * queries return larger results will result in errors.
      * 
@@ -1807,7 +1801,7 @@ public void deleteSavedQuery( * * *
-     * Gets effective {{iam_name_short}} policies for a batch of resources.
+     * Gets effective IAM policies for a batch of resources.
      * 
*/ public void batchGetEffectiveIamPolicies( @@ -1844,17 +1838,16 @@ protected AssetServiceBlockingStub build( * * *
-     * Exports assets with time and resource types to a given {{storage_name}}
-     * location/{{bigquery_name}} table. For {{storage_name}} location
-     * destinations, the output format is newline-delimited JSON. Each line
-     * represents a [google.cloud.asset.v1.Asset][google.cloud.asset.v1.Asset] in
-     * the JSON format; for {{bigquery_name}} table destinations, the output table
-     * stores the fields in asset Protobuf as columns. This API implements the
-     * [google.longrunning.Operation][google.longrunning.Operation] API, which
-     * allows you to keep track of the export. We recommend intervals of at least
-     * 2 seconds with exponential retry to poll the export operation result. For
-     * regular-size resource parent, the export operation usually finishes within
-     * 5 minutes.
+     * Exports assets with time and resource types to a given Cloud Storage
+     * location/BigQuery table. For Cloud Storage location destinations, the
+     * output format is newline-delimited JSON. Each line represents a
+     * [google.cloud.asset.v1.Asset][google.cloud.asset.v1.Asset] in the JSON format; for BigQuery table
+     * destinations, the output table stores the fields in asset Protobuf as
+     * columns. This API implements the [google.longrunning.Operation][google.longrunning.Operation] API,
+     * which allows you to keep track of the export. We recommend intervals of at
+     * least 2 seconds with exponential retry to poll the export operation result.
+     * For regular-size resource parent, the export operation usually finishes
+     * within 5 minutes.
      * 
*/ public com.google.longrunning.Operation exportAssets( @@ -1883,7 +1876,7 @@ public com.google.cloud.asset.v1.ListAssetsResponse listAssets( *
      * Batch gets the update history of assets that overlap a time window.
      * For IAM_POLICY content, this API outputs history when the asset and its
-     * attached IAM_POLICY both exist. This can create gaps in the output history.
+     * attached IAM POLICY both exist. This can create gaps in the output history.
      * Otherwise, this API outputs history with asset in both non-delete or
      * deleted status.
      * If a specified asset does not exist, this API returns an INVALID_ARGUMENT
@@ -1966,8 +1959,8 @@ public com.google.protobuf.Empty deleteFeed(
      *
      *
      * 
-     * Searches all {{gcp_name}} resources within the specified scope, such as a
-     * project, folder, or organization. The caller must be granted the
+     * Searches all Cloud resources within the specified scope, such as a project,
+     * folder, or organization. The caller must be granted the
      * `cloudasset.assets.searchAllResources` permission on the desired scope,
      * otherwise the request will be rejected.
      * 
@@ -1982,8 +1975,8 @@ public com.google.cloud.asset.v1.SearchAllResourcesResponse searchAllResources( * * *
-     * Searches all {{iam_name_short}} policies within the specified scope, such
-     * as a project, folder, or organization. The caller must be granted the
+     * Searches all IAM policies within the specified scope, such as a project,
+     * folder, or organization. The caller must be granted the
      * `cloudasset.assets.searchAllIamPolicies` permission on the desired scope,
      * otherwise the request will be rejected.
      * 
@@ -1998,8 +1991,8 @@ public com.google.cloud.asset.v1.SearchAllIamPoliciesResponse searchAllIamPolici * * *
-     * Analyzes {{iam_name_short}} policies to answer which identities have what
-     * accesses on which resources.
+     * Analyzes IAM policies to answer which identities have what accesses on
+     * which resources.
      * 
*/ public com.google.cloud.asset.v1.AnalyzeIamPolicyResponse analyzeIamPolicy( @@ -2012,17 +2005,15 @@ public com.google.cloud.asset.v1.AnalyzeIamPolicyResponse analyzeIamPolicy( * * *
-     * Analyzes {{iam_name_short}} policies asynchronously to answer which
-     * identities have what accesses on which resources, and writes the analysis
-     * results to a Google
-     * {{storage_name}} or a {{bigquery_name}} destination. For {{storage_name}}
-     * destination, the output format is the JSON format that represents a
-     * [AnalyzeIamPolicyResponse][google.cloud.asset.v1.AnalyzeIamPolicyResponse].
-     * This method implements the
-     * [google.longrunning.Operation][google.longrunning.Operation], which allows
-     * you to track the operation status. We recommend intervals of at least 2
-     * seconds with exponential backoff retry to poll the operation result. The
-     * metadata contains the metadata for the long-running operation.
+     * Analyzes IAM policies asynchronously to answer which identities have what
+     * accesses on which resources, and writes the analysis results to a Google
+     * Cloud Storage or a BigQuery destination. For Cloud Storage destination, the
+     * output format is the JSON format that represents a
+     * [AnalyzeIamPolicyResponse][google.cloud.asset.v1.AnalyzeIamPolicyResponse]. This method implements the
+     * [google.longrunning.Operation][google.longrunning.Operation], which allows you to track the operation
+     * status. We recommend intervals of at least 2 seconds with exponential
+     * backoff retry to poll the operation result. The metadata contains the
+     * metadata for the long-running operation.
      * 
*/ public com.google.longrunning.Operation analyzeIamPolicyLongrunning( @@ -2053,14 +2044,14 @@ public com.google.cloud.asset.v1.AnalyzeMoveResponse analyzeMove( * *
      * Issue a job that queries assets using a SQL statement compatible with
-     * [{{bigquery_name}} Standard
+     * [BigQuery Standard
      * SQL](http://cloud/bigquery/docs/reference/standard-sql/enabling-standard-sql).
      * If the query execution finishes within timeout and there's no pagination,
      * the full query results will be returned in the `QueryAssetsResponse`.
      * Otherwise, full query results can be obtained by issuing extra requests
      * with the `job_reference` from the a previous `QueryAssets` call.
      * Note, the query result has approximately 10 GB limitation enforced by
-     * {{bigquery_name}}
+     * BigQuery
      * https://cloud.google.com/bigquery/docs/best-practices-performance-output,
      * queries return larger results will result in errors.
      * 
@@ -2140,7 +2131,7 @@ public com.google.protobuf.Empty deleteSavedQuery( * * *
-     * Gets effective {{iam_name_short}} policies for a batch of resources.
+     * Gets effective IAM policies for a batch of resources.
      * 
*/ public com.google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse @@ -2174,17 +2165,16 @@ protected AssetServiceFutureStub build( * * *
-     * Exports assets with time and resource types to a given {{storage_name}}
-     * location/{{bigquery_name}} table. For {{storage_name}} location
-     * destinations, the output format is newline-delimited JSON. Each line
-     * represents a [google.cloud.asset.v1.Asset][google.cloud.asset.v1.Asset] in
-     * the JSON format; for {{bigquery_name}} table destinations, the output table
-     * stores the fields in asset Protobuf as columns. This API implements the
-     * [google.longrunning.Operation][google.longrunning.Operation] API, which
-     * allows you to keep track of the export. We recommend intervals of at least
-     * 2 seconds with exponential retry to poll the export operation result. For
-     * regular-size resource parent, the export operation usually finishes within
-     * 5 minutes.
+     * Exports assets with time and resource types to a given Cloud Storage
+     * location/BigQuery table. For Cloud Storage location destinations, the
+     * output format is newline-delimited JSON. Each line represents a
+     * [google.cloud.asset.v1.Asset][google.cloud.asset.v1.Asset] in the JSON format; for BigQuery table
+     * destinations, the output table stores the fields in asset Protobuf as
+     * columns. This API implements the [google.longrunning.Operation][google.longrunning.Operation] API,
+     * which allows you to keep track of the export. We recommend intervals of at
+     * least 2 seconds with exponential retry to poll the export operation result.
+     * For regular-size resource parent, the export operation usually finishes
+     * within 5 minutes.
      * 
*/ public com.google.common.util.concurrent.ListenableFuture @@ -2214,7 +2204,7 @@ protected AssetServiceFutureStub build( *
      * Batch gets the update history of assets that overlap a time window.
      * For IAM_POLICY content, this API outputs history when the asset and its
-     * attached IAM_POLICY both exist. This can create gaps in the output history.
+     * attached IAM POLICY both exist. This can create gaps in the output history.
      * Otherwise, this API outputs history with asset in both non-delete or
      * deleted status.
      * If a specified asset does not exist, this API returns an INVALID_ARGUMENT
@@ -2299,8 +2289,8 @@ public com.google.common.util.concurrent.ListenableFuture
-     * Searches all {{gcp_name}} resources within the specified scope, such as a
-     * project, folder, or organization. The caller must be granted the
+     * Searches all Cloud resources within the specified scope, such as a project,
+     * folder, or organization. The caller must be granted the
      * `cloudasset.assets.searchAllResources` permission on the desired scope,
      * otherwise the request will be rejected.
      * 
@@ -2316,8 +2306,8 @@ public com.google.common.util.concurrent.ListenableFuture - * Searches all {{iam_name_short}} policies within the specified scope, such - * as a project, folder, or organization. The caller must be granted the + * Searches all IAM policies within the specified scope, such as a project, + * folder, or organization. The caller must be granted the * `cloudasset.assets.searchAllIamPolicies` permission on the desired scope, * otherwise the request will be rejected. *
@@ -2333,8 +2323,8 @@ public com.google.common.util.concurrent.ListenableFuture - * Analyzes {{iam_name_short}} policies to answer which identities have what - * accesses on which resources. + * Analyzes IAM policies to answer which identities have what accesses on + * which resources. *
*/ public com.google.common.util.concurrent.ListenableFuture< @@ -2348,17 +2338,15 @@ public com.google.common.util.concurrent.ListenableFuture - * Analyzes {{iam_name_short}} policies asynchronously to answer which - * identities have what accesses on which resources, and writes the analysis - * results to a Google - * {{storage_name}} or a {{bigquery_name}} destination. For {{storage_name}} - * destination, the output format is the JSON format that represents a - * [AnalyzeIamPolicyResponse][google.cloud.asset.v1.AnalyzeIamPolicyResponse]. - * This method implements the - * [google.longrunning.Operation][google.longrunning.Operation], which allows - * you to track the operation status. We recommend intervals of at least 2 - * seconds with exponential backoff retry to poll the operation result. The - * metadata contains the metadata for the long-running operation. + * Analyzes IAM policies asynchronously to answer which identities have what + * accesses on which resources, and writes the analysis results to a Google + * Cloud Storage or a BigQuery destination. For Cloud Storage destination, the + * output format is the JSON format that represents a + * [AnalyzeIamPolicyResponse][google.cloud.asset.v1.AnalyzeIamPolicyResponse]. This method implements the + * [google.longrunning.Operation][google.longrunning.Operation], which allows you to track the operation + * status. We recommend intervals of at least 2 seconds with exponential + * backoff retry to poll the operation result. The metadata contains the + * metadata for the long-running operation. *
*/ public com.google.common.util.concurrent.ListenableFuture @@ -2391,14 +2379,14 @@ public com.google.common.util.concurrent.ListenableFuture * Issue a job that queries assets using a SQL statement compatible with - * [{{bigquery_name}} Standard + * [BigQuery Standard * SQL](http://cloud/bigquery/docs/reference/standard-sql/enabling-standard-sql). * If the query execution finishes within timeout and there's no pagination, * the full query results will be returned in the `QueryAssetsResponse`. * Otherwise, full query results can be obtained by issuing extra requests * with the `job_reference` from the a previous `QueryAssets` call. * Note, the query result has approximately 10 GB limitation enforced by - * {{bigquery_name}} + * BigQuery * https://cloud.google.com/bigquery/docs/best-practices-performance-output, * queries return larger results will result in errors. * @@ -2480,7 +2468,7 @@ public com.google.common.util.concurrent.ListenableFuture - * Gets effective {{iam_name_short}} policies for a batch of resources. + * Gets effective IAM policies for a batch of resources. * */ public com.google.common.util.concurrent.ListenableFuture< diff --git a/java-asset/grpc-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/AssetServiceGrpc.java b/java-asset/grpc-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/AssetServiceGrpc.java index e84975c42326..1190e5a9c825 100644 --- a/java-asset/grpc-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/AssetServiceGrpc.java +++ b/java-asset/grpc-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/AssetServiceGrpc.java @@ -185,7 +185,7 @@ public abstract static class AssetServiceImplBase implements io.grpc.BindableSer * * *
-     * Searches all the resources under a given accessible {{crm_name}} scope
+     * Searches all the resources under a given accessible CRM scope
      * (project/folder/organization). This RPC gives callers
      * especially admins the ability to search all the resources under a scope,
      * even if they don't have .get permission of all the resources. Callers
@@ -205,13 +205,12 @@ public void searchAllResources(
      *
      *
      * 
-     * Searches all the {{iam_name_short}} policies under a given accessible
-     * {{crm_name}} scope (project/folder/organization). This RPC gives callers
-     * especially admins the ability to search all the {{iam_name_short}} policies
-     * under a scope, even if they don't have .getIamPolicy permission of all the
-     * {{iam_name_short}} policies. Callers should have
-     * cloud.assets.SearchAllIamPolicies permission on the requested scope,
-     * otherwise it will be rejected.
+     * Searches all the IAM policies under a given accessible CRM scope
+     * (project/folder/organization). This RPC gives callers
+     * especially admins the ability to search all the IAM policies under a scope,
+     * even if they don't have .getIamPolicy permission of all the IAM policies.
+     * Callers should have cloud.assets.SearchAllIamPolicies permission on the
+     * requested scope, otherwise it will be rejected.
      * 
*/ public void searchAllIamPolicies( @@ -265,7 +264,7 @@ protected AssetServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions ca * * *
-     * Searches all the resources under a given accessible {{crm_name}} scope
+     * Searches all the resources under a given accessible CRM scope
      * (project/folder/organization). This RPC gives callers
      * especially admins the ability to search all the resources under a scope,
      * even if they don't have .get permission of all the resources. Callers
@@ -287,13 +286,12 @@ public void searchAllResources(
      *
      *
      * 
-     * Searches all the {{iam_name_short}} policies under a given accessible
-     * {{crm_name}} scope (project/folder/organization). This RPC gives callers
-     * especially admins the ability to search all the {{iam_name_short}} policies
-     * under a scope, even if they don't have .getIamPolicy permission of all the
-     * {{iam_name_short}} policies. Callers should have
-     * cloud.assets.SearchAllIamPolicies permission on the requested scope,
-     * otherwise it will be rejected.
+     * Searches all the IAM policies under a given accessible CRM scope
+     * (project/folder/organization). This RPC gives callers
+     * especially admins the ability to search all the IAM policies under a scope,
+     * even if they don't have .getIamPolicy permission of all the IAM policies.
+     * Callers should have cloud.assets.SearchAllIamPolicies permission on the
+     * requested scope, otherwise it will be rejected.
      * 
*/ public void searchAllIamPolicies( @@ -330,7 +328,7 @@ protected AssetServiceBlockingStub build( * * *
-     * Searches all the resources under a given accessible {{crm_name}} scope
+     * Searches all the resources under a given accessible CRM scope
      * (project/folder/organization). This RPC gives callers
      * especially admins the ability to search all the resources under a scope,
      * even if they don't have .get permission of all the resources. Callers
@@ -348,13 +346,12 @@ public com.google.cloud.asset.v1p1beta1.SearchAllResourcesResponse searchAllReso
      *
      *
      * 
-     * Searches all the {{iam_name_short}} policies under a given accessible
-     * {{crm_name}} scope (project/folder/organization). This RPC gives callers
-     * especially admins the ability to search all the {{iam_name_short}} policies
-     * under a scope, even if they don't have .getIamPolicy permission of all the
-     * {{iam_name_short}} policies. Callers should have
-     * cloud.assets.SearchAllIamPolicies permission on the requested scope,
-     * otherwise it will be rejected.
+     * Searches all the IAM policies under a given accessible CRM scope
+     * (project/folder/organization). This RPC gives callers
+     * especially admins the ability to search all the IAM policies under a scope,
+     * even if they don't have .getIamPolicy permission of all the IAM policies.
+     * Callers should have cloud.assets.SearchAllIamPolicies permission on the
+     * requested scope, otherwise it will be rejected.
      * 
*/ public com.google.cloud.asset.v1p1beta1.SearchAllIamPoliciesResponse searchAllIamPolicies( @@ -387,7 +384,7 @@ protected AssetServiceFutureStub build( * * *
-     * Searches all the resources under a given accessible {{crm_name}} scope
+     * Searches all the resources under a given accessible CRM scope
      * (project/folder/organization). This RPC gives callers
      * especially admins the ability to search all the resources under a scope,
      * even if they don't have .get permission of all the resources. Callers
@@ -406,13 +403,12 @@ protected AssetServiceFutureStub build(
      *
      *
      * 
-     * Searches all the {{iam_name_short}} policies under a given accessible
-     * {{crm_name}} scope (project/folder/organization). This RPC gives callers
-     * especially admins the ability to search all the {{iam_name_short}} policies
-     * under a scope, even if they don't have .getIamPolicy permission of all the
-     * {{iam_name_short}} policies. Callers should have
-     * cloud.assets.SearchAllIamPolicies permission on the requested scope,
-     * otherwise it will be rejected.
+     * Searches all the IAM policies under a given accessible CRM scope
+     * (project/folder/organization). This RPC gives callers
+     * especially admins the ability to search all the IAM policies under a scope,
+     * even if they don't have .getIamPolicy permission of all the IAM policies.
+     * Callers should have cloud.assets.SearchAllIamPolicies permission on the
+     * requested scope, otherwise it will be rejected.
      * 
*/ public com.google.common.util.concurrent.ListenableFuture< diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/AnalyzeIamPolicyLongrunningRequest.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/AnalyzeIamPolicyLongrunningRequest.java index b737684f408f..0c935ae74240 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/AnalyzeIamPolicyLongrunningRequest.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/AnalyzeIamPolicyLongrunningRequest.java @@ -22,8 +22,7 @@ * * *
- * A request message for
- * [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning].
+ * A request message for [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning].
  * 
* * Protobuf type {@code google.cloud.asset.v1.AnalyzeIamPolicyLongrunningRequest} @@ -202,8 +201,7 @@ public com.google.protobuf.ByteString getSavedAnalysisQueryBytes() { * * *
-   * Required. Output configuration indicating where the results will be output
-   * to.
+   * Required. Output configuration indicating where the results will be output to.
    * 
* * @@ -220,8 +218,7 @@ public boolean hasOutputConfig() { * * *
-   * Required. Output configuration indicating where the results will be output
-   * to.
+   * Required. Output configuration indicating where the results will be output to.
    * 
* * @@ -240,8 +237,7 @@ public com.google.cloud.asset.v1.IamPolicyAnalysisOutputConfig getOutputConfig() * * *
-   * Required. Output configuration indicating where the results will be output
-   * to.
+   * Required. Output configuration indicating where the results will be output to.
    * 
* * @@ -446,8 +442,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * A request message for
-   * [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning].
+   * A request message for [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning].
    * 
* * Protobuf type {@code google.cloud.asset.v1.AnalyzeIamPolicyLongrunningRequest} @@ -1036,8 +1031,7 @@ public Builder setSavedAnalysisQueryBytes(com.google.protobuf.ByteString value) * * *
-     * Required. Output configuration indicating where the results will be output
-     * to.
+     * Required. Output configuration indicating where the results will be output to.
      * 
* * @@ -1053,8 +1047,7 @@ public boolean hasOutputConfig() { * * *
-     * Required. Output configuration indicating where the results will be output
-     * to.
+     * Required. Output configuration indicating where the results will be output to.
      * 
* * @@ -1076,8 +1069,7 @@ public com.google.cloud.asset.v1.IamPolicyAnalysisOutputConfig getOutputConfig() * * *
-     * Required. Output configuration indicating where the results will be output
-     * to.
+     * Required. Output configuration indicating where the results will be output to.
      * 
* * @@ -1101,8 +1093,7 @@ public Builder setOutputConfig(com.google.cloud.asset.v1.IamPolicyAnalysisOutput * * *
-     * Required. Output configuration indicating where the results will be output
-     * to.
+     * Required. Output configuration indicating where the results will be output to.
      * 
* * @@ -1124,8 +1115,7 @@ public Builder setOutputConfig( * * *
-     * Required. Output configuration indicating where the results will be output
-     * to.
+     * Required. Output configuration indicating where the results will be output to.
      * 
* * @@ -1154,8 +1144,7 @@ public Builder mergeOutputConfig( * * *
-     * Required. Output configuration indicating where the results will be output
-     * to.
+     * Required. Output configuration indicating where the results will be output to.
      * 
* * @@ -1177,8 +1166,7 @@ public Builder clearOutputConfig() { * * *
-     * Required. Output configuration indicating where the results will be output
-     * to.
+     * Required. Output configuration indicating where the results will be output to.
      * 
* * @@ -1195,8 +1183,7 @@ public Builder clearOutputConfig() { * * *
-     * Required. Output configuration indicating where the results will be output
-     * to.
+     * Required. Output configuration indicating where the results will be output to.
      * 
* * @@ -1217,8 +1204,7 @@ public Builder clearOutputConfig() { * * *
-     * Required. Output configuration indicating where the results will be output
-     * to.
+     * Required. Output configuration indicating where the results will be output to.
      * 
* * diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/AnalyzeIamPolicyLongrunningRequestOrBuilder.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/AnalyzeIamPolicyLongrunningRequestOrBuilder.java index 37d5b61146f4..68668cfee79e 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/AnalyzeIamPolicyLongrunningRequestOrBuilder.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/AnalyzeIamPolicyLongrunningRequestOrBuilder.java @@ -117,8 +117,7 @@ public interface AnalyzeIamPolicyLongrunningRequestOrBuilder * * *
-   * Required. Output configuration indicating where the results will be output
-   * to.
+   * Required. Output configuration indicating where the results will be output to.
    * 
* * @@ -132,8 +131,7 @@ public interface AnalyzeIamPolicyLongrunningRequestOrBuilder * * *
-   * Required. Output configuration indicating where the results will be output
-   * to.
+   * Required. Output configuration indicating where the results will be output to.
    * 
* * @@ -147,8 +145,7 @@ public interface AnalyzeIamPolicyLongrunningRequestOrBuilder * * *
-   * Required. Output configuration indicating where the results will be output
-   * to.
+   * Required. Output configuration indicating where the results will be output to.
    * 
* * diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/AnalyzeIamPolicyLongrunningResponse.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/AnalyzeIamPolicyLongrunningResponse.java index 8265b9f5296d..3670a53f2871 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/AnalyzeIamPolicyLongrunningResponse.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/AnalyzeIamPolicyLongrunningResponse.java @@ -22,8 +22,7 @@ * * *
- * A response message for
- * [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning].
+ * A response message for [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning].
  * 
* * Protobuf type {@code google.cloud.asset.v1.AnalyzeIamPolicyLongrunningResponse} @@ -223,8 +222,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * A response message for
-   * [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning].
+   * A response message for [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning].
    * 
* * Protobuf type {@code google.cloud.asset.v1.AnalyzeIamPolicyLongrunningResponse} diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/AnalyzeIamPolicyRequest.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/AnalyzeIamPolicyRequest.java index 8056eb3c3b97..a844cf105db1 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/AnalyzeIamPolicyRequest.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/AnalyzeIamPolicyRequest.java @@ -22,8 +22,7 @@ * * *
- * A request message for
- * [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy].
+ * A request message for [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy].
  * 
* * Protobuf type {@code google.cloud.asset.v1.AnalyzeIamPolicyRequest} @@ -201,8 +200,7 @@ public com.google.protobuf.ByteString getSavedAnalysisQueryBytes() { * * *
-   * Optional. Amount of time executable has to complete.  See JSON
-   * representation of
+   * Optional. Amount of time executable has to complete.  See JSON representation of
    * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json).
    * If this field is set with a value less than the RPC deadline, and the
    * execution of your query hasn't finished in the specified
@@ -226,8 +224,7 @@ public boolean hasExecutionTimeout() {
    *
    *
    * 
-   * Optional. Amount of time executable has to complete.  See JSON
-   * representation of
+   * Optional. Amount of time executable has to complete.  See JSON representation of
    * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json).
    * If this field is set with a value less than the RPC deadline, and the
    * execution of your query hasn't finished in the specified
@@ -253,8 +250,7 @@ public com.google.protobuf.Duration getExecutionTimeout() {
    *
    *
    * 
-   * Optional. Amount of time executable has to complete.  See JSON
-   * representation of
+   * Optional. Amount of time executable has to complete.  See JSON representation of
    * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json).
    * If this field is set with a value less than the RPC deadline, and the
    * execution of your query hasn't finished in the specified
@@ -464,8 +460,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    *
    * 
-   * A request message for
-   * [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy].
+   * A request message for [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy].
    * 
* * Protobuf type {@code google.cloud.asset.v1.AnalyzeIamPolicyRequest} @@ -1053,8 +1048,7 @@ public Builder setSavedAnalysisQueryBytes(com.google.protobuf.ByteString value) * * *
-     * Optional. Amount of time executable has to complete.  See JSON
-     * representation of
+     * Optional. Amount of time executable has to complete.  See JSON representation of
      * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json).
      * If this field is set with a value less than the RPC deadline, and the
      * execution of your query hasn't finished in the specified
@@ -1077,8 +1071,7 @@ public boolean hasExecutionTimeout() {
      *
      *
      * 
-     * Optional. Amount of time executable has to complete.  See JSON
-     * representation of
+     * Optional. Amount of time executable has to complete.  See JSON representation of
      * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json).
      * If this field is set with a value less than the RPC deadline, and the
      * execution of your query hasn't finished in the specified
@@ -1107,8 +1100,7 @@ public com.google.protobuf.Duration getExecutionTimeout() {
      *
      *
      * 
-     * Optional. Amount of time executable has to complete.  See JSON
-     * representation of
+     * Optional. Amount of time executable has to complete.  See JSON representation of
      * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json).
      * If this field is set with a value less than the RPC deadline, and the
      * execution of your query hasn't finished in the specified
@@ -1139,8 +1131,7 @@ public Builder setExecutionTimeout(com.google.protobuf.Duration value) {
      *
      *
      * 
-     * Optional. Amount of time executable has to complete.  See JSON
-     * representation of
+     * Optional. Amount of time executable has to complete.  See JSON representation of
      * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json).
      * If this field is set with a value less than the RPC deadline, and the
      * execution of your query hasn't finished in the specified
@@ -1168,8 +1159,7 @@ public Builder setExecutionTimeout(com.google.protobuf.Duration.Builder builderF
      *
      *
      * 
-     * Optional. Amount of time executable has to complete.  See JSON
-     * representation of
+     * Optional. Amount of time executable has to complete.  See JSON representation of
      * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json).
      * If this field is set with a value less than the RPC deadline, and the
      * execution of your query hasn't finished in the specified
@@ -1204,8 +1194,7 @@ public Builder mergeExecutionTimeout(com.google.protobuf.Duration value) {
      *
      *
      * 
-     * Optional. Amount of time executable has to complete.  See JSON
-     * representation of
+     * Optional. Amount of time executable has to complete.  See JSON representation of
      * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json).
      * If this field is set with a value less than the RPC deadline, and the
      * execution of your query hasn't finished in the specified
@@ -1234,8 +1223,7 @@ public Builder clearExecutionTimeout() {
      *
      *
      * 
-     * Optional. Amount of time executable has to complete.  See JSON
-     * representation of
+     * Optional. Amount of time executable has to complete.  See JSON representation of
      * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json).
      * If this field is set with a value less than the RPC deadline, and the
      * execution of your query hasn't finished in the specified
@@ -1258,8 +1246,7 @@ public com.google.protobuf.Duration.Builder getExecutionTimeoutBuilder() {
      *
      *
      * 
-     * Optional. Amount of time executable has to complete.  See JSON
-     * representation of
+     * Optional. Amount of time executable has to complete.  See JSON representation of
      * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json).
      * If this field is set with a value less than the RPC deadline, and the
      * execution of your query hasn't finished in the specified
@@ -1286,8 +1273,7 @@ public com.google.protobuf.DurationOrBuilder getExecutionTimeoutOrBuilder() {
      *
      *
      * 
-     * Optional. Amount of time executable has to complete.  See JSON
-     * representation of
+     * Optional. Amount of time executable has to complete.  See JSON representation of
      * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json).
      * If this field is set with a value less than the RPC deadline, and the
      * execution of your query hasn't finished in the specified
diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/AnalyzeIamPolicyRequestOrBuilder.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/AnalyzeIamPolicyRequestOrBuilder.java
index 6c1c7d4abc83..412e3af762ac 100644
--- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/AnalyzeIamPolicyRequestOrBuilder.java
+++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/AnalyzeIamPolicyRequestOrBuilder.java
@@ -117,8 +117,7 @@ public interface AnalyzeIamPolicyRequestOrBuilder
    *
    *
    * 
-   * Optional. Amount of time executable has to complete.  See JSON
-   * representation of
+   * Optional. Amount of time executable has to complete.  See JSON representation of
    * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json).
    * If this field is set with a value less than the RPC deadline, and the
    * execution of your query hasn't finished in the specified
@@ -139,8 +138,7 @@ public interface AnalyzeIamPolicyRequestOrBuilder
    *
    *
    * 
-   * Optional. Amount of time executable has to complete.  See JSON
-   * representation of
+   * Optional. Amount of time executable has to complete.  See JSON representation of
    * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json).
    * If this field is set with a value less than the RPC deadline, and the
    * execution of your query hasn't finished in the specified
@@ -161,8 +159,7 @@ public interface AnalyzeIamPolicyRequestOrBuilder
    *
    *
    * 
-   * Optional. Amount of time executable has to complete.  See JSON
-   * representation of
+   * Optional. Amount of time executable has to complete.  See JSON representation of
    * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json).
    * If this field is set with a value less than the RPC deadline, and the
    * execution of your query hasn't finished in the specified
diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/AnalyzeIamPolicyResponse.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/AnalyzeIamPolicyResponse.java
index a4c0819a8391..06bef67dc804 100644
--- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/AnalyzeIamPolicyResponse.java
+++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/AnalyzeIamPolicyResponse.java
@@ -22,8 +22,7 @@
  *
  *
  * 
- * A response message for
- * [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy].
+ * A response message for [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy].
  * 
* * Protobuf type {@code google.cloud.asset.v1.AnalyzeIamPolicyResponse} @@ -112,9 +111,8 @@ public interface IamPolicyAnalysisOrBuilder * * *
-     * A list of
-     * [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult]
-     * that matches the analysis query, or empty if no result is found.
+     * A list of [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult] that matches the analysis query, or
+     * empty if no result is found.
      * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult analysis_results = 2; @@ -124,9 +122,8 @@ public interface IamPolicyAnalysisOrBuilder * * *
-     * A list of
-     * [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult]
-     * that matches the analysis query, or empty if no result is found.
+     * A list of [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult] that matches the analysis query, or
+     * empty if no result is found.
      * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult analysis_results = 2; @@ -136,9 +133,8 @@ public interface IamPolicyAnalysisOrBuilder * * *
-     * A list of
-     * [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult]
-     * that matches the analysis query, or empty if no result is found.
+     * A list of [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult] that matches the analysis query, or
+     * empty if no result is found.
      * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult analysis_results = 2; @@ -148,9 +144,8 @@ public interface IamPolicyAnalysisOrBuilder * * *
-     * A list of
-     * [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult]
-     * that matches the analysis query, or empty if no result is found.
+     * A list of [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult] that matches the analysis query, or
+     * empty if no result is found.
      * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult analysis_results = 2; @@ -161,9 +156,8 @@ public interface IamPolicyAnalysisOrBuilder * * *
-     * A list of
-     * [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult]
-     * that matches the analysis query, or empty if no result is found.
+     * A list of [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult] that matches the analysis query, or
+     * empty if no result is found.
      * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult analysis_results = 2; @@ -175,9 +169,8 @@ com.google.cloud.asset.v1.IamPolicyAnalysisResultOrBuilder getAnalysisResultsOrB * * *
-     * Represents whether all entries in the
-     * [analysis_results][google.cloud.asset.v1.AnalyzeIamPolicyResponse.IamPolicyAnalysis.analysis_results]
-     * have been fully explored to answer the query.
+     * Represents whether all entries in the [analysis_results][google.cloud.asset.v1.AnalyzeIamPolicyResponse.IamPolicyAnalysis.analysis_results] have been
+     * fully explored to answer the query.
      * 
* * bool fully_explored = 3; @@ -343,9 +336,8 @@ public com.google.cloud.asset.v1.IamPolicyAnalysisQueryOrBuilder getAnalysisQuer * * *
-     * A list of
-     * [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult]
-     * that matches the analysis query, or empty if no result is found.
+     * A list of [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult] that matches the analysis query, or
+     * empty if no result is found.
      * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult analysis_results = 2; @@ -359,9 +351,8 @@ public com.google.cloud.asset.v1.IamPolicyAnalysisQueryOrBuilder getAnalysisQuer * * *
-     * A list of
-     * [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult]
-     * that matches the analysis query, or empty if no result is found.
+     * A list of [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult] that matches the analysis query, or
+     * empty if no result is found.
      * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult analysis_results = 2; @@ -375,9 +366,8 @@ public com.google.cloud.asset.v1.IamPolicyAnalysisQueryOrBuilder getAnalysisQuer * * *
-     * A list of
-     * [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult]
-     * that matches the analysis query, or empty if no result is found.
+     * A list of [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult] that matches the analysis query, or
+     * empty if no result is found.
      * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult analysis_results = 2; @@ -390,9 +380,8 @@ public int getAnalysisResultsCount() { * * *
-     * A list of
-     * [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult]
-     * that matches the analysis query, or empty if no result is found.
+     * A list of [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult] that matches the analysis query, or
+     * empty if no result is found.
      * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult analysis_results = 2; @@ -405,9 +394,8 @@ public com.google.cloud.asset.v1.IamPolicyAnalysisResult getAnalysisResults(int * * *
-     * A list of
-     * [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult]
-     * that matches the analysis query, or empty if no result is found.
+     * A list of [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult] that matches the analysis query, or
+     * empty if no result is found.
      * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult analysis_results = 2; @@ -424,9 +412,8 @@ public com.google.cloud.asset.v1.IamPolicyAnalysisResultOrBuilder getAnalysisRes * * *
-     * Represents whether all entries in the
-     * [analysis_results][google.cloud.asset.v1.AnalyzeIamPolicyResponse.IamPolicyAnalysis.analysis_results]
-     * have been fully explored to answer the query.
+     * Represents whether all entries in the [analysis_results][google.cloud.asset.v1.AnalyzeIamPolicyResponse.IamPolicyAnalysis.analysis_results] have been
+     * fully explored to answer the query.
      * 
* * bool fully_explored = 3; @@ -1234,9 +1221,8 @@ private void ensureAnalysisResultsIsMutable() { * * *
-       * A list of
-       * [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult]
-       * that matches the analysis query, or empty if no result is found.
+       * A list of [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult] that matches the analysis query, or
+       * empty if no result is found.
        * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult analysis_results = 2; @@ -1253,9 +1239,8 @@ private void ensureAnalysisResultsIsMutable() { * * *
-       * A list of
-       * [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult]
-       * that matches the analysis query, or empty if no result is found.
+       * A list of [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult] that matches the analysis query, or
+       * empty if no result is found.
        * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult analysis_results = 2; @@ -1271,9 +1256,8 @@ public int getAnalysisResultsCount() { * * *
-       * A list of
-       * [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult]
-       * that matches the analysis query, or empty if no result is found.
+       * A list of [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult] that matches the analysis query, or
+       * empty if no result is found.
        * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult analysis_results = 2; @@ -1289,9 +1273,8 @@ public com.google.cloud.asset.v1.IamPolicyAnalysisResult getAnalysisResults(int * * *
-       * A list of
-       * [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult]
-       * that matches the analysis query, or empty if no result is found.
+       * A list of [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult] that matches the analysis query, or
+       * empty if no result is found.
        * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult analysis_results = 2; @@ -1314,9 +1297,8 @@ public Builder setAnalysisResults( * * *
-       * A list of
-       * [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult]
-       * that matches the analysis query, or empty if no result is found.
+       * A list of [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult] that matches the analysis query, or
+       * empty if no result is found.
        * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult analysis_results = 2; @@ -1336,9 +1318,8 @@ public Builder setAnalysisResults( * * *
-       * A list of
-       * [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult]
-       * that matches the analysis query, or empty if no result is found.
+       * A list of [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult] that matches the analysis query, or
+       * empty if no result is found.
        * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult analysis_results = 2; @@ -1360,9 +1341,8 @@ public Builder addAnalysisResults(com.google.cloud.asset.v1.IamPolicyAnalysisRes * * *
-       * A list of
-       * [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult]
-       * that matches the analysis query, or empty if no result is found.
+       * A list of [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult] that matches the analysis query, or
+       * empty if no result is found.
        * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult analysis_results = 2; @@ -1385,9 +1365,8 @@ public Builder addAnalysisResults( * * *
-       * A list of
-       * [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult]
-       * that matches the analysis query, or empty if no result is found.
+       * A list of [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult] that matches the analysis query, or
+       * empty if no result is found.
        * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult analysis_results = 2; @@ -1407,9 +1386,8 @@ public Builder addAnalysisResults( * * *
-       * A list of
-       * [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult]
-       * that matches the analysis query, or empty if no result is found.
+       * A list of [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult] that matches the analysis query, or
+       * empty if no result is found.
        * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult analysis_results = 2; @@ -1429,9 +1407,8 @@ public Builder addAnalysisResults( * * *
-       * A list of
-       * [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult]
-       * that matches the analysis query, or empty if no result is found.
+       * A list of [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult] that matches the analysis query, or
+       * empty if no result is found.
        * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult analysis_results = 2; @@ -1451,9 +1428,8 @@ public Builder addAllAnalysisResults( * * *
-       * A list of
-       * [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult]
-       * that matches the analysis query, or empty if no result is found.
+       * A list of [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult] that matches the analysis query, or
+       * empty if no result is found.
        * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult analysis_results = 2; @@ -1472,9 +1448,8 @@ public Builder clearAnalysisResults() { * * *
-       * A list of
-       * [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult]
-       * that matches the analysis query, or empty if no result is found.
+       * A list of [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult] that matches the analysis query, or
+       * empty if no result is found.
        * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult analysis_results = 2; @@ -1493,9 +1468,8 @@ public Builder removeAnalysisResults(int index) { * * *
-       * A list of
-       * [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult]
-       * that matches the analysis query, or empty if no result is found.
+       * A list of [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult] that matches the analysis query, or
+       * empty if no result is found.
        * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult analysis_results = 2; @@ -1508,9 +1482,8 @@ public com.google.cloud.asset.v1.IamPolicyAnalysisResult.Builder getAnalysisResu * * *
-       * A list of
-       * [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult]
-       * that matches the analysis query, or empty if no result is found.
+       * A list of [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult] that matches the analysis query, or
+       * empty if no result is found.
        * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult analysis_results = 2; @@ -1527,9 +1500,8 @@ public com.google.cloud.asset.v1.IamPolicyAnalysisResultOrBuilder getAnalysisRes * * *
-       * A list of
-       * [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult]
-       * that matches the analysis query, or empty if no result is found.
+       * A list of [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult] that matches the analysis query, or
+       * empty if no result is found.
        * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult analysis_results = 2; @@ -1546,9 +1518,8 @@ public com.google.cloud.asset.v1.IamPolicyAnalysisResultOrBuilder getAnalysisRes * * *
-       * A list of
-       * [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult]
-       * that matches the analysis query, or empty if no result is found.
+       * A list of [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult] that matches the analysis query, or
+       * empty if no result is found.
        * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult analysis_results = 2; @@ -1561,9 +1532,8 @@ public com.google.cloud.asset.v1.IamPolicyAnalysisResult.Builder addAnalysisResu * * *
-       * A list of
-       * [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult]
-       * that matches the analysis query, or empty if no result is found.
+       * A list of [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult] that matches the analysis query, or
+       * empty if no result is found.
        * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult analysis_results = 2; @@ -1578,9 +1548,8 @@ public com.google.cloud.asset.v1.IamPolicyAnalysisResult.Builder addAnalysisResu * * *
-       * A list of
-       * [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult]
-       * that matches the analysis query, or empty if no result is found.
+       * A list of [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult] that matches the analysis query, or
+       * empty if no result is found.
        * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult analysis_results = 2; @@ -1615,9 +1584,8 @@ public com.google.cloud.asset.v1.IamPolicyAnalysisResult.Builder addAnalysisResu * * *
-       * Represents whether all entries in the
-       * [analysis_results][google.cloud.asset.v1.AnalyzeIamPolicyResponse.IamPolicyAnalysis.analysis_results]
-       * have been fully explored to answer the query.
+       * Represents whether all entries in the [analysis_results][google.cloud.asset.v1.AnalyzeIamPolicyResponse.IamPolicyAnalysis.analysis_results] have been
+       * fully explored to answer the query.
        * 
* * bool fully_explored = 3; @@ -1632,9 +1600,8 @@ public boolean getFullyExplored() { * * *
-       * Represents whether all entries in the
-       * [analysis_results][google.cloud.asset.v1.AnalyzeIamPolicyResponse.IamPolicyAnalysis.analysis_results]
-       * have been fully explored to answer the query.
+       * Represents whether all entries in the [analysis_results][google.cloud.asset.v1.AnalyzeIamPolicyResponse.IamPolicyAnalysis.analysis_results] have been
+       * fully explored to answer the query.
        * 
* * bool fully_explored = 3; @@ -1652,9 +1619,8 @@ public Builder setFullyExplored(boolean value) { * * *
-       * Represents whether all entries in the
-       * [analysis_results][google.cloud.asset.v1.AnalyzeIamPolicyResponse.IamPolicyAnalysis.analysis_results]
-       * have been fully explored to answer the query.
+       * Represents whether all entries in the [analysis_results][google.cloud.asset.v1.AnalyzeIamPolicyResponse.IamPolicyAnalysis.analysis_results] have been
+       * fully explored to answer the query.
        * 
* * bool fully_explored = 3; @@ -2268,11 +2234,9 @@ public int getServiceAccountImpersonationAnalysisCount() { * * *
-   * Represents whether all entries in the
-   * [main_analysis][google.cloud.asset.v1.AnalyzeIamPolicyResponse.main_analysis]
-   * and
-   * [service_account_impersonation_analysis][google.cloud.asset.v1.AnalyzeIamPolicyResponse.service_account_impersonation_analysis]
-   * have been fully explored to answer the query in the request.
+   * Represents whether all entries in the [main_analysis][google.cloud.asset.v1.AnalyzeIamPolicyResponse.main_analysis] and
+   * [service_account_impersonation_analysis][google.cloud.asset.v1.AnalyzeIamPolicyResponse.service_account_impersonation_analysis] have been fully explored to
+   * answer the query in the request.
    * 
* * bool fully_explored = 3; @@ -2475,8 +2439,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * A response message for
-   * [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy].
+   * A response message for [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy].
    * 
* * Protobuf type {@code google.cloud.asset.v1.AnalyzeIamPolicyResponse} @@ -3386,11 +3349,9 @@ public Builder removeServiceAccountImpersonationAnalysis(int index) { * * *
-     * Represents whether all entries in the
-     * [main_analysis][google.cloud.asset.v1.AnalyzeIamPolicyResponse.main_analysis]
-     * and
-     * [service_account_impersonation_analysis][google.cloud.asset.v1.AnalyzeIamPolicyResponse.service_account_impersonation_analysis]
-     * have been fully explored to answer the query in the request.
+     * Represents whether all entries in the [main_analysis][google.cloud.asset.v1.AnalyzeIamPolicyResponse.main_analysis] and
+     * [service_account_impersonation_analysis][google.cloud.asset.v1.AnalyzeIamPolicyResponse.service_account_impersonation_analysis] have been fully explored to
+     * answer the query in the request.
      * 
* * bool fully_explored = 3; @@ -3405,11 +3366,9 @@ public boolean getFullyExplored() { * * *
-     * Represents whether all entries in the
-     * [main_analysis][google.cloud.asset.v1.AnalyzeIamPolicyResponse.main_analysis]
-     * and
-     * [service_account_impersonation_analysis][google.cloud.asset.v1.AnalyzeIamPolicyResponse.service_account_impersonation_analysis]
-     * have been fully explored to answer the query in the request.
+     * Represents whether all entries in the [main_analysis][google.cloud.asset.v1.AnalyzeIamPolicyResponse.main_analysis] and
+     * [service_account_impersonation_analysis][google.cloud.asset.v1.AnalyzeIamPolicyResponse.service_account_impersonation_analysis] have been fully explored to
+     * answer the query in the request.
      * 
* * bool fully_explored = 3; @@ -3427,11 +3386,9 @@ public Builder setFullyExplored(boolean value) { * * *
-     * Represents whether all entries in the
-     * [main_analysis][google.cloud.asset.v1.AnalyzeIamPolicyResponse.main_analysis]
-     * and
-     * [service_account_impersonation_analysis][google.cloud.asset.v1.AnalyzeIamPolicyResponse.service_account_impersonation_analysis]
-     * have been fully explored to answer the query in the request.
+     * Represents whether all entries in the [main_analysis][google.cloud.asset.v1.AnalyzeIamPolicyResponse.main_analysis] and
+     * [service_account_impersonation_analysis][google.cloud.asset.v1.AnalyzeIamPolicyResponse.service_account_impersonation_analysis] have been fully explored to
+     * answer the query in the request.
      * 
* * bool fully_explored = 3; diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/AnalyzeIamPolicyResponseOrBuilder.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/AnalyzeIamPolicyResponseOrBuilder.java index 6b26559c67e1..d55dcdf9ccf0 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/AnalyzeIamPolicyResponseOrBuilder.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/AnalyzeIamPolicyResponseOrBuilder.java @@ -142,11 +142,9 @@ public interface AnalyzeIamPolicyResponseOrBuilder * * *
-   * Represents whether all entries in the
-   * [main_analysis][google.cloud.asset.v1.AnalyzeIamPolicyResponse.main_analysis]
-   * and
-   * [service_account_impersonation_analysis][google.cloud.asset.v1.AnalyzeIamPolicyResponse.service_account_impersonation_analysis]
-   * have been fully explored to answer the query in the request.
+   * Represents whether all entries in the [main_analysis][google.cloud.asset.v1.AnalyzeIamPolicyResponse.main_analysis] and
+   * [service_account_impersonation_analysis][google.cloud.asset.v1.AnalyzeIamPolicyResponse.service_account_impersonation_analysis] have been fully explored to
+   * answer the query in the request.
    * 
* * bool fully_explored = 3; diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/AnalyzeMoveResponse.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/AnalyzeMoveResponse.java index 0b3299af13f5..4a0685f15acb 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/AnalyzeMoveResponse.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/AnalyzeMoveResponse.java @@ -74,7 +74,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * The list of analyses returned from performing the intended resource move
-   * analysis. The analysis is grouped by different {{gcp_name}} services.
+   * analysis. The analysis is grouped by different Cloud services.
    * 
* * repeated .google.cloud.asset.v1.MoveAnalysis move_analysis = 1; @@ -88,7 +88,7 @@ public java.util.List getMoveAnalysisLis * *
    * The list of analyses returned from performing the intended resource move
-   * analysis. The analysis is grouped by different {{gcp_name}} services.
+   * analysis. The analysis is grouped by different Cloud services.
    * 
* * repeated .google.cloud.asset.v1.MoveAnalysis move_analysis = 1; @@ -103,7 +103,7 @@ public java.util.List getMoveAnalysisLis * *
    * The list of analyses returned from performing the intended resource move
-   * analysis. The analysis is grouped by different {{gcp_name}} services.
+   * analysis. The analysis is grouped by different Cloud services.
    * 
* * repeated .google.cloud.asset.v1.MoveAnalysis move_analysis = 1; @@ -117,7 +117,7 @@ public int getMoveAnalysisCount() { * *
    * The list of analyses returned from performing the intended resource move
-   * analysis. The analysis is grouped by different {{gcp_name}} services.
+   * analysis. The analysis is grouped by different Cloud services.
    * 
* * repeated .google.cloud.asset.v1.MoveAnalysis move_analysis = 1; @@ -131,7 +131,7 @@ public com.google.cloud.asset.v1.MoveAnalysis getMoveAnalysis(int index) { * *
    * The list of analyses returned from performing the intended resource move
-   * analysis. The analysis is grouped by different {{gcp_name}} services.
+   * analysis. The analysis is grouped by different Cloud services.
    * 
* * repeated .google.cloud.asset.v1.MoveAnalysis move_analysis = 1; @@ -540,7 +540,7 @@ private void ensureMoveAnalysisIsMutable() { * *
      * The list of analyses returned from performing the intended resource move
-     * analysis. The analysis is grouped by different {{gcp_name}} services.
+     * analysis. The analysis is grouped by different Cloud services.
      * 
* * repeated .google.cloud.asset.v1.MoveAnalysis move_analysis = 1; @@ -557,7 +557,7 @@ public java.util.List getMoveAnalysisLis * *
      * The list of analyses returned from performing the intended resource move
-     * analysis. The analysis is grouped by different {{gcp_name}} services.
+     * analysis. The analysis is grouped by different Cloud services.
      * 
* * repeated .google.cloud.asset.v1.MoveAnalysis move_analysis = 1; @@ -574,7 +574,7 @@ public int getMoveAnalysisCount() { * *
      * The list of analyses returned from performing the intended resource move
-     * analysis. The analysis is grouped by different {{gcp_name}} services.
+     * analysis. The analysis is grouped by different Cloud services.
      * 
* * repeated .google.cloud.asset.v1.MoveAnalysis move_analysis = 1; @@ -591,7 +591,7 @@ public com.google.cloud.asset.v1.MoveAnalysis getMoveAnalysis(int index) { * *
      * The list of analyses returned from performing the intended resource move
-     * analysis. The analysis is grouped by different {{gcp_name}} services.
+     * analysis. The analysis is grouped by different Cloud services.
      * 
* * repeated .google.cloud.asset.v1.MoveAnalysis move_analysis = 1; @@ -614,7 +614,7 @@ public Builder setMoveAnalysis(int index, com.google.cloud.asset.v1.MoveAnalysis * *
      * The list of analyses returned from performing the intended resource move
-     * analysis. The analysis is grouped by different {{gcp_name}} services.
+     * analysis. The analysis is grouped by different Cloud services.
      * 
* * repeated .google.cloud.asset.v1.MoveAnalysis move_analysis = 1; @@ -635,7 +635,7 @@ public Builder setMoveAnalysis( * *
      * The list of analyses returned from performing the intended resource move
-     * analysis. The analysis is grouped by different {{gcp_name}} services.
+     * analysis. The analysis is grouped by different Cloud services.
      * 
* * repeated .google.cloud.asset.v1.MoveAnalysis move_analysis = 1; @@ -658,7 +658,7 @@ public Builder addMoveAnalysis(com.google.cloud.asset.v1.MoveAnalysis value) { * *
      * The list of analyses returned from performing the intended resource move
-     * analysis. The analysis is grouped by different {{gcp_name}} services.
+     * analysis. The analysis is grouped by different Cloud services.
      * 
* * repeated .google.cloud.asset.v1.MoveAnalysis move_analysis = 1; @@ -681,7 +681,7 @@ public Builder addMoveAnalysis(int index, com.google.cloud.asset.v1.MoveAnalysis * *
      * The list of analyses returned from performing the intended resource move
-     * analysis. The analysis is grouped by different {{gcp_name}} services.
+     * analysis. The analysis is grouped by different Cloud services.
      * 
* * repeated .google.cloud.asset.v1.MoveAnalysis move_analysis = 1; @@ -701,7 +701,7 @@ public Builder addMoveAnalysis(com.google.cloud.asset.v1.MoveAnalysis.Builder bu * *
      * The list of analyses returned from performing the intended resource move
-     * analysis. The analysis is grouped by different {{gcp_name}} services.
+     * analysis. The analysis is grouped by different Cloud services.
      * 
* * repeated .google.cloud.asset.v1.MoveAnalysis move_analysis = 1; @@ -722,7 +722,7 @@ public Builder addMoveAnalysis( * *
      * The list of analyses returned from performing the intended resource move
-     * analysis. The analysis is grouped by different {{gcp_name}} services.
+     * analysis. The analysis is grouped by different Cloud services.
      * 
* * repeated .google.cloud.asset.v1.MoveAnalysis move_analysis = 1; @@ -743,7 +743,7 @@ public Builder addAllMoveAnalysis( * *
      * The list of analyses returned from performing the intended resource move
-     * analysis. The analysis is grouped by different {{gcp_name}} services.
+     * analysis. The analysis is grouped by different Cloud services.
      * 
* * repeated .google.cloud.asset.v1.MoveAnalysis move_analysis = 1; @@ -763,7 +763,7 @@ public Builder clearMoveAnalysis() { * *
      * The list of analyses returned from performing the intended resource move
-     * analysis. The analysis is grouped by different {{gcp_name}} services.
+     * analysis. The analysis is grouped by different Cloud services.
      * 
* * repeated .google.cloud.asset.v1.MoveAnalysis move_analysis = 1; @@ -783,7 +783,7 @@ public Builder removeMoveAnalysis(int index) { * *
      * The list of analyses returned from performing the intended resource move
-     * analysis. The analysis is grouped by different {{gcp_name}} services.
+     * analysis. The analysis is grouped by different Cloud services.
      * 
* * repeated .google.cloud.asset.v1.MoveAnalysis move_analysis = 1; @@ -796,7 +796,7 @@ public com.google.cloud.asset.v1.MoveAnalysis.Builder getMoveAnalysisBuilder(int * *
      * The list of analyses returned from performing the intended resource move
-     * analysis. The analysis is grouped by different {{gcp_name}} services.
+     * analysis. The analysis is grouped by different Cloud services.
      * 
* * repeated .google.cloud.asset.v1.MoveAnalysis move_analysis = 1; @@ -813,7 +813,7 @@ public com.google.cloud.asset.v1.MoveAnalysisOrBuilder getMoveAnalysisOrBuilder( * *
      * The list of analyses returned from performing the intended resource move
-     * analysis. The analysis is grouped by different {{gcp_name}} services.
+     * analysis. The analysis is grouped by different Cloud services.
      * 
* * repeated .google.cloud.asset.v1.MoveAnalysis move_analysis = 1; @@ -831,7 +831,7 @@ public com.google.cloud.asset.v1.MoveAnalysisOrBuilder getMoveAnalysisOrBuilder( * *
      * The list of analyses returned from performing the intended resource move
-     * analysis. The analysis is grouped by different {{gcp_name}} services.
+     * analysis. The analysis is grouped by different Cloud services.
      * 
* * repeated .google.cloud.asset.v1.MoveAnalysis move_analysis = 1; @@ -845,7 +845,7 @@ public com.google.cloud.asset.v1.MoveAnalysis.Builder addMoveAnalysisBuilder() { * *
      * The list of analyses returned from performing the intended resource move
-     * analysis. The analysis is grouped by different {{gcp_name}} services.
+     * analysis. The analysis is grouped by different Cloud services.
      * 
* * repeated .google.cloud.asset.v1.MoveAnalysis move_analysis = 1; @@ -859,7 +859,7 @@ public com.google.cloud.asset.v1.MoveAnalysis.Builder addMoveAnalysisBuilder(int * *
      * The list of analyses returned from performing the intended resource move
-     * analysis. The analysis is grouped by different {{gcp_name}} services.
+     * analysis. The analysis is grouped by different Cloud services.
      * 
* * repeated .google.cloud.asset.v1.MoveAnalysis move_analysis = 1; diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/AnalyzeMoveResponseOrBuilder.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/AnalyzeMoveResponseOrBuilder.java index 94a24cd8b8a3..ee10b893d292 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/AnalyzeMoveResponseOrBuilder.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/AnalyzeMoveResponseOrBuilder.java @@ -28,7 +28,7 @@ public interface AnalyzeMoveResponseOrBuilder * *
    * The list of analyses returned from performing the intended resource move
-   * analysis. The analysis is grouped by different {{gcp_name}} services.
+   * analysis. The analysis is grouped by different Cloud services.
    * 
* * repeated .google.cloud.asset.v1.MoveAnalysis move_analysis = 1; @@ -39,7 +39,7 @@ public interface AnalyzeMoveResponseOrBuilder * *
    * The list of analyses returned from performing the intended resource move
-   * analysis. The analysis is grouped by different {{gcp_name}} services.
+   * analysis. The analysis is grouped by different Cloud services.
    * 
* * repeated .google.cloud.asset.v1.MoveAnalysis move_analysis = 1; @@ -50,7 +50,7 @@ public interface AnalyzeMoveResponseOrBuilder * *
    * The list of analyses returned from performing the intended resource move
-   * analysis. The analysis is grouped by different {{gcp_name}} services.
+   * analysis. The analysis is grouped by different Cloud services.
    * 
* * repeated .google.cloud.asset.v1.MoveAnalysis move_analysis = 1; @@ -61,7 +61,7 @@ public interface AnalyzeMoveResponseOrBuilder * *
    * The list of analyses returned from performing the intended resource move
-   * analysis. The analysis is grouped by different {{gcp_name}} services.
+   * analysis. The analysis is grouped by different Cloud services.
    * 
* * repeated .google.cloud.asset.v1.MoveAnalysis move_analysis = 1; @@ -73,7 +73,7 @@ public interface AnalyzeMoveResponseOrBuilder * *
    * The list of analyses returned from performing the intended resource move
-   * analysis. The analysis is grouped by different {{gcp_name}} services.
+   * analysis. The analysis is grouped by different Cloud services.
    * 
* * repeated .google.cloud.asset.v1.MoveAnalysis move_analysis = 1; diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/Asset.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/Asset.java index de95b3a0f946..a9d87f9f995b 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/Asset.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/Asset.java @@ -22,13 +22,13 @@ * * *
- * An asset in {{gcp_name}}. An asset can be any resource in the {{gcp_name}}
+ * An asset in Google Cloud. An asset can be any resource in the Google Cloud
  * [resource
  * hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy),
- * a resource outside the {{gcp_name}} resource hierarchy (such as
- * {{container_name}} clusters and objects), or a policy (e.g.
- * {{iam_name_short}} policy), or a relationship (e.g. an
- * INSTANCE_TO_INSTANCEGROUP relationship). See [Supported asset
+ * a resource outside the Google Cloud resource hierarchy (such as Google
+ * Kubernetes Engine clusters and objects), or a policy (e.g. Cloud IAM policy),
+ * or a relationship (e.g. an INSTANCE_TO_INSTANCEGROUP relationship).
+ * See [Supported asset
  * types](https://cloud.google.com/asset-inventory/docs/supported-asset-types)
  * for more information.
  * 
@@ -340,15 +340,15 @@ public com.google.cloud.asset.v1.ResourceOrBuilder getResourceOrBuilder() { * * *
-   * A representation of the {{iam_name_short}} policy set on a {{gcp_name}}
-   * resource. There can be a maximum of one {{iam_name_short}} policy set on
-   * any given resource. In addition, {{iam_name_short}} policies inherit their
-   * granted access scope from any policies set on parent resources in the
-   * resource hierarchy. Therefore, the effectively policy is the union of both
-   * the policy set on this resource and each policy set on all of the
-   * resource's ancestry resource levels in the hierarchy. See [this
-   * topic](https://cloud.google.com/iam/help/allow-policies/inheritance) for
-   * more information.
+   * A representation of the Cloud IAM policy set on a Google Cloud resource.
+   * There can be a maximum of one Cloud IAM policy set on any given resource.
+   * In addition, Cloud IAM policies inherit their granted access scope from any
+   * policies set on parent resources in the resource hierarchy. Therefore, the
+   * effectively policy is the union of both the policy set on this resource
+   * and each policy set on all of the resource's ancestry resource levels in
+   * the hierarchy. See
+   * [this topic](https://cloud.google.com/iam/help/allow-policies/inheritance)
+   * for more information.
    * 
* * .google.iam.v1.Policy iam_policy = 4; @@ -363,15 +363,15 @@ public boolean hasIamPolicy() { * * *
-   * A representation of the {{iam_name_short}} policy set on a {{gcp_name}}
-   * resource. There can be a maximum of one {{iam_name_short}} policy set on
-   * any given resource. In addition, {{iam_name_short}} policies inherit their
-   * granted access scope from any policies set on parent resources in the
-   * resource hierarchy. Therefore, the effectively policy is the union of both
-   * the policy set on this resource and each policy set on all of the
-   * resource's ancestry resource levels in the hierarchy. See [this
-   * topic](https://cloud.google.com/iam/help/allow-policies/inheritance) for
-   * more information.
+   * A representation of the Cloud IAM policy set on a Google Cloud resource.
+   * There can be a maximum of one Cloud IAM policy set on any given resource.
+   * In addition, Cloud IAM policies inherit their granted access scope from any
+   * policies set on parent resources in the resource hierarchy. Therefore, the
+   * effectively policy is the union of both the policy set on this resource
+   * and each policy set on all of the resource's ancestry resource levels in
+   * the hierarchy. See
+   * [this topic](https://cloud.google.com/iam/help/allow-policies/inheritance)
+   * for more information.
    * 
* * .google.iam.v1.Policy iam_policy = 4; @@ -386,15 +386,15 @@ public com.google.iam.v1.Policy getIamPolicy() { * * *
-   * A representation of the {{iam_name_short}} policy set on a {{gcp_name}}
-   * resource. There can be a maximum of one {{iam_name_short}} policy set on
-   * any given resource. In addition, {{iam_name_short}} policies inherit their
-   * granted access scope from any policies set on parent resources in the
-   * resource hierarchy. Therefore, the effectively policy is the union of both
-   * the policy set on this resource and each policy set on all of the
-   * resource's ancestry resource levels in the hierarchy. See [this
-   * topic](https://cloud.google.com/iam/help/allow-policies/inheritance) for
-   * more information.
+   * A representation of the Cloud IAM policy set on a Google Cloud resource.
+   * There can be a maximum of one Cloud IAM policy set on any given resource.
+   * In addition, Cloud IAM policies inherit their granted access scope from any
+   * policies set on parent resources in the resource hierarchy. Therefore, the
+   * effectively policy is the union of both the policy set on this resource
+   * and each policy set on all of the resource's ancestry resource levels in
+   * the hierarchy. See
+   * [this topic](https://cloud.google.com/iam/help/allow-policies/inheritance)
+   * for more information.
    * 
* * .google.iam.v1.Policy iam_policy = 4; @@ -723,7 +723,7 @@ public com.google.cloud.osconfig.v1.InventoryOrBuilder getOsInventoryOrBuilder() * .google.cloud.asset.v1.RelatedAssets related_assets = 13 [deprecated = true]; * * @deprecated google.cloud.asset.v1.Asset.related_assets is deprecated. See - * google/cloud/asset/v1/assets.proto;l=167 + * google/cloud/asset/v1/assets.proto;l=166 * @return Whether the relatedAssets field is set. */ @java.lang.Override @@ -745,7 +745,7 @@ public boolean hasRelatedAssets() { * .google.cloud.asset.v1.RelatedAssets related_assets = 13 [deprecated = true]; * * @deprecated google.cloud.asset.v1.Asset.related_assets is deprecated. See - * google/cloud/asset/v1/assets.proto;l=167 + * google/cloud/asset/v1/assets.proto;l=166 * @return The relatedAssets. */ @java.lang.Override @@ -828,7 +828,7 @@ public com.google.cloud.asset.v1.RelatedAssetOrBuilder getRelatedAssetOrBuilder( * * *
-   * The ancestry path of an asset in {{gcp_name}} [resource
+   * The ancestry path of an asset in Google Cloud [resource
    * hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy),
    * represented as a list of relative resource names. An ancestry path starts
    * with the closest ancestor in the hierarchy and ends at root. If the asset
@@ -848,7 +848,7 @@ public com.google.protobuf.ProtocolStringList getAncestorsList() {
    *
    *
    * 
-   * The ancestry path of an asset in {{gcp_name}} [resource
+   * The ancestry path of an asset in Google Cloud [resource
    * hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy),
    * represented as a list of relative resource names. An ancestry path starts
    * with the closest ancestor in the hierarchy and ends at root. If the asset
@@ -868,7 +868,7 @@ public int getAncestorsCount() {
    *
    *
    * 
-   * The ancestry path of an asset in {{gcp_name}} [resource
+   * The ancestry path of an asset in Google Cloud [resource
    * hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy),
    * represented as a list of relative resource names. An ancestry path starts
    * with the closest ancestor in the hierarchy and ends at root. If the asset
@@ -889,7 +889,7 @@ public java.lang.String getAncestors(int index) {
    *
    *
    * 
-   * The ancestry path of an asset in {{gcp_name}} [resource
+   * The ancestry path of an asset in Google Cloud [resource
    * hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy),
    * represented as a list of relative resource names. An ancestry path starts
    * with the closest ancestor in the hierarchy and ends at root. If the asset
@@ -1246,13 +1246,13 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    *
    * 
-   * An asset in {{gcp_name}}. An asset can be any resource in the {{gcp_name}}
+   * An asset in Google Cloud. An asset can be any resource in the Google Cloud
    * [resource
    * hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy),
-   * a resource outside the {{gcp_name}} resource hierarchy (such as
-   * {{container_name}} clusters and objects), or a policy (e.g.
-   * {{iam_name_short}} policy), or a relationship (e.g. an
-   * INSTANCE_TO_INSTANCEGROUP relationship). See [Supported asset
+   * a resource outside the Google Cloud resource hierarchy (such as Google
+   * Kubernetes Engine clusters and objects), or a policy (e.g. Cloud IAM policy),
+   * or a relationship (e.g. an INSTANCE_TO_INSTANCEGROUP relationship).
+   * See [Supported asset
    * types](https://cloud.google.com/asset-inventory/docs/supported-asset-types)
    * for more information.
    * 
@@ -2355,15 +2355,15 @@ public com.google.cloud.asset.v1.ResourceOrBuilder getResourceOrBuilder() { * * *
-     * A representation of the {{iam_name_short}} policy set on a {{gcp_name}}
-     * resource. There can be a maximum of one {{iam_name_short}} policy set on
-     * any given resource. In addition, {{iam_name_short}} policies inherit their
-     * granted access scope from any policies set on parent resources in the
-     * resource hierarchy. Therefore, the effectively policy is the union of both
-     * the policy set on this resource and each policy set on all of the
-     * resource's ancestry resource levels in the hierarchy. See [this
-     * topic](https://cloud.google.com/iam/help/allow-policies/inheritance) for
-     * more information.
+     * A representation of the Cloud IAM policy set on a Google Cloud resource.
+     * There can be a maximum of one Cloud IAM policy set on any given resource.
+     * In addition, Cloud IAM policies inherit their granted access scope from any
+     * policies set on parent resources in the resource hierarchy. Therefore, the
+     * effectively policy is the union of both the policy set on this resource
+     * and each policy set on all of the resource's ancestry resource levels in
+     * the hierarchy. See
+     * [this topic](https://cloud.google.com/iam/help/allow-policies/inheritance)
+     * for more information.
      * 
* * .google.iam.v1.Policy iam_policy = 4; @@ -2377,15 +2377,15 @@ public boolean hasIamPolicy() { * * *
-     * A representation of the {{iam_name_short}} policy set on a {{gcp_name}}
-     * resource. There can be a maximum of one {{iam_name_short}} policy set on
-     * any given resource. In addition, {{iam_name_short}} policies inherit their
-     * granted access scope from any policies set on parent resources in the
-     * resource hierarchy. Therefore, the effectively policy is the union of both
-     * the policy set on this resource and each policy set on all of the
-     * resource's ancestry resource levels in the hierarchy. See [this
-     * topic](https://cloud.google.com/iam/help/allow-policies/inheritance) for
-     * more information.
+     * A representation of the Cloud IAM policy set on a Google Cloud resource.
+     * There can be a maximum of one Cloud IAM policy set on any given resource.
+     * In addition, Cloud IAM policies inherit their granted access scope from any
+     * policies set on parent resources in the resource hierarchy. Therefore, the
+     * effectively policy is the union of both the policy set on this resource
+     * and each policy set on all of the resource's ancestry resource levels in
+     * the hierarchy. See
+     * [this topic](https://cloud.google.com/iam/help/allow-policies/inheritance)
+     * for more information.
      * 
* * .google.iam.v1.Policy iam_policy = 4; @@ -2403,15 +2403,15 @@ public com.google.iam.v1.Policy getIamPolicy() { * * *
-     * A representation of the {{iam_name_short}} policy set on a {{gcp_name}}
-     * resource. There can be a maximum of one {{iam_name_short}} policy set on
-     * any given resource. In addition, {{iam_name_short}} policies inherit their
-     * granted access scope from any policies set on parent resources in the
-     * resource hierarchy. Therefore, the effectively policy is the union of both
-     * the policy set on this resource and each policy set on all of the
-     * resource's ancestry resource levels in the hierarchy. See [this
-     * topic](https://cloud.google.com/iam/help/allow-policies/inheritance) for
-     * more information.
+     * A representation of the Cloud IAM policy set on a Google Cloud resource.
+     * There can be a maximum of one Cloud IAM policy set on any given resource.
+     * In addition, Cloud IAM policies inherit their granted access scope from any
+     * policies set on parent resources in the resource hierarchy. Therefore, the
+     * effectively policy is the union of both the policy set on this resource
+     * and each policy set on all of the resource's ancestry resource levels in
+     * the hierarchy. See
+     * [this topic](https://cloud.google.com/iam/help/allow-policies/inheritance)
+     * for more information.
      * 
* * .google.iam.v1.Policy iam_policy = 4; @@ -2433,15 +2433,15 @@ public Builder setIamPolicy(com.google.iam.v1.Policy value) { * * *
-     * A representation of the {{iam_name_short}} policy set on a {{gcp_name}}
-     * resource. There can be a maximum of one {{iam_name_short}} policy set on
-     * any given resource. In addition, {{iam_name_short}} policies inherit their
-     * granted access scope from any policies set on parent resources in the
-     * resource hierarchy. Therefore, the effectively policy is the union of both
-     * the policy set on this resource and each policy set on all of the
-     * resource's ancestry resource levels in the hierarchy. See [this
-     * topic](https://cloud.google.com/iam/help/allow-policies/inheritance) for
-     * more information.
+     * A representation of the Cloud IAM policy set on a Google Cloud resource.
+     * There can be a maximum of one Cloud IAM policy set on any given resource.
+     * In addition, Cloud IAM policies inherit their granted access scope from any
+     * policies set on parent resources in the resource hierarchy. Therefore, the
+     * effectively policy is the union of both the policy set on this resource
+     * and each policy set on all of the resource's ancestry resource levels in
+     * the hierarchy. See
+     * [this topic](https://cloud.google.com/iam/help/allow-policies/inheritance)
+     * for more information.
      * 
* * .google.iam.v1.Policy iam_policy = 4; @@ -2460,15 +2460,15 @@ public Builder setIamPolicy(com.google.iam.v1.Policy.Builder builderForValue) { * * *
-     * A representation of the {{iam_name_short}} policy set on a {{gcp_name}}
-     * resource. There can be a maximum of one {{iam_name_short}} policy set on
-     * any given resource. In addition, {{iam_name_short}} policies inherit their
-     * granted access scope from any policies set on parent resources in the
-     * resource hierarchy. Therefore, the effectively policy is the union of both
-     * the policy set on this resource and each policy set on all of the
-     * resource's ancestry resource levels in the hierarchy. See [this
-     * topic](https://cloud.google.com/iam/help/allow-policies/inheritance) for
-     * more information.
+     * A representation of the Cloud IAM policy set on a Google Cloud resource.
+     * There can be a maximum of one Cloud IAM policy set on any given resource.
+     * In addition, Cloud IAM policies inherit their granted access scope from any
+     * policies set on parent resources in the resource hierarchy. Therefore, the
+     * effectively policy is the union of both the policy set on this resource
+     * and each policy set on all of the resource's ancestry resource levels in
+     * the hierarchy. See
+     * [this topic](https://cloud.google.com/iam/help/allow-policies/inheritance)
+     * for more information.
      * 
* * .google.iam.v1.Policy iam_policy = 4; @@ -2492,15 +2492,15 @@ public Builder mergeIamPolicy(com.google.iam.v1.Policy value) { * * *
-     * A representation of the {{iam_name_short}} policy set on a {{gcp_name}}
-     * resource. There can be a maximum of one {{iam_name_short}} policy set on
-     * any given resource. In addition, {{iam_name_short}} policies inherit their
-     * granted access scope from any policies set on parent resources in the
-     * resource hierarchy. Therefore, the effectively policy is the union of both
-     * the policy set on this resource and each policy set on all of the
-     * resource's ancestry resource levels in the hierarchy. See [this
-     * topic](https://cloud.google.com/iam/help/allow-policies/inheritance) for
-     * more information.
+     * A representation of the Cloud IAM policy set on a Google Cloud resource.
+     * There can be a maximum of one Cloud IAM policy set on any given resource.
+     * In addition, Cloud IAM policies inherit their granted access scope from any
+     * policies set on parent resources in the resource hierarchy. Therefore, the
+     * effectively policy is the union of both the policy set on this resource
+     * and each policy set on all of the resource's ancestry resource levels in
+     * the hierarchy. See
+     * [this topic](https://cloud.google.com/iam/help/allow-policies/inheritance)
+     * for more information.
      * 
* * .google.iam.v1.Policy iam_policy = 4; @@ -2520,15 +2520,15 @@ public Builder clearIamPolicy() { * * *
-     * A representation of the {{iam_name_short}} policy set on a {{gcp_name}}
-     * resource. There can be a maximum of one {{iam_name_short}} policy set on
-     * any given resource. In addition, {{iam_name_short}} policies inherit their
-     * granted access scope from any policies set on parent resources in the
-     * resource hierarchy. Therefore, the effectively policy is the union of both
-     * the policy set on this resource and each policy set on all of the
-     * resource's ancestry resource levels in the hierarchy. See [this
-     * topic](https://cloud.google.com/iam/help/allow-policies/inheritance) for
-     * more information.
+     * A representation of the Cloud IAM policy set on a Google Cloud resource.
+     * There can be a maximum of one Cloud IAM policy set on any given resource.
+     * In addition, Cloud IAM policies inherit their granted access scope from any
+     * policies set on parent resources in the resource hierarchy. Therefore, the
+     * effectively policy is the union of both the policy set on this resource
+     * and each policy set on all of the resource's ancestry resource levels in
+     * the hierarchy. See
+     * [this topic](https://cloud.google.com/iam/help/allow-policies/inheritance)
+     * for more information.
      * 
* * .google.iam.v1.Policy iam_policy = 4; @@ -2542,15 +2542,15 @@ public com.google.iam.v1.Policy.Builder getIamPolicyBuilder() { * * *
-     * A representation of the {{iam_name_short}} policy set on a {{gcp_name}}
-     * resource. There can be a maximum of one {{iam_name_short}} policy set on
-     * any given resource. In addition, {{iam_name_short}} policies inherit their
-     * granted access scope from any policies set on parent resources in the
-     * resource hierarchy. Therefore, the effectively policy is the union of both
-     * the policy set on this resource and each policy set on all of the
-     * resource's ancestry resource levels in the hierarchy. See [this
-     * topic](https://cloud.google.com/iam/help/allow-policies/inheritance) for
-     * more information.
+     * A representation of the Cloud IAM policy set on a Google Cloud resource.
+     * There can be a maximum of one Cloud IAM policy set on any given resource.
+     * In addition, Cloud IAM policies inherit their granted access scope from any
+     * policies set on parent resources in the resource hierarchy. Therefore, the
+     * effectively policy is the union of both the policy set on this resource
+     * and each policy set on all of the resource's ancestry resource levels in
+     * the hierarchy. See
+     * [this topic](https://cloud.google.com/iam/help/allow-policies/inheritance)
+     * for more information.
      * 
* * .google.iam.v1.Policy iam_policy = 4; @@ -2566,15 +2566,15 @@ public com.google.iam.v1.PolicyOrBuilder getIamPolicyOrBuilder() { * * *
-     * A representation of the {{iam_name_short}} policy set on a {{gcp_name}}
-     * resource. There can be a maximum of one {{iam_name_short}} policy set on
-     * any given resource. In addition, {{iam_name_short}} policies inherit their
-     * granted access scope from any policies set on parent resources in the
-     * resource hierarchy. Therefore, the effectively policy is the union of both
-     * the policy set on this resource and each policy set on all of the
-     * resource's ancestry resource levels in the hierarchy. See [this
-     * topic](https://cloud.google.com/iam/help/allow-policies/inheritance) for
-     * more information.
+     * A representation of the Cloud IAM policy set on a Google Cloud resource.
+     * There can be a maximum of one Cloud IAM policy set on any given resource.
+     * In addition, Cloud IAM policies inherit their granted access scope from any
+     * policies set on parent resources in the resource hierarchy. Therefore, the
+     * effectively policy is the union of both the policy set on this resource
+     * and each policy set on all of the resource's ancestry resource levels in
+     * the hierarchy. See
+     * [this topic](https://cloud.google.com/iam/help/allow-policies/inheritance)
+     * for more information.
      * 
* * .google.iam.v1.Policy iam_policy = 4; @@ -3898,7 +3898,7 @@ public com.google.cloud.osconfig.v1.InventoryOrBuilder getOsInventoryOrBuilder() * .google.cloud.asset.v1.RelatedAssets related_assets = 13 [deprecated = true]; * * @deprecated google.cloud.asset.v1.Asset.related_assets is deprecated. See - * google/cloud/asset/v1/assets.proto;l=167 + * google/cloud/asset/v1/assets.proto;l=166 * @return Whether the relatedAssets field is set. */ @java.lang.Deprecated @@ -3919,7 +3919,7 @@ public boolean hasRelatedAssets() { * .google.cloud.asset.v1.RelatedAssets related_assets = 13 [deprecated = true]; * * @deprecated google.cloud.asset.v1.Asset.related_assets is deprecated. See - * google/cloud/asset/v1/assets.proto;l=167 + * google/cloud/asset/v1/assets.proto;l=166 * @return The relatedAssets. */ @java.lang.Deprecated @@ -4310,7 +4310,7 @@ private void ensureAncestorsIsMutable() { * * *
-     * The ancestry path of an asset in {{gcp_name}} [resource
+     * The ancestry path of an asset in Google Cloud [resource
      * hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy),
      * represented as a list of relative resource names. An ancestry path starts
      * with the closest ancestor in the hierarchy and ends at root. If the asset
@@ -4330,7 +4330,7 @@ public com.google.protobuf.ProtocolStringList getAncestorsList() {
      *
      *
      * 
-     * The ancestry path of an asset in {{gcp_name}} [resource
+     * The ancestry path of an asset in Google Cloud [resource
      * hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy),
      * represented as a list of relative resource names. An ancestry path starts
      * with the closest ancestor in the hierarchy and ends at root. If the asset
@@ -4350,7 +4350,7 @@ public int getAncestorsCount() {
      *
      *
      * 
-     * The ancestry path of an asset in {{gcp_name}} [resource
+     * The ancestry path of an asset in Google Cloud [resource
      * hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy),
      * represented as a list of relative resource names. An ancestry path starts
      * with the closest ancestor in the hierarchy and ends at root. If the asset
@@ -4371,7 +4371,7 @@ public java.lang.String getAncestors(int index) {
      *
      *
      * 
-     * The ancestry path of an asset in {{gcp_name}} [resource
+     * The ancestry path of an asset in Google Cloud [resource
      * hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy),
      * represented as a list of relative resource names. An ancestry path starts
      * with the closest ancestor in the hierarchy and ends at root. If the asset
@@ -4392,7 +4392,7 @@ public com.google.protobuf.ByteString getAncestorsBytes(int index) {
      *
      *
      * 
-     * The ancestry path of an asset in {{gcp_name}} [resource
+     * The ancestry path of an asset in Google Cloud [resource
      * hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy),
      * represented as a list of relative resource names. An ancestry path starts
      * with the closest ancestor in the hierarchy and ends at root. If the asset
@@ -4420,7 +4420,7 @@ public Builder setAncestors(int index, java.lang.String value) {
      *
      *
      * 
-     * The ancestry path of an asset in {{gcp_name}} [resource
+     * The ancestry path of an asset in Google Cloud [resource
      * hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy),
      * represented as a list of relative resource names. An ancestry path starts
      * with the closest ancestor in the hierarchy and ends at root. If the asset
@@ -4447,7 +4447,7 @@ public Builder addAncestors(java.lang.String value) {
      *
      *
      * 
-     * The ancestry path of an asset in {{gcp_name}} [resource
+     * The ancestry path of an asset in Google Cloud [resource
      * hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy),
      * represented as a list of relative resource names. An ancestry path starts
      * with the closest ancestor in the hierarchy and ends at root. If the asset
@@ -4471,7 +4471,7 @@ public Builder addAllAncestors(java.lang.Iterable values) {
      *
      *
      * 
-     * The ancestry path of an asset in {{gcp_name}} [resource
+     * The ancestry path of an asset in Google Cloud [resource
      * hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy),
      * represented as a list of relative resource names. An ancestry path starts
      * with the closest ancestor in the hierarchy and ends at root. If the asset
@@ -4494,7 +4494,7 @@ public Builder clearAncestors() {
      *
      *
      * 
-     * The ancestry path of an asset in {{gcp_name}} [resource
+     * The ancestry path of an asset in Google Cloud [resource
      * hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy),
      * represented as a list of relative resource names. An ancestry path starts
      * with the closest ancestor in the hierarchy and ends at root. If the asset
diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/AssetOrBuilder.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/AssetOrBuilder.java
index 3a14abfcbcd2..ece56a5d149b 100644
--- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/AssetOrBuilder.java
+++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/AssetOrBuilder.java
@@ -164,15 +164,15 @@ public interface AssetOrBuilder
    *
    *
    * 
-   * A representation of the {{iam_name_short}} policy set on a {{gcp_name}}
-   * resource. There can be a maximum of one {{iam_name_short}} policy set on
-   * any given resource. In addition, {{iam_name_short}} policies inherit their
-   * granted access scope from any policies set on parent resources in the
-   * resource hierarchy. Therefore, the effectively policy is the union of both
-   * the policy set on this resource and each policy set on all of the
-   * resource's ancestry resource levels in the hierarchy. See [this
-   * topic](https://cloud.google.com/iam/help/allow-policies/inheritance) for
-   * more information.
+   * A representation of the Cloud IAM policy set on a Google Cloud resource.
+   * There can be a maximum of one Cloud IAM policy set on any given resource.
+   * In addition, Cloud IAM policies inherit their granted access scope from any
+   * policies set on parent resources in the resource hierarchy. Therefore, the
+   * effectively policy is the union of both the policy set on this resource
+   * and each policy set on all of the resource's ancestry resource levels in
+   * the hierarchy. See
+   * [this topic](https://cloud.google.com/iam/help/allow-policies/inheritance)
+   * for more information.
    * 
* * .google.iam.v1.Policy iam_policy = 4; @@ -184,15 +184,15 @@ public interface AssetOrBuilder * * *
-   * A representation of the {{iam_name_short}} policy set on a {{gcp_name}}
-   * resource. There can be a maximum of one {{iam_name_short}} policy set on
-   * any given resource. In addition, {{iam_name_short}} policies inherit their
-   * granted access scope from any policies set on parent resources in the
-   * resource hierarchy. Therefore, the effectively policy is the union of both
-   * the policy set on this resource and each policy set on all of the
-   * resource's ancestry resource levels in the hierarchy. See [this
-   * topic](https://cloud.google.com/iam/help/allow-policies/inheritance) for
-   * more information.
+   * A representation of the Cloud IAM policy set on a Google Cloud resource.
+   * There can be a maximum of one Cloud IAM policy set on any given resource.
+   * In addition, Cloud IAM policies inherit their granted access scope from any
+   * policies set on parent resources in the resource hierarchy. Therefore, the
+   * effectively policy is the union of both the policy set on this resource
+   * and each policy set on all of the resource's ancestry resource levels in
+   * the hierarchy. See
+   * [this topic](https://cloud.google.com/iam/help/allow-policies/inheritance)
+   * for more information.
    * 
* * .google.iam.v1.Policy iam_policy = 4; @@ -204,15 +204,15 @@ public interface AssetOrBuilder * * *
-   * A representation of the {{iam_name_short}} policy set on a {{gcp_name}}
-   * resource. There can be a maximum of one {{iam_name_short}} policy set on
-   * any given resource. In addition, {{iam_name_short}} policies inherit their
-   * granted access scope from any policies set on parent resources in the
-   * resource hierarchy. Therefore, the effectively policy is the union of both
-   * the policy set on this resource and each policy set on all of the
-   * resource's ancestry resource levels in the hierarchy. See [this
-   * topic](https://cloud.google.com/iam/help/allow-policies/inheritance) for
-   * more information.
+   * A representation of the Cloud IAM policy set on a Google Cloud resource.
+   * There can be a maximum of one Cloud IAM policy set on any given resource.
+   * In addition, Cloud IAM policies inherit their granted access scope from any
+   * policies set on parent resources in the resource hierarchy. Therefore, the
+   * effectively policy is the union of both the policy set on this resource
+   * and each policy set on all of the resource's ancestry resource levels in
+   * the hierarchy. See
+   * [this topic](https://cloud.google.com/iam/help/allow-policies/inheritance)
+   * for more information.
    * 
* * .google.iam.v1.Policy iam_policy = 4; @@ -456,7 +456,7 @@ public interface AssetOrBuilder * .google.cloud.asset.v1.RelatedAssets related_assets = 13 [deprecated = true]; * * @deprecated google.cloud.asset.v1.Asset.related_assets is deprecated. See - * google/cloud/asset/v1/assets.proto;l=167 + * google/cloud/asset/v1/assets.proto;l=166 * @return Whether the relatedAssets field is set. */ @java.lang.Deprecated @@ -475,7 +475,7 @@ public interface AssetOrBuilder * .google.cloud.asset.v1.RelatedAssets related_assets = 13 [deprecated = true]; * * @deprecated google.cloud.asset.v1.Asset.related_assets is deprecated. See - * google/cloud/asset/v1/assets.proto;l=167 + * google/cloud/asset/v1/assets.proto;l=166 * @return The relatedAssets. */ @java.lang.Deprecated @@ -535,7 +535,7 @@ public interface AssetOrBuilder * * *
-   * The ancestry path of an asset in {{gcp_name}} [resource
+   * The ancestry path of an asset in Google Cloud [resource
    * hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy),
    * represented as a list of relative resource names. An ancestry path starts
    * with the closest ancestor in the hierarchy and ends at root. If the asset
@@ -553,7 +553,7 @@ public interface AssetOrBuilder
    *
    *
    * 
-   * The ancestry path of an asset in {{gcp_name}} [resource
+   * The ancestry path of an asset in Google Cloud [resource
    * hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy),
    * represented as a list of relative resource names. An ancestry path starts
    * with the closest ancestor in the hierarchy and ends at root. If the asset
@@ -571,7 +571,7 @@ public interface AssetOrBuilder
    *
    *
    * 
-   * The ancestry path of an asset in {{gcp_name}} [resource
+   * The ancestry path of an asset in Google Cloud [resource
    * hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy),
    * represented as a list of relative resource names. An ancestry path starts
    * with the closest ancestor in the hierarchy and ends at root. If the asset
@@ -590,7 +590,7 @@ public interface AssetOrBuilder
    *
    *
    * 
-   * The ancestry path of an asset in {{gcp_name}} [resource
+   * The ancestry path of an asset in Google Cloud [resource
    * hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy),
    * represented as a list of relative resource names. An ancestry path starts
    * with the closest ancestor in the hierarchy and ends at root. If the asset
diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/BatchGetAssetsHistoryRequest.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/BatchGetAssetsHistoryRequest.java
index 91a3025cb533..3d8acb44b532 100644
--- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/BatchGetAssetsHistoryRequest.java
+++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/BatchGetAssetsHistoryRequest.java
@@ -336,9 +336,9 @@ public com.google.cloud.asset.v1.TimeWindowOrBuilder getReadTimeWindowOrBuilder(
    * it outputs the supported relationships' history on the [asset_names] or
    * returns an error if any of the [asset_names]'s types has no relationship
    * support.
-   * See [Introduction to
-   * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for
-   * all supported asset types and relationship types.
+   * See [Introduction to Cloud Asset
+   * Inventory](https://cloud.google.com/asset-inventory/docs/overview) for all
+   * supported asset types and relationship types.
    * 
* * repeated string relationship_types = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -365,9 +365,9 @@ public com.google.protobuf.ProtocolStringList getRelationshipTypesList() { * it outputs the supported relationships' history on the [asset_names] or * returns an error if any of the [asset_names]'s types has no relationship * support. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) for all + * supported asset types and relationship types. *
* * repeated string relationship_types = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -394,9 +394,9 @@ public int getRelationshipTypesCount() { * it outputs the supported relationships' history on the [asset_names] or * returns an error if any of the [asset_names]'s types has no relationship * support. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) for all + * supported asset types and relationship types. *
* * repeated string relationship_types = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -424,9 +424,9 @@ public java.lang.String getRelationshipTypes(int index) { * it outputs the supported relationships' history on the [asset_names] or * returns an error if any of the [asset_names]'s types has no relationship * support. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) for all + * supported asset types and relationship types. *
* * repeated string relationship_types = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -1623,9 +1623,9 @@ private void ensureRelationshipTypesIsMutable() { * it outputs the supported relationships' history on the [asset_names] or * returns an error if any of the [asset_names]'s types has no relationship * support. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) for all + * supported asset types and relationship types. *
* * repeated string relationship_types = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -1653,9 +1653,9 @@ public com.google.protobuf.ProtocolStringList getRelationshipTypesList() { * it outputs the supported relationships' history on the [asset_names] or * returns an error if any of the [asset_names]'s types has no relationship * support. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) for all + * supported asset types and relationship types. *
* * repeated string relationship_types = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -1683,9 +1683,9 @@ public int getRelationshipTypesCount() { * it outputs the supported relationships' history on the [asset_names] or * returns an error if any of the [asset_names]'s types has no relationship * support. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) for all + * supported asset types and relationship types. *
* * repeated string relationship_types = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -1714,9 +1714,9 @@ public java.lang.String getRelationshipTypes(int index) { * it outputs the supported relationships' history on the [asset_names] or * returns an error if any of the [asset_names]'s types has no relationship * support. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) for all + * supported asset types and relationship types. *
* * repeated string relationship_types = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -1745,9 +1745,9 @@ public com.google.protobuf.ByteString getRelationshipTypesBytes(int index) { * it outputs the supported relationships' history on the [asset_names] or * returns an error if any of the [asset_names]'s types has no relationship * support. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) for all + * supported asset types and relationship types. *
* * repeated string relationship_types = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -1783,9 +1783,9 @@ public Builder setRelationshipTypes(int index, java.lang.String value) { * it outputs the supported relationships' history on the [asset_names] or * returns an error if any of the [asset_names]'s types has no relationship * support. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) for all + * supported asset types and relationship types. *
* * repeated string relationship_types = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -1820,9 +1820,9 @@ public Builder addRelationshipTypes(java.lang.String value) { * it outputs the supported relationships' history on the [asset_names] or * returns an error if any of the [asset_names]'s types has no relationship * support. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) for all + * supported asset types and relationship types. *
* * repeated string relationship_types = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -1854,9 +1854,9 @@ public Builder addAllRelationshipTypes(java.lang.Iterable valu * it outputs the supported relationships' history on the [asset_names] or * returns an error if any of the [asset_names]'s types has no relationship * support. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) for all + * supported asset types and relationship types. *
* * repeated string relationship_types = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -1887,9 +1887,9 @@ public Builder clearRelationshipTypes() { * it outputs the supported relationships' history on the [asset_names] or * returns an error if any of the [asset_names]'s types has no relationship * support. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) for all + * supported asset types and relationship types. *
* * repeated string relationship_types = 5 [(.google.api.field_behavior) = OPTIONAL]; diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/BatchGetAssetsHistoryRequestOrBuilder.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/BatchGetAssetsHistoryRequestOrBuilder.java index 3cc38bb063fb..eec14316902c 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/BatchGetAssetsHistoryRequestOrBuilder.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/BatchGetAssetsHistoryRequestOrBuilder.java @@ -229,9 +229,9 @@ public interface BatchGetAssetsHistoryRequestOrBuilder * it outputs the supported relationships' history on the [asset_names] or * returns an error if any of the [asset_names]'s types has no relationship * support. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) for all + * supported asset types and relationship types. *
* * repeated string relationship_types = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -256,9 +256,9 @@ public interface BatchGetAssetsHistoryRequestOrBuilder * it outputs the supported relationships' history on the [asset_names] or * returns an error if any of the [asset_names]'s types has no relationship * support. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) for all + * supported asset types and relationship types. *
* * repeated string relationship_types = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -283,9 +283,9 @@ public interface BatchGetAssetsHistoryRequestOrBuilder * it outputs the supported relationships' history on the [asset_names] or * returns an error if any of the [asset_names]'s types has no relationship * support. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) for all + * supported asset types and relationship types. *
* * repeated string relationship_types = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -311,9 +311,9 @@ public interface BatchGetAssetsHistoryRequestOrBuilder * it outputs the supported relationships' history on the [asset_names] or * returns an error if any of the [asset_names]'s types has no relationship * support. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) for all + * supported asset types and relationship types. *
* * repeated string relationship_types = 5 [(.google.api.field_behavior) = OPTIONAL]; diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/BatchGetEffectiveIamPoliciesRequest.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/BatchGetEffectiveIamPoliciesRequest.java index f76dbd69fa6d..0862a32b34fd 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/BatchGetEffectiveIamPoliciesRequest.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/BatchGetEffectiveIamPoliciesRequest.java @@ -22,8 +22,7 @@ * * *
- * A request message for
- * [AssetService.BatchGetEffectiveIamPolicies][google.cloud.asset.v1.AssetService.BatchGetEffectiveIamPolicies].
+ * A request message for [AssetService.BatchGetEffectiveIamPolicies][google.cloud.asset.v1.AssetService.BatchGetEffectiveIamPolicies].
  * 
* * Protobuf type {@code google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest} @@ -77,8 +76,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. Only {{iam_name_short}} policies on or below the scope will be
-   * returned.
+   * Required. Only IAM policies on or below the scope will be returned.
    * This can only be an organization number (such as "organizations/123"), a
    * folder number (such as "folders/123"), a project ID (such as
    * "projects/my-project-id"), or a project number (such as "projects/12345").
@@ -110,8 +108,7 @@ public java.lang.String getScope() {
    *
    *
    * 
-   * Required. Only {{iam_name_short}} policies on or below the scope will be
-   * returned.
+   * Required. Only IAM policies on or below the scope will be returned.
    * This can only be an organization number (such as "organizations/123"), a
    * folder number (such as "folders/123"), a project ID (such as
    * "projects/my-project-id"), or a project number (such as "projects/12345").
@@ -405,8 +402,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    *
    * 
-   * A request message for
-   * [AssetService.BatchGetEffectiveIamPolicies][google.cloud.asset.v1.AssetService.BatchGetEffectiveIamPolicies].
+   * A request message for [AssetService.BatchGetEffectiveIamPolicies][google.cloud.asset.v1.AssetService.BatchGetEffectiveIamPolicies].
    * 
* * Protobuf type {@code google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest} @@ -607,8 +603,7 @@ public Builder mergeFrom( * * *
-     * Required. Only {{iam_name_short}} policies on or below the scope will be
-     * returned.
+     * Required. Only IAM policies on or below the scope will be returned.
      * This can only be an organization number (such as "organizations/123"), a
      * folder number (such as "folders/123"), a project ID (such as
      * "projects/my-project-id"), or a project number (such as "projects/12345").
@@ -639,8 +634,7 @@ public java.lang.String getScope() {
      *
      *
      * 
-     * Required. Only {{iam_name_short}} policies on or below the scope will be
-     * returned.
+     * Required. Only IAM policies on or below the scope will be returned.
      * This can only be an organization number (such as "organizations/123"), a
      * folder number (such as "folders/123"), a project ID (such as
      * "projects/my-project-id"), or a project number (such as "projects/12345").
@@ -671,8 +665,7 @@ public com.google.protobuf.ByteString getScopeBytes() {
      *
      *
      * 
-     * Required. Only {{iam_name_short}} policies on or below the scope will be
-     * returned.
+     * Required. Only IAM policies on or below the scope will be returned.
      * This can only be an organization number (such as "organizations/123"), a
      * folder number (such as "folders/123"), a project ID (such as
      * "projects/my-project-id"), or a project number (such as "projects/12345").
@@ -702,8 +695,7 @@ public Builder setScope(java.lang.String value) {
      *
      *
      * 
-     * Required. Only {{iam_name_short}} policies on or below the scope will be
-     * returned.
+     * Required. Only IAM policies on or below the scope will be returned.
      * This can only be an organization number (such as "organizations/123"), a
      * folder number (such as "folders/123"), a project ID (such as
      * "projects/my-project-id"), or a project number (such as "projects/12345").
@@ -729,8 +721,7 @@ public Builder clearScope() {
      *
      *
      * 
-     * Required. Only {{iam_name_short}} policies on or below the scope will be
-     * returned.
+     * Required. Only IAM policies on or below the scope will be returned.
      * This can only be an organization number (such as "organizations/123"), a
      * folder number (such as "folders/123"), a project ID (such as
      * "projects/my-project-id"), or a project number (such as "projects/12345").
diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/BatchGetEffectiveIamPoliciesRequestOrBuilder.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/BatchGetEffectiveIamPoliciesRequestOrBuilder.java
index 7b7dec8ffe07..90bbc28f3afd 100644
--- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/BatchGetEffectiveIamPoliciesRequestOrBuilder.java
+++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/BatchGetEffectiveIamPoliciesRequestOrBuilder.java
@@ -27,8 +27,7 @@ public interface BatchGetEffectiveIamPoliciesRequestOrBuilder
    *
    *
    * 
-   * Required. Only {{iam_name_short}} policies on or below the scope will be
-   * returned.
+   * Required. Only IAM policies on or below the scope will be returned.
    * This can only be an organization number (such as "organizations/123"), a
    * folder number (such as "folders/123"), a project ID (such as
    * "projects/my-project-id"), or a project number (such as "projects/12345").
@@ -49,8 +48,7 @@ public interface BatchGetEffectiveIamPoliciesRequestOrBuilder
    *
    *
    * 
-   * Required. Only {{iam_name_short}} policies on or below the scope will be
-   * returned.
+   * Required. Only IAM policies on or below the scope will be returned.
    * This can only be an organization number (such as "organizations/123"), a
    * folder number (such as "folders/123"), a project ID (such as
    * "projects/my-project-id"), or a project number (such as "projects/12345").
diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/BatchGetEffectiveIamPoliciesResponse.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/BatchGetEffectiveIamPoliciesResponse.java
index cfba1b40c72f..ff1d176cab29 100644
--- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/BatchGetEffectiveIamPoliciesResponse.java
+++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/BatchGetEffectiveIamPoliciesResponse.java
@@ -22,8 +22,7 @@
  *
  *
  * 
- * A response message for
- * [AssetService.BatchGetEffectiveIamPolicies][google.cloud.asset.v1.AssetService.BatchGetEffectiveIamPolicies].
+ * A response message for [AssetService.BatchGetEffectiveIamPolicies][google.cloud.asset.v1.AssetService.BatchGetEffectiveIamPolicies].
  * 
* * Protobuf type {@code google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse} @@ -81,11 +80,9 @@ public interface EffectiveIamPolicyOrBuilder *
      * The [full_resource_name]
      * (https://cloud.google.com/asset-inventory/docs/resource-name-format)
-     * for which the
-     * [policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies]
-     * are computed. This is one of the
-     * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names]
-     * the caller provides in the request.
+     * for which the [policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies] are computed. This is one of the
+     * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names] the caller provides in the
+     * request.
      * 
* * string full_resource_name = 1; @@ -99,11 +96,9 @@ public interface EffectiveIamPolicyOrBuilder *
      * The [full_resource_name]
      * (https://cloud.google.com/asset-inventory/docs/resource-name-format)
-     * for which the
-     * [policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies]
-     * are computed. This is one of the
-     * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names]
-     * the caller provides in the request.
+     * for which the [policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies] are computed. This is one of the
+     * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names] the caller provides in the
+     * request.
      * 
* * string full_resource_name = 1; @@ -116,24 +111,17 @@ public interface EffectiveIamPolicyOrBuilder * * *
-     * The effective policies for the
-     * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
-     * These policies include the policy set on the
-     * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
-     * and those set on its parents and ancestors up to the
-     * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope].
-     * Note that these policies are not filtered according to the resource type
-     * of the
+     * The effective policies for the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
+     * These policies include the policy set on the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name] and
+     * those set on its parents and ancestors up to the
+     * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope]. Note that these policies
+     * are not filtered according to the resource type of the
      * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
      * These policies are hierarchically ordered by
-     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-     * starting from
-     * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
+     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] starting from [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
      * itself to its parents and ancestors, such that policies[i]'s
-     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-     * is the child of policies[i+1]'s
-     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource],
-     * if policies[i+1] exists.
+     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] is the child of policies[i+1]'s
+     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource], if policies[i+1] exists.
      * 
* * @@ -148,24 +136,17 @@ public interface EffectiveIamPolicyOrBuilder * * *
-     * The effective policies for the
-     * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
-     * These policies include the policy set on the
-     * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
-     * and those set on its parents and ancestors up to the
-     * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope].
-     * Note that these policies are not filtered according to the resource type
-     * of the
+     * The effective policies for the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
+     * These policies include the policy set on the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name] and
+     * those set on its parents and ancestors up to the
+     * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope]. Note that these policies
+     * are not filtered according to the resource type of the
      * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
      * These policies are hierarchically ordered by
-     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-     * starting from
-     * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
+     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] starting from [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
      * itself to its parents and ancestors, such that policies[i]'s
-     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-     * is the child of policies[i+1]'s
-     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource],
-     * if policies[i+1] exists.
+     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] is the child of policies[i+1]'s
+     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource], if policies[i+1] exists.
      * 
* * @@ -178,24 +159,17 @@ public interface EffectiveIamPolicyOrBuilder * * *
-     * The effective policies for the
-     * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
-     * These policies include the policy set on the
-     * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
-     * and those set on its parents and ancestors up to the
-     * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope].
-     * Note that these policies are not filtered according to the resource type
-     * of the
+     * The effective policies for the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
+     * These policies include the policy set on the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name] and
+     * those set on its parents and ancestors up to the
+     * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope]. Note that these policies
+     * are not filtered according to the resource type of the
      * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
      * These policies are hierarchically ordered by
-     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-     * starting from
-     * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
+     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] starting from [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
      * itself to its parents and ancestors, such that policies[i]'s
-     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-     * is the child of policies[i+1]'s
-     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource],
-     * if policies[i+1] exists.
+     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] is the child of policies[i+1]'s
+     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource], if policies[i+1] exists.
      * 
* * @@ -207,24 +181,17 @@ public interface EffectiveIamPolicyOrBuilder * * *
-     * The effective policies for the
-     * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
-     * These policies include the policy set on the
-     * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
-     * and those set on its parents and ancestors up to the
-     * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope].
-     * Note that these policies are not filtered according to the resource type
-     * of the
+     * The effective policies for the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
+     * These policies include the policy set on the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name] and
+     * those set on its parents and ancestors up to the
+     * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope]. Note that these policies
+     * are not filtered according to the resource type of the
      * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
      * These policies are hierarchically ordered by
-     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-     * starting from
-     * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
+     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] starting from [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
      * itself to its parents and ancestors, such that policies[i]'s
-     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-     * is the child of policies[i+1]'s
-     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource],
-     * if policies[i+1] exists.
+     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] is the child of policies[i+1]'s
+     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource], if policies[i+1] exists.
      * 
* * @@ -240,24 +207,17 @@ public interface EffectiveIamPolicyOrBuilder * * *
-     * The effective policies for the
-     * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
-     * These policies include the policy set on the
-     * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
-     * and those set on its parents and ancestors up to the
-     * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope].
-     * Note that these policies are not filtered according to the resource type
-     * of the
+     * The effective policies for the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
+     * These policies include the policy set on the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name] and
+     * those set on its parents and ancestors up to the
+     * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope]. Note that these policies
+     * are not filtered according to the resource type of the
      * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
      * These policies are hierarchically ordered by
-     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-     * starting from
-     * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
+     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] starting from [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
      * itself to its parents and ancestors, such that policies[i]'s
-     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-     * is the child of policies[i+1]'s
-     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource],
-     * if policies[i+1] exists.
+     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] is the child of policies[i+1]'s
+     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource], if policies[i+1] exists.
      * 
* * @@ -272,7 +232,7 @@ public interface EffectiveIamPolicyOrBuilder * * *
-   * The effective {{iam_name_short}} policies on one resource.
+   * The effective IAM policies on one resource.
    * 
* * Protobuf type {@code @@ -330,9 +290,7 @@ public interface PolicyInfoOrBuilder * * *
-       * The full resource name the
-       * [policy][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.policy]
-       * is directly attached to.
+       * The full resource name the [policy][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.policy] is directly attached to.
        * 
* * string attached_resource = 1; @@ -344,9 +302,7 @@ public interface PolicyInfoOrBuilder * * *
-       * The full resource name the
-       * [policy][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.policy]
-       * is directly attached to.
+       * The full resource name the [policy][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.policy] is directly attached to.
        * 
* * string attached_resource = 1; @@ -359,8 +315,7 @@ public interface PolicyInfoOrBuilder * * *
-       * The {{iam_name_short}} policy that's directly attached to the
-       * [attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource].
+       * The IAM policy that's directly attached to the [attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource].
        * 
* * .google.iam.v1.Policy policy = 2; @@ -372,8 +327,7 @@ public interface PolicyInfoOrBuilder * * *
-       * The {{iam_name_short}} policy that's directly attached to the
-       * [attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource].
+       * The IAM policy that's directly attached to the [attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource].
        * 
* * .google.iam.v1.Policy policy = 2; @@ -385,8 +339,7 @@ public interface PolicyInfoOrBuilder * * *
-       * The {{iam_name_short}} policy that's directly attached to the
-       * [attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource].
+       * The IAM policy that's directly attached to the [attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource].
        * 
* * .google.iam.v1.Policy policy = 2; @@ -397,7 +350,7 @@ public interface PolicyInfoOrBuilder * * *
-     * The {{iam_name_short}} policy and its attached resource.
+     * The IAM policy and its attached resource.
      * 
* * Protobuf type {@code @@ -451,9 +404,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-       * The full resource name the
-       * [policy][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.policy]
-       * is directly attached to.
+       * The full resource name the [policy][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.policy] is directly attached to.
        * 
* * string attached_resource = 1; @@ -476,9 +427,7 @@ public java.lang.String getAttachedResource() { * * *
-       * The full resource name the
-       * [policy][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.policy]
-       * is directly attached to.
+       * The full resource name the [policy][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.policy] is directly attached to.
        * 
* * string attached_resource = 1; @@ -504,8 +453,7 @@ public com.google.protobuf.ByteString getAttachedResourceBytes() { * * *
-       * The {{iam_name_short}} policy that's directly attached to the
-       * [attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource].
+       * The IAM policy that's directly attached to the [attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource].
        * 
* * .google.iam.v1.Policy policy = 2; @@ -520,8 +468,7 @@ public boolean hasPolicy() { * * *
-       * The {{iam_name_short}} policy that's directly attached to the
-       * [attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource].
+       * The IAM policy that's directly attached to the [attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource].
        * 
* * .google.iam.v1.Policy policy = 2; @@ -536,8 +483,7 @@ public com.google.iam.v1.Policy getPolicy() { * * *
-       * The {{iam_name_short}} policy that's directly attached to the
-       * [attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource].
+       * The IAM policy that's directly attached to the [attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource].
        * 
* * .google.iam.v1.Policy policy = 2; @@ -754,7 +700,7 @@ protected Builder newBuilderForType( * * *
-       * The {{iam_name_short}} policy and its attached resource.
+       * The IAM policy and its attached resource.
        * 
* * Protobuf type {@code @@ -976,9 +922,7 @@ public Builder mergeFrom( * * *
-         * The full resource name the
-         * [policy][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.policy]
-         * is directly attached to.
+         * The full resource name the [policy][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.policy] is directly attached to.
          * 
* * string attached_resource = 1; @@ -1000,9 +944,7 @@ public java.lang.String getAttachedResource() { * * *
-         * The full resource name the
-         * [policy][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.policy]
-         * is directly attached to.
+         * The full resource name the [policy][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.policy] is directly attached to.
          * 
* * string attached_resource = 1; @@ -1024,9 +966,7 @@ public com.google.protobuf.ByteString getAttachedResourceBytes() { * * *
-         * The full resource name the
-         * [policy][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.policy]
-         * is directly attached to.
+         * The full resource name the [policy][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.policy] is directly attached to.
          * 
* * string attached_resource = 1; @@ -1047,9 +987,7 @@ public Builder setAttachedResource(java.lang.String value) { * * *
-         * The full resource name the
-         * [policy][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.policy]
-         * is directly attached to.
+         * The full resource name the [policy][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.policy] is directly attached to.
          * 
* * string attached_resource = 1; @@ -1066,9 +1004,7 @@ public Builder clearAttachedResource() { * * *
-         * The full resource name the
-         * [policy][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.policy]
-         * is directly attached to.
+         * The full resource name the [policy][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.policy] is directly attached to.
          * 
* * string attached_resource = 1; @@ -1097,8 +1033,7 @@ public Builder setAttachedResourceBytes(com.google.protobuf.ByteString value) { * * *
-         * The {{iam_name_short}} policy that's directly attached to the
-         * [attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource].
+         * The IAM policy that's directly attached to the [attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource].
          * 
* * .google.iam.v1.Policy policy = 2; @@ -1112,8 +1047,7 @@ public boolean hasPolicy() { * * *
-         * The {{iam_name_short}} policy that's directly attached to the
-         * [attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource].
+         * The IAM policy that's directly attached to the [attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource].
          * 
* * .google.iam.v1.Policy policy = 2; @@ -1131,8 +1065,7 @@ public com.google.iam.v1.Policy getPolicy() { * * *
-         * The {{iam_name_short}} policy that's directly attached to the
-         * [attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource].
+         * The IAM policy that's directly attached to the [attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource].
          * 
* * .google.iam.v1.Policy policy = 2; @@ -1154,8 +1087,7 @@ public Builder setPolicy(com.google.iam.v1.Policy value) { * * *
-         * The {{iam_name_short}} policy that's directly attached to the
-         * [attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource].
+         * The IAM policy that's directly attached to the [attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource].
          * 
* * .google.iam.v1.Policy policy = 2; @@ -1174,8 +1106,7 @@ public Builder setPolicy(com.google.iam.v1.Policy.Builder builderForValue) { * * *
-         * The {{iam_name_short}} policy that's directly attached to the
-         * [attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource].
+         * The IAM policy that's directly attached to the [attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource].
          * 
* * .google.iam.v1.Policy policy = 2; @@ -1199,8 +1130,7 @@ public Builder mergePolicy(com.google.iam.v1.Policy value) { * * *
-         * The {{iam_name_short}} policy that's directly attached to the
-         * [attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource].
+         * The IAM policy that's directly attached to the [attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource].
          * 
* * .google.iam.v1.Policy policy = 2; @@ -1220,8 +1150,7 @@ public Builder clearPolicy() { * * *
-         * The {{iam_name_short}} policy that's directly attached to the
-         * [attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource].
+         * The IAM policy that's directly attached to the [attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource].
          * 
* * .google.iam.v1.Policy policy = 2; @@ -1235,8 +1164,7 @@ public com.google.iam.v1.Policy.Builder getPolicyBuilder() { * * *
-         * The {{iam_name_short}} policy that's directly attached to the
-         * [attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource].
+         * The IAM policy that's directly attached to the [attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource].
          * 
* * .google.iam.v1.Policy policy = 2; @@ -1252,8 +1180,7 @@ public com.google.iam.v1.PolicyOrBuilder getPolicyOrBuilder() { * * *
-         * The {{iam_name_short}} policy that's directly attached to the
-         * [attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource].
+         * The IAM policy that's directly attached to the [attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource].
          * 
* * .google.iam.v1.Policy policy = 2; @@ -1355,11 +1282,9 @@ public com.google.protobuf.Parser getParserForType() { *
      * The [full_resource_name]
      * (https://cloud.google.com/asset-inventory/docs/resource-name-format)
-     * for which the
-     * [policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies]
-     * are computed. This is one of the
-     * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names]
-     * the caller provides in the request.
+     * for which the [policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies] are computed. This is one of the
+     * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names] the caller provides in the
+     * request.
      * 
* * string full_resource_name = 1; @@ -1384,11 +1309,9 @@ public java.lang.String getFullResourceName() { *
      * The [full_resource_name]
      * (https://cloud.google.com/asset-inventory/docs/resource-name-format)
-     * for which the
-     * [policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies]
-     * are computed. This is one of the
-     * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names]
-     * the caller provides in the request.
+     * for which the [policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies] are computed. This is one of the
+     * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names] the caller provides in the
+     * request.
      * 
* * string full_resource_name = 1; @@ -1417,24 +1340,17 @@ public com.google.protobuf.ByteString getFullResourceNameBytes() { * * *
-     * The effective policies for the
-     * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
-     * These policies include the policy set on the
-     * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
-     * and those set on its parents and ancestors up to the
-     * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope].
-     * Note that these policies are not filtered according to the resource type
-     * of the
+     * The effective policies for the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
+     * These policies include the policy set on the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name] and
+     * those set on its parents and ancestors up to the
+     * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope]. Note that these policies
+     * are not filtered according to the resource type of the
      * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
      * These policies are hierarchically ordered by
-     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-     * starting from
-     * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
+     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] starting from [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
      * itself to its parents and ancestors, such that policies[i]'s
-     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-     * is the child of policies[i+1]'s
-     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource],
-     * if policies[i+1] exists.
+     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] is the child of policies[i+1]'s
+     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource], if policies[i+1] exists.
      * 
* * @@ -1452,24 +1368,17 @@ public com.google.protobuf.ByteString getFullResourceNameBytes() { * * *
-     * The effective policies for the
-     * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
-     * These policies include the policy set on the
-     * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
-     * and those set on its parents and ancestors up to the
-     * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope].
-     * Note that these policies are not filtered according to the resource type
-     * of the
+     * The effective policies for the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
+     * These policies include the policy set on the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name] and
+     * those set on its parents and ancestors up to the
+     * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope]. Note that these policies
+     * are not filtered according to the resource type of the
      * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
      * These policies are hierarchically ordered by
-     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-     * starting from
-     * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
+     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] starting from [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
      * itself to its parents and ancestors, such that policies[i]'s
-     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-     * is the child of policies[i+1]'s
-     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource],
-     * if policies[i+1] exists.
+     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] is the child of policies[i+1]'s
+     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource], if policies[i+1] exists.
      * 
* * @@ -1488,24 +1397,17 @@ public com.google.protobuf.ByteString getFullResourceNameBytes() { * * *
-     * The effective policies for the
-     * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
-     * These policies include the policy set on the
-     * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
-     * and those set on its parents and ancestors up to the
-     * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope].
-     * Note that these policies are not filtered according to the resource type
-     * of the
+     * The effective policies for the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
+     * These policies include the policy set on the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name] and
+     * those set on its parents and ancestors up to the
+     * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope]. Note that these policies
+     * are not filtered according to the resource type of the
      * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
      * These policies are hierarchically ordered by
-     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-     * starting from
-     * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
+     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] starting from [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
      * itself to its parents and ancestors, such that policies[i]'s
-     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-     * is the child of policies[i+1]'s
-     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource],
-     * if policies[i+1] exists.
+     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] is the child of policies[i+1]'s
+     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource], if policies[i+1] exists.
      * 
* * @@ -1520,24 +1422,17 @@ public int getPoliciesCount() { * * *
-     * The effective policies for the
-     * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
-     * These policies include the policy set on the
-     * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
-     * and those set on its parents and ancestors up to the
-     * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope].
-     * Note that these policies are not filtered according to the resource type
-     * of the
+     * The effective policies for the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
+     * These policies include the policy set on the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name] and
+     * those set on its parents and ancestors up to the
+     * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope]. Note that these policies
+     * are not filtered according to the resource type of the
      * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
      * These policies are hierarchically ordered by
-     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-     * starting from
-     * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
+     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] starting from [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
      * itself to its parents and ancestors, such that policies[i]'s
-     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-     * is the child of policies[i+1]'s
-     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource],
-     * if policies[i+1] exists.
+     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] is the child of policies[i+1]'s
+     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource], if policies[i+1] exists.
      * 
* * @@ -1554,24 +1449,17 @@ public int getPoliciesCount() { * * *
-     * The effective policies for the
-     * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
-     * These policies include the policy set on the
-     * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
-     * and those set on its parents and ancestors up to the
-     * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope].
-     * Note that these policies are not filtered according to the resource type
-     * of the
+     * The effective policies for the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
+     * These policies include the policy set on the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name] and
+     * those set on its parents and ancestors up to the
+     * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope]. Note that these policies
+     * are not filtered according to the resource type of the
      * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
      * These policies are hierarchically ordered by
-     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-     * starting from
-     * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
+     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] starting from [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
      * itself to its parents and ancestors, such that policies[i]'s
-     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-     * is the child of policies[i+1]'s
-     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource],
-     * if policies[i+1] exists.
+     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] is the child of policies[i+1]'s
+     * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource], if policies[i+1] exists.
      * 
* * @@ -1770,7 +1658,7 @@ protected Builder newBuilderForType( * * *
-     * The effective {{iam_name_short}} policies on one resource.
+     * The effective IAM policies on one resource.
      * 
* * Protobuf type {@code @@ -2026,11 +1914,9 @@ public Builder mergeFrom( *
        * The [full_resource_name]
        * (https://cloud.google.com/asset-inventory/docs/resource-name-format)
-       * for which the
-       * [policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies]
-       * are computed. This is one of the
-       * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names]
-       * the caller provides in the request.
+       * for which the [policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies] are computed. This is one of the
+       * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names] the caller provides in the
+       * request.
        * 
* * string full_resource_name = 1; @@ -2054,11 +1940,9 @@ public java.lang.String getFullResourceName() { *
        * The [full_resource_name]
        * (https://cloud.google.com/asset-inventory/docs/resource-name-format)
-       * for which the
-       * [policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies]
-       * are computed. This is one of the
-       * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names]
-       * the caller provides in the request.
+       * for which the [policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies] are computed. This is one of the
+       * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names] the caller provides in the
+       * request.
        * 
* * string full_resource_name = 1; @@ -2082,11 +1966,9 @@ public com.google.protobuf.ByteString getFullResourceNameBytes() { *
        * The [full_resource_name]
        * (https://cloud.google.com/asset-inventory/docs/resource-name-format)
-       * for which the
-       * [policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies]
-       * are computed. This is one of the
-       * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names]
-       * the caller provides in the request.
+       * for which the [policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies] are computed. This is one of the
+       * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names] the caller provides in the
+       * request.
        * 
* * string full_resource_name = 1; @@ -2109,11 +1991,9 @@ public Builder setFullResourceName(java.lang.String value) { *
        * The [full_resource_name]
        * (https://cloud.google.com/asset-inventory/docs/resource-name-format)
-       * for which the
-       * [policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies]
-       * are computed. This is one of the
-       * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names]
-       * the caller provides in the request.
+       * for which the [policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies] are computed. This is one of the
+       * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names] the caller provides in the
+       * request.
        * 
* * string full_resource_name = 1; @@ -2132,11 +2012,9 @@ public Builder clearFullResourceName() { *
        * The [full_resource_name]
        * (https://cloud.google.com/asset-inventory/docs/resource-name-format)
-       * for which the
-       * [policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies]
-       * are computed. This is one of the
-       * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names]
-       * the caller provides in the request.
+       * for which the [policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies] are computed. This is one of the
+       * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names] the caller provides in the
+       * request.
        * 
* * string full_resource_name = 1; @@ -2183,24 +2061,17 @@ private void ensurePoliciesIsMutable() { * * *
-       * The effective policies for the
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
-       * These policies include the policy set on the
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
-       * and those set on its parents and ancestors up to the
-       * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope].
-       * Note that these policies are not filtered according to the resource type
-       * of the
+       * The effective policies for the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
+       * These policies include the policy set on the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name] and
+       * those set on its parents and ancestors up to the
+       * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope]. Note that these policies
+       * are not filtered according to the resource type of the
        * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
        * These policies are hierarchically ordered by
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-       * starting from
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] starting from [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
        * itself to its parents and ancestors, such that policies[i]'s
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-       * is the child of policies[i+1]'s
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource],
-       * if policies[i+1] exists.
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] is the child of policies[i+1]'s
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource], if policies[i+1] exists.
        * 
* * @@ -2221,24 +2092,17 @@ private void ensurePoliciesIsMutable() { * * *
-       * The effective policies for the
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
-       * These policies include the policy set on the
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
-       * and those set on its parents and ancestors up to the
-       * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope].
-       * Note that these policies are not filtered according to the resource type
-       * of the
+       * The effective policies for the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
+       * These policies include the policy set on the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name] and
+       * those set on its parents and ancestors up to the
+       * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope]. Note that these policies
+       * are not filtered according to the resource type of the
        * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
        * These policies are hierarchically ordered by
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-       * starting from
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] starting from [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
        * itself to its parents and ancestors, such that policies[i]'s
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-       * is the child of policies[i+1]'s
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource],
-       * if policies[i+1] exists.
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] is the child of policies[i+1]'s
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource], if policies[i+1] exists.
        * 
* * @@ -2256,24 +2120,17 @@ public int getPoliciesCount() { * * *
-       * The effective policies for the
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
-       * These policies include the policy set on the
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
-       * and those set on its parents and ancestors up to the
-       * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope].
-       * Note that these policies are not filtered according to the resource type
-       * of the
+       * The effective policies for the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
+       * These policies include the policy set on the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name] and
+       * those set on its parents and ancestors up to the
+       * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope]. Note that these policies
+       * are not filtered according to the resource type of the
        * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
        * These policies are hierarchically ordered by
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-       * starting from
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] starting from [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
        * itself to its parents and ancestors, such that policies[i]'s
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-       * is the child of policies[i+1]'s
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource],
-       * if policies[i+1] exists.
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] is the child of policies[i+1]'s
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource], if policies[i+1] exists.
        * 
* * @@ -2293,24 +2150,17 @@ public int getPoliciesCount() { * * *
-       * The effective policies for the
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
-       * These policies include the policy set on the
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
-       * and those set on its parents and ancestors up to the
-       * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope].
-       * Note that these policies are not filtered according to the resource type
-       * of the
+       * The effective policies for the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
+       * These policies include the policy set on the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name] and
+       * those set on its parents and ancestors up to the
+       * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope]. Note that these policies
+       * are not filtered according to the resource type of the
        * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
        * These policies are hierarchically ordered by
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-       * starting from
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] starting from [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
        * itself to its parents and ancestors, such that policies[i]'s
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-       * is the child of policies[i+1]'s
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource],
-       * if policies[i+1] exists.
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] is the child of policies[i+1]'s
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource], if policies[i+1] exists.
        * 
* * @@ -2338,24 +2188,17 @@ public Builder setPolicies( * * *
-       * The effective policies for the
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
-       * These policies include the policy set on the
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
-       * and those set on its parents and ancestors up to the
-       * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope].
-       * Note that these policies are not filtered according to the resource type
-       * of the
+       * The effective policies for the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
+       * These policies include the policy set on the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name] and
+       * those set on its parents and ancestors up to the
+       * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope]. Note that these policies
+       * are not filtered according to the resource type of the
        * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
        * These policies are hierarchically ordered by
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-       * starting from
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] starting from [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
        * itself to its parents and ancestors, such that policies[i]'s
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-       * is the child of policies[i+1]'s
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource],
-       * if policies[i+1] exists.
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] is the child of policies[i+1]'s
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource], if policies[i+1] exists.
        * 
* * @@ -2380,24 +2223,17 @@ public Builder setPolicies( * * *
-       * The effective policies for the
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
-       * These policies include the policy set on the
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
-       * and those set on its parents and ancestors up to the
-       * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope].
-       * Note that these policies are not filtered according to the resource type
-       * of the
+       * The effective policies for the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
+       * These policies include the policy set on the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name] and
+       * those set on its parents and ancestors up to the
+       * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope]. Note that these policies
+       * are not filtered according to the resource type of the
        * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
        * These policies are hierarchically ordered by
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-       * starting from
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] starting from [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
        * itself to its parents and ancestors, such that policies[i]'s
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-       * is the child of policies[i+1]'s
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource],
-       * if policies[i+1] exists.
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] is the child of policies[i+1]'s
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource], if policies[i+1] exists.
        * 
* * @@ -2424,24 +2260,17 @@ public Builder addPolicies( * * *
-       * The effective policies for the
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
-       * These policies include the policy set on the
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
-       * and those set on its parents and ancestors up to the
-       * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope].
-       * Note that these policies are not filtered according to the resource type
-       * of the
+       * The effective policies for the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
+       * These policies include the policy set on the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name] and
+       * those set on its parents and ancestors up to the
+       * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope]. Note that these policies
+       * are not filtered according to the resource type of the
        * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
        * These policies are hierarchically ordered by
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-       * starting from
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] starting from [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
        * itself to its parents and ancestors, such that policies[i]'s
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-       * is the child of policies[i+1]'s
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource],
-       * if policies[i+1] exists.
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] is the child of policies[i+1]'s
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource], if policies[i+1] exists.
        * 
* * @@ -2469,24 +2298,17 @@ public Builder addPolicies( * * *
-       * The effective policies for the
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
-       * These policies include the policy set on the
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
-       * and those set on its parents and ancestors up to the
-       * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope].
-       * Note that these policies are not filtered according to the resource type
-       * of the
+       * The effective policies for the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
+       * These policies include the policy set on the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name] and
+       * those set on its parents and ancestors up to the
+       * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope]. Note that these policies
+       * are not filtered according to the resource type of the
        * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
        * These policies are hierarchically ordered by
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-       * starting from
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] starting from [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
        * itself to its parents and ancestors, such that policies[i]'s
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-       * is the child of policies[i+1]'s
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource],
-       * if policies[i+1] exists.
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] is the child of policies[i+1]'s
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource], if policies[i+1] exists.
        * 
* * @@ -2510,24 +2332,17 @@ public Builder addPolicies( * * *
-       * The effective policies for the
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
-       * These policies include the policy set on the
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
-       * and those set on its parents and ancestors up to the
-       * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope].
-       * Note that these policies are not filtered according to the resource type
-       * of the
+       * The effective policies for the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
+       * These policies include the policy set on the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name] and
+       * those set on its parents and ancestors up to the
+       * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope]. Note that these policies
+       * are not filtered according to the resource type of the
        * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
        * These policies are hierarchically ordered by
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-       * starting from
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] starting from [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
        * itself to its parents and ancestors, such that policies[i]'s
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-       * is the child of policies[i+1]'s
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource],
-       * if policies[i+1] exists.
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] is the child of policies[i+1]'s
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource], if policies[i+1] exists.
        * 
* * @@ -2552,24 +2367,17 @@ public Builder addPolicies( * * *
-       * The effective policies for the
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
-       * These policies include the policy set on the
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
-       * and those set on its parents and ancestors up to the
-       * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope].
-       * Note that these policies are not filtered according to the resource type
-       * of the
+       * The effective policies for the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
+       * These policies include the policy set on the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name] and
+       * those set on its parents and ancestors up to the
+       * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope]. Note that these policies
+       * are not filtered according to the resource type of the
        * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
        * These policies are hierarchically ordered by
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-       * starting from
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] starting from [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
        * itself to its parents and ancestors, such that policies[i]'s
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-       * is the child of policies[i+1]'s
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource],
-       * if policies[i+1] exists.
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] is the child of policies[i+1]'s
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource], if policies[i+1] exists.
        * 
* * @@ -2595,24 +2403,17 @@ public Builder addAllPolicies( * * *
-       * The effective policies for the
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
-       * These policies include the policy set on the
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
-       * and those set on its parents and ancestors up to the
-       * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope].
-       * Note that these policies are not filtered according to the resource type
-       * of the
+       * The effective policies for the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
+       * These policies include the policy set on the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name] and
+       * those set on its parents and ancestors up to the
+       * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope]. Note that these policies
+       * are not filtered according to the resource type of the
        * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
        * These policies are hierarchically ordered by
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-       * starting from
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] starting from [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
        * itself to its parents and ancestors, such that policies[i]'s
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-       * is the child of policies[i+1]'s
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource],
-       * if policies[i+1] exists.
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] is the child of policies[i+1]'s
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource], if policies[i+1] exists.
        * 
* * @@ -2633,24 +2434,17 @@ public Builder clearPolicies() { * * *
-       * The effective policies for the
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
-       * These policies include the policy set on the
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
-       * and those set on its parents and ancestors up to the
-       * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope].
-       * Note that these policies are not filtered according to the resource type
-       * of the
+       * The effective policies for the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
+       * These policies include the policy set on the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name] and
+       * those set on its parents and ancestors up to the
+       * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope]. Note that these policies
+       * are not filtered according to the resource type of the
        * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
        * These policies are hierarchically ordered by
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-       * starting from
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] starting from [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
        * itself to its parents and ancestors, such that policies[i]'s
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-       * is the child of policies[i+1]'s
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource],
-       * if policies[i+1] exists.
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] is the child of policies[i+1]'s
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource], if policies[i+1] exists.
        * 
* * @@ -2671,24 +2465,17 @@ public Builder removePolicies(int index) { * * *
-       * The effective policies for the
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
-       * These policies include the policy set on the
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
-       * and those set on its parents and ancestors up to the
-       * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope].
-       * Note that these policies are not filtered according to the resource type
-       * of the
+       * The effective policies for the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
+       * These policies include the policy set on the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name] and
+       * those set on its parents and ancestors up to the
+       * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope]. Note that these policies
+       * are not filtered according to the resource type of the
        * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
        * These policies are hierarchically ordered by
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-       * starting from
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] starting from [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
        * itself to its parents and ancestors, such that policies[i]'s
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-       * is the child of policies[i+1]'s
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource],
-       * if policies[i+1] exists.
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] is the child of policies[i+1]'s
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource], if policies[i+1] exists.
        * 
* * @@ -2704,24 +2491,17 @@ public Builder removePolicies(int index) { * * *
-       * The effective policies for the
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
-       * These policies include the policy set on the
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
-       * and those set on its parents and ancestors up to the
-       * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope].
-       * Note that these policies are not filtered according to the resource type
-       * of the
+       * The effective policies for the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
+       * These policies include the policy set on the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name] and
+       * those set on its parents and ancestors up to the
+       * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope]. Note that these policies
+       * are not filtered according to the resource type of the
        * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
        * These policies are hierarchically ordered by
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-       * starting from
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] starting from [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
        * itself to its parents and ancestors, such that policies[i]'s
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-       * is the child of policies[i+1]'s
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource],
-       * if policies[i+1] exists.
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] is the child of policies[i+1]'s
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource], if policies[i+1] exists.
        * 
* * @@ -2741,24 +2521,17 @@ public Builder removePolicies(int index) { * * *
-       * The effective policies for the
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
-       * These policies include the policy set on the
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
-       * and those set on its parents and ancestors up to the
-       * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope].
-       * Note that these policies are not filtered according to the resource type
-       * of the
+       * The effective policies for the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
+       * These policies include the policy set on the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name] and
+       * those set on its parents and ancestors up to the
+       * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope]. Note that these policies
+       * are not filtered according to the resource type of the
        * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
        * These policies are hierarchically ordered by
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-       * starting from
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] starting from [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
        * itself to its parents and ancestors, such that policies[i]'s
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-       * is the child of policies[i+1]'s
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource],
-       * if policies[i+1] exists.
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] is the child of policies[i+1]'s
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource], if policies[i+1] exists.
        * 
* * @@ -2780,24 +2553,17 @@ public Builder removePolicies(int index) { * * *
-       * The effective policies for the
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
-       * These policies include the policy set on the
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
-       * and those set on its parents and ancestors up to the
-       * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope].
-       * Note that these policies are not filtered according to the resource type
-       * of the
+       * The effective policies for the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
+       * These policies include the policy set on the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name] and
+       * those set on its parents and ancestors up to the
+       * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope]. Note that these policies
+       * are not filtered according to the resource type of the
        * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
        * These policies are hierarchically ordered by
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-       * starting from
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] starting from [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
        * itself to its parents and ancestors, such that policies[i]'s
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-       * is the child of policies[i+1]'s
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource],
-       * if policies[i+1] exists.
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] is the child of policies[i+1]'s
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource], if policies[i+1] exists.
        * 
* * @@ -2816,24 +2582,17 @@ public Builder removePolicies(int index) { * * *
-       * The effective policies for the
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
-       * These policies include the policy set on the
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
-       * and those set on its parents and ancestors up to the
-       * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope].
-       * Note that these policies are not filtered according to the resource type
-       * of the
+       * The effective policies for the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
+       * These policies include the policy set on the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name] and
+       * those set on its parents and ancestors up to the
+       * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope]. Note that these policies
+       * are not filtered according to the resource type of the
        * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
        * These policies are hierarchically ordered by
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-       * starting from
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] starting from [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
        * itself to its parents and ancestors, such that policies[i]'s
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-       * is the child of policies[i+1]'s
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource],
-       * if policies[i+1] exists.
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] is the child of policies[i+1]'s
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource], if policies[i+1] exists.
        * 
* * @@ -2853,24 +2612,17 @@ public Builder removePolicies(int index) { * * *
-       * The effective policies for the
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
-       * These policies include the policy set on the
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
-       * and those set on its parents and ancestors up to the
-       * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope].
-       * Note that these policies are not filtered according to the resource type
-       * of the
+       * The effective policies for the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
+       * These policies include the policy set on the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name] and
+       * those set on its parents and ancestors up to the
+       * [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope]. Note that these policies
+       * are not filtered according to the resource type of the
        * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
        * These policies are hierarchically ordered by
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-       * starting from
-       * [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] starting from [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
        * itself to its parents and ancestors, such that policies[i]'s
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-       * is the child of policies[i+1]'s
-       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource],
-       * if policies[i+1] exists.
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] is the child of policies[i+1]'s
+       * [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource], if policies[i+1] exists.
        * 
* * @@ -2986,10 +2738,9 @@ public com.google.protobuf.Parser getParserForType() { *
    * The effective policies for a batch of resources. Note that the results
    * order is the same as the order of
-   * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names].
-   * When a resource does not have any effective {{iam_name_short}} policies,
-   * its corresponding policy_result will contain empty
-   * [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
+   * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names]. When a resource does not
+   * have any effective IAM policies, its corresponding policy_result will
+   * contain empty [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
    * 
* * @@ -3008,10 +2759,9 @@ public com.google.protobuf.Parser getParserForType() { *
    * The effective policies for a batch of resources. Note that the results
    * order is the same as the order of
-   * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names].
-   * When a resource does not have any effective {{iam_name_short}} policies,
-   * its corresponding policy_result will contain empty
-   * [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
+   * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names]. When a resource does not
+   * have any effective IAM policies, its corresponding policy_result will
+   * contain empty [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
    * 
* * @@ -3032,10 +2782,9 @@ public com.google.protobuf.Parser getParserForType() { *
    * The effective policies for a batch of resources. Note that the results
    * order is the same as the order of
-   * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names].
-   * When a resource does not have any effective {{iam_name_short}} policies,
-   * its corresponding policy_result will contain empty
-   * [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
+   * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names]. When a resource does not
+   * have any effective IAM policies, its corresponding policy_result will
+   * contain empty [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
    * 
* * @@ -3052,10 +2801,9 @@ public int getPolicyResultsCount() { *
    * The effective policies for a batch of resources. Note that the results
    * order is the same as the order of
-   * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names].
-   * When a resource does not have any effective {{iam_name_short}} policies,
-   * its corresponding policy_result will contain empty
-   * [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
+   * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names]. When a resource does not
+   * have any effective IAM policies, its corresponding policy_result will
+   * contain empty [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
    * 
* * @@ -3073,10 +2821,9 @@ public int getPolicyResultsCount() { *
    * The effective policies for a batch of resources. Note that the results
    * order is the same as the order of
-   * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names].
-   * When a resource does not have any effective {{iam_name_short}} policies,
-   * its corresponding policy_result will contain empty
-   * [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
+   * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names]. When a resource does not
+   * have any effective IAM policies, its corresponding policy_result will
+   * contain empty [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
    * 
* * @@ -3255,8 +3002,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * A response message for
-   * [AssetService.BatchGetEffectiveIamPolicies][google.cloud.asset.v1.AssetService.BatchGetEffectiveIamPolicies].
+   * A response message for [AssetService.BatchGetEffectiveIamPolicies][google.cloud.asset.v1.AssetService.BatchGetEffectiveIamPolicies].
    * 
* * Protobuf type {@code google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse} @@ -3502,10 +3248,9 @@ private void ensurePolicyResultsIsMutable() { *
      * The effective policies for a batch of resources. Note that the results
      * order is the same as the order of
-     * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names].
-     * When a resource does not have any effective {{iam_name_short}} policies,
-     * its corresponding policy_result will contain empty
-     * [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
+     * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names]. When a resource does not
+     * have any effective IAM policies, its corresponding policy_result will
+     * contain empty [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
      * 
* * @@ -3527,10 +3272,9 @@ private void ensurePolicyResultsIsMutable() { *
      * The effective policies for a batch of resources. Note that the results
      * order is the same as the order of
-     * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names].
-     * When a resource does not have any effective {{iam_name_short}} policies,
-     * its corresponding policy_result will contain empty
-     * [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
+     * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names]. When a resource does not
+     * have any effective IAM policies, its corresponding policy_result will
+     * contain empty [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
      * 
* * @@ -3550,10 +3294,9 @@ public int getPolicyResultsCount() { *
      * The effective policies for a batch of resources. Note that the results
      * order is the same as the order of
-     * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names].
-     * When a resource does not have any effective {{iam_name_short}} policies,
-     * its corresponding policy_result will contain empty
-     * [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
+     * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names]. When a resource does not
+     * have any effective IAM policies, its corresponding policy_result will
+     * contain empty [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
      * 
* * @@ -3574,10 +3317,9 @@ public int getPolicyResultsCount() { *
      * The effective policies for a batch of resources. Note that the results
      * order is the same as the order of
-     * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names].
-     * When a resource does not have any effective {{iam_name_short}} policies,
-     * its corresponding policy_result will contain empty
-     * [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
+     * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names]. When a resource does not
+     * have any effective IAM policies, its corresponding policy_result will
+     * contain empty [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
      * 
* * @@ -3605,10 +3347,9 @@ public Builder setPolicyResults( *
      * The effective policies for a batch of resources. Note that the results
      * order is the same as the order of
-     * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names].
-     * When a resource does not have any effective {{iam_name_short}} policies,
-     * its corresponding policy_result will contain empty
-     * [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
+     * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names]. When a resource does not
+     * have any effective IAM policies, its corresponding policy_result will
+     * contain empty [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
      * 
* * @@ -3634,10 +3375,9 @@ public Builder setPolicyResults( *
      * The effective policies for a batch of resources. Note that the results
      * order is the same as the order of
-     * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names].
-     * When a resource does not have any effective {{iam_name_short}} policies,
-     * its corresponding policy_result will contain empty
-     * [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
+     * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names]. When a resource does not
+     * have any effective IAM policies, its corresponding policy_result will
+     * contain empty [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
      * 
* * @@ -3664,10 +3404,9 @@ public Builder addPolicyResults( *
      * The effective policies for a batch of resources. Note that the results
      * order is the same as the order of
-     * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names].
-     * When a resource does not have any effective {{iam_name_short}} policies,
-     * its corresponding policy_result will contain empty
-     * [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
+     * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names]. When a resource does not
+     * have any effective IAM policies, its corresponding policy_result will
+     * contain empty [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
      * 
* * @@ -3695,10 +3434,9 @@ public Builder addPolicyResults( *
      * The effective policies for a batch of resources. Note that the results
      * order is the same as the order of
-     * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names].
-     * When a resource does not have any effective {{iam_name_short}} policies,
-     * its corresponding policy_result will contain empty
-     * [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
+     * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names]. When a resource does not
+     * have any effective IAM policies, its corresponding policy_result will
+     * contain empty [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
      * 
* * @@ -3723,10 +3461,9 @@ public Builder addPolicyResults( *
      * The effective policies for a batch of resources. Note that the results
      * order is the same as the order of
-     * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names].
-     * When a resource does not have any effective {{iam_name_short}} policies,
-     * its corresponding policy_result will contain empty
-     * [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
+     * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names]. When a resource does not
+     * have any effective IAM policies, its corresponding policy_result will
+     * contain empty [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
      * 
* * @@ -3752,10 +3489,9 @@ public Builder addPolicyResults( *
      * The effective policies for a batch of resources. Note that the results
      * order is the same as the order of
-     * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names].
-     * When a resource does not have any effective {{iam_name_short}} policies,
-     * its corresponding policy_result will contain empty
-     * [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
+     * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names]. When a resource does not
+     * have any effective IAM policies, its corresponding policy_result will
+     * contain empty [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
      * 
* * @@ -3783,10 +3519,9 @@ public Builder addAllPolicyResults( *
      * The effective policies for a batch of resources. Note that the results
      * order is the same as the order of
-     * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names].
-     * When a resource does not have any effective {{iam_name_short}} policies,
-     * its corresponding policy_result will contain empty
-     * [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
+     * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names]. When a resource does not
+     * have any effective IAM policies, its corresponding policy_result will
+     * contain empty [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
      * 
* * @@ -3809,10 +3544,9 @@ public Builder clearPolicyResults() { *
      * The effective policies for a batch of resources. Note that the results
      * order is the same as the order of
-     * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names].
-     * When a resource does not have any effective {{iam_name_short}} policies,
-     * its corresponding policy_result will contain empty
-     * [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
+     * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names]. When a resource does not
+     * have any effective IAM policies, its corresponding policy_result will
+     * contain empty [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
      * 
* * @@ -3835,10 +3569,9 @@ public Builder removePolicyResults(int index) { *
      * The effective policies for a batch of resources. Note that the results
      * order is the same as the order of
-     * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names].
-     * When a resource does not have any effective {{iam_name_short}} policies,
-     * its corresponding policy_result will contain empty
-     * [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
+     * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names]. When a resource does not
+     * have any effective IAM policies, its corresponding policy_result will
+     * contain empty [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
      * 
* * @@ -3855,10 +3588,9 @@ public Builder removePolicyResults(int index) { *
      * The effective policies for a batch of resources. Note that the results
      * order is the same as the order of
-     * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names].
-     * When a resource does not have any effective {{iam_name_short}} policies,
-     * its corresponding policy_result will contain empty
-     * [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
+     * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names]. When a resource does not
+     * have any effective IAM policies, its corresponding policy_result will
+     * contain empty [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
      * 
* * @@ -3880,10 +3612,9 @@ public Builder removePolicyResults(int index) { *
      * The effective policies for a batch of resources. Note that the results
      * order is the same as the order of
-     * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names].
-     * When a resource does not have any effective {{iam_name_short}} policies,
-     * its corresponding policy_result will contain empty
-     * [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
+     * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names]. When a resource does not
+     * have any effective IAM policies, its corresponding policy_result will
+     * contain empty [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
      * 
* * @@ -3907,10 +3638,9 @@ public Builder removePolicyResults(int index) { *
      * The effective policies for a batch of resources. Note that the results
      * order is the same as the order of
-     * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names].
-     * When a resource does not have any effective {{iam_name_short}} policies,
-     * its corresponding policy_result will contain empty
-     * [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
+     * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names]. When a resource does not
+     * have any effective IAM policies, its corresponding policy_result will
+     * contain empty [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
      * 
* * @@ -3930,10 +3660,9 @@ public Builder removePolicyResults(int index) { *
      * The effective policies for a batch of resources. Note that the results
      * order is the same as the order of
-     * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names].
-     * When a resource does not have any effective {{iam_name_short}} policies,
-     * its corresponding policy_result will contain empty
-     * [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
+     * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names]. When a resource does not
+     * have any effective IAM policies, its corresponding policy_result will
+     * contain empty [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
      * 
* * @@ -3954,10 +3683,9 @@ public Builder removePolicyResults(int index) { *
      * The effective policies for a batch of resources. Note that the results
      * order is the same as the order of
-     * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names].
-     * When a resource does not have any effective {{iam_name_short}} policies,
-     * its corresponding policy_result will contain empty
-     * [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
+     * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names]. When a resource does not
+     * have any effective IAM policies, its corresponding policy_result will
+     * contain empty [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
      * 
* * diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/BatchGetEffectiveIamPoliciesResponseOrBuilder.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/BatchGetEffectiveIamPoliciesResponseOrBuilder.java index dcdfbf19123b..e78508e772f7 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/BatchGetEffectiveIamPoliciesResponseOrBuilder.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/BatchGetEffectiveIamPoliciesResponseOrBuilder.java @@ -29,10 +29,9 @@ public interface BatchGetEffectiveIamPoliciesResponseOrBuilder *
    * The effective policies for a batch of resources. Note that the results
    * order is the same as the order of
-   * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names].
-   * When a resource does not have any effective {{iam_name_short}} policies,
-   * its corresponding policy_result will contain empty
-   * [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
+   * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names]. When a resource does not
+   * have any effective IAM policies, its corresponding policy_result will
+   * contain empty [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
    * 
* * @@ -47,10 +46,9 @@ public interface BatchGetEffectiveIamPoliciesResponseOrBuilder *
    * The effective policies for a batch of resources. Note that the results
    * order is the same as the order of
-   * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names].
-   * When a resource does not have any effective {{iam_name_short}} policies,
-   * its corresponding policy_result will contain empty
-   * [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
+   * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names]. When a resource does not
+   * have any effective IAM policies, its corresponding policy_result will
+   * contain empty [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
    * 
* * @@ -65,10 +63,9 @@ public interface BatchGetEffectiveIamPoliciesResponseOrBuilder *
    * The effective policies for a batch of resources. Note that the results
    * order is the same as the order of
-   * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names].
-   * When a resource does not have any effective {{iam_name_short}} policies,
-   * its corresponding policy_result will contain empty
-   * [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
+   * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names]. When a resource does not
+   * have any effective IAM policies, its corresponding policy_result will
+   * contain empty [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
    * 
* * @@ -82,10 +79,9 @@ public interface BatchGetEffectiveIamPoliciesResponseOrBuilder *
    * The effective policies for a batch of resources. Note that the results
    * order is the same as the order of
-   * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names].
-   * When a resource does not have any effective {{iam_name_short}} policies,
-   * its corresponding policy_result will contain empty
-   * [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
+   * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names]. When a resource does not
+   * have any effective IAM policies, its corresponding policy_result will
+   * contain empty [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
    * 
* * @@ -103,10 +99,9 @@ public interface BatchGetEffectiveIamPoliciesResponseOrBuilder *
    * The effective policies for a batch of resources. Note that the results
    * order is the same as the order of
-   * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names].
-   * When a resource does not have any effective {{iam_name_short}} policies,
-   * its corresponding policy_result will contain empty
-   * [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
+   * [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names]. When a resource does not
+   * have any effective IAM policies, its corresponding policy_result will
+   * contain empty [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
    * 
* * diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/BigQueryDestination.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/BigQueryDestination.java index 334ead3c8cac..2e4697a0b82e 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/BigQueryDestination.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/BigQueryDestination.java @@ -22,7 +22,7 @@ * * *
- * A {{bigquery_name}} destination for exporting assets to.
+ * A BigQuery destination for exporting assets to.
  * 
* * Protobuf type {@code google.cloud.asset.v1.BigQueryDestination} @@ -74,14 +74,14 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The {{bigquery_name}} dataset in format
+   * Required. The BigQuery dataset in format
    * "projects/projectId/datasets/datasetId", to which the snapshot result
    * should be exported. If this dataset does not exist, the export call returns
    * an INVALID_ARGUMENT error. Setting the `contentType` for `exportAssets`
    * determines the
    * [schema](/asset-inventory/docs/exporting-to-bigquery#bigquery-schema)
-   * of the {{bigquery_name}} table. Setting `separateTablesPerAssetType` to
-   * `TRUE` also influences the schema.
+   * of the BigQuery table. Setting `separateTablesPerAssetType` to `TRUE` also
+   * influences the schema.
    * 
* * string dataset = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -104,14 +104,14 @@ public java.lang.String getDataset() { * * *
-   * Required. The {{bigquery_name}} dataset in format
+   * Required. The BigQuery dataset in format
    * "projects/projectId/datasets/datasetId", to which the snapshot result
    * should be exported. If this dataset does not exist, the export call returns
    * an INVALID_ARGUMENT error. Setting the `contentType` for `exportAssets`
    * determines the
    * [schema](/asset-inventory/docs/exporting-to-bigquery#bigquery-schema)
-   * of the {{bigquery_name}} table. Setting `separateTablesPerAssetType` to
-   * `TRUE` also influences the schema.
+   * of the BigQuery table. Setting `separateTablesPerAssetType` to `TRUE` also
+   * influences the schema.
    * 
* * string dataset = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -137,8 +137,8 @@ public com.google.protobuf.ByteString getDatasetBytes() { * * *
-   * Required. The {{bigquery_name}} table to which the snapshot result should
-   * be written. If this table does not exist, a new table with the given name
+   * Required. The BigQuery table to which the snapshot result should be
+   * written. If this table does not exist, a new table with the given name
    * will be created.
    * 
* @@ -162,8 +162,8 @@ public java.lang.String getTable() { * * *
-   * Required. The {{bigquery_name}} table to which the snapshot result should
-   * be written. If this table does not exist, a new table with the given name
+   * Required. The BigQuery table to which the snapshot result should be
+   * written. If this table does not exist, a new table with the given name
    * will be created.
    * 
* @@ -316,7 +316,7 @@ public com.google.cloud.asset.v1.PartitionSpecOrBuilder getPartitionSpecOrBuilde * When [content_type] in the ExportAssetsRequest is `RESOURCE`, the schema of * each table will include RECORD-type columns mapped to the nested fields in * the Asset.resource.data field of that asset type (up to the 15 nested level - * {{bigquery_name}} supports + * BigQuery supports * (https://cloud.google.com/bigquery/docs/nested-repeated#limitations)). The * fields in >15 nested levels will be stored in JSON format string as a child * column of its parent RECORD column. @@ -540,7 +540,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * A {{bigquery_name}} destination for exporting assets to.
+   * A BigQuery destination for exporting assets to.
    * 
* * Protobuf type {@code google.cloud.asset.v1.BigQueryDestination} @@ -768,14 +768,14 @@ public Builder mergeFrom( * * *
-     * Required. The {{bigquery_name}} dataset in format
+     * Required. The BigQuery dataset in format
      * "projects/projectId/datasets/datasetId", to which the snapshot result
      * should be exported. If this dataset does not exist, the export call returns
      * an INVALID_ARGUMENT error. Setting the `contentType` for `exportAssets`
      * determines the
      * [schema](/asset-inventory/docs/exporting-to-bigquery#bigquery-schema)
-     * of the {{bigquery_name}} table. Setting `separateTablesPerAssetType` to
-     * `TRUE` also influences the schema.
+     * of the BigQuery table. Setting `separateTablesPerAssetType` to `TRUE` also
+     * influences the schema.
      * 
* * string dataset = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -797,14 +797,14 @@ public java.lang.String getDataset() { * * *
-     * Required. The {{bigquery_name}} dataset in format
+     * Required. The BigQuery dataset in format
      * "projects/projectId/datasets/datasetId", to which the snapshot result
      * should be exported. If this dataset does not exist, the export call returns
      * an INVALID_ARGUMENT error. Setting the `contentType` for `exportAssets`
      * determines the
      * [schema](/asset-inventory/docs/exporting-to-bigquery#bigquery-schema)
-     * of the {{bigquery_name}} table. Setting `separateTablesPerAssetType` to
-     * `TRUE` also influences the schema.
+     * of the BigQuery table. Setting `separateTablesPerAssetType` to `TRUE` also
+     * influences the schema.
      * 
* * string dataset = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -826,14 +826,14 @@ public com.google.protobuf.ByteString getDatasetBytes() { * * *
-     * Required. The {{bigquery_name}} dataset in format
+     * Required. The BigQuery dataset in format
      * "projects/projectId/datasets/datasetId", to which the snapshot result
      * should be exported. If this dataset does not exist, the export call returns
      * an INVALID_ARGUMENT error. Setting the `contentType` for `exportAssets`
      * determines the
      * [schema](/asset-inventory/docs/exporting-to-bigquery#bigquery-schema)
-     * of the {{bigquery_name}} table. Setting `separateTablesPerAssetType` to
-     * `TRUE` also influences the schema.
+     * of the BigQuery table. Setting `separateTablesPerAssetType` to `TRUE` also
+     * influences the schema.
      * 
* * string dataset = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -854,14 +854,14 @@ public Builder setDataset(java.lang.String value) { * * *
-     * Required. The {{bigquery_name}} dataset in format
+     * Required. The BigQuery dataset in format
      * "projects/projectId/datasets/datasetId", to which the snapshot result
      * should be exported. If this dataset does not exist, the export call returns
      * an INVALID_ARGUMENT error. Setting the `contentType` for `exportAssets`
      * determines the
      * [schema](/asset-inventory/docs/exporting-to-bigquery#bigquery-schema)
-     * of the {{bigquery_name}} table. Setting `separateTablesPerAssetType` to
-     * `TRUE` also influences the schema.
+     * of the BigQuery table. Setting `separateTablesPerAssetType` to `TRUE` also
+     * influences the schema.
      * 
* * string dataset = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -878,14 +878,14 @@ public Builder clearDataset() { * * *
-     * Required. The {{bigquery_name}} dataset in format
+     * Required. The BigQuery dataset in format
      * "projects/projectId/datasets/datasetId", to which the snapshot result
      * should be exported. If this dataset does not exist, the export call returns
      * an INVALID_ARGUMENT error. Setting the `contentType` for `exportAssets`
      * determines the
      * [schema](/asset-inventory/docs/exporting-to-bigquery#bigquery-schema)
-     * of the {{bigquery_name}} table. Setting `separateTablesPerAssetType` to
-     * `TRUE` also influences the schema.
+     * of the BigQuery table. Setting `separateTablesPerAssetType` to `TRUE` also
+     * influences the schema.
      * 
* * string dataset = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -909,8 +909,8 @@ public Builder setDatasetBytes(com.google.protobuf.ByteString value) { * * *
-     * Required. The {{bigquery_name}} table to which the snapshot result should
-     * be written. If this table does not exist, a new table with the given name
+     * Required. The BigQuery table to which the snapshot result should be
+     * written. If this table does not exist, a new table with the given name
      * will be created.
      * 
* @@ -933,8 +933,8 @@ public java.lang.String getTable() { * * *
-     * Required. The {{bigquery_name}} table to which the snapshot result should
-     * be written. If this table does not exist, a new table with the given name
+     * Required. The BigQuery table to which the snapshot result should be
+     * written. If this table does not exist, a new table with the given name
      * will be created.
      * 
* @@ -957,8 +957,8 @@ public com.google.protobuf.ByteString getTableBytes() { * * *
-     * Required. The {{bigquery_name}} table to which the snapshot result should
-     * be written. If this table does not exist, a new table with the given name
+     * Required. The BigQuery table to which the snapshot result should be
+     * written. If this table does not exist, a new table with the given name
      * will be created.
      * 
* @@ -980,8 +980,8 @@ public Builder setTable(java.lang.String value) { * * *
-     * Required. The {{bigquery_name}} table to which the snapshot result should
-     * be written. If this table does not exist, a new table with the given name
+     * Required. The BigQuery table to which the snapshot result should be
+     * written. If this table does not exist, a new table with the given name
      * will be created.
      * 
* @@ -999,8 +999,8 @@ public Builder clearTable() { * * *
-     * Required. The {{bigquery_name}} table to which the snapshot result should
-     * be written. If this table does not exist, a new table with the given name
+     * Required. The BigQuery table to which the snapshot result should be
+     * written. If this table does not exist, a new table with the given name
      * will be created.
      * 
* @@ -1413,7 +1413,7 @@ public com.google.cloud.asset.v1.PartitionSpecOrBuilder getPartitionSpecOrBuilde * When [content_type] in the ExportAssetsRequest is `RESOURCE`, the schema of * each table will include RECORD-type columns mapped to the nested fields in * the Asset.resource.data field of that asset type (up to the 15 nested level - * {{bigquery_name}} supports + * BigQuery supports * (https://cloud.google.com/bigquery/docs/nested-repeated#limitations)). The * fields in >15 nested levels will be stored in JSON format string as a child * column of its parent RECORD column. @@ -1451,7 +1451,7 @@ public boolean getSeparateTablesPerAssetType() { * When [content_type] in the ExportAssetsRequest is `RESOURCE`, the schema of * each table will include RECORD-type columns mapped to the nested fields in * the Asset.resource.data field of that asset type (up to the 15 nested level - * {{bigquery_name}} supports + * BigQuery supports * (https://cloud.google.com/bigquery/docs/nested-repeated#limitations)). The * fields in >15 nested levels will be stored in JSON format string as a child * column of its parent RECORD column. @@ -1492,7 +1492,7 @@ public Builder setSeparateTablesPerAssetType(boolean value) { * When [content_type] in the ExportAssetsRequest is `RESOURCE`, the schema of * each table will include RECORD-type columns mapped to the nested fields in * the Asset.resource.data field of that asset type (up to the 15 nested level - * {{bigquery_name}} supports + * BigQuery supports * (https://cloud.google.com/bigquery/docs/nested-repeated#limitations)). The * fields in >15 nested levels will be stored in JSON format string as a child * column of its parent RECORD column. diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/BigQueryDestinationOrBuilder.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/BigQueryDestinationOrBuilder.java index 7de7b27d4108..b5571d295fbd 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/BigQueryDestinationOrBuilder.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/BigQueryDestinationOrBuilder.java @@ -27,14 +27,14 @@ public interface BigQueryDestinationOrBuilder * * *
-   * Required. The {{bigquery_name}} dataset in format
+   * Required. The BigQuery dataset in format
    * "projects/projectId/datasets/datasetId", to which the snapshot result
    * should be exported. If this dataset does not exist, the export call returns
    * an INVALID_ARGUMENT error. Setting the `contentType` for `exportAssets`
    * determines the
    * [schema](/asset-inventory/docs/exporting-to-bigquery#bigquery-schema)
-   * of the {{bigquery_name}} table. Setting `separateTablesPerAssetType` to
-   * `TRUE` also influences the schema.
+   * of the BigQuery table. Setting `separateTablesPerAssetType` to `TRUE` also
+   * influences the schema.
    * 
* * string dataset = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -46,14 +46,14 @@ public interface BigQueryDestinationOrBuilder * * *
-   * Required. The {{bigquery_name}} dataset in format
+   * Required. The BigQuery dataset in format
    * "projects/projectId/datasets/datasetId", to which the snapshot result
    * should be exported. If this dataset does not exist, the export call returns
    * an INVALID_ARGUMENT error. Setting the `contentType` for `exportAssets`
    * determines the
    * [schema](/asset-inventory/docs/exporting-to-bigquery#bigquery-schema)
-   * of the {{bigquery_name}} table. Setting `separateTablesPerAssetType` to
-   * `TRUE` also influences the schema.
+   * of the BigQuery table. Setting `separateTablesPerAssetType` to `TRUE` also
+   * influences the schema.
    * 
* * string dataset = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -66,8 +66,8 @@ public interface BigQueryDestinationOrBuilder * * *
-   * Required. The {{bigquery_name}} table to which the snapshot result should
-   * be written. If this table does not exist, a new table with the given name
+   * Required. The BigQuery table to which the snapshot result should be
+   * written. If this table does not exist, a new table with the given name
    * will be created.
    * 
* @@ -80,8 +80,8 @@ public interface BigQueryDestinationOrBuilder * * *
-   * Required. The {{bigquery_name}} table to which the snapshot result should
-   * be written. If this table does not exist, a new table with the given name
+   * Required. The BigQuery table to which the snapshot result should be
+   * written. If this table does not exist, a new table with the given name
    * will be created.
    * 
* @@ -203,7 +203,7 @@ public interface BigQueryDestinationOrBuilder * When [content_type] in the ExportAssetsRequest is `RESOURCE`, the schema of * each table will include RECORD-type columns mapped to the nested fields in * the Asset.resource.data field of that asset type (up to the 15 nested level - * {{bigquery_name}} supports + * BigQuery supports * (https://cloud.google.com/bigquery/docs/nested-repeated#limitations)). The * fields in >15 nested levels will be stored in JSON format string as a child * column of its parent RECORD column. diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ContentType.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ContentType.java index a976a147171e..973207d8905d 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ContentType.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ContentType.java @@ -52,7 +52,7 @@ public enum ContentType implements com.google.protobuf.ProtocolMessageEnum { * * *
-   * The actual {{iam_name_short}} policy set on a resource.
+   * The actual IAM policy set on a resource.
    * 
* * IAM_POLICY = 2; @@ -62,7 +62,7 @@ public enum ContentType implements com.google.protobuf.ProtocolMessageEnum { * * *
-   * The organization policy set on an asset.
+   * The Cloud Organization Policy set on an asset.
    * 
* * ORG_POLICY = 4; @@ -72,7 +72,7 @@ public enum ContentType implements com.google.protobuf.ProtocolMessageEnum { * * *
-   * The {{acm_name}} policy set on an asset.
+   * The Cloud Access context manager Policy set on an asset.
    * 
* * ACCESS_POLICY = 5; @@ -125,7 +125,7 @@ public enum ContentType implements com.google.protobuf.ProtocolMessageEnum { * * *
-   * The actual {{iam_name_short}} policy set on a resource.
+   * The actual IAM policy set on a resource.
    * 
* * IAM_POLICY = 2; @@ -135,7 +135,7 @@ public enum ContentType implements com.google.protobuf.ProtocolMessageEnum { * * *
-   * The organization policy set on an asset.
+   * The Cloud Organization Policy set on an asset.
    * 
* * ORG_POLICY = 4; @@ -145,7 +145,7 @@ public enum ContentType implements com.google.protobuf.ProtocolMessageEnum { * * *
-   * The {{acm_name}} policy set on an asset.
+   * The Cloud Access context manager Policy set on an asset.
    * 
* * ACCESS_POLICY = 5; diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/CreateFeedRequest.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/CreateFeedRequest.java index 60b1d7f9cc3f..2c455c809c7f 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/CreateFeedRequest.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/CreateFeedRequest.java @@ -182,8 +182,9 @@ public com.google.protobuf.ByteString getFeedIdBytes() { * * *
-   * Required. The feed details. The field `name` must be empty and it will be
-   * generated in the format of: projects/project_number/feeds/feed_id
+   * Required. The feed details. The field `name` must be empty and it will be generated
+   * in the format of:
+   * projects/project_number/feeds/feed_id
    * folders/folder_number/feeds/feed_id
    * organizations/organization_number/feeds/feed_id
    * 
@@ -200,8 +201,9 @@ public boolean hasFeed() { * * *
-   * Required. The feed details. The field `name` must be empty and it will be
-   * generated in the format of: projects/project_number/feeds/feed_id
+   * Required. The feed details. The field `name` must be empty and it will be generated
+   * in the format of:
+   * projects/project_number/feeds/feed_id
    * folders/folder_number/feeds/feed_id
    * organizations/organization_number/feeds/feed_id
    * 
@@ -218,8 +220,9 @@ public com.google.cloud.asset.v1.Feed getFeed() { * * *
-   * Required. The feed details. The field `name` must be empty and it will be
-   * generated in the format of: projects/project_number/feeds/feed_id
+   * Required. The feed details. The field `name` must be empty and it will be generated
+   * in the format of:
+   * projects/project_number/feeds/feed_id
    * folders/folder_number/feeds/feed_id
    * organizations/organization_number/feeds/feed_id
    * 
@@ -863,8 +866,9 @@ public Builder setFeedIdBytes(com.google.protobuf.ByteString value) { * * *
-     * Required. The feed details. The field `name` must be empty and it will be
-     * generated in the format of: projects/project_number/feeds/feed_id
+     * Required. The feed details. The field `name` must be empty and it will be generated
+     * in the format of:
+     * projects/project_number/feeds/feed_id
      * folders/folder_number/feeds/feed_id
      * organizations/organization_number/feeds/feed_id
      * 
@@ -880,8 +884,9 @@ public boolean hasFeed() { * * *
-     * Required. The feed details. The field `name` must be empty and it will be
-     * generated in the format of: projects/project_number/feeds/feed_id
+     * Required. The feed details. The field `name` must be empty and it will be generated
+     * in the format of:
+     * projects/project_number/feeds/feed_id
      * folders/folder_number/feeds/feed_id
      * organizations/organization_number/feeds/feed_id
      * 
@@ -901,8 +906,9 @@ public com.google.cloud.asset.v1.Feed getFeed() { * * *
-     * Required. The feed details. The field `name` must be empty and it will be
-     * generated in the format of: projects/project_number/feeds/feed_id
+     * Required. The feed details. The field `name` must be empty and it will be generated
+     * in the format of:
+     * projects/project_number/feeds/feed_id
      * folders/folder_number/feeds/feed_id
      * organizations/organization_number/feeds/feed_id
      * 
@@ -926,8 +932,9 @@ public Builder setFeed(com.google.cloud.asset.v1.Feed value) { * * *
-     * Required. The feed details. The field `name` must be empty and it will be
-     * generated in the format of: projects/project_number/feeds/feed_id
+     * Required. The feed details. The field `name` must be empty and it will be generated
+     * in the format of:
+     * projects/project_number/feeds/feed_id
      * folders/folder_number/feeds/feed_id
      * organizations/organization_number/feeds/feed_id
      * 
@@ -948,8 +955,9 @@ public Builder setFeed(com.google.cloud.asset.v1.Feed.Builder builderForValue) { * * *
-     * Required. The feed details. The field `name` must be empty and it will be
-     * generated in the format of: projects/project_number/feeds/feed_id
+     * Required. The feed details. The field `name` must be empty and it will be generated
+     * in the format of:
+     * projects/project_number/feeds/feed_id
      * folders/folder_number/feeds/feed_id
      * organizations/organization_number/feeds/feed_id
      * 
@@ -974,8 +982,9 @@ public Builder mergeFeed(com.google.cloud.asset.v1.Feed value) { * * *
-     * Required. The feed details. The field `name` must be empty and it will be
-     * generated in the format of: projects/project_number/feeds/feed_id
+     * Required. The feed details. The field `name` must be empty and it will be generated
+     * in the format of:
+     * projects/project_number/feeds/feed_id
      * folders/folder_number/feeds/feed_id
      * organizations/organization_number/feeds/feed_id
      * 
@@ -997,8 +1006,9 @@ public Builder clearFeed() { * * *
-     * Required. The feed details. The field `name` must be empty and it will be
-     * generated in the format of: projects/project_number/feeds/feed_id
+     * Required. The feed details. The field `name` must be empty and it will be generated
+     * in the format of:
+     * projects/project_number/feeds/feed_id
      * folders/folder_number/feeds/feed_id
      * organizations/organization_number/feeds/feed_id
      * 
@@ -1014,8 +1024,9 @@ public com.google.cloud.asset.v1.Feed.Builder getFeedBuilder() { * * *
-     * Required. The feed details. The field `name` must be empty and it will be
-     * generated in the format of: projects/project_number/feeds/feed_id
+     * Required. The feed details. The field `name` must be empty and it will be generated
+     * in the format of:
+     * projects/project_number/feeds/feed_id
      * folders/folder_number/feeds/feed_id
      * organizations/organization_number/feeds/feed_id
      * 
@@ -1033,8 +1044,9 @@ public com.google.cloud.asset.v1.FeedOrBuilder getFeedOrBuilder() { * * *
-     * Required. The feed details. The field `name` must be empty and it will be
-     * generated in the format of: projects/project_number/feeds/feed_id
+     * Required. The feed details. The field `name` must be empty and it will be generated
+     * in the format of:
+     * projects/project_number/feeds/feed_id
      * folders/folder_number/feeds/feed_id
      * organizations/organization_number/feeds/feed_id
      * 
diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/CreateFeedRequestOrBuilder.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/CreateFeedRequestOrBuilder.java index 8b873ad91afc..50a62037baab 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/CreateFeedRequestOrBuilder.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/CreateFeedRequestOrBuilder.java @@ -87,8 +87,9 @@ public interface CreateFeedRequestOrBuilder * * *
-   * Required. The feed details. The field `name` must be empty and it will be
-   * generated in the format of: projects/project_number/feeds/feed_id
+   * Required. The feed details. The field `name` must be empty and it will be generated
+   * in the format of:
+   * projects/project_number/feeds/feed_id
    * folders/folder_number/feeds/feed_id
    * organizations/organization_number/feeds/feed_id
    * 
@@ -102,8 +103,9 @@ public interface CreateFeedRequestOrBuilder * * *
-   * Required. The feed details. The field `name` must be empty and it will be
-   * generated in the format of: projects/project_number/feeds/feed_id
+   * Required. The feed details. The field `name` must be empty and it will be generated
+   * in the format of:
+   * projects/project_number/feeds/feed_id
    * folders/folder_number/feeds/feed_id
    * organizations/organization_number/feeds/feed_id
    * 
@@ -117,8 +119,9 @@ public interface CreateFeedRequestOrBuilder * * *
-   * Required. The feed details. The field `name` must be empty and it will be
-   * generated in the format of: projects/project_number/feeds/feed_id
+   * Required. The feed details. The field `name` must be empty and it will be generated
+   * in the format of:
+   * projects/project_number/feeds/feed_id
    * folders/folder_number/feeds/feed_id
    * organizations/organization_number/feeds/feed_id
    * 
diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/CreateSavedQueryRequest.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/CreateSavedQueryRequest.java index fdf201d6311b..fdd1bd238ee0 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/CreateSavedQueryRequest.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/CreateSavedQueryRequest.java @@ -74,11 +74,11 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The name of the project/folder/organization where this
-   * saved_query should be created in. It can only be an organization number
-   * (such as "organizations/123"), a folder number (such as "folders/123"), a
-   * project ID (such as "projects/my-project-id")", or a project number (such
-   * as "projects/12345").
+   * Required. The name of the project/folder/organization where this saved_query
+   * should be created in. It can only be an organization number (such as
+   * "organizations/123"), a folder number (such as "folders/123"), a project ID
+   * (such as "projects/my-project-id")", or a project number (such as
+   * "projects/12345").
    * 
* * @@ -103,11 +103,11 @@ public java.lang.String getParent() { * * *
-   * Required. The name of the project/folder/organization where this
-   * saved_query should be created in. It can only be an organization number
-   * (such as "organizations/123"), a folder number (such as "folders/123"), a
-   * project ID (such as "projects/my-project-id")", or a project number (such
-   * as "projects/12345").
+   * Required. The name of the project/folder/organization where this saved_query
+   * should be created in. It can only be an organization number (such as
+   * "organizations/123"), a folder number (such as "folders/123"), a project ID
+   * (such as "projects/my-project-id")", or a project number (such as
+   * "projects/12345").
    * 
* * @@ -135,8 +135,8 @@ public com.google.protobuf.ByteString getParentBytes() { * * *
-   * Required. The saved_query details. The `name` field must be empty as it
-   * will be generated based on the parent and saved_query_id.
+   * Required. The saved_query details. The `name` field must be empty as it will be
+   * generated based on the parent and saved_query_id.
    * 
* * @@ -153,8 +153,8 @@ public boolean hasSavedQuery() { * * *
-   * Required. The saved_query details. The `name` field must be empty as it
-   * will be generated based on the parent and saved_query_id.
+   * Required. The saved_query details. The `name` field must be empty as it will be
+   * generated based on the parent and saved_query_id.
    * 
* * @@ -173,8 +173,8 @@ public com.google.cloud.asset.v1.SavedQuery getSavedQuery() { * * *
-   * Required. The saved_query details. The `name` field must be empty as it
-   * will be generated based on the parent and saved_query_id.
+   * Required. The saved_query details. The `name` field must be empty as it will be
+   * generated based on the parent and saved_query_id.
    * 
* * @@ -192,9 +192,9 @@ public com.google.cloud.asset.v1.SavedQueryOrBuilder getSavedQueryOrBuilder() { * * *
-   * Required. The ID to use for the saved query, which must be unique in the
-   * specified parent. It will become the final component of the saved query's
-   * resource name.
+   * Required. The ID to use for the saved query, which must be unique in the specified
+   * parent. It will become the final component of the saved query's resource
+   * name.
    * This value should be 4-63 characters, and valid characters
    * are /[a-z][0-9]-/.
    * Notice that this field is required in the saved query creation, and the
@@ -221,9 +221,9 @@ public java.lang.String getSavedQueryId() {
    *
    *
    * 
-   * Required. The ID to use for the saved query, which must be unique in the
-   * specified parent. It will become the final component of the saved query's
-   * resource name.
+   * Required. The ID to use for the saved query, which must be unique in the specified
+   * parent. It will become the final component of the saved query's resource
+   * name.
    * This value should be 4-63 characters, and valid characters
    * are /[a-z][0-9]-/.
    * Notice that this field is required in the saved query creation, and the
@@ -638,11 +638,11 @@ public Builder mergeFrom(
      *
      *
      * 
-     * Required. The name of the project/folder/organization where this
-     * saved_query should be created in. It can only be an organization number
-     * (such as "organizations/123"), a folder number (such as "folders/123"), a
-     * project ID (such as "projects/my-project-id")", or a project number (such
-     * as "projects/12345").
+     * Required. The name of the project/folder/organization where this saved_query
+     * should be created in. It can only be an organization number (such as
+     * "organizations/123"), a folder number (such as "folders/123"), a project ID
+     * (such as "projects/my-project-id")", or a project number (such as
+     * "projects/12345").
      * 
* * @@ -666,11 +666,11 @@ public java.lang.String getParent() { * * *
-     * Required. The name of the project/folder/organization where this
-     * saved_query should be created in. It can only be an organization number
-     * (such as "organizations/123"), a folder number (such as "folders/123"), a
-     * project ID (such as "projects/my-project-id")", or a project number (such
-     * as "projects/12345").
+     * Required. The name of the project/folder/organization where this saved_query
+     * should be created in. It can only be an organization number (such as
+     * "organizations/123"), a folder number (such as "folders/123"), a project ID
+     * (such as "projects/my-project-id")", or a project number (such as
+     * "projects/12345").
      * 
* * @@ -694,11 +694,11 @@ public com.google.protobuf.ByteString getParentBytes() { * * *
-     * Required. The name of the project/folder/organization where this
-     * saved_query should be created in. It can only be an organization number
-     * (such as "organizations/123"), a folder number (such as "folders/123"), a
-     * project ID (such as "projects/my-project-id")", or a project number (such
-     * as "projects/12345").
+     * Required. The name of the project/folder/organization where this saved_query
+     * should be created in. It can only be an organization number (such as
+     * "organizations/123"), a folder number (such as "folders/123"), a project ID
+     * (such as "projects/my-project-id")", or a project number (such as
+     * "projects/12345").
      * 
* * @@ -721,11 +721,11 @@ public Builder setParent(java.lang.String value) { * * *
-     * Required. The name of the project/folder/organization where this
-     * saved_query should be created in. It can only be an organization number
-     * (such as "organizations/123"), a folder number (such as "folders/123"), a
-     * project ID (such as "projects/my-project-id")", or a project number (such
-     * as "projects/12345").
+     * Required. The name of the project/folder/organization where this saved_query
+     * should be created in. It can only be an organization number (such as
+     * "organizations/123"), a folder number (such as "folders/123"), a project ID
+     * (such as "projects/my-project-id")", or a project number (such as
+     * "projects/12345").
      * 
* * @@ -744,11 +744,11 @@ public Builder clearParent() { * * *
-     * Required. The name of the project/folder/organization where this
-     * saved_query should be created in. It can only be an organization number
-     * (such as "organizations/123"), a folder number (such as "folders/123"), a
-     * project ID (such as "projects/my-project-id")", or a project number (such
-     * as "projects/12345").
+     * Required. The name of the project/folder/organization where this saved_query
+     * should be created in. It can only be an organization number (such as
+     * "organizations/123"), a folder number (such as "folders/123"), a project ID
+     * (such as "projects/my-project-id")", or a project number (such as
+     * "projects/12345").
      * 
* * @@ -779,8 +779,8 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { * * *
-     * Required. The saved_query details. The `name` field must be empty as it
-     * will be generated based on the parent and saved_query_id.
+     * Required. The saved_query details. The `name` field must be empty as it will be
+     * generated based on the parent and saved_query_id.
      * 
* * @@ -796,8 +796,8 @@ public boolean hasSavedQuery() { * * *
-     * Required. The saved_query details. The `name` field must be empty as it
-     * will be generated based on the parent and saved_query_id.
+     * Required. The saved_query details. The `name` field must be empty as it will be
+     * generated based on the parent and saved_query_id.
      * 
* * @@ -819,8 +819,8 @@ public com.google.cloud.asset.v1.SavedQuery getSavedQuery() { * * *
-     * Required. The saved_query details. The `name` field must be empty as it
-     * will be generated based on the parent and saved_query_id.
+     * Required. The saved_query details. The `name` field must be empty as it will be
+     * generated based on the parent and saved_query_id.
      * 
* * @@ -844,8 +844,8 @@ public Builder setSavedQuery(com.google.cloud.asset.v1.SavedQuery value) { * * *
-     * Required. The saved_query details. The `name` field must be empty as it
-     * will be generated based on the parent and saved_query_id.
+     * Required. The saved_query details. The `name` field must be empty as it will be
+     * generated based on the parent and saved_query_id.
      * 
* * @@ -866,8 +866,8 @@ public Builder setSavedQuery(com.google.cloud.asset.v1.SavedQuery.Builder builde * * *
-     * Required. The saved_query details. The `name` field must be empty as it
-     * will be generated based on the parent and saved_query_id.
+     * Required. The saved_query details. The `name` field must be empty as it will be
+     * generated based on the parent and saved_query_id.
      * 
* * @@ -895,8 +895,8 @@ public Builder mergeSavedQuery(com.google.cloud.asset.v1.SavedQuery value) { * * *
-     * Required. The saved_query details. The `name` field must be empty as it
-     * will be generated based on the parent and saved_query_id.
+     * Required. The saved_query details. The `name` field must be empty as it will be
+     * generated based on the parent and saved_query_id.
      * 
* * @@ -918,8 +918,8 @@ public Builder clearSavedQuery() { * * *
-     * Required. The saved_query details. The `name` field must be empty as it
-     * will be generated based on the parent and saved_query_id.
+     * Required. The saved_query details. The `name` field must be empty as it will be
+     * generated based on the parent and saved_query_id.
      * 
* * @@ -935,8 +935,8 @@ public com.google.cloud.asset.v1.SavedQuery.Builder getSavedQueryBuilder() { * * *
-     * Required. The saved_query details. The `name` field must be empty as it
-     * will be generated based on the parent and saved_query_id.
+     * Required. The saved_query details. The `name` field must be empty as it will be
+     * generated based on the parent and saved_query_id.
      * 
* * @@ -956,8 +956,8 @@ public com.google.cloud.asset.v1.SavedQueryOrBuilder getSavedQueryOrBuilder() { * * *
-     * Required. The saved_query details. The `name` field must be empty as it
-     * will be generated based on the parent and saved_query_id.
+     * Required. The saved_query details. The `name` field must be empty as it will be
+     * generated based on the parent and saved_query_id.
      * 
* * @@ -986,9 +986,9 @@ public com.google.cloud.asset.v1.SavedQueryOrBuilder getSavedQueryOrBuilder() { * * *
-     * Required. The ID to use for the saved query, which must be unique in the
-     * specified parent. It will become the final component of the saved query's
-     * resource name.
+     * Required. The ID to use for the saved query, which must be unique in the specified
+     * parent. It will become the final component of the saved query's resource
+     * name.
      * This value should be 4-63 characters, and valid characters
      * are /[a-z][0-9]-/.
      * Notice that this field is required in the saved query creation, and the
@@ -1014,9 +1014,9 @@ public java.lang.String getSavedQueryId() {
      *
      *
      * 
-     * Required. The ID to use for the saved query, which must be unique in the
-     * specified parent. It will become the final component of the saved query's
-     * resource name.
+     * Required. The ID to use for the saved query, which must be unique in the specified
+     * parent. It will become the final component of the saved query's resource
+     * name.
      * This value should be 4-63 characters, and valid characters
      * are /[a-z][0-9]-/.
      * Notice that this field is required in the saved query creation, and the
@@ -1042,9 +1042,9 @@ public com.google.protobuf.ByteString getSavedQueryIdBytes() {
      *
      *
      * 
-     * Required. The ID to use for the saved query, which must be unique in the
-     * specified parent. It will become the final component of the saved query's
-     * resource name.
+     * Required. The ID to use for the saved query, which must be unique in the specified
+     * parent. It will become the final component of the saved query's resource
+     * name.
      * This value should be 4-63 characters, and valid characters
      * are /[a-z][0-9]-/.
      * Notice that this field is required in the saved query creation, and the
@@ -1069,9 +1069,9 @@ public Builder setSavedQueryId(java.lang.String value) {
      *
      *
      * 
-     * Required. The ID to use for the saved query, which must be unique in the
-     * specified parent. It will become the final component of the saved query's
-     * resource name.
+     * Required. The ID to use for the saved query, which must be unique in the specified
+     * parent. It will become the final component of the saved query's resource
+     * name.
      * This value should be 4-63 characters, and valid characters
      * are /[a-z][0-9]-/.
      * Notice that this field is required in the saved query creation, and the
@@ -1092,9 +1092,9 @@ public Builder clearSavedQueryId() {
      *
      *
      * 
-     * Required. The ID to use for the saved query, which must be unique in the
-     * specified parent. It will become the final component of the saved query's
-     * resource name.
+     * Required. The ID to use for the saved query, which must be unique in the specified
+     * parent. It will become the final component of the saved query's resource
+     * name.
      * This value should be 4-63 characters, and valid characters
      * are /[a-z][0-9]-/.
      * Notice that this field is required in the saved query creation, and the
diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/CreateSavedQueryRequestOrBuilder.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/CreateSavedQueryRequestOrBuilder.java
index 651097a14934..1d42d61f934b 100644
--- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/CreateSavedQueryRequestOrBuilder.java
+++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/CreateSavedQueryRequestOrBuilder.java
@@ -27,11 +27,11 @@ public interface CreateSavedQueryRequestOrBuilder
    *
    *
    * 
-   * Required. The name of the project/folder/organization where this
-   * saved_query should be created in. It can only be an organization number
-   * (such as "organizations/123"), a folder number (such as "folders/123"), a
-   * project ID (such as "projects/my-project-id")", or a project number (such
-   * as "projects/12345").
+   * Required. The name of the project/folder/organization where this saved_query
+   * should be created in. It can only be an organization number (such as
+   * "organizations/123"), a folder number (such as "folders/123"), a project ID
+   * (such as "projects/my-project-id")", or a project number (such as
+   * "projects/12345").
    * 
* * @@ -45,11 +45,11 @@ public interface CreateSavedQueryRequestOrBuilder * * *
-   * Required. The name of the project/folder/organization where this
-   * saved_query should be created in. It can only be an organization number
-   * (such as "organizations/123"), a folder number (such as "folders/123"), a
-   * project ID (such as "projects/my-project-id")", or a project number (such
-   * as "projects/12345").
+   * Required. The name of the project/folder/organization where this saved_query
+   * should be created in. It can only be an organization number (such as
+   * "organizations/123"), a folder number (such as "folders/123"), a project ID
+   * (such as "projects/my-project-id")", or a project number (such as
+   * "projects/12345").
    * 
* * @@ -64,8 +64,8 @@ public interface CreateSavedQueryRequestOrBuilder * * *
-   * Required. The saved_query details. The `name` field must be empty as it
-   * will be generated based on the parent and saved_query_id.
+   * Required. The saved_query details. The `name` field must be empty as it will be
+   * generated based on the parent and saved_query_id.
    * 
* * @@ -79,8 +79,8 @@ public interface CreateSavedQueryRequestOrBuilder * * *
-   * Required. The saved_query details. The `name` field must be empty as it
-   * will be generated based on the parent and saved_query_id.
+   * Required. The saved_query details. The `name` field must be empty as it will be
+   * generated based on the parent and saved_query_id.
    * 
* * @@ -94,8 +94,8 @@ public interface CreateSavedQueryRequestOrBuilder * * *
-   * Required. The saved_query details. The `name` field must be empty as it
-   * will be generated based on the parent and saved_query_id.
+   * Required. The saved_query details. The `name` field must be empty as it will be
+   * generated based on the parent and saved_query_id.
    * 
* * @@ -108,9 +108,9 @@ public interface CreateSavedQueryRequestOrBuilder * * *
-   * Required. The ID to use for the saved query, which must be unique in the
-   * specified parent. It will become the final component of the saved query's
-   * resource name.
+   * Required. The ID to use for the saved query, which must be unique in the specified
+   * parent. It will become the final component of the saved query's resource
+   * name.
    * This value should be 4-63 characters, and valid characters
    * are /[a-z][0-9]-/.
    * Notice that this field is required in the saved query creation, and the
@@ -126,9 +126,9 @@ public interface CreateSavedQueryRequestOrBuilder
    *
    *
    * 
-   * Required. The ID to use for the saved query, which must be unique in the
-   * specified parent. It will become the final component of the saved query's
-   * resource name.
+   * Required. The ID to use for the saved query, which must be unique in the specified
+   * parent. It will become the final component of the saved query's resource
+   * name.
    * This value should be 4-63 characters, and valid characters
    * are /[a-z][0-9]-/.
    * Notice that this field is required in the saved query creation, and the
diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/DeleteSavedQueryRequest.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/DeleteSavedQueryRequest.java
index d67729d6fabd..684f9e751bfc 100644
--- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/DeleteSavedQueryRequest.java
+++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/DeleteSavedQueryRequest.java
@@ -73,8 +73,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    *
    *
    * 
-   * Required. The name of the saved query to delete. It must be in the format
-   * of:
+   * Required. The name of the saved query to delete. It must be in the format of:
    * * projects/project_number/savedQueries/saved_query_id
    * * folders/folder_number/savedQueries/saved_query_id
    * * organizations/organization_number/savedQueries/saved_query_id
@@ -102,8 +101,7 @@ public java.lang.String getName() {
    *
    *
    * 
-   * Required. The name of the saved query to delete. It must be in the format
-   * of:
+   * Required. The name of the saved query to delete. It must be in the format of:
    * * projects/project_number/savedQueries/saved_query_id
    * * folders/folder_number/savedQueries/saved_query_id
    * * organizations/organization_number/savedQueries/saved_query_id
@@ -463,8 +461,7 @@ public Builder mergeFrom(
      *
      *
      * 
-     * Required. The name of the saved query to delete. It must be in the format
-     * of:
+     * Required. The name of the saved query to delete. It must be in the format of:
      * * projects/project_number/savedQueries/saved_query_id
      * * folders/folder_number/savedQueries/saved_query_id
      * * organizations/organization_number/savedQueries/saved_query_id
@@ -491,8 +488,7 @@ public java.lang.String getName() {
      *
      *
      * 
-     * Required. The name of the saved query to delete. It must be in the format
-     * of:
+     * Required. The name of the saved query to delete. It must be in the format of:
      * * projects/project_number/savedQueries/saved_query_id
      * * folders/folder_number/savedQueries/saved_query_id
      * * organizations/organization_number/savedQueries/saved_query_id
@@ -519,8 +515,7 @@ public com.google.protobuf.ByteString getNameBytes() {
      *
      *
      * 
-     * Required. The name of the saved query to delete. It must be in the format
-     * of:
+     * Required. The name of the saved query to delete. It must be in the format of:
      * * projects/project_number/savedQueries/saved_query_id
      * * folders/folder_number/savedQueries/saved_query_id
      * * organizations/organization_number/savedQueries/saved_query_id
@@ -546,8 +541,7 @@ public Builder setName(java.lang.String value) {
      *
      *
      * 
-     * Required. The name of the saved query to delete. It must be in the format
-     * of:
+     * Required. The name of the saved query to delete. It must be in the format of:
      * * projects/project_number/savedQueries/saved_query_id
      * * folders/folder_number/savedQueries/saved_query_id
      * * organizations/organization_number/savedQueries/saved_query_id
@@ -569,8 +563,7 @@ public Builder clearName() {
      *
      *
      * 
-     * Required. The name of the saved query to delete. It must be in the format
-     * of:
+     * Required. The name of the saved query to delete. It must be in the format of:
      * * projects/project_number/savedQueries/saved_query_id
      * * folders/folder_number/savedQueries/saved_query_id
      * * organizations/organization_number/savedQueries/saved_query_id
diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/DeleteSavedQueryRequestOrBuilder.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/DeleteSavedQueryRequestOrBuilder.java
index eba137a41a0a..ba108d449445 100644
--- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/DeleteSavedQueryRequestOrBuilder.java
+++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/DeleteSavedQueryRequestOrBuilder.java
@@ -27,8 +27,7 @@ public interface DeleteSavedQueryRequestOrBuilder
    *
    *
    * 
-   * Required. The name of the saved query to delete. It must be in the format
-   * of:
+   * Required. The name of the saved query to delete. It must be in the format of:
    * * projects/project_number/savedQueries/saved_query_id
    * * folders/folder_number/savedQueries/saved_query_id
    * * organizations/organization_number/savedQueries/saved_query_id
@@ -45,8 +44,7 @@ public interface DeleteSavedQueryRequestOrBuilder
    *
    *
    * 
-   * Required. The name of the saved query to delete. It must be in the format
-   * of:
+   * Required. The name of the saved query to delete. It must be in the format of:
    * * projects/project_number/savedQueries/saved_query_id
    * * folders/folder_number/savedQueries/saved_query_id
    * * organizations/organization_number/savedQueries/saved_query_id
diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ExportAssetsRequest.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ExportAssetsRequest.java
index c212d4a3ca91..6dc1302b7995 100644
--- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ExportAssetsRequest.java
+++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ExportAssetsRequest.java
@@ -204,9 +204,9 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
    * regular expression syntax. If the regular expression does not match any
    * supported asset type, an INVALID_ARGUMENT error will be returned.
    * If specified, only matching assets will be returned, otherwise, it will
-   * snapshot all asset types. See [Introduction to
-   * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for
-   * all supported asset types.
+   * snapshot all asset types. See [Introduction to Cloud Asset
+   * Inventory](https://cloud.google.com/asset-inventory/docs/overview)
+   * for all supported asset types.
    * 
* * repeated string asset_types = 3; @@ -231,9 +231,9 @@ public com.google.protobuf.ProtocolStringList getAssetTypesList() { * regular expression syntax. If the regular expression does not match any * supported asset type, an INVALID_ARGUMENT error will be returned. * If specified, only matching assets will be returned, otherwise, it will - * snapshot all asset types. See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types. + * snapshot all asset types. See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types. *
* * repeated string asset_types = 3; @@ -258,9 +258,9 @@ public int getAssetTypesCount() { * regular expression syntax. If the regular expression does not match any * supported asset type, an INVALID_ARGUMENT error will be returned. * If specified, only matching assets will be returned, otherwise, it will - * snapshot all asset types. See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types. + * snapshot all asset types. See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types. *
* * repeated string asset_types = 3; @@ -286,9 +286,9 @@ public java.lang.String getAssetTypes(int index) { * regular expression syntax. If the regular expression does not match any * supported asset type, an INVALID_ARGUMENT error will be returned. * If specified, only matching assets will be returned, otherwise, it will - * snapshot all asset types. See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types. + * snapshot all asset types. See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types. *
* * repeated string asset_types = 3; @@ -344,8 +344,7 @@ public com.google.cloud.asset.v1.ContentType getContentType() { * * *
-   * Required. Output configuration indicating where the results will be output
-   * to.
+   * Required. Output configuration indicating where the results will be output to.
    * 
* * @@ -362,8 +361,7 @@ public boolean hasOutputConfig() { * * *
-   * Required. Output configuration indicating where the results will be output
-   * to.
+   * Required. Output configuration indicating where the results will be output to.
    * 
* * @@ -382,8 +380,7 @@ public com.google.cloud.asset.v1.OutputConfig getOutputConfig() { * * *
-   * Required. Output configuration indicating where the results will be output
-   * to.
+   * Required. Output configuration indicating where the results will be output to.
    * 
* * @@ -413,9 +410,9 @@ public com.google.cloud.asset.v1.OutputConfigOrBuilder getOutputConfigOrBuilder( * it snapshots the supported relationships for all [asset_types] or returns * an error if any of the [asset_types] has no relationship support. * An unspecified asset types field means all supported asset_types. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) for all + * supported asset types and relationship types. *
* * repeated string relationship_types = 6; @@ -441,9 +438,9 @@ public com.google.protobuf.ProtocolStringList getRelationshipTypesList() { * it snapshots the supported relationships for all [asset_types] or returns * an error if any of the [asset_types] has no relationship support. * An unspecified asset types field means all supported asset_types. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) for all + * supported asset types and relationship types. *
* * repeated string relationship_types = 6; @@ -469,9 +466,9 @@ public int getRelationshipTypesCount() { * it snapshots the supported relationships for all [asset_types] or returns * an error if any of the [asset_types] has no relationship support. * An unspecified asset types field means all supported asset_types. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) for all + * supported asset types and relationship types. *
* * repeated string relationship_types = 6; @@ -498,9 +495,9 @@ public java.lang.String getRelationshipTypes(int index) { * it snapshots the supported relationships for all [asset_types] or returns * an error if any of the [asset_types] has no relationship support. * An unspecified asset types field means all supported asset_types. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) for all + * supported asset types and relationship types. *
* * repeated string relationship_types = 6; @@ -1385,9 +1382,9 @@ private void ensureAssetTypesIsMutable() { * regular expression syntax. If the regular expression does not match any * supported asset type, an INVALID_ARGUMENT error will be returned. * If specified, only matching assets will be returned, otherwise, it will - * snapshot all asset types. See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types. + * snapshot all asset types. See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types. *
* * repeated string asset_types = 3; @@ -1412,9 +1409,9 @@ public com.google.protobuf.ProtocolStringList getAssetTypesList() { * regular expression syntax. If the regular expression does not match any * supported asset type, an INVALID_ARGUMENT error will be returned. * If specified, only matching assets will be returned, otherwise, it will - * snapshot all asset types. See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types. + * snapshot all asset types. See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types. *
* * repeated string asset_types = 3; @@ -1439,9 +1436,9 @@ public int getAssetTypesCount() { * regular expression syntax. If the regular expression does not match any * supported asset type, an INVALID_ARGUMENT error will be returned. * If specified, only matching assets will be returned, otherwise, it will - * snapshot all asset types. See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types. + * snapshot all asset types. See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types. *
* * repeated string asset_types = 3; @@ -1467,9 +1464,9 @@ public java.lang.String getAssetTypes(int index) { * regular expression syntax. If the regular expression does not match any * supported asset type, an INVALID_ARGUMENT error will be returned. * If specified, only matching assets will be returned, otherwise, it will - * snapshot all asset types. See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types. + * snapshot all asset types. See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types. *
* * repeated string asset_types = 3; @@ -1495,9 +1492,9 @@ public com.google.protobuf.ByteString getAssetTypesBytes(int index) { * regular expression syntax. If the regular expression does not match any * supported asset type, an INVALID_ARGUMENT error will be returned. * If specified, only matching assets will be returned, otherwise, it will - * snapshot all asset types. See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types. + * snapshot all asset types. See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types. *
* * repeated string asset_types = 3; @@ -1530,9 +1527,9 @@ public Builder setAssetTypes(int index, java.lang.String value) { * regular expression syntax. If the regular expression does not match any * supported asset type, an INVALID_ARGUMENT error will be returned. * If specified, only matching assets will be returned, otherwise, it will - * snapshot all asset types. See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types. + * snapshot all asset types. See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types. *
* * repeated string asset_types = 3; @@ -1564,9 +1561,9 @@ public Builder addAssetTypes(java.lang.String value) { * regular expression syntax. If the regular expression does not match any * supported asset type, an INVALID_ARGUMENT error will be returned. * If specified, only matching assets will be returned, otherwise, it will - * snapshot all asset types. See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types. + * snapshot all asset types. See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types. *
* * repeated string asset_types = 3; @@ -1595,9 +1592,9 @@ public Builder addAllAssetTypes(java.lang.Iterable values) { * regular expression syntax. If the regular expression does not match any * supported asset type, an INVALID_ARGUMENT error will be returned. * If specified, only matching assets will be returned, otherwise, it will - * snapshot all asset types. See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types. + * snapshot all asset types. See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types. *
* * repeated string asset_types = 3; @@ -1625,9 +1622,9 @@ public Builder clearAssetTypes() { * regular expression syntax. If the regular expression does not match any * supported asset type, an INVALID_ARGUMENT error will be returned. * If specified, only matching assets will be returned, otherwise, it will - * snapshot all asset types. See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types. + * snapshot all asset types. See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types. *
* * repeated string asset_types = 3; @@ -1752,8 +1749,7 @@ public Builder clearContentType() { * * *
-     * Required. Output configuration indicating where the results will be output
-     * to.
+     * Required. Output configuration indicating where the results will be output to.
      * 
* * @@ -1769,8 +1765,7 @@ public boolean hasOutputConfig() { * * *
-     * Required. Output configuration indicating where the results will be output
-     * to.
+     * Required. Output configuration indicating where the results will be output to.
      * 
* * @@ -1792,8 +1787,7 @@ public com.google.cloud.asset.v1.OutputConfig getOutputConfig() { * * *
-     * Required. Output configuration indicating where the results will be output
-     * to.
+     * Required. Output configuration indicating where the results will be output to.
      * 
* * @@ -1817,8 +1811,7 @@ public Builder setOutputConfig(com.google.cloud.asset.v1.OutputConfig value) { * * *
-     * Required. Output configuration indicating where the results will be output
-     * to.
+     * Required. Output configuration indicating where the results will be output to.
      * 
* * @@ -1839,8 +1832,7 @@ public Builder setOutputConfig(com.google.cloud.asset.v1.OutputConfig.Builder bu * * *
-     * Required. Output configuration indicating where the results will be output
-     * to.
+     * Required. Output configuration indicating where the results will be output to.
      * 
* * @@ -1868,8 +1860,7 @@ public Builder mergeOutputConfig(com.google.cloud.asset.v1.OutputConfig value) { * * *
-     * Required. Output configuration indicating where the results will be output
-     * to.
+     * Required. Output configuration indicating where the results will be output to.
      * 
* * @@ -1891,8 +1882,7 @@ public Builder clearOutputConfig() { * * *
-     * Required. Output configuration indicating where the results will be output
-     * to.
+     * Required. Output configuration indicating where the results will be output to.
      * 
* * @@ -1908,8 +1898,7 @@ public com.google.cloud.asset.v1.OutputConfig.Builder getOutputConfigBuilder() { * * *
-     * Required. Output configuration indicating where the results will be output
-     * to.
+     * Required. Output configuration indicating where the results will be output to.
      * 
* * @@ -1929,8 +1918,7 @@ public com.google.cloud.asset.v1.OutputConfigOrBuilder getOutputConfigOrBuilder( * * *
-     * Required. Output configuration indicating where the results will be output
-     * to.
+     * Required. Output configuration indicating where the results will be output to.
      * 
* * @@ -1979,9 +1967,9 @@ private void ensureRelationshipTypesIsMutable() { * it snapshots the supported relationships for all [asset_types] or returns * an error if any of the [asset_types] has no relationship support. * An unspecified asset types field means all supported asset_types. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) for all + * supported asset types and relationship types. *
* * repeated string relationship_types = 6; @@ -2007,9 +1995,9 @@ public com.google.protobuf.ProtocolStringList getRelationshipTypesList() { * it snapshots the supported relationships for all [asset_types] or returns * an error if any of the [asset_types] has no relationship support. * An unspecified asset types field means all supported asset_types. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) for all + * supported asset types and relationship types. *
* * repeated string relationship_types = 6; @@ -2035,9 +2023,9 @@ public int getRelationshipTypesCount() { * it snapshots the supported relationships for all [asset_types] or returns * an error if any of the [asset_types] has no relationship support. * An unspecified asset types field means all supported asset_types. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) for all + * supported asset types and relationship types. *
* * repeated string relationship_types = 6; @@ -2064,9 +2052,9 @@ public java.lang.String getRelationshipTypes(int index) { * it snapshots the supported relationships for all [asset_types] or returns * an error if any of the [asset_types] has no relationship support. * An unspecified asset types field means all supported asset_types. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) for all + * supported asset types and relationship types. *
* * repeated string relationship_types = 6; @@ -2093,9 +2081,9 @@ public com.google.protobuf.ByteString getRelationshipTypesBytes(int index) { * it snapshots the supported relationships for all [asset_types] or returns * an error if any of the [asset_types] has no relationship support. * An unspecified asset types field means all supported asset_types. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) for all + * supported asset types and relationship types. *
* * repeated string relationship_types = 6; @@ -2129,9 +2117,9 @@ public Builder setRelationshipTypes(int index, java.lang.String value) { * it snapshots the supported relationships for all [asset_types] or returns * an error if any of the [asset_types] has no relationship support. * An unspecified asset types field means all supported asset_types. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) for all + * supported asset types and relationship types. *
* * repeated string relationship_types = 6; @@ -2164,9 +2152,9 @@ public Builder addRelationshipTypes(java.lang.String value) { * it snapshots the supported relationships for all [asset_types] or returns * an error if any of the [asset_types] has no relationship support. * An unspecified asset types field means all supported asset_types. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) for all + * supported asset types and relationship types. *
* * repeated string relationship_types = 6; @@ -2196,9 +2184,9 @@ public Builder addAllRelationshipTypes(java.lang.Iterable valu * it snapshots the supported relationships for all [asset_types] or returns * an error if any of the [asset_types] has no relationship support. * An unspecified asset types field means all supported asset_types. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) for all + * supported asset types and relationship types. *
* * repeated string relationship_types = 6; @@ -2227,9 +2215,9 @@ public Builder clearRelationshipTypes() { * it snapshots the supported relationships for all [asset_types] or returns * an error if any of the [asset_types] has no relationship support. * An unspecified asset types field means all supported asset_types. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) for all + * supported asset types and relationship types. *
* * repeated string relationship_types = 6; diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ExportAssetsRequestOrBuilder.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ExportAssetsRequestOrBuilder.java index 409a287758da..870a0fdc933d 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ExportAssetsRequestOrBuilder.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ExportAssetsRequestOrBuilder.java @@ -120,9 +120,9 @@ public interface ExportAssetsRequestOrBuilder * regular expression syntax. If the regular expression does not match any * supported asset type, an INVALID_ARGUMENT error will be returned. * If specified, only matching assets will be returned, otherwise, it will - * snapshot all asset types. See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types. + * snapshot all asset types. See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types. *
* * repeated string asset_types = 3; @@ -145,9 +145,9 @@ public interface ExportAssetsRequestOrBuilder * regular expression syntax. If the regular expression does not match any * supported asset type, an INVALID_ARGUMENT error will be returned. * If specified, only matching assets will be returned, otherwise, it will - * snapshot all asset types. See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types. + * snapshot all asset types. See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types. *
* * repeated string asset_types = 3; @@ -170,9 +170,9 @@ public interface ExportAssetsRequestOrBuilder * regular expression syntax. If the regular expression does not match any * supported asset type, an INVALID_ARGUMENT error will be returned. * If specified, only matching assets will be returned, otherwise, it will - * snapshot all asset types. See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types. + * snapshot all asset types. See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types. *
* * repeated string asset_types = 3; @@ -196,9 +196,9 @@ public interface ExportAssetsRequestOrBuilder * regular expression syntax. If the regular expression does not match any * supported asset type, an INVALID_ARGUMENT error will be returned. * If specified, only matching assets will be returned, otherwise, it will - * snapshot all asset types. See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types. + * snapshot all asset types. See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types. *
* * repeated string asset_types = 3; @@ -239,8 +239,7 @@ public interface ExportAssetsRequestOrBuilder * * *
-   * Required. Output configuration indicating where the results will be output
-   * to.
+   * Required. Output configuration indicating where the results will be output to.
    * 
* * @@ -254,8 +253,7 @@ public interface ExportAssetsRequestOrBuilder * * *
-   * Required. Output configuration indicating where the results will be output
-   * to.
+   * Required. Output configuration indicating where the results will be output to.
    * 
* * @@ -269,8 +267,7 @@ public interface ExportAssetsRequestOrBuilder * * *
-   * Required. Output configuration indicating where the results will be output
-   * to.
+   * Required. Output configuration indicating where the results will be output to.
    * 
* * @@ -295,9 +292,9 @@ public interface ExportAssetsRequestOrBuilder * it snapshots the supported relationships for all [asset_types] or returns * an error if any of the [asset_types] has no relationship support. * An unspecified asset types field means all supported asset_types. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) for all + * supported asset types and relationship types. *
* * repeated string relationship_types = 6; @@ -321,9 +318,9 @@ public interface ExportAssetsRequestOrBuilder * it snapshots the supported relationships for all [asset_types] or returns * an error if any of the [asset_types] has no relationship support. * An unspecified asset types field means all supported asset_types. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) for all + * supported asset types and relationship types. *
* * repeated string relationship_types = 6; @@ -347,9 +344,9 @@ public interface ExportAssetsRequestOrBuilder * it snapshots the supported relationships for all [asset_types] or returns * an error if any of the [asset_types] has no relationship support. * An unspecified asset types field means all supported asset_types. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) for all + * supported asset types and relationship types. *
* * repeated string relationship_types = 6; @@ -374,9 +371,9 @@ public interface ExportAssetsRequestOrBuilder * it snapshots the supported relationships for all [asset_types] or returns * an error if any of the [asset_types] has no relationship support. * An unspecified asset types field means all supported asset_types. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) for all + * supported asset types and relationship types. *
* * repeated string relationship_types = 6; diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ExportAssetsResponse.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ExportAssetsResponse.java index 15cc65b41ce9..7c1e531947dd 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ExportAssetsResponse.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ExportAssetsResponse.java @@ -23,10 +23,8 @@ * *
  * The export asset response. This message is returned by the
- * [google.longrunning.Operations.GetOperation][google.longrunning.Operations.GetOperation]
- * method in the returned
- * [google.longrunning.Operation.response][google.longrunning.Operation.response]
- * field.
+ * [google.longrunning.Operations.GetOperation][google.longrunning.Operations.GetOperation] method in the returned
+ * [google.longrunning.Operation.response][google.longrunning.Operation.response] field.
  * 
* * Protobuf type {@code google.cloud.asset.v1.ExportAssetsResponse} @@ -170,10 +168,10 @@ public com.google.cloud.asset.v1.OutputConfigOrBuilder getOutputConfigOrBuilder( * *
    * Output result indicating where the assets were exported to. For example, a
-   * set of actual {{storage_name}} object uris where the assets are
+   * set of actual Google Cloud Storage object uris where the assets are
    * exported to. The uris can be different from what [output_config] has
    * specified, as the service will split the output object into multiple ones
-   * once it exceeds a single {{storage_name}} object limit.
+   * once it exceeds a single Google Cloud Storage object limit.
    * 
* * .google.cloud.asset.v1.OutputResult output_result = 3; @@ -189,10 +187,10 @@ public boolean hasOutputResult() { * *
    * Output result indicating where the assets were exported to. For example, a
-   * set of actual {{storage_name}} object uris where the assets are
+   * set of actual Google Cloud Storage object uris where the assets are
    * exported to. The uris can be different from what [output_config] has
    * specified, as the service will split the output object into multiple ones
-   * once it exceeds a single {{storage_name}} object limit.
+   * once it exceeds a single Google Cloud Storage object limit.
    * 
* * .google.cloud.asset.v1.OutputResult output_result = 3; @@ -210,10 +208,10 @@ public com.google.cloud.asset.v1.OutputResult getOutputResult() { * *
    * Output result indicating where the assets were exported to. For example, a
-   * set of actual {{storage_name}} object uris where the assets are
+   * set of actual Google Cloud Storage object uris where the assets are
    * exported to. The uris can be different from what [output_config] has
    * specified, as the service will split the output object into multiple ones
-   * once it exceeds a single {{storage_name}} object limit.
+   * once it exceeds a single Google Cloud Storage object limit.
    * 
* * .google.cloud.asset.v1.OutputResult output_result = 3; @@ -420,10 +418,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * *
    * The export asset response. This message is returned by the
-   * [google.longrunning.Operations.GetOperation][google.longrunning.Operations.GetOperation]
-   * method in the returned
-   * [google.longrunning.Operation.response][google.longrunning.Operation.response]
-   * field.
+   * [google.longrunning.Operations.GetOperation][google.longrunning.Operations.GetOperation] method in the returned
+   * [google.longrunning.Operation.response][google.longrunning.Operation.response] field.
    * 
* * Protobuf type {@code google.cloud.asset.v1.ExportAssetsResponse} @@ -1011,10 +1007,10 @@ public com.google.cloud.asset.v1.OutputConfigOrBuilder getOutputConfigOrBuilder( * *
      * Output result indicating where the assets were exported to. For example, a
-     * set of actual {{storage_name}} object uris where the assets are
+     * set of actual Google Cloud Storage object uris where the assets are
      * exported to. The uris can be different from what [output_config] has
      * specified, as the service will split the output object into multiple ones
-     * once it exceeds a single {{storage_name}} object limit.
+     * once it exceeds a single Google Cloud Storage object limit.
      * 
* * .google.cloud.asset.v1.OutputResult output_result = 3; @@ -1029,10 +1025,10 @@ public boolean hasOutputResult() { * *
      * Output result indicating where the assets were exported to. For example, a
-     * set of actual {{storage_name}} object uris where the assets are
+     * set of actual Google Cloud Storage object uris where the assets are
      * exported to. The uris can be different from what [output_config] has
      * specified, as the service will split the output object into multiple ones
-     * once it exceeds a single {{storage_name}} object limit.
+     * once it exceeds a single Google Cloud Storage object limit.
      * 
* * .google.cloud.asset.v1.OutputResult output_result = 3; @@ -1053,10 +1049,10 @@ public com.google.cloud.asset.v1.OutputResult getOutputResult() { * *
      * Output result indicating where the assets were exported to. For example, a
-     * set of actual {{storage_name}} object uris where the assets are
+     * set of actual Google Cloud Storage object uris where the assets are
      * exported to. The uris can be different from what [output_config] has
      * specified, as the service will split the output object into multiple ones
-     * once it exceeds a single {{storage_name}} object limit.
+     * once it exceeds a single Google Cloud Storage object limit.
      * 
* * .google.cloud.asset.v1.OutputResult output_result = 3; @@ -1079,10 +1075,10 @@ public Builder setOutputResult(com.google.cloud.asset.v1.OutputResult value) { * *
      * Output result indicating where the assets were exported to. For example, a
-     * set of actual {{storage_name}} object uris where the assets are
+     * set of actual Google Cloud Storage object uris where the assets are
      * exported to. The uris can be different from what [output_config] has
      * specified, as the service will split the output object into multiple ones
-     * once it exceeds a single {{storage_name}} object limit.
+     * once it exceeds a single Google Cloud Storage object limit.
      * 
* * .google.cloud.asset.v1.OutputResult output_result = 3; @@ -1102,10 +1098,10 @@ public Builder setOutputResult(com.google.cloud.asset.v1.OutputResult.Builder bu * *
      * Output result indicating where the assets were exported to. For example, a
-     * set of actual {{storage_name}} object uris where the assets are
+     * set of actual Google Cloud Storage object uris where the assets are
      * exported to. The uris can be different from what [output_config] has
      * specified, as the service will split the output object into multiple ones
-     * once it exceeds a single {{storage_name}} object limit.
+     * once it exceeds a single Google Cloud Storage object limit.
      * 
* * .google.cloud.asset.v1.OutputResult output_result = 3; @@ -1132,10 +1128,10 @@ public Builder mergeOutputResult(com.google.cloud.asset.v1.OutputResult value) { * *
      * Output result indicating where the assets were exported to. For example, a
-     * set of actual {{storage_name}} object uris where the assets are
+     * set of actual Google Cloud Storage object uris where the assets are
      * exported to. The uris can be different from what [output_config] has
      * specified, as the service will split the output object into multiple ones
-     * once it exceeds a single {{storage_name}} object limit.
+     * once it exceeds a single Google Cloud Storage object limit.
      * 
* * .google.cloud.asset.v1.OutputResult output_result = 3; @@ -1156,10 +1152,10 @@ public Builder clearOutputResult() { * *
      * Output result indicating where the assets were exported to. For example, a
-     * set of actual {{storage_name}} object uris where the assets are
+     * set of actual Google Cloud Storage object uris where the assets are
      * exported to. The uris can be different from what [output_config] has
      * specified, as the service will split the output object into multiple ones
-     * once it exceeds a single {{storage_name}} object limit.
+     * once it exceeds a single Google Cloud Storage object limit.
      * 
* * .google.cloud.asset.v1.OutputResult output_result = 3; @@ -1174,10 +1170,10 @@ public com.google.cloud.asset.v1.OutputResult.Builder getOutputResultBuilder() { * *
      * Output result indicating where the assets were exported to. For example, a
-     * set of actual {{storage_name}} object uris where the assets are
+     * set of actual Google Cloud Storage object uris where the assets are
      * exported to. The uris can be different from what [output_config] has
      * specified, as the service will split the output object into multiple ones
-     * once it exceeds a single {{storage_name}} object limit.
+     * once it exceeds a single Google Cloud Storage object limit.
      * 
* * .google.cloud.asset.v1.OutputResult output_result = 3; @@ -1196,10 +1192,10 @@ public com.google.cloud.asset.v1.OutputResultOrBuilder getOutputResultOrBuilder( * *
      * Output result indicating where the assets were exported to. For example, a
-     * set of actual {{storage_name}} object uris where the assets are
+     * set of actual Google Cloud Storage object uris where the assets are
      * exported to. The uris can be different from what [output_config] has
      * specified, as the service will split the output object into multiple ones
-     * once it exceeds a single {{storage_name}} object limit.
+     * once it exceeds a single Google Cloud Storage object limit.
      * 
* * .google.cloud.asset.v1.OutputResult output_result = 3; diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ExportAssetsResponseOrBuilder.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ExportAssetsResponseOrBuilder.java index 003f8515f21a..83e57dbafd22 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ExportAssetsResponseOrBuilder.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ExportAssetsResponseOrBuilder.java @@ -98,10 +98,10 @@ public interface ExportAssetsResponseOrBuilder * *
    * Output result indicating where the assets were exported to. For example, a
-   * set of actual {{storage_name}} object uris where the assets are
+   * set of actual Google Cloud Storage object uris where the assets are
    * exported to. The uris can be different from what [output_config] has
    * specified, as the service will split the output object into multiple ones
-   * once it exceeds a single {{storage_name}} object limit.
+   * once it exceeds a single Google Cloud Storage object limit.
    * 
* * .google.cloud.asset.v1.OutputResult output_result = 3; @@ -114,10 +114,10 @@ public interface ExportAssetsResponseOrBuilder * *
    * Output result indicating where the assets were exported to. For example, a
-   * set of actual {{storage_name}} object uris where the assets are
+   * set of actual Google Cloud Storage object uris where the assets are
    * exported to. The uris can be different from what [output_config] has
    * specified, as the service will split the output object into multiple ones
-   * once it exceeds a single {{storage_name}} object limit.
+   * once it exceeds a single Google Cloud Storage object limit.
    * 
* * .google.cloud.asset.v1.OutputResult output_result = 3; @@ -130,10 +130,10 @@ public interface ExportAssetsResponseOrBuilder * *
    * Output result indicating where the assets were exported to. For example, a
-   * set of actual {{storage_name}} object uris where the assets are
+   * set of actual Google Cloud Storage object uris where the assets are
    * exported to. The uris can be different from what [output_config] has
    * specified, as the service will split the output object into multiple ones
-   * once it exceeds a single {{storage_name}} object limit.
+   * once it exceeds a single Google Cloud Storage object limit.
    * 
* * .google.cloud.asset.v1.OutputResult output_result = 3; diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/Feed.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/Feed.java index d7a9633aee58..e2b6ab5a8768 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/Feed.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/Feed.java @@ -489,9 +489,9 @@ public com.google.type.ExprOrBuilder getConditionOrBuilder() { * it outputs the supported relationships of the types of [asset_names] and * [asset_types] or returns an error if any of the [asset_names] or the * [asset_types] has no replationship support. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types and relationship types. *
* * repeated string relationship_types = 7; @@ -518,9 +518,9 @@ public com.google.protobuf.ProtocolStringList getRelationshipTypesList() { * it outputs the supported relationships of the types of [asset_names] and * [asset_types] or returns an error if any of the [asset_names] or the * [asset_types] has no replationship support. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types and relationship types. *
* * repeated string relationship_types = 7; @@ -547,9 +547,9 @@ public int getRelationshipTypesCount() { * it outputs the supported relationships of the types of [asset_names] and * [asset_types] or returns an error if any of the [asset_names] or the * [asset_types] has no replationship support. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types and relationship types. *
* * repeated string relationship_types = 7; @@ -577,9 +577,9 @@ public java.lang.String getRelationshipTypes(int index) { * it outputs the supported relationships of the types of [asset_names] and * [asset_types] or returns an error if any of the [asset_names] or the * [asset_types] has no replationship support. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types and relationship types. *
* * repeated string relationship_types = 7; @@ -2298,9 +2298,9 @@ private void ensureRelationshipTypesIsMutable() { * it outputs the supported relationships of the types of [asset_names] and * [asset_types] or returns an error if any of the [asset_names] or the * [asset_types] has no replationship support. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types and relationship types. *
* * repeated string relationship_types = 7; @@ -2327,9 +2327,9 @@ public com.google.protobuf.ProtocolStringList getRelationshipTypesList() { * it outputs the supported relationships of the types of [asset_names] and * [asset_types] or returns an error if any of the [asset_names] or the * [asset_types] has no replationship support. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types and relationship types. *
* * repeated string relationship_types = 7; @@ -2356,9 +2356,9 @@ public int getRelationshipTypesCount() { * it outputs the supported relationships of the types of [asset_names] and * [asset_types] or returns an error if any of the [asset_names] or the * [asset_types] has no replationship support. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types and relationship types. *
* * repeated string relationship_types = 7; @@ -2386,9 +2386,9 @@ public java.lang.String getRelationshipTypes(int index) { * it outputs the supported relationships of the types of [asset_names] and * [asset_types] or returns an error if any of the [asset_names] or the * [asset_types] has no replationship support. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types and relationship types. *
* * repeated string relationship_types = 7; @@ -2416,9 +2416,9 @@ public com.google.protobuf.ByteString getRelationshipTypesBytes(int index) { * it outputs the supported relationships of the types of [asset_names] and * [asset_types] or returns an error if any of the [asset_names] or the * [asset_types] has no replationship support. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types and relationship types. *
* * repeated string relationship_types = 7; @@ -2453,9 +2453,9 @@ public Builder setRelationshipTypes(int index, java.lang.String value) { * it outputs the supported relationships of the types of [asset_names] and * [asset_types] or returns an error if any of the [asset_names] or the * [asset_types] has no replationship support. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types and relationship types. *
* * repeated string relationship_types = 7; @@ -2489,9 +2489,9 @@ public Builder addRelationshipTypes(java.lang.String value) { * it outputs the supported relationships of the types of [asset_names] and * [asset_types] or returns an error if any of the [asset_names] or the * [asset_types] has no replationship support. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types and relationship types. *
* * repeated string relationship_types = 7; @@ -2522,9 +2522,9 @@ public Builder addAllRelationshipTypes(java.lang.Iterable valu * it outputs the supported relationships of the types of [asset_names] and * [asset_types] or returns an error if any of the [asset_names] or the * [asset_types] has no replationship support. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types and relationship types. *
* * repeated string relationship_types = 7; @@ -2554,9 +2554,9 @@ public Builder clearRelationshipTypes() { * it outputs the supported relationships of the types of [asset_names] and * [asset_types] or returns an error if any of the [asset_names] or the * [asset_types] has no replationship support. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types and relationship types. * * * repeated string relationship_types = 7; diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/FeedOrBuilder.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/FeedOrBuilder.java index 461df440f50e..3a9a8f7e2632 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/FeedOrBuilder.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/FeedOrBuilder.java @@ -357,9 +357,9 @@ public interface FeedOrBuilder * it outputs the supported relationships of the types of [asset_names] and * [asset_types] or returns an error if any of the [asset_names] or the * [asset_types] has no replationship support. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types and relationship types. * * * repeated string relationship_types = 7; @@ -384,9 +384,9 @@ public interface FeedOrBuilder * it outputs the supported relationships of the types of [asset_names] and * [asset_types] or returns an error if any of the [asset_names] or the * [asset_types] has no replationship support. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types and relationship types. * * * repeated string relationship_types = 7; @@ -411,9 +411,9 @@ public interface FeedOrBuilder * it outputs the supported relationships of the types of [asset_names] and * [asset_types] or returns an error if any of the [asset_names] or the * [asset_types] has no replationship support. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types and relationship types. * * * repeated string relationship_types = 7; @@ -439,9 +439,9 @@ public interface FeedOrBuilder * it outputs the supported relationships of the types of [asset_names] and * [asset_types] or returns an error if any of the [asset_names] or the * [asset_types] has no replationship support. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types and relationship types. * * * repeated string relationship_types = 7; diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/GcsDestination.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/GcsDestination.java index 67ec697d64b4..8fd6eb12cf2a 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/GcsDestination.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/GcsDestination.java @@ -22,7 +22,7 @@ * * *
- * A {{storage_name}} location.
+ * A Cloud Storage location.
  * 
* * Protobuf type {@code google.cloud.asset.v1.GcsDestination} @@ -117,12 +117,12 @@ public ObjectUriCase getObjectUriCase() { * * *
-   * The uri of the {{storage_name}} object. It's the same uri that is used by
+   * The uri of the Cloud Storage object. It's the same uri that is used by
    * gsutil. Example: "gs://bucket_name/object_name". See [Viewing and
    * Editing Object
    * Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata)
    * for more information.
-   * If the specified {{storage_name}} object already exists and there is no
+   * If the specified Cloud Storage object already exists and there is no
    * [hold](https://cloud.google.com/storage/docs/object-holds), it will be
    * overwritten with the exported result.
    * 
@@ -138,12 +138,12 @@ public boolean hasUri() { * * *
-   * The uri of the {{storage_name}} object. It's the same uri that is used by
+   * The uri of the Cloud Storage object. It's the same uri that is used by
    * gsutil. Example: "gs://bucket_name/object_name". See [Viewing and
    * Editing Object
    * Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata)
    * for more information.
-   * If the specified {{storage_name}} object already exists and there is no
+   * If the specified Cloud Storage object already exists and there is no
    * [hold](https://cloud.google.com/storage/docs/object-holds), it will be
    * overwritten with the exported result.
    * 
@@ -172,12 +172,12 @@ public java.lang.String getUri() { * * *
-   * The uri of the {{storage_name}} object. It's the same uri that is used by
+   * The uri of the Cloud Storage object. It's the same uri that is used by
    * gsutil. Example: "gs://bucket_name/object_name". See [Viewing and
    * Editing Object
    * Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata)
    * for more information.
-   * If the specified {{storage_name}} object already exists and there is no
+   * If the specified Cloud Storage object already exists and there is no
    * [hold](https://cloud.google.com/storage/docs/object-holds), it will be
    * overwritten with the exported result.
    * 
@@ -208,7 +208,7 @@ public com.google.protobuf.ByteString getUriBytes() { * * *
-   * The uri prefix of all generated {{storage_name}} objects. Example:
+   * The uri prefix of all generated Cloud Storage objects. Example:
    * "gs://bucket_name/object_name_prefix". Each object uri is in format:
    * "gs://bucket_name/object_name_prefix/<asset type>/<shard number> and only
    * contains assets for that type. <shard number> starts from 0. Example:
@@ -230,7 +230,7 @@ public boolean hasUriPrefix() {
    *
    *
    * 
-   * The uri prefix of all generated {{storage_name}} objects. Example:
+   * The uri prefix of all generated Cloud Storage objects. Example:
    * "gs://bucket_name/object_name_prefix". Each object uri is in format:
    * "gs://bucket_name/object_name_prefix/<asset type>/<shard number> and only
    * contains assets for that type. <shard number> starts from 0. Example:
@@ -265,7 +265,7 @@ public java.lang.String getUriPrefix() {
    *
    *
    * 
-   * The uri prefix of all generated {{storage_name}} objects. Example:
+   * The uri prefix of all generated Cloud Storage objects. Example:
    * "gs://bucket_name/object_name_prefix". Each object uri is in format:
    * "gs://bucket_name/object_name_prefix/<asset type>/<shard number> and only
    * contains assets for that type. <shard number> starts from 0. Example:
@@ -485,7 +485,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    *
    * 
-   * A {{storage_name}} location.
+   * A Cloud Storage location.
    * 
* * Protobuf type {@code google.cloud.asset.v1.GcsDestination} @@ -699,12 +699,12 @@ public Builder clearObjectUri() { * * *
-     * The uri of the {{storage_name}} object. It's the same uri that is used by
+     * The uri of the Cloud Storage object. It's the same uri that is used by
      * gsutil. Example: "gs://bucket_name/object_name". See [Viewing and
      * Editing Object
      * Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata)
      * for more information.
-     * If the specified {{storage_name}} object already exists and there is no
+     * If the specified Cloud Storage object already exists and there is no
      * [hold](https://cloud.google.com/storage/docs/object-holds), it will be
      * overwritten with the exported result.
      * 
@@ -721,12 +721,12 @@ public boolean hasUri() { * * *
-     * The uri of the {{storage_name}} object. It's the same uri that is used by
+     * The uri of the Cloud Storage object. It's the same uri that is used by
      * gsutil. Example: "gs://bucket_name/object_name". See [Viewing and
      * Editing Object
      * Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata)
      * for more information.
-     * If the specified {{storage_name}} object already exists and there is no
+     * If the specified Cloud Storage object already exists and there is no
      * [hold](https://cloud.google.com/storage/docs/object-holds), it will be
      * overwritten with the exported result.
      * 
@@ -756,12 +756,12 @@ public java.lang.String getUri() { * * *
-     * The uri of the {{storage_name}} object. It's the same uri that is used by
+     * The uri of the Cloud Storage object. It's the same uri that is used by
      * gsutil. Example: "gs://bucket_name/object_name". See [Viewing and
      * Editing Object
      * Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata)
      * for more information.
-     * If the specified {{storage_name}} object already exists and there is no
+     * If the specified Cloud Storage object already exists and there is no
      * [hold](https://cloud.google.com/storage/docs/object-holds), it will be
      * overwritten with the exported result.
      * 
@@ -791,12 +791,12 @@ public com.google.protobuf.ByteString getUriBytes() { * * *
-     * The uri of the {{storage_name}} object. It's the same uri that is used by
+     * The uri of the Cloud Storage object. It's the same uri that is used by
      * gsutil. Example: "gs://bucket_name/object_name". See [Viewing and
      * Editing Object
      * Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata)
      * for more information.
-     * If the specified {{storage_name}} object already exists and there is no
+     * If the specified Cloud Storage object already exists and there is no
      * [hold](https://cloud.google.com/storage/docs/object-holds), it will be
      * overwritten with the exported result.
      * 
@@ -819,12 +819,12 @@ public Builder setUri(java.lang.String value) { * * *
-     * The uri of the {{storage_name}} object. It's the same uri that is used by
+     * The uri of the Cloud Storage object. It's the same uri that is used by
      * gsutil. Example: "gs://bucket_name/object_name". See [Viewing and
      * Editing Object
      * Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata)
      * for more information.
-     * If the specified {{storage_name}} object already exists and there is no
+     * If the specified Cloud Storage object already exists and there is no
      * [hold](https://cloud.google.com/storage/docs/object-holds), it will be
      * overwritten with the exported result.
      * 
@@ -845,12 +845,12 @@ public Builder clearUri() { * * *
-     * The uri of the {{storage_name}} object. It's the same uri that is used by
+     * The uri of the Cloud Storage object. It's the same uri that is used by
      * gsutil. Example: "gs://bucket_name/object_name". See [Viewing and
      * Editing Object
      * Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata)
      * for more information.
-     * If the specified {{storage_name}} object already exists and there is no
+     * If the specified Cloud Storage object already exists and there is no
      * [hold](https://cloud.google.com/storage/docs/object-holds), it will be
      * overwritten with the exported result.
      * 
@@ -875,7 +875,7 @@ public Builder setUriBytes(com.google.protobuf.ByteString value) { * * *
-     * The uri prefix of all generated {{storage_name}} objects. Example:
+     * The uri prefix of all generated Cloud Storage objects. Example:
      * "gs://bucket_name/object_name_prefix". Each object uri is in format:
      * "gs://bucket_name/object_name_prefix/<asset type>/<shard number> and only
      * contains assets for that type. <shard number> starts from 0. Example:
@@ -898,7 +898,7 @@ public boolean hasUriPrefix() {
      *
      *
      * 
-     * The uri prefix of all generated {{storage_name}} objects. Example:
+     * The uri prefix of all generated Cloud Storage objects. Example:
      * "gs://bucket_name/object_name_prefix". Each object uri is in format:
      * "gs://bucket_name/object_name_prefix/<asset type>/<shard number> and only
      * contains assets for that type. <shard number> starts from 0. Example:
@@ -934,7 +934,7 @@ public java.lang.String getUriPrefix() {
      *
      *
      * 
-     * The uri prefix of all generated {{storage_name}} objects. Example:
+     * The uri prefix of all generated Cloud Storage objects. Example:
      * "gs://bucket_name/object_name_prefix". Each object uri is in format:
      * "gs://bucket_name/object_name_prefix/<asset type>/<shard number> and only
      * contains assets for that type. <shard number> starts from 0. Example:
@@ -970,7 +970,7 @@ public com.google.protobuf.ByteString getUriPrefixBytes() {
      *
      *
      * 
-     * The uri prefix of all generated {{storage_name}} objects. Example:
+     * The uri prefix of all generated Cloud Storage objects. Example:
      * "gs://bucket_name/object_name_prefix". Each object uri is in format:
      * "gs://bucket_name/object_name_prefix/<asset type>/<shard number> and only
      * contains assets for that type. <shard number> starts from 0. Example:
@@ -999,7 +999,7 @@ public Builder setUriPrefix(java.lang.String value) {
      *
      *
      * 
-     * The uri prefix of all generated {{storage_name}} objects. Example:
+     * The uri prefix of all generated Cloud Storage objects. Example:
      * "gs://bucket_name/object_name_prefix". Each object uri is in format:
      * "gs://bucket_name/object_name_prefix/<asset type>/<shard number> and only
      * contains assets for that type. <shard number> starts from 0. Example:
@@ -1026,7 +1026,7 @@ public Builder clearUriPrefix() {
      *
      *
      * 
-     * The uri prefix of all generated {{storage_name}} objects. Example:
+     * The uri prefix of all generated Cloud Storage objects. Example:
      * "gs://bucket_name/object_name_prefix". Each object uri is in format:
      * "gs://bucket_name/object_name_prefix/<asset type>/<shard number> and only
      * contains assets for that type. <shard number> starts from 0. Example:
diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/GcsDestinationOrBuilder.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/GcsDestinationOrBuilder.java
index 443693ee87db..99805d341767 100644
--- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/GcsDestinationOrBuilder.java
+++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/GcsDestinationOrBuilder.java
@@ -27,12 +27,12 @@ public interface GcsDestinationOrBuilder
    *
    *
    * 
-   * The uri of the {{storage_name}} object. It's the same uri that is used by
+   * The uri of the Cloud Storage object. It's the same uri that is used by
    * gsutil. Example: "gs://bucket_name/object_name". See [Viewing and
    * Editing Object
    * Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata)
    * for more information.
-   * If the specified {{storage_name}} object already exists and there is no
+   * If the specified Cloud Storage object already exists and there is no
    * [hold](https://cloud.google.com/storage/docs/object-holds), it will be
    * overwritten with the exported result.
    * 
@@ -46,12 +46,12 @@ public interface GcsDestinationOrBuilder * * *
-   * The uri of the {{storage_name}} object. It's the same uri that is used by
+   * The uri of the Cloud Storage object. It's the same uri that is used by
    * gsutil. Example: "gs://bucket_name/object_name". See [Viewing and
    * Editing Object
    * Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata)
    * for more information.
-   * If the specified {{storage_name}} object already exists and there is no
+   * If the specified Cloud Storage object already exists and there is no
    * [hold](https://cloud.google.com/storage/docs/object-holds), it will be
    * overwritten with the exported result.
    * 
@@ -65,12 +65,12 @@ public interface GcsDestinationOrBuilder * * *
-   * The uri of the {{storage_name}} object. It's the same uri that is used by
+   * The uri of the Cloud Storage object. It's the same uri that is used by
    * gsutil. Example: "gs://bucket_name/object_name". See [Viewing and
    * Editing Object
    * Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata)
    * for more information.
-   * If the specified {{storage_name}} object already exists and there is no
+   * If the specified Cloud Storage object already exists and there is no
    * [hold](https://cloud.google.com/storage/docs/object-holds), it will be
    * overwritten with the exported result.
    * 
@@ -85,7 +85,7 @@ public interface GcsDestinationOrBuilder * * *
-   * The uri prefix of all generated {{storage_name}} objects. Example:
+   * The uri prefix of all generated Cloud Storage objects. Example:
    * "gs://bucket_name/object_name_prefix". Each object uri is in format:
    * "gs://bucket_name/object_name_prefix/<asset type>/<shard number> and only
    * contains assets for that type. <shard number> starts from 0. Example:
@@ -105,7 +105,7 @@ public interface GcsDestinationOrBuilder
    *
    *
    * 
-   * The uri prefix of all generated {{storage_name}} objects. Example:
+   * The uri prefix of all generated Cloud Storage objects. Example:
    * "gs://bucket_name/object_name_prefix". Each object uri is in format:
    * "gs://bucket_name/object_name_prefix/<asset type>/<shard number> and only
    * contains assets for that type. <shard number> starts from 0. Example:
@@ -125,7 +125,7 @@ public interface GcsDestinationOrBuilder
    *
    *
    * 
-   * The uri prefix of all generated {{storage_name}} objects. Example:
+   * The uri prefix of all generated Cloud Storage objects. Example:
    * "gs://bucket_name/object_name_prefix". Each object uri is in format:
    * "gs://bucket_name/object_name_prefix/<asset type>/<shard number> and only
    * contains assets for that type. <shard number> starts from 0. Example:
diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/GcsOutputResult.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/GcsOutputResult.java
index c3ac16250220..9090ccbed234 100644
--- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/GcsOutputResult.java
+++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/GcsOutputResult.java
@@ -22,7 +22,7 @@
  *
  *
  * 
- * A {{storage_name}} output result.
+ * A Cloud Storage output result.
  * 
* * Protobuf type {@code google.cloud.asset.v1.GcsOutputResult} @@ -73,7 +73,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * List of uris of the {{storage_name}} objects. Example:
+   * List of uris of the Cloud Storage objects. Example:
    * "gs://bucket_name/object_name".
    * 
* @@ -88,7 +88,7 @@ public com.google.protobuf.ProtocolStringList getUrisList() { * * *
-   * List of uris of the {{storage_name}} objects. Example:
+   * List of uris of the Cloud Storage objects. Example:
    * "gs://bucket_name/object_name".
    * 
* @@ -103,7 +103,7 @@ public int getUrisCount() { * * *
-   * List of uris of the {{storage_name}} objects. Example:
+   * List of uris of the Cloud Storage objects. Example:
    * "gs://bucket_name/object_name".
    * 
* @@ -119,7 +119,7 @@ public java.lang.String getUris(int index) { * * *
-   * List of uris of the {{storage_name}} objects. Example:
+   * List of uris of the Cloud Storage objects. Example:
    * "gs://bucket_name/object_name".
    * 
* @@ -302,7 +302,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * A {{storage_name}} output result.
+   * A Cloud Storage output result.
    * 
* * Protobuf type {@code google.cloud.asset.v1.GcsOutputResult} @@ -495,7 +495,7 @@ private void ensureUrisIsMutable() { * * *
-     * List of uris of the {{storage_name}} objects. Example:
+     * List of uris of the Cloud Storage objects. Example:
      * "gs://bucket_name/object_name".
      * 
* @@ -510,7 +510,7 @@ public com.google.protobuf.ProtocolStringList getUrisList() { * * *
-     * List of uris of the {{storage_name}} objects. Example:
+     * List of uris of the Cloud Storage objects. Example:
      * "gs://bucket_name/object_name".
      * 
* @@ -525,7 +525,7 @@ public int getUrisCount() { * * *
-     * List of uris of the {{storage_name}} objects. Example:
+     * List of uris of the Cloud Storage objects. Example:
      * "gs://bucket_name/object_name".
      * 
* @@ -541,7 +541,7 @@ public java.lang.String getUris(int index) { * * *
-     * List of uris of the {{storage_name}} objects. Example:
+     * List of uris of the Cloud Storage objects. Example:
      * "gs://bucket_name/object_name".
      * 
* @@ -557,7 +557,7 @@ public com.google.protobuf.ByteString getUrisBytes(int index) { * * *
-     * List of uris of the {{storage_name}} objects. Example:
+     * List of uris of the Cloud Storage objects. Example:
      * "gs://bucket_name/object_name".
      * 
* @@ -580,7 +580,7 @@ public Builder setUris(int index, java.lang.String value) { * * *
-     * List of uris of the {{storage_name}} objects. Example:
+     * List of uris of the Cloud Storage objects. Example:
      * "gs://bucket_name/object_name".
      * 
* @@ -602,7 +602,7 @@ public Builder addUris(java.lang.String value) { * * *
-     * List of uris of the {{storage_name}} objects. Example:
+     * List of uris of the Cloud Storage objects. Example:
      * "gs://bucket_name/object_name".
      * 
* @@ -621,7 +621,7 @@ public Builder addAllUris(java.lang.Iterable values) { * * *
-     * List of uris of the {{storage_name}} objects. Example:
+     * List of uris of the Cloud Storage objects. Example:
      * "gs://bucket_name/object_name".
      * 
* @@ -639,7 +639,7 @@ public Builder clearUris() { * * *
-     * List of uris of the {{storage_name}} objects. Example:
+     * List of uris of the Cloud Storage objects. Example:
      * "gs://bucket_name/object_name".
      * 
* diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/GcsOutputResultOrBuilder.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/GcsOutputResultOrBuilder.java index aa285d20b61b..b5ed3e0d7460 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/GcsOutputResultOrBuilder.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/GcsOutputResultOrBuilder.java @@ -27,7 +27,7 @@ public interface GcsOutputResultOrBuilder * * *
-   * List of uris of the {{storage_name}} objects. Example:
+   * List of uris of the Cloud Storage objects. Example:
    * "gs://bucket_name/object_name".
    * 
* @@ -40,7 +40,7 @@ public interface GcsOutputResultOrBuilder * * *
-   * List of uris of the {{storage_name}} objects. Example:
+   * List of uris of the Cloud Storage objects. Example:
    * "gs://bucket_name/object_name".
    * 
* @@ -53,7 +53,7 @@ public interface GcsOutputResultOrBuilder * * *
-   * List of uris of the {{storage_name}} objects. Example:
+   * List of uris of the Cloud Storage objects. Example:
    * "gs://bucket_name/object_name".
    * 
* @@ -67,7 +67,7 @@ public interface GcsOutputResultOrBuilder * * *
-   * List of uris of the {{storage_name}} objects. Example:
+   * List of uris of the Cloud Storage objects. Example:
    * "gs://bucket_name/object_name".
    * 
* diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/IamPolicyAnalysisOutputConfig.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/IamPolicyAnalysisOutputConfig.java index 866ce63fc34f..6999aa4a308a 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/IamPolicyAnalysisOutputConfig.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/IamPolicyAnalysisOutputConfig.java @@ -22,8 +22,7 @@ * * *
- * Output configuration for export {{iam_name_short}} policy analysis
- * destination.
+ * Output configuration for export IAM policy analysis destination.
  * 
* * Protobuf type {@code google.cloud.asset.v1.IamPolicyAnalysisOutputConfig} @@ -75,12 +74,12 @@ public interface GcsDestinationOrBuilder * * *
-     * Required. The uri of the {{storage_name}} object. It's the same uri that
-     * is used by gsutil. Example: "gs://bucket_name/object_name". See [Viewing
-     * and Editing Object
+     * Required. The uri of the Cloud Storage object. It's the same uri that is used by
+     * gsutil. Example: "gs://bucket_name/object_name". See [Viewing and
+     * Editing Object
      * Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata)
      * for more information.
-     * If the specified {{storage_name}} object already exists and there is no
+     * If the specified Cloud Storage object already exists and there is no
      * [hold](https://cloud.google.com/storage/docs/object-holds), it will be
      * overwritten with the analysis result.
      * 
@@ -94,12 +93,12 @@ public interface GcsDestinationOrBuilder * * *
-     * Required. The uri of the {{storage_name}} object. It's the same uri that
-     * is used by gsutil. Example: "gs://bucket_name/object_name". See [Viewing
-     * and Editing Object
+     * Required. The uri of the Cloud Storage object. It's the same uri that is used by
+     * gsutil. Example: "gs://bucket_name/object_name". See [Viewing and
+     * Editing Object
      * Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata)
      * for more information.
-     * If the specified {{storage_name}} object already exists and there is no
+     * If the specified Cloud Storage object already exists and there is no
      * [hold](https://cloud.google.com/storage/docs/object-holds), it will be
      * overwritten with the analysis result.
      * 
@@ -114,7 +113,7 @@ public interface GcsDestinationOrBuilder * * *
-   * A {{storage_name}} location.
+   * A Cloud Storage location.
    * 
* * Protobuf type {@code google.cloud.asset.v1.IamPolicyAnalysisOutputConfig.GcsDestination} @@ -165,12 +164,12 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-     * Required. The uri of the {{storage_name}} object. It's the same uri that
-     * is used by gsutil. Example: "gs://bucket_name/object_name". See [Viewing
-     * and Editing Object
+     * Required. The uri of the Cloud Storage object. It's the same uri that is used by
+     * gsutil. Example: "gs://bucket_name/object_name". See [Viewing and
+     * Editing Object
      * Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata)
      * for more information.
-     * If the specified {{storage_name}} object already exists and there is no
+     * If the specified Cloud Storage object already exists and there is no
      * [hold](https://cloud.google.com/storage/docs/object-holds), it will be
      * overwritten with the analysis result.
      * 
@@ -195,12 +194,12 @@ public java.lang.String getUri() { * * *
-     * Required. The uri of the {{storage_name}} object. It's the same uri that
-     * is used by gsutil. Example: "gs://bucket_name/object_name". See [Viewing
-     * and Editing Object
+     * Required. The uri of the Cloud Storage object. It's the same uri that is used by
+     * gsutil. Example: "gs://bucket_name/object_name". See [Viewing and
+     * Editing Object
      * Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata)
      * for more information.
-     * If the specified {{storage_name}} object already exists and there is no
+     * If the specified Cloud Storage object already exists and there is no
      * [hold](https://cloud.google.com/storage/docs/object-holds), it will be
      * overwritten with the analysis result.
      * 
@@ -389,7 +388,7 @@ protected Builder newBuilderForType( * * *
-     * A {{storage_name}} location.
+     * A Cloud Storage location.
      * 
* * Protobuf type {@code google.cloud.asset.v1.IamPolicyAnalysisOutputConfig.GcsDestination} @@ -573,12 +572,12 @@ public Builder mergeFrom( * * *
-       * Required. The uri of the {{storage_name}} object. It's the same uri that
-       * is used by gsutil. Example: "gs://bucket_name/object_name". See [Viewing
-       * and Editing Object
+       * Required. The uri of the Cloud Storage object. It's the same uri that is used by
+       * gsutil. Example: "gs://bucket_name/object_name". See [Viewing and
+       * Editing Object
        * Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata)
        * for more information.
-       * If the specified {{storage_name}} object already exists and there is no
+       * If the specified Cloud Storage object already exists and there is no
        * [hold](https://cloud.google.com/storage/docs/object-holds), it will be
        * overwritten with the analysis result.
        * 
@@ -602,12 +601,12 @@ public java.lang.String getUri() { * * *
-       * Required. The uri of the {{storage_name}} object. It's the same uri that
-       * is used by gsutil. Example: "gs://bucket_name/object_name". See [Viewing
-       * and Editing Object
+       * Required. The uri of the Cloud Storage object. It's the same uri that is used by
+       * gsutil. Example: "gs://bucket_name/object_name". See [Viewing and
+       * Editing Object
        * Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata)
        * for more information.
-       * If the specified {{storage_name}} object already exists and there is no
+       * If the specified Cloud Storage object already exists and there is no
        * [hold](https://cloud.google.com/storage/docs/object-holds), it will be
        * overwritten with the analysis result.
        * 
@@ -631,12 +630,12 @@ public com.google.protobuf.ByteString getUriBytes() { * * *
-       * Required. The uri of the {{storage_name}} object. It's the same uri that
-       * is used by gsutil. Example: "gs://bucket_name/object_name". See [Viewing
-       * and Editing Object
+       * Required. The uri of the Cloud Storage object. It's the same uri that is used by
+       * gsutil. Example: "gs://bucket_name/object_name". See [Viewing and
+       * Editing Object
        * Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata)
        * for more information.
-       * If the specified {{storage_name}} object already exists and there is no
+       * If the specified Cloud Storage object already exists and there is no
        * [hold](https://cloud.google.com/storage/docs/object-holds), it will be
        * overwritten with the analysis result.
        * 
@@ -659,12 +658,12 @@ public Builder setUri(java.lang.String value) { * * *
-       * Required. The uri of the {{storage_name}} object. It's the same uri that
-       * is used by gsutil. Example: "gs://bucket_name/object_name". See [Viewing
-       * and Editing Object
+       * Required. The uri of the Cloud Storage object. It's the same uri that is used by
+       * gsutil. Example: "gs://bucket_name/object_name". See [Viewing and
+       * Editing Object
        * Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata)
        * for more information.
-       * If the specified {{storage_name}} object already exists and there is no
+       * If the specified Cloud Storage object already exists and there is no
        * [hold](https://cloud.google.com/storage/docs/object-holds), it will be
        * overwritten with the analysis result.
        * 
@@ -683,12 +682,12 @@ public Builder clearUri() { * * *
-       * Required. The uri of the {{storage_name}} object. It's the same uri that
-       * is used by gsutil. Example: "gs://bucket_name/object_name". See [Viewing
-       * and Editing Object
+       * Required. The uri of the Cloud Storage object. It's the same uri that is used by
+       * gsutil. Example: "gs://bucket_name/object_name". See [Viewing and
+       * Editing Object
        * Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata)
        * for more information.
-       * If the specified {{storage_name}} object already exists and there is no
+       * If the specified Cloud Storage object already exists and there is no
        * [hold](https://cloud.google.com/storage/docs/object-holds), it will be
        * overwritten with the analysis result.
        * 
@@ -786,10 +785,9 @@ public interface BigQueryDestinationOrBuilder * * *
-     * Required. The {{bigquery_name}} dataset in format
-     * "projects/projectId/datasets/datasetId", to which the analysis results
-     * should be exported. If this dataset does not exist, the export call will
-     * return an INVALID_ARGUMENT error.
+     * Required. The BigQuery dataset in format "projects/projectId/datasets/datasetId",
+     * to which the analysis results should be exported. If this dataset does
+     * not exist, the export call will return an INVALID_ARGUMENT error.
      * 
* * string dataset = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -801,10 +799,9 @@ public interface BigQueryDestinationOrBuilder * * *
-     * Required. The {{bigquery_name}} dataset in format
-     * "projects/projectId/datasets/datasetId", to which the analysis results
-     * should be exported. If this dataset does not exist, the export call will
-     * return an INVALID_ARGUMENT error.
+     * Required. The BigQuery dataset in format "projects/projectId/datasets/datasetId",
+     * to which the analysis results should be exported. If this dataset does
+     * not exist, the export call will return an INVALID_ARGUMENT error.
      * 
* * string dataset = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -817,9 +814,8 @@ public interface BigQueryDestinationOrBuilder * * *
-     * Required. The prefix of the {{bigquery_name}} tables to which the
-     * analysis results will be written. Tables will be created based on this
-     * table_prefix if not exist:
+     * Required. The prefix of the BigQuery tables to which the analysis results will be
+     * written. Tables will be created based on this table_prefix if not exist:
      * * <table_prefix>_analysis table will contain export operation's metadata.
      * * <table_prefix>_analysis_result will contain all the
      *   [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult].
@@ -836,9 +832,8 @@ public interface BigQueryDestinationOrBuilder
      *
      *
      * 
-     * Required. The prefix of the {{bigquery_name}} tables to which the
-     * analysis results will be written. Tables will be created based on this
-     * table_prefix if not exist:
+     * Required. The prefix of the BigQuery tables to which the analysis results will be
+     * written. Tables will be created based on this table_prefix if not exist:
      * * <table_prefix>_analysis table will contain export operation's metadata.
      * * <table_prefix>_analysis_result will contain all the
      *   [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult].
@@ -856,7 +851,7 @@ public interface BigQueryDestinationOrBuilder
      *
      *
      * 
-     * The partition key for {{bigquery_name}} partitioned table.
+     * The partition key for BigQuery partitioned table.
      * 
* * @@ -870,7 +865,7 @@ public interface BigQueryDestinationOrBuilder * * *
-     * The partition key for {{bigquery_name}} partitioned table.
+     * The partition key for BigQuery partitioned table.
      * 
* * @@ -886,17 +881,16 @@ public interface BigQueryDestinationOrBuilder * * *
-     * Optional. Specifies the action that occurs if the destination table or
-     * partition already exists. The following values are supported:
-     * * WRITE_TRUNCATE: If the table or partition already exists,
-     * {{bigquery_name}} overwrites the entire table or all the partitions data.
-     * * WRITE_APPEND: If the table or partition already exists,
-     * {{bigquery_name}} appends the data to the table or the latest partition.
+     * Optional. Specifies the action that occurs if the destination table or partition
+     * already exists. The following values are supported:
+     * * WRITE_TRUNCATE: If the table or partition already exists, BigQuery
+     * overwrites the entire table or all the partitions data.
+     * * WRITE_APPEND: If the table or partition already exists, BigQuery
+     * appends the data to the table or the latest partition.
      * * WRITE_EMPTY: If the table already exists and contains data, an error is
      * returned.
      * The default value is WRITE_APPEND. Each action is atomic and only occurs
-     * if {{bigquery_name}} is able to complete the job successfully. Details
-     * are at
+     * if BigQuery is able to complete the job successfully. Details are at
      * https://cloud.google.com/bigquery/docs/loading-data-local#appending_to_or_overwriting_a_table_using_a_local_file.
      * 
* @@ -909,17 +903,16 @@ public interface BigQueryDestinationOrBuilder * * *
-     * Optional. Specifies the action that occurs if the destination table or
-     * partition already exists. The following values are supported:
-     * * WRITE_TRUNCATE: If the table or partition already exists,
-     * {{bigquery_name}} overwrites the entire table or all the partitions data.
-     * * WRITE_APPEND: If the table or partition already exists,
-     * {{bigquery_name}} appends the data to the table or the latest partition.
+     * Optional. Specifies the action that occurs if the destination table or partition
+     * already exists. The following values are supported:
+     * * WRITE_TRUNCATE: If the table or partition already exists, BigQuery
+     * overwrites the entire table or all the partitions data.
+     * * WRITE_APPEND: If the table or partition already exists, BigQuery
+     * appends the data to the table or the latest partition.
      * * WRITE_EMPTY: If the table already exists and contains data, an error is
      * returned.
      * The default value is WRITE_APPEND. Each action is atomic and only occurs
-     * if {{bigquery_name}} is able to complete the job successfully. Details
-     * are at
+     * if BigQuery is able to complete the job successfully. Details are at
      * https://cloud.google.com/bigquery/docs/loading-data-local#appending_to_or_overwriting_a_table_using_a_local_file.
      * 
* @@ -933,7 +926,7 @@ public interface BigQueryDestinationOrBuilder * * *
-   * A {{bigquery_name}} destination.
+   * A BigQuery destination.
    * 
* * Protobuf type {@code google.cloud.asset.v1.IamPolicyAnalysisOutputConfig.BigQueryDestination} @@ -986,9 +979,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-     * This enum determines the partition key column for the {{bigquery_name}}
-     * tables. Partitioning can improve query performance and reduce query cost
-     * by filtering partitions. Refer to
+     * This enum determines the partition key column for the bigquery tables.
+     * Partitioning can improve query performance and reduce query cost by
+     * filtering partitions. Refer to
      * https://cloud.google.com/bigquery/docs/partitioned-tables for details.
      * 
* @@ -1136,10 +1129,9 @@ private PartitionKey(int value) { * * *
-     * Required. The {{bigquery_name}} dataset in format
-     * "projects/projectId/datasets/datasetId", to which the analysis results
-     * should be exported. If this dataset does not exist, the export call will
-     * return an INVALID_ARGUMENT error.
+     * Required. The BigQuery dataset in format "projects/projectId/datasets/datasetId",
+     * to which the analysis results should be exported. If this dataset does
+     * not exist, the export call will return an INVALID_ARGUMENT error.
      * 
* * string dataset = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -1162,10 +1154,9 @@ public java.lang.String getDataset() { * * *
-     * Required. The {{bigquery_name}} dataset in format
-     * "projects/projectId/datasets/datasetId", to which the analysis results
-     * should be exported. If this dataset does not exist, the export call will
-     * return an INVALID_ARGUMENT error.
+     * Required. The BigQuery dataset in format "projects/projectId/datasets/datasetId",
+     * to which the analysis results should be exported. If this dataset does
+     * not exist, the export call will return an INVALID_ARGUMENT error.
      * 
* * string dataset = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -1191,9 +1182,8 @@ public com.google.protobuf.ByteString getDatasetBytes() { * * *
-     * Required. The prefix of the {{bigquery_name}} tables to which the
-     * analysis results will be written. Tables will be created based on this
-     * table_prefix if not exist:
+     * Required. The prefix of the BigQuery tables to which the analysis results will be
+     * written. Tables will be created based on this table_prefix if not exist:
      * * <table_prefix>_analysis table will contain export operation's metadata.
      * * <table_prefix>_analysis_result will contain all the
      *   [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult].
@@ -1221,9 +1211,8 @@ public java.lang.String getTablePrefix() {
      *
      *
      * 
-     * Required. The prefix of the {{bigquery_name}} tables to which the
-     * analysis results will be written. Tables will be created based on this
-     * table_prefix if not exist:
+     * Required. The prefix of the BigQuery tables to which the analysis results will be
+     * written. Tables will be created based on this table_prefix if not exist:
      * * <table_prefix>_analysis table will contain export operation's metadata.
      * * <table_prefix>_analysis_result will contain all the
      *   [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult].
@@ -1254,7 +1243,7 @@ public com.google.protobuf.ByteString getTablePrefixBytes() {
      *
      *
      * 
-     * The partition key for {{bigquery_name}} partitioned table.
+     * The partition key for BigQuery partitioned table.
      * 
* * @@ -1271,7 +1260,7 @@ public int getPartitionKeyValue() { * * *
-     * The partition key for {{bigquery_name}} partitioned table.
+     * The partition key for BigQuery partitioned table.
      * 
* * @@ -1300,17 +1289,16 @@ public int getPartitionKeyValue() { * * *
-     * Optional. Specifies the action that occurs if the destination table or
-     * partition already exists. The following values are supported:
-     * * WRITE_TRUNCATE: If the table or partition already exists,
-     * {{bigquery_name}} overwrites the entire table or all the partitions data.
-     * * WRITE_APPEND: If the table or partition already exists,
-     * {{bigquery_name}} appends the data to the table or the latest partition.
+     * Optional. Specifies the action that occurs if the destination table or partition
+     * already exists. The following values are supported:
+     * * WRITE_TRUNCATE: If the table or partition already exists, BigQuery
+     * overwrites the entire table or all the partitions data.
+     * * WRITE_APPEND: If the table or partition already exists, BigQuery
+     * appends the data to the table or the latest partition.
      * * WRITE_EMPTY: If the table already exists and contains data, an error is
      * returned.
      * The default value is WRITE_APPEND. Each action is atomic and only occurs
-     * if {{bigquery_name}} is able to complete the job successfully. Details
-     * are at
+     * if BigQuery is able to complete the job successfully. Details are at
      * https://cloud.google.com/bigquery/docs/loading-data-local#appending_to_or_overwriting_a_table_using_a_local_file.
      * 
* @@ -1334,17 +1322,16 @@ public java.lang.String getWriteDisposition() { * * *
-     * Optional. Specifies the action that occurs if the destination table or
-     * partition already exists. The following values are supported:
-     * * WRITE_TRUNCATE: If the table or partition already exists,
-     * {{bigquery_name}} overwrites the entire table or all the partitions data.
-     * * WRITE_APPEND: If the table or partition already exists,
-     * {{bigquery_name}} appends the data to the table or the latest partition.
+     * Optional. Specifies the action that occurs if the destination table or partition
+     * already exists. The following values are supported:
+     * * WRITE_TRUNCATE: If the table or partition already exists, BigQuery
+     * overwrites the entire table or all the partitions data.
+     * * WRITE_APPEND: If the table or partition already exists, BigQuery
+     * appends the data to the table or the latest partition.
      * * WRITE_EMPTY: If the table already exists and contains data, an error is
      * returned.
      * The default value is WRITE_APPEND. Each action is atomic and only occurs
-     * if {{bigquery_name}} is able to complete the job successfully. Details
-     * are at
+     * if BigQuery is able to complete the job successfully. Details are at
      * https://cloud.google.com/bigquery/docs/loading-data-local#appending_to_or_overwriting_a_table_using_a_local_file.
      * 
* @@ -1570,7 +1557,7 @@ protected Builder newBuilderForType( * * *
-     * A {{bigquery_name}} destination.
+     * A BigQuery destination.
      * 
* * Protobuf type {@code google.cloud.asset.v1.IamPolicyAnalysisOutputConfig.BigQueryDestination} @@ -1794,10 +1781,9 @@ public Builder mergeFrom( * * *
-       * Required. The {{bigquery_name}} dataset in format
-       * "projects/projectId/datasets/datasetId", to which the analysis results
-       * should be exported. If this dataset does not exist, the export call will
-       * return an INVALID_ARGUMENT error.
+       * Required. The BigQuery dataset in format "projects/projectId/datasets/datasetId",
+       * to which the analysis results should be exported. If this dataset does
+       * not exist, the export call will return an INVALID_ARGUMENT error.
        * 
* * string dataset = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -1819,10 +1805,9 @@ public java.lang.String getDataset() { * * *
-       * Required. The {{bigquery_name}} dataset in format
-       * "projects/projectId/datasets/datasetId", to which the analysis results
-       * should be exported. If this dataset does not exist, the export call will
-       * return an INVALID_ARGUMENT error.
+       * Required. The BigQuery dataset in format "projects/projectId/datasets/datasetId",
+       * to which the analysis results should be exported. If this dataset does
+       * not exist, the export call will return an INVALID_ARGUMENT error.
        * 
* * string dataset = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -1844,10 +1829,9 @@ public com.google.protobuf.ByteString getDatasetBytes() { * * *
-       * Required. The {{bigquery_name}} dataset in format
-       * "projects/projectId/datasets/datasetId", to which the analysis results
-       * should be exported. If this dataset does not exist, the export call will
-       * return an INVALID_ARGUMENT error.
+       * Required. The BigQuery dataset in format "projects/projectId/datasets/datasetId",
+       * to which the analysis results should be exported. If this dataset does
+       * not exist, the export call will return an INVALID_ARGUMENT error.
        * 
* * string dataset = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -1868,10 +1852,9 @@ public Builder setDataset(java.lang.String value) { * * *
-       * Required. The {{bigquery_name}} dataset in format
-       * "projects/projectId/datasets/datasetId", to which the analysis results
-       * should be exported. If this dataset does not exist, the export call will
-       * return an INVALID_ARGUMENT error.
+       * Required. The BigQuery dataset in format "projects/projectId/datasets/datasetId",
+       * to which the analysis results should be exported. If this dataset does
+       * not exist, the export call will return an INVALID_ARGUMENT error.
        * 
* * string dataset = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -1888,10 +1871,9 @@ public Builder clearDataset() { * * *
-       * Required. The {{bigquery_name}} dataset in format
-       * "projects/projectId/datasets/datasetId", to which the analysis results
-       * should be exported. If this dataset does not exist, the export call will
-       * return an INVALID_ARGUMENT error.
+       * Required. The BigQuery dataset in format "projects/projectId/datasets/datasetId",
+       * to which the analysis results should be exported. If this dataset does
+       * not exist, the export call will return an INVALID_ARGUMENT error.
        * 
* * string dataset = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -1915,9 +1897,8 @@ public Builder setDatasetBytes(com.google.protobuf.ByteString value) { * * *
-       * Required. The prefix of the {{bigquery_name}} tables to which the
-       * analysis results will be written. Tables will be created based on this
-       * table_prefix if not exist:
+       * Required. The prefix of the BigQuery tables to which the analysis results will be
+       * written. Tables will be created based on this table_prefix if not exist:
        * * <table_prefix>_analysis table will contain export operation's metadata.
        * * <table_prefix>_analysis_result will contain all the
        *   [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult].
@@ -1944,9 +1925,8 @@ public java.lang.String getTablePrefix() {
        *
        *
        * 
-       * Required. The prefix of the {{bigquery_name}} tables to which the
-       * analysis results will be written. Tables will be created based on this
-       * table_prefix if not exist:
+       * Required. The prefix of the BigQuery tables to which the analysis results will be
+       * written. Tables will be created based on this table_prefix if not exist:
        * * <table_prefix>_analysis table will contain export operation's metadata.
        * * <table_prefix>_analysis_result will contain all the
        *   [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult].
@@ -1973,9 +1953,8 @@ public com.google.protobuf.ByteString getTablePrefixBytes() {
        *
        *
        * 
-       * Required. The prefix of the {{bigquery_name}} tables to which the
-       * analysis results will be written. Tables will be created based on this
-       * table_prefix if not exist:
+       * Required. The prefix of the BigQuery tables to which the analysis results will be
+       * written. Tables will be created based on this table_prefix if not exist:
        * * <table_prefix>_analysis table will contain export operation's metadata.
        * * <table_prefix>_analysis_result will contain all the
        *   [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult].
@@ -2001,9 +1980,8 @@ public Builder setTablePrefix(java.lang.String value) {
        *
        *
        * 
-       * Required. The prefix of the {{bigquery_name}} tables to which the
-       * analysis results will be written. Tables will be created based on this
-       * table_prefix if not exist:
+       * Required. The prefix of the BigQuery tables to which the analysis results will be
+       * written. Tables will be created based on this table_prefix if not exist:
        * * <table_prefix>_analysis table will contain export operation's metadata.
        * * <table_prefix>_analysis_result will contain all the
        *   [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult].
@@ -2025,9 +2003,8 @@ public Builder clearTablePrefix() {
        *
        *
        * 
-       * Required. The prefix of the {{bigquery_name}} tables to which the
-       * analysis results will be written. Tables will be created based on this
-       * table_prefix if not exist:
+       * Required. The prefix of the BigQuery tables to which the analysis results will be
+       * written. Tables will be created based on this table_prefix if not exist:
        * * <table_prefix>_analysis table will contain export operation's metadata.
        * * <table_prefix>_analysis_result will contain all the
        *   [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult].
@@ -2056,7 +2033,7 @@ public Builder setTablePrefixBytes(com.google.protobuf.ByteString value) {
        *
        *
        * 
-       * The partition key for {{bigquery_name}} partitioned table.
+       * The partition key for BigQuery partitioned table.
        * 
* * @@ -2073,7 +2050,7 @@ public int getPartitionKeyValue() { * * *
-       * The partition key for {{bigquery_name}} partitioned table.
+       * The partition key for BigQuery partitioned table.
        * 
* * @@ -2093,7 +2070,7 @@ public Builder setPartitionKeyValue(int value) { * * *
-       * The partition key for {{bigquery_name}} partitioned table.
+       * The partition key for BigQuery partitioned table.
        * 
* * @@ -2120,7 +2097,7 @@ public Builder setPartitionKeyValue(int value) { * * *
-       * The partition key for {{bigquery_name}} partitioned table.
+       * The partition key for BigQuery partitioned table.
        * 
* * @@ -2145,7 +2122,7 @@ public Builder setPartitionKey( * * *
-       * The partition key for {{bigquery_name}} partitioned table.
+       * The partition key for BigQuery partitioned table.
        * 
* * @@ -2166,17 +2143,16 @@ public Builder clearPartitionKey() { * * *
-       * Optional. Specifies the action that occurs if the destination table or
-       * partition already exists. The following values are supported:
-       * * WRITE_TRUNCATE: If the table or partition already exists,
-       * {{bigquery_name}} overwrites the entire table or all the partitions data.
-       * * WRITE_APPEND: If the table or partition already exists,
-       * {{bigquery_name}} appends the data to the table or the latest partition.
+       * Optional. Specifies the action that occurs if the destination table or partition
+       * already exists. The following values are supported:
+       * * WRITE_TRUNCATE: If the table or partition already exists, BigQuery
+       * overwrites the entire table or all the partitions data.
+       * * WRITE_APPEND: If the table or partition already exists, BigQuery
+       * appends the data to the table or the latest partition.
        * * WRITE_EMPTY: If the table already exists and contains data, an error is
        * returned.
        * The default value is WRITE_APPEND. Each action is atomic and only occurs
-       * if {{bigquery_name}} is able to complete the job successfully. Details
-       * are at
+       * if BigQuery is able to complete the job successfully. Details are at
        * https://cloud.google.com/bigquery/docs/loading-data-local#appending_to_or_overwriting_a_table_using_a_local_file.
        * 
* @@ -2199,17 +2175,16 @@ public java.lang.String getWriteDisposition() { * * *
-       * Optional. Specifies the action that occurs if the destination table or
-       * partition already exists. The following values are supported:
-       * * WRITE_TRUNCATE: If the table or partition already exists,
-       * {{bigquery_name}} overwrites the entire table or all the partitions data.
-       * * WRITE_APPEND: If the table or partition already exists,
-       * {{bigquery_name}} appends the data to the table or the latest partition.
+       * Optional. Specifies the action that occurs if the destination table or partition
+       * already exists. The following values are supported:
+       * * WRITE_TRUNCATE: If the table or partition already exists, BigQuery
+       * overwrites the entire table or all the partitions data.
+       * * WRITE_APPEND: If the table or partition already exists, BigQuery
+       * appends the data to the table or the latest partition.
        * * WRITE_EMPTY: If the table already exists and contains data, an error is
        * returned.
        * The default value is WRITE_APPEND. Each action is atomic and only occurs
-       * if {{bigquery_name}} is able to complete the job successfully. Details
-       * are at
+       * if BigQuery is able to complete the job successfully. Details are at
        * https://cloud.google.com/bigquery/docs/loading-data-local#appending_to_or_overwriting_a_table_using_a_local_file.
        * 
* @@ -2232,17 +2207,16 @@ public com.google.protobuf.ByteString getWriteDispositionBytes() { * * *
-       * Optional. Specifies the action that occurs if the destination table or
-       * partition already exists. The following values are supported:
-       * * WRITE_TRUNCATE: If the table or partition already exists,
-       * {{bigquery_name}} overwrites the entire table or all the partitions data.
-       * * WRITE_APPEND: If the table or partition already exists,
-       * {{bigquery_name}} appends the data to the table or the latest partition.
+       * Optional. Specifies the action that occurs if the destination table or partition
+       * already exists. The following values are supported:
+       * * WRITE_TRUNCATE: If the table or partition already exists, BigQuery
+       * overwrites the entire table or all the partitions data.
+       * * WRITE_APPEND: If the table or partition already exists, BigQuery
+       * appends the data to the table or the latest partition.
        * * WRITE_EMPTY: If the table already exists and contains data, an error is
        * returned.
        * The default value is WRITE_APPEND. Each action is atomic and only occurs
-       * if {{bigquery_name}} is able to complete the job successfully. Details
-       * are at
+       * if BigQuery is able to complete the job successfully. Details are at
        * https://cloud.google.com/bigquery/docs/loading-data-local#appending_to_or_overwriting_a_table_using_a_local_file.
        * 
* @@ -2264,17 +2238,16 @@ public Builder setWriteDisposition(java.lang.String value) { * * *
-       * Optional. Specifies the action that occurs if the destination table or
-       * partition already exists. The following values are supported:
-       * * WRITE_TRUNCATE: If the table or partition already exists,
-       * {{bigquery_name}} overwrites the entire table or all the partitions data.
-       * * WRITE_APPEND: If the table or partition already exists,
-       * {{bigquery_name}} appends the data to the table or the latest partition.
+       * Optional. Specifies the action that occurs if the destination table or partition
+       * already exists. The following values are supported:
+       * * WRITE_TRUNCATE: If the table or partition already exists, BigQuery
+       * overwrites the entire table or all the partitions data.
+       * * WRITE_APPEND: If the table or partition already exists, BigQuery
+       * appends the data to the table or the latest partition.
        * * WRITE_EMPTY: If the table already exists and contains data, an error is
        * returned.
        * The default value is WRITE_APPEND. Each action is atomic and only occurs
-       * if {{bigquery_name}} is able to complete the job successfully. Details
-       * are at
+       * if BigQuery is able to complete the job successfully. Details are at
        * https://cloud.google.com/bigquery/docs/loading-data-local#appending_to_or_overwriting_a_table_using_a_local_file.
        * 
* @@ -2292,17 +2265,16 @@ public Builder clearWriteDisposition() { * * *
-       * Optional. Specifies the action that occurs if the destination table or
-       * partition already exists. The following values are supported:
-       * * WRITE_TRUNCATE: If the table or partition already exists,
-       * {{bigquery_name}} overwrites the entire table or all the partitions data.
-       * * WRITE_APPEND: If the table or partition already exists,
-       * {{bigquery_name}} appends the data to the table or the latest partition.
+       * Optional. Specifies the action that occurs if the destination table or partition
+       * already exists. The following values are supported:
+       * * WRITE_TRUNCATE: If the table or partition already exists, BigQuery
+       * overwrites the entire table or all the partitions data.
+       * * WRITE_APPEND: If the table or partition already exists, BigQuery
+       * appends the data to the table or the latest partition.
        * * WRITE_EMPTY: If the table already exists and contains data, an error is
        * returned.
        * The default value is WRITE_APPEND. Each action is atomic and only occurs
-       * if {{bigquery_name}} is able to complete the job successfully. Details
-       * are at
+       * if BigQuery is able to complete the job successfully. Details are at
        * https://cloud.google.com/bigquery/docs/loading-data-local#appending_to_or_overwriting_a_table_using_a_local_file.
        * 
* @@ -2442,7 +2414,7 @@ public DestinationCase getDestinationCase() { * * *
-   * Destination on {{storage_name}}.
+   * Destination on Cloud Storage.
    * 
* * .google.cloud.asset.v1.IamPolicyAnalysisOutputConfig.GcsDestination gcs_destination = 1; @@ -2458,7 +2430,7 @@ public boolean hasGcsDestination() { * * *
-   * Destination on {{storage_name}}.
+   * Destination on Cloud Storage.
    * 
* * .google.cloud.asset.v1.IamPolicyAnalysisOutputConfig.GcsDestination gcs_destination = 1; @@ -2479,7 +2451,7 @@ public boolean hasGcsDestination() { * * *
-   * Destination on {{storage_name}}.
+   * Destination on Cloud Storage.
    * 
* * .google.cloud.asset.v1.IamPolicyAnalysisOutputConfig.GcsDestination gcs_destination = 1; @@ -2500,7 +2472,7 @@ public boolean hasGcsDestination() { * * *
-   * Destination on {{bigquery_name}}.
+   * Destination on BigQuery.
    * 
* * @@ -2517,7 +2489,7 @@ public boolean hasBigqueryDestination() { * * *
-   * Destination on {{bigquery_name}}.
+   * Destination on BigQuery.
    * 
* * @@ -2540,7 +2512,7 @@ public boolean hasBigqueryDestination() { * * *
-   * Destination on {{bigquery_name}}.
+   * Destination on BigQuery.
    * 
* * @@ -2760,8 +2732,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * Output configuration for export {{iam_name_short}} policy analysis
-   * destination.
+   * Output configuration for export IAM policy analysis destination.
    * 
* * Protobuf type {@code google.cloud.asset.v1.IamPolicyAnalysisOutputConfig} @@ -2990,7 +2961,7 @@ public Builder clearDestination() { * * *
-     * Destination on {{storage_name}}.
+     * Destination on Cloud Storage.
      * 
* * @@ -3007,7 +2978,7 @@ public boolean hasGcsDestination() { * * *
-     * Destination on {{storage_name}}.
+     * Destination on Cloud Storage.
      * 
* * @@ -3038,7 +3009,7 @@ public boolean hasGcsDestination() { * * *
-     * Destination on {{storage_name}}.
+     * Destination on Cloud Storage.
      * 
* * @@ -3063,7 +3034,7 @@ public Builder setGcsDestination( * * *
-     * Destination on {{storage_name}}.
+     * Destination on Cloud Storage.
      * 
* * @@ -3086,7 +3057,7 @@ public Builder setGcsDestination( * * *
-     * Destination on {{storage_name}}.
+     * Destination on Cloud Storage.
      * 
* * @@ -3124,7 +3095,7 @@ public Builder mergeGcsDestination( * * *
-     * Destination on {{storage_name}}.
+     * Destination on Cloud Storage.
      * 
* * @@ -3151,7 +3122,7 @@ public Builder clearGcsDestination() { * * *
-     * Destination on {{storage_name}}.
+     * Destination on Cloud Storage.
      * 
* * @@ -3166,7 +3137,7 @@ public Builder clearGcsDestination() { * * *
-     * Destination on {{storage_name}}.
+     * Destination on Cloud Storage.
      * 
* * @@ -3191,7 +3162,7 @@ public Builder clearGcsDestination() { * * *
-     * Destination on {{storage_name}}.
+     * Destination on Cloud Storage.
      * 
* * @@ -3235,7 +3206,7 @@ public Builder clearGcsDestination() { * * *
-     * Destination on {{bigquery_name}}.
+     * Destination on BigQuery.
      * 
* * @@ -3252,7 +3223,7 @@ public boolean hasBigqueryDestination() { * * *
-     * Destination on {{bigquery_name}}.
+     * Destination on BigQuery.
      * 
* * @@ -3283,7 +3254,7 @@ public boolean hasBigqueryDestination() { * * *
-     * Destination on {{bigquery_name}}.
+     * Destination on BigQuery.
      * 
* * @@ -3308,7 +3279,7 @@ public Builder setBigqueryDestination( * * *
-     * Destination on {{bigquery_name}}.
+     * Destination on BigQuery.
      * 
* * @@ -3331,7 +3302,7 @@ public Builder setBigqueryDestination( * * *
-     * Destination on {{bigquery_name}}.
+     * Destination on BigQuery.
      * 
* * @@ -3370,7 +3341,7 @@ public Builder mergeBigqueryDestination( * * *
-     * Destination on {{bigquery_name}}.
+     * Destination on BigQuery.
      * 
* * @@ -3397,7 +3368,7 @@ public Builder clearBigqueryDestination() { * * *
-     * Destination on {{bigquery_name}}.
+     * Destination on BigQuery.
      * 
* * @@ -3412,7 +3383,7 @@ public Builder clearBigqueryDestination() { * * *
-     * Destination on {{bigquery_name}}.
+     * Destination on BigQuery.
      * 
* * @@ -3437,7 +3408,7 @@ public Builder clearBigqueryDestination() { * * *
-     * Destination on {{bigquery_name}}.
+     * Destination on BigQuery.
      * 
* * diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/IamPolicyAnalysisOutputConfigOrBuilder.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/IamPolicyAnalysisOutputConfigOrBuilder.java index 0b0e6603d443..0e02268b9e46 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/IamPolicyAnalysisOutputConfigOrBuilder.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/IamPolicyAnalysisOutputConfigOrBuilder.java @@ -27,7 +27,7 @@ public interface IamPolicyAnalysisOutputConfigOrBuilder * * *
-   * Destination on {{storage_name}}.
+   * Destination on Cloud Storage.
    * 
* * .google.cloud.asset.v1.IamPolicyAnalysisOutputConfig.GcsDestination gcs_destination = 1; @@ -40,7 +40,7 @@ public interface IamPolicyAnalysisOutputConfigOrBuilder * * *
-   * Destination on {{storage_name}}.
+   * Destination on Cloud Storage.
    * 
* * .google.cloud.asset.v1.IamPolicyAnalysisOutputConfig.GcsDestination gcs_destination = 1; @@ -53,7 +53,7 @@ public interface IamPolicyAnalysisOutputConfigOrBuilder * * *
-   * Destination on {{storage_name}}.
+   * Destination on Cloud Storage.
    * 
* * .google.cloud.asset.v1.IamPolicyAnalysisOutputConfig.GcsDestination gcs_destination = 1; @@ -66,7 +66,7 @@ public interface IamPolicyAnalysisOutputConfigOrBuilder * * *
-   * Destination on {{bigquery_name}}.
+   * Destination on BigQuery.
    * 
* * @@ -80,7 +80,7 @@ public interface IamPolicyAnalysisOutputConfigOrBuilder * * *
-   * Destination on {{bigquery_name}}.
+   * Destination on BigQuery.
    * 
* * @@ -95,7 +95,7 @@ public interface IamPolicyAnalysisOutputConfigOrBuilder * * *
-   * Destination on {{bigquery_name}}.
+   * Destination on BigQuery.
    * 
* * diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/IamPolicyAnalysisQuery.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/IamPolicyAnalysisQuery.java index 81e90df2c6f4..571b1c14833f 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/IamPolicyAnalysisQuery.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/IamPolicyAnalysisQuery.java @@ -22,7 +22,7 @@ * * *
- * {{iam_name_short}} policy analysis query message.
+ * IAM policy analysis query message.
  * 
* * Protobuf type {@code google.cloud.asset.v1.IamPolicyAnalysisQuery} @@ -751,7 +751,7 @@ public interface IdentitySelectorOrBuilder * *
      * Required. The identity appear in the form of principals in
-     * [{{iam_name_short}} policy
+     * [IAM policy
      * binding](https://cloud.google.com/iam/reference/rest/v1/Binding).
      * The examples of supported forms are:
      * "user:mike@example.com",
@@ -772,7 +772,7 @@ public interface IdentitySelectorOrBuilder
      *
      * 
      * Required. The identity appear in the form of principals in
-     * [{{iam_name_short}} policy
+     * [IAM policy
      * binding](https://cloud.google.com/iam/reference/rest/v1/Binding).
      * The examples of supported forms are:
      * "user:mike@example.com",
@@ -847,7 +847,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
      *
      * 
      * Required. The identity appear in the form of principals in
-     * [{{iam_name_short}} policy
+     * [IAM policy
      * binding](https://cloud.google.com/iam/reference/rest/v1/Binding).
      * The examples of supported forms are:
      * "user:mike@example.com",
@@ -879,7 +879,7 @@ public java.lang.String getIdentity() {
      *
      * 
      * Required. The identity appear in the form of principals in
-     * [{{iam_name_short}} policy
+     * [IAM policy
      * binding](https://cloud.google.com/iam/reference/rest/v1/Binding).
      * The examples of supported forms are:
      * "user:mike@example.com",
@@ -1257,7 +1257,7 @@ public Builder mergeFrom(
        *
        * 
        * Required. The identity appear in the form of principals in
-       * [{{iam_name_short}} policy
+       * [IAM policy
        * binding](https://cloud.google.com/iam/reference/rest/v1/Binding).
        * The examples of supported forms are:
        * "user:mike@example.com",
@@ -1288,7 +1288,7 @@ public java.lang.String getIdentity() {
        *
        * 
        * Required. The identity appear in the form of principals in
-       * [{{iam_name_short}} policy
+       * [IAM policy
        * binding](https://cloud.google.com/iam/reference/rest/v1/Binding).
        * The examples of supported forms are:
        * "user:mike@example.com",
@@ -1319,7 +1319,7 @@ public com.google.protobuf.ByteString getIdentityBytes() {
        *
        * 
        * Required. The identity appear in the form of principals in
-       * [{{iam_name_short}} policy
+       * [IAM policy
        * binding](https://cloud.google.com/iam/reference/rest/v1/Binding).
        * The examples of supported forms are:
        * "user:mike@example.com",
@@ -1349,7 +1349,7 @@ public Builder setIdentity(java.lang.String value) {
        *
        * 
        * Required. The identity appear in the form of principals in
-       * [{{iam_name_short}} policy
+       * [IAM policy
        * binding](https://cloud.google.com/iam/reference/rest/v1/Binding).
        * The examples of supported forms are:
        * "user:mike@example.com",
@@ -1375,7 +1375,7 @@ public Builder clearIdentity() {
        *
        * 
        * Required. The identity appear in the form of principals in
-       * [{{iam_name_short}} policy
+       * [IAM policy
        * binding](https://cloud.google.com/iam/reference/rest/v1/Binding).
        * The examples of supported forms are:
        * "user:mike@example.com",
@@ -2570,11 +2570,10 @@ public interface OptionsOrBuilder
      *
      * 
      * Optional. If true, the identities section of the result will expand any
-     * Google groups appearing in an {{iam_name_short}} policy binding.
-     * If
-     * [IamPolicyAnalysisQuery.identity_selector][google.cloud.asset.v1.IamPolicyAnalysisQuery.identity_selector]
-     * is specified, the identity in the result will be determined by the
-     * selector, and this flag is not allowed to set.
+     * Google groups appearing in an IAM policy binding.
+     * If [IamPolicyAnalysisQuery.identity_selector][google.cloud.asset.v1.IamPolicyAnalysisQuery.identity_selector] is specified, the
+     * identity in the result will be determined by the selector, and this flag
+     * is not allowed to set.
      * If true, the default max expansion per group is 1000 for
      * AssetService.AnalyzeIamPolicy][].
      * Default is false.
@@ -2591,12 +2590,10 @@ public interface OptionsOrBuilder
      *
      * 
      * Optional. If true, the access section of result will expand any roles
-     * appearing in {{iam_name_short}} policy bindings to include their
-     * permissions.
-     * If
-     * [IamPolicyAnalysisQuery.access_selector][google.cloud.asset.v1.IamPolicyAnalysisQuery.access_selector]
-     * is specified, the access section of the result will be determined by the
-     * selector, and this flag is not allowed to set.
+     * appearing in IAM policy bindings to include their permissions.
+     * If [IamPolicyAnalysisQuery.access_selector][google.cloud.asset.v1.IamPolicyAnalysisQuery.access_selector] is specified, the access
+     * section of the result will be determined by the selector, and this flag
+     * is not allowed to set.
      * Default is false.
      * 
* @@ -2610,21 +2607,19 @@ public interface OptionsOrBuilder * * *
-     * Optional. If true and
-     * [IamPolicyAnalysisQuery.resource_selector][google.cloud.asset.v1.IamPolicyAnalysisQuery.resource_selector]
-     * is not specified, the resource section of the result will expand any
-     * resource attached to an {{iam_name_short}} policy to include resources
-     * lower in the resource hierarchy.
+     * Optional. If true and [IamPolicyAnalysisQuery.resource_selector][google.cloud.asset.v1.IamPolicyAnalysisQuery.resource_selector] is not
+     * specified, the resource section of the result will expand any resource
+     * attached to an IAM policy to include resources lower in the resource
+     * hierarchy.
      * For example, if the request analyzes for which resources user A has
-     * permission P, and the results include an {{iam_name_short}} policy with P
-     * on a GCP folder, the results will also include resources in that folder
-     * with permission P.
-     * If true and
-     * [IamPolicyAnalysisQuery.resource_selector][google.cloud.asset.v1.IamPolicyAnalysisQuery.resource_selector]
-     * is specified, the resource section of the result will expand the
-     * specified resource to include resources lower in the resource hierarchy.
-     * Only project or lower resources are supported. Folder and organization
-     * resource cannot be used together with this option.
+     * permission P, and the results include an IAM policy with P on a GCP
+     * folder, the results will also include resources in that folder with
+     * permission P.
+     * If true and [IamPolicyAnalysisQuery.resource_selector][google.cloud.asset.v1.IamPolicyAnalysisQuery.resource_selector] is specified,
+     * the resource section of the result will expand the specified resource to
+     * include resources lower in the resource hierarchy. Only project or
+     * lower resources are supported. Folder and organization resource cannot be
+     * used together with this option.
      * For example, if the request analyzes for which users have permission P on
      * a GCP project with this option enabled, the results will include all
      * users who have permission P on that project or any lower resource.
@@ -2644,8 +2639,9 @@ public interface OptionsOrBuilder
      *
      *
      * 
-     * Optional. If true, the result will output the relevant parent/child
-     * relationships between resources. Default is false.
+     * Optional. If true, the result will output the relevant parent/child relationships
+     * between resources.
+     * Default is false.
      * 
* * bool output_resource_edges = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -2658,9 +2654,9 @@ public interface OptionsOrBuilder * * *
-     * Optional. If true, the result will output the relevant membership
-     * relationships between groups and other groups, and between groups and
-     * principals. Default is false.
+     * Optional. If true, the result will output the relevant membership relationships
+     * between groups and other groups, and between groups and principals.
+     * Default is false.
      * 
* * bool output_group_edges = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -2673,26 +2669,24 @@ public interface OptionsOrBuilder * * *
-     * Optional. If true, the response will include access analysis from
-     * identities to resources via service account impersonation. This is a very
-     * expensive operation, because many derived queries will be executed. We
-     * highly recommend you use
-     * [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning]
-     * rpc instead.
+     * Optional. If true, the response will include access analysis from identities to
+     * resources via service account impersonation. This is a very expensive
+     * operation, because many derived queries will be executed. We highly
+     * recommend you use [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning] rpc
+     * instead.
      * For example, if the request analyzes for which resources user A has
-     * permission P, and there's an {{iam_name_short}} policy states user A has
+     * permission P, and there's an IAM policy states user A has
      * iam.serviceAccounts.getAccessToken permission to a service account SA,
-     * and there's another {{iam_name_short}} policy states service account SA
-     * has permission P to a GCP folder F, then user A potentially has access to
-     * the GCP folder F. And those advanced analysis results will be included in
+     * and there's another IAM policy states service account SA has permission P
+     * to a GCP folder F, then user A potentially has access to the GCP folder
+     * F. And those advanced analysis results will be included in
      * [AnalyzeIamPolicyResponse.service_account_impersonation_analysis][google.cloud.asset.v1.AnalyzeIamPolicyResponse.service_account_impersonation_analysis].
      * Another example, if the request analyzes for who has
-     * permission P to a GCP folder F, and there's an {{iam_name_short}} policy
-     * states user A has iam.serviceAccounts.actAs permission to a service
-     * account SA, and there's another {{iam_name_short}} policy states service
-     * account SA has permission P to the GCP folder F, then user A potentially
-     * has access to the GCP folder F. And those advanced analysis results will
-     * be included in
+     * permission P to a GCP folder F, and there's an IAM policy states user A
+     * has iam.serviceAccounts.actAs permission to a service account SA, and
+     * there's another IAM policy states service account SA has permission P to
+     * the GCP folder F, then user A potentially has access to the GCP folder
+     * F. And those advanced analysis results will be included in
      * [AnalyzeIamPolicyResponse.service_account_impersonation_analysis][google.cloud.asset.v1.AnalyzeIamPolicyResponse.service_account_impersonation_analysis].
      * Only the following permissions are considered in this analysis:
      * * `iam.serviceAccounts.actAs`
@@ -2766,11 +2760,10 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
      *
      * 
      * Optional. If true, the identities section of the result will expand any
-     * Google groups appearing in an {{iam_name_short}} policy binding.
-     * If
-     * [IamPolicyAnalysisQuery.identity_selector][google.cloud.asset.v1.IamPolicyAnalysisQuery.identity_selector]
-     * is specified, the identity in the result will be determined by the
-     * selector, and this flag is not allowed to set.
+     * Google groups appearing in an IAM policy binding.
+     * If [IamPolicyAnalysisQuery.identity_selector][google.cloud.asset.v1.IamPolicyAnalysisQuery.identity_selector] is specified, the
+     * identity in the result will be determined by the selector, and this flag
+     * is not allowed to set.
      * If true, the default max expansion per group is 1000 for
      * AssetService.AnalyzeIamPolicy][].
      * Default is false.
@@ -2792,12 +2785,10 @@ public boolean getExpandGroups() {
      *
      * 
      * Optional. If true, the access section of result will expand any roles
-     * appearing in {{iam_name_short}} policy bindings to include their
-     * permissions.
-     * If
-     * [IamPolicyAnalysisQuery.access_selector][google.cloud.asset.v1.IamPolicyAnalysisQuery.access_selector]
-     * is specified, the access section of the result will be determined by the
-     * selector, and this flag is not allowed to set.
+     * appearing in IAM policy bindings to include their permissions.
+     * If [IamPolicyAnalysisQuery.access_selector][google.cloud.asset.v1.IamPolicyAnalysisQuery.access_selector] is specified, the access
+     * section of the result will be determined by the selector, and this flag
+     * is not allowed to set.
      * Default is false.
      * 
* @@ -2816,21 +2807,19 @@ public boolean getExpandRoles() { * * *
-     * Optional. If true and
-     * [IamPolicyAnalysisQuery.resource_selector][google.cloud.asset.v1.IamPolicyAnalysisQuery.resource_selector]
-     * is not specified, the resource section of the result will expand any
-     * resource attached to an {{iam_name_short}} policy to include resources
-     * lower in the resource hierarchy.
+     * Optional. If true and [IamPolicyAnalysisQuery.resource_selector][google.cloud.asset.v1.IamPolicyAnalysisQuery.resource_selector] is not
+     * specified, the resource section of the result will expand any resource
+     * attached to an IAM policy to include resources lower in the resource
+     * hierarchy.
      * For example, if the request analyzes for which resources user A has
-     * permission P, and the results include an {{iam_name_short}} policy with P
-     * on a GCP folder, the results will also include resources in that folder
-     * with permission P.
-     * If true and
-     * [IamPolicyAnalysisQuery.resource_selector][google.cloud.asset.v1.IamPolicyAnalysisQuery.resource_selector]
-     * is specified, the resource section of the result will expand the
-     * specified resource to include resources lower in the resource hierarchy.
-     * Only project or lower resources are supported. Folder and organization
-     * resource cannot be used together with this option.
+     * permission P, and the results include an IAM policy with P on a GCP
+     * folder, the results will also include resources in that folder with
+     * permission P.
+     * If true and [IamPolicyAnalysisQuery.resource_selector][google.cloud.asset.v1.IamPolicyAnalysisQuery.resource_selector] is specified,
+     * the resource section of the result will expand the specified resource to
+     * include resources lower in the resource hierarchy. Only project or
+     * lower resources are supported. Folder and organization resource cannot be
+     * used together with this option.
      * For example, if the request analyzes for which users have permission P on
      * a GCP project with this option enabled, the results will include all
      * users who have permission P on that project or any lower resource.
@@ -2855,8 +2844,9 @@ public boolean getExpandResources() {
      *
      *
      * 
-     * Optional. If true, the result will output the relevant parent/child
-     * relationships between resources. Default is false.
+     * Optional. If true, the result will output the relevant parent/child relationships
+     * between resources.
+     * Default is false.
      * 
* * bool output_resource_edges = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -2874,9 +2864,9 @@ public boolean getOutputResourceEdges() { * * *
-     * Optional. If true, the result will output the relevant membership
-     * relationships between groups and other groups, and between groups and
-     * principals. Default is false.
+     * Optional. If true, the result will output the relevant membership relationships
+     * between groups and other groups, and between groups and principals.
+     * Default is false.
      * 
* * bool output_group_edges = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -2894,26 +2884,24 @@ public boolean getOutputGroupEdges() { * * *
-     * Optional. If true, the response will include access analysis from
-     * identities to resources via service account impersonation. This is a very
-     * expensive operation, because many derived queries will be executed. We
-     * highly recommend you use
-     * [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning]
-     * rpc instead.
+     * Optional. If true, the response will include access analysis from identities to
+     * resources via service account impersonation. This is a very expensive
+     * operation, because many derived queries will be executed. We highly
+     * recommend you use [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning] rpc
+     * instead.
      * For example, if the request analyzes for which resources user A has
-     * permission P, and there's an {{iam_name_short}} policy states user A has
+     * permission P, and there's an IAM policy states user A has
      * iam.serviceAccounts.getAccessToken permission to a service account SA,
-     * and there's another {{iam_name_short}} policy states service account SA
-     * has permission P to a GCP folder F, then user A potentially has access to
-     * the GCP folder F. And those advanced analysis results will be included in
+     * and there's another IAM policy states service account SA has permission P
+     * to a GCP folder F, then user A potentially has access to the GCP folder
+     * F. And those advanced analysis results will be included in
      * [AnalyzeIamPolicyResponse.service_account_impersonation_analysis][google.cloud.asset.v1.AnalyzeIamPolicyResponse.service_account_impersonation_analysis].
      * Another example, if the request analyzes for who has
-     * permission P to a GCP folder F, and there's an {{iam_name_short}} policy
-     * states user A has iam.serviceAccounts.actAs permission to a service
-     * account SA, and there's another {{iam_name_short}} policy states service
-     * account SA has permission P to the GCP folder F, then user A potentially
-     * has access to the GCP folder F. And those advanced analysis results will
-     * be included in
+     * permission P to a GCP folder F, and there's an IAM policy states user A
+     * has iam.serviceAccounts.actAs permission to a service account SA, and
+     * there's another IAM policy states service account SA has permission P to
+     * the GCP folder F, then user A potentially has access to the GCP folder
+     * F. And those advanced analysis results will be included in
      * [AnalyzeIamPolicyResponse.service_account_impersonation_analysis][google.cloud.asset.v1.AnalyzeIamPolicyResponse.service_account_impersonation_analysis].
      * Only the following permissions are considered in this analysis:
      * * `iam.serviceAccounts.actAs`
@@ -3386,11 +3374,10 @@ public Builder mergeFrom(
        *
        * 
        * Optional. If true, the identities section of the result will expand any
-       * Google groups appearing in an {{iam_name_short}} policy binding.
-       * If
-       * [IamPolicyAnalysisQuery.identity_selector][google.cloud.asset.v1.IamPolicyAnalysisQuery.identity_selector]
-       * is specified, the identity in the result will be determined by the
-       * selector, and this flag is not allowed to set.
+       * Google groups appearing in an IAM policy binding.
+       * If [IamPolicyAnalysisQuery.identity_selector][google.cloud.asset.v1.IamPolicyAnalysisQuery.identity_selector] is specified, the
+       * identity in the result will be determined by the selector, and this flag
+       * is not allowed to set.
        * If true, the default max expansion per group is 1000 for
        * AssetService.AnalyzeIamPolicy][].
        * Default is false.
@@ -3409,11 +3396,10 @@ public boolean getExpandGroups() {
        *
        * 
        * Optional. If true, the identities section of the result will expand any
-       * Google groups appearing in an {{iam_name_short}} policy binding.
-       * If
-       * [IamPolicyAnalysisQuery.identity_selector][google.cloud.asset.v1.IamPolicyAnalysisQuery.identity_selector]
-       * is specified, the identity in the result will be determined by the
-       * selector, and this flag is not allowed to set.
+       * Google groups appearing in an IAM policy binding.
+       * If [IamPolicyAnalysisQuery.identity_selector][google.cloud.asset.v1.IamPolicyAnalysisQuery.identity_selector] is specified, the
+       * identity in the result will be determined by the selector, and this flag
+       * is not allowed to set.
        * If true, the default max expansion per group is 1000 for
        * AssetService.AnalyzeIamPolicy][].
        * Default is false.
@@ -3435,11 +3421,10 @@ public Builder setExpandGroups(boolean value) {
        *
        * 
        * Optional. If true, the identities section of the result will expand any
-       * Google groups appearing in an {{iam_name_short}} policy binding.
-       * If
-       * [IamPolicyAnalysisQuery.identity_selector][google.cloud.asset.v1.IamPolicyAnalysisQuery.identity_selector]
-       * is specified, the identity in the result will be determined by the
-       * selector, and this flag is not allowed to set.
+       * Google groups appearing in an IAM policy binding.
+       * If [IamPolicyAnalysisQuery.identity_selector][google.cloud.asset.v1.IamPolicyAnalysisQuery.identity_selector] is specified, the
+       * identity in the result will be determined by the selector, and this flag
+       * is not allowed to set.
        * If true, the default max expansion per group is 1000 for
        * AssetService.AnalyzeIamPolicy][].
        * Default is false.
@@ -3462,12 +3447,10 @@ public Builder clearExpandGroups() {
        *
        * 
        * Optional. If true, the access section of result will expand any roles
-       * appearing in {{iam_name_short}} policy bindings to include their
-       * permissions.
-       * If
-       * [IamPolicyAnalysisQuery.access_selector][google.cloud.asset.v1.IamPolicyAnalysisQuery.access_selector]
-       * is specified, the access section of the result will be determined by the
-       * selector, and this flag is not allowed to set.
+       * appearing in IAM policy bindings to include their permissions.
+       * If [IamPolicyAnalysisQuery.access_selector][google.cloud.asset.v1.IamPolicyAnalysisQuery.access_selector] is specified, the access
+       * section of the result will be determined by the selector, and this flag
+       * is not allowed to set.
        * Default is false.
        * 
* @@ -3484,12 +3467,10 @@ public boolean getExpandRoles() { * *
        * Optional. If true, the access section of result will expand any roles
-       * appearing in {{iam_name_short}} policy bindings to include their
-       * permissions.
-       * If
-       * [IamPolicyAnalysisQuery.access_selector][google.cloud.asset.v1.IamPolicyAnalysisQuery.access_selector]
-       * is specified, the access section of the result will be determined by the
-       * selector, and this flag is not allowed to set.
+       * appearing in IAM policy bindings to include their permissions.
+       * If [IamPolicyAnalysisQuery.access_selector][google.cloud.asset.v1.IamPolicyAnalysisQuery.access_selector] is specified, the access
+       * section of the result will be determined by the selector, and this flag
+       * is not allowed to set.
        * Default is false.
        * 
* @@ -3509,12 +3490,10 @@ public Builder setExpandRoles(boolean value) { * *
        * Optional. If true, the access section of result will expand any roles
-       * appearing in {{iam_name_short}} policy bindings to include their
-       * permissions.
-       * If
-       * [IamPolicyAnalysisQuery.access_selector][google.cloud.asset.v1.IamPolicyAnalysisQuery.access_selector]
-       * is specified, the access section of the result will be determined by the
-       * selector, and this flag is not allowed to set.
+       * appearing in IAM policy bindings to include their permissions.
+       * If [IamPolicyAnalysisQuery.access_selector][google.cloud.asset.v1.IamPolicyAnalysisQuery.access_selector] is specified, the access
+       * section of the result will be determined by the selector, and this flag
+       * is not allowed to set.
        * Default is false.
        * 
* @@ -3534,21 +3513,19 @@ public Builder clearExpandRoles() { * * *
-       * Optional. If true and
-       * [IamPolicyAnalysisQuery.resource_selector][google.cloud.asset.v1.IamPolicyAnalysisQuery.resource_selector]
-       * is not specified, the resource section of the result will expand any
-       * resource attached to an {{iam_name_short}} policy to include resources
-       * lower in the resource hierarchy.
+       * Optional. If true and [IamPolicyAnalysisQuery.resource_selector][google.cloud.asset.v1.IamPolicyAnalysisQuery.resource_selector] is not
+       * specified, the resource section of the result will expand any resource
+       * attached to an IAM policy to include resources lower in the resource
+       * hierarchy.
        * For example, if the request analyzes for which resources user A has
-       * permission P, and the results include an {{iam_name_short}} policy with P
-       * on a GCP folder, the results will also include resources in that folder
-       * with permission P.
-       * If true and
-       * [IamPolicyAnalysisQuery.resource_selector][google.cloud.asset.v1.IamPolicyAnalysisQuery.resource_selector]
-       * is specified, the resource section of the result will expand the
-       * specified resource to include resources lower in the resource hierarchy.
-       * Only project or lower resources are supported. Folder and organization
-       * resource cannot be used together with this option.
+       * permission P, and the results include an IAM policy with P on a GCP
+       * folder, the results will also include resources in that folder with
+       * permission P.
+       * If true and [IamPolicyAnalysisQuery.resource_selector][google.cloud.asset.v1.IamPolicyAnalysisQuery.resource_selector] is specified,
+       * the resource section of the result will expand the specified resource to
+       * include resources lower in the resource hierarchy. Only project or
+       * lower resources are supported. Folder and organization resource cannot be
+       * used together with this option.
        * For example, if the request analyzes for which users have permission P on
        * a GCP project with this option enabled, the results will include all
        * users who have permission P on that project or any lower resource.
@@ -3570,21 +3547,19 @@ public boolean getExpandResources() {
        *
        *
        * 
-       * Optional. If true and
-       * [IamPolicyAnalysisQuery.resource_selector][google.cloud.asset.v1.IamPolicyAnalysisQuery.resource_selector]
-       * is not specified, the resource section of the result will expand any
-       * resource attached to an {{iam_name_short}} policy to include resources
-       * lower in the resource hierarchy.
+       * Optional. If true and [IamPolicyAnalysisQuery.resource_selector][google.cloud.asset.v1.IamPolicyAnalysisQuery.resource_selector] is not
+       * specified, the resource section of the result will expand any resource
+       * attached to an IAM policy to include resources lower in the resource
+       * hierarchy.
        * For example, if the request analyzes for which resources user A has
-       * permission P, and the results include an {{iam_name_short}} policy with P
-       * on a GCP folder, the results will also include resources in that folder
-       * with permission P.
-       * If true and
-       * [IamPolicyAnalysisQuery.resource_selector][google.cloud.asset.v1.IamPolicyAnalysisQuery.resource_selector]
-       * is specified, the resource section of the result will expand the
-       * specified resource to include resources lower in the resource hierarchy.
-       * Only project or lower resources are supported. Folder and organization
-       * resource cannot be used together with this option.
+       * permission P, and the results include an IAM policy with P on a GCP
+       * folder, the results will also include resources in that folder with
+       * permission P.
+       * If true and [IamPolicyAnalysisQuery.resource_selector][google.cloud.asset.v1.IamPolicyAnalysisQuery.resource_selector] is specified,
+       * the resource section of the result will expand the specified resource to
+       * include resources lower in the resource hierarchy. Only project or
+       * lower resources are supported. Folder and organization resource cannot be
+       * used together with this option.
        * For example, if the request analyzes for which users have permission P on
        * a GCP project with this option enabled, the results will include all
        * users who have permission P on that project or any lower resource.
@@ -3609,21 +3584,19 @@ public Builder setExpandResources(boolean value) {
        *
        *
        * 
-       * Optional. If true and
-       * [IamPolicyAnalysisQuery.resource_selector][google.cloud.asset.v1.IamPolicyAnalysisQuery.resource_selector]
-       * is not specified, the resource section of the result will expand any
-       * resource attached to an {{iam_name_short}} policy to include resources
-       * lower in the resource hierarchy.
+       * Optional. If true and [IamPolicyAnalysisQuery.resource_selector][google.cloud.asset.v1.IamPolicyAnalysisQuery.resource_selector] is not
+       * specified, the resource section of the result will expand any resource
+       * attached to an IAM policy to include resources lower in the resource
+       * hierarchy.
        * For example, if the request analyzes for which resources user A has
-       * permission P, and the results include an {{iam_name_short}} policy with P
-       * on a GCP folder, the results will also include resources in that folder
-       * with permission P.
-       * If true and
-       * [IamPolicyAnalysisQuery.resource_selector][google.cloud.asset.v1.IamPolicyAnalysisQuery.resource_selector]
-       * is specified, the resource section of the result will expand the
-       * specified resource to include resources lower in the resource hierarchy.
-       * Only project or lower resources are supported. Folder and organization
-       * resource cannot be used together with this option.
+       * permission P, and the results include an IAM policy with P on a GCP
+       * folder, the results will also include resources in that folder with
+       * permission P.
+       * If true and [IamPolicyAnalysisQuery.resource_selector][google.cloud.asset.v1.IamPolicyAnalysisQuery.resource_selector] is specified,
+       * the resource section of the result will expand the specified resource to
+       * include resources lower in the resource hierarchy. Only project or
+       * lower resources are supported. Folder and organization resource cannot be
+       * used together with this option.
        * For example, if the request analyzes for which users have permission P on
        * a GCP project with this option enabled, the results will include all
        * users who have permission P on that project or any lower resource.
@@ -3649,8 +3622,9 @@ public Builder clearExpandResources() {
        *
        *
        * 
-       * Optional. If true, the result will output the relevant parent/child
-       * relationships between resources. Default is false.
+       * Optional. If true, the result will output the relevant parent/child relationships
+       * between resources.
+       * Default is false.
        * 
* * bool output_resource_edges = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -3665,8 +3639,9 @@ public boolean getOutputResourceEdges() { * * *
-       * Optional. If true, the result will output the relevant parent/child
-       * relationships between resources. Default is false.
+       * Optional. If true, the result will output the relevant parent/child relationships
+       * between resources.
+       * Default is false.
        * 
* * bool output_resource_edges = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -3684,8 +3659,9 @@ public Builder setOutputResourceEdges(boolean value) { * * *
-       * Optional. If true, the result will output the relevant parent/child
-       * relationships between resources. Default is false.
+       * Optional. If true, the result will output the relevant parent/child relationships
+       * between resources.
+       * Default is false.
        * 
* * bool output_resource_edges = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -3704,9 +3680,9 @@ public Builder clearOutputResourceEdges() { * * *
-       * Optional. If true, the result will output the relevant membership
-       * relationships between groups and other groups, and between groups and
-       * principals. Default is false.
+       * Optional. If true, the result will output the relevant membership relationships
+       * between groups and other groups, and between groups and principals.
+       * Default is false.
        * 
* * bool output_group_edges = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -3721,9 +3697,9 @@ public boolean getOutputGroupEdges() { * * *
-       * Optional. If true, the result will output the relevant membership
-       * relationships between groups and other groups, and between groups and
-       * principals. Default is false.
+       * Optional. If true, the result will output the relevant membership relationships
+       * between groups and other groups, and between groups and principals.
+       * Default is false.
        * 
* * bool output_group_edges = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -3741,9 +3717,9 @@ public Builder setOutputGroupEdges(boolean value) { * * *
-       * Optional. If true, the result will output the relevant membership
-       * relationships between groups and other groups, and between groups and
-       * principals. Default is false.
+       * Optional. If true, the result will output the relevant membership relationships
+       * between groups and other groups, and between groups and principals.
+       * Default is false.
        * 
* * bool output_group_edges = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -3762,26 +3738,24 @@ public Builder clearOutputGroupEdges() { * * *
-       * Optional. If true, the response will include access analysis from
-       * identities to resources via service account impersonation. This is a very
-       * expensive operation, because many derived queries will be executed. We
-       * highly recommend you use
-       * [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning]
-       * rpc instead.
+       * Optional. If true, the response will include access analysis from identities to
+       * resources via service account impersonation. This is a very expensive
+       * operation, because many derived queries will be executed. We highly
+       * recommend you use [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning] rpc
+       * instead.
        * For example, if the request analyzes for which resources user A has
-       * permission P, and there's an {{iam_name_short}} policy states user A has
+       * permission P, and there's an IAM policy states user A has
        * iam.serviceAccounts.getAccessToken permission to a service account SA,
-       * and there's another {{iam_name_short}} policy states service account SA
-       * has permission P to a GCP folder F, then user A potentially has access to
-       * the GCP folder F. And those advanced analysis results will be included in
+       * and there's another IAM policy states service account SA has permission P
+       * to a GCP folder F, then user A potentially has access to the GCP folder
+       * F. And those advanced analysis results will be included in
        * [AnalyzeIamPolicyResponse.service_account_impersonation_analysis][google.cloud.asset.v1.AnalyzeIamPolicyResponse.service_account_impersonation_analysis].
        * Another example, if the request analyzes for who has
-       * permission P to a GCP folder F, and there's an {{iam_name_short}} policy
-       * states user A has iam.serviceAccounts.actAs permission to a service
-       * account SA, and there's another {{iam_name_short}} policy states service
-       * account SA has permission P to the GCP folder F, then user A potentially
-       * has access to the GCP folder F. And those advanced analysis results will
-       * be included in
+       * permission P to a GCP folder F, and there's an IAM policy states user A
+       * has iam.serviceAccounts.actAs permission to a service account SA, and
+       * there's another IAM policy states service account SA has permission P to
+       * the GCP folder F, then user A potentially has access to the GCP folder
+       * F. And those advanced analysis results will be included in
        * [AnalyzeIamPolicyResponse.service_account_impersonation_analysis][google.cloud.asset.v1.AnalyzeIamPolicyResponse.service_account_impersonation_analysis].
        * Only the following permissions are considered in this analysis:
        * * `iam.serviceAccounts.actAs`
@@ -3807,26 +3781,24 @@ public boolean getAnalyzeServiceAccountImpersonation() {
        *
        *
        * 
-       * Optional. If true, the response will include access analysis from
-       * identities to resources via service account impersonation. This is a very
-       * expensive operation, because many derived queries will be executed. We
-       * highly recommend you use
-       * [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning]
-       * rpc instead.
+       * Optional. If true, the response will include access analysis from identities to
+       * resources via service account impersonation. This is a very expensive
+       * operation, because many derived queries will be executed. We highly
+       * recommend you use [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning] rpc
+       * instead.
        * For example, if the request analyzes for which resources user A has
-       * permission P, and there's an {{iam_name_short}} policy states user A has
+       * permission P, and there's an IAM policy states user A has
        * iam.serviceAccounts.getAccessToken permission to a service account SA,
-       * and there's another {{iam_name_short}} policy states service account SA
-       * has permission P to a GCP folder F, then user A potentially has access to
-       * the GCP folder F. And those advanced analysis results will be included in
+       * and there's another IAM policy states service account SA has permission P
+       * to a GCP folder F, then user A potentially has access to the GCP folder
+       * F. And those advanced analysis results will be included in
        * [AnalyzeIamPolicyResponse.service_account_impersonation_analysis][google.cloud.asset.v1.AnalyzeIamPolicyResponse.service_account_impersonation_analysis].
        * Another example, if the request analyzes for who has
-       * permission P to a GCP folder F, and there's an {{iam_name_short}} policy
-       * states user A has iam.serviceAccounts.actAs permission to a service
-       * account SA, and there's another {{iam_name_short}} policy states service
-       * account SA has permission P to the GCP folder F, then user A potentially
-       * has access to the GCP folder F. And those advanced analysis results will
-       * be included in
+       * permission P to a GCP folder F, and there's an IAM policy states user A
+       * has iam.serviceAccounts.actAs permission to a service account SA, and
+       * there's another IAM policy states service account SA has permission P to
+       * the GCP folder F, then user A potentially has access to the GCP folder
+       * F. And those advanced analysis results will be included in
        * [AnalyzeIamPolicyResponse.service_account_impersonation_analysis][google.cloud.asset.v1.AnalyzeIamPolicyResponse.service_account_impersonation_analysis].
        * Only the following permissions are considered in this analysis:
        * * `iam.serviceAccounts.actAs`
@@ -3855,26 +3827,24 @@ public Builder setAnalyzeServiceAccountImpersonation(boolean value) {
        *
        *
        * 
-       * Optional. If true, the response will include access analysis from
-       * identities to resources via service account impersonation. This is a very
-       * expensive operation, because many derived queries will be executed. We
-       * highly recommend you use
-       * [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning]
-       * rpc instead.
+       * Optional. If true, the response will include access analysis from identities to
+       * resources via service account impersonation. This is a very expensive
+       * operation, because many derived queries will be executed. We highly
+       * recommend you use [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning] rpc
+       * instead.
        * For example, if the request analyzes for which resources user A has
-       * permission P, and there's an {{iam_name_short}} policy states user A has
+       * permission P, and there's an IAM policy states user A has
        * iam.serviceAccounts.getAccessToken permission to a service account SA,
-       * and there's another {{iam_name_short}} policy states service account SA
-       * has permission P to a GCP folder F, then user A potentially has access to
-       * the GCP folder F. And those advanced analysis results will be included in
+       * and there's another IAM policy states service account SA has permission P
+       * to a GCP folder F, then user A potentially has access to the GCP folder
+       * F. And those advanced analysis results will be included in
        * [AnalyzeIamPolicyResponse.service_account_impersonation_analysis][google.cloud.asset.v1.AnalyzeIamPolicyResponse.service_account_impersonation_analysis].
        * Another example, if the request analyzes for who has
-       * permission P to a GCP folder F, and there's an {{iam_name_short}} policy
-       * states user A has iam.serviceAccounts.actAs permission to a service
-       * account SA, and there's another {{iam_name_short}} policy states service
-       * account SA has permission P to the GCP folder F, then user A potentially
-       * has access to the GCP folder F. And those advanced analysis results will
-       * be included in
+       * permission P to a GCP folder F, and there's an IAM policy states user A
+       * has iam.serviceAccounts.actAs permission to a service account SA, and
+       * there's another IAM policy states service account SA has permission P to
+       * the GCP folder F, then user A potentially has access to the GCP folder
+       * F. And those advanced analysis results will be included in
        * [AnalyzeIamPolicyResponse.service_account_impersonation_analysis][google.cloud.asset.v1.AnalyzeIamPolicyResponse.service_account_impersonation_analysis].
        * Only the following permissions are considered in this analysis:
        * * `iam.serviceAccounts.actAs`
@@ -3972,9 +3942,9 @@ public interface ConditionContextOrBuilder
      *
      *
      * 
-     * The hypothetical access timestamp to evaluate {{iam_name_short}}
-     * conditions. Note that this value must not be earlier than the current
-     * time; otherwise, an INVALID_ARGUMENT error will be returned.
+     * The hypothetical access timestamp to evaluate IAM conditions. Note that
+     * this value must not be earlier than the current time; otherwise, an
+     * INVALID_ARGUMENT error will be returned.
      * 
* * .google.protobuf.Timestamp access_time = 1; @@ -3986,9 +3956,9 @@ public interface ConditionContextOrBuilder * * *
-     * The hypothetical access timestamp to evaluate {{iam_name_short}}
-     * conditions. Note that this value must not be earlier than the current
-     * time; otherwise, an INVALID_ARGUMENT error will be returned.
+     * The hypothetical access timestamp to evaluate IAM conditions. Note that
+     * this value must not be earlier than the current time; otherwise, an
+     * INVALID_ARGUMENT error will be returned.
      * 
* * .google.protobuf.Timestamp access_time = 1; @@ -4000,9 +3970,9 @@ public interface ConditionContextOrBuilder * * *
-     * The hypothetical access timestamp to evaluate {{iam_name_short}}
-     * conditions. Note that this value must not be earlier than the current
-     * time; otherwise, an INVALID_ARGUMENT error will be returned.
+     * The hypothetical access timestamp to evaluate IAM conditions. Note that
+     * this value must not be earlier than the current time; otherwise, an
+     * INVALID_ARGUMENT error will be returned.
      * 
* * .google.protobuf.Timestamp access_time = 1; @@ -4016,7 +3986,7 @@ public interface ConditionContextOrBuilder * * *
-   * The {{iam_name_short}} conditions context.
+   * The IAM conditions context.
    * 
* * Protobuf type {@code google.cloud.asset.v1.IamPolicyAnalysisQuery.ConditionContext} @@ -4108,9 +4078,9 @@ public TimeContextCase getTimeContextCase() { * * *
-     * The hypothetical access timestamp to evaluate {{iam_name_short}}
-     * conditions. Note that this value must not be earlier than the current
-     * time; otherwise, an INVALID_ARGUMENT error will be returned.
+     * The hypothetical access timestamp to evaluate IAM conditions. Note that
+     * this value must not be earlier than the current time; otherwise, an
+     * INVALID_ARGUMENT error will be returned.
      * 
* * .google.protobuf.Timestamp access_time = 1; @@ -4125,9 +4095,9 @@ public boolean hasAccessTime() { * * *
-     * The hypothetical access timestamp to evaluate {{iam_name_short}}
-     * conditions. Note that this value must not be earlier than the current
-     * time; otherwise, an INVALID_ARGUMENT error will be returned.
+     * The hypothetical access timestamp to evaluate IAM conditions. Note that
+     * this value must not be earlier than the current time; otherwise, an
+     * INVALID_ARGUMENT error will be returned.
      * 
* * .google.protobuf.Timestamp access_time = 1; @@ -4145,9 +4115,9 @@ public com.google.protobuf.Timestamp getAccessTime() { * * *
-     * The hypothetical access timestamp to evaluate {{iam_name_short}}
-     * conditions. Note that this value must not be earlier than the current
-     * time; otherwise, an INVALID_ARGUMENT error will be returned.
+     * The hypothetical access timestamp to evaluate IAM conditions. Note that
+     * this value must not be earlier than the current time; otherwise, an
+     * INVALID_ARGUMENT error will be returned.
      * 
* * .google.protobuf.Timestamp access_time = 1; @@ -4341,7 +4311,7 @@ protected Builder newBuilderForType( * * *
-     * The {{iam_name_short}} conditions context.
+     * The IAM conditions context.
      * 
* * Protobuf type {@code google.cloud.asset.v1.IamPolicyAnalysisQuery.ConditionContext} @@ -4557,9 +4527,9 @@ public Builder clearTimeContext() { * * *
-       * The hypothetical access timestamp to evaluate {{iam_name_short}}
-       * conditions. Note that this value must not be earlier than the current
-       * time; otherwise, an INVALID_ARGUMENT error will be returned.
+       * The hypothetical access timestamp to evaluate IAM conditions. Note that
+       * this value must not be earlier than the current time; otherwise, an
+       * INVALID_ARGUMENT error will be returned.
        * 
* * .google.protobuf.Timestamp access_time = 1; @@ -4574,9 +4544,9 @@ public boolean hasAccessTime() { * * *
-       * The hypothetical access timestamp to evaluate {{iam_name_short}}
-       * conditions. Note that this value must not be earlier than the current
-       * time; otherwise, an INVALID_ARGUMENT error will be returned.
+       * The hypothetical access timestamp to evaluate IAM conditions. Note that
+       * this value must not be earlier than the current time; otherwise, an
+       * INVALID_ARGUMENT error will be returned.
        * 
* * .google.protobuf.Timestamp access_time = 1; @@ -4601,9 +4571,9 @@ public com.google.protobuf.Timestamp getAccessTime() { * * *
-       * The hypothetical access timestamp to evaluate {{iam_name_short}}
-       * conditions. Note that this value must not be earlier than the current
-       * time; otherwise, an INVALID_ARGUMENT error will be returned.
+       * The hypothetical access timestamp to evaluate IAM conditions. Note that
+       * this value must not be earlier than the current time; otherwise, an
+       * INVALID_ARGUMENT error will be returned.
        * 
* * .google.protobuf.Timestamp access_time = 1; @@ -4625,9 +4595,9 @@ public Builder setAccessTime(com.google.protobuf.Timestamp value) { * * *
-       * The hypothetical access timestamp to evaluate {{iam_name_short}}
-       * conditions. Note that this value must not be earlier than the current
-       * time; otherwise, an INVALID_ARGUMENT error will be returned.
+       * The hypothetical access timestamp to evaluate IAM conditions. Note that
+       * this value must not be earlier than the current time; otherwise, an
+       * INVALID_ARGUMENT error will be returned.
        * 
* * .google.protobuf.Timestamp access_time = 1; @@ -4646,9 +4616,9 @@ public Builder setAccessTime(com.google.protobuf.Timestamp.Builder builderForVal * * *
-       * The hypothetical access timestamp to evaluate {{iam_name_short}}
-       * conditions. Note that this value must not be earlier than the current
-       * time; otherwise, an INVALID_ARGUMENT error will be returned.
+       * The hypothetical access timestamp to evaluate IAM conditions. Note that
+       * this value must not be earlier than the current time; otherwise, an
+       * INVALID_ARGUMENT error will be returned.
        * 
* * .google.protobuf.Timestamp access_time = 1; @@ -4680,9 +4650,9 @@ public Builder mergeAccessTime(com.google.protobuf.Timestamp value) { * * *
-       * The hypothetical access timestamp to evaluate {{iam_name_short}}
-       * conditions. Note that this value must not be earlier than the current
-       * time; otherwise, an INVALID_ARGUMENT error will be returned.
+       * The hypothetical access timestamp to evaluate IAM conditions. Note that
+       * this value must not be earlier than the current time; otherwise, an
+       * INVALID_ARGUMENT error will be returned.
        * 
* * .google.protobuf.Timestamp access_time = 1; @@ -4707,9 +4677,9 @@ public Builder clearAccessTime() { * * *
-       * The hypothetical access timestamp to evaluate {{iam_name_short}}
-       * conditions. Note that this value must not be earlier than the current
-       * time; otherwise, an INVALID_ARGUMENT error will be returned.
+       * The hypothetical access timestamp to evaluate IAM conditions. Note that
+       * this value must not be earlier than the current time; otherwise, an
+       * INVALID_ARGUMENT error will be returned.
        * 
* * .google.protobuf.Timestamp access_time = 1; @@ -4721,9 +4691,9 @@ public com.google.protobuf.Timestamp.Builder getAccessTimeBuilder() { * * *
-       * The hypothetical access timestamp to evaluate {{iam_name_short}}
-       * conditions. Note that this value must not be earlier than the current
-       * time; otherwise, an INVALID_ARGUMENT error will be returned.
+       * The hypothetical access timestamp to evaluate IAM conditions. Note that
+       * this value must not be earlier than the current time; otherwise, an
+       * INVALID_ARGUMENT error will be returned.
        * 
* * .google.protobuf.Timestamp access_time = 1; @@ -4743,9 +4713,9 @@ public com.google.protobuf.TimestampOrBuilder getAccessTimeOrBuilder() { * * *
-       * The hypothetical access timestamp to evaluate {{iam_name_short}}
-       * conditions. Note that this value must not be earlier than the current
-       * time; otherwise, an INVALID_ARGUMENT error will be returned.
+       * The hypothetical access timestamp to evaluate IAM conditions. Note that
+       * this value must not be earlier than the current time; otherwise, an
+       * INVALID_ARGUMENT error will be returned.
        * 
* * .google.protobuf.Timestamp access_time = 1; @@ -4846,8 +4816,8 @@ public com.google.protobuf.Parser getParserForType() { * * *
-   * Required. The relative name of the root asset. Only resources and
-   * {{iam_name_short}} policies within the scope will be analyzed.
+   * Required. The relative name of the root asset. Only resources and IAM policies within
+   * the scope will be analyzed.
    * This can only be an organization number (such as "organizations/123"), a
    * folder number (such as "folders/123"), a project ID (such as
    * "projects/my-project-id"), or a project number (such as "projects/12345").
@@ -4877,8 +4847,8 @@ public java.lang.String getScope() {
    *
    *
    * 
-   * Required. The relative name of the root asset. Only resources and
-   * {{iam_name_short}} policies within the scope will be analyzed.
+   * Required. The relative name of the root asset. Only resources and IAM policies within
+   * the scope will be analyzed.
    * This can only be an organization number (such as "organizations/123"), a
    * folder number (such as "folders/123"), a project ID (such as
    * "projects/my-project-id"), or a project number (such as "projects/12345").
@@ -5130,8 +5100,7 @@ public com.google.cloud.asset.v1.IamPolicyAnalysisQuery.OptionsOrBuilder getOpti
    *
    *
    * 
-   * Optional. The hypothetical context for {{iam_name_short}} conditions
-   * evaluation.
+   * Optional. The hypothetical context for IAM conditions evaluation.
    * 
* * @@ -5148,8 +5117,7 @@ public boolean hasConditionContext() { * * *
-   * Optional. The hypothetical context for {{iam_name_short}} conditions
-   * evaluation.
+   * Optional. The hypothetical context for IAM conditions evaluation.
    * 
* * @@ -5168,8 +5136,7 @@ public com.google.cloud.asset.v1.IamPolicyAnalysisQuery.ConditionContext getCond * * *
-   * Optional. The hypothetical context for {{iam_name_short}} conditions
-   * evaluation.
+   * Optional. The hypothetical context for IAM conditions evaluation.
    * 
* * @@ -5415,7 +5382,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * {{iam_name_short}} policy analysis query message.
+   * IAM policy analysis query message.
    * 
* * Protobuf type {@code google.cloud.asset.v1.IamPolicyAnalysisQuery} @@ -5690,8 +5657,8 @@ public Builder mergeFrom( * * *
-     * Required. The relative name of the root asset. Only resources and
-     * {{iam_name_short}} policies within the scope will be analyzed.
+     * Required. The relative name of the root asset. Only resources and IAM policies within
+     * the scope will be analyzed.
      * This can only be an organization number (such as "organizations/123"), a
      * folder number (such as "folders/123"), a project ID (such as
      * "projects/my-project-id"), or a project number (such as "projects/12345").
@@ -5720,8 +5687,8 @@ public java.lang.String getScope() {
      *
      *
      * 
-     * Required. The relative name of the root asset. Only resources and
-     * {{iam_name_short}} policies within the scope will be analyzed.
+     * Required. The relative name of the root asset. Only resources and IAM policies within
+     * the scope will be analyzed.
      * This can only be an organization number (such as "organizations/123"), a
      * folder number (such as "folders/123"), a project ID (such as
      * "projects/my-project-id"), or a project number (such as "projects/12345").
@@ -5750,8 +5717,8 @@ public com.google.protobuf.ByteString getScopeBytes() {
      *
      *
      * 
-     * Required. The relative name of the root asset. Only resources and
-     * {{iam_name_short}} policies within the scope will be analyzed.
+     * Required. The relative name of the root asset. Only resources and IAM policies within
+     * the scope will be analyzed.
      * This can only be an organization number (such as "organizations/123"), a
      * folder number (such as "folders/123"), a project ID (such as
      * "projects/my-project-id"), or a project number (such as "projects/12345").
@@ -5779,8 +5746,8 @@ public Builder setScope(java.lang.String value) {
      *
      *
      * 
-     * Required. The relative name of the root asset. Only resources and
-     * {{iam_name_short}} policies within the scope will be analyzed.
+     * Required. The relative name of the root asset. Only resources and IAM policies within
+     * the scope will be analyzed.
      * This can only be an organization number (such as "organizations/123"), a
      * folder number (such as "folders/123"), a project ID (such as
      * "projects/my-project-id"), or a project number (such as "projects/12345").
@@ -5804,8 +5771,8 @@ public Builder clearScope() {
      *
      *
      * 
-     * Required. The relative name of the root asset. Only resources and
-     * {{iam_name_short}} policies within the scope will be analyzed.
+     * Required. The relative name of the root asset. Only resources and IAM policies within
+     * the scope will be analyzed.
      * This can only be an organization number (such as "organizations/123"), a
      * folder number (such as "folders/123"), a project ID (such as
      * "projects/my-project-id"), or a project number (such as "projects/12345").
@@ -6672,8 +6639,7 @@ public com.google.cloud.asset.v1.IamPolicyAnalysisQuery.OptionsOrBuilder getOpti
      *
      *
      * 
-     * Optional. The hypothetical context for {{iam_name_short}} conditions
-     * evaluation.
+     * Optional. The hypothetical context for IAM conditions evaluation.
      * 
* * @@ -6689,8 +6655,7 @@ public boolean hasConditionContext() { * * *
-     * Optional. The hypothetical context for {{iam_name_short}} conditions
-     * evaluation.
+     * Optional. The hypothetical context for IAM conditions evaluation.
      * 
* * @@ -6712,8 +6677,7 @@ public com.google.cloud.asset.v1.IamPolicyAnalysisQuery.ConditionContext getCond * * *
-     * Optional. The hypothetical context for {{iam_name_short}} conditions
-     * evaluation.
+     * Optional. The hypothetical context for IAM conditions evaluation.
      * 
* * @@ -6738,8 +6702,7 @@ public Builder setConditionContext( * * *
-     * Optional. The hypothetical context for {{iam_name_short}} conditions
-     * evaluation.
+     * Optional. The hypothetical context for IAM conditions evaluation.
      * 
* * @@ -6761,8 +6724,7 @@ public Builder setConditionContext( * * *
-     * Optional. The hypothetical context for {{iam_name_short}} conditions
-     * evaluation.
+     * Optional. The hypothetical context for IAM conditions evaluation.
      * 
* * @@ -6792,8 +6754,7 @@ public Builder mergeConditionContext( * * *
-     * Optional. The hypothetical context for {{iam_name_short}} conditions
-     * evaluation.
+     * Optional. The hypothetical context for IAM conditions evaluation.
      * 
* * @@ -6815,8 +6776,7 @@ public Builder clearConditionContext() { * * *
-     * Optional. The hypothetical context for {{iam_name_short}} conditions
-     * evaluation.
+     * Optional. The hypothetical context for IAM conditions evaluation.
      * 
* * @@ -6833,8 +6793,7 @@ public Builder clearConditionContext() { * * *
-     * Optional. The hypothetical context for {{iam_name_short}} conditions
-     * evaluation.
+     * Optional. The hypothetical context for IAM conditions evaluation.
      * 
* * @@ -6855,8 +6814,7 @@ public Builder clearConditionContext() { * * *
-     * Optional. The hypothetical context for {{iam_name_short}} conditions
-     * evaluation.
+     * Optional. The hypothetical context for IAM conditions evaluation.
      * 
* * diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/IamPolicyAnalysisQueryOrBuilder.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/IamPolicyAnalysisQueryOrBuilder.java index 13856b168170..265ffc013446 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/IamPolicyAnalysisQueryOrBuilder.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/IamPolicyAnalysisQueryOrBuilder.java @@ -27,8 +27,8 @@ public interface IamPolicyAnalysisQueryOrBuilder * * *
-   * Required. The relative name of the root asset. Only resources and
-   * {{iam_name_short}} policies within the scope will be analyzed.
+   * Required. The relative name of the root asset. Only resources and IAM policies within
+   * the scope will be analyzed.
    * This can only be an organization number (such as "organizations/123"), a
    * folder number (such as "folders/123"), a project ID (such as
    * "projects/my-project-id"), or a project number (such as "projects/12345").
@@ -47,8 +47,8 @@ public interface IamPolicyAnalysisQueryOrBuilder
    *
    *
    * 
-   * Required. The relative name of the root asset. Only resources and
-   * {{iam_name_short}} policies within the scope will be analyzed.
+   * Required. The relative name of the root asset. Only resources and IAM policies within
+   * the scope will be analyzed.
    * This can only be an organization number (such as "organizations/123"), a
    * folder number (such as "folders/123"), a project ID (such as
    * "projects/my-project-id"), or a project number (such as "projects/12345").
@@ -235,8 +235,7 @@ public interface IamPolicyAnalysisQueryOrBuilder
    *
    *
    * 
-   * Optional. The hypothetical context for {{iam_name_short}} conditions
-   * evaluation.
+   * Optional. The hypothetical context for IAM conditions evaluation.
    * 
* * @@ -250,8 +249,7 @@ public interface IamPolicyAnalysisQueryOrBuilder * * *
-   * Optional. The hypothetical context for {{iam_name_short}} conditions
-   * evaluation.
+   * Optional. The hypothetical context for IAM conditions evaluation.
    * 
* * @@ -265,8 +263,7 @@ public interface IamPolicyAnalysisQueryOrBuilder * * *
-   * Optional. The hypothetical context for {{iam_name_short}} conditions
-   * evaluation.
+   * Optional. The hypothetical context for IAM conditions evaluation.
    * 
* * diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/IamPolicyAnalysisResult.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/IamPolicyAnalysisResult.java index 979b0e6c6462..f13b7a205324 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/IamPolicyAnalysisResult.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/IamPolicyAnalysisResult.java @@ -22,8 +22,7 @@ * * *
- * {{iam_name_short}} Policy analysis result, consisting of one
- * {{iam_name_short}} policy binding and derived
+ * IAM Policy analysis result, consisting of one IAM policy binding and derived
  * access control lists.
  * 
* @@ -141,7 +140,7 @@ public interface ResourceOrBuilder * * *
-   * A {{gcp_name}} resource under analysis.
+   * A Google Cloud resource under analysis.
    * 
* * Protobuf type {@code google.cloud.asset.v1.IamPolicyAnalysisResult.Resource} @@ -464,7 +463,7 @@ protected Builder newBuilderForType( * * *
-     * A {{gcp_name}} resource under analysis.
+     * A Google Cloud resource under analysis.
      * 
* * Protobuf type {@code google.cloud.asset.v1.IamPolicyAnalysisResult.Resource} @@ -1139,7 +1138,7 @@ public interface AccessOrBuilder * * *
-   * An {{iam_name_short}} role or permission under analysis.
+   * An IAM role or permission under analysis.
    * 
* * Protobuf type {@code google.cloud.asset.v1.IamPolicyAnalysisResult.Access} @@ -1622,7 +1621,7 @@ protected Builder newBuilderForType( * * *
-     * An {{iam_name_short}} role or permission under analysis.
+     * An IAM role or permission under analysis.
      * 
* * Protobuf type {@code google.cloud.asset.v1.IamPolicyAnalysisResult.Access} @@ -2384,7 +2383,7 @@ public interface IdentityOrBuilder * *
      * The identity name in any form of members appear in
-     * [{{iam_name_short}} policy
+     * [IAM policy
      * binding](https://cloud.google.com/iam/reference/rest/v1/Binding), such
      * as:
      * - user:foo@google.com
@@ -2406,7 +2405,7 @@ public interface IdentityOrBuilder
      *
      * 
      * The identity name in any form of members appear in
-     * [{{iam_name_short}} policy
+     * [IAM policy
      * binding](https://cloud.google.com/iam/reference/rest/v1/Binding), such
      * as:
      * - user:foo@google.com
@@ -2515,7 +2514,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
      *
      * 
      * The identity name in any form of members appear in
-     * [{{iam_name_short}} policy
+     * [IAM policy
      * binding](https://cloud.google.com/iam/reference/rest/v1/Binding), such
      * as:
      * - user:foo@google.com
@@ -2548,7 +2547,7 @@ public java.lang.String getName() {
      *
      * 
      * The identity name in any form of members appear in
-     * [{{iam_name_short}} policy
+     * [IAM policy
      * binding](https://cloud.google.com/iam/reference/rest/v1/Binding), such
      * as:
      * - user:foo@google.com
@@ -3002,7 +3001,7 @@ public Builder mergeFrom(
        *
        * 
        * The identity name in any form of members appear in
-       * [{{iam_name_short}} policy
+       * [IAM policy
        * binding](https://cloud.google.com/iam/reference/rest/v1/Binding), such
        * as:
        * - user:foo@google.com
@@ -3034,7 +3033,7 @@ public java.lang.String getName() {
        *
        * 
        * The identity name in any form of members appear in
-       * [{{iam_name_short}} policy
+       * [IAM policy
        * binding](https://cloud.google.com/iam/reference/rest/v1/Binding), such
        * as:
        * - user:foo@google.com
@@ -3066,7 +3065,7 @@ public com.google.protobuf.ByteString getNameBytes() {
        *
        * 
        * The identity name in any form of members appear in
-       * [{{iam_name_short}} policy
+       * [IAM policy
        * binding](https://cloud.google.com/iam/reference/rest/v1/Binding), such
        * as:
        * - user:foo@google.com
@@ -3097,7 +3096,7 @@ public Builder setName(java.lang.String value) {
        *
        * 
        * The identity name in any form of members appear in
-       * [{{iam_name_short}} policy
+       * [IAM policy
        * binding](https://cloud.google.com/iam/reference/rest/v1/Binding), such
        * as:
        * - user:foo@google.com
@@ -3124,7 +3123,7 @@ public Builder clearName() {
        *
        * 
        * The identity name in any form of members appear in
-       * [{{iam_name_short}} policy
+       * [IAM policy
        * binding](https://cloud.google.com/iam/reference/rest/v1/Binding), such
        * as:
        * - user:foo@google.com
@@ -4393,10 +4392,8 @@ com.google.cloud.asset.v1.IamPolicyAnalysisResult.AccessOrBuilder getAccessesOrB
      *
      * 
      * Resource edges of the graph starting from the policy attached
-     * resource to any descendant resources. The
-     * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
-     * contains the full resource name of a parent resource and
-     * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
+     * resource to any descendant resources. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node] contains
+     * the full resource name of a parent resource and [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
      * contains the full resource name of a child resource. This field is
      * present only if the output_resource_edges option is enabled in request.
      * 
@@ -4409,10 +4406,8 @@ com.google.cloud.asset.v1.IamPolicyAnalysisResult.AccessOrBuilder getAccessesOrB * *
      * Resource edges of the graph starting from the policy attached
-     * resource to any descendant resources. The
-     * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
-     * contains the full resource name of a parent resource and
-     * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
+     * resource to any descendant resources. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node] contains
+     * the full resource name of a parent resource and [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
      * contains the full resource name of a child resource. This field is
      * present only if the output_resource_edges option is enabled in request.
      * 
@@ -4425,10 +4420,8 @@ com.google.cloud.asset.v1.IamPolicyAnalysisResult.AccessOrBuilder getAccessesOrB * *
      * Resource edges of the graph starting from the policy attached
-     * resource to any descendant resources. The
-     * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
-     * contains the full resource name of a parent resource and
-     * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
+     * resource to any descendant resources. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node] contains
+     * the full resource name of a parent resource and [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
      * contains the full resource name of a child resource. This field is
      * present only if the output_resource_edges option is enabled in request.
      * 
@@ -4441,10 +4434,8 @@ com.google.cloud.asset.v1.IamPolicyAnalysisResult.AccessOrBuilder getAccessesOrB * *
      * Resource edges of the graph starting from the policy attached
-     * resource to any descendant resources. The
-     * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
-     * contains the full resource name of a parent resource and
-     * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
+     * resource to any descendant resources. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node] contains
+     * the full resource name of a parent resource and [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
      * contains the full resource name of a child resource. This field is
      * present only if the output_resource_edges option is enabled in request.
      * 
@@ -4458,10 +4449,8 @@ com.google.cloud.asset.v1.IamPolicyAnalysisResult.AccessOrBuilder getAccessesOrB * *
      * Resource edges of the graph starting from the policy attached
-     * resource to any descendant resources. The
-     * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
-     * contains the full resource name of a parent resource and
-     * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
+     * resource to any descendant resources. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node] contains
+     * the full resource name of a parent resource and [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
      * contains the full resource name of a child resource. This field is
      * present only if the output_resource_edges option is enabled in request.
      * 
@@ -4476,7 +4465,7 @@ com.google.cloud.asset.v1.IamPolicyAnalysisResult.EdgeOrBuilder getResourceEdges * *
      * Condition evaluation for this AccessControlList, if there is a condition
-     * defined in the above {{iam_name_short}} policy binding.
+     * defined in the above IAM policy binding.
      * 
* * .google.cloud.asset.v1.ConditionEvaluation condition_evaluation = 4; @@ -4489,7 +4478,7 @@ com.google.cloud.asset.v1.IamPolicyAnalysisResult.EdgeOrBuilder getResourceEdges * *
      * Condition evaluation for this AccessControlList, if there is a condition
-     * defined in the above {{iam_name_short}} policy binding.
+     * defined in the above IAM policy binding.
      * 
* * .google.cloud.asset.v1.ConditionEvaluation condition_evaluation = 4; @@ -4502,7 +4491,7 @@ com.google.cloud.asset.v1.IamPolicyAnalysisResult.EdgeOrBuilder getResourceEdges * *
      * Condition evaluation for this AccessControlList, if there is a condition
-     * defined in the above {{iam_name_short}} policy binding.
+     * defined in the above IAM policy binding.
      * 
* * .google.cloud.asset.v1.ConditionEvaluation condition_evaluation = 4; @@ -4513,14 +4502,13 @@ com.google.cloud.asset.v1.IamPolicyAnalysisResult.EdgeOrBuilder getResourceEdges * * *
-   * An access control list, derived from the above {{iam_name_short}} policy
-   * binding, which contains a set of resources and accesses. May include one
+   * An access control list, derived from the above IAM policy binding, which
+   * contains a set of resources and accesses. May include one
    * item from each set to compose an access control entry.
-   * NOTICE that there could be multiple access control lists for one
-   * {{iam_name_short}} policy binding. The access control lists are created
-   * based on resource and access combinations.
-   * For example, assume we have the following cases in one
-   * {{iam_name_short}} policy binding:
+   * NOTICE that there could be multiple access control lists for one IAM policy
+   * binding. The access control lists are created based on resource and access
+   * combinations.
+   * For example, assume we have the following cases in one IAM policy binding:
    * - Permission P1 and P2 apply to resource R1 and R2;
    * - Permission P3 applies to resource R2 and R3;
    * This will result in the following access control lists:
@@ -4743,10 +4731,8 @@ public com.google.cloud.asset.v1.IamPolicyAnalysisResult.AccessOrBuilder getAcce
      *
      * 
      * Resource edges of the graph starting from the policy attached
-     * resource to any descendant resources. The
-     * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
-     * contains the full resource name of a parent resource and
-     * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
+     * resource to any descendant resources. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node] contains
+     * the full resource name of a parent resource and [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
      * contains the full resource name of a child resource. This field is
      * present only if the output_resource_edges option is enabled in request.
      * 
@@ -4763,10 +4749,8 @@ public com.google.cloud.asset.v1.IamPolicyAnalysisResult.AccessOrBuilder getAcce * *
      * Resource edges of the graph starting from the policy attached
-     * resource to any descendant resources. The
-     * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
-     * contains the full resource name of a parent resource and
-     * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
+     * resource to any descendant resources. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node] contains
+     * the full resource name of a parent resource and [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
      * contains the full resource name of a child resource. This field is
      * present only if the output_resource_edges option is enabled in request.
      * 
@@ -4783,10 +4767,8 @@ public com.google.cloud.asset.v1.IamPolicyAnalysisResult.AccessOrBuilder getAcce * *
      * Resource edges of the graph starting from the policy attached
-     * resource to any descendant resources. The
-     * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
-     * contains the full resource name of a parent resource and
-     * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
+     * resource to any descendant resources. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node] contains
+     * the full resource name of a parent resource and [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
      * contains the full resource name of a child resource. This field is
      * present only if the output_resource_edges option is enabled in request.
      * 
@@ -4802,10 +4784,8 @@ public int getResourceEdgesCount() { * *
      * Resource edges of the graph starting from the policy attached
-     * resource to any descendant resources. The
-     * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
-     * contains the full resource name of a parent resource and
-     * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
+     * resource to any descendant resources. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node] contains
+     * the full resource name of a parent resource and [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
      * contains the full resource name of a child resource. This field is
      * present only if the output_resource_edges option is enabled in request.
      * 
@@ -4821,10 +4801,8 @@ public com.google.cloud.asset.v1.IamPolicyAnalysisResult.Edge getResourceEdges(i * *
      * Resource edges of the graph starting from the policy attached
-     * resource to any descendant resources. The
-     * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
-     * contains the full resource name of a parent resource and
-     * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
+     * resource to any descendant resources. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node] contains
+     * the full resource name of a parent resource and [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
      * contains the full resource name of a child resource. This field is
      * present only if the output_resource_edges option is enabled in request.
      * 
@@ -4844,7 +4822,7 @@ public com.google.cloud.asset.v1.IamPolicyAnalysisResult.Edge getResourceEdges(i * *
      * Condition evaluation for this AccessControlList, if there is a condition
-     * defined in the above {{iam_name_short}} policy binding.
+     * defined in the above IAM policy binding.
      * 
* * .google.cloud.asset.v1.ConditionEvaluation condition_evaluation = 4; @@ -4860,7 +4838,7 @@ public boolean hasConditionEvaluation() { * *
      * Condition evaluation for this AccessControlList, if there is a condition
-     * defined in the above {{iam_name_short}} policy binding.
+     * defined in the above IAM policy binding.
      * 
* * .google.cloud.asset.v1.ConditionEvaluation condition_evaluation = 4; @@ -4878,7 +4856,7 @@ public com.google.cloud.asset.v1.ConditionEvaluation getConditionEvaluation() { * *
      * Condition evaluation for this AccessControlList, if there is a condition
-     * defined in the above {{iam_name_short}} policy binding.
+     * defined in the above IAM policy binding.
      * 
* * .google.cloud.asset.v1.ConditionEvaluation condition_evaluation = 4; @@ -5094,14 +5072,13 @@ protected Builder newBuilderForType( * * *
-     * An access control list, derived from the above {{iam_name_short}} policy
-     * binding, which contains a set of resources and accesses. May include one
+     * An access control list, derived from the above IAM policy binding, which
+     * contains a set of resources and accesses. May include one
      * item from each set to compose an access control entry.
-     * NOTICE that there could be multiple access control lists for one
-     * {{iam_name_short}} policy binding. The access control lists are created
-     * based on resource and access combinations.
-     * For example, assume we have the following cases in one
-     * {{iam_name_short}} policy binding:
+     * NOTICE that there could be multiple access control lists for one IAM policy
+     * binding. The access control lists are created based on resource and access
+     * combinations.
+     * For example, assume we have the following cases in one IAM policy binding:
      * - Permission P1 and P2 apply to resource R1 and R2;
      * - Permission P3 applies to resource R2 and R3;
      * This will result in the following access control lists:
@@ -6309,10 +6286,8 @@ private void ensureResourceEdgesIsMutable() {
        *
        * 
        * Resource edges of the graph starting from the policy attached
-       * resource to any descendant resources. The
-       * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
-       * contains the full resource name of a parent resource and
-       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
+       * resource to any descendant resources. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node] contains
+       * the full resource name of a parent resource and [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
        * contains the full resource name of a child resource. This field is
        * present only if the output_resource_edges option is enabled in request.
        * 
@@ -6333,10 +6308,8 @@ private void ensureResourceEdgesIsMutable() { * *
        * Resource edges of the graph starting from the policy attached
-       * resource to any descendant resources. The
-       * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
-       * contains the full resource name of a parent resource and
-       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
+       * resource to any descendant resources. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node] contains
+       * the full resource name of a parent resource and [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
        * contains the full resource name of a child resource. This field is
        * present only if the output_resource_edges option is enabled in request.
        * 
@@ -6356,10 +6329,8 @@ public int getResourceEdgesCount() { * *
        * Resource edges of the graph starting from the policy attached
-       * resource to any descendant resources. The
-       * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
-       * contains the full resource name of a parent resource and
-       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
+       * resource to any descendant resources. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node] contains
+       * the full resource name of a parent resource and [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
        * contains the full resource name of a child resource. This field is
        * present only if the output_resource_edges option is enabled in request.
        * 
@@ -6379,10 +6350,8 @@ public com.google.cloud.asset.v1.IamPolicyAnalysisResult.Edge getResourceEdges(i * *
        * Resource edges of the graph starting from the policy attached
-       * resource to any descendant resources. The
-       * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
-       * contains the full resource name of a parent resource and
-       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
+       * resource to any descendant resources. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node] contains
+       * the full resource name of a parent resource and [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
        * contains the full resource name of a child resource. This field is
        * present only if the output_resource_edges option is enabled in request.
        * 
@@ -6409,10 +6378,8 @@ public Builder setResourceEdges( * *
        * Resource edges of the graph starting from the policy attached
-       * resource to any descendant resources. The
-       * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
-       * contains the full resource name of a parent resource and
-       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
+       * resource to any descendant resources. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node] contains
+       * the full resource name of a parent resource and [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
        * contains the full resource name of a child resource. This field is
        * present only if the output_resource_edges option is enabled in request.
        * 
@@ -6437,10 +6404,8 @@ public Builder setResourceEdges( * *
        * Resource edges of the graph starting from the policy attached
-       * resource to any descendant resources. The
-       * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
-       * contains the full resource name of a parent resource and
-       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
+       * resource to any descendant resources. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node] contains
+       * the full resource name of a parent resource and [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
        * contains the full resource name of a child resource. This field is
        * present only if the output_resource_edges option is enabled in request.
        * 
@@ -6467,10 +6432,8 @@ public Builder addResourceEdges( * *
        * Resource edges of the graph starting from the policy attached
-       * resource to any descendant resources. The
-       * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
-       * contains the full resource name of a parent resource and
-       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
+       * resource to any descendant resources. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node] contains
+       * the full resource name of a parent resource and [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
        * contains the full resource name of a child resource. This field is
        * present only if the output_resource_edges option is enabled in request.
        * 
@@ -6497,10 +6460,8 @@ public Builder addResourceEdges( * *
        * Resource edges of the graph starting from the policy attached
-       * resource to any descendant resources. The
-       * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
-       * contains the full resource name of a parent resource and
-       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
+       * resource to any descendant resources. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node] contains
+       * the full resource name of a parent resource and [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
        * contains the full resource name of a child resource. This field is
        * present only if the output_resource_edges option is enabled in request.
        * 
@@ -6524,10 +6485,8 @@ public Builder addResourceEdges( * *
        * Resource edges of the graph starting from the policy attached
-       * resource to any descendant resources. The
-       * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
-       * contains the full resource name of a parent resource and
-       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
+       * resource to any descendant resources. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node] contains
+       * the full resource name of a parent resource and [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
        * contains the full resource name of a child resource. This field is
        * present only if the output_resource_edges option is enabled in request.
        * 
@@ -6552,10 +6511,8 @@ public Builder addResourceEdges( * *
        * Resource edges of the graph starting from the policy attached
-       * resource to any descendant resources. The
-       * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
-       * contains the full resource name of a parent resource and
-       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
+       * resource to any descendant resources. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node] contains
+       * the full resource name of a parent resource and [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
        * contains the full resource name of a child resource. This field is
        * present only if the output_resource_edges option is enabled in request.
        * 
@@ -6580,10 +6537,8 @@ public Builder addAllResourceEdges( * *
        * Resource edges of the graph starting from the policy attached
-       * resource to any descendant resources. The
-       * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
-       * contains the full resource name of a parent resource and
-       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
+       * resource to any descendant resources. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node] contains
+       * the full resource name of a parent resource and [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
        * contains the full resource name of a child resource. This field is
        * present only if the output_resource_edges option is enabled in request.
        * 
@@ -6606,10 +6561,8 @@ public Builder clearResourceEdges() { * *
        * Resource edges of the graph starting from the policy attached
-       * resource to any descendant resources. The
-       * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
-       * contains the full resource name of a parent resource and
-       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
+       * resource to any descendant resources. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node] contains
+       * the full resource name of a parent resource and [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
        * contains the full resource name of a child resource. This field is
        * present only if the output_resource_edges option is enabled in request.
        * 
@@ -6632,10 +6585,8 @@ public Builder removeResourceEdges(int index) { * *
        * Resource edges of the graph starting from the policy attached
-       * resource to any descendant resources. The
-       * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
-       * contains the full resource name of a parent resource and
-       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
+       * resource to any descendant resources. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node] contains
+       * the full resource name of a parent resource and [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
        * contains the full resource name of a child resource. This field is
        * present only if the output_resource_edges option is enabled in request.
        * 
@@ -6652,10 +6603,8 @@ public com.google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.Builder getResourc * *
        * Resource edges of the graph starting from the policy attached
-       * resource to any descendant resources. The
-       * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
-       * contains the full resource name of a parent resource and
-       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
+       * resource to any descendant resources. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node] contains
+       * the full resource name of a parent resource and [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
        * contains the full resource name of a child resource. This field is
        * present only if the output_resource_edges option is enabled in request.
        * 
@@ -6676,10 +6625,8 @@ public com.google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.Builder getResourc * *
        * Resource edges of the graph starting from the policy attached
-       * resource to any descendant resources. The
-       * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
-       * contains the full resource name of a parent resource and
-       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
+       * resource to any descendant resources. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node] contains
+       * the full resource name of a parent resource and [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
        * contains the full resource name of a child resource. This field is
        * present only if the output_resource_edges option is enabled in request.
        * 
@@ -6701,10 +6648,8 @@ public com.google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.Builder getResourc * *
        * Resource edges of the graph starting from the policy attached
-       * resource to any descendant resources. The
-       * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
-       * contains the full resource name of a parent resource and
-       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
+       * resource to any descendant resources. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node] contains
+       * the full resource name of a parent resource and [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
        * contains the full resource name of a child resource. This field is
        * present only if the output_resource_edges option is enabled in request.
        * 
@@ -6723,10 +6668,8 @@ public com.google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.Builder getResourc * *
        * Resource edges of the graph starting from the policy attached
-       * resource to any descendant resources. The
-       * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
-       * contains the full resource name of a parent resource and
-       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
+       * resource to any descendant resources. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node] contains
+       * the full resource name of a parent resource and [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
        * contains the full resource name of a child resource. This field is
        * present only if the output_resource_edges option is enabled in request.
        * 
@@ -6745,10 +6688,8 @@ public com.google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.Builder addResourc * *
        * Resource edges of the graph starting from the policy attached
-       * resource to any descendant resources. The
-       * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
-       * contains the full resource name of a parent resource and
-       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
+       * resource to any descendant resources. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node] contains
+       * the full resource name of a parent resource and [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
        * contains the full resource name of a child resource. This field is
        * present only if the output_resource_edges option is enabled in request.
        * 
@@ -6792,7 +6733,7 @@ public com.google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.Builder addResourc * *
        * Condition evaluation for this AccessControlList, if there is a condition
-       * defined in the above {{iam_name_short}} policy binding.
+       * defined in the above IAM policy binding.
        * 
* * .google.cloud.asset.v1.ConditionEvaluation condition_evaluation = 4; @@ -6807,7 +6748,7 @@ public boolean hasConditionEvaluation() { * *
        * Condition evaluation for this AccessControlList, if there is a condition
-       * defined in the above {{iam_name_short}} policy binding.
+       * defined in the above IAM policy binding.
        * 
* * .google.cloud.asset.v1.ConditionEvaluation condition_evaluation = 4; @@ -6828,7 +6769,7 @@ public com.google.cloud.asset.v1.ConditionEvaluation getConditionEvaluation() { * *
        * Condition evaluation for this AccessControlList, if there is a condition
-       * defined in the above {{iam_name_short}} policy binding.
+       * defined in the above IAM policy binding.
        * 
* * .google.cloud.asset.v1.ConditionEvaluation condition_evaluation = 4; @@ -6851,7 +6792,7 @@ public Builder setConditionEvaluation(com.google.cloud.asset.v1.ConditionEvaluat * *
        * Condition evaluation for this AccessControlList, if there is a condition
-       * defined in the above {{iam_name_short}} policy binding.
+       * defined in the above IAM policy binding.
        * 
* * .google.cloud.asset.v1.ConditionEvaluation condition_evaluation = 4; @@ -6872,7 +6813,7 @@ public Builder setConditionEvaluation( * *
        * Condition evaluation for this AccessControlList, if there is a condition
-       * defined in the above {{iam_name_short}} policy binding.
+       * defined in the above IAM policy binding.
        * 
* * .google.cloud.asset.v1.ConditionEvaluation condition_evaluation = 4; @@ -6899,7 +6840,7 @@ public Builder mergeConditionEvaluation(com.google.cloud.asset.v1.ConditionEvalu * *
        * Condition evaluation for this AccessControlList, if there is a condition
-       * defined in the above {{iam_name_short}} policy binding.
+       * defined in the above IAM policy binding.
        * 
* * .google.cloud.asset.v1.ConditionEvaluation condition_evaluation = 4; @@ -6920,7 +6861,7 @@ public Builder clearConditionEvaluation() { * *
        * Condition evaluation for this AccessControlList, if there is a condition
-       * defined in the above {{iam_name_short}} policy binding.
+       * defined in the above IAM policy binding.
        * 
* * .google.cloud.asset.v1.ConditionEvaluation condition_evaluation = 4; @@ -6935,7 +6876,7 @@ public com.google.cloud.asset.v1.ConditionEvaluation.Builder getConditionEvaluat * *
        * Condition evaluation for this AccessControlList, if there is a condition
-       * defined in the above {{iam_name_short}} policy binding.
+       * defined in the above IAM policy binding.
        * 
* * .google.cloud.asset.v1.ConditionEvaluation condition_evaluation = 4; @@ -6955,7 +6896,7 @@ public com.google.cloud.asset.v1.ConditionEvaluation.Builder getConditionEvaluat * *
        * Condition evaluation for this AccessControlList, if there is a condition
-       * defined in the above {{iam_name_short}} policy binding.
+       * defined in the above IAM policy binding.
        * 
* * .google.cloud.asset.v1.ConditionEvaluation condition_evaluation = 4; @@ -7122,15 +7063,12 @@ com.google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityOrBuilder getIdentitie * *
      * Group identity edges of the graph starting from the binding's
-     * group members to any node of the
-     * [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities].
-     * The
-     * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
+     * group members to any node of the [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities]. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
      * contains a group, such as `group:parent@google.com`. The
-     * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
-     * contains a member of the group, such as `group:child@google.com` or
-     * `user:foo@google.com`. This field is present only if the
-     * output_group_edges option is enabled in request.
+     * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node] contains a member of the group,
+     * such as `group:child@google.com` or `user:foo@google.com`.
+     * This field is present only if the output_group_edges option is enabled in
+     * request.
      * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult.Edge group_edges = 2; @@ -7141,15 +7079,12 @@ com.google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityOrBuilder getIdentitie * *
      * Group identity edges of the graph starting from the binding's
-     * group members to any node of the
-     * [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities].
-     * The
-     * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
+     * group members to any node of the [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities]. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
      * contains a group, such as `group:parent@google.com`. The
-     * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
-     * contains a member of the group, such as `group:child@google.com` or
-     * `user:foo@google.com`. This field is present only if the
-     * output_group_edges option is enabled in request.
+     * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node] contains a member of the group,
+     * such as `group:child@google.com` or `user:foo@google.com`.
+     * This field is present only if the output_group_edges option is enabled in
+     * request.
      * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult.Edge group_edges = 2; @@ -7160,15 +7095,12 @@ com.google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityOrBuilder getIdentitie * *
      * Group identity edges of the graph starting from the binding's
-     * group members to any node of the
-     * [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities].
-     * The
-     * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
+     * group members to any node of the [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities]. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
      * contains a group, such as `group:parent@google.com`. The
-     * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
-     * contains a member of the group, such as `group:child@google.com` or
-     * `user:foo@google.com`. This field is present only if the
-     * output_group_edges option is enabled in request.
+     * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node] contains a member of the group,
+     * such as `group:child@google.com` or `user:foo@google.com`.
+     * This field is present only if the output_group_edges option is enabled in
+     * request.
      * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult.Edge group_edges = 2; @@ -7179,15 +7111,12 @@ com.google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityOrBuilder getIdentitie * *
      * Group identity edges of the graph starting from the binding's
-     * group members to any node of the
-     * [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities].
-     * The
-     * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
+     * group members to any node of the [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities]. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
      * contains a group, such as `group:parent@google.com`. The
-     * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
-     * contains a member of the group, such as `group:child@google.com` or
-     * `user:foo@google.com`. This field is present only if the
-     * output_group_edges option is enabled in request.
+     * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node] contains a member of the group,
+     * such as `group:child@google.com` or `user:foo@google.com`.
+     * This field is present only if the output_group_edges option is enabled in
+     * request.
      * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult.Edge group_edges = 2; @@ -7199,15 +7128,12 @@ com.google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityOrBuilder getIdentitie * *
      * Group identity edges of the graph starting from the binding's
-     * group members to any node of the
-     * [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities].
-     * The
-     * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
+     * group members to any node of the [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities]. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
      * contains a group, such as `group:parent@google.com`. The
-     * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
-     * contains a member of the group, such as `group:child@google.com` or
-     * `user:foo@google.com`. This field is present only if the
-     * output_group_edges option is enabled in request.
+     * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node] contains a member of the group,
+     * such as `group:child@google.com` or `user:foo@google.com`.
+     * This field is present only if the output_group_edges option is enabled in
+     * request.
      * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult.Edge group_edges = 2; @@ -7359,15 +7285,12 @@ public com.google.cloud.asset.v1.IamPolicyAnalysisResult.Identity getIdentities( * *
      * Group identity edges of the graph starting from the binding's
-     * group members to any node of the
-     * [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities].
-     * The
-     * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
+     * group members to any node of the [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities]. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
      * contains a group, such as `group:parent@google.com`. The
-     * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
-     * contains a member of the group, such as `group:child@google.com` or
-     * `user:foo@google.com`. This field is present only if the
-     * output_group_edges option is enabled in request.
+     * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node] contains a member of the group,
+     * such as `group:child@google.com` or `user:foo@google.com`.
+     * This field is present only if the output_group_edges option is enabled in
+     * request.
      * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult.Edge group_edges = 2; @@ -7382,15 +7305,12 @@ public com.google.cloud.asset.v1.IamPolicyAnalysisResult.Identity getIdentities( * *
      * Group identity edges of the graph starting from the binding's
-     * group members to any node of the
-     * [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities].
-     * The
-     * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
+     * group members to any node of the [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities]. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
      * contains a group, such as `group:parent@google.com`. The
-     * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
-     * contains a member of the group, such as `group:child@google.com` or
-     * `user:foo@google.com`. This field is present only if the
-     * output_group_edges option is enabled in request.
+     * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node] contains a member of the group,
+     * such as `group:child@google.com` or `user:foo@google.com`.
+     * This field is present only if the output_group_edges option is enabled in
+     * request.
      * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult.Edge group_edges = 2; @@ -7405,15 +7325,12 @@ public com.google.cloud.asset.v1.IamPolicyAnalysisResult.Identity getIdentities( * *
      * Group identity edges of the graph starting from the binding's
-     * group members to any node of the
-     * [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities].
-     * The
-     * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
+     * group members to any node of the [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities]. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
      * contains a group, such as `group:parent@google.com`. The
-     * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
-     * contains a member of the group, such as `group:child@google.com` or
-     * `user:foo@google.com`. This field is present only if the
-     * output_group_edges option is enabled in request.
+     * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node] contains a member of the group,
+     * such as `group:child@google.com` or `user:foo@google.com`.
+     * This field is present only if the output_group_edges option is enabled in
+     * request.
      * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult.Edge group_edges = 2; @@ -7427,15 +7344,12 @@ public int getGroupEdgesCount() { * *
      * Group identity edges of the graph starting from the binding's
-     * group members to any node of the
-     * [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities].
-     * The
-     * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
+     * group members to any node of the [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities]. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
      * contains a group, such as `group:parent@google.com`. The
-     * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
-     * contains a member of the group, such as `group:child@google.com` or
-     * `user:foo@google.com`. This field is present only if the
-     * output_group_edges option is enabled in request.
+     * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node] contains a member of the group,
+     * such as `group:child@google.com` or `user:foo@google.com`.
+     * This field is present only if the output_group_edges option is enabled in
+     * request.
      * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult.Edge group_edges = 2; @@ -7449,15 +7363,12 @@ public com.google.cloud.asset.v1.IamPolicyAnalysisResult.Edge getGroupEdges(int * *
      * Group identity edges of the graph starting from the binding's
-     * group members to any node of the
-     * [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities].
-     * The
-     * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
+     * group members to any node of the [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities]. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
      * contains a group, such as `group:parent@google.com`. The
-     * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
-     * contains a member of the group, such as `group:child@google.com` or
-     * `user:foo@google.com`. This field is present only if the
-     * output_group_edges option is enabled in request.
+     * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node] contains a member of the group,
+     * such as `group:child@google.com` or `user:foo@google.com`.
+     * This field is present only if the output_group_edges option is enabled in
+     * request.
      * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult.Edge group_edges = 2; @@ -8385,15 +8296,12 @@ private void ensureGroupEdgesIsMutable() { * *
        * Group identity edges of the graph starting from the binding's
-       * group members to any node of the
-       * [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities].
-       * The
-       * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
+       * group members to any node of the [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities]. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
        * contains a group, such as `group:parent@google.com`. The
-       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
-       * contains a member of the group, such as `group:child@google.com` or
-       * `user:foo@google.com`. This field is present only if the
-       * output_group_edges option is enabled in request.
+       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node] contains a member of the group,
+       * such as `group:child@google.com` or `user:foo@google.com`.
+       * This field is present only if the output_group_edges option is enabled in
+       * request.
        * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult.Edge group_edges = 2; @@ -8411,15 +8319,12 @@ private void ensureGroupEdgesIsMutable() { * *
        * Group identity edges of the graph starting from the binding's
-       * group members to any node of the
-       * [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities].
-       * The
-       * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
+       * group members to any node of the [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities]. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
        * contains a group, such as `group:parent@google.com`. The
-       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
-       * contains a member of the group, such as `group:child@google.com` or
-       * `user:foo@google.com`. This field is present only if the
-       * output_group_edges option is enabled in request.
+       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node] contains a member of the group,
+       * such as `group:child@google.com` or `user:foo@google.com`.
+       * This field is present only if the output_group_edges option is enabled in
+       * request.
        * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult.Edge group_edges = 2; @@ -8436,15 +8341,12 @@ public int getGroupEdgesCount() { * *
        * Group identity edges of the graph starting from the binding's
-       * group members to any node of the
-       * [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities].
-       * The
-       * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
+       * group members to any node of the [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities]. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
        * contains a group, such as `group:parent@google.com`. The
-       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
-       * contains a member of the group, such as `group:child@google.com` or
-       * `user:foo@google.com`. This field is present only if the
-       * output_group_edges option is enabled in request.
+       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node] contains a member of the group,
+       * such as `group:child@google.com` or `user:foo@google.com`.
+       * This field is present only if the output_group_edges option is enabled in
+       * request.
        * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult.Edge group_edges = 2; @@ -8461,15 +8363,12 @@ public com.google.cloud.asset.v1.IamPolicyAnalysisResult.Edge getGroupEdges(int * *
        * Group identity edges of the graph starting from the binding's
-       * group members to any node of the
-       * [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities].
-       * The
-       * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
+       * group members to any node of the [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities]. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
        * contains a group, such as `group:parent@google.com`. The
-       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
-       * contains a member of the group, such as `group:child@google.com` or
-       * `user:foo@google.com`. This field is present only if the
-       * output_group_edges option is enabled in request.
+       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node] contains a member of the group,
+       * such as `group:child@google.com` or `user:foo@google.com`.
+       * This field is present only if the output_group_edges option is enabled in
+       * request.
        * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult.Edge group_edges = 2; @@ -8493,15 +8392,12 @@ public Builder setGroupEdges( * *
        * Group identity edges of the graph starting from the binding's
-       * group members to any node of the
-       * [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities].
-       * The
-       * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
+       * group members to any node of the [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities]. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
        * contains a group, such as `group:parent@google.com`. The
-       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
-       * contains a member of the group, such as `group:child@google.com` or
-       * `user:foo@google.com`. This field is present only if the
-       * output_group_edges option is enabled in request.
+       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node] contains a member of the group,
+       * such as `group:child@google.com` or `user:foo@google.com`.
+       * This field is present only if the output_group_edges option is enabled in
+       * request.
        * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult.Edge group_edges = 2; @@ -8523,15 +8419,12 @@ public Builder setGroupEdges( * *
        * Group identity edges of the graph starting from the binding's
-       * group members to any node of the
-       * [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities].
-       * The
-       * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
+       * group members to any node of the [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities]. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
        * contains a group, such as `group:parent@google.com`. The
-       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
-       * contains a member of the group, such as `group:child@google.com` or
-       * `user:foo@google.com`. This field is present only if the
-       * output_group_edges option is enabled in request.
+       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node] contains a member of the group,
+       * such as `group:child@google.com` or `user:foo@google.com`.
+       * This field is present only if the output_group_edges option is enabled in
+       * request.
        * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult.Edge group_edges = 2; @@ -8554,15 +8447,12 @@ public Builder addGroupEdges(com.google.cloud.asset.v1.IamPolicyAnalysisResult.E * *
        * Group identity edges of the graph starting from the binding's
-       * group members to any node of the
-       * [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities].
-       * The
-       * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
+       * group members to any node of the [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities]. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
        * contains a group, such as `group:parent@google.com`. The
-       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
-       * contains a member of the group, such as `group:child@google.com` or
-       * `user:foo@google.com`. This field is present only if the
-       * output_group_edges option is enabled in request.
+       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node] contains a member of the group,
+       * such as `group:child@google.com` or `user:foo@google.com`.
+       * This field is present only if the output_group_edges option is enabled in
+       * request.
        * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult.Edge group_edges = 2; @@ -8586,15 +8476,12 @@ public Builder addGroupEdges( * *
        * Group identity edges of the graph starting from the binding's
-       * group members to any node of the
-       * [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities].
-       * The
-       * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
+       * group members to any node of the [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities]. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
        * contains a group, such as `group:parent@google.com`. The
-       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
-       * contains a member of the group, such as `group:child@google.com` or
-       * `user:foo@google.com`. This field is present only if the
-       * output_group_edges option is enabled in request.
+       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node] contains a member of the group,
+       * such as `group:child@google.com` or `user:foo@google.com`.
+       * This field is present only if the output_group_edges option is enabled in
+       * request.
        * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult.Edge group_edges = 2; @@ -8615,15 +8502,12 @@ public Builder addGroupEdges( * *
        * Group identity edges of the graph starting from the binding's
-       * group members to any node of the
-       * [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities].
-       * The
-       * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
+       * group members to any node of the [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities]. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
        * contains a group, such as `group:parent@google.com`. The
-       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
-       * contains a member of the group, such as `group:child@google.com` or
-       * `user:foo@google.com`. This field is present only if the
-       * output_group_edges option is enabled in request.
+       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node] contains a member of the group,
+       * such as `group:child@google.com` or `user:foo@google.com`.
+       * This field is present only if the output_group_edges option is enabled in
+       * request.
        * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult.Edge group_edges = 2; @@ -8645,15 +8529,12 @@ public Builder addGroupEdges( * *
        * Group identity edges of the graph starting from the binding's
-       * group members to any node of the
-       * [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities].
-       * The
-       * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
+       * group members to any node of the [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities]. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
        * contains a group, such as `group:parent@google.com`. The
-       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
-       * contains a member of the group, such as `group:child@google.com` or
-       * `user:foo@google.com`. This field is present only if the
-       * output_group_edges option is enabled in request.
+       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node] contains a member of the group,
+       * such as `group:child@google.com` or `user:foo@google.com`.
+       * This field is present only if the output_group_edges option is enabled in
+       * request.
        * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult.Edge group_edges = 2; @@ -8675,15 +8556,12 @@ public Builder addAllGroupEdges( * *
        * Group identity edges of the graph starting from the binding's
-       * group members to any node of the
-       * [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities].
-       * The
-       * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
+       * group members to any node of the [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities]. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
        * contains a group, such as `group:parent@google.com`. The
-       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
-       * contains a member of the group, such as `group:child@google.com` or
-       * `user:foo@google.com`. This field is present only if the
-       * output_group_edges option is enabled in request.
+       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node] contains a member of the group,
+       * such as `group:child@google.com` or `user:foo@google.com`.
+       * This field is present only if the output_group_edges option is enabled in
+       * request.
        * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult.Edge group_edges = 2; @@ -8703,15 +8581,12 @@ public Builder clearGroupEdges() { * *
        * Group identity edges of the graph starting from the binding's
-       * group members to any node of the
-       * [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities].
-       * The
-       * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
+       * group members to any node of the [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities]. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
        * contains a group, such as `group:parent@google.com`. The
-       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
-       * contains a member of the group, such as `group:child@google.com` or
-       * `user:foo@google.com`. This field is present only if the
-       * output_group_edges option is enabled in request.
+       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node] contains a member of the group,
+       * such as `group:child@google.com` or `user:foo@google.com`.
+       * This field is present only if the output_group_edges option is enabled in
+       * request.
        * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult.Edge group_edges = 2; @@ -8731,15 +8606,12 @@ public Builder removeGroupEdges(int index) { * *
        * Group identity edges of the graph starting from the binding's
-       * group members to any node of the
-       * [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities].
-       * The
-       * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
+       * group members to any node of the [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities]. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
        * contains a group, such as `group:parent@google.com`. The
-       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
-       * contains a member of the group, such as `group:child@google.com` or
-       * `user:foo@google.com`. This field is present only if the
-       * output_group_edges option is enabled in request.
+       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node] contains a member of the group,
+       * such as `group:child@google.com` or `user:foo@google.com`.
+       * This field is present only if the output_group_edges option is enabled in
+       * request.
        * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult.Edge group_edges = 2; @@ -8753,15 +8625,12 @@ public com.google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.Builder getGroupEd * *
        * Group identity edges of the graph starting from the binding's
-       * group members to any node of the
-       * [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities].
-       * The
-       * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
+       * group members to any node of the [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities]. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
        * contains a group, such as `group:parent@google.com`. The
-       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
-       * contains a member of the group, such as `group:child@google.com` or
-       * `user:foo@google.com`. This field is present only if the
-       * output_group_edges option is enabled in request.
+       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node] contains a member of the group,
+       * such as `group:child@google.com` or `user:foo@google.com`.
+       * This field is present only if the output_group_edges option is enabled in
+       * request.
        * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult.Edge group_edges = 2; @@ -8779,15 +8648,12 @@ public com.google.cloud.asset.v1.IamPolicyAnalysisResult.EdgeOrBuilder getGroupE * *
        * Group identity edges of the graph starting from the binding's
-       * group members to any node of the
-       * [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities].
-       * The
-       * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
+       * group members to any node of the [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities]. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
        * contains a group, such as `group:parent@google.com`. The
-       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
-       * contains a member of the group, such as `group:child@google.com` or
-       * `user:foo@google.com`. This field is present only if the
-       * output_group_edges option is enabled in request.
+       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node] contains a member of the group,
+       * such as `group:child@google.com` or `user:foo@google.com`.
+       * This field is present only if the output_group_edges option is enabled in
+       * request.
        * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult.Edge group_edges = 2; @@ -8806,15 +8672,12 @@ public com.google.cloud.asset.v1.IamPolicyAnalysisResult.EdgeOrBuilder getGroupE * *
        * Group identity edges of the graph starting from the binding's
-       * group members to any node of the
-       * [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities].
-       * The
-       * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
+       * group members to any node of the [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities]. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
        * contains a group, such as `group:parent@google.com`. The
-       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
-       * contains a member of the group, such as `group:child@google.com` or
-       * `user:foo@google.com`. This field is present only if the
-       * output_group_edges option is enabled in request.
+       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node] contains a member of the group,
+       * such as `group:child@google.com` or `user:foo@google.com`.
+       * This field is present only if the output_group_edges option is enabled in
+       * request.
        * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult.Edge group_edges = 2; @@ -8829,15 +8692,12 @@ public com.google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.Builder addGroupEd * *
        * Group identity edges of the graph starting from the binding's
-       * group members to any node of the
-       * [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities].
-       * The
-       * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
+       * group members to any node of the [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities]. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
        * contains a group, such as `group:parent@google.com`. The
-       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
-       * contains a member of the group, such as `group:child@google.com` or
-       * `user:foo@google.com`. This field is present only if the
-       * output_group_edges option is enabled in request.
+       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node] contains a member of the group,
+       * such as `group:child@google.com` or `user:foo@google.com`.
+       * This field is present only if the output_group_edges option is enabled in
+       * request.
        * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult.Edge group_edges = 2; @@ -8853,15 +8713,12 @@ public com.google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.Builder addGroupEd * *
        * Group identity edges of the graph starting from the binding's
-       * group members to any node of the
-       * [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities].
-       * The
-       * [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
+       * group members to any node of the [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities]. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
        * contains a group, such as `group:parent@google.com`. The
-       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
-       * contains a member of the group, such as `group:child@google.com` or
-       * `user:foo@google.com`. This field is present only if the
-       * output_group_edges option is enabled in request.
+       * [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node] contains a member of the group,
+       * such as `group:child@google.com` or `user:foo@google.com`.
+       * This field is present only if the output_group_edges option is enabled in
+       * request.
        * 
* * repeated .google.cloud.asset.v1.IamPolicyAnalysisResult.Edge group_edges = 2; @@ -8963,9 +8820,7 @@ public com.google.protobuf.Parser getParserForType() { *
    * The [full resource
    * name](https://cloud.google.com/asset-inventory/docs/resource-name-format)
-   * of the resource to which the
-   * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-   * policy attaches.
+   * of the resource to which the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] policy attaches.
    * 
* * string attached_resource_full_name = 1; @@ -8990,9 +8845,7 @@ public java.lang.String getAttachedResourceFullName() { *
    * The [full resource
    * name](https://cloud.google.com/asset-inventory/docs/resource-name-format)
-   * of the resource to which the
-   * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-   * policy attaches.
+   * of the resource to which the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] policy attaches.
    * 
* * string attached_resource_full_name = 1; @@ -9018,7 +8871,7 @@ public com.google.protobuf.ByteString getAttachedResourceFullNameBytes() { * * *
-   * The {{iam_name_short}} policy binding under analysis.
+   * The Cloud IAM policy binding under analysis.
    * 
* * .google.iam.v1.Binding iam_binding = 2; @@ -9033,7 +8886,7 @@ public boolean hasIamBinding() { * * *
-   * The {{iam_name_short}} policy binding under analysis.
+   * The Cloud IAM policy binding under analysis.
    * 
* * .google.iam.v1.Binding iam_binding = 2; @@ -9048,7 +8901,7 @@ public com.google.iam.v1.Binding getIamBinding() { * * *
-   * The {{iam_name_short}} policy binding under analysis.
+   * The Cloud IAM policy binding under analysis.
    * 
* * .google.iam.v1.Binding iam_binding = 2; @@ -9065,10 +8918,8 @@ public com.google.iam.v1.BindingOrBuilder getIamBindingOrBuilder() { * * *
-   * The access control lists derived from the
-   * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-   * that match or potentially match resource and access selectors specified in
-   * the request.
+   * The access control lists derived from the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] that match or
+   * potentially match resource and access selectors specified in the request.
    * 
* * @@ -9084,10 +8935,8 @@ public com.google.iam.v1.BindingOrBuilder getIamBindingOrBuilder() { * * *
-   * The access control lists derived from the
-   * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-   * that match or potentially match resource and access selectors specified in
-   * the request.
+   * The access control lists derived from the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] that match or
+   * potentially match resource and access selectors specified in the request.
    * 
* * @@ -9104,10 +8953,8 @@ public com.google.iam.v1.BindingOrBuilder getIamBindingOrBuilder() { * * *
-   * The access control lists derived from the
-   * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-   * that match or potentially match resource and access selectors specified in
-   * the request.
+   * The access control lists derived from the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] that match or
+   * potentially match resource and access selectors specified in the request.
    * 
* * @@ -9122,10 +8969,8 @@ public int getAccessControlListsCount() { * * *
-   * The access control lists derived from the
-   * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-   * that match or potentially match resource and access selectors specified in
-   * the request.
+   * The access control lists derived from the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] that match or
+   * potentially match resource and access selectors specified in the request.
    * 
* * @@ -9141,10 +8986,8 @@ public com.google.cloud.asset.v1.IamPolicyAnalysisResult.AccessControlList getAc * * *
-   * The access control lists derived from the
-   * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-   * that match or potentially match resource and access selectors specified in
-   * the request.
+   * The access control lists derived from the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] that match or
+   * potentially match resource and access selectors specified in the request.
    * 
* * @@ -9163,9 +9006,8 @@ public com.google.cloud.asset.v1.IamPolicyAnalysisResult.AccessControlList getAc * * *
-   * The identity list derived from members of the
-   * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-   * that match or potentially match identity selector specified in the request.
+   * The identity list derived from members of the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] that match or
+   * potentially match identity selector specified in the request.
    * 
* * .google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList identity_list = 4; @@ -9180,9 +9022,8 @@ public boolean hasIdentityList() { * * *
-   * The identity list derived from members of the
-   * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-   * that match or potentially match identity selector specified in the request.
+   * The identity list derived from members of the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] that match or
+   * potentially match identity selector specified in the request.
    * 
* * .google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList identity_list = 4; @@ -9199,9 +9040,8 @@ public com.google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList getIdentit * * *
-   * The identity list derived from members of the
-   * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-   * that match or potentially match identity selector specified in the request.
+   * The identity list derived from members of the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] that match or
+   * potentially match identity selector specified in the request.
    * 
* * .google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList identity_list = 4; @@ -9218,9 +9058,8 @@ public com.google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList getIdentit * * *
-   * Represents whether all analyses on the
-   * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-   * have successfully finished.
+   * Represents whether all analyses on the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] have successfully
+   * finished.
    * 
* * bool fully_explored = 5; @@ -9445,8 +9284,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * {{iam_name_short}} Policy analysis result, consisting of one
-   * {{iam_name_short}} policy binding and derived
+   * IAM Policy analysis result, consisting of one IAM policy binding and derived
    * access control lists.
    * 
* @@ -9734,9 +9572,7 @@ public Builder mergeFrom( *
      * The [full resource
      * name](https://cloud.google.com/asset-inventory/docs/resource-name-format)
-     * of the resource to which the
-     * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-     * policy attaches.
+     * of the resource to which the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] policy attaches.
      * 
* * string attached_resource_full_name = 1; @@ -9760,9 +9596,7 @@ public java.lang.String getAttachedResourceFullName() { *
      * The [full resource
      * name](https://cloud.google.com/asset-inventory/docs/resource-name-format)
-     * of the resource to which the
-     * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-     * policy attaches.
+     * of the resource to which the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] policy attaches.
      * 
* * string attached_resource_full_name = 1; @@ -9786,9 +9620,7 @@ public com.google.protobuf.ByteString getAttachedResourceFullNameBytes() { *
      * The [full resource
      * name](https://cloud.google.com/asset-inventory/docs/resource-name-format)
-     * of the resource to which the
-     * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-     * policy attaches.
+     * of the resource to which the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] policy attaches.
      * 
* * string attached_resource_full_name = 1; @@ -9811,9 +9643,7 @@ public Builder setAttachedResourceFullName(java.lang.String value) { *
      * The [full resource
      * name](https://cloud.google.com/asset-inventory/docs/resource-name-format)
-     * of the resource to which the
-     * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-     * policy attaches.
+     * of the resource to which the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] policy attaches.
      * 
* * string attached_resource_full_name = 1; @@ -9832,9 +9662,7 @@ public Builder clearAttachedResourceFullName() { *
      * The [full resource
      * name](https://cloud.google.com/asset-inventory/docs/resource-name-format)
-     * of the resource to which the
-     * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-     * policy attaches.
+     * of the resource to which the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] policy attaches.
      * 
* * string attached_resource_full_name = 1; @@ -9863,7 +9691,7 @@ public Builder setAttachedResourceFullNameBytes(com.google.protobuf.ByteString v * * *
-     * The {{iam_name_short}} policy binding under analysis.
+     * The Cloud IAM policy binding under analysis.
      * 
* * .google.iam.v1.Binding iam_binding = 2; @@ -9877,7 +9705,7 @@ public boolean hasIamBinding() { * * *
-     * The {{iam_name_short}} policy binding under analysis.
+     * The Cloud IAM policy binding under analysis.
      * 
* * .google.iam.v1.Binding iam_binding = 2; @@ -9895,7 +9723,7 @@ public com.google.iam.v1.Binding getIamBinding() { * * *
-     * The {{iam_name_short}} policy binding under analysis.
+     * The Cloud IAM policy binding under analysis.
      * 
* * .google.iam.v1.Binding iam_binding = 2; @@ -9917,7 +9745,7 @@ public Builder setIamBinding(com.google.iam.v1.Binding value) { * * *
-     * The {{iam_name_short}} policy binding under analysis.
+     * The Cloud IAM policy binding under analysis.
      * 
* * .google.iam.v1.Binding iam_binding = 2; @@ -9936,7 +9764,7 @@ public Builder setIamBinding(com.google.iam.v1.Binding.Builder builderForValue) * * *
-     * The {{iam_name_short}} policy binding under analysis.
+     * The Cloud IAM policy binding under analysis.
      * 
* * .google.iam.v1.Binding iam_binding = 2; @@ -9960,7 +9788,7 @@ public Builder mergeIamBinding(com.google.iam.v1.Binding value) { * * *
-     * The {{iam_name_short}} policy binding under analysis.
+     * The Cloud IAM policy binding under analysis.
      * 
* * .google.iam.v1.Binding iam_binding = 2; @@ -9980,7 +9808,7 @@ public Builder clearIamBinding() { * * *
-     * The {{iam_name_short}} policy binding under analysis.
+     * The Cloud IAM policy binding under analysis.
      * 
* * .google.iam.v1.Binding iam_binding = 2; @@ -9994,7 +9822,7 @@ public com.google.iam.v1.Binding.Builder getIamBindingBuilder() { * * *
-     * The {{iam_name_short}} policy binding under analysis.
+     * The Cloud IAM policy binding under analysis.
      * 
* * .google.iam.v1.Binding iam_binding = 2; @@ -10010,7 +9838,7 @@ public com.google.iam.v1.BindingOrBuilder getIamBindingOrBuilder() { * * *
-     * The {{iam_name_short}} policy binding under analysis.
+     * The Cloud IAM policy binding under analysis.
      * 
* * .google.iam.v1.Binding iam_binding = 2; @@ -10055,10 +9883,8 @@ private void ensureAccessControlListsIsMutable() { * * *
-     * The access control lists derived from the
-     * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-     * that match or potentially match resource and access selectors specified in
-     * the request.
+     * The access control lists derived from the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] that match or
+     * potentially match resource and access selectors specified in the request.
      * 
* * @@ -10077,10 +9903,8 @@ private void ensureAccessControlListsIsMutable() { * * *
-     * The access control lists derived from the
-     * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-     * that match or potentially match resource and access selectors specified in
-     * the request.
+     * The access control lists derived from the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] that match or
+     * potentially match resource and access selectors specified in the request.
      * 
* * @@ -10098,10 +9922,8 @@ public int getAccessControlListsCount() { * * *
-     * The access control lists derived from the
-     * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-     * that match or potentially match resource and access selectors specified in
-     * the request.
+     * The access control lists derived from the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] that match or
+     * potentially match resource and access selectors specified in the request.
      * 
* * @@ -10120,10 +9942,8 @@ public int getAccessControlListsCount() { * * *
-     * The access control lists derived from the
-     * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-     * that match or potentially match resource and access selectors specified in
-     * the request.
+     * The access control lists derived from the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] that match or
+     * potentially match resource and access selectors specified in the request.
      * 
* * @@ -10148,10 +9968,8 @@ public Builder setAccessControlLists( * * *
-     * The access control lists derived from the
-     * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-     * that match or potentially match resource and access selectors specified in
-     * the request.
+     * The access control lists derived from the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] that match or
+     * potentially match resource and access selectors specified in the request.
      * 
* * @@ -10175,10 +9993,8 @@ public Builder setAccessControlLists( * * *
-     * The access control lists derived from the
-     * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-     * that match or potentially match resource and access selectors specified in
-     * the request.
+     * The access control lists derived from the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] that match or
+     * potentially match resource and access selectors specified in the request.
      * 
* * @@ -10203,10 +10019,8 @@ public Builder addAccessControlLists( * * *
-     * The access control lists derived from the
-     * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-     * that match or potentially match resource and access selectors specified in
-     * the request.
+     * The access control lists derived from the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] that match or
+     * potentially match resource and access selectors specified in the request.
      * 
* * @@ -10231,10 +10045,8 @@ public Builder addAccessControlLists( * * *
-     * The access control lists derived from the
-     * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-     * that match or potentially match resource and access selectors specified in
-     * the request.
+     * The access control lists derived from the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] that match or
+     * potentially match resource and access selectors specified in the request.
      * 
* * @@ -10257,10 +10069,8 @@ public Builder addAccessControlLists( * * *
-     * The access control lists derived from the
-     * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-     * that match or potentially match resource and access selectors specified in
-     * the request.
+     * The access control lists derived from the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] that match or
+     * potentially match resource and access selectors specified in the request.
      * 
* * @@ -10284,10 +10094,8 @@ public Builder addAccessControlLists( * * *
-     * The access control lists derived from the
-     * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-     * that match or potentially match resource and access selectors specified in
-     * the request.
+     * The access control lists derived from the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] that match or
+     * potentially match resource and access selectors specified in the request.
      * 
* * @@ -10311,10 +10119,8 @@ public Builder addAllAccessControlLists( * * *
-     * The access control lists derived from the
-     * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-     * that match or potentially match resource and access selectors specified in
-     * the request.
+     * The access control lists derived from the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] that match or
+     * potentially match resource and access selectors specified in the request.
      * 
* * @@ -10335,10 +10141,8 @@ public Builder clearAccessControlLists() { * * *
-     * The access control lists derived from the
-     * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-     * that match or potentially match resource and access selectors specified in
-     * the request.
+     * The access control lists derived from the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] that match or
+     * potentially match resource and access selectors specified in the request.
      * 
* * @@ -10359,10 +10163,8 @@ public Builder removeAccessControlLists(int index) { * * *
-     * The access control lists derived from the
-     * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-     * that match or potentially match resource and access selectors specified in
-     * the request.
+     * The access control lists derived from the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] that match or
+     * potentially match resource and access selectors specified in the request.
      * 
* * @@ -10377,10 +10179,8 @@ public Builder removeAccessControlLists(int index) { * * *
-     * The access control lists derived from the
-     * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-     * that match or potentially match resource and access selectors specified in
-     * the request.
+     * The access control lists derived from the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] that match or
+     * potentially match resource and access selectors specified in the request.
      * 
* * @@ -10399,10 +10199,8 @@ public Builder removeAccessControlLists(int index) { * * *
-     * The access control lists derived from the
-     * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-     * that match or potentially match resource and access selectors specified in
-     * the request.
+     * The access control lists derived from the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] that match or
+     * potentially match resource and access selectors specified in the request.
      * 
* * @@ -10422,10 +10220,8 @@ public Builder removeAccessControlLists(int index) { * * *
-     * The access control lists derived from the
-     * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-     * that match or potentially match resource and access selectors specified in
-     * the request.
+     * The access control lists derived from the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] that match or
+     * potentially match resource and access selectors specified in the request.
      * 
* * @@ -10443,10 +10239,8 @@ public Builder removeAccessControlLists(int index) { * * *
-     * The access control lists derived from the
-     * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-     * that match or potentially match resource and access selectors specified in
-     * the request.
+     * The access control lists derived from the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] that match or
+     * potentially match resource and access selectors specified in the request.
      * 
* * @@ -10465,10 +10259,8 @@ public Builder removeAccessControlLists(int index) { * * *
-     * The access control lists derived from the
-     * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-     * that match or potentially match resource and access selectors specified in
-     * the request.
+     * The access control lists derived from the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] that match or
+     * potentially match resource and access selectors specified in the request.
      * 
* * @@ -10511,9 +10303,8 @@ public Builder removeAccessControlLists(int index) { * * *
-     * The identity list derived from members of the
-     * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-     * that match or potentially match identity selector specified in the request.
+     * The identity list derived from members of the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] that match or
+     * potentially match identity selector specified in the request.
      * 
* * .google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList identity_list = 4; @@ -10527,9 +10318,8 @@ public boolean hasIdentityList() { * * *
-     * The identity list derived from members of the
-     * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-     * that match or potentially match identity selector specified in the request.
+     * The identity list derived from members of the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] that match or
+     * potentially match identity selector specified in the request.
      * 
* * .google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList identity_list = 4; @@ -10549,9 +10339,8 @@ public com.google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList getIdentit * * *
-     * The identity list derived from members of the
-     * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-     * that match or potentially match identity selector specified in the request.
+     * The identity list derived from members of the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] that match or
+     * potentially match identity selector specified in the request.
      * 
* * .google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList identity_list = 4; @@ -10574,9 +10363,8 @@ public Builder setIdentityList( * * *
-     * The identity list derived from members of the
-     * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-     * that match or potentially match identity selector specified in the request.
+     * The identity list derived from members of the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] that match or
+     * potentially match identity selector specified in the request.
      * 
* * .google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList identity_list = 4; @@ -10596,9 +10384,8 @@ public Builder setIdentityList( * * *
-     * The identity list derived from members of the
-     * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-     * that match or potentially match identity selector specified in the request.
+     * The identity list derived from members of the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] that match or
+     * potentially match identity selector specified in the request.
      * 
* * .google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList identity_list = 4; @@ -10626,9 +10413,8 @@ public Builder mergeIdentityList( * * *
-     * The identity list derived from members of the
-     * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-     * that match or potentially match identity selector specified in the request.
+     * The identity list derived from members of the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] that match or
+     * potentially match identity selector specified in the request.
      * 
* * .google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList identity_list = 4; @@ -10648,9 +10434,8 @@ public Builder clearIdentityList() { * * *
-     * The identity list derived from members of the
-     * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-     * that match or potentially match identity selector specified in the request.
+     * The identity list derived from members of the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] that match or
+     * potentially match identity selector specified in the request.
      * 
* * .google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList identity_list = 4; @@ -10665,9 +10450,8 @@ public Builder clearIdentityList() { * * *
-     * The identity list derived from members of the
-     * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-     * that match or potentially match identity selector specified in the request.
+     * The identity list derived from members of the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] that match or
+     * potentially match identity selector specified in the request.
      * 
* * .google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList identity_list = 4; @@ -10686,9 +10470,8 @@ public Builder clearIdentityList() { * * *
-     * The identity list derived from members of the
-     * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-     * that match or potentially match identity selector specified in the request.
+     * The identity list derived from members of the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] that match or
+     * potentially match identity selector specified in the request.
      * 
* * .google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList identity_list = 4; @@ -10715,9 +10498,8 @@ public Builder clearIdentityList() { * * *
-     * Represents whether all analyses on the
-     * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-     * have successfully finished.
+     * Represents whether all analyses on the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] have successfully
+     * finished.
      * 
* * bool fully_explored = 5; @@ -10732,9 +10514,8 @@ public boolean getFullyExplored() { * * *
-     * Represents whether all analyses on the
-     * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-     * have successfully finished.
+     * Represents whether all analyses on the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] have successfully
+     * finished.
      * 
* * bool fully_explored = 5; @@ -10752,9 +10533,8 @@ public Builder setFullyExplored(boolean value) { * * *
-     * Represents whether all analyses on the
-     * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-     * have successfully finished.
+     * Represents whether all analyses on the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] have successfully
+     * finished.
      * 
* * bool fully_explored = 5; diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/IamPolicyAnalysisResultOrBuilder.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/IamPolicyAnalysisResultOrBuilder.java index 9a35d66fb74a..4b95e3bb15be 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/IamPolicyAnalysisResultOrBuilder.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/IamPolicyAnalysisResultOrBuilder.java @@ -29,9 +29,7 @@ public interface IamPolicyAnalysisResultOrBuilder *
    * The [full resource
    * name](https://cloud.google.com/asset-inventory/docs/resource-name-format)
-   * of the resource to which the
-   * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-   * policy attaches.
+   * of the resource to which the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] policy attaches.
    * 
* * string attached_resource_full_name = 1; @@ -45,9 +43,7 @@ public interface IamPolicyAnalysisResultOrBuilder *
    * The [full resource
    * name](https://cloud.google.com/asset-inventory/docs/resource-name-format)
-   * of the resource to which the
-   * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-   * policy attaches.
+   * of the resource to which the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] policy attaches.
    * 
* * string attached_resource_full_name = 1; @@ -60,7 +56,7 @@ public interface IamPolicyAnalysisResultOrBuilder * * *
-   * The {{iam_name_short}} policy binding under analysis.
+   * The Cloud IAM policy binding under analysis.
    * 
* * .google.iam.v1.Binding iam_binding = 2; @@ -72,7 +68,7 @@ public interface IamPolicyAnalysisResultOrBuilder * * *
-   * The {{iam_name_short}} policy binding under analysis.
+   * The Cloud IAM policy binding under analysis.
    * 
* * .google.iam.v1.Binding iam_binding = 2; @@ -84,7 +80,7 @@ public interface IamPolicyAnalysisResultOrBuilder * * *
-   * The {{iam_name_short}} policy binding under analysis.
+   * The Cloud IAM policy binding under analysis.
    * 
* * .google.iam.v1.Binding iam_binding = 2; @@ -95,10 +91,8 @@ public interface IamPolicyAnalysisResultOrBuilder * * *
-   * The access control lists derived from the
-   * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-   * that match or potentially match resource and access selectors specified in
-   * the request.
+   * The access control lists derived from the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] that match or
+   * potentially match resource and access selectors specified in the request.
    * 
* * @@ -111,10 +105,8 @@ public interface IamPolicyAnalysisResultOrBuilder * * *
-   * The access control lists derived from the
-   * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-   * that match or potentially match resource and access selectors specified in
-   * the request.
+   * The access control lists derived from the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] that match or
+   * potentially match resource and access selectors specified in the request.
    * 
* * @@ -127,10 +119,8 @@ com.google.cloud.asset.v1.IamPolicyAnalysisResult.AccessControlList getAccessCon * * *
-   * The access control lists derived from the
-   * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-   * that match or potentially match resource and access selectors specified in
-   * the request.
+   * The access control lists derived from the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] that match or
+   * potentially match resource and access selectors specified in the request.
    * 
* * @@ -142,10 +132,8 @@ com.google.cloud.asset.v1.IamPolicyAnalysisResult.AccessControlList getAccessCon * * *
-   * The access control lists derived from the
-   * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-   * that match or potentially match resource and access selectors specified in
-   * the request.
+   * The access control lists derived from the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] that match or
+   * potentially match resource and access selectors specified in the request.
    * 
* * @@ -159,10 +147,8 @@ com.google.cloud.asset.v1.IamPolicyAnalysisResult.AccessControlList getAccessCon * * *
-   * The access control lists derived from the
-   * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-   * that match or potentially match resource and access selectors specified in
-   * the request.
+   * The access control lists derived from the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] that match or
+   * potentially match resource and access selectors specified in the request.
    * 
* * @@ -176,9 +162,8 @@ com.google.cloud.asset.v1.IamPolicyAnalysisResult.AccessControlList getAccessCon * * *
-   * The identity list derived from members of the
-   * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-   * that match or potentially match identity selector specified in the request.
+   * The identity list derived from members of the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] that match or
+   * potentially match identity selector specified in the request.
    * 
* * .google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList identity_list = 4; @@ -190,9 +175,8 @@ com.google.cloud.asset.v1.IamPolicyAnalysisResult.AccessControlList getAccessCon * * *
-   * The identity list derived from members of the
-   * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-   * that match or potentially match identity selector specified in the request.
+   * The identity list derived from members of the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] that match or
+   * potentially match identity selector specified in the request.
    * 
* * .google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList identity_list = 4; @@ -204,9 +188,8 @@ com.google.cloud.asset.v1.IamPolicyAnalysisResult.AccessControlList getAccessCon * * *
-   * The identity list derived from members of the
-   * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-   * that match or potentially match identity selector specified in the request.
+   * The identity list derived from members of the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] that match or
+   * potentially match identity selector specified in the request.
    * 
* * .google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList identity_list = 4; @@ -218,9 +201,8 @@ com.google.cloud.asset.v1.IamPolicyAnalysisResult.AccessControlList getAccessCon * * *
-   * Represents whether all analyses on the
-   * [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-   * have successfully finished.
+   * Represents whether all analyses on the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] have successfully
+   * finished.
    * 
* * bool fully_explored = 5; diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/IamPolicySearchResult.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/IamPolicySearchResult.java index b259f9e38d33..0a6a0e044229 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/IamPolicySearchResult.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/IamPolicySearchResult.java @@ -22,8 +22,7 @@ * * *
- * A result of {{iam_name_short}} Policy search, containing information of an
- * {{iam_name_short}} policy.
+ * A result of IAM Policy search, containing information of an IAM policy.
  * 
* * Protobuf type {@code google.cloud.asset.v1.IamPolicySearchResult} @@ -188,7 +187,7 @@ public interface ExplanationOrBuilder * * *
-   * Explanation about the {{iam_name_short}} policy search result.
+   * Explanation about the IAM policy search result.
    * 
* * Protobuf type {@code google.cloud.asset.v1.IamPolicySearchResult.Explanation} @@ -302,7 +301,7 @@ public interface PermissionsOrBuilder * * *
-     * {{iam_name_short}} permissions
+     * IAM permissions
      * 
* * Protobuf type {@code google.cloud.asset.v1.IamPolicySearchResult.Explanation.Permissions} @@ -590,7 +589,7 @@ protected Builder newBuilderForType( * * *
-       * {{iam_name_short}} permissions
+       * IAM permissions
        * 
* * Protobuf type {@code google.cloud.asset.v1.IamPolicySearchResult.Explanation.Permissions} @@ -1362,7 +1361,7 @@ protected Builder newBuilderForType( * * *
-     * Explanation about the {{iam_name_short}} policy search result.
+     * Explanation about the IAM policy search result.
      * 
* * Protobuf type {@code google.cloud.asset.v1.IamPolicySearchResult.Explanation} @@ -1883,10 +1882,10 @@ public com.google.cloud.asset.v1.IamPolicySearchResult.Explanation getDefaultIns * * *
-   * The full resource name of the resource associated with this
-   * {{iam_name_short}} policy. Example:
+   * The full resource name of the resource associated with this IAM policy.
+   * Example:
    * `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
-   * See [{{cai_name}} Resource Name
+   * See [Cloud Asset Inventory Resource Name
    * Format](https://cloud.google.com/asset-inventory/docs/resource-name-format)
    * for more information.
    * To search against the `resource`:
@@ -1913,10 +1912,10 @@ public java.lang.String getResource() {
    *
    *
    * 
-   * The full resource name of the resource associated with this
-   * {{iam_name_short}} policy. Example:
+   * The full resource name of the resource associated with this IAM policy.
+   * Example:
    * `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
-   * See [{{cai_name}} Resource Name
+   * See [Cloud Asset Inventory Resource Name
    * Format](https://cloud.google.com/asset-inventory/docs/resource-name-format)
    * for more information.
    * To search against the `resource`:
@@ -1946,8 +1945,7 @@ public com.google.protobuf.ByteString getResourceBytes() {
    *
    *
    * 
-   * The type of the resource associated with this {{iam_name_short}} policy.
-   * Example:
+   * The type of the resource associated with this IAM policy. Example:
    * `compute.googleapis.com/Disk`.
    * To search against the `asset_type`:
    * * specify the `asset_types` field in your search request.
@@ -1973,8 +1971,7 @@ public java.lang.String getAssetType() {
    *
    *
    * 
-   * The type of the resource associated with this {{iam_name_short}} policy.
-   * Example:
+   * The type of the resource associated with this IAM policy. Example:
    * `compute.googleapis.com/Disk`.
    * To search against the `asset_type`:
    * * specify the `asset_types` field in your search request.
@@ -2003,12 +2000,11 @@ public com.google.protobuf.ByteString getAssetTypeBytes() {
    *
    *
    * 
-   * The project that the associated {{gcp_name}} resource belongs to, in the
-   * form of projects/{PROJECT_NUMBER}. If an {{iam_name_short}} policy is set
-   * on a resource (like VM instance, {{storage_name}} bucket), the project
-   * field will indicate the project that contains the resource. If an
-   * {{iam_name_short}} policy is set on a folder or orgnization, this field
-   * will be empty.
+   * The project that the associated GCP resource belongs to, in the form of
+   * projects/{PROJECT_NUMBER}. If an IAM policy is set on a resource (like VM
+   * instance, Cloud Storage bucket), the project field will indicate the
+   * project that contains the resource. If an IAM policy is set on a folder or
+   * orgnization, this field will be empty.
    * To search against the `project`:
    * * specify the `scope` field as this project in your search request.
    * 
@@ -2033,12 +2029,11 @@ public java.lang.String getProject() { * * *
-   * The project that the associated {{gcp_name}} resource belongs to, in the
-   * form of projects/{PROJECT_NUMBER}. If an {{iam_name_short}} policy is set
-   * on a resource (like VM instance, {{storage_name}} bucket), the project
-   * field will indicate the project that contains the resource. If an
-   * {{iam_name_short}} policy is set on a folder or orgnization, this field
-   * will be empty.
+   * The project that the associated GCP resource belongs to, in the form of
+   * projects/{PROJECT_NUMBER}. If an IAM policy is set on a resource (like VM
+   * instance, Cloud Storage bucket), the project field will indicate the
+   * project that contains the resource. If an IAM policy is set on a folder or
+   * orgnization, this field will be empty.
    * To search against the `project`:
    * * specify the `scope` field as this project in your search request.
    * 
@@ -2066,9 +2061,8 @@ public com.google.protobuf.ByteString getProjectBytes() { * * *
-   * The folder(s) that the {{iam_name_short}} policy belongs to, in the form of
-   * folders/{FOLDER_NUMBER}. This field is available when the
-   * {{iam_name_short}} policy
+   * The folder(s) that the IAM policy belongs to, in the form of
+   * folders/{FOLDER_NUMBER}. This field is available when the IAM policy
    * belongs to one or more folders.
    * To search against `folders`:
    * * use a field query. Example: `folders:(123 OR 456)`
@@ -2087,9 +2081,8 @@ public com.google.protobuf.ProtocolStringList getFoldersList() {
    *
    *
    * 
-   * The folder(s) that the {{iam_name_short}} policy belongs to, in the form of
-   * folders/{FOLDER_NUMBER}. This field is available when the
-   * {{iam_name_short}} policy
+   * The folder(s) that the IAM policy belongs to, in the form of
+   * folders/{FOLDER_NUMBER}. This field is available when the IAM policy
    * belongs to one or more folders.
    * To search against `folders`:
    * * use a field query. Example: `folders:(123 OR 456)`
@@ -2108,9 +2101,8 @@ public int getFoldersCount() {
    *
    *
    * 
-   * The folder(s) that the {{iam_name_short}} policy belongs to, in the form of
-   * folders/{FOLDER_NUMBER}. This field is available when the
-   * {{iam_name_short}} policy
+   * The folder(s) that the IAM policy belongs to, in the form of
+   * folders/{FOLDER_NUMBER}. This field is available when the IAM policy
    * belongs to one or more folders.
    * To search against `folders`:
    * * use a field query. Example: `folders:(123 OR 456)`
@@ -2130,9 +2122,8 @@ public java.lang.String getFolders(int index) {
    *
    *
    * 
-   * The folder(s) that the {{iam_name_short}} policy belongs to, in the form of
-   * folders/{FOLDER_NUMBER}. This field is available when the
-   * {{iam_name_short}} policy
+   * The folder(s) that the IAM policy belongs to, in the form of
+   * folders/{FOLDER_NUMBER}. This field is available when the IAM policy
    * belongs to one or more folders.
    * To search against `folders`:
    * * use a field query. Example: `folders:(123 OR 456)`
@@ -2155,9 +2146,9 @@ public com.google.protobuf.ByteString getFoldersBytes(int index) {
    *
    *
    * 
-   * The organization that the {{iam_name_short}} policy belongs to, in the form
+   * The organization that the IAM policy belongs to, in the form
    * of organizations/{ORGANIZATION_NUMBER}. This field is available when the
-   * {{iam_name_short}} policy belongs to an organization.
+   * IAM policy belongs to an organization.
    * To search against `organization`:
    * * use a field query. Example: `organization:123`
    * * use a free text query. Example: `123`
@@ -2184,9 +2175,9 @@ public java.lang.String getOrganization() {
    *
    *
    * 
-   * The organization that the {{iam_name_short}} policy belongs to, in the form
+   * The organization that the IAM policy belongs to, in the form
    * of organizations/{ORGANIZATION_NUMBER}. This field is available when the
-   * {{iam_name_short}} policy belongs to an organization.
+   * IAM policy belongs to an organization.
    * To search against `organization`:
    * * use a field query. Example: `organization:123`
    * * use a free text query. Example: `123`
@@ -2216,11 +2207,10 @@ public com.google.protobuf.ByteString getOrganizationBytes() {
    *
    *
    * 
-   * The {{iam_name_short}} policy directly set on the given resource. Note that
-   * the original {{iam_name_short}} policy can contain multiple bindings. This
-   * only contains the bindings that match the given query. For queries that
-   * don't contain a constrain on policies (e.g., an empty query), this contains
-   * all the bindings.
+   * The IAM policy directly set on the given resource. Note that the original
+   * IAM policy can contain multiple bindings. This only contains the bindings
+   * that match the given query. For queries that don't contain a constrain on
+   * policies (e.g., an empty query), this contains all the bindings.
    * To search against the `policy` bindings:
    * * use a field query:
    *     - query by the policy contained members. Example:
@@ -2243,11 +2233,10 @@ public boolean hasPolicy() {
    *
    *
    * 
-   * The {{iam_name_short}} policy directly set on the given resource. Note that
-   * the original {{iam_name_short}} policy can contain multiple bindings. This
-   * only contains the bindings that match the given query. For queries that
-   * don't contain a constrain on policies (e.g., an empty query), this contains
-   * all the bindings.
+   * The IAM policy directly set on the given resource. Note that the original
+   * IAM policy can contain multiple bindings. This only contains the bindings
+   * that match the given query. For queries that don't contain a constrain on
+   * policies (e.g., an empty query), this contains all the bindings.
    * To search against the `policy` bindings:
    * * use a field query:
    *     - query by the policy contained members. Example:
@@ -2270,11 +2259,10 @@ public com.google.iam.v1.Policy getPolicy() {
    *
    *
    * 
-   * The {{iam_name_short}} policy directly set on the given resource. Note that
-   * the original {{iam_name_short}} policy can contain multiple bindings. This
-   * only contains the bindings that match the given query. For queries that
-   * don't contain a constrain on policies (e.g., an empty query), this contains
-   * all the bindings.
+   * The IAM policy directly set on the given resource. Note that the original
+   * IAM policy can contain multiple bindings. This only contains the bindings
+   * that match the given query. For queries that don't contain a constrain on
+   * policies (e.g., an empty query), this contains all the bindings.
    * To search against the `policy` bindings:
    * * use a field query:
    *     - query by the policy contained members. Example:
@@ -2298,8 +2286,8 @@ public com.google.iam.v1.PolicyOrBuilder getPolicyOrBuilder() {
    *
    *
    * 
-   * Explanation about the {{iam_name_short}} policy search result. It contains
-   * additional information to explain why the search result matches the query.
+   * Explanation about the IAM policy search result. It contains additional
+   * information to explain why the search result matches the query.
    * 
* * .google.cloud.asset.v1.IamPolicySearchResult.Explanation explanation = 4; @@ -2314,8 +2302,8 @@ public boolean hasExplanation() { * * *
-   * Explanation about the {{iam_name_short}} policy search result. It contains
-   * additional information to explain why the search result matches the query.
+   * Explanation about the IAM policy search result. It contains additional
+   * information to explain why the search result matches the query.
    * 
* * .google.cloud.asset.v1.IamPolicySearchResult.Explanation explanation = 4; @@ -2332,8 +2320,8 @@ public com.google.cloud.asset.v1.IamPolicySearchResult.Explanation getExplanatio * * *
-   * Explanation about the {{iam_name_short}} policy search result. It contains
-   * additional information to explain why the search result matches the query.
+   * Explanation about the IAM policy search result. It contains additional
+   * information to explain why the search result matches the query.
    * 
* * .google.cloud.asset.v1.IamPolicySearchResult.Explanation explanation = 4; @@ -2578,8 +2566,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * A result of {{iam_name_short}} Policy search, containing information of an
-   * {{iam_name_short}} policy.
+   * A result of IAM Policy search, containing information of an IAM policy.
    * 
* * Protobuf type {@code google.cloud.asset.v1.IamPolicySearchResult} @@ -2857,10 +2844,10 @@ public Builder mergeFrom( * * *
-     * The full resource name of the resource associated with this
-     * {{iam_name_short}} policy. Example:
+     * The full resource name of the resource associated with this IAM policy.
+     * Example:
      * `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
-     * See [{{cai_name}} Resource Name
+     * See [Cloud Asset Inventory Resource Name
      * Format](https://cloud.google.com/asset-inventory/docs/resource-name-format)
      * for more information.
      * To search against the `resource`:
@@ -2886,10 +2873,10 @@ public java.lang.String getResource() {
      *
      *
      * 
-     * The full resource name of the resource associated with this
-     * {{iam_name_short}} policy. Example:
+     * The full resource name of the resource associated with this IAM policy.
+     * Example:
      * `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
-     * See [{{cai_name}} Resource Name
+     * See [Cloud Asset Inventory Resource Name
      * Format](https://cloud.google.com/asset-inventory/docs/resource-name-format)
      * for more information.
      * To search against the `resource`:
@@ -2915,10 +2902,10 @@ public com.google.protobuf.ByteString getResourceBytes() {
      *
      *
      * 
-     * The full resource name of the resource associated with this
-     * {{iam_name_short}} policy. Example:
+     * The full resource name of the resource associated with this IAM policy.
+     * Example:
      * `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
-     * See [{{cai_name}} Resource Name
+     * See [Cloud Asset Inventory Resource Name
      * Format](https://cloud.google.com/asset-inventory/docs/resource-name-format)
      * for more information.
      * To search against the `resource`:
@@ -2943,10 +2930,10 @@ public Builder setResource(java.lang.String value) {
      *
      *
      * 
-     * The full resource name of the resource associated with this
-     * {{iam_name_short}} policy. Example:
+     * The full resource name of the resource associated with this IAM policy.
+     * Example:
      * `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
-     * See [{{cai_name}} Resource Name
+     * See [Cloud Asset Inventory Resource Name
      * Format](https://cloud.google.com/asset-inventory/docs/resource-name-format)
      * for more information.
      * To search against the `resource`:
@@ -2967,10 +2954,10 @@ public Builder clearResource() {
      *
      *
      * 
-     * The full resource name of the resource associated with this
-     * {{iam_name_short}} policy. Example:
+     * The full resource name of the resource associated with this IAM policy.
+     * Example:
      * `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
-     * See [{{cai_name}} Resource Name
+     * See [Cloud Asset Inventory Resource Name
      * Format](https://cloud.google.com/asset-inventory/docs/resource-name-format)
      * for more information.
      * To search against the `resource`:
@@ -2998,8 +2985,7 @@ public Builder setResourceBytes(com.google.protobuf.ByteString value) {
      *
      *
      * 
-     * The type of the resource associated with this {{iam_name_short}} policy.
-     * Example:
+     * The type of the resource associated with this IAM policy. Example:
      * `compute.googleapis.com/Disk`.
      * To search against the `asset_type`:
      * * specify the `asset_types` field in your search request.
@@ -3024,8 +3010,7 @@ public java.lang.String getAssetType() {
      *
      *
      * 
-     * The type of the resource associated with this {{iam_name_short}} policy.
-     * Example:
+     * The type of the resource associated with this IAM policy. Example:
      * `compute.googleapis.com/Disk`.
      * To search against the `asset_type`:
      * * specify the `asset_types` field in your search request.
@@ -3050,8 +3035,7 @@ public com.google.protobuf.ByteString getAssetTypeBytes() {
      *
      *
      * 
-     * The type of the resource associated with this {{iam_name_short}} policy.
-     * Example:
+     * The type of the resource associated with this IAM policy. Example:
      * `compute.googleapis.com/Disk`.
      * To search against the `asset_type`:
      * * specify the `asset_types` field in your search request.
@@ -3075,8 +3059,7 @@ public Builder setAssetType(java.lang.String value) {
      *
      *
      * 
-     * The type of the resource associated with this {{iam_name_short}} policy.
-     * Example:
+     * The type of the resource associated with this IAM policy. Example:
      * `compute.googleapis.com/Disk`.
      * To search against the `asset_type`:
      * * specify the `asset_types` field in your search request.
@@ -3096,8 +3079,7 @@ public Builder clearAssetType() {
      *
      *
      * 
-     * The type of the resource associated with this {{iam_name_short}} policy.
-     * Example:
+     * The type of the resource associated with this IAM policy. Example:
      * `compute.googleapis.com/Disk`.
      * To search against the `asset_type`:
      * * specify the `asset_types` field in your search request.
@@ -3124,12 +3106,11 @@ public Builder setAssetTypeBytes(com.google.protobuf.ByteString value) {
      *
      *
      * 
-     * The project that the associated {{gcp_name}} resource belongs to, in the
-     * form of projects/{PROJECT_NUMBER}. If an {{iam_name_short}} policy is set
-     * on a resource (like VM instance, {{storage_name}} bucket), the project
-     * field will indicate the project that contains the resource. If an
-     * {{iam_name_short}} policy is set on a folder or orgnization, this field
-     * will be empty.
+     * The project that the associated GCP resource belongs to, in the form of
+     * projects/{PROJECT_NUMBER}. If an IAM policy is set on a resource (like VM
+     * instance, Cloud Storage bucket), the project field will indicate the
+     * project that contains the resource. If an IAM policy is set on a folder or
+     * orgnization, this field will be empty.
      * To search against the `project`:
      * * specify the `scope` field as this project in your search request.
      * 
@@ -3153,12 +3134,11 @@ public java.lang.String getProject() { * * *
-     * The project that the associated {{gcp_name}} resource belongs to, in the
-     * form of projects/{PROJECT_NUMBER}. If an {{iam_name_short}} policy is set
-     * on a resource (like VM instance, {{storage_name}} bucket), the project
-     * field will indicate the project that contains the resource. If an
-     * {{iam_name_short}} policy is set on a folder or orgnization, this field
-     * will be empty.
+     * The project that the associated GCP resource belongs to, in the form of
+     * projects/{PROJECT_NUMBER}. If an IAM policy is set on a resource (like VM
+     * instance, Cloud Storage bucket), the project field will indicate the
+     * project that contains the resource. If an IAM policy is set on a folder or
+     * orgnization, this field will be empty.
      * To search against the `project`:
      * * specify the `scope` field as this project in your search request.
      * 
@@ -3182,12 +3162,11 @@ public com.google.protobuf.ByteString getProjectBytes() { * * *
-     * The project that the associated {{gcp_name}} resource belongs to, in the
-     * form of projects/{PROJECT_NUMBER}. If an {{iam_name_short}} policy is set
-     * on a resource (like VM instance, {{storage_name}} bucket), the project
-     * field will indicate the project that contains the resource. If an
-     * {{iam_name_short}} policy is set on a folder or orgnization, this field
-     * will be empty.
+     * The project that the associated GCP resource belongs to, in the form of
+     * projects/{PROJECT_NUMBER}. If an IAM policy is set on a resource (like VM
+     * instance, Cloud Storage bucket), the project field will indicate the
+     * project that contains the resource. If an IAM policy is set on a folder or
+     * orgnization, this field will be empty.
      * To search against the `project`:
      * * specify the `scope` field as this project in your search request.
      * 
@@ -3210,12 +3189,11 @@ public Builder setProject(java.lang.String value) { * * *
-     * The project that the associated {{gcp_name}} resource belongs to, in the
-     * form of projects/{PROJECT_NUMBER}. If an {{iam_name_short}} policy is set
-     * on a resource (like VM instance, {{storage_name}} bucket), the project
-     * field will indicate the project that contains the resource. If an
-     * {{iam_name_short}} policy is set on a folder or orgnization, this field
-     * will be empty.
+     * The project that the associated GCP resource belongs to, in the form of
+     * projects/{PROJECT_NUMBER}. If an IAM policy is set on a resource (like VM
+     * instance, Cloud Storage bucket), the project field will indicate the
+     * project that contains the resource. If an IAM policy is set on a folder or
+     * orgnization, this field will be empty.
      * To search against the `project`:
      * * specify the `scope` field as this project in your search request.
      * 
@@ -3234,12 +3212,11 @@ public Builder clearProject() { * * *
-     * The project that the associated {{gcp_name}} resource belongs to, in the
-     * form of projects/{PROJECT_NUMBER}. If an {{iam_name_short}} policy is set
-     * on a resource (like VM instance, {{storage_name}} bucket), the project
-     * field will indicate the project that contains the resource. If an
-     * {{iam_name_short}} policy is set on a folder or orgnization, this field
-     * will be empty.
+     * The project that the associated GCP resource belongs to, in the form of
+     * projects/{PROJECT_NUMBER}. If an IAM policy is set on a resource (like VM
+     * instance, Cloud Storage bucket), the project field will indicate the
+     * project that contains the resource. If an IAM policy is set on a folder or
+     * orgnization, this field will be empty.
      * To search against the `project`:
      * * specify the `scope` field as this project in your search request.
      * 
@@ -3273,9 +3250,8 @@ private void ensureFoldersIsMutable() { * * *
-     * The folder(s) that the {{iam_name_short}} policy belongs to, in the form of
-     * folders/{FOLDER_NUMBER}. This field is available when the
-     * {{iam_name_short}} policy
+     * The folder(s) that the IAM policy belongs to, in the form of
+     * folders/{FOLDER_NUMBER}. This field is available when the IAM policy
      * belongs to one or more folders.
      * To search against `folders`:
      * * use a field query. Example: `folders:(123 OR 456)`
@@ -3294,9 +3270,8 @@ public com.google.protobuf.ProtocolStringList getFoldersList() {
      *
      *
      * 
-     * The folder(s) that the {{iam_name_short}} policy belongs to, in the form of
-     * folders/{FOLDER_NUMBER}. This field is available when the
-     * {{iam_name_short}} policy
+     * The folder(s) that the IAM policy belongs to, in the form of
+     * folders/{FOLDER_NUMBER}. This field is available when the IAM policy
      * belongs to one or more folders.
      * To search against `folders`:
      * * use a field query. Example: `folders:(123 OR 456)`
@@ -3315,9 +3290,8 @@ public int getFoldersCount() {
      *
      *
      * 
-     * The folder(s) that the {{iam_name_short}} policy belongs to, in the form of
-     * folders/{FOLDER_NUMBER}. This field is available when the
-     * {{iam_name_short}} policy
+     * The folder(s) that the IAM policy belongs to, in the form of
+     * folders/{FOLDER_NUMBER}. This field is available when the IAM policy
      * belongs to one or more folders.
      * To search against `folders`:
      * * use a field query. Example: `folders:(123 OR 456)`
@@ -3337,9 +3311,8 @@ public java.lang.String getFolders(int index) {
      *
      *
      * 
-     * The folder(s) that the {{iam_name_short}} policy belongs to, in the form of
-     * folders/{FOLDER_NUMBER}. This field is available when the
-     * {{iam_name_short}} policy
+     * The folder(s) that the IAM policy belongs to, in the form of
+     * folders/{FOLDER_NUMBER}. This field is available when the IAM policy
      * belongs to one or more folders.
      * To search against `folders`:
      * * use a field query. Example: `folders:(123 OR 456)`
@@ -3359,9 +3332,8 @@ public com.google.protobuf.ByteString getFoldersBytes(int index) {
      *
      *
      * 
-     * The folder(s) that the {{iam_name_short}} policy belongs to, in the form of
-     * folders/{FOLDER_NUMBER}. This field is available when the
-     * {{iam_name_short}} policy
+     * The folder(s) that the IAM policy belongs to, in the form of
+     * folders/{FOLDER_NUMBER}. This field is available when the IAM policy
      * belongs to one or more folders.
      * To search against `folders`:
      * * use a field query. Example: `folders:(123 OR 456)`
@@ -3388,9 +3360,8 @@ public Builder setFolders(int index, java.lang.String value) {
      *
      *
      * 
-     * The folder(s) that the {{iam_name_short}} policy belongs to, in the form of
-     * folders/{FOLDER_NUMBER}. This field is available when the
-     * {{iam_name_short}} policy
+     * The folder(s) that the IAM policy belongs to, in the form of
+     * folders/{FOLDER_NUMBER}. This field is available when the IAM policy
      * belongs to one or more folders.
      * To search against `folders`:
      * * use a field query. Example: `folders:(123 OR 456)`
@@ -3416,9 +3387,8 @@ public Builder addFolders(java.lang.String value) {
      *
      *
      * 
-     * The folder(s) that the {{iam_name_short}} policy belongs to, in the form of
-     * folders/{FOLDER_NUMBER}. This field is available when the
-     * {{iam_name_short}} policy
+     * The folder(s) that the IAM policy belongs to, in the form of
+     * folders/{FOLDER_NUMBER}. This field is available when the IAM policy
      * belongs to one or more folders.
      * To search against `folders`:
      * * use a field query. Example: `folders:(123 OR 456)`
@@ -3441,9 +3411,8 @@ public Builder addAllFolders(java.lang.Iterable values) {
      *
      *
      * 
-     * The folder(s) that the {{iam_name_short}} policy belongs to, in the form of
-     * folders/{FOLDER_NUMBER}. This field is available when the
-     * {{iam_name_short}} policy
+     * The folder(s) that the IAM policy belongs to, in the form of
+     * folders/{FOLDER_NUMBER}. This field is available when the IAM policy
      * belongs to one or more folders.
      * To search against `folders`:
      * * use a field query. Example: `folders:(123 OR 456)`
@@ -3465,9 +3434,8 @@ public Builder clearFolders() {
      *
      *
      * 
-     * The folder(s) that the {{iam_name_short}} policy belongs to, in the form of
-     * folders/{FOLDER_NUMBER}. This field is available when the
-     * {{iam_name_short}} policy
+     * The folder(s) that the IAM policy belongs to, in the form of
+     * folders/{FOLDER_NUMBER}. This field is available when the IAM policy
      * belongs to one or more folders.
      * To search against `folders`:
      * * use a field query. Example: `folders:(123 OR 456)`
@@ -3496,9 +3464,9 @@ public Builder addFoldersBytes(com.google.protobuf.ByteString value) {
      *
      *
      * 
-     * The organization that the {{iam_name_short}} policy belongs to, in the form
+     * The organization that the IAM policy belongs to, in the form
      * of organizations/{ORGANIZATION_NUMBER}. This field is available when the
-     * {{iam_name_short}} policy belongs to an organization.
+     * IAM policy belongs to an organization.
      * To search against `organization`:
      * * use a field query. Example: `organization:123`
      * * use a free text query. Example: `123`
@@ -3524,9 +3492,9 @@ public java.lang.String getOrganization() {
      *
      *
      * 
-     * The organization that the {{iam_name_short}} policy belongs to, in the form
+     * The organization that the IAM policy belongs to, in the form
      * of organizations/{ORGANIZATION_NUMBER}. This field is available when the
-     * {{iam_name_short}} policy belongs to an organization.
+     * IAM policy belongs to an organization.
      * To search against `organization`:
      * * use a field query. Example: `organization:123`
      * * use a free text query. Example: `123`
@@ -3552,9 +3520,9 @@ public com.google.protobuf.ByteString getOrganizationBytes() {
      *
      *
      * 
-     * The organization that the {{iam_name_short}} policy belongs to, in the form
+     * The organization that the IAM policy belongs to, in the form
      * of organizations/{ORGANIZATION_NUMBER}. This field is available when the
-     * {{iam_name_short}} policy belongs to an organization.
+     * IAM policy belongs to an organization.
      * To search against `organization`:
      * * use a field query. Example: `organization:123`
      * * use a free text query. Example: `123`
@@ -3579,9 +3547,9 @@ public Builder setOrganization(java.lang.String value) {
      *
      *
      * 
-     * The organization that the {{iam_name_short}} policy belongs to, in the form
+     * The organization that the IAM policy belongs to, in the form
      * of organizations/{ORGANIZATION_NUMBER}. This field is available when the
-     * {{iam_name_short}} policy belongs to an organization.
+     * IAM policy belongs to an organization.
      * To search against `organization`:
      * * use a field query. Example: `organization:123`
      * * use a free text query. Example: `123`
@@ -3602,9 +3570,9 @@ public Builder clearOrganization() {
      *
      *
      * 
-     * The organization that the {{iam_name_short}} policy belongs to, in the form
+     * The organization that the IAM policy belongs to, in the form
      * of organizations/{ORGANIZATION_NUMBER}. This field is available when the
-     * {{iam_name_short}} policy belongs to an organization.
+     * IAM policy belongs to an organization.
      * To search against `organization`:
      * * use a field query. Example: `organization:123`
      * * use a free text query. Example: `123`
@@ -3637,11 +3605,10 @@ public Builder setOrganizationBytes(com.google.protobuf.ByteString value) {
      *
      *
      * 
-     * The {{iam_name_short}} policy directly set on the given resource. Note that
-     * the original {{iam_name_short}} policy can contain multiple bindings. This
-     * only contains the bindings that match the given query. For queries that
-     * don't contain a constrain on policies (e.g., an empty query), this contains
-     * all the bindings.
+     * The IAM policy directly set on the given resource. Note that the original
+     * IAM policy can contain multiple bindings. This only contains the bindings
+     * that match the given query. For queries that don't contain a constrain on
+     * policies (e.g., an empty query), this contains all the bindings.
      * To search against the `policy` bindings:
      * * use a field query:
      *     - query by the policy contained members. Example:
@@ -3663,11 +3630,10 @@ public boolean hasPolicy() {
      *
      *
      * 
-     * The {{iam_name_short}} policy directly set on the given resource. Note that
-     * the original {{iam_name_short}} policy can contain multiple bindings. This
-     * only contains the bindings that match the given query. For queries that
-     * don't contain a constrain on policies (e.g., an empty query), this contains
-     * all the bindings.
+     * The IAM policy directly set on the given resource. Note that the original
+     * IAM policy can contain multiple bindings. This only contains the bindings
+     * that match the given query. For queries that don't contain a constrain on
+     * policies (e.g., an empty query), this contains all the bindings.
      * To search against the `policy` bindings:
      * * use a field query:
      *     - query by the policy contained members. Example:
@@ -3693,11 +3659,10 @@ public com.google.iam.v1.Policy getPolicy() {
      *
      *
      * 
-     * The {{iam_name_short}} policy directly set on the given resource. Note that
-     * the original {{iam_name_short}} policy can contain multiple bindings. This
-     * only contains the bindings that match the given query. For queries that
-     * don't contain a constrain on policies (e.g., an empty query), this contains
-     * all the bindings.
+     * The IAM policy directly set on the given resource. Note that the original
+     * IAM policy can contain multiple bindings. This only contains the bindings
+     * that match the given query. For queries that don't contain a constrain on
+     * policies (e.g., an empty query), this contains all the bindings.
      * To search against the `policy` bindings:
      * * use a field query:
      *     - query by the policy contained members. Example:
@@ -3727,11 +3692,10 @@ public Builder setPolicy(com.google.iam.v1.Policy value) {
      *
      *
      * 
-     * The {{iam_name_short}} policy directly set on the given resource. Note that
-     * the original {{iam_name_short}} policy can contain multiple bindings. This
-     * only contains the bindings that match the given query. For queries that
-     * don't contain a constrain on policies (e.g., an empty query), this contains
-     * all the bindings.
+     * The IAM policy directly set on the given resource. Note that the original
+     * IAM policy can contain multiple bindings. This only contains the bindings
+     * that match the given query. For queries that don't contain a constrain on
+     * policies (e.g., an empty query), this contains all the bindings.
      * To search against the `policy` bindings:
      * * use a field query:
      *     - query by the policy contained members. Example:
@@ -3758,11 +3722,10 @@ public Builder setPolicy(com.google.iam.v1.Policy.Builder builderForValue) {
      *
      *
      * 
-     * The {{iam_name_short}} policy directly set on the given resource. Note that
-     * the original {{iam_name_short}} policy can contain multiple bindings. This
-     * only contains the bindings that match the given query. For queries that
-     * don't contain a constrain on policies (e.g., an empty query), this contains
-     * all the bindings.
+     * The IAM policy directly set on the given resource. Note that the original
+     * IAM policy can contain multiple bindings. This only contains the bindings
+     * that match the given query. For queries that don't contain a constrain on
+     * policies (e.g., an empty query), this contains all the bindings.
      * To search against the `policy` bindings:
      * * use a field query:
      *     - query by the policy contained members. Example:
@@ -3793,11 +3756,10 @@ public Builder mergePolicy(com.google.iam.v1.Policy value) {
      *
      *
      * 
-     * The {{iam_name_short}} policy directly set on the given resource. Note that
-     * the original {{iam_name_short}} policy can contain multiple bindings. This
-     * only contains the bindings that match the given query. For queries that
-     * don't contain a constrain on policies (e.g., an empty query), this contains
-     * all the bindings.
+     * The IAM policy directly set on the given resource. Note that the original
+     * IAM policy can contain multiple bindings. This only contains the bindings
+     * that match the given query. For queries that don't contain a constrain on
+     * policies (e.g., an empty query), this contains all the bindings.
      * To search against the `policy` bindings:
      * * use a field query:
      *     - query by the policy contained members. Example:
@@ -3825,11 +3787,10 @@ public Builder clearPolicy() {
      *
      *
      * 
-     * The {{iam_name_short}} policy directly set on the given resource. Note that
-     * the original {{iam_name_short}} policy can contain multiple bindings. This
-     * only contains the bindings that match the given query. For queries that
-     * don't contain a constrain on policies (e.g., an empty query), this contains
-     * all the bindings.
+     * The IAM policy directly set on the given resource. Note that the original
+     * IAM policy can contain multiple bindings. This only contains the bindings
+     * that match the given query. For queries that don't contain a constrain on
+     * policies (e.g., an empty query), this contains all the bindings.
      * To search against the `policy` bindings:
      * * use a field query:
      *     - query by the policy contained members. Example:
@@ -3851,11 +3812,10 @@ public com.google.iam.v1.Policy.Builder getPolicyBuilder() {
      *
      *
      * 
-     * The {{iam_name_short}} policy directly set on the given resource. Note that
-     * the original {{iam_name_short}} policy can contain multiple bindings. This
-     * only contains the bindings that match the given query. For queries that
-     * don't contain a constrain on policies (e.g., an empty query), this contains
-     * all the bindings.
+     * The IAM policy directly set on the given resource. Note that the original
+     * IAM policy can contain multiple bindings. This only contains the bindings
+     * that match the given query. For queries that don't contain a constrain on
+     * policies (e.g., an empty query), this contains all the bindings.
      * To search against the `policy` bindings:
      * * use a field query:
      *     - query by the policy contained members. Example:
@@ -3879,11 +3839,10 @@ public com.google.iam.v1.PolicyOrBuilder getPolicyOrBuilder() {
      *
      *
      * 
-     * The {{iam_name_short}} policy directly set on the given resource. Note that
-     * the original {{iam_name_short}} policy can contain multiple bindings. This
-     * only contains the bindings that match the given query. For queries that
-     * don't contain a constrain on policies (e.g., an empty query), this contains
-     * all the bindings.
+     * The IAM policy directly set on the given resource. Note that the original
+     * IAM policy can contain multiple bindings. This only contains the bindings
+     * that match the given query. For queries that don't contain a constrain on
+     * policies (e.g., an empty query), this contains all the bindings.
      * To search against the `policy` bindings:
      * * use a field query:
      *     - query by the policy contained members. Example:
@@ -3922,8 +3881,8 @@ public com.google.iam.v1.PolicyOrBuilder getPolicyOrBuilder() {
      *
      *
      * 
-     * Explanation about the {{iam_name_short}} policy search result. It contains
-     * additional information to explain why the search result matches the query.
+     * Explanation about the IAM policy search result. It contains additional
+     * information to explain why the search result matches the query.
      * 
* * .google.cloud.asset.v1.IamPolicySearchResult.Explanation explanation = 4; @@ -3937,8 +3896,8 @@ public boolean hasExplanation() { * * *
-     * Explanation about the {{iam_name_short}} policy search result. It contains
-     * additional information to explain why the search result matches the query.
+     * Explanation about the IAM policy search result. It contains additional
+     * information to explain why the search result matches the query.
      * 
* * .google.cloud.asset.v1.IamPolicySearchResult.Explanation explanation = 4; @@ -3958,8 +3917,8 @@ public com.google.cloud.asset.v1.IamPolicySearchResult.Explanation getExplanatio * * *
-     * Explanation about the {{iam_name_short}} policy search result. It contains
-     * additional information to explain why the search result matches the query.
+     * Explanation about the IAM policy search result. It contains additional
+     * information to explain why the search result matches the query.
      * 
* * .google.cloud.asset.v1.IamPolicySearchResult.Explanation explanation = 4; @@ -3982,8 +3941,8 @@ public Builder setExplanation( * * *
-     * Explanation about the {{iam_name_short}} policy search result. It contains
-     * additional information to explain why the search result matches the query.
+     * Explanation about the IAM policy search result. It contains additional
+     * information to explain why the search result matches the query.
      * 
* * .google.cloud.asset.v1.IamPolicySearchResult.Explanation explanation = 4; @@ -4003,8 +3962,8 @@ public Builder setExplanation( * * *
-     * Explanation about the {{iam_name_short}} policy search result. It contains
-     * additional information to explain why the search result matches the query.
+     * Explanation about the IAM policy search result. It contains additional
+     * information to explain why the search result matches the query.
      * 
* * .google.cloud.asset.v1.IamPolicySearchResult.Explanation explanation = 4; @@ -4031,8 +3990,8 @@ public Builder mergeExplanation( * * *
-     * Explanation about the {{iam_name_short}} policy search result. It contains
-     * additional information to explain why the search result matches the query.
+     * Explanation about the IAM policy search result. It contains additional
+     * information to explain why the search result matches the query.
      * 
* * .google.cloud.asset.v1.IamPolicySearchResult.Explanation explanation = 4; @@ -4052,8 +4011,8 @@ public Builder clearExplanation() { * * *
-     * Explanation about the {{iam_name_short}} policy search result. It contains
-     * additional information to explain why the search result matches the query.
+     * Explanation about the IAM policy search result. It contains additional
+     * information to explain why the search result matches the query.
      * 
* * .google.cloud.asset.v1.IamPolicySearchResult.Explanation explanation = 4; @@ -4068,8 +4027,8 @@ public Builder clearExplanation() { * * *
-     * Explanation about the {{iam_name_short}} policy search result. It contains
-     * additional information to explain why the search result matches the query.
+     * Explanation about the IAM policy search result. It contains additional
+     * information to explain why the search result matches the query.
      * 
* * .google.cloud.asset.v1.IamPolicySearchResult.Explanation explanation = 4; @@ -4088,8 +4047,8 @@ public Builder clearExplanation() { * * *
-     * Explanation about the {{iam_name_short}} policy search result. It contains
-     * additional information to explain why the search result matches the query.
+     * Explanation about the IAM policy search result. It contains additional
+     * information to explain why the search result matches the query.
      * 
* * .google.cloud.asset.v1.IamPolicySearchResult.Explanation explanation = 4; diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/IamPolicySearchResultOrBuilder.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/IamPolicySearchResultOrBuilder.java index df95aa3f1d09..a79c38011645 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/IamPolicySearchResultOrBuilder.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/IamPolicySearchResultOrBuilder.java @@ -27,10 +27,10 @@ public interface IamPolicySearchResultOrBuilder * * *
-   * The full resource name of the resource associated with this
-   * {{iam_name_short}} policy. Example:
+   * The full resource name of the resource associated with this IAM policy.
+   * Example:
    * `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
-   * See [{{cai_name}} Resource Name
+   * See [Cloud Asset Inventory Resource Name
    * Format](https://cloud.google.com/asset-inventory/docs/resource-name-format)
    * for more information.
    * To search against the `resource`:
@@ -46,10 +46,10 @@ public interface IamPolicySearchResultOrBuilder
    *
    *
    * 
-   * The full resource name of the resource associated with this
-   * {{iam_name_short}} policy. Example:
+   * The full resource name of the resource associated with this IAM policy.
+   * Example:
    * `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
-   * See [{{cai_name}} Resource Name
+   * See [Cloud Asset Inventory Resource Name
    * Format](https://cloud.google.com/asset-inventory/docs/resource-name-format)
    * for more information.
    * To search against the `resource`:
@@ -66,8 +66,7 @@ public interface IamPolicySearchResultOrBuilder
    *
    *
    * 
-   * The type of the resource associated with this {{iam_name_short}} policy.
-   * Example:
+   * The type of the resource associated with this IAM policy. Example:
    * `compute.googleapis.com/Disk`.
    * To search against the `asset_type`:
    * * specify the `asset_types` field in your search request.
@@ -82,8 +81,7 @@ public interface IamPolicySearchResultOrBuilder
    *
    *
    * 
-   * The type of the resource associated with this {{iam_name_short}} policy.
-   * Example:
+   * The type of the resource associated with this IAM policy. Example:
    * `compute.googleapis.com/Disk`.
    * To search against the `asset_type`:
    * * specify the `asset_types` field in your search request.
@@ -99,12 +97,11 @@ public interface IamPolicySearchResultOrBuilder
    *
    *
    * 
-   * The project that the associated {{gcp_name}} resource belongs to, in the
-   * form of projects/{PROJECT_NUMBER}. If an {{iam_name_short}} policy is set
-   * on a resource (like VM instance, {{storage_name}} bucket), the project
-   * field will indicate the project that contains the resource. If an
-   * {{iam_name_short}} policy is set on a folder or orgnization, this field
-   * will be empty.
+   * The project that the associated GCP resource belongs to, in the form of
+   * projects/{PROJECT_NUMBER}. If an IAM policy is set on a resource (like VM
+   * instance, Cloud Storage bucket), the project field will indicate the
+   * project that contains the resource. If an IAM policy is set on a folder or
+   * orgnization, this field will be empty.
    * To search against the `project`:
    * * specify the `scope` field as this project in your search request.
    * 
@@ -118,12 +115,11 @@ public interface IamPolicySearchResultOrBuilder * * *
-   * The project that the associated {{gcp_name}} resource belongs to, in the
-   * form of projects/{PROJECT_NUMBER}. If an {{iam_name_short}} policy is set
-   * on a resource (like VM instance, {{storage_name}} bucket), the project
-   * field will indicate the project that contains the resource. If an
-   * {{iam_name_short}} policy is set on a folder or orgnization, this field
-   * will be empty.
+   * The project that the associated GCP resource belongs to, in the form of
+   * projects/{PROJECT_NUMBER}. If an IAM policy is set on a resource (like VM
+   * instance, Cloud Storage bucket), the project field will indicate the
+   * project that contains the resource. If an IAM policy is set on a folder or
+   * orgnization, this field will be empty.
    * To search against the `project`:
    * * specify the `scope` field as this project in your search request.
    * 
@@ -138,9 +134,8 @@ public interface IamPolicySearchResultOrBuilder * * *
-   * The folder(s) that the {{iam_name_short}} policy belongs to, in the form of
-   * folders/{FOLDER_NUMBER}. This field is available when the
-   * {{iam_name_short}} policy
+   * The folder(s) that the IAM policy belongs to, in the form of
+   * folders/{FOLDER_NUMBER}. This field is available when the IAM policy
    * belongs to one or more folders.
    * To search against `folders`:
    * * use a field query. Example: `folders:(123 OR 456)`
@@ -157,9 +152,8 @@ public interface IamPolicySearchResultOrBuilder
    *
    *
    * 
-   * The folder(s) that the {{iam_name_short}} policy belongs to, in the form of
-   * folders/{FOLDER_NUMBER}. This field is available when the
-   * {{iam_name_short}} policy
+   * The folder(s) that the IAM policy belongs to, in the form of
+   * folders/{FOLDER_NUMBER}. This field is available when the IAM policy
    * belongs to one or more folders.
    * To search against `folders`:
    * * use a field query. Example: `folders:(123 OR 456)`
@@ -176,9 +170,8 @@ public interface IamPolicySearchResultOrBuilder
    *
    *
    * 
-   * The folder(s) that the {{iam_name_short}} policy belongs to, in the form of
-   * folders/{FOLDER_NUMBER}. This field is available when the
-   * {{iam_name_short}} policy
+   * The folder(s) that the IAM policy belongs to, in the form of
+   * folders/{FOLDER_NUMBER}. This field is available when the IAM policy
    * belongs to one or more folders.
    * To search against `folders`:
    * * use a field query. Example: `folders:(123 OR 456)`
@@ -196,9 +189,8 @@ public interface IamPolicySearchResultOrBuilder
    *
    *
    * 
-   * The folder(s) that the {{iam_name_short}} policy belongs to, in the form of
-   * folders/{FOLDER_NUMBER}. This field is available when the
-   * {{iam_name_short}} policy
+   * The folder(s) that the IAM policy belongs to, in the form of
+   * folders/{FOLDER_NUMBER}. This field is available when the IAM policy
    * belongs to one or more folders.
    * To search against `folders`:
    * * use a field query. Example: `folders:(123 OR 456)`
@@ -217,9 +209,9 @@ public interface IamPolicySearchResultOrBuilder
    *
    *
    * 
-   * The organization that the {{iam_name_short}} policy belongs to, in the form
+   * The organization that the IAM policy belongs to, in the form
    * of organizations/{ORGANIZATION_NUMBER}. This field is available when the
-   * {{iam_name_short}} policy belongs to an organization.
+   * IAM policy belongs to an organization.
    * To search against `organization`:
    * * use a field query. Example: `organization:123`
    * * use a free text query. Example: `123`
@@ -235,9 +227,9 @@ public interface IamPolicySearchResultOrBuilder
    *
    *
    * 
-   * The organization that the {{iam_name_short}} policy belongs to, in the form
+   * The organization that the IAM policy belongs to, in the form
    * of organizations/{ORGANIZATION_NUMBER}. This field is available when the
-   * {{iam_name_short}} policy belongs to an organization.
+   * IAM policy belongs to an organization.
    * To search against `organization`:
    * * use a field query. Example: `organization:123`
    * * use a free text query. Example: `123`
@@ -254,11 +246,10 @@ public interface IamPolicySearchResultOrBuilder
    *
    *
    * 
-   * The {{iam_name_short}} policy directly set on the given resource. Note that
-   * the original {{iam_name_short}} policy can contain multiple bindings. This
-   * only contains the bindings that match the given query. For queries that
-   * don't contain a constrain on policies (e.g., an empty query), this contains
-   * all the bindings.
+   * The IAM policy directly set on the given resource. Note that the original
+   * IAM policy can contain multiple bindings. This only contains the bindings
+   * that match the given query. For queries that don't contain a constrain on
+   * policies (e.g., an empty query), this contains all the bindings.
    * To search against the `policy` bindings:
    * * use a field query:
    *     - query by the policy contained members. Example:
@@ -278,11 +269,10 @@ public interface IamPolicySearchResultOrBuilder
    *
    *
    * 
-   * The {{iam_name_short}} policy directly set on the given resource. Note that
-   * the original {{iam_name_short}} policy can contain multiple bindings. This
-   * only contains the bindings that match the given query. For queries that
-   * don't contain a constrain on policies (e.g., an empty query), this contains
-   * all the bindings.
+   * The IAM policy directly set on the given resource. Note that the original
+   * IAM policy can contain multiple bindings. This only contains the bindings
+   * that match the given query. For queries that don't contain a constrain on
+   * policies (e.g., an empty query), this contains all the bindings.
    * To search against the `policy` bindings:
    * * use a field query:
    *     - query by the policy contained members. Example:
@@ -302,11 +292,10 @@ public interface IamPolicySearchResultOrBuilder
    *
    *
    * 
-   * The {{iam_name_short}} policy directly set on the given resource. Note that
-   * the original {{iam_name_short}} policy can contain multiple bindings. This
-   * only contains the bindings that match the given query. For queries that
-   * don't contain a constrain on policies (e.g., an empty query), this contains
-   * all the bindings.
+   * The IAM policy directly set on the given resource. Note that the original
+   * IAM policy can contain multiple bindings. This only contains the bindings
+   * that match the given query. For queries that don't contain a constrain on
+   * policies (e.g., an empty query), this contains all the bindings.
    * To search against the `policy` bindings:
    * * use a field query:
    *     - query by the policy contained members. Example:
@@ -325,8 +314,8 @@ public interface IamPolicySearchResultOrBuilder
    *
    *
    * 
-   * Explanation about the {{iam_name_short}} policy search result. It contains
-   * additional information to explain why the search result matches the query.
+   * Explanation about the IAM policy search result. It contains additional
+   * information to explain why the search result matches the query.
    * 
* * .google.cloud.asset.v1.IamPolicySearchResult.Explanation explanation = 4; @@ -338,8 +327,8 @@ public interface IamPolicySearchResultOrBuilder * * *
-   * Explanation about the {{iam_name_short}} policy search result. It contains
-   * additional information to explain why the search result matches the query.
+   * Explanation about the IAM policy search result. It contains additional
+   * information to explain why the search result matches the query.
    * 
* * .google.cloud.asset.v1.IamPolicySearchResult.Explanation explanation = 4; @@ -351,8 +340,8 @@ public interface IamPolicySearchResultOrBuilder * * *
-   * Explanation about the {{iam_name_short}} policy search result. It contains
-   * additional information to explain why the search result matches the query.
+   * Explanation about the IAM policy search result. It contains additional
+   * information to explain why the search result matches the query.
    * 
* * .google.cloud.asset.v1.IamPolicySearchResult.Explanation explanation = 4; diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ListAssetsRequest.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ListAssetsRequest.java index 5c1e6fc3deb5..d9d96abeca3f 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ListAssetsRequest.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ListAssetsRequest.java @@ -77,11 +77,11 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. Name of the organization, folder, or project the assets belong
-   * to. Format: "organizations/[organization-number]" (such as
-   * "organizations/123"), "projects/[project-id]" (such as
-   * "projects/my-project-id"), "projects/[project-number]" (such as
-   * "projects/12345"), or "folders/[folder-number]" (such as "folders/12345").
+   * Required. Name of the organization, folder, or project the assets belong to. Format:
+   * "organizations/[organization-number]" (such as "organizations/123"),
+   * "projects/[project-id]" (such as "projects/my-project-id"),
+   * "projects/[project-number]" (such as "projects/12345"), or
+   * "folders/[folder-number]" (such as "folders/12345").
    * 
* * @@ -106,11 +106,11 @@ public java.lang.String getParent() { * * *
-   * Required. Name of the organization, folder, or project the assets belong
-   * to. Format: "organizations/[organization-number]" (such as
-   * "organizations/123"), "projects/[project-id]" (such as
-   * "projects/my-project-id"), "projects/[project-number]" (such as
-   * "projects/12345"), or "folders/[folder-number]" (such as "folders/12345").
+   * Required. Name of the organization, folder, or project the assets belong to. Format:
+   * "organizations/[organization-number]" (such as "organizations/123"),
+   * "projects/[project-id]" (such as "projects/my-project-id"),
+   * "projects/[project-number]" (such as "projects/12345"), or
+   * "folders/[folder-number]" (such as "folders/12345").
    * 
* * @@ -207,9 +207,9 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() { * regular expression syntax. If the regular expression does not match any * supported asset type, an INVALID_ARGUMENT error will be returned. * If specified, only matching assets will be returned, otherwise, it will - * snapshot all asset types. See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types. + * snapshot all asset types. See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types. *
* * repeated string asset_types = 3; @@ -234,9 +234,9 @@ public com.google.protobuf.ProtocolStringList getAssetTypesList() { * regular expression syntax. If the regular expression does not match any * supported asset type, an INVALID_ARGUMENT error will be returned. * If specified, only matching assets will be returned, otherwise, it will - * snapshot all asset types. See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types. + * snapshot all asset types. See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types. *
* * repeated string asset_types = 3; @@ -261,9 +261,9 @@ public int getAssetTypesCount() { * regular expression syntax. If the regular expression does not match any * supported asset type, an INVALID_ARGUMENT error will be returned. * If specified, only matching assets will be returned, otherwise, it will - * snapshot all asset types. See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types. + * snapshot all asset types. See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types. *
* * repeated string asset_types = 3; @@ -289,9 +289,9 @@ public java.lang.String getAssetTypes(int index) { * regular expression syntax. If the regular expression does not match any * supported asset type, an INVALID_ARGUMENT error will be returned. * If specified, only matching assets will be returned, otherwise, it will - * snapshot all asset types. See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types. + * snapshot all asset types. See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types. *
* * repeated string asset_types = 3; @@ -431,9 +431,9 @@ public com.google.protobuf.ByteString getPageTokenBytes() { * it snapshots the supported relationships for all [asset_types] or returns * an error if any of the [asset_types] has no relationship support. * An unspecified asset types field means all supported asset_types. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types and relationship types. *
* * repeated string relationship_types = 7; @@ -459,9 +459,9 @@ public com.google.protobuf.ProtocolStringList getRelationshipTypesList() { * it snapshots the supported relationships for all [asset_types] or returns * an error if any of the [asset_types] has no relationship support. * An unspecified asset types field means all supported asset_types. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types and relationship types. *
* * repeated string relationship_types = 7; @@ -487,9 +487,9 @@ public int getRelationshipTypesCount() { * it snapshots the supported relationships for all [asset_types] or returns * an error if any of the [asset_types] has no relationship support. * An unspecified asset types field means all supported asset_types. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types and relationship types. *
* * repeated string relationship_types = 7; @@ -516,9 +516,9 @@ public java.lang.String getRelationshipTypes(int index) { * it snapshots the supported relationships for all [asset_types] or returns * an error if any of the [asset_types] has no relationship support. * An unspecified asset types field means all supported asset_types. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types and relationship types. *
* * repeated string relationship_types = 7; @@ -1047,11 +1047,11 @@ public Builder mergeFrom( * * *
-     * Required. Name of the organization, folder, or project the assets belong
-     * to. Format: "organizations/[organization-number]" (such as
-     * "organizations/123"), "projects/[project-id]" (such as
-     * "projects/my-project-id"), "projects/[project-number]" (such as
-     * "projects/12345"), or "folders/[folder-number]" (such as "folders/12345").
+     * Required. Name of the organization, folder, or project the assets belong to. Format:
+     * "organizations/[organization-number]" (such as "organizations/123"),
+     * "projects/[project-id]" (such as "projects/my-project-id"),
+     * "projects/[project-number]" (such as "projects/12345"), or
+     * "folders/[folder-number]" (such as "folders/12345").
      * 
* * @@ -1075,11 +1075,11 @@ public java.lang.String getParent() { * * *
-     * Required. Name of the organization, folder, or project the assets belong
-     * to. Format: "organizations/[organization-number]" (such as
-     * "organizations/123"), "projects/[project-id]" (such as
-     * "projects/my-project-id"), "projects/[project-number]" (such as
-     * "projects/12345"), or "folders/[folder-number]" (such as "folders/12345").
+     * Required. Name of the organization, folder, or project the assets belong to. Format:
+     * "organizations/[organization-number]" (such as "organizations/123"),
+     * "projects/[project-id]" (such as "projects/my-project-id"),
+     * "projects/[project-number]" (such as "projects/12345"), or
+     * "folders/[folder-number]" (such as "folders/12345").
      * 
* * @@ -1103,11 +1103,11 @@ public com.google.protobuf.ByteString getParentBytes() { * * *
-     * Required. Name of the organization, folder, or project the assets belong
-     * to. Format: "organizations/[organization-number]" (such as
-     * "organizations/123"), "projects/[project-id]" (such as
-     * "projects/my-project-id"), "projects/[project-number]" (such as
-     * "projects/12345"), or "folders/[folder-number]" (such as "folders/12345").
+     * Required. Name of the organization, folder, or project the assets belong to. Format:
+     * "organizations/[organization-number]" (such as "organizations/123"),
+     * "projects/[project-id]" (such as "projects/my-project-id"),
+     * "projects/[project-number]" (such as "projects/12345"), or
+     * "folders/[folder-number]" (such as "folders/12345").
      * 
* * @@ -1130,11 +1130,11 @@ public Builder setParent(java.lang.String value) { * * *
-     * Required. Name of the organization, folder, or project the assets belong
-     * to. Format: "organizations/[organization-number]" (such as
-     * "organizations/123"), "projects/[project-id]" (such as
-     * "projects/my-project-id"), "projects/[project-number]" (such as
-     * "projects/12345"), or "folders/[folder-number]" (such as "folders/12345").
+     * Required. Name of the organization, folder, or project the assets belong to. Format:
+     * "organizations/[organization-number]" (such as "organizations/123"),
+     * "projects/[project-id]" (such as "projects/my-project-id"),
+     * "projects/[project-number]" (such as "projects/12345"), or
+     * "folders/[folder-number]" (such as "folders/12345").
      * 
* * @@ -1153,11 +1153,11 @@ public Builder clearParent() { * * *
-     * Required. Name of the organization, folder, or project the assets belong
-     * to. Format: "organizations/[organization-number]" (such as
-     * "organizations/123"), "projects/[project-id]" (such as
-     * "projects/my-project-id"), "projects/[project-number]" (such as
-     * "projects/12345"), or "folders/[folder-number]" (such as "folders/12345").
+     * Required. Name of the organization, folder, or project the assets belong to. Format:
+     * "organizations/[organization-number]" (such as "organizations/123"),
+     * "projects/[project-id]" (such as "projects/my-project-id"),
+     * "projects/[project-number]" (such as "projects/12345"), or
+     * "folders/[folder-number]" (such as "folders/12345").
      * 
* * @@ -1417,9 +1417,9 @@ private void ensureAssetTypesIsMutable() { * regular expression syntax. If the regular expression does not match any * supported asset type, an INVALID_ARGUMENT error will be returned. * If specified, only matching assets will be returned, otherwise, it will - * snapshot all asset types. See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types. + * snapshot all asset types. See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types. *
* * repeated string asset_types = 3; @@ -1444,9 +1444,9 @@ public com.google.protobuf.ProtocolStringList getAssetTypesList() { * regular expression syntax. If the regular expression does not match any * supported asset type, an INVALID_ARGUMENT error will be returned. * If specified, only matching assets will be returned, otherwise, it will - * snapshot all asset types. See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types. + * snapshot all asset types. See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types. *
* * repeated string asset_types = 3; @@ -1471,9 +1471,9 @@ public int getAssetTypesCount() { * regular expression syntax. If the regular expression does not match any * supported asset type, an INVALID_ARGUMENT error will be returned. * If specified, only matching assets will be returned, otherwise, it will - * snapshot all asset types. See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types. + * snapshot all asset types. See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types. *
* * repeated string asset_types = 3; @@ -1499,9 +1499,9 @@ public java.lang.String getAssetTypes(int index) { * regular expression syntax. If the regular expression does not match any * supported asset type, an INVALID_ARGUMENT error will be returned. * If specified, only matching assets will be returned, otherwise, it will - * snapshot all asset types. See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types. + * snapshot all asset types. See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types. *
* * repeated string asset_types = 3; @@ -1527,9 +1527,9 @@ public com.google.protobuf.ByteString getAssetTypesBytes(int index) { * regular expression syntax. If the regular expression does not match any * supported asset type, an INVALID_ARGUMENT error will be returned. * If specified, only matching assets will be returned, otherwise, it will - * snapshot all asset types. See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types. + * snapshot all asset types. See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types. *
* * repeated string asset_types = 3; @@ -1562,9 +1562,9 @@ public Builder setAssetTypes(int index, java.lang.String value) { * regular expression syntax. If the regular expression does not match any * supported asset type, an INVALID_ARGUMENT error will be returned. * If specified, only matching assets will be returned, otherwise, it will - * snapshot all asset types. See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types. + * snapshot all asset types. See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types. *
* * repeated string asset_types = 3; @@ -1596,9 +1596,9 @@ public Builder addAssetTypes(java.lang.String value) { * regular expression syntax. If the regular expression does not match any * supported asset type, an INVALID_ARGUMENT error will be returned. * If specified, only matching assets will be returned, otherwise, it will - * snapshot all asset types. See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types. + * snapshot all asset types. See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types. *
* * repeated string asset_types = 3; @@ -1627,9 +1627,9 @@ public Builder addAllAssetTypes(java.lang.Iterable values) { * regular expression syntax. If the regular expression does not match any * supported asset type, an INVALID_ARGUMENT error will be returned. * If specified, only matching assets will be returned, otherwise, it will - * snapshot all asset types. See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types. + * snapshot all asset types. See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types. *
* * repeated string asset_types = 3; @@ -1657,9 +1657,9 @@ public Builder clearAssetTypes() { * regular expression syntax. If the regular expression does not match any * supported asset type, an INVALID_ARGUMENT error will be returned. * If specified, only matching assets will be returned, otherwise, it will - * snapshot all asset types. See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types. + * snapshot all asset types. See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types. *
* * repeated string asset_types = 3; @@ -1970,9 +1970,9 @@ private void ensureRelationshipTypesIsMutable() { * it snapshots the supported relationships for all [asset_types] or returns * an error if any of the [asset_types] has no relationship support. * An unspecified asset types field means all supported asset_types. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types and relationship types. *
* * repeated string relationship_types = 7; @@ -1998,9 +1998,9 @@ public com.google.protobuf.ProtocolStringList getRelationshipTypesList() { * it snapshots the supported relationships for all [asset_types] or returns * an error if any of the [asset_types] has no relationship support. * An unspecified asset types field means all supported asset_types. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types and relationship types. *
* * repeated string relationship_types = 7; @@ -2026,9 +2026,9 @@ public int getRelationshipTypesCount() { * it snapshots the supported relationships for all [asset_types] or returns * an error if any of the [asset_types] has no relationship support. * An unspecified asset types field means all supported asset_types. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types and relationship types. *
* * repeated string relationship_types = 7; @@ -2055,9 +2055,9 @@ public java.lang.String getRelationshipTypes(int index) { * it snapshots the supported relationships for all [asset_types] or returns * an error if any of the [asset_types] has no relationship support. * An unspecified asset types field means all supported asset_types. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types and relationship types. *
* * repeated string relationship_types = 7; @@ -2084,9 +2084,9 @@ public com.google.protobuf.ByteString getRelationshipTypesBytes(int index) { * it snapshots the supported relationships for all [asset_types] or returns * an error if any of the [asset_types] has no relationship support. * An unspecified asset types field means all supported asset_types. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types and relationship types. *
* * repeated string relationship_types = 7; @@ -2120,9 +2120,9 @@ public Builder setRelationshipTypes(int index, java.lang.String value) { * it snapshots the supported relationships for all [asset_types] or returns * an error if any of the [asset_types] has no relationship support. * An unspecified asset types field means all supported asset_types. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types and relationship types. *
* * repeated string relationship_types = 7; @@ -2155,9 +2155,9 @@ public Builder addRelationshipTypes(java.lang.String value) { * it snapshots the supported relationships for all [asset_types] or returns * an error if any of the [asset_types] has no relationship support. * An unspecified asset types field means all supported asset_types. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types and relationship types. *
* * repeated string relationship_types = 7; @@ -2187,9 +2187,9 @@ public Builder addAllRelationshipTypes(java.lang.Iterable valu * it snapshots the supported relationships for all [asset_types] or returns * an error if any of the [asset_types] has no relationship support. * An unspecified asset types field means all supported asset_types. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types and relationship types. *
* * repeated string relationship_types = 7; @@ -2218,9 +2218,9 @@ public Builder clearRelationshipTypes() { * it snapshots the supported relationships for all [asset_types] or returns * an error if any of the [asset_types] has no relationship support. * An unspecified asset types field means all supported asset_types. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types and relationship types. *
* * repeated string relationship_types = 7; diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ListAssetsRequestOrBuilder.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ListAssetsRequestOrBuilder.java index f94413b0f8c3..da5c520ef91a 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ListAssetsRequestOrBuilder.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ListAssetsRequestOrBuilder.java @@ -27,11 +27,11 @@ public interface ListAssetsRequestOrBuilder * * *
-   * Required. Name of the organization, folder, or project the assets belong
-   * to. Format: "organizations/[organization-number]" (such as
-   * "organizations/123"), "projects/[project-id]" (such as
-   * "projects/my-project-id"), "projects/[project-number]" (such as
-   * "projects/12345"), or "folders/[folder-number]" (such as "folders/12345").
+   * Required. Name of the organization, folder, or project the assets belong to. Format:
+   * "organizations/[organization-number]" (such as "organizations/123"),
+   * "projects/[project-id]" (such as "projects/my-project-id"),
+   * "projects/[project-number]" (such as "projects/12345"), or
+   * "folders/[folder-number]" (such as "folders/12345").
    * 
* * @@ -45,11 +45,11 @@ public interface ListAssetsRequestOrBuilder * * *
-   * Required. Name of the organization, folder, or project the assets belong
-   * to. Format: "organizations/[organization-number]" (such as
-   * "organizations/123"), "projects/[project-id]" (such as
-   * "projects/my-project-id"), "projects/[project-number]" (such as
-   * "projects/12345"), or "folders/[folder-number]" (such as "folders/12345").
+   * Required. Name of the organization, folder, or project the assets belong to. Format:
+   * "organizations/[organization-number]" (such as "organizations/123"),
+   * "projects/[project-id]" (such as "projects/my-project-id"),
+   * "projects/[project-number]" (such as "projects/12345"), or
+   * "folders/[folder-number]" (such as "folders/12345").
    * 
* * @@ -122,9 +122,9 @@ public interface ListAssetsRequestOrBuilder * regular expression syntax. If the regular expression does not match any * supported asset type, an INVALID_ARGUMENT error will be returned. * If specified, only matching assets will be returned, otherwise, it will - * snapshot all asset types. See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types. + * snapshot all asset types. See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types. *
* * repeated string asset_types = 3; @@ -147,9 +147,9 @@ public interface ListAssetsRequestOrBuilder * regular expression syntax. If the regular expression does not match any * supported asset type, an INVALID_ARGUMENT error will be returned. * If specified, only matching assets will be returned, otherwise, it will - * snapshot all asset types. See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types. + * snapshot all asset types. See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types. *
* * repeated string asset_types = 3; @@ -172,9 +172,9 @@ public interface ListAssetsRequestOrBuilder * regular expression syntax. If the regular expression does not match any * supported asset type, an INVALID_ARGUMENT error will be returned. * If specified, only matching assets will be returned, otherwise, it will - * snapshot all asset types. See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types. + * snapshot all asset types. See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types. *
* * repeated string asset_types = 3; @@ -198,9 +198,9 @@ public interface ListAssetsRequestOrBuilder * regular expression syntax. If the regular expression does not match any * supported asset type, an INVALID_ARGUMENT error will be returned. * If specified, only matching assets will be returned, otherwise, it will - * snapshot all asset types. See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types. + * snapshot all asset types. See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types. *
* * repeated string asset_types = 3; @@ -296,9 +296,9 @@ public interface ListAssetsRequestOrBuilder * it snapshots the supported relationships for all [asset_types] or returns * an error if any of the [asset_types] has no relationship support. * An unspecified asset types field means all supported asset_types. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types and relationship types. *
* * repeated string relationship_types = 7; @@ -322,9 +322,9 @@ public interface ListAssetsRequestOrBuilder * it snapshots the supported relationships for all [asset_types] or returns * an error if any of the [asset_types] has no relationship support. * An unspecified asset types field means all supported asset_types. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types and relationship types. *
* * repeated string relationship_types = 7; @@ -348,9 +348,9 @@ public interface ListAssetsRequestOrBuilder * it snapshots the supported relationships for all [asset_types] or returns * an error if any of the [asset_types] has no relationship support. * An unspecified asset types field means all supported asset_types. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types and relationship types. *
* * repeated string relationship_types = 7; @@ -375,9 +375,9 @@ public interface ListAssetsRequestOrBuilder * it snapshots the supported relationships for all [asset_types] or returns * an error if any of the [asset_types] has no relationship support. * An unspecified asset types field means all supported asset_types. - * See [Introduction to - * {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for - * all supported asset types and relationship types. + * See [Introduction to Cloud Asset + * Inventory](https://cloud.google.com/asset-inventory/docs/overview) + * for all supported asset types and relationship types. *
* * repeated string relationship_types = 7; diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ListSavedQueriesRequest.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ListSavedQueriesRequest.java index a98e454d5067..1ec30359d567 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ListSavedQueriesRequest.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ListSavedQueriesRequest.java @@ -75,8 +75,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The parent project/folder/organization whose savedQueries are to
-   * be listed. It can only be using project/folder/organization number (such as
+   * Required. The parent project/folder/organization whose savedQueries are to be
+   * listed. It can only be using project/folder/organization number (such as
    * "folders/12345")", or a project ID (such as "projects/my-project-id").
    * 
* @@ -102,8 +102,8 @@ public java.lang.String getParent() { * * *
-   * Required. The parent project/folder/organization whose savedQueries are to
-   * be listed. It can only be using project/folder/organization number (such as
+   * Required. The parent project/folder/organization whose savedQueries are to be
+   * listed. It can only be using project/folder/organization number (such as
    * "folders/12345")", or a project ID (such as "projects/my-project-id").
    * 
* @@ -191,9 +191,8 @@ public com.google.protobuf.ByteString getFilterBytes() { * * *
-   * Optional. The maximum number of saved queries to return per page. The
-   * service may return fewer than this value. If unspecified, at most 50 will
-   * be returned.
+   * Optional. The maximum number of saved queries to return per page. The service may
+   * return fewer than this value. If unspecified, at most 50 will be returned.
    *  The maximum value is 1000; values above 1000 will be coerced to 1000.
    * 
* @@ -661,8 +660,8 @@ public Builder mergeFrom( * * *
-     * Required. The parent project/folder/organization whose savedQueries are to
-     * be listed. It can only be using project/folder/organization number (such as
+     * Required. The parent project/folder/organization whose savedQueries are to be
+     * listed. It can only be using project/folder/organization number (such as
      * "folders/12345")", or a project ID (such as "projects/my-project-id").
      * 
* @@ -687,8 +686,8 @@ public java.lang.String getParent() { * * *
-     * Required. The parent project/folder/organization whose savedQueries are to
-     * be listed. It can only be using project/folder/organization number (such as
+     * Required. The parent project/folder/organization whose savedQueries are to be
+     * listed. It can only be using project/folder/organization number (such as
      * "folders/12345")", or a project ID (such as "projects/my-project-id").
      * 
* @@ -713,8 +712,8 @@ public com.google.protobuf.ByteString getParentBytes() { * * *
-     * Required. The parent project/folder/organization whose savedQueries are to
-     * be listed. It can only be using project/folder/organization number (such as
+     * Required. The parent project/folder/organization whose savedQueries are to be
+     * listed. It can only be using project/folder/organization number (such as
      * "folders/12345")", or a project ID (such as "projects/my-project-id").
      * 
* @@ -738,8 +737,8 @@ public Builder setParent(java.lang.String value) { * * *
-     * Required. The parent project/folder/organization whose savedQueries are to
-     * be listed. It can only be using project/folder/organization number (such as
+     * Required. The parent project/folder/organization whose savedQueries are to be
+     * listed. It can only be using project/folder/organization number (such as
      * "folders/12345")", or a project ID (such as "projects/my-project-id").
      * 
* @@ -759,8 +758,8 @@ public Builder clearParent() { * * *
-     * Required. The parent project/folder/organization whose savedQueries are to
-     * be listed. It can only be using project/folder/organization number (such as
+     * Required. The parent project/folder/organization whose savedQueries are to be
+     * listed. It can only be using project/folder/organization number (such as
      * "folders/12345")", or a project ID (such as "projects/my-project-id").
      * 
* @@ -918,9 +917,8 @@ public Builder setFilterBytes(com.google.protobuf.ByteString value) { * * *
-     * Optional. The maximum number of saved queries to return per page. The
-     * service may return fewer than this value. If unspecified, at most 50 will
-     * be returned.
+     * Optional. The maximum number of saved queries to return per page. The service may
+     * return fewer than this value. If unspecified, at most 50 will be returned.
      *  The maximum value is 1000; values above 1000 will be coerced to 1000.
      * 
* @@ -936,9 +934,8 @@ public int getPageSize() { * * *
-     * Optional. The maximum number of saved queries to return per page. The
-     * service may return fewer than this value. If unspecified, at most 50 will
-     * be returned.
+     * Optional. The maximum number of saved queries to return per page. The service may
+     * return fewer than this value. If unspecified, at most 50 will be returned.
      *  The maximum value is 1000; values above 1000 will be coerced to 1000.
      * 
* @@ -957,9 +954,8 @@ public Builder setPageSize(int value) { * * *
-     * Optional. The maximum number of saved queries to return per page. The
-     * service may return fewer than this value. If unspecified, at most 50 will
-     * be returned.
+     * Optional. The maximum number of saved queries to return per page. The service may
+     * return fewer than this value. If unspecified, at most 50 will be returned.
      *  The maximum value is 1000; values above 1000 will be coerced to 1000.
      * 
* diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ListSavedQueriesRequestOrBuilder.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ListSavedQueriesRequestOrBuilder.java index 39f29e97937f..ab160dfeaf21 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ListSavedQueriesRequestOrBuilder.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ListSavedQueriesRequestOrBuilder.java @@ -27,8 +27,8 @@ public interface ListSavedQueriesRequestOrBuilder * * *
-   * Required. The parent project/folder/organization whose savedQueries are to
-   * be listed. It can only be using project/folder/organization number (such as
+   * Required. The parent project/folder/organization whose savedQueries are to be
+   * listed. It can only be using project/folder/organization number (such as
    * "folders/12345")", or a project ID (such as "projects/my-project-id").
    * 
* @@ -43,8 +43,8 @@ public interface ListSavedQueriesRequestOrBuilder * * *
-   * Required. The parent project/folder/organization whose savedQueries are to
-   * be listed. It can only be using project/folder/organization number (such as
+   * Required. The parent project/folder/organization whose savedQueries are to be
+   * listed. It can only be using project/folder/organization number (such as
    * "folders/12345")", or a project ID (such as "projects/my-project-id").
    * 
* @@ -95,9 +95,8 @@ public interface ListSavedQueriesRequestOrBuilder * * *
-   * Optional. The maximum number of saved queries to return per page. The
-   * service may return fewer than this value. If unspecified, at most 50 will
-   * be returned.
+   * Optional. The maximum number of saved queries to return per page. The service may
+   * return fewer than this value. If unspecified, at most 50 will be returned.
    *  The maximum value is 1000; values above 1000 will be coerced to 1000.
    * 
* diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/MoveAnalysis.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/MoveAnalysis.java index 768805c96057..d82321b9d802 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/MoveAnalysis.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/MoveAnalysis.java @@ -120,8 +120,8 @@ public ResultCase getResultCase() { * * *
-   * The user friendly display name of the analysis. E.g. {{iam_name_short}},
-   * {{orgpol_name}} etc.
+   * The user friendly display name of the analysis. E.g. IAM, Organization
+   * Policy etc.
    * 
* * string display_name = 1; @@ -144,8 +144,8 @@ public java.lang.String getDisplayName() { * * *
-   * The user friendly display name of the analysis. E.g. {{iam_name_short}},
-   * {{orgpol_name}} etc.
+   * The user friendly display name of the analysis. E.g. IAM, Organization
+   * Policy etc.
    * 
* * string display_name = 1; @@ -704,8 +704,8 @@ public Builder clearResult() { * * *
-     * The user friendly display name of the analysis. E.g. {{iam_name_short}},
-     * {{orgpol_name}} etc.
+     * The user friendly display name of the analysis. E.g. IAM, Organization
+     * Policy etc.
      * 
* * string display_name = 1; @@ -727,8 +727,8 @@ public java.lang.String getDisplayName() { * * *
-     * The user friendly display name of the analysis. E.g. {{iam_name_short}},
-     * {{orgpol_name}} etc.
+     * The user friendly display name of the analysis. E.g. IAM, Organization
+     * Policy etc.
      * 
* * string display_name = 1; @@ -750,8 +750,8 @@ public com.google.protobuf.ByteString getDisplayNameBytes() { * * *
-     * The user friendly display name of the analysis. E.g. {{iam_name_short}},
-     * {{orgpol_name}} etc.
+     * The user friendly display name of the analysis. E.g. IAM, Organization
+     * Policy etc.
      * 
* * string display_name = 1; @@ -772,8 +772,8 @@ public Builder setDisplayName(java.lang.String value) { * * *
-     * The user friendly display name of the analysis. E.g. {{iam_name_short}},
-     * {{orgpol_name}} etc.
+     * The user friendly display name of the analysis. E.g. IAM, Organization
+     * Policy etc.
      * 
* * string display_name = 1; @@ -790,8 +790,8 @@ public Builder clearDisplayName() { * * *
-     * The user friendly display name of the analysis. E.g. {{iam_name_short}},
-     * {{orgpol_name}} etc.
+     * The user friendly display name of the analysis. E.g. IAM, Organization
+     * Policy etc.
      * 
* * string display_name = 1; diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/MoveAnalysisOrBuilder.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/MoveAnalysisOrBuilder.java index c925b2b8c8cf..82ca7d41b016 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/MoveAnalysisOrBuilder.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/MoveAnalysisOrBuilder.java @@ -27,8 +27,8 @@ public interface MoveAnalysisOrBuilder * * *
-   * The user friendly display name of the analysis. E.g. {{iam_name_short}},
-   * {{orgpol_name}} etc.
+   * The user friendly display name of the analysis. E.g. IAM, Organization
+   * Policy etc.
    * 
* * string display_name = 1; @@ -40,8 +40,8 @@ public interface MoveAnalysisOrBuilder * * *
-   * The user friendly display name of the analysis. E.g. {{iam_name_short}},
-   * {{orgpol_name}} etc.
+   * The user friendly display name of the analysis. E.g. IAM, Organization
+   * Policy etc.
    * 
* * string display_name = 1; diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/OutputConfig.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/OutputConfig.java index 9cd0ae3c1cda..e637ada7cb96 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/OutputConfig.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/OutputConfig.java @@ -117,7 +117,7 @@ public DestinationCase getDestinationCase() { * * *
-   * Destination on {{storage_name}}.
+   * Destination on Cloud Storage.
    * 
* * .google.cloud.asset.v1.GcsDestination gcs_destination = 1; @@ -132,7 +132,7 @@ public boolean hasGcsDestination() { * * *
-   * Destination on {{storage_name}}.
+   * Destination on Cloud Storage.
    * 
* * .google.cloud.asset.v1.GcsDestination gcs_destination = 1; @@ -150,7 +150,7 @@ public com.google.cloud.asset.v1.GcsDestination getGcsDestination() { * * *
-   * Destination on {{storage_name}}.
+   * Destination on Cloud Storage.
    * 
* * .google.cloud.asset.v1.GcsDestination gcs_destination = 1; @@ -168,8 +168,8 @@ public com.google.cloud.asset.v1.GcsDestinationOrBuilder getGcsDestinationOrBuil * * *
-   * Destination on {{bigquery_name}}. The output table stores the fields in
-   * asset Protobuf as columns in {{bigquery_name}}.
+   * Destination on BigQuery. The output table stores the fields in asset
+   * Protobuf as columns in BigQuery.
    * 
* * .google.cloud.asset.v1.BigQueryDestination bigquery_destination = 2; @@ -184,8 +184,8 @@ public boolean hasBigqueryDestination() { * * *
-   * Destination on {{bigquery_name}}. The output table stores the fields in
-   * asset Protobuf as columns in {{bigquery_name}}.
+   * Destination on BigQuery. The output table stores the fields in asset
+   * Protobuf as columns in BigQuery.
    * 
* * .google.cloud.asset.v1.BigQueryDestination bigquery_destination = 2; @@ -203,8 +203,8 @@ public com.google.cloud.asset.v1.BigQueryDestination getBigqueryDestination() { * * *
-   * Destination on {{bigquery_name}}. The output table stores the fields in
-   * asset Protobuf as columns in {{bigquery_name}}.
+   * Destination on BigQuery. The output table stores the fields in asset
+   * Protobuf as columns in BigQuery.
    * 
* * .google.cloud.asset.v1.BigQueryDestination bigquery_destination = 2; @@ -637,7 +637,7 @@ public Builder clearDestination() { * * *
-     * Destination on {{storage_name}}.
+     * Destination on Cloud Storage.
      * 
* * .google.cloud.asset.v1.GcsDestination gcs_destination = 1; @@ -652,7 +652,7 @@ public boolean hasGcsDestination() { * * *
-     * Destination on {{storage_name}}.
+     * Destination on Cloud Storage.
      * 
* * .google.cloud.asset.v1.GcsDestination gcs_destination = 1; @@ -677,7 +677,7 @@ public com.google.cloud.asset.v1.GcsDestination getGcsDestination() { * * *
-     * Destination on {{storage_name}}.
+     * Destination on Cloud Storage.
      * 
* * .google.cloud.asset.v1.GcsDestination gcs_destination = 1; @@ -699,7 +699,7 @@ public Builder setGcsDestination(com.google.cloud.asset.v1.GcsDestination value) * * *
-     * Destination on {{storage_name}}.
+     * Destination on Cloud Storage.
      * 
* * .google.cloud.asset.v1.GcsDestination gcs_destination = 1; @@ -719,7 +719,7 @@ public Builder setGcsDestination( * * *
-     * Destination on {{storage_name}}.
+     * Destination on Cloud Storage.
      * 
* * .google.cloud.asset.v1.GcsDestination gcs_destination = 1; @@ -751,7 +751,7 @@ public Builder mergeGcsDestination(com.google.cloud.asset.v1.GcsDestination valu * * *
-     * Destination on {{storage_name}}.
+     * Destination on Cloud Storage.
      * 
* * .google.cloud.asset.v1.GcsDestination gcs_destination = 1; @@ -776,7 +776,7 @@ public Builder clearGcsDestination() { * * *
-     * Destination on {{storage_name}}.
+     * Destination on Cloud Storage.
      * 
* * .google.cloud.asset.v1.GcsDestination gcs_destination = 1; @@ -788,7 +788,7 @@ public com.google.cloud.asset.v1.GcsDestination.Builder getGcsDestinationBuilder * * *
-     * Destination on {{storage_name}}.
+     * Destination on Cloud Storage.
      * 
* * .google.cloud.asset.v1.GcsDestination gcs_destination = 1; @@ -808,7 +808,7 @@ public com.google.cloud.asset.v1.GcsDestinationOrBuilder getGcsDestinationOrBuil * * *
-     * Destination on {{storage_name}}.
+     * Destination on Cloud Storage.
      * 
* * .google.cloud.asset.v1.GcsDestination gcs_destination = 1; @@ -847,8 +847,8 @@ public com.google.cloud.asset.v1.GcsDestinationOrBuilder getGcsDestinationOrBuil * * *
-     * Destination on {{bigquery_name}}. The output table stores the fields in
-     * asset Protobuf as columns in {{bigquery_name}}.
+     * Destination on BigQuery. The output table stores the fields in asset
+     * Protobuf as columns in BigQuery.
      * 
* * .google.cloud.asset.v1.BigQueryDestination bigquery_destination = 2; @@ -863,8 +863,8 @@ public boolean hasBigqueryDestination() { * * *
-     * Destination on {{bigquery_name}}. The output table stores the fields in
-     * asset Protobuf as columns in {{bigquery_name}}.
+     * Destination on BigQuery. The output table stores the fields in asset
+     * Protobuf as columns in BigQuery.
      * 
* * .google.cloud.asset.v1.BigQueryDestination bigquery_destination = 2; @@ -889,8 +889,8 @@ public com.google.cloud.asset.v1.BigQueryDestination getBigqueryDestination() { * * *
-     * Destination on {{bigquery_name}}. The output table stores the fields in
-     * asset Protobuf as columns in {{bigquery_name}}.
+     * Destination on BigQuery. The output table stores the fields in asset
+     * Protobuf as columns in BigQuery.
      * 
* * .google.cloud.asset.v1.BigQueryDestination bigquery_destination = 2; @@ -912,8 +912,8 @@ public Builder setBigqueryDestination(com.google.cloud.asset.v1.BigQueryDestinat * * *
-     * Destination on {{bigquery_name}}. The output table stores the fields in
-     * asset Protobuf as columns in {{bigquery_name}}.
+     * Destination on BigQuery. The output table stores the fields in asset
+     * Protobuf as columns in BigQuery.
      * 
* * .google.cloud.asset.v1.BigQueryDestination bigquery_destination = 2; @@ -933,8 +933,8 @@ public Builder setBigqueryDestination( * * *
-     * Destination on {{bigquery_name}}. The output table stores the fields in
-     * asset Protobuf as columns in {{bigquery_name}}.
+     * Destination on BigQuery. The output table stores the fields in asset
+     * Protobuf as columns in BigQuery.
      * 
* * .google.cloud.asset.v1.BigQueryDestination bigquery_destination = 2; @@ -966,8 +966,8 @@ public Builder mergeBigqueryDestination(com.google.cloud.asset.v1.BigQueryDestin * * *
-     * Destination on {{bigquery_name}}. The output table stores the fields in
-     * asset Protobuf as columns in {{bigquery_name}}.
+     * Destination on BigQuery. The output table stores the fields in asset
+     * Protobuf as columns in BigQuery.
      * 
* * .google.cloud.asset.v1.BigQueryDestination bigquery_destination = 2; @@ -992,8 +992,8 @@ public Builder clearBigqueryDestination() { * * *
-     * Destination on {{bigquery_name}}. The output table stores the fields in
-     * asset Protobuf as columns in {{bigquery_name}}.
+     * Destination on BigQuery. The output table stores the fields in asset
+     * Protobuf as columns in BigQuery.
      * 
* * .google.cloud.asset.v1.BigQueryDestination bigquery_destination = 2; @@ -1005,8 +1005,8 @@ public com.google.cloud.asset.v1.BigQueryDestination.Builder getBigqueryDestinat * * *
-     * Destination on {{bigquery_name}}. The output table stores the fields in
-     * asset Protobuf as columns in {{bigquery_name}}.
+     * Destination on BigQuery. The output table stores the fields in asset
+     * Protobuf as columns in BigQuery.
      * 
* * .google.cloud.asset.v1.BigQueryDestination bigquery_destination = 2; @@ -1027,8 +1027,8 @@ public com.google.cloud.asset.v1.BigQueryDestination.Builder getBigqueryDestinat * * *
-     * Destination on {{bigquery_name}}. The output table stores the fields in
-     * asset Protobuf as columns in {{bigquery_name}}.
+     * Destination on BigQuery. The output table stores the fields in asset
+     * Protobuf as columns in BigQuery.
      * 
* * .google.cloud.asset.v1.BigQueryDestination bigquery_destination = 2; diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/OutputConfigOrBuilder.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/OutputConfigOrBuilder.java index ff971ff3c31f..ce0fc0dedae4 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/OutputConfigOrBuilder.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/OutputConfigOrBuilder.java @@ -27,7 +27,7 @@ public interface OutputConfigOrBuilder * * *
-   * Destination on {{storage_name}}.
+   * Destination on Cloud Storage.
    * 
* * .google.cloud.asset.v1.GcsDestination gcs_destination = 1; @@ -39,7 +39,7 @@ public interface OutputConfigOrBuilder * * *
-   * Destination on {{storage_name}}.
+   * Destination on Cloud Storage.
    * 
* * .google.cloud.asset.v1.GcsDestination gcs_destination = 1; @@ -51,7 +51,7 @@ public interface OutputConfigOrBuilder * * *
-   * Destination on {{storage_name}}.
+   * Destination on Cloud Storage.
    * 
* * .google.cloud.asset.v1.GcsDestination gcs_destination = 1; @@ -62,8 +62,8 @@ public interface OutputConfigOrBuilder * * *
-   * Destination on {{bigquery_name}}. The output table stores the fields in
-   * asset Protobuf as columns in {{bigquery_name}}.
+   * Destination on BigQuery. The output table stores the fields in asset
+   * Protobuf as columns in BigQuery.
    * 
* * .google.cloud.asset.v1.BigQueryDestination bigquery_destination = 2; @@ -75,8 +75,8 @@ public interface OutputConfigOrBuilder * * *
-   * Destination on {{bigquery_name}}. The output table stores the fields in
-   * asset Protobuf as columns in {{bigquery_name}}.
+   * Destination on BigQuery. The output table stores the fields in asset
+   * Protobuf as columns in BigQuery.
    * 
* * .google.cloud.asset.v1.BigQueryDestination bigquery_destination = 2; @@ -88,8 +88,8 @@ public interface OutputConfigOrBuilder * * *
-   * Destination on {{bigquery_name}}. The output table stores the fields in
-   * asset Protobuf as columns in {{bigquery_name}}.
+   * Destination on BigQuery. The output table stores the fields in asset
+   * Protobuf as columns in BigQuery.
    * 
* * .google.cloud.asset.v1.BigQueryDestination bigquery_destination = 2; diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/OutputResult.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/OutputResult.java index ec451f228b1e..6f8249d647c8 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/OutputResult.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/OutputResult.java @@ -114,7 +114,7 @@ public ResultCase getResultCase() { * * *
-   * Export result on {{storage_name}}.
+   * Export result on Cloud Storage.
    * 
* * .google.cloud.asset.v1.GcsOutputResult gcs_result = 1; @@ -129,7 +129,7 @@ public boolean hasGcsResult() { * * *
-   * Export result on {{storage_name}}.
+   * Export result on Cloud Storage.
    * 
* * .google.cloud.asset.v1.GcsOutputResult gcs_result = 1; @@ -147,7 +147,7 @@ public com.google.cloud.asset.v1.GcsOutputResult getGcsResult() { * * *
-   * Export result on {{storage_name}}.
+   * Export result on Cloud Storage.
    * 
* * .google.cloud.asset.v1.GcsOutputResult gcs_result = 1; @@ -543,7 +543,7 @@ public Builder clearResult() { * * *
-     * Export result on {{storage_name}}.
+     * Export result on Cloud Storage.
      * 
* * .google.cloud.asset.v1.GcsOutputResult gcs_result = 1; @@ -558,7 +558,7 @@ public boolean hasGcsResult() { * * *
-     * Export result on {{storage_name}}.
+     * Export result on Cloud Storage.
      * 
* * .google.cloud.asset.v1.GcsOutputResult gcs_result = 1; @@ -583,7 +583,7 @@ public com.google.cloud.asset.v1.GcsOutputResult getGcsResult() { * * *
-     * Export result on {{storage_name}}.
+     * Export result on Cloud Storage.
      * 
* * .google.cloud.asset.v1.GcsOutputResult gcs_result = 1; @@ -605,7 +605,7 @@ public Builder setGcsResult(com.google.cloud.asset.v1.GcsOutputResult value) { * * *
-     * Export result on {{storage_name}}.
+     * Export result on Cloud Storage.
      * 
* * .google.cloud.asset.v1.GcsOutputResult gcs_result = 1; @@ -624,7 +624,7 @@ public Builder setGcsResult(com.google.cloud.asset.v1.GcsOutputResult.Builder bu * * *
-     * Export result on {{storage_name}}.
+     * Export result on Cloud Storage.
      * 
* * .google.cloud.asset.v1.GcsOutputResult gcs_result = 1; @@ -656,7 +656,7 @@ public Builder mergeGcsResult(com.google.cloud.asset.v1.GcsOutputResult value) { * * *
-     * Export result on {{storage_name}}.
+     * Export result on Cloud Storage.
      * 
* * .google.cloud.asset.v1.GcsOutputResult gcs_result = 1; @@ -681,7 +681,7 @@ public Builder clearGcsResult() { * * *
-     * Export result on {{storage_name}}.
+     * Export result on Cloud Storage.
      * 
* * .google.cloud.asset.v1.GcsOutputResult gcs_result = 1; @@ -693,7 +693,7 @@ public com.google.cloud.asset.v1.GcsOutputResult.Builder getGcsResultBuilder() { * * *
-     * Export result on {{storage_name}}.
+     * Export result on Cloud Storage.
      * 
* * .google.cloud.asset.v1.GcsOutputResult gcs_result = 1; @@ -713,7 +713,7 @@ public com.google.cloud.asset.v1.GcsOutputResultOrBuilder getGcsResultOrBuilder( * * *
-     * Export result on {{storage_name}}.
+     * Export result on Cloud Storage.
      * 
* * .google.cloud.asset.v1.GcsOutputResult gcs_result = 1; diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/OutputResultOrBuilder.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/OutputResultOrBuilder.java index 73187bc3ca0a..454ff49af346 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/OutputResultOrBuilder.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/OutputResultOrBuilder.java @@ -27,7 +27,7 @@ public interface OutputResultOrBuilder * * *
-   * Export result on {{storage_name}}.
+   * Export result on Cloud Storage.
    * 
* * .google.cloud.asset.v1.GcsOutputResult gcs_result = 1; @@ -39,7 +39,7 @@ public interface OutputResultOrBuilder * * *
-   * Export result on {{storage_name}}.
+   * Export result on Cloud Storage.
    * 
* * .google.cloud.asset.v1.GcsOutputResult gcs_result = 1; @@ -51,7 +51,7 @@ public interface OutputResultOrBuilder * * *
-   * Export result on {{storage_name}}.
+   * Export result on Cloud Storage.
    * 
* * .google.cloud.asset.v1.GcsOutputResult gcs_result = 1; diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/PartitionSpec.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/PartitionSpec.java index 12fef8cda895..4a844504ecce 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/PartitionSpec.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/PartitionSpec.java @@ -22,7 +22,7 @@ * * *
- * Specifications of {{bigquery_name}} partitioned table as export destination.
+ * Specifications of BigQuery partitioned table as export destination.
  * 
* * Protobuf type {@code google.cloud.asset.v1.PartitionSpec} @@ -72,9 +72,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * This enum is used to determine the partition key column when exporting
-   * assets to {{bigquery_name}} partitioned table(s). Note that, if the
-   * partition key is a timestamp column, the actual partition is based on its
-   * date value (expressed in UTC. see details in
+   * assets to BigQuery partitioned table(s). Note that, if the partition key is
+   * a timestamp column, the actual partition is based on its date value
+   * (expressed in UTC. see details in
    * https://cloud.google.com/bigquery/docs/partitioned-tables#date_timestamp_partitioned_tables).
    * 
* @@ -248,7 +248,7 @@ private PartitionKey(int value) { * * *
-   * The partition key for {{bigquery_name}} partitioned table.
+   * The partition key for BigQuery partitioned table.
    * 
* * .google.cloud.asset.v1.PartitionSpec.PartitionKey partition_key = 1; @@ -263,7 +263,7 @@ public int getPartitionKeyValue() { * * *
-   * The partition key for {{bigquery_name}} partitioned table.
+   * The partition key for BigQuery partitioned table.
    * 
* * .google.cloud.asset.v1.PartitionSpec.PartitionKey partition_key = 1; @@ -446,7 +446,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * Specifications of {{bigquery_name}} partitioned table as export destination.
+   * Specifications of BigQuery partitioned table as export destination.
    * 
* * Protobuf type {@code google.cloud.asset.v1.PartitionSpec} @@ -616,7 +616,7 @@ public Builder mergeFrom( * * *
-     * The partition key for {{bigquery_name}} partitioned table.
+     * The partition key for BigQuery partitioned table.
      * 
* * .google.cloud.asset.v1.PartitionSpec.PartitionKey partition_key = 1; @@ -631,7 +631,7 @@ public int getPartitionKeyValue() { * * *
-     * The partition key for {{bigquery_name}} partitioned table.
+     * The partition key for BigQuery partitioned table.
      * 
* * .google.cloud.asset.v1.PartitionSpec.PartitionKey partition_key = 1; @@ -649,7 +649,7 @@ public Builder setPartitionKeyValue(int value) { * * *
-     * The partition key for {{bigquery_name}} partitioned table.
+     * The partition key for BigQuery partitioned table.
      * 
* * .google.cloud.asset.v1.PartitionSpec.PartitionKey partition_key = 1; @@ -669,7 +669,7 @@ public com.google.cloud.asset.v1.PartitionSpec.PartitionKey getPartitionKey() { * * *
-     * The partition key for {{bigquery_name}} partitioned table.
+     * The partition key for BigQuery partitioned table.
      * 
* * .google.cloud.asset.v1.PartitionSpec.PartitionKey partition_key = 1; @@ -690,7 +690,7 @@ public Builder setPartitionKey(com.google.cloud.asset.v1.PartitionSpec.Partition * * *
-     * The partition key for {{bigquery_name}} partitioned table.
+     * The partition key for BigQuery partitioned table.
      * 
* * .google.cloud.asset.v1.PartitionSpec.PartitionKey partition_key = 1; diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/PartitionSpecOrBuilder.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/PartitionSpecOrBuilder.java index 1df71e67b493..78bec335e2aa 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/PartitionSpecOrBuilder.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/PartitionSpecOrBuilder.java @@ -27,7 +27,7 @@ public interface PartitionSpecOrBuilder * * *
-   * The partition key for {{bigquery_name}} partitioned table.
+   * The partition key for BigQuery partitioned table.
    * 
* * .google.cloud.asset.v1.PartitionSpec.PartitionKey partition_key = 1; @@ -39,7 +39,7 @@ public interface PartitionSpecOrBuilder * * *
-   * The partition key for {{bigquery_name}} partitioned table.
+   * The partition key for BigQuery partitioned table.
    * 
* * .google.cloud.asset.v1.PartitionSpec.PartitionKey partition_key = 1; diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/QueryAssetsOutputConfig.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/QueryAssetsOutputConfig.java index 9ca94dada050..f42d76968f9f 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/QueryAssetsOutputConfig.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/QueryAssetsOutputConfig.java @@ -74,8 +74,8 @@ public interface BigQueryDestinationOrBuilder * * *
-     * Required. The {{bigquery_name}} dataset where the query results will be
-     * saved. It has the format of "projects/{projectId}/datasets/{datasetId}".
+     * Required. The BigQuery dataset where the query results will be saved. It has the
+     * format of "projects/{projectId}/datasets/{datasetId}".
      * 
* * string dataset = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -87,8 +87,8 @@ public interface BigQueryDestinationOrBuilder * * *
-     * Required. The {{bigquery_name}} dataset where the query results will be
-     * saved. It has the format of "projects/{projectId}/datasets/{datasetId}".
+     * Required. The BigQuery dataset where the query results will be saved. It has the
+     * format of "projects/{projectId}/datasets/{datasetId}".
      * 
* * string dataset = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -101,9 +101,8 @@ public interface BigQueryDestinationOrBuilder * * *
-     * Required. The {{bigquery_name}} table where the query results will be
-     * saved. If this table does not exist, a new table with the given name will
-     * be created.
+     * Required. The BigQuery table where the query results will be saved. If this table
+     * does not exist, a new table with the given name will be created.
      * 
* * string table = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -115,9 +114,8 @@ public interface BigQueryDestinationOrBuilder * * *
-     * Required. The {{bigquery_name}} table where the query results will be
-     * saved. If this table does not exist, a new table with the given name will
-     * be created.
+     * Required. The BigQuery table where the query results will be saved. If this table
+     * does not exist, a new table with the given name will be created.
      * 
* * string table = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -132,10 +130,10 @@ public interface BigQueryDestinationOrBuilder *
      * Specifies the action that occurs if the destination table or partition
      * already exists. The following values are supported:
-     * * WRITE_TRUNCATE: If the table or partition already exists,
-     * {{bigquery_name}} overwrites the entire table or all the partitions data.
-     * * WRITE_APPEND: If the table or partition already exists,
-     * {{bigquery_name}} appends the data to the table or the latest partition.
+     * * WRITE_TRUNCATE: If the table or partition already exists, BigQuery
+     * overwrites the entire table or all the partitions data.
+     * * WRITE_APPEND: If the table or partition already exists, BigQuery
+     * appends the data to the table or the latest partition.
      * * WRITE_EMPTY: If the table already exists and contains data, a
      * 'duplicate' error is returned in the job result.
      * The default value is WRITE_EMPTY.
@@ -152,10 +150,10 @@ public interface BigQueryDestinationOrBuilder
      * 
      * Specifies the action that occurs if the destination table or partition
      * already exists. The following values are supported:
-     * * WRITE_TRUNCATE: If the table or partition already exists,
-     * {{bigquery_name}} overwrites the entire table or all the partitions data.
-     * * WRITE_APPEND: If the table or partition already exists,
-     * {{bigquery_name}} appends the data to the table or the latest partition.
+     * * WRITE_TRUNCATE: If the table or partition already exists, BigQuery
+     * overwrites the entire table or all the partitions data.
+     * * WRITE_APPEND: If the table or partition already exists, BigQuery
+     * appends the data to the table or the latest partition.
      * * WRITE_EMPTY: If the table already exists and contains data, a
      * 'duplicate' error is returned in the job result.
      * The default value is WRITE_EMPTY.
@@ -171,7 +169,7 @@ public interface BigQueryDestinationOrBuilder
    *
    *
    * 
-   * {{bigquery_name}} destination.
+   * BigQuery destination.
    * 
* * Protobuf type {@code google.cloud.asset.v1.QueryAssetsOutputConfig.BigQueryDestination} @@ -224,8 +222,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-     * Required. The {{bigquery_name}} dataset where the query results will be
-     * saved. It has the format of "projects/{projectId}/datasets/{datasetId}".
+     * Required. The BigQuery dataset where the query results will be saved. It has the
+     * format of "projects/{projectId}/datasets/{datasetId}".
      * 
* * string dataset = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -248,8 +246,8 @@ public java.lang.String getDataset() { * * *
-     * Required. The {{bigquery_name}} dataset where the query results will be
-     * saved. It has the format of "projects/{projectId}/datasets/{datasetId}".
+     * Required. The BigQuery dataset where the query results will be saved. It has the
+     * format of "projects/{projectId}/datasets/{datasetId}".
      * 
* * string dataset = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -275,9 +273,8 @@ public com.google.protobuf.ByteString getDatasetBytes() { * * *
-     * Required. The {{bigquery_name}} table where the query results will be
-     * saved. If this table does not exist, a new table with the given name will
-     * be created.
+     * Required. The BigQuery table where the query results will be saved. If this table
+     * does not exist, a new table with the given name will be created.
      * 
* * string table = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -300,9 +297,8 @@ public java.lang.String getTable() { * * *
-     * Required. The {{bigquery_name}} table where the query results will be
-     * saved. If this table does not exist, a new table with the given name will
-     * be created.
+     * Required. The BigQuery table where the query results will be saved. If this table
+     * does not exist, a new table with the given name will be created.
      * 
* * string table = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -330,10 +326,10 @@ public com.google.protobuf.ByteString getTableBytes() { *
      * Specifies the action that occurs if the destination table or partition
      * already exists. The following values are supported:
-     * * WRITE_TRUNCATE: If the table or partition already exists,
-     * {{bigquery_name}} overwrites the entire table or all the partitions data.
-     * * WRITE_APPEND: If the table or partition already exists,
-     * {{bigquery_name}} appends the data to the table or the latest partition.
+     * * WRITE_TRUNCATE: If the table or partition already exists, BigQuery
+     * overwrites the entire table or all the partitions data.
+     * * WRITE_APPEND: If the table or partition already exists, BigQuery
+     * appends the data to the table or the latest partition.
      * * WRITE_EMPTY: If the table already exists and contains data, a
      * 'duplicate' error is returned in the job result.
      * The default value is WRITE_EMPTY.
@@ -361,10 +357,10 @@ public java.lang.String getWriteDisposition() {
      * 
      * Specifies the action that occurs if the destination table or partition
      * already exists. The following values are supported:
-     * * WRITE_TRUNCATE: If the table or partition already exists,
-     * {{bigquery_name}} overwrites the entire table or all the partitions data.
-     * * WRITE_APPEND: If the table or partition already exists,
-     * {{bigquery_name}} appends the data to the table or the latest partition.
+     * * WRITE_TRUNCATE: If the table or partition already exists, BigQuery
+     * overwrites the entire table or all the partitions data.
+     * * WRITE_APPEND: If the table or partition already exists, BigQuery
+     * appends the data to the table or the latest partition.
      * * WRITE_EMPTY: If the table already exists and contains data, a
      * 'duplicate' error is returned in the job result.
      * The default value is WRITE_EMPTY.
@@ -571,7 +567,7 @@ protected Builder newBuilderForType(
      *
      *
      * 
-     * {{bigquery_name}} destination.
+     * BigQuery destination.
      * 
* * Protobuf type {@code google.cloud.asset.v1.QueryAssetsOutputConfig.BigQueryDestination} @@ -781,8 +777,8 @@ public Builder mergeFrom( * * *
-       * Required. The {{bigquery_name}} dataset where the query results will be
-       * saved. It has the format of "projects/{projectId}/datasets/{datasetId}".
+       * Required. The BigQuery dataset where the query results will be saved. It has the
+       * format of "projects/{projectId}/datasets/{datasetId}".
        * 
* * string dataset = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -804,8 +800,8 @@ public java.lang.String getDataset() { * * *
-       * Required. The {{bigquery_name}} dataset where the query results will be
-       * saved. It has the format of "projects/{projectId}/datasets/{datasetId}".
+       * Required. The BigQuery dataset where the query results will be saved. It has the
+       * format of "projects/{projectId}/datasets/{datasetId}".
        * 
* * string dataset = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -827,8 +823,8 @@ public com.google.protobuf.ByteString getDatasetBytes() { * * *
-       * Required. The {{bigquery_name}} dataset where the query results will be
-       * saved. It has the format of "projects/{projectId}/datasets/{datasetId}".
+       * Required. The BigQuery dataset where the query results will be saved. It has the
+       * format of "projects/{projectId}/datasets/{datasetId}".
        * 
* * string dataset = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -849,8 +845,8 @@ public Builder setDataset(java.lang.String value) { * * *
-       * Required. The {{bigquery_name}} dataset where the query results will be
-       * saved. It has the format of "projects/{projectId}/datasets/{datasetId}".
+       * Required. The BigQuery dataset where the query results will be saved. It has the
+       * format of "projects/{projectId}/datasets/{datasetId}".
        * 
* * string dataset = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -867,8 +863,8 @@ public Builder clearDataset() { * * *
-       * Required. The {{bigquery_name}} dataset where the query results will be
-       * saved. It has the format of "projects/{projectId}/datasets/{datasetId}".
+       * Required. The BigQuery dataset where the query results will be saved. It has the
+       * format of "projects/{projectId}/datasets/{datasetId}".
        * 
* * string dataset = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -892,9 +888,8 @@ public Builder setDatasetBytes(com.google.protobuf.ByteString value) { * * *
-       * Required. The {{bigquery_name}} table where the query results will be
-       * saved. If this table does not exist, a new table with the given name will
-       * be created.
+       * Required. The BigQuery table where the query results will be saved. If this table
+       * does not exist, a new table with the given name will be created.
        * 
* * string table = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -916,9 +911,8 @@ public java.lang.String getTable() { * * *
-       * Required. The {{bigquery_name}} table where the query results will be
-       * saved. If this table does not exist, a new table with the given name will
-       * be created.
+       * Required. The BigQuery table where the query results will be saved. If this table
+       * does not exist, a new table with the given name will be created.
        * 
* * string table = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -940,9 +934,8 @@ public com.google.protobuf.ByteString getTableBytes() { * * *
-       * Required. The {{bigquery_name}} table where the query results will be
-       * saved. If this table does not exist, a new table with the given name will
-       * be created.
+       * Required. The BigQuery table where the query results will be saved. If this table
+       * does not exist, a new table with the given name will be created.
        * 
* * string table = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -963,9 +956,8 @@ public Builder setTable(java.lang.String value) { * * *
-       * Required. The {{bigquery_name}} table where the query results will be
-       * saved. If this table does not exist, a new table with the given name will
-       * be created.
+       * Required. The BigQuery table where the query results will be saved. If this table
+       * does not exist, a new table with the given name will be created.
        * 
* * string table = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -982,9 +974,8 @@ public Builder clearTable() { * * *
-       * Required. The {{bigquery_name}} table where the query results will be
-       * saved. If this table does not exist, a new table with the given name will
-       * be created.
+       * Required. The BigQuery table where the query results will be saved. If this table
+       * does not exist, a new table with the given name will be created.
        * 
* * string table = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -1010,10 +1001,10 @@ public Builder setTableBytes(com.google.protobuf.ByteString value) { *
        * Specifies the action that occurs if the destination table or partition
        * already exists. The following values are supported:
-       * * WRITE_TRUNCATE: If the table or partition already exists,
-       * {{bigquery_name}} overwrites the entire table or all the partitions data.
-       * * WRITE_APPEND: If the table or partition already exists,
-       * {{bigquery_name}} appends the data to the table or the latest partition.
+       * * WRITE_TRUNCATE: If the table or partition already exists, BigQuery
+       * overwrites the entire table or all the partitions data.
+       * * WRITE_APPEND: If the table or partition already exists, BigQuery
+       * appends the data to the table or the latest partition.
        * * WRITE_EMPTY: If the table already exists and contains data, a
        * 'duplicate' error is returned in the job result.
        * The default value is WRITE_EMPTY.
@@ -1040,10 +1031,10 @@ public java.lang.String getWriteDisposition() {
        * 
        * Specifies the action that occurs if the destination table or partition
        * already exists. The following values are supported:
-       * * WRITE_TRUNCATE: If the table or partition already exists,
-       * {{bigquery_name}} overwrites the entire table or all the partitions data.
-       * * WRITE_APPEND: If the table or partition already exists,
-       * {{bigquery_name}} appends the data to the table or the latest partition.
+       * * WRITE_TRUNCATE: If the table or partition already exists, BigQuery
+       * overwrites the entire table or all the partitions data.
+       * * WRITE_APPEND: If the table or partition already exists, BigQuery
+       * appends the data to the table or the latest partition.
        * * WRITE_EMPTY: If the table already exists and contains data, a
        * 'duplicate' error is returned in the job result.
        * The default value is WRITE_EMPTY.
@@ -1070,10 +1061,10 @@ public com.google.protobuf.ByteString getWriteDispositionBytes() {
        * 
        * Specifies the action that occurs if the destination table or partition
        * already exists. The following values are supported:
-       * * WRITE_TRUNCATE: If the table or partition already exists,
-       * {{bigquery_name}} overwrites the entire table or all the partitions data.
-       * * WRITE_APPEND: If the table or partition already exists,
-       * {{bigquery_name}} appends the data to the table or the latest partition.
+       * * WRITE_TRUNCATE: If the table or partition already exists, BigQuery
+       * overwrites the entire table or all the partitions data.
+       * * WRITE_APPEND: If the table or partition already exists, BigQuery
+       * appends the data to the table or the latest partition.
        * * WRITE_EMPTY: If the table already exists and contains data, a
        * 'duplicate' error is returned in the job result.
        * The default value is WRITE_EMPTY.
@@ -1099,10 +1090,10 @@ public Builder setWriteDisposition(java.lang.String value) {
        * 
        * Specifies the action that occurs if the destination table or partition
        * already exists. The following values are supported:
-       * * WRITE_TRUNCATE: If the table or partition already exists,
-       * {{bigquery_name}} overwrites the entire table or all the partitions data.
-       * * WRITE_APPEND: If the table or partition already exists,
-       * {{bigquery_name}} appends the data to the table or the latest partition.
+       * * WRITE_TRUNCATE: If the table or partition already exists, BigQuery
+       * overwrites the entire table or all the partitions data.
+       * * WRITE_APPEND: If the table or partition already exists, BigQuery
+       * appends the data to the table or the latest partition.
        * * WRITE_EMPTY: If the table already exists and contains data, a
        * 'duplicate' error is returned in the job result.
        * The default value is WRITE_EMPTY.
@@ -1124,10 +1115,10 @@ public Builder clearWriteDisposition() {
        * 
        * Specifies the action that occurs if the destination table or partition
        * already exists. The following values are supported:
-       * * WRITE_TRUNCATE: If the table or partition already exists,
-       * {{bigquery_name}} overwrites the entire table or all the partitions data.
-       * * WRITE_APPEND: If the table or partition already exists,
-       * {{bigquery_name}} appends the data to the table or the latest partition.
+       * * WRITE_TRUNCATE: If the table or partition already exists, BigQuery
+       * overwrites the entire table or all the partitions data.
+       * * WRITE_APPEND: If the table or partition already exists, BigQuery
+       * appends the data to the table or the latest partition.
        * * WRITE_EMPTY: If the table already exists and contains data, a
        * 'duplicate' error is returned in the job result.
        * The default value is WRITE_EMPTY.
@@ -1224,7 +1215,7 @@ public com.google.protobuf.Parser getParserForType() {
    *
    *
    * 
-   * {{bigquery_name}} destination where the query results will be saved.
+   * BigQuery destination where the query results will be saved.
    * 
* * @@ -1241,7 +1232,7 @@ public boolean hasBigqueryDestination() { * * *
-   * {{bigquery_name}} destination where the query results will be saved.
+   * BigQuery destination where the query results will be saved.
    * 
* * @@ -1261,7 +1252,7 @@ public boolean hasBigqueryDestination() { * * *
-   * {{bigquery_name}} destination where the query results will be saved.
+   * BigQuery destination where the query results will be saved.
    * 
* * @@ -1628,7 +1619,7 @@ public Builder mergeFrom( * * *
-     * {{bigquery_name}} destination where the query results will be saved.
+     * BigQuery destination where the query results will be saved.
      * 
* * @@ -1644,7 +1635,7 @@ public boolean hasBigqueryDestination() { * * *
-     * {{bigquery_name}} destination where the query results will be saved.
+     * BigQuery destination where the query results will be saved.
      * 
* * @@ -1668,7 +1659,7 @@ public boolean hasBigqueryDestination() { * * *
-     * {{bigquery_name}} destination where the query results will be saved.
+     * BigQuery destination where the query results will be saved.
      * 
* * @@ -1693,7 +1684,7 @@ public Builder setBigqueryDestination( * * *
-     * {{bigquery_name}} destination where the query results will be saved.
+     * BigQuery destination where the query results will be saved.
      * 
* * @@ -1716,7 +1707,7 @@ public Builder setBigqueryDestination( * * *
-     * {{bigquery_name}} destination where the query results will be saved.
+     * BigQuery destination where the query results will be saved.
      * 
* * @@ -1746,7 +1737,7 @@ public Builder mergeBigqueryDestination( * * *
-     * {{bigquery_name}} destination where the query results will be saved.
+     * BigQuery destination where the query results will be saved.
      * 
* * @@ -1768,7 +1759,7 @@ public Builder clearBigqueryDestination() { * * *
-     * {{bigquery_name}} destination where the query results will be saved.
+     * BigQuery destination where the query results will be saved.
      * 
* * @@ -1785,7 +1776,7 @@ public Builder clearBigqueryDestination() { * * *
-     * {{bigquery_name}} destination where the query results will be saved.
+     * BigQuery destination where the query results will be saved.
      * 
* * @@ -1807,7 +1798,7 @@ public Builder clearBigqueryDestination() { * * *
-     * {{bigquery_name}} destination where the query results will be saved.
+     * BigQuery destination where the query results will be saved.
      * 
* * diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/QueryAssetsOutputConfigOrBuilder.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/QueryAssetsOutputConfigOrBuilder.java index 32c5331e4e07..20ecdf921721 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/QueryAssetsOutputConfigOrBuilder.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/QueryAssetsOutputConfigOrBuilder.java @@ -27,7 +27,7 @@ public interface QueryAssetsOutputConfigOrBuilder * * *
-   * {{bigquery_name}} destination where the query results will be saved.
+   * BigQuery destination where the query results will be saved.
    * 
* * @@ -41,7 +41,7 @@ public interface QueryAssetsOutputConfigOrBuilder * * *
-   * {{bigquery_name}} destination where the query results will be saved.
+   * BigQuery destination where the query results will be saved.
    * 
* * @@ -55,7 +55,7 @@ public interface QueryAssetsOutputConfigOrBuilder * * *
-   * {{bigquery_name}} destination where the query results will be saved.
+   * BigQuery destination where the query results will be saved.
    * 
* * diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/QueryAssetsRequest.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/QueryAssetsRequest.java index da18d93f7c70..601e85137530 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/QueryAssetsRequest.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/QueryAssetsRequest.java @@ -228,8 +228,7 @@ public com.google.protobuf.ByteString getParentBytes() { * * *
-   * Optional. A SQL statement that's compatible with [{{bigquery_name}}
-   * Standard
+   * Optional. A SQL statement that's compatible with [BigQuery Standard
    * SQL](http://cloud/bigquery/docs/reference/standard-sql/enabling-standard-sql).
    * 
* @@ -244,8 +243,7 @@ public boolean hasStatement() { * * *
-   * Optional. A SQL statement that's compatible with [{{bigquery_name}}
-   * Standard
+   * Optional. A SQL statement that's compatible with [BigQuery Standard
    * SQL](http://cloud/bigquery/docs/reference/standard-sql/enabling-standard-sql).
    * 
* @@ -273,8 +271,7 @@ public java.lang.String getStatement() { * * *
-   * Optional. A SQL statement that's compatible with [{{bigquery_name}}
-   * Standard
+   * Optional. A SQL statement that's compatible with [BigQuery Standard
    * SQL](http://cloud/bigquery/docs/reference/standard-sql/enabling-standard-sql).
    * 
* @@ -304,8 +301,8 @@ public com.google.protobuf.ByteString getStatementBytes() { * * *
-   * Optional. Reference to the query job, which is from the
-   * `QueryAssetsResponse` of previous `QueryAssets` call.
+   * Optional. Reference to the query job, which is from the `QueryAssetsResponse` of
+   * previous `QueryAssets` call.
    * 
* * string job_reference = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -319,8 +316,8 @@ public boolean hasJobReference() { * * *
-   * Optional. Reference to the query job, which is from the
-   * `QueryAssetsResponse` of previous `QueryAssets` call.
+   * Optional. Reference to the query job, which is from the `QueryAssetsResponse` of
+   * previous `QueryAssets` call.
    * 
* * string job_reference = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -347,8 +344,8 @@ public java.lang.String getJobReference() { * * *
-   * Optional. Reference to the query job, which is from the
-   * `QueryAssetsResponse` of previous `QueryAssets` call.
+   * Optional. Reference to the query job, which is from the `QueryAssetsResponse` of
+   * previous `QueryAssets` call.
    * 
* * string job_reference = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -378,8 +375,8 @@ public com.google.protobuf.ByteString getJobReferenceBytes() { * * *
-   * Optional. The maximum number of rows to return in the results. Responses
-   * are limited to 10 MB and 1000 rows.
+   * Optional. The maximum number of rows to return in the results. Responses are limited
+   * to 10 MB and 1000 rows.
    * By default, the maximum row count is 1000. When the byte or row count limit
    * is reached, the rest of the query results will be paginated.
    * The field will be ignored when [output_config] is specified.
@@ -451,12 +448,11 @@ public com.google.protobuf.ByteString getPageTokenBytes() {
    *
    *
    * 
-   * Optional. Specifies the maximum amount of time that the client is willing
-   * to wait for the query to complete. By default, this limit is 5 min for the
-   * first query, and 1 minute for the following queries. If the query is
-   * complete, the `done` field in the `QueryAssetsResponse` is true, otherwise
-   * false.
-   * Like {{bigquery_name}} [jobs.query
+   * Optional. Specifies the maximum amount of time that the client is willing to wait
+   * for the query to complete. By default, this limit is 5 min for the first
+   * query, and 1 minute for the following queries. If the query is complete,
+   * the `done` field in the `QueryAssetsResponse` is true, otherwise false.
+   * Like BigQuery [jobs.query
    * API](https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs/query#queryrequest)
    * The call is not guaranteed to wait for the specified timeout; it typically
    * returns after around 200 seconds (200,000 milliseconds), even if the query
@@ -476,12 +472,11 @@ public boolean hasTimeout() {
    *
    *
    * 
-   * Optional. Specifies the maximum amount of time that the client is willing
-   * to wait for the query to complete. By default, this limit is 5 min for the
-   * first query, and 1 minute for the following queries. If the query is
-   * complete, the `done` field in the `QueryAssetsResponse` is true, otherwise
-   * false.
-   * Like {{bigquery_name}} [jobs.query
+   * Optional. Specifies the maximum amount of time that the client is willing to wait
+   * for the query to complete. By default, this limit is 5 min for the first
+   * query, and 1 minute for the following queries. If the query is complete,
+   * the `done` field in the `QueryAssetsResponse` is true, otherwise false.
+   * Like BigQuery [jobs.query
    * API](https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs/query#queryrequest)
    * The call is not guaranteed to wait for the specified timeout; it typically
    * returns after around 200 seconds (200,000 milliseconds), even if the query
@@ -501,12 +496,11 @@ public com.google.protobuf.Duration getTimeout() {
    *
    *
    * 
-   * Optional. Specifies the maximum amount of time that the client is willing
-   * to wait for the query to complete. By default, this limit is 5 min for the
-   * first query, and 1 minute for the following queries. If the query is
-   * complete, the `done` field in the `QueryAssetsResponse` is true, otherwise
-   * false.
-   * Like {{bigquery_name}} [jobs.query
+   * Optional. Specifies the maximum amount of time that the client is willing to wait
+   * for the query to complete. By default, this limit is 5 min for the first
+   * query, and 1 minute for the following queries. If the query is complete,
+   * the `done` field in the `QueryAssetsResponse` is true, otherwise false.
+   * Like BigQuery [jobs.query
    * API](https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs/query#queryrequest)
    * The call is not guaranteed to wait for the specified timeout; it typically
    * returns after around 200 seconds (200,000 milliseconds), even if the query
@@ -526,9 +520,9 @@ public com.google.protobuf.DurationOrBuilder getTimeoutOrBuilder() {
    *
    *
    * 
-   * Optional. [start_time] is required. [start_time] must be less than
-   * [end_time] Defaults [end_time] to now if [start_time] is set and
-   * [end_time] isn't. Maximum permitted time range is 7 days.
+   * Optional. [start_time] is required. [start_time] must be less than [end_time]
+   * Defaults [end_time] to now if [start_time] is set and [end_time] isn't.
+   * Maximum permitted time range is 7 days.
    * 
* * @@ -545,9 +539,9 @@ public boolean hasReadTimeWindow() { * * *
-   * Optional. [start_time] is required. [start_time] must be less than
-   * [end_time] Defaults [end_time] to now if [start_time] is set and
-   * [end_time] isn't. Maximum permitted time range is 7 days.
+   * Optional. [start_time] is required. [start_time] must be less than [end_time]
+   * Defaults [end_time] to now if [start_time] is set and [end_time] isn't.
+   * Maximum permitted time range is 7 days.
    * 
* * @@ -567,9 +561,9 @@ public com.google.cloud.asset.v1.TimeWindow getReadTimeWindow() { * * *
-   * Optional. [start_time] is required. [start_time] must be less than
-   * [end_time] Defaults [end_time] to now if [start_time] is set and
-   * [end_time] isn't. Maximum permitted time range is 7 days.
+   * Optional. [start_time] is required. [start_time] must be less than [end_time]
+   * Defaults [end_time] to now if [start_time] is set and [end_time] isn't.
+   * Maximum permitted time range is 7 days.
    * 
* * @@ -589,8 +583,7 @@ public com.google.cloud.asset.v1.TimeWindowOrBuilder getReadTimeWindowOrBuilder( * * *
-   * Optional. Queries cloud assets as they appeared at the specified point in
-   * time.
+   * Optional. Queries cloud assets as they appeared at the specified point in time.
    * 
* * .google.protobuf.Timestamp read_time = 8 [(.google.api.field_behavior) = OPTIONAL]; @@ -606,8 +599,7 @@ public boolean hasReadTime() { * * *
-   * Optional. Queries cloud assets as they appeared at the specified point in
-   * time.
+   * Optional. Queries cloud assets as they appeared at the specified point in time.
    * 
* * .google.protobuf.Timestamp read_time = 8 [(.google.api.field_behavior) = OPTIONAL]; @@ -626,8 +618,7 @@ public com.google.protobuf.Timestamp getReadTime() { * * *
-   * Optional. Queries cloud assets as they appeared at the specified point in
-   * time.
+   * Optional. Queries cloud assets as they appeared at the specified point in time.
    * 
* * .google.protobuf.Timestamp read_time = 8 [(.google.api.field_behavior) = OPTIONAL]; @@ -1489,8 +1480,7 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { * * *
-     * Optional. A SQL statement that's compatible with [{{bigquery_name}}
-     * Standard
+     * Optional. A SQL statement that's compatible with [BigQuery Standard
      * SQL](http://cloud/bigquery/docs/reference/standard-sql/enabling-standard-sql).
      * 
* @@ -1506,8 +1496,7 @@ public boolean hasStatement() { * * *
-     * Optional. A SQL statement that's compatible with [{{bigquery_name}}
-     * Standard
+     * Optional. A SQL statement that's compatible with [BigQuery Standard
      * SQL](http://cloud/bigquery/docs/reference/standard-sql/enabling-standard-sql).
      * 
* @@ -1536,8 +1525,7 @@ public java.lang.String getStatement() { * * *
-     * Optional. A SQL statement that's compatible with [{{bigquery_name}}
-     * Standard
+     * Optional. A SQL statement that's compatible with [BigQuery Standard
      * SQL](http://cloud/bigquery/docs/reference/standard-sql/enabling-standard-sql).
      * 
* @@ -1566,8 +1554,7 @@ public com.google.protobuf.ByteString getStatementBytes() { * * *
-     * Optional. A SQL statement that's compatible with [{{bigquery_name}}
-     * Standard
+     * Optional. A SQL statement that's compatible with [BigQuery Standard
      * SQL](http://cloud/bigquery/docs/reference/standard-sql/enabling-standard-sql).
      * 
* @@ -1589,8 +1576,7 @@ public Builder setStatement(java.lang.String value) { * * *
-     * Optional. A SQL statement that's compatible with [{{bigquery_name}}
-     * Standard
+     * Optional. A SQL statement that's compatible with [BigQuery Standard
      * SQL](http://cloud/bigquery/docs/reference/standard-sql/enabling-standard-sql).
      * 
* @@ -1610,8 +1596,7 @@ public Builder clearStatement() { * * *
-     * Optional. A SQL statement that's compatible with [{{bigquery_name}}
-     * Standard
+     * Optional. A SQL statement that's compatible with [BigQuery Standard
      * SQL](http://cloud/bigquery/docs/reference/standard-sql/enabling-standard-sql).
      * 
* @@ -1635,8 +1620,8 @@ public Builder setStatementBytes(com.google.protobuf.ByteString value) { * * *
-     * Optional. Reference to the query job, which is from the
-     * `QueryAssetsResponse` of previous `QueryAssets` call.
+     * Optional. Reference to the query job, which is from the `QueryAssetsResponse` of
+     * previous `QueryAssets` call.
      * 
* * string job_reference = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -1651,8 +1636,8 @@ public boolean hasJobReference() { * * *
-     * Optional. Reference to the query job, which is from the
-     * `QueryAssetsResponse` of previous `QueryAssets` call.
+     * Optional. Reference to the query job, which is from the `QueryAssetsResponse` of
+     * previous `QueryAssets` call.
      * 
* * string job_reference = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -1680,8 +1665,8 @@ public java.lang.String getJobReference() { * * *
-     * Optional. Reference to the query job, which is from the
-     * `QueryAssetsResponse` of previous `QueryAssets` call.
+     * Optional. Reference to the query job, which is from the `QueryAssetsResponse` of
+     * previous `QueryAssets` call.
      * 
* * string job_reference = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -1709,8 +1694,8 @@ public com.google.protobuf.ByteString getJobReferenceBytes() { * * *
-     * Optional. Reference to the query job, which is from the
-     * `QueryAssetsResponse` of previous `QueryAssets` call.
+     * Optional. Reference to the query job, which is from the `QueryAssetsResponse` of
+     * previous `QueryAssets` call.
      * 
* * string job_reference = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -1731,8 +1716,8 @@ public Builder setJobReference(java.lang.String value) { * * *
-     * Optional. Reference to the query job, which is from the
-     * `QueryAssetsResponse` of previous `QueryAssets` call.
+     * Optional. Reference to the query job, which is from the `QueryAssetsResponse` of
+     * previous `QueryAssets` call.
      * 
* * string job_reference = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -1751,8 +1736,8 @@ public Builder clearJobReference() { * * *
-     * Optional. Reference to the query job, which is from the
-     * `QueryAssetsResponse` of previous `QueryAssets` call.
+     * Optional. Reference to the query job, which is from the `QueryAssetsResponse` of
+     * previous `QueryAssets` call.
      * 
* * string job_reference = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -1776,8 +1761,8 @@ public Builder setJobReferenceBytes(com.google.protobuf.ByteString value) { * * *
-     * Optional. The maximum number of rows to return in the results. Responses
-     * are limited to 10 MB and 1000 rows.
+     * Optional. The maximum number of rows to return in the results. Responses are limited
+     * to 10 MB and 1000 rows.
      * By default, the maximum row count is 1000. When the byte or row count limit
      * is reached, the rest of the query results will be paginated.
      * The field will be ignored when [output_config] is specified.
@@ -1795,8 +1780,8 @@ public int getPageSize() {
      *
      *
      * 
-     * Optional. The maximum number of rows to return in the results. Responses
-     * are limited to 10 MB and 1000 rows.
+     * Optional. The maximum number of rows to return in the results. Responses are limited
+     * to 10 MB and 1000 rows.
      * By default, the maximum row count is 1000. When the byte or row count limit
      * is reached, the rest of the query results will be paginated.
      * The field will be ignored when [output_config] is specified.
@@ -1817,8 +1802,8 @@ public Builder setPageSize(int value) {
      *
      *
      * 
-     * Optional. The maximum number of rows to return in the results. Responses
-     * are limited to 10 MB and 1000 rows.
+     * Optional. The maximum number of rows to return in the results. Responses are limited
+     * to 10 MB and 1000 rows.
      * By default, the maximum row count is 1000. When the byte or row count limit
      * is reached, the rest of the query results will be paginated.
      * The field will be ignored when [output_config] is specified.
@@ -1956,12 +1941,11 @@ public Builder setPageTokenBytes(com.google.protobuf.ByteString value) {
      *
      *
      * 
-     * Optional. Specifies the maximum amount of time that the client is willing
-     * to wait for the query to complete. By default, this limit is 5 min for the
-     * first query, and 1 minute for the following queries. If the query is
-     * complete, the `done` field in the `QueryAssetsResponse` is true, otherwise
-     * false.
-     * Like {{bigquery_name}} [jobs.query
+     * Optional. Specifies the maximum amount of time that the client is willing to wait
+     * for the query to complete. By default, this limit is 5 min for the first
+     * query, and 1 minute for the following queries. If the query is complete,
+     * the `done` field in the `QueryAssetsResponse` is true, otherwise false.
+     * Like BigQuery [jobs.query
      * API](https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs/query#queryrequest)
      * The call is not guaranteed to wait for the specified timeout; it typically
      * returns after around 200 seconds (200,000 milliseconds), even if the query
@@ -1980,12 +1964,11 @@ public boolean hasTimeout() {
      *
      *
      * 
-     * Optional. Specifies the maximum amount of time that the client is willing
-     * to wait for the query to complete. By default, this limit is 5 min for the
-     * first query, and 1 minute for the following queries. If the query is
-     * complete, the `done` field in the `QueryAssetsResponse` is true, otherwise
-     * false.
-     * Like {{bigquery_name}} [jobs.query
+     * Optional. Specifies the maximum amount of time that the client is willing to wait
+     * for the query to complete. By default, this limit is 5 min for the first
+     * query, and 1 minute for the following queries. If the query is complete,
+     * the `done` field in the `QueryAssetsResponse` is true, otherwise false.
+     * Like BigQuery [jobs.query
      * API](https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs/query#queryrequest)
      * The call is not guaranteed to wait for the specified timeout; it typically
      * returns after around 200 seconds (200,000 milliseconds), even if the query
@@ -2008,12 +1991,11 @@ public com.google.protobuf.Duration getTimeout() {
      *
      *
      * 
-     * Optional. Specifies the maximum amount of time that the client is willing
-     * to wait for the query to complete. By default, this limit is 5 min for the
-     * first query, and 1 minute for the following queries. If the query is
-     * complete, the `done` field in the `QueryAssetsResponse` is true, otherwise
-     * false.
-     * Like {{bigquery_name}} [jobs.query
+     * Optional. Specifies the maximum amount of time that the client is willing to wait
+     * for the query to complete. By default, this limit is 5 min for the first
+     * query, and 1 minute for the following queries. If the query is complete,
+     * the `done` field in the `QueryAssetsResponse` is true, otherwise false.
+     * Like BigQuery [jobs.query
      * API](https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs/query#queryrequest)
      * The call is not guaranteed to wait for the specified timeout; it typically
      * returns after around 200 seconds (200,000 milliseconds), even if the query
@@ -2040,12 +2022,11 @@ public Builder setTimeout(com.google.protobuf.Duration value) {
      *
      *
      * 
-     * Optional. Specifies the maximum amount of time that the client is willing
-     * to wait for the query to complete. By default, this limit is 5 min for the
-     * first query, and 1 minute for the following queries. If the query is
-     * complete, the `done` field in the `QueryAssetsResponse` is true, otherwise
-     * false.
-     * Like {{bigquery_name}} [jobs.query
+     * Optional. Specifies the maximum amount of time that the client is willing to wait
+     * for the query to complete. By default, this limit is 5 min for the first
+     * query, and 1 minute for the following queries. If the query is complete,
+     * the `done` field in the `QueryAssetsResponse` is true, otherwise false.
+     * Like BigQuery [jobs.query
      * API](https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs/query#queryrequest)
      * The call is not guaranteed to wait for the specified timeout; it typically
      * returns after around 200 seconds (200,000 milliseconds), even if the query
@@ -2069,12 +2050,11 @@ public Builder setTimeout(com.google.protobuf.Duration.Builder builderForValue)
      *
      *
      * 
-     * Optional. Specifies the maximum amount of time that the client is willing
-     * to wait for the query to complete. By default, this limit is 5 min for the
-     * first query, and 1 minute for the following queries. If the query is
-     * complete, the `done` field in the `QueryAssetsResponse` is true, otherwise
-     * false.
-     * Like {{bigquery_name}} [jobs.query
+     * Optional. Specifies the maximum amount of time that the client is willing to wait
+     * for the query to complete. By default, this limit is 5 min for the first
+     * query, and 1 minute for the following queries. If the query is complete,
+     * the `done` field in the `QueryAssetsResponse` is true, otherwise false.
+     * Like BigQuery [jobs.query
      * API](https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs/query#queryrequest)
      * The call is not guaranteed to wait for the specified timeout; it typically
      * returns after around 200 seconds (200,000 milliseconds), even if the query
@@ -2103,12 +2083,11 @@ public Builder mergeTimeout(com.google.protobuf.Duration value) {
      *
      *
      * 
-     * Optional. Specifies the maximum amount of time that the client is willing
-     * to wait for the query to complete. By default, this limit is 5 min for the
-     * first query, and 1 minute for the following queries. If the query is
-     * complete, the `done` field in the `QueryAssetsResponse` is true, otherwise
-     * false.
-     * Like {{bigquery_name}} [jobs.query
+     * Optional. Specifies the maximum amount of time that the client is willing to wait
+     * for the query to complete. By default, this limit is 5 min for the first
+     * query, and 1 minute for the following queries. If the query is complete,
+     * the `done` field in the `QueryAssetsResponse` is true, otherwise false.
+     * Like BigQuery [jobs.query
      * API](https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs/query#queryrequest)
      * The call is not guaranteed to wait for the specified timeout; it typically
      * returns after around 200 seconds (200,000 milliseconds), even if the query
@@ -2133,12 +2112,11 @@ public Builder clearTimeout() {
      *
      *
      * 
-     * Optional. Specifies the maximum amount of time that the client is willing
-     * to wait for the query to complete. By default, this limit is 5 min for the
-     * first query, and 1 minute for the following queries. If the query is
-     * complete, the `done` field in the `QueryAssetsResponse` is true, otherwise
-     * false.
-     * Like {{bigquery_name}} [jobs.query
+     * Optional. Specifies the maximum amount of time that the client is willing to wait
+     * for the query to complete. By default, this limit is 5 min for the first
+     * query, and 1 minute for the following queries. If the query is complete,
+     * the `done` field in the `QueryAssetsResponse` is true, otherwise false.
+     * Like BigQuery [jobs.query
      * API](https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs/query#queryrequest)
      * The call is not guaranteed to wait for the specified timeout; it typically
      * returns after around 200 seconds (200,000 milliseconds), even if the query
@@ -2157,12 +2135,11 @@ public com.google.protobuf.Duration.Builder getTimeoutBuilder() {
      *
      *
      * 
-     * Optional. Specifies the maximum amount of time that the client is willing
-     * to wait for the query to complete. By default, this limit is 5 min for the
-     * first query, and 1 minute for the following queries. If the query is
-     * complete, the `done` field in the `QueryAssetsResponse` is true, otherwise
-     * false.
-     * Like {{bigquery_name}} [jobs.query
+     * Optional. Specifies the maximum amount of time that the client is willing to wait
+     * for the query to complete. By default, this limit is 5 min for the first
+     * query, and 1 minute for the following queries. If the query is complete,
+     * the `done` field in the `QueryAssetsResponse` is true, otherwise false.
+     * Like BigQuery [jobs.query
      * API](https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs/query#queryrequest)
      * The call is not guaranteed to wait for the specified timeout; it typically
      * returns after around 200 seconds (200,000 milliseconds), even if the query
@@ -2183,12 +2160,11 @@ public com.google.protobuf.DurationOrBuilder getTimeoutOrBuilder() {
      *
      *
      * 
-     * Optional. Specifies the maximum amount of time that the client is willing
-     * to wait for the query to complete. By default, this limit is 5 min for the
-     * first query, and 1 minute for the following queries. If the query is
-     * complete, the `done` field in the `QueryAssetsResponse` is true, otherwise
-     * false.
-     * Like {{bigquery_name}} [jobs.query
+     * Optional. Specifies the maximum amount of time that the client is willing to wait
+     * for the query to complete. By default, this limit is 5 min for the first
+     * query, and 1 minute for the following queries. If the query is complete,
+     * the `done` field in the `QueryAssetsResponse` is true, otherwise false.
+     * Like BigQuery [jobs.query
      * API](https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs/query#queryrequest)
      * The call is not guaranteed to wait for the specified timeout; it typically
      * returns after around 200 seconds (200,000 milliseconds), even if the query
@@ -2224,9 +2200,9 @@ public com.google.protobuf.DurationOrBuilder getTimeoutOrBuilder() {
      *
      *
      * 
-     * Optional. [start_time] is required. [start_time] must be less than
-     * [end_time] Defaults [end_time] to now if [start_time] is set and
-     * [end_time] isn't. Maximum permitted time range is 7 days.
+     * Optional. [start_time] is required. [start_time] must be less than [end_time]
+     * Defaults [end_time] to now if [start_time] is set and [end_time] isn't.
+     * Maximum permitted time range is 7 days.
      * 
* * @@ -2243,9 +2219,9 @@ public boolean hasReadTimeWindow() { * * *
-     * Optional. [start_time] is required. [start_time] must be less than
-     * [end_time] Defaults [end_time] to now if [start_time] is set and
-     * [end_time] isn't. Maximum permitted time range is 7 days.
+     * Optional. [start_time] is required. [start_time] must be less than [end_time]
+     * Defaults [end_time] to now if [start_time] is set and [end_time] isn't.
+     * Maximum permitted time range is 7 days.
      * 
* * @@ -2272,9 +2248,9 @@ public com.google.cloud.asset.v1.TimeWindow getReadTimeWindow() { * * *
-     * Optional. [start_time] is required. [start_time] must be less than
-     * [end_time] Defaults [end_time] to now if [start_time] is set and
-     * [end_time] isn't. Maximum permitted time range is 7 days.
+     * Optional. [start_time] is required. [start_time] must be less than [end_time]
+     * Defaults [end_time] to now if [start_time] is set and [end_time] isn't.
+     * Maximum permitted time range is 7 days.
      * 
* * @@ -2298,9 +2274,9 @@ public Builder setReadTimeWindow(com.google.cloud.asset.v1.TimeWindow value) { * * *
-     * Optional. [start_time] is required. [start_time] must be less than
-     * [end_time] Defaults [end_time] to now if [start_time] is set and
-     * [end_time] isn't. Maximum permitted time range is 7 days.
+     * Optional. [start_time] is required. [start_time] must be less than [end_time]
+     * Defaults [end_time] to now if [start_time] is set and [end_time] isn't.
+     * Maximum permitted time range is 7 days.
      * 
* * @@ -2321,9 +2297,9 @@ public Builder setReadTimeWindow(com.google.cloud.asset.v1.TimeWindow.Builder bu * * *
-     * Optional. [start_time] is required. [start_time] must be less than
-     * [end_time] Defaults [end_time] to now if [start_time] is set and
-     * [end_time] isn't. Maximum permitted time range is 7 days.
+     * Optional. [start_time] is required. [start_time] must be less than [end_time]
+     * Defaults [end_time] to now if [start_time] is set and [end_time] isn't.
+     * Maximum permitted time range is 7 days.
      * 
* * @@ -2356,9 +2332,9 @@ public Builder mergeReadTimeWindow(com.google.cloud.asset.v1.TimeWindow value) { * * *
-     * Optional. [start_time] is required. [start_time] must be less than
-     * [end_time] Defaults [end_time] to now if [start_time] is set and
-     * [end_time] isn't. Maximum permitted time range is 7 days.
+     * Optional. [start_time] is required. [start_time] must be less than [end_time]
+     * Defaults [end_time] to now if [start_time] is set and [end_time] isn't.
+     * Maximum permitted time range is 7 days.
      * 
* * @@ -2385,9 +2361,9 @@ public Builder clearReadTimeWindow() { * * *
-     * Optional. [start_time] is required. [start_time] must be less than
-     * [end_time] Defaults [end_time] to now if [start_time] is set and
-     * [end_time] isn't. Maximum permitted time range is 7 days.
+     * Optional. [start_time] is required. [start_time] must be less than [end_time]
+     * Defaults [end_time] to now if [start_time] is set and [end_time] isn't.
+     * Maximum permitted time range is 7 days.
      * 
* * @@ -2401,9 +2377,9 @@ public com.google.cloud.asset.v1.TimeWindow.Builder getReadTimeWindowBuilder() { * * *
-     * Optional. [start_time] is required. [start_time] must be less than
-     * [end_time] Defaults [end_time] to now if [start_time] is set and
-     * [end_time] isn't. Maximum permitted time range is 7 days.
+     * Optional. [start_time] is required. [start_time] must be less than [end_time]
+     * Defaults [end_time] to now if [start_time] is set and [end_time] isn't.
+     * Maximum permitted time range is 7 days.
      * 
* * @@ -2425,9 +2401,9 @@ public com.google.cloud.asset.v1.TimeWindowOrBuilder getReadTimeWindowOrBuilder( * * *
-     * Optional. [start_time] is required. [start_time] must be less than
-     * [end_time] Defaults [end_time] to now if [start_time] is set and
-     * [end_time] isn't. Maximum permitted time range is 7 days.
+     * Optional. [start_time] is required. [start_time] must be less than [end_time]
+     * Defaults [end_time] to now if [start_time] is set and [end_time] isn't.
+     * Maximum permitted time range is 7 days.
      * 
* * @@ -2466,8 +2442,7 @@ public com.google.cloud.asset.v1.TimeWindowOrBuilder getReadTimeWindowOrBuilder( * * *
-     * Optional. Queries cloud assets as they appeared at the specified point in
-     * time.
+     * Optional. Queries cloud assets as they appeared at the specified point in time.
      * 
* * .google.protobuf.Timestamp read_time = 8 [(.google.api.field_behavior) = OPTIONAL]; @@ -2483,8 +2458,7 @@ public boolean hasReadTime() { * * *
-     * Optional. Queries cloud assets as they appeared at the specified point in
-     * time.
+     * Optional. Queries cloud assets as they appeared at the specified point in time.
      * 
* * .google.protobuf.Timestamp read_time = 8 [(.google.api.field_behavior) = OPTIONAL]; @@ -2510,8 +2484,7 @@ public com.google.protobuf.Timestamp getReadTime() { * * *
-     * Optional. Queries cloud assets as they appeared at the specified point in
-     * time.
+     * Optional. Queries cloud assets as they appeared at the specified point in time.
      * 
* * .google.protobuf.Timestamp read_time = 8 [(.google.api.field_behavior) = OPTIONAL]; @@ -2534,8 +2507,7 @@ public Builder setReadTime(com.google.protobuf.Timestamp value) { * * *
-     * Optional. Queries cloud assets as they appeared at the specified point in
-     * time.
+     * Optional. Queries cloud assets as they appeared at the specified point in time.
      * 
* * .google.protobuf.Timestamp read_time = 8 [(.google.api.field_behavior) = OPTIONAL]; @@ -2555,8 +2527,7 @@ public Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue * * *
-     * Optional. Queries cloud assets as they appeared at the specified point in
-     * time.
+     * Optional. Queries cloud assets as they appeared at the specified point in time.
      * 
* * .google.protobuf.Timestamp read_time = 8 [(.google.api.field_behavior) = OPTIONAL]; @@ -2587,8 +2558,7 @@ public Builder mergeReadTime(com.google.protobuf.Timestamp value) { * * *
-     * Optional. Queries cloud assets as they appeared at the specified point in
-     * time.
+     * Optional. Queries cloud assets as they appeared at the specified point in time.
      * 
* * .google.protobuf.Timestamp read_time = 8 [(.google.api.field_behavior) = OPTIONAL]; @@ -2614,8 +2584,7 @@ public Builder clearReadTime() { * * *
-     * Optional. Queries cloud assets as they appeared at the specified point in
-     * time.
+     * Optional. Queries cloud assets as they appeared at the specified point in time.
      * 
* * .google.protobuf.Timestamp read_time = 8 [(.google.api.field_behavior) = OPTIONAL]; @@ -2628,8 +2597,7 @@ public com.google.protobuf.Timestamp.Builder getReadTimeBuilder() { * * *
-     * Optional. Queries cloud assets as they appeared at the specified point in
-     * time.
+     * Optional. Queries cloud assets as they appeared at the specified point in time.
      * 
* * .google.protobuf.Timestamp read_time = 8 [(.google.api.field_behavior) = OPTIONAL]; @@ -2650,8 +2618,7 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() { * * *
-     * Optional. Queries cloud assets as they appeared at the specified point in
-     * time.
+     * Optional. Queries cloud assets as they appeared at the specified point in time.
      * 
* * .google.protobuf.Timestamp read_time = 8 [(.google.api.field_behavior) = OPTIONAL]; diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/QueryAssetsRequestOrBuilder.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/QueryAssetsRequestOrBuilder.java index 501c080af56b..65d9cf5b9b2d 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/QueryAssetsRequestOrBuilder.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/QueryAssetsRequestOrBuilder.java @@ -64,8 +64,7 @@ public interface QueryAssetsRequestOrBuilder * * *
-   * Optional. A SQL statement that's compatible with [{{bigquery_name}}
-   * Standard
+   * Optional. A SQL statement that's compatible with [BigQuery Standard
    * SQL](http://cloud/bigquery/docs/reference/standard-sql/enabling-standard-sql).
    * 
* @@ -78,8 +77,7 @@ public interface QueryAssetsRequestOrBuilder * * *
-   * Optional. A SQL statement that's compatible with [{{bigquery_name}}
-   * Standard
+   * Optional. A SQL statement that's compatible with [BigQuery Standard
    * SQL](http://cloud/bigquery/docs/reference/standard-sql/enabling-standard-sql).
    * 
* @@ -92,8 +90,7 @@ public interface QueryAssetsRequestOrBuilder * * *
-   * Optional. A SQL statement that's compatible with [{{bigquery_name}}
-   * Standard
+   * Optional. A SQL statement that's compatible with [BigQuery Standard
    * SQL](http://cloud/bigquery/docs/reference/standard-sql/enabling-standard-sql).
    * 
* @@ -107,8 +104,8 @@ public interface QueryAssetsRequestOrBuilder * * *
-   * Optional. Reference to the query job, which is from the
-   * `QueryAssetsResponse` of previous `QueryAssets` call.
+   * Optional. Reference to the query job, which is from the `QueryAssetsResponse` of
+   * previous `QueryAssets` call.
    * 
* * string job_reference = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -120,8 +117,8 @@ public interface QueryAssetsRequestOrBuilder * * *
-   * Optional. Reference to the query job, which is from the
-   * `QueryAssetsResponse` of previous `QueryAssets` call.
+   * Optional. Reference to the query job, which is from the `QueryAssetsResponse` of
+   * previous `QueryAssets` call.
    * 
* * string job_reference = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -133,8 +130,8 @@ public interface QueryAssetsRequestOrBuilder * * *
-   * Optional. Reference to the query job, which is from the
-   * `QueryAssetsResponse` of previous `QueryAssets` call.
+   * Optional. Reference to the query job, which is from the `QueryAssetsResponse` of
+   * previous `QueryAssets` call.
    * 
* * string job_reference = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -147,8 +144,8 @@ public interface QueryAssetsRequestOrBuilder * * *
-   * Optional. The maximum number of rows to return in the results. Responses
-   * are limited to 10 MB and 1000 rows.
+   * Optional. The maximum number of rows to return in the results. Responses are limited
+   * to 10 MB and 1000 rows.
    * By default, the maximum row count is 1000. When the byte or row count limit
    * is reached, the rest of the query results will be paginated.
    * The field will be ignored when [output_config] is specified.
@@ -191,12 +188,11 @@ public interface QueryAssetsRequestOrBuilder
    *
    *
    * 
-   * Optional. Specifies the maximum amount of time that the client is willing
-   * to wait for the query to complete. By default, this limit is 5 min for the
-   * first query, and 1 minute for the following queries. If the query is
-   * complete, the `done` field in the `QueryAssetsResponse` is true, otherwise
-   * false.
-   * Like {{bigquery_name}} [jobs.query
+   * Optional. Specifies the maximum amount of time that the client is willing to wait
+   * for the query to complete. By default, this limit is 5 min for the first
+   * query, and 1 minute for the following queries. If the query is complete,
+   * the `done` field in the `QueryAssetsResponse` is true, otherwise false.
+   * Like BigQuery [jobs.query
    * API](https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs/query#queryrequest)
    * The call is not guaranteed to wait for the specified timeout; it typically
    * returns after around 200 seconds (200,000 milliseconds), even if the query
@@ -213,12 +209,11 @@ public interface QueryAssetsRequestOrBuilder
    *
    *
    * 
-   * Optional. Specifies the maximum amount of time that the client is willing
-   * to wait for the query to complete. By default, this limit is 5 min for the
-   * first query, and 1 minute for the following queries. If the query is
-   * complete, the `done` field in the `QueryAssetsResponse` is true, otherwise
-   * false.
-   * Like {{bigquery_name}} [jobs.query
+   * Optional. Specifies the maximum amount of time that the client is willing to wait
+   * for the query to complete. By default, this limit is 5 min for the first
+   * query, and 1 minute for the following queries. If the query is complete,
+   * the `done` field in the `QueryAssetsResponse` is true, otherwise false.
+   * Like BigQuery [jobs.query
    * API](https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs/query#queryrequest)
    * The call is not guaranteed to wait for the specified timeout; it typically
    * returns after around 200 seconds (200,000 milliseconds), even if the query
@@ -235,12 +230,11 @@ public interface QueryAssetsRequestOrBuilder
    *
    *
    * 
-   * Optional. Specifies the maximum amount of time that the client is willing
-   * to wait for the query to complete. By default, this limit is 5 min for the
-   * first query, and 1 minute for the following queries. If the query is
-   * complete, the `done` field in the `QueryAssetsResponse` is true, otherwise
-   * false.
-   * Like {{bigquery_name}} [jobs.query
+   * Optional. Specifies the maximum amount of time that the client is willing to wait
+   * for the query to complete. By default, this limit is 5 min for the first
+   * query, and 1 minute for the following queries. If the query is complete,
+   * the `done` field in the `QueryAssetsResponse` is true, otherwise false.
+   * Like BigQuery [jobs.query
    * API](https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs/query#queryrequest)
    * The call is not guaranteed to wait for the specified timeout; it typically
    * returns after around 200 seconds (200,000 milliseconds), even if the query
@@ -256,9 +250,9 @@ public interface QueryAssetsRequestOrBuilder
    *
    *
    * 
-   * Optional. [start_time] is required. [start_time] must be less than
-   * [end_time] Defaults [end_time] to now if [start_time] is set and
-   * [end_time] isn't. Maximum permitted time range is 7 days.
+   * Optional. [start_time] is required. [start_time] must be less than [end_time]
+   * Defaults [end_time] to now if [start_time] is set and [end_time] isn't.
+   * Maximum permitted time range is 7 days.
    * 
* * @@ -272,9 +266,9 @@ public interface QueryAssetsRequestOrBuilder * * *
-   * Optional. [start_time] is required. [start_time] must be less than
-   * [end_time] Defaults [end_time] to now if [start_time] is set and
-   * [end_time] isn't. Maximum permitted time range is 7 days.
+   * Optional. [start_time] is required. [start_time] must be less than [end_time]
+   * Defaults [end_time] to now if [start_time] is set and [end_time] isn't.
+   * Maximum permitted time range is 7 days.
    * 
* * @@ -288,9 +282,9 @@ public interface QueryAssetsRequestOrBuilder * * *
-   * Optional. [start_time] is required. [start_time] must be less than
-   * [end_time] Defaults [end_time] to now if [start_time] is set and
-   * [end_time] isn't. Maximum permitted time range is 7 days.
+   * Optional. [start_time] is required. [start_time] must be less than [end_time]
+   * Defaults [end_time] to now if [start_time] is set and [end_time] isn't.
+   * Maximum permitted time range is 7 days.
    * 
* * @@ -303,8 +297,7 @@ public interface QueryAssetsRequestOrBuilder * * *
-   * Optional. Queries cloud assets as they appeared at the specified point in
-   * time.
+   * Optional. Queries cloud assets as they appeared at the specified point in time.
    * 
* * .google.protobuf.Timestamp read_time = 8 [(.google.api.field_behavior) = OPTIONAL]; @@ -317,8 +310,7 @@ public interface QueryAssetsRequestOrBuilder * * *
-   * Optional. Queries cloud assets as they appeared at the specified point in
-   * time.
+   * Optional. Queries cloud assets as they appeared at the specified point in time.
    * 
* * .google.protobuf.Timestamp read_time = 8 [(.google.api.field_behavior) = OPTIONAL]; @@ -331,8 +323,7 @@ public interface QueryAssetsRequestOrBuilder * * *
-   * Optional. Queries cloud assets as they appeared at the specified point in
-   * time.
+   * Optional. Queries cloud assets as they appeared at the specified point in time.
    * 
* * .google.protobuf.Timestamp read_time = 8 [(.google.api.field_behavior) = OPTIONAL]; diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/QueryResult.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/QueryResult.java index 5954e794e2ce..257ca57f419e 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/QueryResult.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/QueryResult.java @@ -23,9 +23,9 @@ * *
  * Execution results of the query.
- * The result is formatted as rows represented by {{bigquery_name}} compatible
- * [schema]. When pagination is necessary, it will contains the page token to
- * retrieve the results of following pages.
+ * The result is formatted as rows represented by BigQuery compatible [schema].
+ * When pagination is necessary, it will contains the page token to retrieve
+ * the results of following pages.
  * 
* * Protobuf type {@code google.cloud.asset.v1.QueryResult} @@ -448,9 +448,9 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * *
    * Execution results of the query.
-   * The result is formatted as rows represented by {{bigquery_name}} compatible
-   * [schema]. When pagination is necessary, it will contains the page token to
-   * retrieve the results of following pages.
+   * The result is formatted as rows represented by BigQuery compatible [schema].
+   * When pagination is necessary, it will contains the page token to retrieve
+   * the results of following pages.
    * 
* * Protobuf type {@code google.cloud.asset.v1.QueryResult} diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/RelatedAsset.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/RelatedAsset.java index 257b1bd5727c..309b2dd704fe 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/RelatedAsset.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/RelatedAsset.java @@ -22,13 +22,12 @@ * * *
- * An asset identifier in {{gcp_name}} which contains its name, type and
- * ancestors. An asset can be any resource in the {{gcp_name}}
- * [resource
+ * An asset identifier in Google Cloud which contains its name, type and
+ * ancestors. An asset can be any resource in the Google Cloud [resource
  * hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy),
- * a resource outside the {{gcp_name}} resource hierarchy (such as
- * {{container_name}} clusters and objects), or a policy (e.g.
- * {{iam_name_short}} policy). See [Supported asset
+ * a resource outside the Google Cloud resource hierarchy (such as Google
+ * Kubernetes Engine clusters and objects), or a policy (e.g. Cloud IAM policy).
+ * See [Supported asset
  * types](https://cloud.google.com/asset-inventory/docs/supported-asset-types)
  * for more information.
  * 
@@ -196,7 +195,7 @@ public com.google.protobuf.ByteString getAssetTypeBytes() { * * *
-   * The ancestors of an asset in {{gcp_name}} [resource
+   * The ancestors of an asset in Google Cloud [resource
    * hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy),
    * represented as a list of relative resource names. An ancestry path starts
    * with the closest ancestor in the hierarchy and ends at root.
@@ -214,7 +213,7 @@ public com.google.protobuf.ProtocolStringList getAncestorsList() {
    *
    *
    * 
-   * The ancestors of an asset in {{gcp_name}} [resource
+   * The ancestors of an asset in Google Cloud [resource
    * hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy),
    * represented as a list of relative resource names. An ancestry path starts
    * with the closest ancestor in the hierarchy and ends at root.
@@ -232,7 +231,7 @@ public int getAncestorsCount() {
    *
    *
    * 
-   * The ancestors of an asset in {{gcp_name}} [resource
+   * The ancestors of an asset in Google Cloud [resource
    * hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy),
    * represented as a list of relative resource names. An ancestry path starts
    * with the closest ancestor in the hierarchy and ends at root.
@@ -251,7 +250,7 @@ public java.lang.String getAncestors(int index) {
    *
    *
    * 
-   * The ancestors of an asset in {{gcp_name}} [resource
+   * The ancestors of an asset in Google Cloud [resource
    * hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy),
    * represented as a list of relative resource names. An ancestry path starts
    * with the closest ancestor in the hierarchy and ends at root.
@@ -514,13 +513,12 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    *
    * 
-   * An asset identifier in {{gcp_name}} which contains its name, type and
-   * ancestors. An asset can be any resource in the {{gcp_name}}
-   * [resource
+   * An asset identifier in Google Cloud which contains its name, type and
+   * ancestors. An asset can be any resource in the Google Cloud [resource
    * hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy),
-   * a resource outside the {{gcp_name}} resource hierarchy (such as
-   * {{container_name}} clusters and objects), or a policy (e.g.
-   * {{iam_name_short}} policy). See [Supported asset
+   * a resource outside the Google Cloud resource hierarchy (such as Google
+   * Kubernetes Engine clusters and objects), or a policy (e.g. Cloud IAM policy).
+   * See [Supported asset
    * types](https://cloud.google.com/asset-inventory/docs/supported-asset-types)
    * for more information.
    * 
@@ -1001,7 +999,7 @@ private void ensureAncestorsIsMutable() { * * *
-     * The ancestors of an asset in {{gcp_name}} [resource
+     * The ancestors of an asset in Google Cloud [resource
      * hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy),
      * represented as a list of relative resource names. An ancestry path starts
      * with the closest ancestor in the hierarchy and ends at root.
@@ -1019,7 +1017,7 @@ public com.google.protobuf.ProtocolStringList getAncestorsList() {
      *
      *
      * 
-     * The ancestors of an asset in {{gcp_name}} [resource
+     * The ancestors of an asset in Google Cloud [resource
      * hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy),
      * represented as a list of relative resource names. An ancestry path starts
      * with the closest ancestor in the hierarchy and ends at root.
@@ -1037,7 +1035,7 @@ public int getAncestorsCount() {
      *
      *
      * 
-     * The ancestors of an asset in {{gcp_name}} [resource
+     * The ancestors of an asset in Google Cloud [resource
      * hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy),
      * represented as a list of relative resource names. An ancestry path starts
      * with the closest ancestor in the hierarchy and ends at root.
@@ -1056,7 +1054,7 @@ public java.lang.String getAncestors(int index) {
      *
      *
      * 
-     * The ancestors of an asset in {{gcp_name}} [resource
+     * The ancestors of an asset in Google Cloud [resource
      * hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy),
      * represented as a list of relative resource names. An ancestry path starts
      * with the closest ancestor in the hierarchy and ends at root.
@@ -1075,7 +1073,7 @@ public com.google.protobuf.ByteString getAncestorsBytes(int index) {
      *
      *
      * 
-     * The ancestors of an asset in {{gcp_name}} [resource
+     * The ancestors of an asset in Google Cloud [resource
      * hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy),
      * represented as a list of relative resource names. An ancestry path starts
      * with the closest ancestor in the hierarchy and ends at root.
@@ -1101,7 +1099,7 @@ public Builder setAncestors(int index, java.lang.String value) {
      *
      *
      * 
-     * The ancestors of an asset in {{gcp_name}} [resource
+     * The ancestors of an asset in Google Cloud [resource
      * hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy),
      * represented as a list of relative resource names. An ancestry path starts
      * with the closest ancestor in the hierarchy and ends at root.
@@ -1126,7 +1124,7 @@ public Builder addAncestors(java.lang.String value) {
      *
      *
      * 
-     * The ancestors of an asset in {{gcp_name}} [resource
+     * The ancestors of an asset in Google Cloud [resource
      * hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy),
      * represented as a list of relative resource names. An ancestry path starts
      * with the closest ancestor in the hierarchy and ends at root.
@@ -1148,7 +1146,7 @@ public Builder addAllAncestors(java.lang.Iterable values) {
      *
      *
      * 
-     * The ancestors of an asset in {{gcp_name}} [resource
+     * The ancestors of an asset in Google Cloud [resource
      * hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy),
      * represented as a list of relative resource names. An ancestry path starts
      * with the closest ancestor in the hierarchy and ends at root.
@@ -1169,7 +1167,7 @@ public Builder clearAncestors() {
      *
      *
      * 
-     * The ancestors of an asset in {{gcp_name}} [resource
+     * The ancestors of an asset in Google Cloud [resource
      * hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy),
      * represented as a list of relative resource names. An ancestry path starts
      * with the closest ancestor in the hierarchy and ends at root.
diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/RelatedAssetOrBuilder.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/RelatedAssetOrBuilder.java
index 45d727af0b9f..dc568a1f8408 100644
--- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/RelatedAssetOrBuilder.java
+++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/RelatedAssetOrBuilder.java
@@ -91,7 +91,7 @@ public interface RelatedAssetOrBuilder
    *
    *
    * 
-   * The ancestors of an asset in {{gcp_name}} [resource
+   * The ancestors of an asset in Google Cloud [resource
    * hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy),
    * represented as a list of relative resource names. An ancestry path starts
    * with the closest ancestor in the hierarchy and ends at root.
@@ -107,7 +107,7 @@ public interface RelatedAssetOrBuilder
    *
    *
    * 
-   * The ancestors of an asset in {{gcp_name}} [resource
+   * The ancestors of an asset in Google Cloud [resource
    * hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy),
    * represented as a list of relative resource names. An ancestry path starts
    * with the closest ancestor in the hierarchy and ends at root.
@@ -123,7 +123,7 @@ public interface RelatedAssetOrBuilder
    *
    *
    * 
-   * The ancestors of an asset in {{gcp_name}} [resource
+   * The ancestors of an asset in Google Cloud [resource
    * hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy),
    * represented as a list of relative resource names. An ancestry path starts
    * with the closest ancestor in the hierarchy and ends at root.
@@ -140,7 +140,7 @@ public interface RelatedAssetOrBuilder
    *
    *
    * 
-   * The ancestors of an asset in {{gcp_name}} [resource
+   * The ancestors of an asset in Google Cloud [resource
    * hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy),
    * represented as a list of relative resource names. An ancestry path starts
    * with the closest ancestor in the hierarchy and ends at root.
diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/Resource.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/Resource.java
index 2bf9843f0131..e4672184dba9 100644
--- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/Resource.java
+++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/Resource.java
@@ -22,7 +22,7 @@
  *
  *
  * 
- * A representation of a {{gcp_name}} resource.
+ * A representation of a Google Cloud resource.
  * 
* * Protobuf type {@code google.cloud.asset.v1.Resource} @@ -131,7 +131,7 @@ public com.google.protobuf.ByteString getVersionBytes() { * Example: * `https://www.googleapis.com/discovery/v1/apis/compute/v1/rest` * This value is unspecified for resources that do not have an API based on a - * discovery document, such as {{bigtable_name}}. + * discovery document, such as Cloud Bigtable. *
* * string discovery_document_uri = 2; @@ -158,7 +158,7 @@ public java.lang.String getDiscoveryDocumentUri() { * Example: * `https://www.googleapis.com/discovery/v1/apis/compute/v1/rest` * This value is unspecified for resources that do not have an API based on a - * discovery document, such as {{bigtable_name}}. + * discovery document, such as Cloud Bigtable. *
* * string discovery_document_uri = 2; @@ -187,7 +187,7 @@ public com.google.protobuf.ByteString getDiscoveryDocumentUriBytes() { * The JSON schema name listed in the discovery document. Example: * `Project` * This value is unspecified for resources that do not have an API based on a - * discovery document, such as {{bigtable_name}}. + * discovery document, such as Cloud Bigtable. *
* * string discovery_name = 3; @@ -213,7 +213,7 @@ public java.lang.String getDiscoveryName() { * The JSON schema name listed in the discovery document. Example: * `Project` * This value is unspecified for resources that do not have an API based on a - * discovery document, such as {{bigtable_name}}. + * discovery document, such as Cloud Bigtable. *
* * string discovery_name = 3; @@ -298,8 +298,8 @@ public com.google.protobuf.ByteString getResourceUrlBytes() { * [Resource * Names](https://cloud.google.com/apis/design/resource_names#full_resource_name) * for more information. - * For {{gcp_name}} assets, this value is the parent resource defined in the - * [{{iam_name_short}} policy + * For Google Cloud assets, this value is the parent resource defined in the + * [Cloud IAM policy * hierarchy](https://cloud.google.com/iam/docs/overview#policy_hierarchy). * Example: * `//cloudresourcemanager.googleapis.com/projects/my_project_123` @@ -330,8 +330,8 @@ public java.lang.String getParent() { * [Resource * Names](https://cloud.google.com/apis/design/resource_names#full_resource_name) * for more information. - * For {{gcp_name}} assets, this value is the parent resource defined in the - * [{{iam_name_short}} policy + * For Google Cloud assets, this value is the parent resource defined in the + * [Cloud IAM policy * hierarchy](https://cloud.google.com/iam/docs/overview#policy_hierarchy). * Example: * `//cloudresourcemanager.googleapis.com/projects/my_project_123` @@ -410,7 +410,7 @@ public com.google.protobuf.StructOrBuilder getDataOrBuilder() { * * *
-   * The location of the resource in {{gcp_name}}, such as its zone and region.
+   * The location of the resource in Google Cloud, such as its zone and region.
    * For more information, see https://cloud.google.com/about/locations/.
    * 
* @@ -434,7 +434,7 @@ public java.lang.String getLocation() { * * *
-   * The location of the resource in {{gcp_name}}, such as its zone and region.
+   * The location of the resource in Google Cloud, such as its zone and region.
    * For more information, see https://cloud.google.com/about/locations/.
    * 
* @@ -675,7 +675,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * A representation of a {{gcp_name}} resource.
+   * A representation of a Google Cloud resource.
    * 
* * Protobuf type {@code google.cloud.asset.v1.Resource} @@ -1040,7 +1040,7 @@ public Builder setVersionBytes(com.google.protobuf.ByteString value) { * Example: * `https://www.googleapis.com/discovery/v1/apis/compute/v1/rest` * This value is unspecified for resources that do not have an API based on a - * discovery document, such as {{bigtable_name}}. + * discovery document, such as Cloud Bigtable. *
* * string discovery_document_uri = 2; @@ -1066,7 +1066,7 @@ public java.lang.String getDiscoveryDocumentUri() { * Example: * `https://www.googleapis.com/discovery/v1/apis/compute/v1/rest` * This value is unspecified for resources that do not have an API based on a - * discovery document, such as {{bigtable_name}}. + * discovery document, such as Cloud Bigtable. *
* * string discovery_document_uri = 2; @@ -1092,7 +1092,7 @@ public com.google.protobuf.ByteString getDiscoveryDocumentUriBytes() { * Example: * `https://www.googleapis.com/discovery/v1/apis/compute/v1/rest` * This value is unspecified for resources that do not have an API based on a - * discovery document, such as {{bigtable_name}}. + * discovery document, such as Cloud Bigtable. *
* * string discovery_document_uri = 2; @@ -1117,7 +1117,7 @@ public Builder setDiscoveryDocumentUri(java.lang.String value) { * Example: * `https://www.googleapis.com/discovery/v1/apis/compute/v1/rest` * This value is unspecified for resources that do not have an API based on a - * discovery document, such as {{bigtable_name}}. + * discovery document, such as Cloud Bigtable. *
* * string discovery_document_uri = 2; @@ -1138,7 +1138,7 @@ public Builder clearDiscoveryDocumentUri() { * Example: * `https://www.googleapis.com/discovery/v1/apis/compute/v1/rest` * This value is unspecified for resources that do not have an API based on a - * discovery document, such as {{bigtable_name}}. + * discovery document, such as Cloud Bigtable. *
* * string discovery_document_uri = 2; @@ -1165,7 +1165,7 @@ public Builder setDiscoveryDocumentUriBytes(com.google.protobuf.ByteString value * The JSON schema name listed in the discovery document. Example: * `Project` * This value is unspecified for resources that do not have an API based on a - * discovery document, such as {{bigtable_name}}. + * discovery document, such as Cloud Bigtable. *
* * string discovery_name = 3; @@ -1190,7 +1190,7 @@ public java.lang.String getDiscoveryName() { * The JSON schema name listed in the discovery document. Example: * `Project` * This value is unspecified for resources that do not have an API based on a - * discovery document, such as {{bigtable_name}}. + * discovery document, such as Cloud Bigtable. *
* * string discovery_name = 3; @@ -1215,7 +1215,7 @@ public com.google.protobuf.ByteString getDiscoveryNameBytes() { * The JSON schema name listed in the discovery document. Example: * `Project` * This value is unspecified for resources that do not have an API based on a - * discovery document, such as {{bigtable_name}}. + * discovery document, such as Cloud Bigtable. *
* * string discovery_name = 3; @@ -1239,7 +1239,7 @@ public Builder setDiscoveryName(java.lang.String value) { * The JSON schema name listed in the discovery document. Example: * `Project` * This value is unspecified for resources that do not have an API based on a - * discovery document, such as {{bigtable_name}}. + * discovery document, such as Cloud Bigtable. *
* * string discovery_name = 3; @@ -1259,7 +1259,7 @@ public Builder clearDiscoveryName() { * The JSON schema name listed in the discovery document. Example: * `Project` * This value is unspecified for resources that do not have an API based on a - * discovery document, such as {{bigtable_name}}. + * discovery document, such as Cloud Bigtable. *
* * string discovery_name = 3; @@ -1408,8 +1408,8 @@ public Builder setResourceUrlBytes(com.google.protobuf.ByteString value) { * [Resource * Names](https://cloud.google.com/apis/design/resource_names#full_resource_name) * for more information. - * For {{gcp_name}} assets, this value is the parent resource defined in the - * [{{iam_name_short}} policy + * For Google Cloud assets, this value is the parent resource defined in the + * [Cloud IAM policy * hierarchy](https://cloud.google.com/iam/docs/overview#policy_hierarchy). * Example: * `//cloudresourcemanager.googleapis.com/projects/my_project_123` @@ -1439,8 +1439,8 @@ public java.lang.String getParent() { * [Resource * Names](https://cloud.google.com/apis/design/resource_names#full_resource_name) * for more information. - * For {{gcp_name}} assets, this value is the parent resource defined in the - * [{{iam_name_short}} policy + * For Google Cloud assets, this value is the parent resource defined in the + * [Cloud IAM policy * hierarchy](https://cloud.google.com/iam/docs/overview#policy_hierarchy). * Example: * `//cloudresourcemanager.googleapis.com/projects/my_project_123` @@ -1470,8 +1470,8 @@ public com.google.protobuf.ByteString getParentBytes() { * [Resource * Names](https://cloud.google.com/apis/design/resource_names#full_resource_name) * for more information. - * For {{gcp_name}} assets, this value is the parent resource defined in the - * [{{iam_name_short}} policy + * For Google Cloud assets, this value is the parent resource defined in the + * [Cloud IAM policy * hierarchy](https://cloud.google.com/iam/docs/overview#policy_hierarchy). * Example: * `//cloudresourcemanager.googleapis.com/projects/my_project_123` @@ -1500,8 +1500,8 @@ public Builder setParent(java.lang.String value) { * [Resource * Names](https://cloud.google.com/apis/design/resource_names#full_resource_name) * for more information. - * For {{gcp_name}} assets, this value is the parent resource defined in the - * [{{iam_name_short}} policy + * For Google Cloud assets, this value is the parent resource defined in the + * [Cloud IAM policy * hierarchy](https://cloud.google.com/iam/docs/overview#policy_hierarchy). * Example: * `//cloudresourcemanager.googleapis.com/projects/my_project_123` @@ -1526,8 +1526,8 @@ public Builder clearParent() { * [Resource * Names](https://cloud.google.com/apis/design/resource_names#full_resource_name) * for more information. - * For {{gcp_name}} assets, this value is the parent resource defined in the - * [{{iam_name_short}} policy + * For Google Cloud assets, this value is the parent resource defined in the + * [Cloud IAM policy * hierarchy](https://cloud.google.com/iam/docs/overview#policy_hierarchy). * Example: * `//cloudresourcemanager.googleapis.com/projects/my_project_123` @@ -1741,7 +1741,7 @@ public com.google.protobuf.StructOrBuilder getDataOrBuilder() { * * *
-     * The location of the resource in {{gcp_name}}, such as its zone and region.
+     * The location of the resource in Google Cloud, such as its zone and region.
      * For more information, see https://cloud.google.com/about/locations/.
      * 
* @@ -1764,7 +1764,7 @@ public java.lang.String getLocation() { * * *
-     * The location of the resource in {{gcp_name}}, such as its zone and region.
+     * The location of the resource in Google Cloud, such as its zone and region.
      * For more information, see https://cloud.google.com/about/locations/.
      * 
* @@ -1787,7 +1787,7 @@ public com.google.protobuf.ByteString getLocationBytes() { * * *
-     * The location of the resource in {{gcp_name}}, such as its zone and region.
+     * The location of the resource in Google Cloud, such as its zone and region.
      * For more information, see https://cloud.google.com/about/locations/.
      * 
* @@ -1809,7 +1809,7 @@ public Builder setLocation(java.lang.String value) { * * *
-     * The location of the resource in {{gcp_name}}, such as its zone and region.
+     * The location of the resource in Google Cloud, such as its zone and region.
      * For more information, see https://cloud.google.com/about/locations/.
      * 
* @@ -1827,7 +1827,7 @@ public Builder clearLocation() { * * *
-     * The location of the resource in {{gcp_name}}, such as its zone and region.
+     * The location of the resource in Google Cloud, such as its zone and region.
      * For more information, see https://cloud.google.com/about/locations/.
      * 
* diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ResourceOrBuilder.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ResourceOrBuilder.java index 96e88b3cf5b3..72cf57aa5294 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ResourceOrBuilder.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ResourceOrBuilder.java @@ -56,7 +56,7 @@ public interface ResourceOrBuilder * Example: * `https://www.googleapis.com/discovery/v1/apis/compute/v1/rest` * This value is unspecified for resources that do not have an API based on a - * discovery document, such as {{bigtable_name}}. + * discovery document, such as Cloud Bigtable. *
* * string discovery_document_uri = 2; @@ -72,7 +72,7 @@ public interface ResourceOrBuilder * Example: * `https://www.googleapis.com/discovery/v1/apis/compute/v1/rest` * This value is unspecified for resources that do not have an API based on a - * discovery document, such as {{bigtable_name}}. + * discovery document, such as Cloud Bigtable. *
* * string discovery_document_uri = 2; @@ -88,7 +88,7 @@ public interface ResourceOrBuilder * The JSON schema name listed in the discovery document. Example: * `Project` * This value is unspecified for resources that do not have an API based on a - * discovery document, such as {{bigtable_name}}. + * discovery document, such as Cloud Bigtable. *
* * string discovery_name = 3; @@ -103,7 +103,7 @@ public interface ResourceOrBuilder * The JSON schema name listed in the discovery document. Example: * `Project` * This value is unspecified for resources that do not have an API based on a - * discovery document, such as {{bigtable_name}}. + * discovery document, such as Cloud Bigtable. *
* * string discovery_name = 3; @@ -151,8 +151,8 @@ public interface ResourceOrBuilder * [Resource * Names](https://cloud.google.com/apis/design/resource_names#full_resource_name) * for more information. - * For {{gcp_name}} assets, this value is the parent resource defined in the - * [{{iam_name_short}} policy + * For Google Cloud assets, this value is the parent resource defined in the + * [Cloud IAM policy * hierarchy](https://cloud.google.com/iam/docs/overview#policy_hierarchy). * Example: * `//cloudresourcemanager.googleapis.com/projects/my_project_123` @@ -172,8 +172,8 @@ public interface ResourceOrBuilder * [Resource * Names](https://cloud.google.com/apis/design/resource_names#full_resource_name) * for more information. - * For {{gcp_name}} assets, this value is the parent resource defined in the - * [{{iam_name_short}} policy + * For Google Cloud assets, this value is the parent resource defined in the + * [Cloud IAM policy * hierarchy](https://cloud.google.com/iam/docs/overview#policy_hierarchy). * Example: * `//cloudresourcemanager.googleapis.com/projects/my_project_123` @@ -228,7 +228,7 @@ public interface ResourceOrBuilder * * *
-   * The location of the resource in {{gcp_name}}, such as its zone and region.
+   * The location of the resource in Google Cloud, such as its zone and region.
    * For more information, see https://cloud.google.com/about/locations/.
    * 
* @@ -241,7 +241,7 @@ public interface ResourceOrBuilder * * *
-   * The location of the resource in {{gcp_name}}, such as its zone and region.
+   * The location of the resource in Google Cloud, such as its zone and region.
    * For more information, see https://cloud.google.com/about/locations/.
    * 
* diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ResourceSearchResult.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ResourceSearchResult.java index 3668145bfd33..bde1f7c0d26f 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ResourceSearchResult.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ResourceSearchResult.java @@ -107,7 +107,7 @@ protected com.google.protobuf.MapField internalGetMapField(int number) { *
    * The full resource name of this resource. Example:
    * `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
-   * See [{{cai_name}} Resource Name
+   * See [Cloud Asset Inventory Resource Name
    * Format](https://cloud.google.com/asset-inventory/docs/resource-name-format)
    * for more information.
    * To search against the `name`:
@@ -137,7 +137,7 @@ public java.lang.String getName() {
    * 
    * The full resource name of this resource. Example:
    * `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
-   * See [{{cai_name}} Resource Name
+   * See [Cloud Asset Inventory Resource Name
    * Format](https://cloud.google.com/asset-inventory/docs/resource-name-format)
    * for more information.
    * To search against the `name`:
@@ -626,8 +626,7 @@ public int getLabelsCount() {
    *
    *
    * 
-   * Labels associated with this resource. See
-   * [Labelling and grouping {{gcp_name}}
+   * Labels associated with this resource. See [Labelling and grouping GCP
    * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
    * for more information. This field is available only when the resource's
    * Protobuf contains it.
@@ -658,8 +657,7 @@ public java.util.Map getLabels() {
    *
    *
    * 
-   * Labels associated with this resource. See
-   * [Labelling and grouping {{gcp_name}}
+   * Labels associated with this resource. See [Labelling and grouping GCP
    * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
    * for more information. This field is available only when the resource's
    * Protobuf contains it.
@@ -681,8 +679,7 @@ public java.util.Map getLabelsMap() {
    *
    *
    * 
-   * Labels associated with this resource. See
-   * [Labelling and grouping {{gcp_name}}
+   * Labels associated with this resource. See [Labelling and grouping GCP
    * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
    * for more information. This field is available only when the resource's
    * Protobuf contains it.
@@ -708,8 +705,7 @@ public java.lang.String getLabelsOrDefault(java.lang.String key, java.lang.Strin
    *
    *
    * 
-   * Labels associated with this resource. See
-   * [Labelling and grouping {{gcp_name}}
+   * Labels associated with this resource. See [Labelling and grouping GCP
    * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
    * for more information. This field is available only when the resource's
    * Protobuf contains it.
@@ -742,8 +738,7 @@ public java.lang.String getLabelsOrThrow(java.lang.String key) {
    *
    * 
    * Network tags associated with this resource. Like labels, network tags are a
-   * type of annotations used to group {{gcp_name}} resources. See
-   * [Labelling {{gcp_name}}
+   * type of annotations used to group GCP resources. See [Labelling GCP
    * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
    * for more information. This field is available only when the resource's
    * Protobuf contains it.
@@ -764,8 +759,7 @@ public com.google.protobuf.ProtocolStringList getNetworkTagsList() {
    *
    * 
    * Network tags associated with this resource. Like labels, network tags are a
-   * type of annotations used to group {{gcp_name}} resources. See
-   * [Labelling {{gcp_name}}
+   * type of annotations used to group GCP resources. See [Labelling GCP
    * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
    * for more information. This field is available only when the resource's
    * Protobuf contains it.
@@ -786,8 +780,7 @@ public int getNetworkTagsCount() {
    *
    * 
    * Network tags associated with this resource. Like labels, network tags are a
-   * type of annotations used to group {{gcp_name}} resources. See
-   * [Labelling {{gcp_name}}
+   * type of annotations used to group GCP resources. See [Labelling GCP
    * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
    * for more information. This field is available only when the resource's
    * Protobuf contains it.
@@ -809,8 +802,7 @@ public java.lang.String getNetworkTags(int index) {
    *
    * 
    * Network tags associated with this resource. Like labels, network tags are a
-   * type of annotations used to group {{gcp_name}} resources. See
-   * [Labelling {{gcp_name}}
+   * type of annotations used to group GCP resources. See [Labelling GCP
    * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
    * for more information. This field is available only when the resource's
    * Protobuf contains it.
@@ -834,15 +826,15 @@ public com.google.protobuf.ByteString getNetworkTagsBytes(int index) {
    *
    *
    * 
-   * The {{kms_name_short}}
+   * The Cloud KMS
    * [CryptoKey](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys)
    * name or
    * [CryptoKeyVersion](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys.cryptoKeyVersions)
    * name.
    * This field only presents for the purpose of backward compatibility. Please
-   * use the `kms_keys` field to retrieve {{kms_name_short}} key information.
-   * This field is available only when the resource's Protobuf contains it and
-   * will only be populated for [these resource
+   * use the `kms_keys` field to retrieve KMS key information. This field is
+   * available only when the resource's Protobuf contains it and will only be
+   * populated for [these resource
    * types](https://cloud.google.com/asset-inventory/docs/legacy-field-names#resource_types_with_the_to_be_deprecated_kmskey_field)
    * for backward compatible purposes.
    * To search against the `kms_key`:
@@ -853,7 +845,7 @@ public com.google.protobuf.ByteString getNetworkTagsBytes(int index) {
    * string kms_key = 10 [deprecated = true];
    *
    * @deprecated google.cloud.asset.v1.ResourceSearchResult.kms_key is deprecated. See
-   *     google/cloud/asset/v1/assets.proto;l=438
+   *     google/cloud/asset/v1/assets.proto;l=434
    * @return The kmsKey.
    */
   @java.lang.Override
@@ -873,15 +865,15 @@ public java.lang.String getKmsKey() {
    *
    *
    * 
-   * The {{kms_name_short}}
+   * The Cloud KMS
    * [CryptoKey](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys)
    * name or
    * [CryptoKeyVersion](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys.cryptoKeyVersions)
    * name.
    * This field only presents for the purpose of backward compatibility. Please
-   * use the `kms_keys` field to retrieve {{kms_name_short}} key information.
-   * This field is available only when the resource's Protobuf contains it and
-   * will only be populated for [these resource
+   * use the `kms_keys` field to retrieve KMS key information. This field is
+   * available only when the resource's Protobuf contains it and will only be
+   * populated for [these resource
    * types](https://cloud.google.com/asset-inventory/docs/legacy-field-names#resource_types_with_the_to_be_deprecated_kmskey_field)
    * for backward compatible purposes.
    * To search against the `kms_key`:
@@ -892,7 +884,7 @@ public java.lang.String getKmsKey() {
    * string kms_key = 10 [deprecated = true];
    *
    * @deprecated google.cloud.asset.v1.ResourceSearchResult.kms_key is deprecated. See
-   *     google/cloud/asset/v1/assets.proto;l=438
+   *     google/cloud/asset/v1/assets.proto;l=434
    * @return The bytes for kmsKey.
    */
   @java.lang.Override
@@ -915,7 +907,7 @@ public com.google.protobuf.ByteString getKmsKeyBytes() {
    *
    *
    * 
-   * The {{kms_name_short}}
+   * The Cloud KMS
    * [CryptoKey](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys)
    * names or
    * [CryptoKeyVersion](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys.cryptoKeyVersions)
@@ -937,7 +929,7 @@ public com.google.protobuf.ProtocolStringList getKmsKeysList() {
    *
    *
    * 
-   * The {{kms_name_short}}
+   * The Cloud KMS
    * [CryptoKey](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys)
    * names or
    * [CryptoKeyVersion](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys.cryptoKeyVersions)
@@ -959,7 +951,7 @@ public int getKmsKeysCount() {
    *
    *
    * 
-   * The {{kms_name_short}}
+   * The Cloud KMS
    * [CryptoKey](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys)
    * names or
    * [CryptoKeyVersion](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys.cryptoKeyVersions)
@@ -982,7 +974,7 @@ public java.lang.String getKmsKeys(int index) {
    *
    *
    * 
-   * The {{kms_name_short}}
+   * The Cloud KMS
    * [CryptoKey](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys)
    * names or
    * [CryptoKeyVersion](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys.cryptoKeyVersions)
@@ -1161,8 +1153,8 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() {
    * SUSPENDING, SUSPENDED, REPAIRING, and TERMINATED. See `status` definition
    * in [API
    * Reference](https://cloud.google.com/compute/docs/reference/rest/v1/instances).
-   * If the resource is a project provided by {{crm_name}}, its state will
-   * include LIFECYCLE_STATE_UNSPECIFIED, ACTIVE, DELETE_REQUESTED and
+   * If the resource is a project provided by Cloud Resource Manager, its state
+   * will include LIFECYCLE_STATE_UNSPECIFIED, ACTIVE, DELETE_REQUESTED and
    * DELETE_IN_PROGRESS. See `lifecycleState` definition in [API
    * Reference](https://cloud.google.com/resource-manager/reference/rest/v1/projects).
    * To search against the `state`:
@@ -1200,8 +1192,8 @@ public java.lang.String getState() {
    * SUSPENDING, SUSPENDED, REPAIRING, and TERMINATED. See `status` definition
    * in [API
    * Reference](https://cloud.google.com/compute/docs/reference/rest/v1/instances).
-   * If the resource is a project provided by {{crm_name}}, its state will
-   * include LIFECYCLE_STATE_UNSPECIFIED, ACTIVE, DELETE_REQUESTED and
+   * If the resource is a project provided by Cloud Resource Manager, its state
+   * will include LIFECYCLE_STATE_UNSPECIFIED, ACTIVE, DELETE_REQUESTED and
    * DELETE_IN_PROGRESS. See `lifecycleState` definition in [API
    * Reference](https://cloud.google.com/resource-manager/reference/rest/v1/projects).
    * To search against the `state`:
@@ -1236,14 +1228,14 @@ public com.google.protobuf.ByteString getStateBytes() {
    * vary from one resource type to another. Examples: `projectId` for Project,
    * `dnsName` for DNS ManagedZone. This field contains a subset of the resource
    * metadata fields that are returned by the List or Get APIs provided by the
-   * corresponding {{gcp_name}} service (e.g., Compute Engine). see
-   * [API references and supported searchable
+   * corresponding GCP service (e.g., Compute Engine). see [API references and
+   * supported searchable
    * attributes](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types)
    * to see which fields are included.
    * You can search values of these fields through free text search. However,
    * you should not consume the field programically as the field names and
-   * values may change as the {{gcp_name}} service updates to a new incompatible
-   * API version.
+   * values may change as the GCP service updates to a new incompatible API
+   * version.
    * To search against the `additional_attributes`:
    * * Use a free text query to match the attributes values. Example: to search
    *   `additional_attributes = { dnsName: "foobar" }`, you can issue a query
@@ -1266,14 +1258,14 @@ public boolean hasAdditionalAttributes() {
    * vary from one resource type to another. Examples: `projectId` for Project,
    * `dnsName` for DNS ManagedZone. This field contains a subset of the resource
    * metadata fields that are returned by the List or Get APIs provided by the
-   * corresponding {{gcp_name}} service (e.g., Compute Engine). see
-   * [API references and supported searchable
+   * corresponding GCP service (e.g., Compute Engine). see [API references and
+   * supported searchable
    * attributes](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types)
    * to see which fields are included.
    * You can search values of these fields through free text search. However,
    * you should not consume the field programically as the field names and
-   * values may change as the {{gcp_name}} service updates to a new incompatible
-   * API version.
+   * values may change as the GCP service updates to a new incompatible API
+   * version.
    * To search against the `additional_attributes`:
    * * Use a free text query to match the attributes values. Example: to search
    *   `additional_attributes = { dnsName: "foobar" }`, you can issue a query
@@ -1298,14 +1290,14 @@ public com.google.protobuf.Struct getAdditionalAttributes() {
    * vary from one resource type to another. Examples: `projectId` for Project,
    * `dnsName` for DNS ManagedZone. This field contains a subset of the resource
    * metadata fields that are returned by the List or Get APIs provided by the
-   * corresponding {{gcp_name}} service (e.g., Compute Engine). see
-   * [API references and supported searchable
+   * corresponding GCP service (e.g., Compute Engine). see [API references and
+   * supported searchable
    * attributes](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types)
    * to see which fields are included.
    * You can search values of these fields through free text search. However,
    * you should not consume the field programically as the field names and
-   * values may change as the {{gcp_name}} service updates to a new incompatible
-   * API version.
+   * values may change as the GCP service updates to a new incompatible API
+   * version.
    * To search against the `additional_attributes`:
    * * Use a free text query to match the attributes values. Example: to search
    *   `additional_attributes = { dnsName: "foobar" }`, you can issue a query
@@ -3158,7 +3150,7 @@ public Builder mergeFrom(
      * 
      * The full resource name of this resource. Example:
      * `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
-     * See [{{cai_name}} Resource Name
+     * See [Cloud Asset Inventory Resource Name
      * Format](https://cloud.google.com/asset-inventory/docs/resource-name-format)
      * for more information.
      * To search against the `name`:
@@ -3187,7 +3179,7 @@ public java.lang.String getName() {
      * 
      * The full resource name of this resource. Example:
      * `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
-     * See [{{cai_name}} Resource Name
+     * See [Cloud Asset Inventory Resource Name
      * Format](https://cloud.google.com/asset-inventory/docs/resource-name-format)
      * for more information.
      * To search against the `name`:
@@ -3216,7 +3208,7 @@ public com.google.protobuf.ByteString getNameBytes() {
      * 
      * The full resource name of this resource. Example:
      * `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
-     * See [{{cai_name}} Resource Name
+     * See [Cloud Asset Inventory Resource Name
      * Format](https://cloud.google.com/asset-inventory/docs/resource-name-format)
      * for more information.
      * To search against the `name`:
@@ -3244,7 +3236,7 @@ public Builder setName(java.lang.String value) {
      * 
      * The full resource name of this resource. Example:
      * `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
-     * See [{{cai_name}} Resource Name
+     * See [Cloud Asset Inventory Resource Name
      * Format](https://cloud.google.com/asset-inventory/docs/resource-name-format)
      * for more information.
      * To search against the `name`:
@@ -3268,7 +3260,7 @@ public Builder clearName() {
      * 
      * The full resource name of this resource. Example:
      * `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
-     * See [{{cai_name}} Resource Name
+     * See [Cloud Asset Inventory Resource Name
      * Format](https://cloud.google.com/asset-inventory/docs/resource-name-format)
      * for more information.
      * To search against the `name`:
@@ -4319,8 +4311,7 @@ public int getLabelsCount() {
      *
      *
      * 
-     * Labels associated with this resource. See
-     * [Labelling and grouping {{gcp_name}}
+     * Labels associated with this resource. See [Labelling and grouping GCP
      * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
      * for more information. This field is available only when the resource's
      * Protobuf contains it.
@@ -4351,8 +4342,7 @@ public java.util.Map getLabels() {
      *
      *
      * 
-     * Labels associated with this resource. See
-     * [Labelling and grouping {{gcp_name}}
+     * Labels associated with this resource. See [Labelling and grouping GCP
      * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
      * for more information. This field is available only when the resource's
      * Protobuf contains it.
@@ -4374,8 +4364,7 @@ public java.util.Map getLabelsMap() {
      *
      *
      * 
-     * Labels associated with this resource. See
-     * [Labelling and grouping {{gcp_name}}
+     * Labels associated with this resource. See [Labelling and grouping GCP
      * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
      * for more information. This field is available only when the resource's
      * Protobuf contains it.
@@ -4402,8 +4391,7 @@ public java.lang.String getLabelsOrDefault(
      *
      *
      * 
-     * Labels associated with this resource. See
-     * [Labelling and grouping {{gcp_name}}
+     * Labels associated with this resource. See [Labelling and grouping GCP
      * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
      * for more information. This field is available only when the resource's
      * Protobuf contains it.
@@ -4437,8 +4425,7 @@ public Builder clearLabels() {
      *
      *
      * 
-     * Labels associated with this resource. See
-     * [Labelling and grouping {{gcp_name}}
+     * Labels associated with this resource. See [Labelling and grouping GCP
      * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
      * for more information. This field is available only when the resource's
      * Protobuf contains it.
@@ -4468,8 +4455,7 @@ public java.util.Map getMutableLabels() {
      *
      *
      * 
-     * Labels associated with this resource. See
-     * [Labelling and grouping {{gcp_name}}
+     * Labels associated with this resource. See [Labelling and grouping GCP
      * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
      * for more information. This field is available only when the resource's
      * Protobuf contains it.
@@ -4498,8 +4484,7 @@ public Builder putLabels(java.lang.String key, java.lang.String value) {
      *
      *
      * 
-     * Labels associated with this resource. See
-     * [Labelling and grouping {{gcp_name}}
+     * Labels associated with this resource. See [Labelling and grouping GCP
      * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
      * for more information. This field is available only when the resource's
      * Protobuf contains it.
@@ -4532,8 +4517,7 @@ private void ensureNetworkTagsIsMutable() {
      *
      * 
      * Network tags associated with this resource. Like labels, network tags are a
-     * type of annotations used to group {{gcp_name}} resources. See
-     * [Labelling {{gcp_name}}
+     * type of annotations used to group GCP resources. See [Labelling GCP
      * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
      * for more information. This field is available only when the resource's
      * Protobuf contains it.
@@ -4554,8 +4538,7 @@ public com.google.protobuf.ProtocolStringList getNetworkTagsList() {
      *
      * 
      * Network tags associated with this resource. Like labels, network tags are a
-     * type of annotations used to group {{gcp_name}} resources. See
-     * [Labelling {{gcp_name}}
+     * type of annotations used to group GCP resources. See [Labelling GCP
      * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
      * for more information. This field is available only when the resource's
      * Protobuf contains it.
@@ -4576,8 +4559,7 @@ public int getNetworkTagsCount() {
      *
      * 
      * Network tags associated with this resource. Like labels, network tags are a
-     * type of annotations used to group {{gcp_name}} resources. See
-     * [Labelling {{gcp_name}}
+     * type of annotations used to group GCP resources. See [Labelling GCP
      * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
      * for more information. This field is available only when the resource's
      * Protobuf contains it.
@@ -4599,8 +4581,7 @@ public java.lang.String getNetworkTags(int index) {
      *
      * 
      * Network tags associated with this resource. Like labels, network tags are a
-     * type of annotations used to group {{gcp_name}} resources. See
-     * [Labelling {{gcp_name}}
+     * type of annotations used to group GCP resources. See [Labelling GCP
      * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
      * for more information. This field is available only when the resource's
      * Protobuf contains it.
@@ -4622,8 +4603,7 @@ public com.google.protobuf.ByteString getNetworkTagsBytes(int index) {
      *
      * 
      * Network tags associated with this resource. Like labels, network tags are a
-     * type of annotations used to group {{gcp_name}} resources. See
-     * [Labelling {{gcp_name}}
+     * type of annotations used to group GCP resources. See [Labelling GCP
      * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
      * for more information. This field is available only when the resource's
      * Protobuf contains it.
@@ -4652,8 +4632,7 @@ public Builder setNetworkTags(int index, java.lang.String value) {
      *
      * 
      * Network tags associated with this resource. Like labels, network tags are a
-     * type of annotations used to group {{gcp_name}} resources. See
-     * [Labelling {{gcp_name}}
+     * type of annotations used to group GCP resources. See [Labelling GCP
      * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
      * for more information. This field is available only when the resource's
      * Protobuf contains it.
@@ -4681,8 +4660,7 @@ public Builder addNetworkTags(java.lang.String value) {
      *
      * 
      * Network tags associated with this resource. Like labels, network tags are a
-     * type of annotations used to group {{gcp_name}} resources. See
-     * [Labelling {{gcp_name}}
+     * type of annotations used to group GCP resources. See [Labelling GCP
      * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
      * for more information. This field is available only when the resource's
      * Protobuf contains it.
@@ -4707,8 +4685,7 @@ public Builder addAllNetworkTags(java.lang.Iterable values) {
      *
      * 
      * Network tags associated with this resource. Like labels, network tags are a
-     * type of annotations used to group {{gcp_name}} resources. See
-     * [Labelling {{gcp_name}}
+     * type of annotations used to group GCP resources. See [Labelling GCP
      * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
      * for more information. This field is available only when the resource's
      * Protobuf contains it.
@@ -4732,8 +4709,7 @@ public Builder clearNetworkTags() {
      *
      * 
      * Network tags associated with this resource. Like labels, network tags are a
-     * type of annotations used to group {{gcp_name}} resources. See
-     * [Labelling {{gcp_name}}
+     * type of annotations used to group GCP resources. See [Labelling GCP
      * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
      * for more information. This field is available only when the resource's
      * Protobuf contains it.
@@ -4763,15 +4739,15 @@ public Builder addNetworkTagsBytes(com.google.protobuf.ByteString value) {
      *
      *
      * 
-     * The {{kms_name_short}}
+     * The Cloud KMS
      * [CryptoKey](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys)
      * name or
      * [CryptoKeyVersion](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys.cryptoKeyVersions)
      * name.
      * This field only presents for the purpose of backward compatibility. Please
-     * use the `kms_keys` field to retrieve {{kms_name_short}} key information.
-     * This field is available only when the resource's Protobuf contains it and
-     * will only be populated for [these resource
+     * use the `kms_keys` field to retrieve KMS key information. This field is
+     * available only when the resource's Protobuf contains it and will only be
+     * populated for [these resource
      * types](https://cloud.google.com/asset-inventory/docs/legacy-field-names#resource_types_with_the_to_be_deprecated_kmskey_field)
      * for backward compatible purposes.
      * To search against the `kms_key`:
@@ -4782,7 +4758,7 @@ public Builder addNetworkTagsBytes(com.google.protobuf.ByteString value) {
      * string kms_key = 10 [deprecated = true];
      *
      * @deprecated google.cloud.asset.v1.ResourceSearchResult.kms_key is deprecated. See
-     *     google/cloud/asset/v1/assets.proto;l=438
+     *     google/cloud/asset/v1/assets.proto;l=434
      * @return The kmsKey.
      */
     @java.lang.Deprecated
@@ -4801,15 +4777,15 @@ public java.lang.String getKmsKey() {
      *
      *
      * 
-     * The {{kms_name_short}}
+     * The Cloud KMS
      * [CryptoKey](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys)
      * name or
      * [CryptoKeyVersion](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys.cryptoKeyVersions)
      * name.
      * This field only presents for the purpose of backward compatibility. Please
-     * use the `kms_keys` field to retrieve {{kms_name_short}} key information.
-     * This field is available only when the resource's Protobuf contains it and
-     * will only be populated for [these resource
+     * use the `kms_keys` field to retrieve KMS key information. This field is
+     * available only when the resource's Protobuf contains it and will only be
+     * populated for [these resource
      * types](https://cloud.google.com/asset-inventory/docs/legacy-field-names#resource_types_with_the_to_be_deprecated_kmskey_field)
      * for backward compatible purposes.
      * To search against the `kms_key`:
@@ -4820,7 +4796,7 @@ public java.lang.String getKmsKey() {
      * string kms_key = 10 [deprecated = true];
      *
      * @deprecated google.cloud.asset.v1.ResourceSearchResult.kms_key is deprecated. See
-     *     google/cloud/asset/v1/assets.proto;l=438
+     *     google/cloud/asset/v1/assets.proto;l=434
      * @return The bytes for kmsKey.
      */
     @java.lang.Deprecated
@@ -4839,15 +4815,15 @@ public com.google.protobuf.ByteString getKmsKeyBytes() {
      *
      *
      * 
-     * The {{kms_name_short}}
+     * The Cloud KMS
      * [CryptoKey](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys)
      * name or
      * [CryptoKeyVersion](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys.cryptoKeyVersions)
      * name.
      * This field only presents for the purpose of backward compatibility. Please
-     * use the `kms_keys` field to retrieve {{kms_name_short}} key information.
-     * This field is available only when the resource's Protobuf contains it and
-     * will only be populated for [these resource
+     * use the `kms_keys` field to retrieve KMS key information. This field is
+     * available only when the resource's Protobuf contains it and will only be
+     * populated for [these resource
      * types](https://cloud.google.com/asset-inventory/docs/legacy-field-names#resource_types_with_the_to_be_deprecated_kmskey_field)
      * for backward compatible purposes.
      * To search against the `kms_key`:
@@ -4858,7 +4834,7 @@ public com.google.protobuf.ByteString getKmsKeyBytes() {
      * string kms_key = 10 [deprecated = true];
      *
      * @deprecated google.cloud.asset.v1.ResourceSearchResult.kms_key is deprecated. See
-     *     google/cloud/asset/v1/assets.proto;l=438
+     *     google/cloud/asset/v1/assets.proto;l=434
      * @param value The kmsKey to set.
      * @return This builder for chaining.
      */
@@ -4876,15 +4852,15 @@ public Builder setKmsKey(java.lang.String value) {
      *
      *
      * 
-     * The {{kms_name_short}}
+     * The Cloud KMS
      * [CryptoKey](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys)
      * name or
      * [CryptoKeyVersion](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys.cryptoKeyVersions)
      * name.
      * This field only presents for the purpose of backward compatibility. Please
-     * use the `kms_keys` field to retrieve {{kms_name_short}} key information.
-     * This field is available only when the resource's Protobuf contains it and
-     * will only be populated for [these resource
+     * use the `kms_keys` field to retrieve KMS key information. This field is
+     * available only when the resource's Protobuf contains it and will only be
+     * populated for [these resource
      * types](https://cloud.google.com/asset-inventory/docs/legacy-field-names#resource_types_with_the_to_be_deprecated_kmskey_field)
      * for backward compatible purposes.
      * To search against the `kms_key`:
@@ -4895,7 +4871,7 @@ public Builder setKmsKey(java.lang.String value) {
      * string kms_key = 10 [deprecated = true];
      *
      * @deprecated google.cloud.asset.v1.ResourceSearchResult.kms_key is deprecated. See
-     *     google/cloud/asset/v1/assets.proto;l=438
+     *     google/cloud/asset/v1/assets.proto;l=434
      * @return This builder for chaining.
      */
     @java.lang.Deprecated
@@ -4909,15 +4885,15 @@ public Builder clearKmsKey() {
      *
      *
      * 
-     * The {{kms_name_short}}
+     * The Cloud KMS
      * [CryptoKey](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys)
      * name or
      * [CryptoKeyVersion](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys.cryptoKeyVersions)
      * name.
      * This field only presents for the purpose of backward compatibility. Please
-     * use the `kms_keys` field to retrieve {{kms_name_short}} key information.
-     * This field is available only when the resource's Protobuf contains it and
-     * will only be populated for [these resource
+     * use the `kms_keys` field to retrieve KMS key information. This field is
+     * available only when the resource's Protobuf contains it and will only be
+     * populated for [these resource
      * types](https://cloud.google.com/asset-inventory/docs/legacy-field-names#resource_types_with_the_to_be_deprecated_kmskey_field)
      * for backward compatible purposes.
      * To search against the `kms_key`:
@@ -4928,7 +4904,7 @@ public Builder clearKmsKey() {
      * string kms_key = 10 [deprecated = true];
      *
      * @deprecated google.cloud.asset.v1.ResourceSearchResult.kms_key is deprecated. See
-     *     google/cloud/asset/v1/assets.proto;l=438
+     *     google/cloud/asset/v1/assets.proto;l=434
      * @param value The bytes for kmsKey to set.
      * @return This builder for chaining.
      */
@@ -4957,7 +4933,7 @@ private void ensureKmsKeysIsMutable() {
      *
      *
      * 
-     * The {{kms_name_short}}
+     * The Cloud KMS
      * [CryptoKey](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys)
      * names or
      * [CryptoKeyVersion](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys.cryptoKeyVersions)
@@ -4979,7 +4955,7 @@ public com.google.protobuf.ProtocolStringList getKmsKeysList() {
      *
      *
      * 
-     * The {{kms_name_short}}
+     * The Cloud KMS
      * [CryptoKey](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys)
      * names or
      * [CryptoKeyVersion](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys.cryptoKeyVersions)
@@ -5001,7 +4977,7 @@ public int getKmsKeysCount() {
      *
      *
      * 
-     * The {{kms_name_short}}
+     * The Cloud KMS
      * [CryptoKey](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys)
      * names or
      * [CryptoKeyVersion](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys.cryptoKeyVersions)
@@ -5024,7 +5000,7 @@ public java.lang.String getKmsKeys(int index) {
      *
      *
      * 
-     * The {{kms_name_short}}
+     * The Cloud KMS
      * [CryptoKey](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys)
      * names or
      * [CryptoKeyVersion](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys.cryptoKeyVersions)
@@ -5047,7 +5023,7 @@ public com.google.protobuf.ByteString getKmsKeysBytes(int index) {
      *
      *
      * 
-     * The {{kms_name_short}}
+     * The Cloud KMS
      * [CryptoKey](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys)
      * names or
      * [CryptoKeyVersion](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys.cryptoKeyVersions)
@@ -5077,7 +5053,7 @@ public Builder setKmsKeys(int index, java.lang.String value) {
      *
      *
      * 
-     * The {{kms_name_short}}
+     * The Cloud KMS
      * [CryptoKey](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys)
      * names or
      * [CryptoKeyVersion](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys.cryptoKeyVersions)
@@ -5106,7 +5082,7 @@ public Builder addKmsKeys(java.lang.String value) {
      *
      *
      * 
-     * The {{kms_name_short}}
+     * The Cloud KMS
      * [CryptoKey](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys)
      * names or
      * [CryptoKeyVersion](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys.cryptoKeyVersions)
@@ -5132,7 +5108,7 @@ public Builder addAllKmsKeys(java.lang.Iterable values) {
      *
      *
      * 
-     * The {{kms_name_short}}
+     * The Cloud KMS
      * [CryptoKey](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys)
      * names or
      * [CryptoKeyVersion](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys.cryptoKeyVersions)
@@ -5157,7 +5133,7 @@ public Builder clearKmsKeys() {
      *
      *
      * 
-     * The {{kms_name_short}}
+     * The Cloud KMS
      * [CryptoKey](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys)
      * names or
      * [CryptoKeyVersion](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys.cryptoKeyVersions)
@@ -5718,8 +5694,8 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() {
      * SUSPENDING, SUSPENDED, REPAIRING, and TERMINATED. See `status` definition
      * in [API
      * Reference](https://cloud.google.com/compute/docs/reference/rest/v1/instances).
-     * If the resource is a project provided by {{crm_name}}, its state will
-     * include LIFECYCLE_STATE_UNSPECIFIED, ACTIVE, DELETE_REQUESTED and
+     * If the resource is a project provided by Cloud Resource Manager, its state
+     * will include LIFECYCLE_STATE_UNSPECIFIED, ACTIVE, DELETE_REQUESTED and
      * DELETE_IN_PROGRESS. See `lifecycleState` definition in [API
      * Reference](https://cloud.google.com/resource-manager/reference/rest/v1/projects).
      * To search against the `state`:
@@ -5756,8 +5732,8 @@ public java.lang.String getState() {
      * SUSPENDING, SUSPENDED, REPAIRING, and TERMINATED. See `status` definition
      * in [API
      * Reference](https://cloud.google.com/compute/docs/reference/rest/v1/instances).
-     * If the resource is a project provided by {{crm_name}}, its state will
-     * include LIFECYCLE_STATE_UNSPECIFIED, ACTIVE, DELETE_REQUESTED and
+     * If the resource is a project provided by Cloud Resource Manager, its state
+     * will include LIFECYCLE_STATE_UNSPECIFIED, ACTIVE, DELETE_REQUESTED and
      * DELETE_IN_PROGRESS. See `lifecycleState` definition in [API
      * Reference](https://cloud.google.com/resource-manager/reference/rest/v1/projects).
      * To search against the `state`:
@@ -5794,8 +5770,8 @@ public com.google.protobuf.ByteString getStateBytes() {
      * SUSPENDING, SUSPENDED, REPAIRING, and TERMINATED. See `status` definition
      * in [API
      * Reference](https://cloud.google.com/compute/docs/reference/rest/v1/instances).
-     * If the resource is a project provided by {{crm_name}}, its state will
-     * include LIFECYCLE_STATE_UNSPECIFIED, ACTIVE, DELETE_REQUESTED and
+     * If the resource is a project provided by Cloud Resource Manager, its state
+     * will include LIFECYCLE_STATE_UNSPECIFIED, ACTIVE, DELETE_REQUESTED and
      * DELETE_IN_PROGRESS. See `lifecycleState` definition in [API
      * Reference](https://cloud.google.com/resource-manager/reference/rest/v1/projects).
      * To search against the `state`:
@@ -5831,8 +5807,8 @@ public Builder setState(java.lang.String value) {
      * SUSPENDING, SUSPENDED, REPAIRING, and TERMINATED. See `status` definition
      * in [API
      * Reference](https://cloud.google.com/compute/docs/reference/rest/v1/instances).
-     * If the resource is a project provided by {{crm_name}}, its state will
-     * include LIFECYCLE_STATE_UNSPECIFIED, ACTIVE, DELETE_REQUESTED and
+     * If the resource is a project provided by Cloud Resource Manager, its state
+     * will include LIFECYCLE_STATE_UNSPECIFIED, ACTIVE, DELETE_REQUESTED and
      * DELETE_IN_PROGRESS. See `lifecycleState` definition in [API
      * Reference](https://cloud.google.com/resource-manager/reference/rest/v1/projects).
      * To search against the `state`:
@@ -5864,8 +5840,8 @@ public Builder clearState() {
      * SUSPENDING, SUSPENDED, REPAIRING, and TERMINATED. See `status` definition
      * in [API
      * Reference](https://cloud.google.com/compute/docs/reference/rest/v1/instances).
-     * If the resource is a project provided by {{crm_name}}, its state will
-     * include LIFECYCLE_STATE_UNSPECIFIED, ACTIVE, DELETE_REQUESTED and
+     * If the resource is a project provided by Cloud Resource Manager, its state
+     * will include LIFECYCLE_STATE_UNSPECIFIED, ACTIVE, DELETE_REQUESTED and
      * DELETE_IN_PROGRESS. See `lifecycleState` definition in [API
      * Reference](https://cloud.google.com/resource-manager/reference/rest/v1/projects).
      * To search against the `state`:
@@ -5903,14 +5879,14 @@ public Builder setStateBytes(com.google.protobuf.ByteString value) {
      * vary from one resource type to another. Examples: `projectId` for Project,
      * `dnsName` for DNS ManagedZone. This field contains a subset of the resource
      * metadata fields that are returned by the List or Get APIs provided by the
-     * corresponding {{gcp_name}} service (e.g., Compute Engine). see
-     * [API references and supported searchable
+     * corresponding GCP service (e.g., Compute Engine). see [API references and
+     * supported searchable
      * attributes](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types)
      * to see which fields are included.
      * You can search values of these fields through free text search. However,
      * you should not consume the field programically as the field names and
-     * values may change as the {{gcp_name}} service updates to a new incompatible
-     * API version.
+     * values may change as the GCP service updates to a new incompatible API
+     * version.
      * To search against the `additional_attributes`:
      * * Use a free text query to match the attributes values. Example: to search
      *   `additional_attributes = { dnsName: "foobar" }`, you can issue a query
@@ -5932,14 +5908,14 @@ public boolean hasAdditionalAttributes() {
      * vary from one resource type to another. Examples: `projectId` for Project,
      * `dnsName` for DNS ManagedZone. This field contains a subset of the resource
      * metadata fields that are returned by the List or Get APIs provided by the
-     * corresponding {{gcp_name}} service (e.g., Compute Engine). see
-     * [API references and supported searchable
+     * corresponding GCP service (e.g., Compute Engine). see [API references and
+     * supported searchable
      * attributes](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types)
      * to see which fields are included.
      * You can search values of these fields through free text search. However,
      * you should not consume the field programically as the field names and
-     * values may change as the {{gcp_name}} service updates to a new incompatible
-     * API version.
+     * values may change as the GCP service updates to a new incompatible API
+     * version.
      * To search against the `additional_attributes`:
      * * Use a free text query to match the attributes values. Example: to search
      *   `additional_attributes = { dnsName: "foobar" }`, you can issue a query
@@ -5967,14 +5943,14 @@ public com.google.protobuf.Struct getAdditionalAttributes() {
      * vary from one resource type to another. Examples: `projectId` for Project,
      * `dnsName` for DNS ManagedZone. This field contains a subset of the resource
      * metadata fields that are returned by the List or Get APIs provided by the
-     * corresponding {{gcp_name}} service (e.g., Compute Engine). see
-     * [API references and supported searchable
+     * corresponding GCP service (e.g., Compute Engine). see [API references and
+     * supported searchable
      * attributes](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types)
      * to see which fields are included.
      * You can search values of these fields through free text search. However,
      * you should not consume the field programically as the field names and
-     * values may change as the {{gcp_name}} service updates to a new incompatible
-     * API version.
+     * values may change as the GCP service updates to a new incompatible API
+     * version.
      * To search against the `additional_attributes`:
      * * Use a free text query to match the attributes values. Example: to search
      *   `additional_attributes = { dnsName: "foobar" }`, you can issue a query
@@ -6004,14 +5980,14 @@ public Builder setAdditionalAttributes(com.google.protobuf.Struct value) {
      * vary from one resource type to another. Examples: `projectId` for Project,
      * `dnsName` for DNS ManagedZone. This field contains a subset of the resource
      * metadata fields that are returned by the List or Get APIs provided by the
-     * corresponding {{gcp_name}} service (e.g., Compute Engine). see
-     * [API references and supported searchable
+     * corresponding GCP service (e.g., Compute Engine). see [API references and
+     * supported searchable
      * attributes](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types)
      * to see which fields are included.
      * You can search values of these fields through free text search. However,
      * you should not consume the field programically as the field names and
-     * values may change as the {{gcp_name}} service updates to a new incompatible
-     * API version.
+     * values may change as the GCP service updates to a new incompatible API
+     * version.
      * To search against the `additional_attributes`:
      * * Use a free text query to match the attributes values. Example: to search
      *   `additional_attributes = { dnsName: "foobar" }`, you can issue a query
@@ -6038,14 +6014,14 @@ public Builder setAdditionalAttributes(com.google.protobuf.Struct.Builder builde
      * vary from one resource type to another. Examples: `projectId` for Project,
      * `dnsName` for DNS ManagedZone. This field contains a subset of the resource
      * metadata fields that are returned by the List or Get APIs provided by the
-     * corresponding {{gcp_name}} service (e.g., Compute Engine). see
-     * [API references and supported searchable
+     * corresponding GCP service (e.g., Compute Engine). see [API references and
+     * supported searchable
      * attributes](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types)
      * to see which fields are included.
      * You can search values of these fields through free text search. However,
      * you should not consume the field programically as the field names and
-     * values may change as the {{gcp_name}} service updates to a new incompatible
-     * API version.
+     * values may change as the GCP service updates to a new incompatible API
+     * version.
      * To search against the `additional_attributes`:
      * * Use a free text query to match the attributes values. Example: to search
      *   `additional_attributes = { dnsName: "foobar" }`, you can issue a query
@@ -6079,14 +6055,14 @@ public Builder mergeAdditionalAttributes(com.google.protobuf.Struct value) {
      * vary from one resource type to another. Examples: `projectId` for Project,
      * `dnsName` for DNS ManagedZone. This field contains a subset of the resource
      * metadata fields that are returned by the List or Get APIs provided by the
-     * corresponding {{gcp_name}} service (e.g., Compute Engine). see
-     * [API references and supported searchable
+     * corresponding GCP service (e.g., Compute Engine). see [API references and
+     * supported searchable
      * attributes](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types)
      * to see which fields are included.
      * You can search values of these fields through free text search. However,
      * you should not consume the field programically as the field names and
-     * values may change as the {{gcp_name}} service updates to a new incompatible
-     * API version.
+     * values may change as the GCP service updates to a new incompatible API
+     * version.
      * To search against the `additional_attributes`:
      * * Use a free text query to match the attributes values. Example: to search
      *   `additional_attributes = { dnsName: "foobar" }`, you can issue a query
@@ -6114,14 +6090,14 @@ public Builder clearAdditionalAttributes() {
      * vary from one resource type to another. Examples: `projectId` for Project,
      * `dnsName` for DNS ManagedZone. This field contains a subset of the resource
      * metadata fields that are returned by the List or Get APIs provided by the
-     * corresponding {{gcp_name}} service (e.g., Compute Engine). see
-     * [API references and supported searchable
+     * corresponding GCP service (e.g., Compute Engine). see [API references and
+     * supported searchable
      * attributes](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types)
      * to see which fields are included.
      * You can search values of these fields through free text search. However,
      * you should not consume the field programically as the field names and
-     * values may change as the {{gcp_name}} service updates to a new incompatible
-     * API version.
+     * values may change as the GCP service updates to a new incompatible API
+     * version.
      * To search against the `additional_attributes`:
      * * Use a free text query to match the attributes values. Example: to search
      *   `additional_attributes = { dnsName: "foobar" }`, you can issue a query
@@ -6143,14 +6119,14 @@ public com.google.protobuf.Struct.Builder getAdditionalAttributesBuilder() {
      * vary from one resource type to another. Examples: `projectId` for Project,
      * `dnsName` for DNS ManagedZone. This field contains a subset of the resource
      * metadata fields that are returned by the List or Get APIs provided by the
-     * corresponding {{gcp_name}} service (e.g., Compute Engine). see
-     * [API references and supported searchable
+     * corresponding GCP service (e.g., Compute Engine). see [API references and
+     * supported searchable
      * attributes](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types)
      * to see which fields are included.
      * You can search values of these fields through free text search. However,
      * you should not consume the field programically as the field names and
-     * values may change as the {{gcp_name}} service updates to a new incompatible
-     * API version.
+     * values may change as the GCP service updates to a new incompatible API
+     * version.
      * To search against the `additional_attributes`:
      * * Use a free text query to match the attributes values. Example: to search
      *   `additional_attributes = { dnsName: "foobar" }`, you can issue a query
@@ -6176,14 +6152,14 @@ public com.google.protobuf.StructOrBuilder getAdditionalAttributesOrBuilder() {
      * vary from one resource type to another. Examples: `projectId` for Project,
      * `dnsName` for DNS ManagedZone. This field contains a subset of the resource
      * metadata fields that are returned by the List or Get APIs provided by the
-     * corresponding {{gcp_name}} service (e.g., Compute Engine). see
-     * [API references and supported searchable
+     * corresponding GCP service (e.g., Compute Engine). see [API references and
+     * supported searchable
      * attributes](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types)
      * to see which fields are included.
      * You can search values of these fields through free text search. However,
      * you should not consume the field programically as the field names and
-     * values may change as the {{gcp_name}} service updates to a new incompatible
-     * API version.
+     * values may change as the GCP service updates to a new incompatible API
+     * version.
      * To search against the `additional_attributes`:
      * * Use a free text query to match the attributes values. Example: to search
      *   `additional_attributes = { dnsName: "foobar" }`, you can issue a query
diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ResourceSearchResultOrBuilder.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ResourceSearchResultOrBuilder.java
index d0de985ccd7f..629c71ab92ee 100644
--- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ResourceSearchResultOrBuilder.java
+++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ResourceSearchResultOrBuilder.java
@@ -29,7 +29,7 @@ public interface ResourceSearchResultOrBuilder
    * 
    * The full resource name of this resource. Example:
    * `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
-   * See [{{cai_name}} Resource Name
+   * See [Cloud Asset Inventory Resource Name
    * Format](https://cloud.google.com/asset-inventory/docs/resource-name-format)
    * for more information.
    * To search against the `name`:
@@ -48,7 +48,7 @@ public interface ResourceSearchResultOrBuilder
    * 
    * The full resource name of this resource. Example:
    * `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
-   * See [{{cai_name}} Resource Name
+   * See [Cloud Asset Inventory Resource Name
    * Format](https://cloud.google.com/asset-inventory/docs/resource-name-format)
    * for more information.
    * To search against the `name`:
@@ -347,8 +347,7 @@ public interface ResourceSearchResultOrBuilder
    *
    *
    * 
-   * Labels associated with this resource. See
-   * [Labelling and grouping {{gcp_name}}
+   * Labels associated with this resource. See [Labelling and grouping GCP
    * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
    * for more information. This field is available only when the resource's
    * Protobuf contains it.
@@ -367,8 +366,7 @@ public interface ResourceSearchResultOrBuilder
    *
    *
    * 
-   * Labels associated with this resource. See
-   * [Labelling and grouping {{gcp_name}}
+   * Labels associated with this resource. See [Labelling and grouping GCP
    * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
    * for more information. This field is available only when the resource's
    * Protobuf contains it.
@@ -390,8 +388,7 @@ public interface ResourceSearchResultOrBuilder
    *
    *
    * 
-   * Labels associated with this resource. See
-   * [Labelling and grouping {{gcp_name}}
+   * Labels associated with this resource. See [Labelling and grouping GCP
    * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
    * for more information. This field is available only when the resource's
    * Protobuf contains it.
@@ -410,8 +407,7 @@ public interface ResourceSearchResultOrBuilder
    *
    *
    * 
-   * Labels associated with this resource. See
-   * [Labelling and grouping {{gcp_name}}
+   * Labels associated with this resource. See [Labelling and grouping GCP
    * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
    * for more information. This field is available only when the resource's
    * Protobuf contains it.
@@ -435,8 +431,7 @@ java.lang.String getLabelsOrDefault(
    *
    *
    * 
-   * Labels associated with this resource. See
-   * [Labelling and grouping {{gcp_name}}
+   * Labels associated with this resource. See [Labelling and grouping GCP
    * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
    * for more information. This field is available only when the resource's
    * Protobuf contains it.
@@ -457,8 +452,7 @@ java.lang.String getLabelsOrDefault(
    *
    * 
    * Network tags associated with this resource. Like labels, network tags are a
-   * type of annotations used to group {{gcp_name}} resources. See
-   * [Labelling {{gcp_name}}
+   * type of annotations used to group GCP resources. See [Labelling GCP
    * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
    * for more information. This field is available only when the resource's
    * Protobuf contains it.
@@ -477,8 +471,7 @@ java.lang.String getLabelsOrDefault(
    *
    * 
    * Network tags associated with this resource. Like labels, network tags are a
-   * type of annotations used to group {{gcp_name}} resources. See
-   * [Labelling {{gcp_name}}
+   * type of annotations used to group GCP resources. See [Labelling GCP
    * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
    * for more information. This field is available only when the resource's
    * Protobuf contains it.
@@ -497,8 +490,7 @@ java.lang.String getLabelsOrDefault(
    *
    * 
    * Network tags associated with this resource. Like labels, network tags are a
-   * type of annotations used to group {{gcp_name}} resources. See
-   * [Labelling {{gcp_name}}
+   * type of annotations used to group GCP resources. See [Labelling GCP
    * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
    * for more information. This field is available only when the resource's
    * Protobuf contains it.
@@ -518,8 +510,7 @@ java.lang.String getLabelsOrDefault(
    *
    * 
    * Network tags associated with this resource. Like labels, network tags are a
-   * type of annotations used to group {{gcp_name}} resources. See
-   * [Labelling {{gcp_name}}
+   * type of annotations used to group GCP resources. See [Labelling GCP
    * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
    * for more information. This field is available only when the resource's
    * Protobuf contains it.
@@ -539,15 +530,15 @@ java.lang.String getLabelsOrDefault(
    *
    *
    * 
-   * The {{kms_name_short}}
+   * The Cloud KMS
    * [CryptoKey](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys)
    * name or
    * [CryptoKeyVersion](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys.cryptoKeyVersions)
    * name.
    * This field only presents for the purpose of backward compatibility. Please
-   * use the `kms_keys` field to retrieve {{kms_name_short}} key information.
-   * This field is available only when the resource's Protobuf contains it and
-   * will only be populated for [these resource
+   * use the `kms_keys` field to retrieve KMS key information. This field is
+   * available only when the resource's Protobuf contains it and will only be
+   * populated for [these resource
    * types](https://cloud.google.com/asset-inventory/docs/legacy-field-names#resource_types_with_the_to_be_deprecated_kmskey_field)
    * for backward compatible purposes.
    * To search against the `kms_key`:
@@ -558,7 +549,7 @@ java.lang.String getLabelsOrDefault(
    * string kms_key = 10 [deprecated = true];
    *
    * @deprecated google.cloud.asset.v1.ResourceSearchResult.kms_key is deprecated. See
-   *     google/cloud/asset/v1/assets.proto;l=438
+   *     google/cloud/asset/v1/assets.proto;l=434
    * @return The kmsKey.
    */
   @java.lang.Deprecated
@@ -567,15 +558,15 @@ java.lang.String getLabelsOrDefault(
    *
    *
    * 
-   * The {{kms_name_short}}
+   * The Cloud KMS
    * [CryptoKey](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys)
    * name or
    * [CryptoKeyVersion](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys.cryptoKeyVersions)
    * name.
    * This field only presents for the purpose of backward compatibility. Please
-   * use the `kms_keys` field to retrieve {{kms_name_short}} key information.
-   * This field is available only when the resource's Protobuf contains it and
-   * will only be populated for [these resource
+   * use the `kms_keys` field to retrieve KMS key information. This field is
+   * available only when the resource's Protobuf contains it and will only be
+   * populated for [these resource
    * types](https://cloud.google.com/asset-inventory/docs/legacy-field-names#resource_types_with_the_to_be_deprecated_kmskey_field)
    * for backward compatible purposes.
    * To search against the `kms_key`:
@@ -586,7 +577,7 @@ java.lang.String getLabelsOrDefault(
    * string kms_key = 10 [deprecated = true];
    *
    * @deprecated google.cloud.asset.v1.ResourceSearchResult.kms_key is deprecated. See
-   *     google/cloud/asset/v1/assets.proto;l=438
+   *     google/cloud/asset/v1/assets.proto;l=434
    * @return The bytes for kmsKey.
    */
   @java.lang.Deprecated
@@ -596,7 +587,7 @@ java.lang.String getLabelsOrDefault(
    *
    *
    * 
-   * The {{kms_name_short}}
+   * The Cloud KMS
    * [CryptoKey](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys)
    * names or
    * [CryptoKeyVersion](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys.cryptoKeyVersions)
@@ -616,7 +607,7 @@ java.lang.String getLabelsOrDefault(
    *
    *
    * 
-   * The {{kms_name_short}}
+   * The Cloud KMS
    * [CryptoKey](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys)
    * names or
    * [CryptoKeyVersion](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys.cryptoKeyVersions)
@@ -636,7 +627,7 @@ java.lang.String getLabelsOrDefault(
    *
    *
    * 
-   * The {{kms_name_short}}
+   * The Cloud KMS
    * [CryptoKey](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys)
    * names or
    * [CryptoKeyVersion](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys.cryptoKeyVersions)
@@ -657,7 +648,7 @@ java.lang.String getLabelsOrDefault(
    *
    *
    * 
-   * The {{kms_name_short}}
+   * The Cloud KMS
    * [CryptoKey](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys)
    * names or
    * [CryptoKeyVersion](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys.cryptoKeyVersions)
@@ -810,8 +801,8 @@ java.lang.String getLabelsOrDefault(
    * SUSPENDING, SUSPENDED, REPAIRING, and TERMINATED. See `status` definition
    * in [API
    * Reference](https://cloud.google.com/compute/docs/reference/rest/v1/instances).
-   * If the resource is a project provided by {{crm_name}}, its state will
-   * include LIFECYCLE_STATE_UNSPECIFIED, ACTIVE, DELETE_REQUESTED and
+   * If the resource is a project provided by Cloud Resource Manager, its state
+   * will include LIFECYCLE_STATE_UNSPECIFIED, ACTIVE, DELETE_REQUESTED and
    * DELETE_IN_PROGRESS. See `lifecycleState` definition in [API
    * Reference](https://cloud.google.com/resource-manager/reference/rest/v1/projects).
    * To search against the `state`:
@@ -838,8 +829,8 @@ java.lang.String getLabelsOrDefault(
    * SUSPENDING, SUSPENDED, REPAIRING, and TERMINATED. See `status` definition
    * in [API
    * Reference](https://cloud.google.com/compute/docs/reference/rest/v1/instances).
-   * If the resource is a project provided by {{crm_name}}, its state will
-   * include LIFECYCLE_STATE_UNSPECIFIED, ACTIVE, DELETE_REQUESTED and
+   * If the resource is a project provided by Cloud Resource Manager, its state
+   * will include LIFECYCLE_STATE_UNSPECIFIED, ACTIVE, DELETE_REQUESTED and
    * DELETE_IN_PROGRESS. See `lifecycleState` definition in [API
    * Reference](https://cloud.google.com/resource-manager/reference/rest/v1/projects).
    * To search against the `state`:
@@ -861,14 +852,14 @@ java.lang.String getLabelsOrDefault(
    * vary from one resource type to another. Examples: `projectId` for Project,
    * `dnsName` for DNS ManagedZone. This field contains a subset of the resource
    * metadata fields that are returned by the List or Get APIs provided by the
-   * corresponding {{gcp_name}} service (e.g., Compute Engine). see
-   * [API references and supported searchable
+   * corresponding GCP service (e.g., Compute Engine). see [API references and
+   * supported searchable
    * attributes](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types)
    * to see which fields are included.
    * You can search values of these fields through free text search. However,
    * you should not consume the field programically as the field names and
-   * values may change as the {{gcp_name}} service updates to a new incompatible
-   * API version.
+   * values may change as the GCP service updates to a new incompatible API
+   * version.
    * To search against the `additional_attributes`:
    * * Use a free text query to match the attributes values. Example: to search
    *   `additional_attributes = { dnsName: "foobar" }`, you can issue a query
@@ -888,14 +879,14 @@ java.lang.String getLabelsOrDefault(
    * vary from one resource type to another. Examples: `projectId` for Project,
    * `dnsName` for DNS ManagedZone. This field contains a subset of the resource
    * metadata fields that are returned by the List or Get APIs provided by the
-   * corresponding {{gcp_name}} service (e.g., Compute Engine). see
-   * [API references and supported searchable
+   * corresponding GCP service (e.g., Compute Engine). see [API references and
+   * supported searchable
    * attributes](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types)
    * to see which fields are included.
    * You can search values of these fields through free text search. However,
    * you should not consume the field programically as the field names and
-   * values may change as the {{gcp_name}} service updates to a new incompatible
-   * API version.
+   * values may change as the GCP service updates to a new incompatible API
+   * version.
    * To search against the `additional_attributes`:
    * * Use a free text query to match the attributes values. Example: to search
    *   `additional_attributes = { dnsName: "foobar" }`, you can issue a query
@@ -915,14 +906,14 @@ java.lang.String getLabelsOrDefault(
    * vary from one resource type to another. Examples: `projectId` for Project,
    * `dnsName` for DNS ManagedZone. This field contains a subset of the resource
    * metadata fields that are returned by the List or Get APIs provided by the
-   * corresponding {{gcp_name}} service (e.g., Compute Engine). see
-   * [API references and supported searchable
+   * corresponding GCP service (e.g., Compute Engine). see [API references and
+   * supported searchable
    * attributes](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types)
    * to see which fields are included.
    * You can search values of these fields through free text search. However,
    * you should not consume the field programically as the field names and
-   * values may change as the {{gcp_name}} service updates to a new incompatible
-   * API version.
+   * values may change as the GCP service updates to a new incompatible API
+   * version.
    * To search against the `additional_attributes`:
    * * Use a free text query to match the attributes values. Example: to search
    *   `additional_attributes = { dnsName: "foobar" }`, you can issue a query
diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/SavedQuery.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/SavedQuery.java
index d83f1c833630..380c435ed825 100644
--- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/SavedQuery.java
+++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/SavedQuery.java
@@ -90,12 +90,9 @@ public interface QueryContentOrBuilder
      *
      *
      * 
-     * An {{iam_name_short}} Policy Analysis query, which could be used in
-     * the
-     * [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy]
-     * rpc or the
-     * [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning]
-     * rpc.
+     * An IAM Policy Analysis query, which could be used in
+     * the [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy] rpc or
+     * the [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning] rpc.
      * 
* * .google.cloud.asset.v1.IamPolicyAnalysisQuery iam_policy_analysis_query = 1; @@ -107,12 +104,9 @@ public interface QueryContentOrBuilder * * *
-     * An {{iam_name_short}} Policy Analysis query, which could be used in
-     * the
-     * [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy]
-     * rpc or the
-     * [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning]
-     * rpc.
+     * An IAM Policy Analysis query, which could be used in
+     * the [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy] rpc or
+     * the [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning] rpc.
      * 
* * .google.cloud.asset.v1.IamPolicyAnalysisQuery iam_policy_analysis_query = 1; @@ -124,12 +118,9 @@ public interface QueryContentOrBuilder * * *
-     * An {{iam_name_short}} Policy Analysis query, which could be used in
-     * the
-     * [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy]
-     * rpc or the
-     * [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning]
-     * rpc.
+     * An IAM Policy Analysis query, which could be used in
+     * the [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy] rpc or
+     * the [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning] rpc.
      * 
* * .google.cloud.asset.v1.IamPolicyAnalysisQuery iam_policy_analysis_query = 1; @@ -234,12 +225,9 @@ public QueryContentCase getQueryContentCase() { * * *
-     * An {{iam_name_short}} Policy Analysis query, which could be used in
-     * the
-     * [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy]
-     * rpc or the
-     * [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning]
-     * rpc.
+     * An IAM Policy Analysis query, which could be used in
+     * the [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy] rpc or
+     * the [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning] rpc.
      * 
* * .google.cloud.asset.v1.IamPolicyAnalysisQuery iam_policy_analysis_query = 1; @@ -254,12 +242,9 @@ public boolean hasIamPolicyAnalysisQuery() { * * *
-     * An {{iam_name_short}} Policy Analysis query, which could be used in
-     * the
-     * [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy]
-     * rpc or the
-     * [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning]
-     * rpc.
+     * An IAM Policy Analysis query, which could be used in
+     * the [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy] rpc or
+     * the [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning] rpc.
      * 
* * .google.cloud.asset.v1.IamPolicyAnalysisQuery iam_policy_analysis_query = 1; @@ -277,12 +262,9 @@ public com.google.cloud.asset.v1.IamPolicyAnalysisQuery getIamPolicyAnalysisQuer * * *
-     * An {{iam_name_short}} Policy Analysis query, which could be used in
-     * the
-     * [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy]
-     * rpc or the
-     * [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning]
-     * rpc.
+     * An IAM Policy Analysis query, which could be used in
+     * the [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy] rpc or
+     * the [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning] rpc.
      * 
* * .google.cloud.asset.v1.IamPolicyAnalysisQuery iam_policy_analysis_query = 1; @@ -686,12 +668,9 @@ public Builder clearQueryContent() { * * *
-       * An {{iam_name_short}} Policy Analysis query, which could be used in
-       * the
-       * [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy]
-       * rpc or the
-       * [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning]
-       * rpc.
+       * An IAM Policy Analysis query, which could be used in
+       * the [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy] rpc or
+       * the [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning] rpc.
        * 
* * .google.cloud.asset.v1.IamPolicyAnalysisQuery iam_policy_analysis_query = 1; @@ -706,12 +685,9 @@ public boolean hasIamPolicyAnalysisQuery() { * * *
-       * An {{iam_name_short}} Policy Analysis query, which could be used in
-       * the
-       * [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy]
-       * rpc or the
-       * [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning]
-       * rpc.
+       * An IAM Policy Analysis query, which could be used in
+       * the [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy] rpc or
+       * the [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning] rpc.
        * 
* * .google.cloud.asset.v1.IamPolicyAnalysisQuery iam_policy_analysis_query = 1; @@ -736,12 +712,9 @@ public com.google.cloud.asset.v1.IamPolicyAnalysisQuery getIamPolicyAnalysisQuer * * *
-       * An {{iam_name_short}} Policy Analysis query, which could be used in
-       * the
-       * [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy]
-       * rpc or the
-       * [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning]
-       * rpc.
+       * An IAM Policy Analysis query, which could be used in
+       * the [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy] rpc or
+       * the [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning] rpc.
        * 
* * .google.cloud.asset.v1.IamPolicyAnalysisQuery iam_policy_analysis_query = 1; @@ -764,12 +737,9 @@ public Builder setIamPolicyAnalysisQuery( * * *
-       * An {{iam_name_short}} Policy Analysis query, which could be used in
-       * the
-       * [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy]
-       * rpc or the
-       * [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning]
-       * rpc.
+       * An IAM Policy Analysis query, which could be used in
+       * the [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy] rpc or
+       * the [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning] rpc.
        * 
* * .google.cloud.asset.v1.IamPolicyAnalysisQuery iam_policy_analysis_query = 1; @@ -789,12 +759,9 @@ public Builder setIamPolicyAnalysisQuery( * * *
-       * An {{iam_name_short}} Policy Analysis query, which could be used in
-       * the
-       * [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy]
-       * rpc or the
-       * [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning]
-       * rpc.
+       * An IAM Policy Analysis query, which could be used in
+       * the [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy] rpc or
+       * the [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning] rpc.
        * 
* * .google.cloud.asset.v1.IamPolicyAnalysisQuery iam_policy_analysis_query = 1; @@ -828,12 +795,9 @@ public Builder mergeIamPolicyAnalysisQuery( * * *
-       * An {{iam_name_short}} Policy Analysis query, which could be used in
-       * the
-       * [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy]
-       * rpc or the
-       * [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning]
-       * rpc.
+       * An IAM Policy Analysis query, which could be used in
+       * the [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy] rpc or
+       * the [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning] rpc.
        * 
* * .google.cloud.asset.v1.IamPolicyAnalysisQuery iam_policy_analysis_query = 1; @@ -858,12 +822,9 @@ public Builder clearIamPolicyAnalysisQuery() { * * *
-       * An {{iam_name_short}} Policy Analysis query, which could be used in
-       * the
-       * [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy]
-       * rpc or the
-       * [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning]
-       * rpc.
+       * An IAM Policy Analysis query, which could be used in
+       * the [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy] rpc or
+       * the [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning] rpc.
        * 
* * .google.cloud.asset.v1.IamPolicyAnalysisQuery iam_policy_analysis_query = 1; @@ -876,12 +837,9 @@ public Builder clearIamPolicyAnalysisQuery() { * * *
-       * An {{iam_name_short}} Policy Analysis query, which could be used in
-       * the
-       * [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy]
-       * rpc or the
-       * [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning]
-       * rpc.
+       * An IAM Policy Analysis query, which could be used in
+       * the [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy] rpc or
+       * the [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning] rpc.
        * 
* * .google.cloud.asset.v1.IamPolicyAnalysisQuery iam_policy_analysis_query = 1; @@ -902,12 +860,9 @@ public Builder clearIamPolicyAnalysisQuery() { * * *
-       * An {{iam_name_short}} Policy Analysis query, which could be used in
-       * the
-       * [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy]
-       * rpc or the
-       * [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning]
-       * rpc.
+       * An IAM Policy Analysis query, which could be used in
+       * the [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy] rpc or
+       * the [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning] rpc.
        * 
* * .google.cloud.asset.v1.IamPolicyAnalysisQuery iam_policy_analysis_query = 1; @@ -1265,8 +1220,7 @@ public com.google.protobuf.TimestampOrBuilder getLastUpdateTimeOrBuilder() { * * *
-   * Output only. The account's email address who has updated this saved query
-   * most recently.
+   * Output only. The account's email address who has updated this saved query most recently.
    * 
* * string last_updater = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1289,8 +1243,7 @@ public java.lang.String getLastUpdater() { * * *
-   * Output only. The account's email address who has updated this saved query
-   * most recently.
+   * Output only. The account's email address who has updated this saved query most recently.
    * 
* * string last_updater = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -2760,8 +2713,7 @@ public com.google.protobuf.TimestampOrBuilder getLastUpdateTimeOrBuilder() { * * *
-     * Output only. The account's email address who has updated this saved query
-     * most recently.
+     * Output only. The account's email address who has updated this saved query most recently.
      * 
* * string last_updater = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -2783,8 +2735,7 @@ public java.lang.String getLastUpdater() { * * *
-     * Output only. The account's email address who has updated this saved query
-     * most recently.
+     * Output only. The account's email address who has updated this saved query most recently.
      * 
* * string last_updater = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -2806,8 +2757,7 @@ public com.google.protobuf.ByteString getLastUpdaterBytes() { * * *
-     * Output only. The account's email address who has updated this saved query
-     * most recently.
+     * Output only. The account's email address who has updated this saved query most recently.
      * 
* * string last_updater = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -2828,8 +2778,7 @@ public Builder setLastUpdater(java.lang.String value) { * * *
-     * Output only. The account's email address who has updated this saved query
-     * most recently.
+     * Output only. The account's email address who has updated this saved query most recently.
      * 
* * string last_updater = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -2846,8 +2795,7 @@ public Builder clearLastUpdater() { * * *
-     * Output only. The account's email address who has updated this saved query
-     * most recently.
+     * Output only. The account's email address who has updated this saved query most recently.
      * 
* * string last_updater = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/SavedQueryOrBuilder.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/SavedQueryOrBuilder.java index 190e281c4619..47d332806297 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/SavedQueryOrBuilder.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/SavedQueryOrBuilder.java @@ -189,8 +189,7 @@ public interface SavedQueryOrBuilder * * *
-   * Output only. The account's email address who has updated this saved query
-   * most recently.
+   * Output only. The account's email address who has updated this saved query most recently.
    * 
* * string last_updater = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -202,8 +201,7 @@ public interface SavedQueryOrBuilder * * *
-   * Output only. The account's email address who has updated this saved query
-   * most recently.
+   * Output only. The account's email address who has updated this saved query most recently.
    * 
* * string last_updater = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/SearchAllIamPoliciesRequest.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/SearchAllIamPoliciesRequest.java index 5d3a7e5c4e05..6395b1ceddd7 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/SearchAllIamPoliciesRequest.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/SearchAllIamPoliciesRequest.java @@ -22,7 +22,7 @@ * * *
- * Search all {{iam_name_short}} policies request.
+ * Search all IAM policies request.
  * 
* * Protobuf type {@code google.cloud.asset.v1.SearchAllIamPoliciesRequest} @@ -77,9 +77,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. A scope can be a project, a folder, or an organization. The
-   * search is limited to the {{iam_name_short}} policies within the `scope`.
-   * The caller must be granted the
+   * Required. A scope can be a project, a folder, or an organization. The search is
+   * limited to the IAM policies within the `scope`. The caller must be granted
+   * the
    * [`cloudasset.assets.searchAllIamPolicies`](https://cloud.google.com/asset-inventory/docs/access-control#required_permissions)
    * permission on the desired scope.
    * The allowed values are:
@@ -109,9 +109,9 @@ public java.lang.String getScope() {
    *
    *
    * 
-   * Required. A scope can be a project, a folder, or an organization. The
-   * search is limited to the {{iam_name_short}} policies within the `scope`.
-   * The caller must be granted the
+   * Required. A scope can be a project, a folder, or an organization. The search is
+   * limited to the IAM policies within the `scope`. The caller must be granted
+   * the
    * [`cloudasset.assets.searchAllIamPolicies`](https://cloud.google.com/asset-inventory/docs/access-control#required_permissions)
    * permission on the desired scope.
    * The allowed values are:
@@ -147,53 +147,42 @@ public com.google.protobuf.ByteString getScopeBytes() {
    * Optional. The query statement. See [how to construct a
    * query](https://cloud.google.com/asset-inventory/docs/searching-iam-policies#how_to_construct_a_query)
    * for more information. If not specified or empty, it will search all the
-   * {{iam_name_short}} policies within the specified `scope`. Note that the
-   * query string is compared against each {{iam_name_short}} policy binding,
-   * including its principals, roles, and {{iam_name_short}} conditions. The
-   * returned {{iam_name_short}} policies will only contain the bindings that
-   * match your query. To learn more about the {{iam_name_short}} policy
-   * structure, see the [{{iam_name_short}} policy
+   * IAM policies within the specified `scope`. Note that the query string is
+   * compared against each Cloud IAM policy binding, including its principals,
+   * roles, and Cloud IAM conditions. The returned Cloud IAM policies will only
+   * contain the bindings that match your query. To learn more about the IAM
+   * policy structure, see the [IAM policy
    * documentation](https://cloud.google.com/iam/help/allow-policies/structure).
    * Examples:
-   * * `policy:amy@gmail.com` to find {{iam_name_short}} policy bindings that
-   * specify user
+   * * `policy:amy@gmail.com` to find IAM policy bindings that specify user
    *   "amy@gmail.com".
-   * * `policy:roles/compute.admin` to find {{iam_name_short}} policy bindings
-   * that specify
+   * * `policy:roles/compute.admin` to find IAM policy bindings that specify
    *   the Compute Admin role.
-   * * `policy:comp*` to find {{iam_name_short}} policy bindings that contain
-   * "comp" as a
+   * * `policy:comp*` to find IAM policy bindings that contain "comp" as a
    *   prefix of any word in the binding.
-   * * `policy.role.permissions:storage.buckets.update` to find
-   * {{iam_name_short}} policy
+   * * `policy.role.permissions:storage.buckets.update` to find IAM policy
    *   bindings that specify a role containing "storage.buckets.update"
    *   permission. Note that if callers don't have `iam.roles.get` access to a
    *   role's included permissions, policy bindings that specify this role will
    *   be dropped from the search results.
-   * * `policy.role.permissions:upd*` to find {{iam_name_short}} policy bindings
-   * that specify a
+   * * `policy.role.permissions:upd*` to find IAM policy bindings that specify a
    *   role containing "upd" as a prefix of any word in the role permission.
    *   Note that if callers don't have `iam.roles.get` access to a role's
    *   included permissions, policy bindings that specify this role will be
    *   dropped from the search results.
-   * * `resource:organizations/123456` to find {{iam_name_short}} policy
-   * bindings
+   * * `resource:organizations/123456` to find IAM policy bindings
    *   that are set on "organizations/123456".
    * * `resource=//cloudresourcemanager.googleapis.com/projects/myproject` to
-   *   find {{iam_name_short}} policy bindings that are set on the project named
-   *   "myproject".
-   * * `Important` to find {{iam_name_short}} policy bindings that contain
-   * "Important" as a
+   *   find IAM policy bindings that are set on the project named "myproject".
+   * * `Important` to find IAM policy bindings that contain "Important" as a
    *   word in any of the searchable fields (except for the included
    *   permissions).
    * * `resource:(instance1 OR instance2) policy:amy` to find
-   *   {{iam_name_short}} policy bindings that are set on resources "instance1"
-   *   or "instance2" and also specify user "amy".
-   * * `roles:roles/compute.admin` to find {{iam_name_short}} policy bindings
-   * that specify the
+   *   IAM policy bindings that are set on resources "instance1" or
+   *   "instance2" and also specify user "amy".
+   * * `roles:roles/compute.admin` to find IAM policy bindings that specify the
    *   Compute Admin role.
-   * * `memberTypes:user` to find {{iam_name_short}} policy bindings that
-   * contain the
+   * * `memberTypes:user` to find IAM policy bindings that contain the
    *   principal type "user".
    * 
* @@ -220,53 +209,42 @@ public java.lang.String getQuery() { * Optional. The query statement. See [how to construct a * query](https://cloud.google.com/asset-inventory/docs/searching-iam-policies#how_to_construct_a_query) * for more information. If not specified or empty, it will search all the - * {{iam_name_short}} policies within the specified `scope`. Note that the - * query string is compared against each {{iam_name_short}} policy binding, - * including its principals, roles, and {{iam_name_short}} conditions. The - * returned {{iam_name_short}} policies will only contain the bindings that - * match your query. To learn more about the {{iam_name_short}} policy - * structure, see the [{{iam_name_short}} policy + * IAM policies within the specified `scope`. Note that the query string is + * compared against each Cloud IAM policy binding, including its principals, + * roles, and Cloud IAM conditions. The returned Cloud IAM policies will only + * contain the bindings that match your query. To learn more about the IAM + * policy structure, see the [IAM policy * documentation](https://cloud.google.com/iam/help/allow-policies/structure). * Examples: - * * `policy:amy@gmail.com` to find {{iam_name_short}} policy bindings that - * specify user + * * `policy:amy@gmail.com` to find IAM policy bindings that specify user * "amy@gmail.com". - * * `policy:roles/compute.admin` to find {{iam_name_short}} policy bindings - * that specify + * * `policy:roles/compute.admin` to find IAM policy bindings that specify * the Compute Admin role. - * * `policy:comp*` to find {{iam_name_short}} policy bindings that contain - * "comp" as a + * * `policy:comp*` to find IAM policy bindings that contain "comp" as a * prefix of any word in the binding. - * * `policy.role.permissions:storage.buckets.update` to find - * {{iam_name_short}} policy + * * `policy.role.permissions:storage.buckets.update` to find IAM policy * bindings that specify a role containing "storage.buckets.update" * permission. Note that if callers don't have `iam.roles.get` access to a * role's included permissions, policy bindings that specify this role will * be dropped from the search results. - * * `policy.role.permissions:upd*` to find {{iam_name_short}} policy bindings - * that specify a + * * `policy.role.permissions:upd*` to find IAM policy bindings that specify a * role containing "upd" as a prefix of any word in the role permission. * Note that if callers don't have `iam.roles.get` access to a role's * included permissions, policy bindings that specify this role will be * dropped from the search results. - * * `resource:organizations/123456` to find {{iam_name_short}} policy - * bindings + * * `resource:organizations/123456` to find IAM policy bindings * that are set on "organizations/123456". * * `resource=//cloudresourcemanager.googleapis.com/projects/myproject` to - * find {{iam_name_short}} policy bindings that are set on the project named - * "myproject". - * * `Important` to find {{iam_name_short}} policy bindings that contain - * "Important" as a + * find IAM policy bindings that are set on the project named "myproject". + * * `Important` to find IAM policy bindings that contain "Important" as a * word in any of the searchable fields (except for the included * permissions). * * `resource:(instance1 OR instance2) policy:amy` to find - * {{iam_name_short}} policy bindings that are set on resources "instance1" - * or "instance2" and also specify user "amy". - * * `roles:roles/compute.admin` to find {{iam_name_short}} policy bindings - * that specify the + * IAM policy bindings that are set on resources "instance1" or + * "instance2" and also specify user "amy". + * * `roles:roles/compute.admin` to find IAM policy bindings that specify the * Compute Admin role. - * * `memberTypes:user` to find {{iam_name_short}} policy bindings that - * contain the + * * `memberTypes:user` to find IAM policy bindings that contain the * principal type "user". *
* @@ -293,11 +271,10 @@ public com.google.protobuf.ByteString getQueryBytes() { * * *
-   * Optional. The page size for search result pagination. Page size is capped
-   * at 500 even if a larger value is given. If set to zero, server will pick an
-   * appropriate default. Returned results may be fewer than requested. When
-   * this happens, there could be more results as long as `next_page_token` is
-   * returned.
+   * Optional. The page size for search result pagination. Page size is capped at 500 even
+   * if a larger value is given. If set to zero, server will pick an appropriate
+   * default. Returned results may be fewer than requested. When this happens,
+   * there could be more results as long as `next_page_token` is returned.
    * 
* * int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -315,10 +292,10 @@ public int getPageSize() { * * *
-   * Optional. If present, retrieve the next batch of results from the preceding
-   * call to this method. `page_token` must be the value of `next_page_token`
-   * from the previous response. The values of all other method parameters must
-   * be identical to those in the previous call.
+   * Optional. If present, retrieve the next batch of results from the preceding call to
+   * this method. `page_token` must be the value of `next_page_token` from the
+   * previous response. The values of all other method parameters must be
+   * identical to those in the previous call.
    * 
* * string page_token = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -341,10 +318,10 @@ public java.lang.String getPageToken() { * * *
-   * Optional. If present, retrieve the next batch of results from the preceding
-   * call to this method. `page_token` must be the value of `next_page_token`
-   * from the previous response. The values of all other method parameters must
-   * be identical to those in the previous call.
+   * Optional. If present, retrieve the next batch of results from the preceding call to
+   * this method. `page_token` must be the value of `next_page_token` from the
+   * previous response. The values of all other method parameters must be
+   * identical to those in the previous call.
    * 
* * string page_token = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -370,17 +347,16 @@ public com.google.protobuf.ByteString getPageTokenBytes() { * * *
-   * Optional. A list of asset types that the {{iam_name_short}} policies are
-   * attached to. If empty, it will search the {{iam_name_short}} policies that
-   * are attached to all the [searchable asset
+   * Optional. A list of asset types that the IAM policies are attached to. If empty, it
+   * will search the IAM policies that are attached to all the [searchable asset
    * types](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types).
    * Regular expressions are also supported. For example:
-   * * "compute.googleapis.com.*" snapshots {{iam_name_short}} policies attached
-   * to asset type starts with "compute.googleapis.com".
-   * * ".*Instance" snapshots {{iam_name_short}} policies attached to asset type
-   * ends with "Instance".
-   * * ".*Instance.*" snapshots {{iam_name_short}} policies attached to asset
-   * type contains "Instance".
+   * * "compute.googleapis.com.*" snapshots IAM policies attached to asset type
+   * starts with "compute.googleapis.com".
+   * * ".*Instance" snapshots IAM policies attached to asset type ends with
+   * "Instance".
+   * * ".*Instance.*" snapshots IAM policies attached to asset type contains
+   * "Instance".
    * See [RE2](https://github.com/google/re2/wiki/Syntax) for all supported
    * regular expression syntax. If the regular expression does not match any
    * supported asset type, an INVALID_ARGUMENT error will be returned.
@@ -397,17 +373,16 @@ public com.google.protobuf.ProtocolStringList getAssetTypesList() {
    *
    *
    * 
-   * Optional. A list of asset types that the {{iam_name_short}} policies are
-   * attached to. If empty, it will search the {{iam_name_short}} policies that
-   * are attached to all the [searchable asset
+   * Optional. A list of asset types that the IAM policies are attached to. If empty, it
+   * will search the IAM policies that are attached to all the [searchable asset
    * types](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types).
    * Regular expressions are also supported. For example:
-   * * "compute.googleapis.com.*" snapshots {{iam_name_short}} policies attached
-   * to asset type starts with "compute.googleapis.com".
-   * * ".*Instance" snapshots {{iam_name_short}} policies attached to asset type
-   * ends with "Instance".
-   * * ".*Instance.*" snapshots {{iam_name_short}} policies attached to asset
-   * type contains "Instance".
+   * * "compute.googleapis.com.*" snapshots IAM policies attached to asset type
+   * starts with "compute.googleapis.com".
+   * * ".*Instance" snapshots IAM policies attached to asset type ends with
+   * "Instance".
+   * * ".*Instance.*" snapshots IAM policies attached to asset type contains
+   * "Instance".
    * See [RE2](https://github.com/google/re2/wiki/Syntax) for all supported
    * regular expression syntax. If the regular expression does not match any
    * supported asset type, an INVALID_ARGUMENT error will be returned.
@@ -424,17 +399,16 @@ public int getAssetTypesCount() {
    *
    *
    * 
-   * Optional. A list of asset types that the {{iam_name_short}} policies are
-   * attached to. If empty, it will search the {{iam_name_short}} policies that
-   * are attached to all the [searchable asset
+   * Optional. A list of asset types that the IAM policies are attached to. If empty, it
+   * will search the IAM policies that are attached to all the [searchable asset
    * types](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types).
    * Regular expressions are also supported. For example:
-   * * "compute.googleapis.com.*" snapshots {{iam_name_short}} policies attached
-   * to asset type starts with "compute.googleapis.com".
-   * * ".*Instance" snapshots {{iam_name_short}} policies attached to asset type
-   * ends with "Instance".
-   * * ".*Instance.*" snapshots {{iam_name_short}} policies attached to asset
-   * type contains "Instance".
+   * * "compute.googleapis.com.*" snapshots IAM policies attached to asset type
+   * starts with "compute.googleapis.com".
+   * * ".*Instance" snapshots IAM policies attached to asset type ends with
+   * "Instance".
+   * * ".*Instance.*" snapshots IAM policies attached to asset type contains
+   * "Instance".
    * See [RE2](https://github.com/google/re2/wiki/Syntax) for all supported
    * regular expression syntax. If the regular expression does not match any
    * supported asset type, an INVALID_ARGUMENT error will be returned.
@@ -452,17 +426,16 @@ public java.lang.String getAssetTypes(int index) {
    *
    *
    * 
-   * Optional. A list of asset types that the {{iam_name_short}} policies are
-   * attached to. If empty, it will search the {{iam_name_short}} policies that
-   * are attached to all the [searchable asset
+   * Optional. A list of asset types that the IAM policies are attached to. If empty, it
+   * will search the IAM policies that are attached to all the [searchable asset
    * types](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types).
    * Regular expressions are also supported. For example:
-   * * "compute.googleapis.com.*" snapshots {{iam_name_short}} policies attached
-   * to asset type starts with "compute.googleapis.com".
-   * * ".*Instance" snapshots {{iam_name_short}} policies attached to asset type
-   * ends with "Instance".
-   * * ".*Instance.*" snapshots {{iam_name_short}} policies attached to asset
-   * type contains "Instance".
+   * * "compute.googleapis.com.*" snapshots IAM policies attached to asset type
+   * starts with "compute.googleapis.com".
+   * * ".*Instance" snapshots IAM policies attached to asset type ends with
+   * "Instance".
+   * * ".*Instance.*" snapshots IAM policies attached to asset type contains
+   * "Instance".
    * See [RE2](https://github.com/google/re2/wiki/Syntax) for all supported
    * regular expression syntax. If the regular expression does not match any
    * supported asset type, an INVALID_ARGUMENT error will be returned.
@@ -483,9 +456,9 @@ public com.google.protobuf.ByteString getAssetTypesBytes(int index) {
    *
    *
    * 
-   * Optional. A comma-separated list of fields specifying the sorting order of
-   * the results. The default order is ascending. Add " DESC" after the field
-   * name to indicate descending order. Redundant space characters are ignored.
+   * Optional. A comma-separated list of fields specifying the sorting order of the
+   * results. The default order is ascending. Add " DESC" after the field name
+   * to indicate descending order. Redundant space characters are ignored.
    * Example: "assetType DESC, resource".
    * Only singular primitive fields in the response are sortable:
    *   * resource
@@ -515,9 +488,9 @@ public java.lang.String getOrderBy() {
    *
    *
    * 
-   * Optional. A comma-separated list of fields specifying the sorting order of
-   * the results. The default order is ascending. Add " DESC" after the field
-   * name to indicate descending order. Redundant space characters are ignored.
+   * Optional. A comma-separated list of fields specifying the sorting order of the
+   * results. The default order is ascending. Add " DESC" after the field name
+   * to indicate descending order. Redundant space characters are ignored.
    * Example: "assetType DESC, resource".
    * Only singular primitive fields in the response are sortable:
    *   * resource
@@ -760,7 +733,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    *
    * 
-   * Search all {{iam_name_short}} policies request.
+   * Search all IAM policies request.
    * 
* * Protobuf type {@code google.cloud.asset.v1.SearchAllIamPoliciesRequest} @@ -1010,9 +983,9 @@ public Builder mergeFrom( * * *
-     * Required. A scope can be a project, a folder, or an organization. The
-     * search is limited to the {{iam_name_short}} policies within the `scope`.
-     * The caller must be granted the
+     * Required. A scope can be a project, a folder, or an organization. The search is
+     * limited to the IAM policies within the `scope`. The caller must be granted
+     * the
      * [`cloudasset.assets.searchAllIamPolicies`](https://cloud.google.com/asset-inventory/docs/access-control#required_permissions)
      * permission on the desired scope.
      * The allowed values are:
@@ -1041,9 +1014,9 @@ public java.lang.String getScope() {
      *
      *
      * 
-     * Required. A scope can be a project, a folder, or an organization. The
-     * search is limited to the {{iam_name_short}} policies within the `scope`.
-     * The caller must be granted the
+     * Required. A scope can be a project, a folder, or an organization. The search is
+     * limited to the IAM policies within the `scope`. The caller must be granted
+     * the
      * [`cloudasset.assets.searchAllIamPolicies`](https://cloud.google.com/asset-inventory/docs/access-control#required_permissions)
      * permission on the desired scope.
      * The allowed values are:
@@ -1072,9 +1045,9 @@ public com.google.protobuf.ByteString getScopeBytes() {
      *
      *
      * 
-     * Required. A scope can be a project, a folder, or an organization. The
-     * search is limited to the {{iam_name_short}} policies within the `scope`.
-     * The caller must be granted the
+     * Required. A scope can be a project, a folder, or an organization. The search is
+     * limited to the IAM policies within the `scope`. The caller must be granted
+     * the
      * [`cloudasset.assets.searchAllIamPolicies`](https://cloud.google.com/asset-inventory/docs/access-control#required_permissions)
      * permission on the desired scope.
      * The allowed values are:
@@ -1102,9 +1075,9 @@ public Builder setScope(java.lang.String value) {
      *
      *
      * 
-     * Required. A scope can be a project, a folder, or an organization. The
-     * search is limited to the {{iam_name_short}} policies within the `scope`.
-     * The caller must be granted the
+     * Required. A scope can be a project, a folder, or an organization. The search is
+     * limited to the IAM policies within the `scope`. The caller must be granted
+     * the
      * [`cloudasset.assets.searchAllIamPolicies`](https://cloud.google.com/asset-inventory/docs/access-control#required_permissions)
      * permission on the desired scope.
      * The allowed values are:
@@ -1128,9 +1101,9 @@ public Builder clearScope() {
      *
      *
      * 
-     * Required. A scope can be a project, a folder, or an organization. The
-     * search is limited to the {{iam_name_short}} policies within the `scope`.
-     * The caller must be granted the
+     * Required. A scope can be a project, a folder, or an organization. The search is
+     * limited to the IAM policies within the `scope`. The caller must be granted
+     * the
      * [`cloudasset.assets.searchAllIamPolicies`](https://cloud.google.com/asset-inventory/docs/access-control#required_permissions)
      * permission on the desired scope.
      * The allowed values are:
@@ -1164,53 +1137,42 @@ public Builder setScopeBytes(com.google.protobuf.ByteString value) {
      * Optional. The query statement. See [how to construct a
      * query](https://cloud.google.com/asset-inventory/docs/searching-iam-policies#how_to_construct_a_query)
      * for more information. If not specified or empty, it will search all the
-     * {{iam_name_short}} policies within the specified `scope`. Note that the
-     * query string is compared against each {{iam_name_short}} policy binding,
-     * including its principals, roles, and {{iam_name_short}} conditions. The
-     * returned {{iam_name_short}} policies will only contain the bindings that
-     * match your query. To learn more about the {{iam_name_short}} policy
-     * structure, see the [{{iam_name_short}} policy
+     * IAM policies within the specified `scope`. Note that the query string is
+     * compared against each Cloud IAM policy binding, including its principals,
+     * roles, and Cloud IAM conditions. The returned Cloud IAM policies will only
+     * contain the bindings that match your query. To learn more about the IAM
+     * policy structure, see the [IAM policy
      * documentation](https://cloud.google.com/iam/help/allow-policies/structure).
      * Examples:
-     * * `policy:amy@gmail.com` to find {{iam_name_short}} policy bindings that
-     * specify user
+     * * `policy:amy@gmail.com` to find IAM policy bindings that specify user
      *   "amy@gmail.com".
-     * * `policy:roles/compute.admin` to find {{iam_name_short}} policy bindings
-     * that specify
+     * * `policy:roles/compute.admin` to find IAM policy bindings that specify
      *   the Compute Admin role.
-     * * `policy:comp*` to find {{iam_name_short}} policy bindings that contain
-     * "comp" as a
+     * * `policy:comp*` to find IAM policy bindings that contain "comp" as a
      *   prefix of any word in the binding.
-     * * `policy.role.permissions:storage.buckets.update` to find
-     * {{iam_name_short}} policy
+     * * `policy.role.permissions:storage.buckets.update` to find IAM policy
      *   bindings that specify a role containing "storage.buckets.update"
      *   permission. Note that if callers don't have `iam.roles.get` access to a
      *   role's included permissions, policy bindings that specify this role will
      *   be dropped from the search results.
-     * * `policy.role.permissions:upd*` to find {{iam_name_short}} policy bindings
-     * that specify a
+     * * `policy.role.permissions:upd*` to find IAM policy bindings that specify a
      *   role containing "upd" as a prefix of any word in the role permission.
      *   Note that if callers don't have `iam.roles.get` access to a role's
      *   included permissions, policy bindings that specify this role will be
      *   dropped from the search results.
-     * * `resource:organizations/123456` to find {{iam_name_short}} policy
-     * bindings
+     * * `resource:organizations/123456` to find IAM policy bindings
      *   that are set on "organizations/123456".
      * * `resource=//cloudresourcemanager.googleapis.com/projects/myproject` to
-     *   find {{iam_name_short}} policy bindings that are set on the project named
-     *   "myproject".
-     * * `Important` to find {{iam_name_short}} policy bindings that contain
-     * "Important" as a
+     *   find IAM policy bindings that are set on the project named "myproject".
+     * * `Important` to find IAM policy bindings that contain "Important" as a
      *   word in any of the searchable fields (except for the included
      *   permissions).
      * * `resource:(instance1 OR instance2) policy:amy` to find
-     *   {{iam_name_short}} policy bindings that are set on resources "instance1"
-     *   or "instance2" and also specify user "amy".
-     * * `roles:roles/compute.admin` to find {{iam_name_short}} policy bindings
-     * that specify the
+     *   IAM policy bindings that are set on resources "instance1" or
+     *   "instance2" and also specify user "amy".
+     * * `roles:roles/compute.admin` to find IAM policy bindings that specify the
      *   Compute Admin role.
-     * * `memberTypes:user` to find {{iam_name_short}} policy bindings that
-     * contain the
+     * * `memberTypes:user` to find IAM policy bindings that contain the
      *   principal type "user".
      * 
* @@ -1236,53 +1198,42 @@ public java.lang.String getQuery() { * Optional. The query statement. See [how to construct a * query](https://cloud.google.com/asset-inventory/docs/searching-iam-policies#how_to_construct_a_query) * for more information. If not specified or empty, it will search all the - * {{iam_name_short}} policies within the specified `scope`. Note that the - * query string is compared against each {{iam_name_short}} policy binding, - * including its principals, roles, and {{iam_name_short}} conditions. The - * returned {{iam_name_short}} policies will only contain the bindings that - * match your query. To learn more about the {{iam_name_short}} policy - * structure, see the [{{iam_name_short}} policy + * IAM policies within the specified `scope`. Note that the query string is + * compared against each Cloud IAM policy binding, including its principals, + * roles, and Cloud IAM conditions. The returned Cloud IAM policies will only + * contain the bindings that match your query. To learn more about the IAM + * policy structure, see the [IAM policy * documentation](https://cloud.google.com/iam/help/allow-policies/structure). * Examples: - * * `policy:amy@gmail.com` to find {{iam_name_short}} policy bindings that - * specify user + * * `policy:amy@gmail.com` to find IAM policy bindings that specify user * "amy@gmail.com". - * * `policy:roles/compute.admin` to find {{iam_name_short}} policy bindings - * that specify + * * `policy:roles/compute.admin` to find IAM policy bindings that specify * the Compute Admin role. - * * `policy:comp*` to find {{iam_name_short}} policy bindings that contain - * "comp" as a + * * `policy:comp*` to find IAM policy bindings that contain "comp" as a * prefix of any word in the binding. - * * `policy.role.permissions:storage.buckets.update` to find - * {{iam_name_short}} policy + * * `policy.role.permissions:storage.buckets.update` to find IAM policy * bindings that specify a role containing "storage.buckets.update" * permission. Note that if callers don't have `iam.roles.get` access to a * role's included permissions, policy bindings that specify this role will * be dropped from the search results. - * * `policy.role.permissions:upd*` to find {{iam_name_short}} policy bindings - * that specify a + * * `policy.role.permissions:upd*` to find IAM policy bindings that specify a * role containing "upd" as a prefix of any word in the role permission. * Note that if callers don't have `iam.roles.get` access to a role's * included permissions, policy bindings that specify this role will be * dropped from the search results. - * * `resource:organizations/123456` to find {{iam_name_short}} policy - * bindings + * * `resource:organizations/123456` to find IAM policy bindings * that are set on "organizations/123456". * * `resource=//cloudresourcemanager.googleapis.com/projects/myproject` to - * find {{iam_name_short}} policy bindings that are set on the project named - * "myproject". - * * `Important` to find {{iam_name_short}} policy bindings that contain - * "Important" as a + * find IAM policy bindings that are set on the project named "myproject". + * * `Important` to find IAM policy bindings that contain "Important" as a * word in any of the searchable fields (except for the included * permissions). * * `resource:(instance1 OR instance2) policy:amy` to find - * {{iam_name_short}} policy bindings that are set on resources "instance1" - * or "instance2" and also specify user "amy". - * * `roles:roles/compute.admin` to find {{iam_name_short}} policy bindings - * that specify the + * IAM policy bindings that are set on resources "instance1" or + * "instance2" and also specify user "amy". + * * `roles:roles/compute.admin` to find IAM policy bindings that specify the * Compute Admin role. - * * `memberTypes:user` to find {{iam_name_short}} policy bindings that - * contain the + * * `memberTypes:user` to find IAM policy bindings that contain the * principal type "user". *
* @@ -1308,53 +1259,42 @@ public com.google.protobuf.ByteString getQueryBytes() { * Optional. The query statement. See [how to construct a * query](https://cloud.google.com/asset-inventory/docs/searching-iam-policies#how_to_construct_a_query) * for more information. If not specified or empty, it will search all the - * {{iam_name_short}} policies within the specified `scope`. Note that the - * query string is compared against each {{iam_name_short}} policy binding, - * including its principals, roles, and {{iam_name_short}} conditions. The - * returned {{iam_name_short}} policies will only contain the bindings that - * match your query. To learn more about the {{iam_name_short}} policy - * structure, see the [{{iam_name_short}} policy + * IAM policies within the specified `scope`. Note that the query string is + * compared against each Cloud IAM policy binding, including its principals, + * roles, and Cloud IAM conditions. The returned Cloud IAM policies will only + * contain the bindings that match your query. To learn more about the IAM + * policy structure, see the [IAM policy * documentation](https://cloud.google.com/iam/help/allow-policies/structure). * Examples: - * * `policy:amy@gmail.com` to find {{iam_name_short}} policy bindings that - * specify user + * * `policy:amy@gmail.com` to find IAM policy bindings that specify user * "amy@gmail.com". - * * `policy:roles/compute.admin` to find {{iam_name_short}} policy bindings - * that specify + * * `policy:roles/compute.admin` to find IAM policy bindings that specify * the Compute Admin role. - * * `policy:comp*` to find {{iam_name_short}} policy bindings that contain - * "comp" as a + * * `policy:comp*` to find IAM policy bindings that contain "comp" as a * prefix of any word in the binding. - * * `policy.role.permissions:storage.buckets.update` to find - * {{iam_name_short}} policy + * * `policy.role.permissions:storage.buckets.update` to find IAM policy * bindings that specify a role containing "storage.buckets.update" * permission. Note that if callers don't have `iam.roles.get` access to a * role's included permissions, policy bindings that specify this role will * be dropped from the search results. - * * `policy.role.permissions:upd*` to find {{iam_name_short}} policy bindings - * that specify a + * * `policy.role.permissions:upd*` to find IAM policy bindings that specify a * role containing "upd" as a prefix of any word in the role permission. * Note that if callers don't have `iam.roles.get` access to a role's * included permissions, policy bindings that specify this role will be * dropped from the search results. - * * `resource:organizations/123456` to find {{iam_name_short}} policy - * bindings + * * `resource:organizations/123456` to find IAM policy bindings * that are set on "organizations/123456". * * `resource=//cloudresourcemanager.googleapis.com/projects/myproject` to - * find {{iam_name_short}} policy bindings that are set on the project named - * "myproject". - * * `Important` to find {{iam_name_short}} policy bindings that contain - * "Important" as a + * find IAM policy bindings that are set on the project named "myproject". + * * `Important` to find IAM policy bindings that contain "Important" as a * word in any of the searchable fields (except for the included * permissions). * * `resource:(instance1 OR instance2) policy:amy` to find - * {{iam_name_short}} policy bindings that are set on resources "instance1" - * or "instance2" and also specify user "amy". - * * `roles:roles/compute.admin` to find {{iam_name_short}} policy bindings - * that specify the + * IAM policy bindings that are set on resources "instance1" or + * "instance2" and also specify user "amy". + * * `roles:roles/compute.admin` to find IAM policy bindings that specify the * Compute Admin role. - * * `memberTypes:user` to find {{iam_name_short}} policy bindings that - * contain the + * * `memberTypes:user` to find IAM policy bindings that contain the * principal type "user". *
* @@ -1379,53 +1319,42 @@ public Builder setQuery(java.lang.String value) { * Optional. The query statement. See [how to construct a * query](https://cloud.google.com/asset-inventory/docs/searching-iam-policies#how_to_construct_a_query) * for more information. If not specified or empty, it will search all the - * {{iam_name_short}} policies within the specified `scope`. Note that the - * query string is compared against each {{iam_name_short}} policy binding, - * including its principals, roles, and {{iam_name_short}} conditions. The - * returned {{iam_name_short}} policies will only contain the bindings that - * match your query. To learn more about the {{iam_name_short}} policy - * structure, see the [{{iam_name_short}} policy + * IAM policies within the specified `scope`. Note that the query string is + * compared against each Cloud IAM policy binding, including its principals, + * roles, and Cloud IAM conditions. The returned Cloud IAM policies will only + * contain the bindings that match your query. To learn more about the IAM + * policy structure, see the [IAM policy * documentation](https://cloud.google.com/iam/help/allow-policies/structure). * Examples: - * * `policy:amy@gmail.com` to find {{iam_name_short}} policy bindings that - * specify user + * * `policy:amy@gmail.com` to find IAM policy bindings that specify user * "amy@gmail.com". - * * `policy:roles/compute.admin` to find {{iam_name_short}} policy bindings - * that specify + * * `policy:roles/compute.admin` to find IAM policy bindings that specify * the Compute Admin role. - * * `policy:comp*` to find {{iam_name_short}} policy bindings that contain - * "comp" as a + * * `policy:comp*` to find IAM policy bindings that contain "comp" as a * prefix of any word in the binding. - * * `policy.role.permissions:storage.buckets.update` to find - * {{iam_name_short}} policy + * * `policy.role.permissions:storage.buckets.update` to find IAM policy * bindings that specify a role containing "storage.buckets.update" * permission. Note that if callers don't have `iam.roles.get` access to a * role's included permissions, policy bindings that specify this role will * be dropped from the search results. - * * `policy.role.permissions:upd*` to find {{iam_name_short}} policy bindings - * that specify a + * * `policy.role.permissions:upd*` to find IAM policy bindings that specify a * role containing "upd" as a prefix of any word in the role permission. * Note that if callers don't have `iam.roles.get` access to a role's * included permissions, policy bindings that specify this role will be * dropped from the search results. - * * `resource:organizations/123456` to find {{iam_name_short}} policy - * bindings + * * `resource:organizations/123456` to find IAM policy bindings * that are set on "organizations/123456". * * `resource=//cloudresourcemanager.googleapis.com/projects/myproject` to - * find {{iam_name_short}} policy bindings that are set on the project named - * "myproject". - * * `Important` to find {{iam_name_short}} policy bindings that contain - * "Important" as a + * find IAM policy bindings that are set on the project named "myproject". + * * `Important` to find IAM policy bindings that contain "Important" as a * word in any of the searchable fields (except for the included * permissions). * * `resource:(instance1 OR instance2) policy:amy` to find - * {{iam_name_short}} policy bindings that are set on resources "instance1" - * or "instance2" and also specify user "amy". - * * `roles:roles/compute.admin` to find {{iam_name_short}} policy bindings - * that specify the + * IAM policy bindings that are set on resources "instance1" or + * "instance2" and also specify user "amy". + * * `roles:roles/compute.admin` to find IAM policy bindings that specify the * Compute Admin role. - * * `memberTypes:user` to find {{iam_name_short}} policy bindings that - * contain the + * * `memberTypes:user` to find IAM policy bindings that contain the * principal type "user". *
* @@ -1446,53 +1375,42 @@ public Builder clearQuery() { * Optional. The query statement. See [how to construct a * query](https://cloud.google.com/asset-inventory/docs/searching-iam-policies#how_to_construct_a_query) * for more information. If not specified or empty, it will search all the - * {{iam_name_short}} policies within the specified `scope`. Note that the - * query string is compared against each {{iam_name_short}} policy binding, - * including its principals, roles, and {{iam_name_short}} conditions. The - * returned {{iam_name_short}} policies will only contain the bindings that - * match your query. To learn more about the {{iam_name_short}} policy - * structure, see the [{{iam_name_short}} policy + * IAM policies within the specified `scope`. Note that the query string is + * compared against each Cloud IAM policy binding, including its principals, + * roles, and Cloud IAM conditions. The returned Cloud IAM policies will only + * contain the bindings that match your query. To learn more about the IAM + * policy structure, see the [IAM policy * documentation](https://cloud.google.com/iam/help/allow-policies/structure). * Examples: - * * `policy:amy@gmail.com` to find {{iam_name_short}} policy bindings that - * specify user + * * `policy:amy@gmail.com` to find IAM policy bindings that specify user * "amy@gmail.com". - * * `policy:roles/compute.admin` to find {{iam_name_short}} policy bindings - * that specify + * * `policy:roles/compute.admin` to find IAM policy bindings that specify * the Compute Admin role. - * * `policy:comp*` to find {{iam_name_short}} policy bindings that contain - * "comp" as a + * * `policy:comp*` to find IAM policy bindings that contain "comp" as a * prefix of any word in the binding. - * * `policy.role.permissions:storage.buckets.update` to find - * {{iam_name_short}} policy + * * `policy.role.permissions:storage.buckets.update` to find IAM policy * bindings that specify a role containing "storage.buckets.update" * permission. Note that if callers don't have `iam.roles.get` access to a * role's included permissions, policy bindings that specify this role will * be dropped from the search results. - * * `policy.role.permissions:upd*` to find {{iam_name_short}} policy bindings - * that specify a + * * `policy.role.permissions:upd*` to find IAM policy bindings that specify a * role containing "upd" as a prefix of any word in the role permission. * Note that if callers don't have `iam.roles.get` access to a role's * included permissions, policy bindings that specify this role will be * dropped from the search results. - * * `resource:organizations/123456` to find {{iam_name_short}} policy - * bindings + * * `resource:organizations/123456` to find IAM policy bindings * that are set on "organizations/123456". * * `resource=//cloudresourcemanager.googleapis.com/projects/myproject` to - * find {{iam_name_short}} policy bindings that are set on the project named - * "myproject". - * * `Important` to find {{iam_name_short}} policy bindings that contain - * "Important" as a + * find IAM policy bindings that are set on the project named "myproject". + * * `Important` to find IAM policy bindings that contain "Important" as a * word in any of the searchable fields (except for the included * permissions). * * `resource:(instance1 OR instance2) policy:amy` to find - * {{iam_name_short}} policy bindings that are set on resources "instance1" - * or "instance2" and also specify user "amy". - * * `roles:roles/compute.admin` to find {{iam_name_short}} policy bindings - * that specify the + * IAM policy bindings that are set on resources "instance1" or + * "instance2" and also specify user "amy". + * * `roles:roles/compute.admin` to find IAM policy bindings that specify the * Compute Admin role. - * * `memberTypes:user` to find {{iam_name_short}} policy bindings that - * contain the + * * `memberTypes:user` to find IAM policy bindings that contain the * principal type "user". *
* @@ -1517,11 +1435,10 @@ public Builder setQueryBytes(com.google.protobuf.ByteString value) { * * *
-     * Optional. The page size for search result pagination. Page size is capped
-     * at 500 even if a larger value is given. If set to zero, server will pick an
-     * appropriate default. Returned results may be fewer than requested. When
-     * this happens, there could be more results as long as `next_page_token` is
-     * returned.
+     * Optional. The page size for search result pagination. Page size is capped at 500 even
+     * if a larger value is given. If set to zero, server will pick an appropriate
+     * default. Returned results may be fewer than requested. When this happens,
+     * there could be more results as long as `next_page_token` is returned.
      * 
* * int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -1536,11 +1453,10 @@ public int getPageSize() { * * *
-     * Optional. The page size for search result pagination. Page size is capped
-     * at 500 even if a larger value is given. If set to zero, server will pick an
-     * appropriate default. Returned results may be fewer than requested. When
-     * this happens, there could be more results as long as `next_page_token` is
-     * returned.
+     * Optional. The page size for search result pagination. Page size is capped at 500 even
+     * if a larger value is given. If set to zero, server will pick an appropriate
+     * default. Returned results may be fewer than requested. When this happens,
+     * there could be more results as long as `next_page_token` is returned.
      * 
* * int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -1558,11 +1474,10 @@ public Builder setPageSize(int value) { * * *
-     * Optional. The page size for search result pagination. Page size is capped
-     * at 500 even if a larger value is given. If set to zero, server will pick an
-     * appropriate default. Returned results may be fewer than requested. When
-     * this happens, there could be more results as long as `next_page_token` is
-     * returned.
+     * Optional. The page size for search result pagination. Page size is capped at 500 even
+     * if a larger value is given. If set to zero, server will pick an appropriate
+     * default. Returned results may be fewer than requested. When this happens,
+     * there could be more results as long as `next_page_token` is returned.
      * 
* * int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -1581,10 +1496,10 @@ public Builder clearPageSize() { * * *
-     * Optional. If present, retrieve the next batch of results from the preceding
-     * call to this method. `page_token` must be the value of `next_page_token`
-     * from the previous response. The values of all other method parameters must
-     * be identical to those in the previous call.
+     * Optional. If present, retrieve the next batch of results from the preceding call to
+     * this method. `page_token` must be the value of `next_page_token` from the
+     * previous response. The values of all other method parameters must be
+     * identical to those in the previous call.
      * 
* * string page_token = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -1606,10 +1521,10 @@ public java.lang.String getPageToken() { * * *
-     * Optional. If present, retrieve the next batch of results from the preceding
-     * call to this method. `page_token` must be the value of `next_page_token`
-     * from the previous response. The values of all other method parameters must
-     * be identical to those in the previous call.
+     * Optional. If present, retrieve the next batch of results from the preceding call to
+     * this method. `page_token` must be the value of `next_page_token` from the
+     * previous response. The values of all other method parameters must be
+     * identical to those in the previous call.
      * 
* * string page_token = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -1631,10 +1546,10 @@ public com.google.protobuf.ByteString getPageTokenBytes() { * * *
-     * Optional. If present, retrieve the next batch of results from the preceding
-     * call to this method. `page_token` must be the value of `next_page_token`
-     * from the previous response. The values of all other method parameters must
-     * be identical to those in the previous call.
+     * Optional. If present, retrieve the next batch of results from the preceding call to
+     * this method. `page_token` must be the value of `next_page_token` from the
+     * previous response. The values of all other method parameters must be
+     * identical to those in the previous call.
      * 
* * string page_token = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -1655,10 +1570,10 @@ public Builder setPageToken(java.lang.String value) { * * *
-     * Optional. If present, retrieve the next batch of results from the preceding
-     * call to this method. `page_token` must be the value of `next_page_token`
-     * from the previous response. The values of all other method parameters must
-     * be identical to those in the previous call.
+     * Optional. If present, retrieve the next batch of results from the preceding call to
+     * this method. `page_token` must be the value of `next_page_token` from the
+     * previous response. The values of all other method parameters must be
+     * identical to those in the previous call.
      * 
* * string page_token = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -1675,10 +1590,10 @@ public Builder clearPageToken() { * * *
-     * Optional. If present, retrieve the next batch of results from the preceding
-     * call to this method. `page_token` must be the value of `next_page_token`
-     * from the previous response. The values of all other method parameters must
-     * be identical to those in the previous call.
+     * Optional. If present, retrieve the next batch of results from the preceding call to
+     * this method. `page_token` must be the value of `next_page_token` from the
+     * previous response. The values of all other method parameters must be
+     * identical to those in the previous call.
      * 
* * string page_token = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -1710,17 +1625,16 @@ private void ensureAssetTypesIsMutable() { * * *
-     * Optional. A list of asset types that the {{iam_name_short}} policies are
-     * attached to. If empty, it will search the {{iam_name_short}} policies that
-     * are attached to all the [searchable asset
+     * Optional. A list of asset types that the IAM policies are attached to. If empty, it
+     * will search the IAM policies that are attached to all the [searchable asset
      * types](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types).
      * Regular expressions are also supported. For example:
-     * * "compute.googleapis.com.*" snapshots {{iam_name_short}} policies attached
-     * to asset type starts with "compute.googleapis.com".
-     * * ".*Instance" snapshots {{iam_name_short}} policies attached to asset type
-     * ends with "Instance".
-     * * ".*Instance.*" snapshots {{iam_name_short}} policies attached to asset
-     * type contains "Instance".
+     * * "compute.googleapis.com.*" snapshots IAM policies attached to asset type
+     * starts with "compute.googleapis.com".
+     * * ".*Instance" snapshots IAM policies attached to asset type ends with
+     * "Instance".
+     * * ".*Instance.*" snapshots IAM policies attached to asset type contains
+     * "Instance".
      * See [RE2](https://github.com/google/re2/wiki/Syntax) for all supported
      * regular expression syntax. If the regular expression does not match any
      * supported asset type, an INVALID_ARGUMENT error will be returned.
@@ -1737,17 +1651,16 @@ public com.google.protobuf.ProtocolStringList getAssetTypesList() {
      *
      *
      * 
-     * Optional. A list of asset types that the {{iam_name_short}} policies are
-     * attached to. If empty, it will search the {{iam_name_short}} policies that
-     * are attached to all the [searchable asset
+     * Optional. A list of asset types that the IAM policies are attached to. If empty, it
+     * will search the IAM policies that are attached to all the [searchable asset
      * types](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types).
      * Regular expressions are also supported. For example:
-     * * "compute.googleapis.com.*" snapshots {{iam_name_short}} policies attached
-     * to asset type starts with "compute.googleapis.com".
-     * * ".*Instance" snapshots {{iam_name_short}} policies attached to asset type
-     * ends with "Instance".
-     * * ".*Instance.*" snapshots {{iam_name_short}} policies attached to asset
-     * type contains "Instance".
+     * * "compute.googleapis.com.*" snapshots IAM policies attached to asset type
+     * starts with "compute.googleapis.com".
+     * * ".*Instance" snapshots IAM policies attached to asset type ends with
+     * "Instance".
+     * * ".*Instance.*" snapshots IAM policies attached to asset type contains
+     * "Instance".
      * See [RE2](https://github.com/google/re2/wiki/Syntax) for all supported
      * regular expression syntax. If the regular expression does not match any
      * supported asset type, an INVALID_ARGUMENT error will be returned.
@@ -1764,17 +1677,16 @@ public int getAssetTypesCount() {
      *
      *
      * 
-     * Optional. A list of asset types that the {{iam_name_short}} policies are
-     * attached to. If empty, it will search the {{iam_name_short}} policies that
-     * are attached to all the [searchable asset
+     * Optional. A list of asset types that the IAM policies are attached to. If empty, it
+     * will search the IAM policies that are attached to all the [searchable asset
      * types](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types).
      * Regular expressions are also supported. For example:
-     * * "compute.googleapis.com.*" snapshots {{iam_name_short}} policies attached
-     * to asset type starts with "compute.googleapis.com".
-     * * ".*Instance" snapshots {{iam_name_short}} policies attached to asset type
-     * ends with "Instance".
-     * * ".*Instance.*" snapshots {{iam_name_short}} policies attached to asset
-     * type contains "Instance".
+     * * "compute.googleapis.com.*" snapshots IAM policies attached to asset type
+     * starts with "compute.googleapis.com".
+     * * ".*Instance" snapshots IAM policies attached to asset type ends with
+     * "Instance".
+     * * ".*Instance.*" snapshots IAM policies attached to asset type contains
+     * "Instance".
      * See [RE2](https://github.com/google/re2/wiki/Syntax) for all supported
      * regular expression syntax. If the regular expression does not match any
      * supported asset type, an INVALID_ARGUMENT error will be returned.
@@ -1792,17 +1704,16 @@ public java.lang.String getAssetTypes(int index) {
      *
      *
      * 
-     * Optional. A list of asset types that the {{iam_name_short}} policies are
-     * attached to. If empty, it will search the {{iam_name_short}} policies that
-     * are attached to all the [searchable asset
+     * Optional. A list of asset types that the IAM policies are attached to. If empty, it
+     * will search the IAM policies that are attached to all the [searchable asset
      * types](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types).
      * Regular expressions are also supported. For example:
-     * * "compute.googleapis.com.*" snapshots {{iam_name_short}} policies attached
-     * to asset type starts with "compute.googleapis.com".
-     * * ".*Instance" snapshots {{iam_name_short}} policies attached to asset type
-     * ends with "Instance".
-     * * ".*Instance.*" snapshots {{iam_name_short}} policies attached to asset
-     * type contains "Instance".
+     * * "compute.googleapis.com.*" snapshots IAM policies attached to asset type
+     * starts with "compute.googleapis.com".
+     * * ".*Instance" snapshots IAM policies attached to asset type ends with
+     * "Instance".
+     * * ".*Instance.*" snapshots IAM policies attached to asset type contains
+     * "Instance".
      * See [RE2](https://github.com/google/re2/wiki/Syntax) for all supported
      * regular expression syntax. If the regular expression does not match any
      * supported asset type, an INVALID_ARGUMENT error will be returned.
@@ -1820,17 +1731,16 @@ public com.google.protobuf.ByteString getAssetTypesBytes(int index) {
      *
      *
      * 
-     * Optional. A list of asset types that the {{iam_name_short}} policies are
-     * attached to. If empty, it will search the {{iam_name_short}} policies that
-     * are attached to all the [searchable asset
+     * Optional. A list of asset types that the IAM policies are attached to. If empty, it
+     * will search the IAM policies that are attached to all the [searchable asset
      * types](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types).
      * Regular expressions are also supported. For example:
-     * * "compute.googleapis.com.*" snapshots {{iam_name_short}} policies attached
-     * to asset type starts with "compute.googleapis.com".
-     * * ".*Instance" snapshots {{iam_name_short}} policies attached to asset type
-     * ends with "Instance".
-     * * ".*Instance.*" snapshots {{iam_name_short}} policies attached to asset
-     * type contains "Instance".
+     * * "compute.googleapis.com.*" snapshots IAM policies attached to asset type
+     * starts with "compute.googleapis.com".
+     * * ".*Instance" snapshots IAM policies attached to asset type ends with
+     * "Instance".
+     * * ".*Instance.*" snapshots IAM policies attached to asset type contains
+     * "Instance".
      * See [RE2](https://github.com/google/re2/wiki/Syntax) for all supported
      * regular expression syntax. If the regular expression does not match any
      * supported asset type, an INVALID_ARGUMENT error will be returned.
@@ -1855,17 +1765,16 @@ public Builder setAssetTypes(int index, java.lang.String value) {
      *
      *
      * 
-     * Optional. A list of asset types that the {{iam_name_short}} policies are
-     * attached to. If empty, it will search the {{iam_name_short}} policies that
-     * are attached to all the [searchable asset
+     * Optional. A list of asset types that the IAM policies are attached to. If empty, it
+     * will search the IAM policies that are attached to all the [searchable asset
      * types](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types).
      * Regular expressions are also supported. For example:
-     * * "compute.googleapis.com.*" snapshots {{iam_name_short}} policies attached
-     * to asset type starts with "compute.googleapis.com".
-     * * ".*Instance" snapshots {{iam_name_short}} policies attached to asset type
-     * ends with "Instance".
-     * * ".*Instance.*" snapshots {{iam_name_short}} policies attached to asset
-     * type contains "Instance".
+     * * "compute.googleapis.com.*" snapshots IAM policies attached to asset type
+     * starts with "compute.googleapis.com".
+     * * ".*Instance" snapshots IAM policies attached to asset type ends with
+     * "Instance".
+     * * ".*Instance.*" snapshots IAM policies attached to asset type contains
+     * "Instance".
      * See [RE2](https://github.com/google/re2/wiki/Syntax) for all supported
      * regular expression syntax. If the regular expression does not match any
      * supported asset type, an INVALID_ARGUMENT error will be returned.
@@ -1889,17 +1798,16 @@ public Builder addAssetTypes(java.lang.String value) {
      *
      *
      * 
-     * Optional. A list of asset types that the {{iam_name_short}} policies are
-     * attached to. If empty, it will search the {{iam_name_short}} policies that
-     * are attached to all the [searchable asset
+     * Optional. A list of asset types that the IAM policies are attached to. If empty, it
+     * will search the IAM policies that are attached to all the [searchable asset
      * types](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types).
      * Regular expressions are also supported. For example:
-     * * "compute.googleapis.com.*" snapshots {{iam_name_short}} policies attached
-     * to asset type starts with "compute.googleapis.com".
-     * * ".*Instance" snapshots {{iam_name_short}} policies attached to asset type
-     * ends with "Instance".
-     * * ".*Instance.*" snapshots {{iam_name_short}} policies attached to asset
-     * type contains "Instance".
+     * * "compute.googleapis.com.*" snapshots IAM policies attached to asset type
+     * starts with "compute.googleapis.com".
+     * * ".*Instance" snapshots IAM policies attached to asset type ends with
+     * "Instance".
+     * * ".*Instance.*" snapshots IAM policies attached to asset type contains
+     * "Instance".
      * See [RE2](https://github.com/google/re2/wiki/Syntax) for all supported
      * regular expression syntax. If the regular expression does not match any
      * supported asset type, an INVALID_ARGUMENT error will be returned.
@@ -1920,17 +1828,16 @@ public Builder addAllAssetTypes(java.lang.Iterable values) {
      *
      *
      * 
-     * Optional. A list of asset types that the {{iam_name_short}} policies are
-     * attached to. If empty, it will search the {{iam_name_short}} policies that
-     * are attached to all the [searchable asset
+     * Optional. A list of asset types that the IAM policies are attached to. If empty, it
+     * will search the IAM policies that are attached to all the [searchable asset
      * types](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types).
      * Regular expressions are also supported. For example:
-     * * "compute.googleapis.com.*" snapshots {{iam_name_short}} policies attached
-     * to asset type starts with "compute.googleapis.com".
-     * * ".*Instance" snapshots {{iam_name_short}} policies attached to asset type
-     * ends with "Instance".
-     * * ".*Instance.*" snapshots {{iam_name_short}} policies attached to asset
-     * type contains "Instance".
+     * * "compute.googleapis.com.*" snapshots IAM policies attached to asset type
+     * starts with "compute.googleapis.com".
+     * * ".*Instance" snapshots IAM policies attached to asset type ends with
+     * "Instance".
+     * * ".*Instance.*" snapshots IAM policies attached to asset type contains
+     * "Instance".
      * See [RE2](https://github.com/google/re2/wiki/Syntax) for all supported
      * regular expression syntax. If the regular expression does not match any
      * supported asset type, an INVALID_ARGUMENT error will be returned.
@@ -1950,17 +1857,16 @@ public Builder clearAssetTypes() {
      *
      *
      * 
-     * Optional. A list of asset types that the {{iam_name_short}} policies are
-     * attached to. If empty, it will search the {{iam_name_short}} policies that
-     * are attached to all the [searchable asset
+     * Optional. A list of asset types that the IAM policies are attached to. If empty, it
+     * will search the IAM policies that are attached to all the [searchable asset
      * types](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types).
      * Regular expressions are also supported. For example:
-     * * "compute.googleapis.com.*" snapshots {{iam_name_short}} policies attached
-     * to asset type starts with "compute.googleapis.com".
-     * * ".*Instance" snapshots {{iam_name_short}} policies attached to asset type
-     * ends with "Instance".
-     * * ".*Instance.*" snapshots {{iam_name_short}} policies attached to asset
-     * type contains "Instance".
+     * * "compute.googleapis.com.*" snapshots IAM policies attached to asset type
+     * starts with "compute.googleapis.com".
+     * * ".*Instance" snapshots IAM policies attached to asset type ends with
+     * "Instance".
+     * * ".*Instance.*" snapshots IAM policies attached to asset type contains
+     * "Instance".
      * See [RE2](https://github.com/google/re2/wiki/Syntax) for all supported
      * regular expression syntax. If the regular expression does not match any
      * supported asset type, an INVALID_ARGUMENT error will be returned.
@@ -1987,9 +1893,9 @@ public Builder addAssetTypesBytes(com.google.protobuf.ByteString value) {
      *
      *
      * 
-     * Optional. A comma-separated list of fields specifying the sorting order of
-     * the results. The default order is ascending. Add " DESC" after the field
-     * name to indicate descending order. Redundant space characters are ignored.
+     * Optional. A comma-separated list of fields specifying the sorting order of the
+     * results. The default order is ascending. Add " DESC" after the field name
+     * to indicate descending order. Redundant space characters are ignored.
      * Example: "assetType DESC, resource".
      * Only singular primitive fields in the response are sortable:
      *   * resource
@@ -2018,9 +1924,9 @@ public java.lang.String getOrderBy() {
      *
      *
      * 
-     * Optional. A comma-separated list of fields specifying the sorting order of
-     * the results. The default order is ascending. Add " DESC" after the field
-     * name to indicate descending order. Redundant space characters are ignored.
+     * Optional. A comma-separated list of fields specifying the sorting order of the
+     * results. The default order is ascending. Add " DESC" after the field name
+     * to indicate descending order. Redundant space characters are ignored.
      * Example: "assetType DESC, resource".
      * Only singular primitive fields in the response are sortable:
      *   * resource
@@ -2049,9 +1955,9 @@ public com.google.protobuf.ByteString getOrderByBytes() {
      *
      *
      * 
-     * Optional. A comma-separated list of fields specifying the sorting order of
-     * the results. The default order is ascending. Add " DESC" after the field
-     * name to indicate descending order. Redundant space characters are ignored.
+     * Optional. A comma-separated list of fields specifying the sorting order of the
+     * results. The default order is ascending. Add " DESC" after the field name
+     * to indicate descending order. Redundant space characters are ignored.
      * Example: "assetType DESC, resource".
      * Only singular primitive fields in the response are sortable:
      *   * resource
@@ -2079,9 +1985,9 @@ public Builder setOrderBy(java.lang.String value) {
      *
      *
      * 
-     * Optional. A comma-separated list of fields specifying the sorting order of
-     * the results. The default order is ascending. Add " DESC" after the field
-     * name to indicate descending order. Redundant space characters are ignored.
+     * Optional. A comma-separated list of fields specifying the sorting order of the
+     * results. The default order is ascending. Add " DESC" after the field name
+     * to indicate descending order. Redundant space characters are ignored.
      * Example: "assetType DESC, resource".
      * Only singular primitive fields in the response are sortable:
      *   * resource
@@ -2105,9 +2011,9 @@ public Builder clearOrderBy() {
      *
      *
      * 
-     * Optional. A comma-separated list of fields specifying the sorting order of
-     * the results. The default order is ascending. Add " DESC" after the field
-     * name to indicate descending order. Redundant space characters are ignored.
+     * Optional. A comma-separated list of fields specifying the sorting order of the
+     * results. The default order is ascending. Add " DESC" after the field name
+     * to indicate descending order. Redundant space characters are ignored.
      * Example: "assetType DESC, resource".
      * Only singular primitive fields in the response are sortable:
      *   * resource
diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/SearchAllIamPoliciesRequestOrBuilder.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/SearchAllIamPoliciesRequestOrBuilder.java
index 736705b1b141..091d9ca9146b 100644
--- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/SearchAllIamPoliciesRequestOrBuilder.java
+++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/SearchAllIamPoliciesRequestOrBuilder.java
@@ -27,9 +27,9 @@ public interface SearchAllIamPoliciesRequestOrBuilder
    *
    *
    * 
-   * Required. A scope can be a project, a folder, or an organization. The
-   * search is limited to the {{iam_name_short}} policies within the `scope`.
-   * The caller must be granted the
+   * Required. A scope can be a project, a folder, or an organization. The search is
+   * limited to the IAM policies within the `scope`. The caller must be granted
+   * the
    * [`cloudasset.assets.searchAllIamPolicies`](https://cloud.google.com/asset-inventory/docs/access-control#required_permissions)
    * permission on the desired scope.
    * The allowed values are:
@@ -48,9 +48,9 @@ public interface SearchAllIamPoliciesRequestOrBuilder
    *
    *
    * 
-   * Required. A scope can be a project, a folder, or an organization. The
-   * search is limited to the {{iam_name_short}} policies within the `scope`.
-   * The caller must be granted the
+   * Required. A scope can be a project, a folder, or an organization. The search is
+   * limited to the IAM policies within the `scope`. The caller must be granted
+   * the
    * [`cloudasset.assets.searchAllIamPolicies`](https://cloud.google.com/asset-inventory/docs/access-control#required_permissions)
    * permission on the desired scope.
    * The allowed values are:
@@ -73,53 +73,42 @@ public interface SearchAllIamPoliciesRequestOrBuilder
    * Optional. The query statement. See [how to construct a
    * query](https://cloud.google.com/asset-inventory/docs/searching-iam-policies#how_to_construct_a_query)
    * for more information. If not specified or empty, it will search all the
-   * {{iam_name_short}} policies within the specified `scope`. Note that the
-   * query string is compared against each {{iam_name_short}} policy binding,
-   * including its principals, roles, and {{iam_name_short}} conditions. The
-   * returned {{iam_name_short}} policies will only contain the bindings that
-   * match your query. To learn more about the {{iam_name_short}} policy
-   * structure, see the [{{iam_name_short}} policy
+   * IAM policies within the specified `scope`. Note that the query string is
+   * compared against each Cloud IAM policy binding, including its principals,
+   * roles, and Cloud IAM conditions. The returned Cloud IAM policies will only
+   * contain the bindings that match your query. To learn more about the IAM
+   * policy structure, see the [IAM policy
    * documentation](https://cloud.google.com/iam/help/allow-policies/structure).
    * Examples:
-   * * `policy:amy@gmail.com` to find {{iam_name_short}} policy bindings that
-   * specify user
+   * * `policy:amy@gmail.com` to find IAM policy bindings that specify user
    *   "amy@gmail.com".
-   * * `policy:roles/compute.admin` to find {{iam_name_short}} policy bindings
-   * that specify
+   * * `policy:roles/compute.admin` to find IAM policy bindings that specify
    *   the Compute Admin role.
-   * * `policy:comp*` to find {{iam_name_short}} policy bindings that contain
-   * "comp" as a
+   * * `policy:comp*` to find IAM policy bindings that contain "comp" as a
    *   prefix of any word in the binding.
-   * * `policy.role.permissions:storage.buckets.update` to find
-   * {{iam_name_short}} policy
+   * * `policy.role.permissions:storage.buckets.update` to find IAM policy
    *   bindings that specify a role containing "storage.buckets.update"
    *   permission. Note that if callers don't have `iam.roles.get` access to a
    *   role's included permissions, policy bindings that specify this role will
    *   be dropped from the search results.
-   * * `policy.role.permissions:upd*` to find {{iam_name_short}} policy bindings
-   * that specify a
+   * * `policy.role.permissions:upd*` to find IAM policy bindings that specify a
    *   role containing "upd" as a prefix of any word in the role permission.
    *   Note that if callers don't have `iam.roles.get` access to a role's
    *   included permissions, policy bindings that specify this role will be
    *   dropped from the search results.
-   * * `resource:organizations/123456` to find {{iam_name_short}} policy
-   * bindings
+   * * `resource:organizations/123456` to find IAM policy bindings
    *   that are set on "organizations/123456".
    * * `resource=//cloudresourcemanager.googleapis.com/projects/myproject` to
-   *   find {{iam_name_short}} policy bindings that are set on the project named
-   *   "myproject".
-   * * `Important` to find {{iam_name_short}} policy bindings that contain
-   * "Important" as a
+   *   find IAM policy bindings that are set on the project named "myproject".
+   * * `Important` to find IAM policy bindings that contain "Important" as a
    *   word in any of the searchable fields (except for the included
    *   permissions).
    * * `resource:(instance1 OR instance2) policy:amy` to find
-   *   {{iam_name_short}} policy bindings that are set on resources "instance1"
-   *   or "instance2" and also specify user "amy".
-   * * `roles:roles/compute.admin` to find {{iam_name_short}} policy bindings
-   * that specify the
+   *   IAM policy bindings that are set on resources "instance1" or
+   *   "instance2" and also specify user "amy".
+   * * `roles:roles/compute.admin` to find IAM policy bindings that specify the
    *   Compute Admin role.
-   * * `memberTypes:user` to find {{iam_name_short}} policy bindings that
-   * contain the
+   * * `memberTypes:user` to find IAM policy bindings that contain the
    *   principal type "user".
    * 
* @@ -135,53 +124,42 @@ public interface SearchAllIamPoliciesRequestOrBuilder * Optional. The query statement. See [how to construct a * query](https://cloud.google.com/asset-inventory/docs/searching-iam-policies#how_to_construct_a_query) * for more information. If not specified or empty, it will search all the - * {{iam_name_short}} policies within the specified `scope`. Note that the - * query string is compared against each {{iam_name_short}} policy binding, - * including its principals, roles, and {{iam_name_short}} conditions. The - * returned {{iam_name_short}} policies will only contain the bindings that - * match your query. To learn more about the {{iam_name_short}} policy - * structure, see the [{{iam_name_short}} policy + * IAM policies within the specified `scope`. Note that the query string is + * compared against each Cloud IAM policy binding, including its principals, + * roles, and Cloud IAM conditions. The returned Cloud IAM policies will only + * contain the bindings that match your query. To learn more about the IAM + * policy structure, see the [IAM policy * documentation](https://cloud.google.com/iam/help/allow-policies/structure). * Examples: - * * `policy:amy@gmail.com` to find {{iam_name_short}} policy bindings that - * specify user + * * `policy:amy@gmail.com` to find IAM policy bindings that specify user * "amy@gmail.com". - * * `policy:roles/compute.admin` to find {{iam_name_short}} policy bindings - * that specify + * * `policy:roles/compute.admin` to find IAM policy bindings that specify * the Compute Admin role. - * * `policy:comp*` to find {{iam_name_short}} policy bindings that contain - * "comp" as a + * * `policy:comp*` to find IAM policy bindings that contain "comp" as a * prefix of any word in the binding. - * * `policy.role.permissions:storage.buckets.update` to find - * {{iam_name_short}} policy + * * `policy.role.permissions:storage.buckets.update` to find IAM policy * bindings that specify a role containing "storage.buckets.update" * permission. Note that if callers don't have `iam.roles.get` access to a * role's included permissions, policy bindings that specify this role will * be dropped from the search results. - * * `policy.role.permissions:upd*` to find {{iam_name_short}} policy bindings - * that specify a + * * `policy.role.permissions:upd*` to find IAM policy bindings that specify a * role containing "upd" as a prefix of any word in the role permission. * Note that if callers don't have `iam.roles.get` access to a role's * included permissions, policy bindings that specify this role will be * dropped from the search results. - * * `resource:organizations/123456` to find {{iam_name_short}} policy - * bindings + * * `resource:organizations/123456` to find IAM policy bindings * that are set on "organizations/123456". * * `resource=//cloudresourcemanager.googleapis.com/projects/myproject` to - * find {{iam_name_short}} policy bindings that are set on the project named - * "myproject". - * * `Important` to find {{iam_name_short}} policy bindings that contain - * "Important" as a + * find IAM policy bindings that are set on the project named "myproject". + * * `Important` to find IAM policy bindings that contain "Important" as a * word in any of the searchable fields (except for the included * permissions). * * `resource:(instance1 OR instance2) policy:amy` to find - * {{iam_name_short}} policy bindings that are set on resources "instance1" - * or "instance2" and also specify user "amy". - * * `roles:roles/compute.admin` to find {{iam_name_short}} policy bindings - * that specify the + * IAM policy bindings that are set on resources "instance1" or + * "instance2" and also specify user "amy". + * * `roles:roles/compute.admin` to find IAM policy bindings that specify the * Compute Admin role. - * * `memberTypes:user` to find {{iam_name_short}} policy bindings that - * contain the + * * `memberTypes:user` to find IAM policy bindings that contain the * principal type "user". *
* @@ -195,11 +173,10 @@ public interface SearchAllIamPoliciesRequestOrBuilder * * *
-   * Optional. The page size for search result pagination. Page size is capped
-   * at 500 even if a larger value is given. If set to zero, server will pick an
-   * appropriate default. Returned results may be fewer than requested. When
-   * this happens, there could be more results as long as `next_page_token` is
-   * returned.
+   * Optional. The page size for search result pagination. Page size is capped at 500 even
+   * if a larger value is given. If set to zero, server will pick an appropriate
+   * default. Returned results may be fewer than requested. When this happens,
+   * there could be more results as long as `next_page_token` is returned.
    * 
* * int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -212,10 +189,10 @@ public interface SearchAllIamPoliciesRequestOrBuilder * * *
-   * Optional. If present, retrieve the next batch of results from the preceding
-   * call to this method. `page_token` must be the value of `next_page_token`
-   * from the previous response. The values of all other method parameters must
-   * be identical to those in the previous call.
+   * Optional. If present, retrieve the next batch of results from the preceding call to
+   * this method. `page_token` must be the value of `next_page_token` from the
+   * previous response. The values of all other method parameters must be
+   * identical to those in the previous call.
    * 
* * string page_token = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -227,10 +204,10 @@ public interface SearchAllIamPoliciesRequestOrBuilder * * *
-   * Optional. If present, retrieve the next batch of results from the preceding
-   * call to this method. `page_token` must be the value of `next_page_token`
-   * from the previous response. The values of all other method parameters must
-   * be identical to those in the previous call.
+   * Optional. If present, retrieve the next batch of results from the preceding call to
+   * this method. `page_token` must be the value of `next_page_token` from the
+   * previous response. The values of all other method parameters must be
+   * identical to those in the previous call.
    * 
* * string page_token = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -243,17 +220,16 @@ public interface SearchAllIamPoliciesRequestOrBuilder * * *
-   * Optional. A list of asset types that the {{iam_name_short}} policies are
-   * attached to. If empty, it will search the {{iam_name_short}} policies that
-   * are attached to all the [searchable asset
+   * Optional. A list of asset types that the IAM policies are attached to. If empty, it
+   * will search the IAM policies that are attached to all the [searchable asset
    * types](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types).
    * Regular expressions are also supported. For example:
-   * * "compute.googleapis.com.*" snapshots {{iam_name_short}} policies attached
-   * to asset type starts with "compute.googleapis.com".
-   * * ".*Instance" snapshots {{iam_name_short}} policies attached to asset type
-   * ends with "Instance".
-   * * ".*Instance.*" snapshots {{iam_name_short}} policies attached to asset
-   * type contains "Instance".
+   * * "compute.googleapis.com.*" snapshots IAM policies attached to asset type
+   * starts with "compute.googleapis.com".
+   * * ".*Instance" snapshots IAM policies attached to asset type ends with
+   * "Instance".
+   * * ".*Instance.*" snapshots IAM policies attached to asset type contains
+   * "Instance".
    * See [RE2](https://github.com/google/re2/wiki/Syntax) for all supported
    * regular expression syntax. If the regular expression does not match any
    * supported asset type, an INVALID_ARGUMENT error will be returned.
@@ -268,17 +244,16 @@ public interface SearchAllIamPoliciesRequestOrBuilder
    *
    *
    * 
-   * Optional. A list of asset types that the {{iam_name_short}} policies are
-   * attached to. If empty, it will search the {{iam_name_short}} policies that
-   * are attached to all the [searchable asset
+   * Optional. A list of asset types that the IAM policies are attached to. If empty, it
+   * will search the IAM policies that are attached to all the [searchable asset
    * types](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types).
    * Regular expressions are also supported. For example:
-   * * "compute.googleapis.com.*" snapshots {{iam_name_short}} policies attached
-   * to asset type starts with "compute.googleapis.com".
-   * * ".*Instance" snapshots {{iam_name_short}} policies attached to asset type
-   * ends with "Instance".
-   * * ".*Instance.*" snapshots {{iam_name_short}} policies attached to asset
-   * type contains "Instance".
+   * * "compute.googleapis.com.*" snapshots IAM policies attached to asset type
+   * starts with "compute.googleapis.com".
+   * * ".*Instance" snapshots IAM policies attached to asset type ends with
+   * "Instance".
+   * * ".*Instance.*" snapshots IAM policies attached to asset type contains
+   * "Instance".
    * See [RE2](https://github.com/google/re2/wiki/Syntax) for all supported
    * regular expression syntax. If the regular expression does not match any
    * supported asset type, an INVALID_ARGUMENT error will be returned.
@@ -293,17 +268,16 @@ public interface SearchAllIamPoliciesRequestOrBuilder
    *
    *
    * 
-   * Optional. A list of asset types that the {{iam_name_short}} policies are
-   * attached to. If empty, it will search the {{iam_name_short}} policies that
-   * are attached to all the [searchable asset
+   * Optional. A list of asset types that the IAM policies are attached to. If empty, it
+   * will search the IAM policies that are attached to all the [searchable asset
    * types](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types).
    * Regular expressions are also supported. For example:
-   * * "compute.googleapis.com.*" snapshots {{iam_name_short}} policies attached
-   * to asset type starts with "compute.googleapis.com".
-   * * ".*Instance" snapshots {{iam_name_short}} policies attached to asset type
-   * ends with "Instance".
-   * * ".*Instance.*" snapshots {{iam_name_short}} policies attached to asset
-   * type contains "Instance".
+   * * "compute.googleapis.com.*" snapshots IAM policies attached to asset type
+   * starts with "compute.googleapis.com".
+   * * ".*Instance" snapshots IAM policies attached to asset type ends with
+   * "Instance".
+   * * ".*Instance.*" snapshots IAM policies attached to asset type contains
+   * "Instance".
    * See [RE2](https://github.com/google/re2/wiki/Syntax) for all supported
    * regular expression syntax. If the regular expression does not match any
    * supported asset type, an INVALID_ARGUMENT error will be returned.
@@ -319,17 +293,16 @@ public interface SearchAllIamPoliciesRequestOrBuilder
    *
    *
    * 
-   * Optional. A list of asset types that the {{iam_name_short}} policies are
-   * attached to. If empty, it will search the {{iam_name_short}} policies that
-   * are attached to all the [searchable asset
+   * Optional. A list of asset types that the IAM policies are attached to. If empty, it
+   * will search the IAM policies that are attached to all the [searchable asset
    * types](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types).
    * Regular expressions are also supported. For example:
-   * * "compute.googleapis.com.*" snapshots {{iam_name_short}} policies attached
-   * to asset type starts with "compute.googleapis.com".
-   * * ".*Instance" snapshots {{iam_name_short}} policies attached to asset type
-   * ends with "Instance".
-   * * ".*Instance.*" snapshots {{iam_name_short}} policies attached to asset
-   * type contains "Instance".
+   * * "compute.googleapis.com.*" snapshots IAM policies attached to asset type
+   * starts with "compute.googleapis.com".
+   * * ".*Instance" snapshots IAM policies attached to asset type ends with
+   * "Instance".
+   * * ".*Instance.*" snapshots IAM policies attached to asset type contains
+   * "Instance".
    * See [RE2](https://github.com/google/re2/wiki/Syntax) for all supported
    * regular expression syntax. If the regular expression does not match any
    * supported asset type, an INVALID_ARGUMENT error will be returned.
@@ -346,9 +319,9 @@ public interface SearchAllIamPoliciesRequestOrBuilder
    *
    *
    * 
-   * Optional. A comma-separated list of fields specifying the sorting order of
-   * the results. The default order is ascending. Add " DESC" after the field
-   * name to indicate descending order. Redundant space characters are ignored.
+   * Optional. A comma-separated list of fields specifying the sorting order of the
+   * results. The default order is ascending. Add " DESC" after the field name
+   * to indicate descending order. Redundant space characters are ignored.
    * Example: "assetType DESC, resource".
    * Only singular primitive fields in the response are sortable:
    *   * resource
@@ -367,9 +340,9 @@ public interface SearchAllIamPoliciesRequestOrBuilder
    *
    *
    * 
-   * Optional. A comma-separated list of fields specifying the sorting order of
-   * the results. The default order is ascending. Add " DESC" after the field
-   * name to indicate descending order. Redundant space characters are ignored.
+   * Optional. A comma-separated list of fields specifying the sorting order of the
+   * results. The default order is ascending. Add " DESC" after the field name
+   * to indicate descending order. Redundant space characters are ignored.
    * Example: "assetType DESC, resource".
    * Only singular primitive fields in the response are sortable:
    *   * resource
diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/SearchAllIamPoliciesResponse.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/SearchAllIamPoliciesResponse.java
index 7bca1ac00e3b..fec542c8fade 100644
--- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/SearchAllIamPoliciesResponse.java
+++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/SearchAllIamPoliciesResponse.java
@@ -22,7 +22,7 @@
  *
  *
  * 
- * Search all {{iam_name_short}} policies response.
+ * Search all IAM policies response.
  * 
* * Protobuf type {@code google.cloud.asset.v1.SearchAllIamPoliciesResponse} @@ -74,9 +74,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * A list of {{iam_name_short}} policies that match the search query. Related
-   * information such as the associated resource is returned along with the
-   * policy.
+   * A list of IamPolicy that match the search query. Related information such
+   * as the associated resource is returned along with the policy.
    * 
* * repeated .google.cloud.asset.v1.IamPolicySearchResult results = 1; @@ -89,9 +88,8 @@ public java.util.List getResult * * *
-   * A list of {{iam_name_short}} policies that match the search query. Related
-   * information such as the associated resource is returned along with the
-   * policy.
+   * A list of IamPolicy that match the search query. Related information such
+   * as the associated resource is returned along with the policy.
    * 
* * repeated .google.cloud.asset.v1.IamPolicySearchResult results = 1; @@ -105,9 +103,8 @@ public java.util.List getResult * * *
-   * A list of {{iam_name_short}} policies that match the search query. Related
-   * information such as the associated resource is returned along with the
-   * policy.
+   * A list of IamPolicy that match the search query. Related information such
+   * as the associated resource is returned along with the policy.
    * 
* * repeated .google.cloud.asset.v1.IamPolicySearchResult results = 1; @@ -120,9 +117,8 @@ public int getResultsCount() { * * *
-   * A list of {{iam_name_short}} policies that match the search query. Related
-   * information such as the associated resource is returned along with the
-   * policy.
+   * A list of IamPolicy that match the search query. Related information such
+   * as the associated resource is returned along with the policy.
    * 
* * repeated .google.cloud.asset.v1.IamPolicySearchResult results = 1; @@ -135,9 +131,8 @@ public com.google.cloud.asset.v1.IamPolicySearchResult getResults(int index) { * * *
-   * A list of {{iam_name_short}} policies that match the search query. Related
-   * information such as the associated resource is returned along with the
-   * policy.
+   * A list of IamPolicy that match the search query. Related information such
+   * as the associated resource is returned along with the policy.
    * 
* * repeated .google.cloud.asset.v1.IamPolicySearchResult results = 1; @@ -375,7 +370,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * Search all {{iam_name_short}} policies response.
+   * Search all IAM policies response.
    * 
* * Protobuf type {@code google.cloud.asset.v1.SearchAllIamPoliciesResponse} @@ -623,9 +618,8 @@ private void ensureResultsIsMutable() { * * *
-     * A list of {{iam_name_short}} policies that match the search query. Related
-     * information such as the associated resource is returned along with the
-     * policy.
+     * A list of IamPolicy that match the search query. Related information such
+     * as the associated resource is returned along with the policy.
      * 
* * repeated .google.cloud.asset.v1.IamPolicySearchResult results = 1; @@ -641,9 +635,8 @@ public java.util.List getResult * * *
-     * A list of {{iam_name_short}} policies that match the search query. Related
-     * information such as the associated resource is returned along with the
-     * policy.
+     * A list of IamPolicy that match the search query. Related information such
+     * as the associated resource is returned along with the policy.
      * 
* * repeated .google.cloud.asset.v1.IamPolicySearchResult results = 1; @@ -659,9 +652,8 @@ public int getResultsCount() { * * *
-     * A list of {{iam_name_short}} policies that match the search query. Related
-     * information such as the associated resource is returned along with the
-     * policy.
+     * A list of IamPolicy that match the search query. Related information such
+     * as the associated resource is returned along with the policy.
      * 
* * repeated .google.cloud.asset.v1.IamPolicySearchResult results = 1; @@ -677,9 +669,8 @@ public com.google.cloud.asset.v1.IamPolicySearchResult getResults(int index) { * * *
-     * A list of {{iam_name_short}} policies that match the search query. Related
-     * information such as the associated resource is returned along with the
-     * policy.
+     * A list of IamPolicy that match the search query. Related information such
+     * as the associated resource is returned along with the policy.
      * 
* * repeated .google.cloud.asset.v1.IamPolicySearchResult results = 1; @@ -701,9 +692,8 @@ public Builder setResults(int index, com.google.cloud.asset.v1.IamPolicySearchRe * * *
-     * A list of {{iam_name_short}} policies that match the search query. Related
-     * information such as the associated resource is returned along with the
-     * policy.
+     * A list of IamPolicy that match the search query. Related information such
+     * as the associated resource is returned along with the policy.
      * 
* * repeated .google.cloud.asset.v1.IamPolicySearchResult results = 1; @@ -723,9 +713,8 @@ public Builder setResults( * * *
-     * A list of {{iam_name_short}} policies that match the search query. Related
-     * information such as the associated resource is returned along with the
-     * policy.
+     * A list of IamPolicy that match the search query. Related information such
+     * as the associated resource is returned along with the policy.
      * 
* * repeated .google.cloud.asset.v1.IamPolicySearchResult results = 1; @@ -747,9 +736,8 @@ public Builder addResults(com.google.cloud.asset.v1.IamPolicySearchResult value) * * *
-     * A list of {{iam_name_short}} policies that match the search query. Related
-     * information such as the associated resource is returned along with the
-     * policy.
+     * A list of IamPolicy that match the search query. Related information such
+     * as the associated resource is returned along with the policy.
      * 
* * repeated .google.cloud.asset.v1.IamPolicySearchResult results = 1; @@ -771,9 +759,8 @@ public Builder addResults(int index, com.google.cloud.asset.v1.IamPolicySearchRe * * *
-     * A list of {{iam_name_short}} policies that match the search query. Related
-     * information such as the associated resource is returned along with the
-     * policy.
+     * A list of IamPolicy that match the search query. Related information such
+     * as the associated resource is returned along with the policy.
      * 
* * repeated .google.cloud.asset.v1.IamPolicySearchResult results = 1; @@ -793,9 +780,8 @@ public Builder addResults( * * *
-     * A list of {{iam_name_short}} policies that match the search query. Related
-     * information such as the associated resource is returned along with the
-     * policy.
+     * A list of IamPolicy that match the search query. Related information such
+     * as the associated resource is returned along with the policy.
      * 
* * repeated .google.cloud.asset.v1.IamPolicySearchResult results = 1; @@ -815,9 +801,8 @@ public Builder addResults( * * *
-     * A list of {{iam_name_short}} policies that match the search query. Related
-     * information such as the associated resource is returned along with the
-     * policy.
+     * A list of IamPolicy that match the search query. Related information such
+     * as the associated resource is returned along with the policy.
      * 
* * repeated .google.cloud.asset.v1.IamPolicySearchResult results = 1; @@ -837,9 +822,8 @@ public Builder addAllResults( * * *
-     * A list of {{iam_name_short}} policies that match the search query. Related
-     * information such as the associated resource is returned along with the
-     * policy.
+     * A list of IamPolicy that match the search query. Related information such
+     * as the associated resource is returned along with the policy.
      * 
* * repeated .google.cloud.asset.v1.IamPolicySearchResult results = 1; @@ -858,9 +842,8 @@ public Builder clearResults() { * * *
-     * A list of {{iam_name_short}} policies that match the search query. Related
-     * information such as the associated resource is returned along with the
-     * policy.
+     * A list of IamPolicy that match the search query. Related information such
+     * as the associated resource is returned along with the policy.
      * 
* * repeated .google.cloud.asset.v1.IamPolicySearchResult results = 1; @@ -879,9 +862,8 @@ public Builder removeResults(int index) { * * *
-     * A list of {{iam_name_short}} policies that match the search query. Related
-     * information such as the associated resource is returned along with the
-     * policy.
+     * A list of IamPolicy that match the search query. Related information such
+     * as the associated resource is returned along with the policy.
      * 
* * repeated .google.cloud.asset.v1.IamPolicySearchResult results = 1; @@ -893,9 +875,8 @@ public com.google.cloud.asset.v1.IamPolicySearchResult.Builder getResultsBuilder * * *
-     * A list of {{iam_name_short}} policies that match the search query. Related
-     * information such as the associated resource is returned along with the
-     * policy.
+     * A list of IamPolicy that match the search query. Related information such
+     * as the associated resource is returned along with the policy.
      * 
* * repeated .google.cloud.asset.v1.IamPolicySearchResult results = 1; @@ -911,9 +892,8 @@ public com.google.cloud.asset.v1.IamPolicySearchResultOrBuilder getResultsOrBuil * * *
-     * A list of {{iam_name_short}} policies that match the search query. Related
-     * information such as the associated resource is returned along with the
-     * policy.
+     * A list of IamPolicy that match the search query. Related information such
+     * as the associated resource is returned along with the policy.
      * 
* * repeated .google.cloud.asset.v1.IamPolicySearchResult results = 1; @@ -930,9 +910,8 @@ public com.google.cloud.asset.v1.IamPolicySearchResultOrBuilder getResultsOrBuil * * *
-     * A list of {{iam_name_short}} policies that match the search query. Related
-     * information such as the associated resource is returned along with the
-     * policy.
+     * A list of IamPolicy that match the search query. Related information such
+     * as the associated resource is returned along with the policy.
      * 
* * repeated .google.cloud.asset.v1.IamPolicySearchResult results = 1; @@ -945,9 +924,8 @@ public com.google.cloud.asset.v1.IamPolicySearchResult.Builder addResultsBuilder * * *
-     * A list of {{iam_name_short}} policies that match the search query. Related
-     * information such as the associated resource is returned along with the
-     * policy.
+     * A list of IamPolicy that match the search query. Related information such
+     * as the associated resource is returned along with the policy.
      * 
* * repeated .google.cloud.asset.v1.IamPolicySearchResult results = 1; @@ -960,9 +938,8 @@ public com.google.cloud.asset.v1.IamPolicySearchResult.Builder addResultsBuilder * * *
-     * A list of {{iam_name_short}} policies that match the search query. Related
-     * information such as the associated resource is returned along with the
-     * policy.
+     * A list of IamPolicy that match the search query. Related information such
+     * as the associated resource is returned along with the policy.
      * 
* * repeated .google.cloud.asset.v1.IamPolicySearchResult results = 1; diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/SearchAllIamPoliciesResponseOrBuilder.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/SearchAllIamPoliciesResponseOrBuilder.java index c2e7da52d23f..56d9e7a7a971 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/SearchAllIamPoliciesResponseOrBuilder.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/SearchAllIamPoliciesResponseOrBuilder.java @@ -27,9 +27,8 @@ public interface SearchAllIamPoliciesResponseOrBuilder * * *
-   * A list of {{iam_name_short}} policies that match the search query. Related
-   * information such as the associated resource is returned along with the
-   * policy.
+   * A list of IamPolicy that match the search query. Related information such
+   * as the associated resource is returned along with the policy.
    * 
* * repeated .google.cloud.asset.v1.IamPolicySearchResult results = 1; @@ -39,9 +38,8 @@ public interface SearchAllIamPoliciesResponseOrBuilder * * *
-   * A list of {{iam_name_short}} policies that match the search query. Related
-   * information such as the associated resource is returned along with the
-   * policy.
+   * A list of IamPolicy that match the search query. Related information such
+   * as the associated resource is returned along with the policy.
    * 
* * repeated .google.cloud.asset.v1.IamPolicySearchResult results = 1; @@ -51,9 +49,8 @@ public interface SearchAllIamPoliciesResponseOrBuilder * * *
-   * A list of {{iam_name_short}} policies that match the search query. Related
-   * information such as the associated resource is returned along with the
-   * policy.
+   * A list of IamPolicy that match the search query. Related information such
+   * as the associated resource is returned along with the policy.
    * 
* * repeated .google.cloud.asset.v1.IamPolicySearchResult results = 1; @@ -63,9 +60,8 @@ public interface SearchAllIamPoliciesResponseOrBuilder * * *
-   * A list of {{iam_name_short}} policies that match the search query. Related
-   * information such as the associated resource is returned along with the
-   * policy.
+   * A list of IamPolicy that match the search query. Related information such
+   * as the associated resource is returned along with the policy.
    * 
* * repeated .google.cloud.asset.v1.IamPolicySearchResult results = 1; @@ -76,9 +72,8 @@ public interface SearchAllIamPoliciesResponseOrBuilder * * *
-   * A list of {{iam_name_short}} policies that match the search query. Related
-   * information such as the associated resource is returned along with the
-   * policy.
+   * A list of IamPolicy that match the search query. Related information such
+   * as the associated resource is returned along with the policy.
    * 
* * repeated .google.cloud.asset.v1.IamPolicySearchResult results = 1; diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/SearchAllResourcesRequest.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/SearchAllResourcesRequest.java index eb3f6b8cceb1..1004448093a8 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/SearchAllResourcesRequest.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/SearchAllResourcesRequest.java @@ -77,9 +77,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. A scope can be a project, a folder, or an organization. The
-   * search is limited to the resources within the `scope`. The caller must be
-   * granted the
+   * Required. A scope can be a project, a folder, or an organization. The search is
+   * limited to the resources within the `scope`. The caller must be granted the
    * [`cloudasset.assets.searchAllResources`](https://cloud.google.com/asset-inventory/docs/access-control#required_permissions)
    * permission on the desired scope.
    * The allowed values are:
@@ -109,9 +108,8 @@ public java.lang.String getScope() {
    *
    *
    * 
-   * Required. A scope can be a project, a folder, or an organization. The
-   * search is limited to the resources within the `scope`. The caller must be
-   * granted the
+   * Required. A scope can be a project, a folder, or an organization. The search is
+   * limited to the resources within the `scope`. The caller must be granted the
    * [`cloudasset.assets.searchAllResources`](https://cloud.google.com/asset-inventory/docs/access-control#required_permissions)
    * permission on the desired scope.
    * The allowed values are:
@@ -149,30 +147,26 @@ public com.google.protobuf.ByteString getScopeBytes() {
    * for more information. If not specified or empty, it will search all the
    * resources within the specified `scope`.
    * Examples:
-   * * `name:Important` to find {{gcp_name}} resources whose name contains
+   * * `name:Important` to find Cloud resources whose name contains
    *   "Important" as a word.
-   * * `name=Important` to find the {{gcp_name}} resource whose name is exactly
+   * * `name=Important` to find the Cloud resource whose name is exactly
    *   "Important".
-   * * `displayName:Impor*` to find {{gcp_name}} resources whose display name
+   * * `displayName:Impor*` to find Cloud resources whose display name
    *   contains "Impor" as a prefix of any word in the field.
-   * * `location:us-west*` to find {{gcp_name}} resources whose location
-   * contains both
+   * * `location:us-west*` to find Cloud resources whose location contains both
    *   "us" and "west" as prefixes.
-   * * `labels:prod` to find {{gcp_name}} resources whose labels contain "prod"
-   * as
+   * * `labels:prod` to find Cloud resources whose labels contain "prod" as
    *   a key or value.
-   * * `labels.env:prod` to find {{gcp_name}} resources that have a label "env"
+   * * `labels.env:prod` to find Cloud resources that have a label "env"
    *   and its value is "prod".
-   * * `labels.env:*` to find {{gcp_name}} resources that have a label "env".
-   * * `kmsKey:key` to find {{gcp_name}} resources encrypted with a
-   * customer-managed
+   * * `labels.env:*` to find Cloud resources that have a label "env".
+   * * `kmsKey:key` to find Cloud resources encrypted with a customer-managed
    *   encryption key whose name contains "key" as a word. This field is
    *   deprecated. Please use the `kmsKeys` field to retrieve KMS key
    *   information.
-   * * `kmsKeys:key` to find {{gcp_name}} resources encrypted with
-   * customer-managed
+   * * `kmsKeys:key` to find Cloud resources encrypted with customer-managed
    *   encryption keys whose name contains the word "key".
-   * * `relationships:instance-group-1` to find {{gcp_name}} resources that have
+   * * `relationships:instance-group-1` to find Cloud resources that have
    *   relationships with "instance-group-1" in the related resource name.
    * * `relationships:INSTANCE_TO_INSTANCEGROUP` to find compute instances that
    *   have relationships of type "INSTANCE_TO_INSTANCEGROUP".
@@ -180,27 +174,21 @@ public com.google.protobuf.ByteString getScopeBytes() {
    *   compute instances that have relationships with "instance-group-1" in the
    *   compute instance group resource name, for relationship type
    *   "INSTANCE_TO_INSTANCEGROUP".
-   * * `state:ACTIVE` to find {{gcp_name}} resources whose state contains
-   * "ACTIVE" as a
+   * * `state:ACTIVE` to find Cloud resources whose state contains "ACTIVE" as a
    *   word.
-   * * `NOT state:ACTIVE` to find {{gcp_name}} resources whose state doesn't
-   * contain
+   * * `NOT state:ACTIVE` to find Cloud resources whose state doesn't contain
    *   "ACTIVE" as a word.
-   * * `createTime<1609459200` to find {{gcp_name}} resources that were created
-   * before
+   * * `createTime<1609459200` to find Cloud resources that were created before
    *   "2021-01-01 00:00:00 UTC". 1609459200 is the epoch timestamp of
    *   "2021-01-01 00:00:00 UTC" in seconds.
-   * * `updateTime>1609459200` to find {{gcp_name}} resources that were updated
-   * after
+   * * `updateTime>1609459200` to find Cloud resources that were updated after
    *   "2021-01-01 00:00:00 UTC". 1609459200 is the epoch timestamp of
    *   "2021-01-01 00:00:00 UTC" in seconds.
-   * * `Important` to find {{gcp_name}} resources that contain "Important" as a
-   * word
+   * * `Important` to find Cloud resources that contain "Important" as a word
    *   in any of the searchable fields.
-   * * `Impor*` to find {{gcp_name}} resources that contain "Impor" as a prefix
-   * of any
+   * * `Impor*` to find Cloud resources that contain "Impor" as a prefix of any
    *   word in any of the searchable fields.
-   * * `Important location:(us-west1 OR global)` to find {{gcp_name}}
+   * * `Important location:(us-west1 OR global)` to find Cloud
    *   resources that contain "Important" as a word in any of the searchable
    *   fields and are also located in the "us-west1" region or the "global"
    *   location.
@@ -231,30 +219,26 @@ public java.lang.String getQuery() {
    * for more information. If not specified or empty, it will search all the
    * resources within the specified `scope`.
    * Examples:
-   * * `name:Important` to find {{gcp_name}} resources whose name contains
+   * * `name:Important` to find Cloud resources whose name contains
    *   "Important" as a word.
-   * * `name=Important` to find the {{gcp_name}} resource whose name is exactly
+   * * `name=Important` to find the Cloud resource whose name is exactly
    *   "Important".
-   * * `displayName:Impor*` to find {{gcp_name}} resources whose display name
+   * * `displayName:Impor*` to find Cloud resources whose display name
    *   contains "Impor" as a prefix of any word in the field.
-   * * `location:us-west*` to find {{gcp_name}} resources whose location
-   * contains both
+   * * `location:us-west*` to find Cloud resources whose location contains both
    *   "us" and "west" as prefixes.
-   * * `labels:prod` to find {{gcp_name}} resources whose labels contain "prod"
-   * as
+   * * `labels:prod` to find Cloud resources whose labels contain "prod" as
    *   a key or value.
-   * * `labels.env:prod` to find {{gcp_name}} resources that have a label "env"
+   * * `labels.env:prod` to find Cloud resources that have a label "env"
    *   and its value is "prod".
-   * * `labels.env:*` to find {{gcp_name}} resources that have a label "env".
-   * * `kmsKey:key` to find {{gcp_name}} resources encrypted with a
-   * customer-managed
+   * * `labels.env:*` to find Cloud resources that have a label "env".
+   * * `kmsKey:key` to find Cloud resources encrypted with a customer-managed
    *   encryption key whose name contains "key" as a word. This field is
    *   deprecated. Please use the `kmsKeys` field to retrieve KMS key
    *   information.
-   * * `kmsKeys:key` to find {{gcp_name}} resources encrypted with
-   * customer-managed
+   * * `kmsKeys:key` to find Cloud resources encrypted with customer-managed
    *   encryption keys whose name contains the word "key".
-   * * `relationships:instance-group-1` to find {{gcp_name}} resources that have
+   * * `relationships:instance-group-1` to find Cloud resources that have
    *   relationships with "instance-group-1" in the related resource name.
    * * `relationships:INSTANCE_TO_INSTANCEGROUP` to find compute instances that
    *   have relationships of type "INSTANCE_TO_INSTANCEGROUP".
@@ -262,27 +246,21 @@ public java.lang.String getQuery() {
    *   compute instances that have relationships with "instance-group-1" in the
    *   compute instance group resource name, for relationship type
    *   "INSTANCE_TO_INSTANCEGROUP".
-   * * `state:ACTIVE` to find {{gcp_name}} resources whose state contains
-   * "ACTIVE" as a
+   * * `state:ACTIVE` to find Cloud resources whose state contains "ACTIVE" as a
    *   word.
-   * * `NOT state:ACTIVE` to find {{gcp_name}} resources whose state doesn't
-   * contain
+   * * `NOT state:ACTIVE` to find Cloud resources whose state doesn't contain
    *   "ACTIVE" as a word.
-   * * `createTime<1609459200` to find {{gcp_name}} resources that were created
-   * before
+   * * `createTime<1609459200` to find Cloud resources that were created before
    *   "2021-01-01 00:00:00 UTC". 1609459200 is the epoch timestamp of
    *   "2021-01-01 00:00:00 UTC" in seconds.
-   * * `updateTime>1609459200` to find {{gcp_name}} resources that were updated
-   * after
+   * * `updateTime>1609459200` to find Cloud resources that were updated after
    *   "2021-01-01 00:00:00 UTC". 1609459200 is the epoch timestamp of
    *   "2021-01-01 00:00:00 UTC" in seconds.
-   * * `Important` to find {{gcp_name}} resources that contain "Important" as a
-   * word
+   * * `Important` to find Cloud resources that contain "Important" as a word
    *   in any of the searchable fields.
-   * * `Impor*` to find {{gcp_name}} resources that contain "Impor" as a prefix
-   * of any
+   * * `Impor*` to find Cloud resources that contain "Impor" as a prefix of any
    *   word in any of the searchable fields.
-   * * `Important location:(us-west1 OR global)` to find {{gcp_name}}
+   * * `Important location:(us-west1 OR global)` to find Cloud
    *   resources that contain "Important" as a word in any of the searchable
    *   fields and are also located in the "us-west1" region or the "global"
    *   location.
@@ -311,8 +289,8 @@ public com.google.protobuf.ByteString getQueryBytes() {
    *
    *
    * 
-   * Optional. A list of asset types that this request searches for. If empty,
-   * it will search all the [searchable asset
+   * Optional. A list of asset types that this request searches for. If empty, it will
+   * search all the [searchable asset
    * types](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types).
    * Regular expressions are also supported. For example:
    * * "compute.googleapis.com.*" snapshots resources whose asset type starts
@@ -335,8 +313,8 @@ public com.google.protobuf.ProtocolStringList getAssetTypesList() {
    *
    *
    * 
-   * Optional. A list of asset types that this request searches for. If empty,
-   * it will search all the [searchable asset
+   * Optional. A list of asset types that this request searches for. If empty, it will
+   * search all the [searchable asset
    * types](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types).
    * Regular expressions are also supported. For example:
    * * "compute.googleapis.com.*" snapshots resources whose asset type starts
@@ -359,8 +337,8 @@ public int getAssetTypesCount() {
    *
    *
    * 
-   * Optional. A list of asset types that this request searches for. If empty,
-   * it will search all the [searchable asset
+   * Optional. A list of asset types that this request searches for. If empty, it will
+   * search all the [searchable asset
    * types](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types).
    * Regular expressions are also supported. For example:
    * * "compute.googleapis.com.*" snapshots resources whose asset type starts
@@ -384,8 +362,8 @@ public java.lang.String getAssetTypes(int index) {
    *
    *
    * 
-   * Optional. A list of asset types that this request searches for. If empty,
-   * it will search all the [searchable asset
+   * Optional. A list of asset types that this request searches for. If empty, it will
+   * search all the [searchable asset
    * types](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types).
    * Regular expressions are also supported. For example:
    * * "compute.googleapis.com.*" snapshots resources whose asset type starts
@@ -412,11 +390,10 @@ public com.google.protobuf.ByteString getAssetTypesBytes(int index) {
    *
    *
    * 
-   * Optional. The page size for search result pagination. Page size is capped
-   * at 500 even if a larger value is given. If set to zero, server will pick an
-   * appropriate default. Returned results may be fewer than requested. When
-   * this happens, there could be more results as long as `next_page_token` is
-   * returned.
+   * Optional. The page size for search result pagination. Page size is capped at 500 even
+   * if a larger value is given. If set to zero, server will pick an appropriate
+   * default. Returned results may be fewer than requested. When this happens,
+   * there could be more results as long as `next_page_token` is returned.
    * 
* * int32 page_size = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -434,10 +411,10 @@ public int getPageSize() { * * *
-   * Optional. If present, then retrieve the next batch of results from the
-   * preceding call to this method. `page_token` must be the value of
-   * `next_page_token` from the previous response. The values of all other
-   * method parameters, must be identical to those in the previous call.
+   * Optional. If present, then retrieve the next batch of results from the preceding call
+   * to this method. `page_token` must be the value of `next_page_token` from
+   * the previous response. The values of all other method parameters, must be
+   * identical to those in the previous call.
    * 
* * string page_token = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -460,10 +437,10 @@ public java.lang.String getPageToken() { * * *
-   * Optional. If present, then retrieve the next batch of results from the
-   * preceding call to this method. `page_token` must be the value of
-   * `next_page_token` from the previous response. The values of all other
-   * method parameters, must be identical to those in the previous call.
+   * Optional. If present, then retrieve the next batch of results from the preceding call
+   * to this method. `page_token` must be the value of `next_page_token` from
+   * the previous response. The values of all other method parameters, must be
+   * identical to those in the previous call.
    * 
* * string page_token = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -489,9 +466,9 @@ public com.google.protobuf.ByteString getPageTokenBytes() { * * *
-   * Optional. A comma-separated list of fields specifying the sorting order of
-   * the results. The default order is ascending. Add " DESC" after the field
-   * name to indicate descending order. Redundant space characters are ignored.
+   * Optional. A comma-separated list of fields specifying the sorting order of the
+   * results. The default order is ascending. Add " DESC" after the field name
+   * to indicate descending order. Redundant space characters are ignored.
    * Example: "location DESC, name".
    * Only singular primitive fields in the response are sortable:
    *   * name
@@ -530,9 +507,9 @@ public java.lang.String getOrderBy() {
    *
    *
    * 
-   * Optional. A comma-separated list of fields specifying the sorting order of
-   * the results. The default order is ascending. Add " DESC" after the field
-   * name to indicate descending order. Redundant space characters are ignored.
+   * Optional. A comma-separated list of fields specifying the sorting order of the
+   * results. The default order is ascending. Add " DESC" after the field name
+   * to indicate descending order. Redundant space characters are ignored.
    * Example: "location DESC, name".
    * Only singular primitive fields in the response are sortable:
    *   * name
@@ -574,10 +551,10 @@ public com.google.protobuf.ByteString getOrderByBytes() {
    *
    *
    * 
-   * Optional. A comma-separated list of fields specifying which fields to be
-   * returned in ResourceSearchResult. Only '*' or combination of top level
-   * fields can be specified. Field names of both snake_case and camelCase are
-   * supported. Examples: `"*"`, `"name,location"`, `"name,versionedResources"`.
+   * Optional. A comma-separated list of fields specifying which fields to be returned in
+   * ResourceSearchResult. Only '*' or combination of top level fields can be
+   * specified. Field names of both snake_case and camelCase are supported.
+   * Examples: `"*"`, `"name,location"`, `"name,versionedResources"`.
    * The read_mask paths must be valid field paths listed but not limited to
    * (both snake_case and camelCase are supported):
    *   * name
@@ -619,10 +596,10 @@ public boolean hasReadMask() {
    *
    *
    * 
-   * Optional. A comma-separated list of fields specifying which fields to be
-   * returned in ResourceSearchResult. Only '*' or combination of top level
-   * fields can be specified. Field names of both snake_case and camelCase are
-   * supported. Examples: `"*"`, `"name,location"`, `"name,versionedResources"`.
+   * Optional. A comma-separated list of fields specifying which fields to be returned in
+   * ResourceSearchResult. Only '*' or combination of top level fields can be
+   * specified. Field names of both snake_case and camelCase are supported.
+   * Examples: `"*"`, `"name,location"`, `"name,versionedResources"`.
    * The read_mask paths must be valid field paths listed but not limited to
    * (both snake_case and camelCase are supported):
    *   * name
@@ -664,10 +641,10 @@ public com.google.protobuf.FieldMask getReadMask() {
    *
    *
    * 
-   * Optional. A comma-separated list of fields specifying which fields to be
-   * returned in ResourceSearchResult. Only '*' or combination of top level
-   * fields can be specified. Field names of both snake_case and camelCase are
-   * supported. Examples: `"*"`, `"name,location"`, `"name,versionedResources"`.
+   * Optional. A comma-separated list of fields specifying which fields to be returned in
+   * ResourceSearchResult. Only '*' or combination of top level fields can be
+   * specified. Field names of both snake_case and camelCase are supported.
+   * Examples: `"*"`, `"name,location"`, `"name,versionedResources"`.
    * The read_mask paths must be valid field paths listed but not limited to
    * (both snake_case and camelCase are supported):
    *   * name
@@ -1203,9 +1180,8 @@ public Builder mergeFrom(
      *
      *
      * 
-     * Required. A scope can be a project, a folder, or an organization. The
-     * search is limited to the resources within the `scope`. The caller must be
-     * granted the
+     * Required. A scope can be a project, a folder, or an organization. The search is
+     * limited to the resources within the `scope`. The caller must be granted the
      * [`cloudasset.assets.searchAllResources`](https://cloud.google.com/asset-inventory/docs/access-control#required_permissions)
      * permission on the desired scope.
      * The allowed values are:
@@ -1234,9 +1210,8 @@ public java.lang.String getScope() {
      *
      *
      * 
-     * Required. A scope can be a project, a folder, or an organization. The
-     * search is limited to the resources within the `scope`. The caller must be
-     * granted the
+     * Required. A scope can be a project, a folder, or an organization. The search is
+     * limited to the resources within the `scope`. The caller must be granted the
      * [`cloudasset.assets.searchAllResources`](https://cloud.google.com/asset-inventory/docs/access-control#required_permissions)
      * permission on the desired scope.
      * The allowed values are:
@@ -1265,9 +1240,8 @@ public com.google.protobuf.ByteString getScopeBytes() {
      *
      *
      * 
-     * Required. A scope can be a project, a folder, or an organization. The
-     * search is limited to the resources within the `scope`. The caller must be
-     * granted the
+     * Required. A scope can be a project, a folder, or an organization. The search is
+     * limited to the resources within the `scope`. The caller must be granted the
      * [`cloudasset.assets.searchAllResources`](https://cloud.google.com/asset-inventory/docs/access-control#required_permissions)
      * permission on the desired scope.
      * The allowed values are:
@@ -1295,9 +1269,8 @@ public Builder setScope(java.lang.String value) {
      *
      *
      * 
-     * Required. A scope can be a project, a folder, or an organization. The
-     * search is limited to the resources within the `scope`. The caller must be
-     * granted the
+     * Required. A scope can be a project, a folder, or an organization. The search is
+     * limited to the resources within the `scope`. The caller must be granted the
      * [`cloudasset.assets.searchAllResources`](https://cloud.google.com/asset-inventory/docs/access-control#required_permissions)
      * permission on the desired scope.
      * The allowed values are:
@@ -1321,9 +1294,8 @@ public Builder clearScope() {
      *
      *
      * 
-     * Required. A scope can be a project, a folder, or an organization. The
-     * search is limited to the resources within the `scope`. The caller must be
-     * granted the
+     * Required. A scope can be a project, a folder, or an organization. The search is
+     * limited to the resources within the `scope`. The caller must be granted the
      * [`cloudasset.assets.searchAllResources`](https://cloud.google.com/asset-inventory/docs/access-control#required_permissions)
      * permission on the desired scope.
      * The allowed values are:
@@ -1359,30 +1331,26 @@ public Builder setScopeBytes(com.google.protobuf.ByteString value) {
      * for more information. If not specified or empty, it will search all the
      * resources within the specified `scope`.
      * Examples:
-     * * `name:Important` to find {{gcp_name}} resources whose name contains
+     * * `name:Important` to find Cloud resources whose name contains
      *   "Important" as a word.
-     * * `name=Important` to find the {{gcp_name}} resource whose name is exactly
+     * * `name=Important` to find the Cloud resource whose name is exactly
      *   "Important".
-     * * `displayName:Impor*` to find {{gcp_name}} resources whose display name
+     * * `displayName:Impor*` to find Cloud resources whose display name
      *   contains "Impor" as a prefix of any word in the field.
-     * * `location:us-west*` to find {{gcp_name}} resources whose location
-     * contains both
+     * * `location:us-west*` to find Cloud resources whose location contains both
      *   "us" and "west" as prefixes.
-     * * `labels:prod` to find {{gcp_name}} resources whose labels contain "prod"
-     * as
+     * * `labels:prod` to find Cloud resources whose labels contain "prod" as
      *   a key or value.
-     * * `labels.env:prod` to find {{gcp_name}} resources that have a label "env"
+     * * `labels.env:prod` to find Cloud resources that have a label "env"
      *   and its value is "prod".
-     * * `labels.env:*` to find {{gcp_name}} resources that have a label "env".
-     * * `kmsKey:key` to find {{gcp_name}} resources encrypted with a
-     * customer-managed
+     * * `labels.env:*` to find Cloud resources that have a label "env".
+     * * `kmsKey:key` to find Cloud resources encrypted with a customer-managed
      *   encryption key whose name contains "key" as a word. This field is
      *   deprecated. Please use the `kmsKeys` field to retrieve KMS key
      *   information.
-     * * `kmsKeys:key` to find {{gcp_name}} resources encrypted with
-     * customer-managed
+     * * `kmsKeys:key` to find Cloud resources encrypted with customer-managed
      *   encryption keys whose name contains the word "key".
-     * * `relationships:instance-group-1` to find {{gcp_name}} resources that have
+     * * `relationships:instance-group-1` to find Cloud resources that have
      *   relationships with "instance-group-1" in the related resource name.
      * * `relationships:INSTANCE_TO_INSTANCEGROUP` to find compute instances that
      *   have relationships of type "INSTANCE_TO_INSTANCEGROUP".
@@ -1390,27 +1358,21 @@ public Builder setScopeBytes(com.google.protobuf.ByteString value) {
      *   compute instances that have relationships with "instance-group-1" in the
      *   compute instance group resource name, for relationship type
      *   "INSTANCE_TO_INSTANCEGROUP".
-     * * `state:ACTIVE` to find {{gcp_name}} resources whose state contains
-     * "ACTIVE" as a
+     * * `state:ACTIVE` to find Cloud resources whose state contains "ACTIVE" as a
      *   word.
-     * * `NOT state:ACTIVE` to find {{gcp_name}} resources whose state doesn't
-     * contain
+     * * `NOT state:ACTIVE` to find Cloud resources whose state doesn't contain
      *   "ACTIVE" as a word.
-     * * `createTime<1609459200` to find {{gcp_name}} resources that were created
-     * before
+     * * `createTime<1609459200` to find Cloud resources that were created before
      *   "2021-01-01 00:00:00 UTC". 1609459200 is the epoch timestamp of
      *   "2021-01-01 00:00:00 UTC" in seconds.
-     * * `updateTime>1609459200` to find {{gcp_name}} resources that were updated
-     * after
+     * * `updateTime>1609459200` to find Cloud resources that were updated after
      *   "2021-01-01 00:00:00 UTC". 1609459200 is the epoch timestamp of
      *   "2021-01-01 00:00:00 UTC" in seconds.
-     * * `Important` to find {{gcp_name}} resources that contain "Important" as a
-     * word
+     * * `Important` to find Cloud resources that contain "Important" as a word
      *   in any of the searchable fields.
-     * * `Impor*` to find {{gcp_name}} resources that contain "Impor" as a prefix
-     * of any
+     * * `Impor*` to find Cloud resources that contain "Impor" as a prefix of any
      *   word in any of the searchable fields.
-     * * `Important location:(us-west1 OR global)` to find {{gcp_name}}
+     * * `Important location:(us-west1 OR global)` to find Cloud
      *   resources that contain "Important" as a word in any of the searchable
      *   fields and are also located in the "us-west1" region or the "global"
      *   location.
@@ -1440,30 +1402,26 @@ public java.lang.String getQuery() {
      * for more information. If not specified or empty, it will search all the
      * resources within the specified `scope`.
      * Examples:
-     * * `name:Important` to find {{gcp_name}} resources whose name contains
+     * * `name:Important` to find Cloud resources whose name contains
      *   "Important" as a word.
-     * * `name=Important` to find the {{gcp_name}} resource whose name is exactly
+     * * `name=Important` to find the Cloud resource whose name is exactly
      *   "Important".
-     * * `displayName:Impor*` to find {{gcp_name}} resources whose display name
+     * * `displayName:Impor*` to find Cloud resources whose display name
      *   contains "Impor" as a prefix of any word in the field.
-     * * `location:us-west*` to find {{gcp_name}} resources whose location
-     * contains both
+     * * `location:us-west*` to find Cloud resources whose location contains both
      *   "us" and "west" as prefixes.
-     * * `labels:prod` to find {{gcp_name}} resources whose labels contain "prod"
-     * as
+     * * `labels:prod` to find Cloud resources whose labels contain "prod" as
      *   a key or value.
-     * * `labels.env:prod` to find {{gcp_name}} resources that have a label "env"
+     * * `labels.env:prod` to find Cloud resources that have a label "env"
      *   and its value is "prod".
-     * * `labels.env:*` to find {{gcp_name}} resources that have a label "env".
-     * * `kmsKey:key` to find {{gcp_name}} resources encrypted with a
-     * customer-managed
+     * * `labels.env:*` to find Cloud resources that have a label "env".
+     * * `kmsKey:key` to find Cloud resources encrypted with a customer-managed
      *   encryption key whose name contains "key" as a word. This field is
      *   deprecated. Please use the `kmsKeys` field to retrieve KMS key
      *   information.
-     * * `kmsKeys:key` to find {{gcp_name}} resources encrypted with
-     * customer-managed
+     * * `kmsKeys:key` to find Cloud resources encrypted with customer-managed
      *   encryption keys whose name contains the word "key".
-     * * `relationships:instance-group-1` to find {{gcp_name}} resources that have
+     * * `relationships:instance-group-1` to find Cloud resources that have
      *   relationships with "instance-group-1" in the related resource name.
      * * `relationships:INSTANCE_TO_INSTANCEGROUP` to find compute instances that
      *   have relationships of type "INSTANCE_TO_INSTANCEGROUP".
@@ -1471,27 +1429,21 @@ public java.lang.String getQuery() {
      *   compute instances that have relationships with "instance-group-1" in the
      *   compute instance group resource name, for relationship type
      *   "INSTANCE_TO_INSTANCEGROUP".
-     * * `state:ACTIVE` to find {{gcp_name}} resources whose state contains
-     * "ACTIVE" as a
+     * * `state:ACTIVE` to find Cloud resources whose state contains "ACTIVE" as a
      *   word.
-     * * `NOT state:ACTIVE` to find {{gcp_name}} resources whose state doesn't
-     * contain
+     * * `NOT state:ACTIVE` to find Cloud resources whose state doesn't contain
      *   "ACTIVE" as a word.
-     * * `createTime<1609459200` to find {{gcp_name}} resources that were created
-     * before
+     * * `createTime<1609459200` to find Cloud resources that were created before
      *   "2021-01-01 00:00:00 UTC". 1609459200 is the epoch timestamp of
      *   "2021-01-01 00:00:00 UTC" in seconds.
-     * * `updateTime>1609459200` to find {{gcp_name}} resources that were updated
-     * after
+     * * `updateTime>1609459200` to find Cloud resources that were updated after
      *   "2021-01-01 00:00:00 UTC". 1609459200 is the epoch timestamp of
      *   "2021-01-01 00:00:00 UTC" in seconds.
-     * * `Important` to find {{gcp_name}} resources that contain "Important" as a
-     * word
+     * * `Important` to find Cloud resources that contain "Important" as a word
      *   in any of the searchable fields.
-     * * `Impor*` to find {{gcp_name}} resources that contain "Impor" as a prefix
-     * of any
+     * * `Impor*` to find Cloud resources that contain "Impor" as a prefix of any
      *   word in any of the searchable fields.
-     * * `Important location:(us-west1 OR global)` to find {{gcp_name}}
+     * * `Important location:(us-west1 OR global)` to find Cloud
      *   resources that contain "Important" as a word in any of the searchable
      *   fields and are also located in the "us-west1" region or the "global"
      *   location.
@@ -1521,30 +1473,26 @@ public com.google.protobuf.ByteString getQueryBytes() {
      * for more information. If not specified or empty, it will search all the
      * resources within the specified `scope`.
      * Examples:
-     * * `name:Important` to find {{gcp_name}} resources whose name contains
+     * * `name:Important` to find Cloud resources whose name contains
      *   "Important" as a word.
-     * * `name=Important` to find the {{gcp_name}} resource whose name is exactly
+     * * `name=Important` to find the Cloud resource whose name is exactly
      *   "Important".
-     * * `displayName:Impor*` to find {{gcp_name}} resources whose display name
+     * * `displayName:Impor*` to find Cloud resources whose display name
      *   contains "Impor" as a prefix of any word in the field.
-     * * `location:us-west*` to find {{gcp_name}} resources whose location
-     * contains both
+     * * `location:us-west*` to find Cloud resources whose location contains both
      *   "us" and "west" as prefixes.
-     * * `labels:prod` to find {{gcp_name}} resources whose labels contain "prod"
-     * as
+     * * `labels:prod` to find Cloud resources whose labels contain "prod" as
      *   a key or value.
-     * * `labels.env:prod` to find {{gcp_name}} resources that have a label "env"
+     * * `labels.env:prod` to find Cloud resources that have a label "env"
      *   and its value is "prod".
-     * * `labels.env:*` to find {{gcp_name}} resources that have a label "env".
-     * * `kmsKey:key` to find {{gcp_name}} resources encrypted with a
-     * customer-managed
+     * * `labels.env:*` to find Cloud resources that have a label "env".
+     * * `kmsKey:key` to find Cloud resources encrypted with a customer-managed
      *   encryption key whose name contains "key" as a word. This field is
      *   deprecated. Please use the `kmsKeys` field to retrieve KMS key
      *   information.
-     * * `kmsKeys:key` to find {{gcp_name}} resources encrypted with
-     * customer-managed
+     * * `kmsKeys:key` to find Cloud resources encrypted with customer-managed
      *   encryption keys whose name contains the word "key".
-     * * `relationships:instance-group-1` to find {{gcp_name}} resources that have
+     * * `relationships:instance-group-1` to find Cloud resources that have
      *   relationships with "instance-group-1" in the related resource name.
      * * `relationships:INSTANCE_TO_INSTANCEGROUP` to find compute instances that
      *   have relationships of type "INSTANCE_TO_INSTANCEGROUP".
@@ -1552,27 +1500,21 @@ public com.google.protobuf.ByteString getQueryBytes() {
      *   compute instances that have relationships with "instance-group-1" in the
      *   compute instance group resource name, for relationship type
      *   "INSTANCE_TO_INSTANCEGROUP".
-     * * `state:ACTIVE` to find {{gcp_name}} resources whose state contains
-     * "ACTIVE" as a
+     * * `state:ACTIVE` to find Cloud resources whose state contains "ACTIVE" as a
      *   word.
-     * * `NOT state:ACTIVE` to find {{gcp_name}} resources whose state doesn't
-     * contain
+     * * `NOT state:ACTIVE` to find Cloud resources whose state doesn't contain
      *   "ACTIVE" as a word.
-     * * `createTime<1609459200` to find {{gcp_name}} resources that were created
-     * before
+     * * `createTime<1609459200` to find Cloud resources that were created before
      *   "2021-01-01 00:00:00 UTC". 1609459200 is the epoch timestamp of
      *   "2021-01-01 00:00:00 UTC" in seconds.
-     * * `updateTime>1609459200` to find {{gcp_name}} resources that were updated
-     * after
+     * * `updateTime>1609459200` to find Cloud resources that were updated after
      *   "2021-01-01 00:00:00 UTC". 1609459200 is the epoch timestamp of
      *   "2021-01-01 00:00:00 UTC" in seconds.
-     * * `Important` to find {{gcp_name}} resources that contain "Important" as a
-     * word
+     * * `Important` to find Cloud resources that contain "Important" as a word
      *   in any of the searchable fields.
-     * * `Impor*` to find {{gcp_name}} resources that contain "Impor" as a prefix
-     * of any
+     * * `Impor*` to find Cloud resources that contain "Impor" as a prefix of any
      *   word in any of the searchable fields.
-     * * `Important location:(us-west1 OR global)` to find {{gcp_name}}
+     * * `Important location:(us-west1 OR global)` to find Cloud
      *   resources that contain "Important" as a word in any of the searchable
      *   fields and are also located in the "us-west1" region or the "global"
      *   location.
@@ -1601,30 +1543,26 @@ public Builder setQuery(java.lang.String value) {
      * for more information. If not specified or empty, it will search all the
      * resources within the specified `scope`.
      * Examples:
-     * * `name:Important` to find {{gcp_name}} resources whose name contains
+     * * `name:Important` to find Cloud resources whose name contains
      *   "Important" as a word.
-     * * `name=Important` to find the {{gcp_name}} resource whose name is exactly
+     * * `name=Important` to find the Cloud resource whose name is exactly
      *   "Important".
-     * * `displayName:Impor*` to find {{gcp_name}} resources whose display name
+     * * `displayName:Impor*` to find Cloud resources whose display name
      *   contains "Impor" as a prefix of any word in the field.
-     * * `location:us-west*` to find {{gcp_name}} resources whose location
-     * contains both
+     * * `location:us-west*` to find Cloud resources whose location contains both
      *   "us" and "west" as prefixes.
-     * * `labels:prod` to find {{gcp_name}} resources whose labels contain "prod"
-     * as
+     * * `labels:prod` to find Cloud resources whose labels contain "prod" as
      *   a key or value.
-     * * `labels.env:prod` to find {{gcp_name}} resources that have a label "env"
+     * * `labels.env:prod` to find Cloud resources that have a label "env"
      *   and its value is "prod".
-     * * `labels.env:*` to find {{gcp_name}} resources that have a label "env".
-     * * `kmsKey:key` to find {{gcp_name}} resources encrypted with a
-     * customer-managed
+     * * `labels.env:*` to find Cloud resources that have a label "env".
+     * * `kmsKey:key` to find Cloud resources encrypted with a customer-managed
      *   encryption key whose name contains "key" as a word. This field is
      *   deprecated. Please use the `kmsKeys` field to retrieve KMS key
      *   information.
-     * * `kmsKeys:key` to find {{gcp_name}} resources encrypted with
-     * customer-managed
+     * * `kmsKeys:key` to find Cloud resources encrypted with customer-managed
      *   encryption keys whose name contains the word "key".
-     * * `relationships:instance-group-1` to find {{gcp_name}} resources that have
+     * * `relationships:instance-group-1` to find Cloud resources that have
      *   relationships with "instance-group-1" in the related resource name.
      * * `relationships:INSTANCE_TO_INSTANCEGROUP` to find compute instances that
      *   have relationships of type "INSTANCE_TO_INSTANCEGROUP".
@@ -1632,27 +1570,21 @@ public Builder setQuery(java.lang.String value) {
      *   compute instances that have relationships with "instance-group-1" in the
      *   compute instance group resource name, for relationship type
      *   "INSTANCE_TO_INSTANCEGROUP".
-     * * `state:ACTIVE` to find {{gcp_name}} resources whose state contains
-     * "ACTIVE" as a
+     * * `state:ACTIVE` to find Cloud resources whose state contains "ACTIVE" as a
      *   word.
-     * * `NOT state:ACTIVE` to find {{gcp_name}} resources whose state doesn't
-     * contain
+     * * `NOT state:ACTIVE` to find Cloud resources whose state doesn't contain
      *   "ACTIVE" as a word.
-     * * `createTime<1609459200` to find {{gcp_name}} resources that were created
-     * before
+     * * `createTime<1609459200` to find Cloud resources that were created before
      *   "2021-01-01 00:00:00 UTC". 1609459200 is the epoch timestamp of
      *   "2021-01-01 00:00:00 UTC" in seconds.
-     * * `updateTime>1609459200` to find {{gcp_name}} resources that were updated
-     * after
+     * * `updateTime>1609459200` to find Cloud resources that were updated after
      *   "2021-01-01 00:00:00 UTC". 1609459200 is the epoch timestamp of
      *   "2021-01-01 00:00:00 UTC" in seconds.
-     * * `Important` to find {{gcp_name}} resources that contain "Important" as a
-     * word
+     * * `Important` to find Cloud resources that contain "Important" as a word
      *   in any of the searchable fields.
-     * * `Impor*` to find {{gcp_name}} resources that contain "Impor" as a prefix
-     * of any
+     * * `Impor*` to find Cloud resources that contain "Impor" as a prefix of any
      *   word in any of the searchable fields.
-     * * `Important location:(us-west1 OR global)` to find {{gcp_name}}
+     * * `Important location:(us-west1 OR global)` to find Cloud
      *   resources that contain "Important" as a word in any of the searchable
      *   fields and are also located in the "us-west1" region or the "global"
      *   location.
@@ -1677,30 +1609,26 @@ public Builder clearQuery() {
      * for more information. If not specified or empty, it will search all the
      * resources within the specified `scope`.
      * Examples:
-     * * `name:Important` to find {{gcp_name}} resources whose name contains
+     * * `name:Important` to find Cloud resources whose name contains
      *   "Important" as a word.
-     * * `name=Important` to find the {{gcp_name}} resource whose name is exactly
+     * * `name=Important` to find the Cloud resource whose name is exactly
      *   "Important".
-     * * `displayName:Impor*` to find {{gcp_name}} resources whose display name
+     * * `displayName:Impor*` to find Cloud resources whose display name
      *   contains "Impor" as a prefix of any word in the field.
-     * * `location:us-west*` to find {{gcp_name}} resources whose location
-     * contains both
+     * * `location:us-west*` to find Cloud resources whose location contains both
      *   "us" and "west" as prefixes.
-     * * `labels:prod` to find {{gcp_name}} resources whose labels contain "prod"
-     * as
+     * * `labels:prod` to find Cloud resources whose labels contain "prod" as
      *   a key or value.
-     * * `labels.env:prod` to find {{gcp_name}} resources that have a label "env"
+     * * `labels.env:prod` to find Cloud resources that have a label "env"
      *   and its value is "prod".
-     * * `labels.env:*` to find {{gcp_name}} resources that have a label "env".
-     * * `kmsKey:key` to find {{gcp_name}} resources encrypted with a
-     * customer-managed
+     * * `labels.env:*` to find Cloud resources that have a label "env".
+     * * `kmsKey:key` to find Cloud resources encrypted with a customer-managed
      *   encryption key whose name contains "key" as a word. This field is
      *   deprecated. Please use the `kmsKeys` field to retrieve KMS key
      *   information.
-     * * `kmsKeys:key` to find {{gcp_name}} resources encrypted with
-     * customer-managed
+     * * `kmsKeys:key` to find Cloud resources encrypted with customer-managed
      *   encryption keys whose name contains the word "key".
-     * * `relationships:instance-group-1` to find {{gcp_name}} resources that have
+     * * `relationships:instance-group-1` to find Cloud resources that have
      *   relationships with "instance-group-1" in the related resource name.
      * * `relationships:INSTANCE_TO_INSTANCEGROUP` to find compute instances that
      *   have relationships of type "INSTANCE_TO_INSTANCEGROUP".
@@ -1708,27 +1636,21 @@ public Builder clearQuery() {
      *   compute instances that have relationships with "instance-group-1" in the
      *   compute instance group resource name, for relationship type
      *   "INSTANCE_TO_INSTANCEGROUP".
-     * * `state:ACTIVE` to find {{gcp_name}} resources whose state contains
-     * "ACTIVE" as a
+     * * `state:ACTIVE` to find Cloud resources whose state contains "ACTIVE" as a
      *   word.
-     * * `NOT state:ACTIVE` to find {{gcp_name}} resources whose state doesn't
-     * contain
+     * * `NOT state:ACTIVE` to find Cloud resources whose state doesn't contain
      *   "ACTIVE" as a word.
-     * * `createTime<1609459200` to find {{gcp_name}} resources that were created
-     * before
+     * * `createTime<1609459200` to find Cloud resources that were created before
      *   "2021-01-01 00:00:00 UTC". 1609459200 is the epoch timestamp of
      *   "2021-01-01 00:00:00 UTC" in seconds.
-     * * `updateTime>1609459200` to find {{gcp_name}} resources that were updated
-     * after
+     * * `updateTime>1609459200` to find Cloud resources that were updated after
      *   "2021-01-01 00:00:00 UTC". 1609459200 is the epoch timestamp of
      *   "2021-01-01 00:00:00 UTC" in seconds.
-     * * `Important` to find {{gcp_name}} resources that contain "Important" as a
-     * word
+     * * `Important` to find Cloud resources that contain "Important" as a word
      *   in any of the searchable fields.
-     * * `Impor*` to find {{gcp_name}} resources that contain "Impor" as a prefix
-     * of any
+     * * `Impor*` to find Cloud resources that contain "Impor" as a prefix of any
      *   word in any of the searchable fields.
-     * * `Important location:(us-west1 OR global)` to find {{gcp_name}}
+     * * `Important location:(us-west1 OR global)` to find Cloud
      *   resources that contain "Important" as a word in any of the searchable
      *   fields and are also located in the "us-west1" region or the "global"
      *   location.
@@ -1763,8 +1685,8 @@ private void ensureAssetTypesIsMutable() {
      *
      *
      * 
-     * Optional. A list of asset types that this request searches for. If empty,
-     * it will search all the [searchable asset
+     * Optional. A list of asset types that this request searches for. If empty, it will
+     * search all the [searchable asset
      * types](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types).
      * Regular expressions are also supported. For example:
      * * "compute.googleapis.com.*" snapshots resources whose asset type starts
@@ -1787,8 +1709,8 @@ public com.google.protobuf.ProtocolStringList getAssetTypesList() {
      *
      *
      * 
-     * Optional. A list of asset types that this request searches for. If empty,
-     * it will search all the [searchable asset
+     * Optional. A list of asset types that this request searches for. If empty, it will
+     * search all the [searchable asset
      * types](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types).
      * Regular expressions are also supported. For example:
      * * "compute.googleapis.com.*" snapshots resources whose asset type starts
@@ -1811,8 +1733,8 @@ public int getAssetTypesCount() {
      *
      *
      * 
-     * Optional. A list of asset types that this request searches for. If empty,
-     * it will search all the [searchable asset
+     * Optional. A list of asset types that this request searches for. If empty, it will
+     * search all the [searchable asset
      * types](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types).
      * Regular expressions are also supported. For example:
      * * "compute.googleapis.com.*" snapshots resources whose asset type starts
@@ -1836,8 +1758,8 @@ public java.lang.String getAssetTypes(int index) {
      *
      *
      * 
-     * Optional. A list of asset types that this request searches for. If empty,
-     * it will search all the [searchable asset
+     * Optional. A list of asset types that this request searches for. If empty, it will
+     * search all the [searchable asset
      * types](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types).
      * Regular expressions are also supported. For example:
      * * "compute.googleapis.com.*" snapshots resources whose asset type starts
@@ -1861,8 +1783,8 @@ public com.google.protobuf.ByteString getAssetTypesBytes(int index) {
      *
      *
      * 
-     * Optional. A list of asset types that this request searches for. If empty,
-     * it will search all the [searchable asset
+     * Optional. A list of asset types that this request searches for. If empty, it will
+     * search all the [searchable asset
      * types](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types).
      * Regular expressions are also supported. For example:
      * * "compute.googleapis.com.*" snapshots resources whose asset type starts
@@ -1893,8 +1815,8 @@ public Builder setAssetTypes(int index, java.lang.String value) {
      *
      *
      * 
-     * Optional. A list of asset types that this request searches for. If empty,
-     * it will search all the [searchable asset
+     * Optional. A list of asset types that this request searches for. If empty, it will
+     * search all the [searchable asset
      * types](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types).
      * Regular expressions are also supported. For example:
      * * "compute.googleapis.com.*" snapshots resources whose asset type starts
@@ -1924,8 +1846,8 @@ public Builder addAssetTypes(java.lang.String value) {
      *
      *
      * 
-     * Optional. A list of asset types that this request searches for. If empty,
-     * it will search all the [searchable asset
+     * Optional. A list of asset types that this request searches for. If empty, it will
+     * search all the [searchable asset
      * types](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types).
      * Regular expressions are also supported. For example:
      * * "compute.googleapis.com.*" snapshots resources whose asset type starts
@@ -1952,8 +1874,8 @@ public Builder addAllAssetTypes(java.lang.Iterable values) {
      *
      *
      * 
-     * Optional. A list of asset types that this request searches for. If empty,
-     * it will search all the [searchable asset
+     * Optional. A list of asset types that this request searches for. If empty, it will
+     * search all the [searchable asset
      * types](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types).
      * Regular expressions are also supported. For example:
      * * "compute.googleapis.com.*" snapshots resources whose asset type starts
@@ -1979,8 +1901,8 @@ public Builder clearAssetTypes() {
      *
      *
      * 
-     * Optional. A list of asset types that this request searches for. If empty,
-     * it will search all the [searchable asset
+     * Optional. A list of asset types that this request searches for. If empty, it will
+     * search all the [searchable asset
      * types](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types).
      * Regular expressions are also supported. For example:
      * * "compute.googleapis.com.*" snapshots resources whose asset type starts
@@ -2013,11 +1935,10 @@ public Builder addAssetTypesBytes(com.google.protobuf.ByteString value) {
      *
      *
      * 
-     * Optional. The page size for search result pagination. Page size is capped
-     * at 500 even if a larger value is given. If set to zero, server will pick an
-     * appropriate default. Returned results may be fewer than requested. When
-     * this happens, there could be more results as long as `next_page_token` is
-     * returned.
+     * Optional. The page size for search result pagination. Page size is capped at 500 even
+     * if a larger value is given. If set to zero, server will pick an appropriate
+     * default. Returned results may be fewer than requested. When this happens,
+     * there could be more results as long as `next_page_token` is returned.
      * 
* * int32 page_size = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -2032,11 +1953,10 @@ public int getPageSize() { * * *
-     * Optional. The page size for search result pagination. Page size is capped
-     * at 500 even if a larger value is given. If set to zero, server will pick an
-     * appropriate default. Returned results may be fewer than requested. When
-     * this happens, there could be more results as long as `next_page_token` is
-     * returned.
+     * Optional. The page size for search result pagination. Page size is capped at 500 even
+     * if a larger value is given. If set to zero, server will pick an appropriate
+     * default. Returned results may be fewer than requested. When this happens,
+     * there could be more results as long as `next_page_token` is returned.
      * 
* * int32 page_size = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -2054,11 +1974,10 @@ public Builder setPageSize(int value) { * * *
-     * Optional. The page size for search result pagination. Page size is capped
-     * at 500 even if a larger value is given. If set to zero, server will pick an
-     * appropriate default. Returned results may be fewer than requested. When
-     * this happens, there could be more results as long as `next_page_token` is
-     * returned.
+     * Optional. The page size for search result pagination. Page size is capped at 500 even
+     * if a larger value is given. If set to zero, server will pick an appropriate
+     * default. Returned results may be fewer than requested. When this happens,
+     * there could be more results as long as `next_page_token` is returned.
      * 
* * int32 page_size = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -2077,10 +1996,10 @@ public Builder clearPageSize() { * * *
-     * Optional. If present, then retrieve the next batch of results from the
-     * preceding call to this method. `page_token` must be the value of
-     * `next_page_token` from the previous response. The values of all other
-     * method parameters, must be identical to those in the previous call.
+     * Optional. If present, then retrieve the next batch of results from the preceding call
+     * to this method. `page_token` must be the value of `next_page_token` from
+     * the previous response. The values of all other method parameters, must be
+     * identical to those in the previous call.
      * 
* * string page_token = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -2102,10 +2021,10 @@ public java.lang.String getPageToken() { * * *
-     * Optional. If present, then retrieve the next batch of results from the
-     * preceding call to this method. `page_token` must be the value of
-     * `next_page_token` from the previous response. The values of all other
-     * method parameters, must be identical to those in the previous call.
+     * Optional. If present, then retrieve the next batch of results from the preceding call
+     * to this method. `page_token` must be the value of `next_page_token` from
+     * the previous response. The values of all other method parameters, must be
+     * identical to those in the previous call.
      * 
* * string page_token = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -2127,10 +2046,10 @@ public com.google.protobuf.ByteString getPageTokenBytes() { * * *
-     * Optional. If present, then retrieve the next batch of results from the
-     * preceding call to this method. `page_token` must be the value of
-     * `next_page_token` from the previous response. The values of all other
-     * method parameters, must be identical to those in the previous call.
+     * Optional. If present, then retrieve the next batch of results from the preceding call
+     * to this method. `page_token` must be the value of `next_page_token` from
+     * the previous response. The values of all other method parameters, must be
+     * identical to those in the previous call.
      * 
* * string page_token = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -2151,10 +2070,10 @@ public Builder setPageToken(java.lang.String value) { * * *
-     * Optional. If present, then retrieve the next batch of results from the
-     * preceding call to this method. `page_token` must be the value of
-     * `next_page_token` from the previous response. The values of all other
-     * method parameters, must be identical to those in the previous call.
+     * Optional. If present, then retrieve the next batch of results from the preceding call
+     * to this method. `page_token` must be the value of `next_page_token` from
+     * the previous response. The values of all other method parameters, must be
+     * identical to those in the previous call.
      * 
* * string page_token = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -2171,10 +2090,10 @@ public Builder clearPageToken() { * * *
-     * Optional. If present, then retrieve the next batch of results from the
-     * preceding call to this method. `page_token` must be the value of
-     * `next_page_token` from the previous response. The values of all other
-     * method parameters, must be identical to those in the previous call.
+     * Optional. If present, then retrieve the next batch of results from the preceding call
+     * to this method. `page_token` must be the value of `next_page_token` from
+     * the previous response. The values of all other method parameters, must be
+     * identical to those in the previous call.
      * 
* * string page_token = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -2198,9 +2117,9 @@ public Builder setPageTokenBytes(com.google.protobuf.ByteString value) { * * *
-     * Optional. A comma-separated list of fields specifying the sorting order of
-     * the results. The default order is ascending. Add " DESC" after the field
-     * name to indicate descending order. Redundant space characters are ignored.
+     * Optional. A comma-separated list of fields specifying the sorting order of the
+     * results. The default order is ascending. Add " DESC" after the field name
+     * to indicate descending order. Redundant space characters are ignored.
      * Example: "location DESC, name".
      * Only singular primitive fields in the response are sortable:
      *   * name
@@ -2238,9 +2157,9 @@ public java.lang.String getOrderBy() {
      *
      *
      * 
-     * Optional. A comma-separated list of fields specifying the sorting order of
-     * the results. The default order is ascending. Add " DESC" after the field
-     * name to indicate descending order. Redundant space characters are ignored.
+     * Optional. A comma-separated list of fields specifying the sorting order of the
+     * results. The default order is ascending. Add " DESC" after the field name
+     * to indicate descending order. Redundant space characters are ignored.
      * Example: "location DESC, name".
      * Only singular primitive fields in the response are sortable:
      *   * name
@@ -2278,9 +2197,9 @@ public com.google.protobuf.ByteString getOrderByBytes() {
      *
      *
      * 
-     * Optional. A comma-separated list of fields specifying the sorting order of
-     * the results. The default order is ascending. Add " DESC" after the field
-     * name to indicate descending order. Redundant space characters are ignored.
+     * Optional. A comma-separated list of fields specifying the sorting order of the
+     * results. The default order is ascending. Add " DESC" after the field name
+     * to indicate descending order. Redundant space characters are ignored.
      * Example: "location DESC, name".
      * Only singular primitive fields in the response are sortable:
      *   * name
@@ -2317,9 +2236,9 @@ public Builder setOrderBy(java.lang.String value) {
      *
      *
      * 
-     * Optional. A comma-separated list of fields specifying the sorting order of
-     * the results. The default order is ascending. Add " DESC" after the field
-     * name to indicate descending order. Redundant space characters are ignored.
+     * Optional. A comma-separated list of fields specifying the sorting order of the
+     * results. The default order is ascending. Add " DESC" after the field name
+     * to indicate descending order. Redundant space characters are ignored.
      * Example: "location DESC, name".
      * Only singular primitive fields in the response are sortable:
      *   * name
@@ -2352,9 +2271,9 @@ public Builder clearOrderBy() {
      *
      *
      * 
-     * Optional. A comma-separated list of fields specifying the sorting order of
-     * the results. The default order is ascending. Add " DESC" after the field
-     * name to indicate descending order. Redundant space characters are ignored.
+     * Optional. A comma-separated list of fields specifying the sorting order of the
+     * results. The default order is ascending. Add " DESC" after the field name
+     * to indicate descending order. Redundant space characters are ignored.
      * Example: "location DESC, name".
      * Only singular primitive fields in the response are sortable:
      *   * name
@@ -2399,10 +2318,10 @@ public Builder setOrderByBytes(com.google.protobuf.ByteString value) {
      *
      *
      * 
-     * Optional. A comma-separated list of fields specifying which fields to be
-     * returned in ResourceSearchResult. Only '*' or combination of top level
-     * fields can be specified. Field names of both snake_case and camelCase are
-     * supported. Examples: `"*"`, `"name,location"`, `"name,versionedResources"`.
+     * Optional. A comma-separated list of fields specifying which fields to be returned in
+     * ResourceSearchResult. Only '*' or combination of top level fields can be
+     * specified. Field names of both snake_case and camelCase are supported.
+     * Examples: `"*"`, `"name,location"`, `"name,versionedResources"`.
      * The read_mask paths must be valid field paths listed but not limited to
      * (both snake_case and camelCase are supported):
      *   * name
@@ -2443,10 +2362,10 @@ public boolean hasReadMask() {
      *
      *
      * 
-     * Optional. A comma-separated list of fields specifying which fields to be
-     * returned in ResourceSearchResult. Only '*' or combination of top level
-     * fields can be specified. Field names of both snake_case and camelCase are
-     * supported. Examples: `"*"`, `"name,location"`, `"name,versionedResources"`.
+     * Optional. A comma-separated list of fields specifying which fields to be returned in
+     * ResourceSearchResult. Only '*' or combination of top level fields can be
+     * specified. Field names of both snake_case and camelCase are supported.
+     * Examples: `"*"`, `"name,location"`, `"name,versionedResources"`.
      * The read_mask paths must be valid field paths listed but not limited to
      * (both snake_case and camelCase are supported):
      *   * name
@@ -2491,10 +2410,10 @@ public com.google.protobuf.FieldMask getReadMask() {
      *
      *
      * 
-     * Optional. A comma-separated list of fields specifying which fields to be
-     * returned in ResourceSearchResult. Only '*' or combination of top level
-     * fields can be specified. Field names of both snake_case and camelCase are
-     * supported. Examples: `"*"`, `"name,location"`, `"name,versionedResources"`.
+     * Optional. A comma-separated list of fields specifying which fields to be returned in
+     * ResourceSearchResult. Only '*' or combination of top level fields can be
+     * specified. Field names of both snake_case and camelCase are supported.
+     * Examples: `"*"`, `"name,location"`, `"name,versionedResources"`.
      * The read_mask paths must be valid field paths listed but not limited to
      * (both snake_case and camelCase are supported):
      *   * name
@@ -2543,10 +2462,10 @@ public Builder setReadMask(com.google.protobuf.FieldMask value) {
      *
      *
      * 
-     * Optional. A comma-separated list of fields specifying which fields to be
-     * returned in ResourceSearchResult. Only '*' or combination of top level
-     * fields can be specified. Field names of both snake_case and camelCase are
-     * supported. Examples: `"*"`, `"name,location"`, `"name,versionedResources"`.
+     * Optional. A comma-separated list of fields specifying which fields to be returned in
+     * ResourceSearchResult. Only '*' or combination of top level fields can be
+     * specified. Field names of both snake_case and camelCase are supported.
+     * Examples: `"*"`, `"name,location"`, `"name,versionedResources"`.
      * The read_mask paths must be valid field paths listed but not limited to
      * (both snake_case and camelCase are supported):
      *   * name
@@ -2592,10 +2511,10 @@ public Builder setReadMask(com.google.protobuf.FieldMask.Builder builderForValue
      *
      *
      * 
-     * Optional. A comma-separated list of fields specifying which fields to be
-     * returned in ResourceSearchResult. Only '*' or combination of top level
-     * fields can be specified. Field names of both snake_case and camelCase are
-     * supported. Examples: `"*"`, `"name,location"`, `"name,versionedResources"`.
+     * Optional. A comma-separated list of fields specifying which fields to be returned in
+     * ResourceSearchResult. Only '*' or combination of top level fields can be
+     * specified. Field names of both snake_case and camelCase are supported.
+     * Examples: `"*"`, `"name,location"`, `"name,versionedResources"`.
      * The read_mask paths must be valid field paths listed but not limited to
      * (both snake_case and camelCase are supported):
      *   * name
@@ -2646,10 +2565,10 @@ public Builder mergeReadMask(com.google.protobuf.FieldMask value) {
      *
      *
      * 
-     * Optional. A comma-separated list of fields specifying which fields to be
-     * returned in ResourceSearchResult. Only '*' or combination of top level
-     * fields can be specified. Field names of both snake_case and camelCase are
-     * supported. Examples: `"*"`, `"name,location"`, `"name,versionedResources"`.
+     * Optional. A comma-separated list of fields specifying which fields to be returned in
+     * ResourceSearchResult. Only '*' or combination of top level fields can be
+     * specified. Field names of both snake_case and camelCase are supported.
+     * Examples: `"*"`, `"name,location"`, `"name,versionedResources"`.
      * The read_mask paths must be valid field paths listed but not limited to
      * (both snake_case and camelCase are supported):
      *   * name
@@ -2696,10 +2615,10 @@ public Builder clearReadMask() {
      *
      *
      * 
-     * Optional. A comma-separated list of fields specifying which fields to be
-     * returned in ResourceSearchResult. Only '*' or combination of top level
-     * fields can be specified. Field names of both snake_case and camelCase are
-     * supported. Examples: `"*"`, `"name,location"`, `"name,versionedResources"`.
+     * Optional. A comma-separated list of fields specifying which fields to be returned in
+     * ResourceSearchResult. Only '*' or combination of top level fields can be
+     * specified. Field names of both snake_case and camelCase are supported.
+     * Examples: `"*"`, `"name,location"`, `"name,versionedResources"`.
      * The read_mask paths must be valid field paths listed but not limited to
      * (both snake_case and camelCase are supported):
      *   * name
@@ -2740,10 +2659,10 @@ public com.google.protobuf.FieldMask.Builder getReadMaskBuilder() {
      *
      *
      * 
-     * Optional. A comma-separated list of fields specifying which fields to be
-     * returned in ResourceSearchResult. Only '*' or combination of top level
-     * fields can be specified. Field names of both snake_case and camelCase are
-     * supported. Examples: `"*"`, `"name,location"`, `"name,versionedResources"`.
+     * Optional. A comma-separated list of fields specifying which fields to be returned in
+     * ResourceSearchResult. Only '*' or combination of top level fields can be
+     * specified. Field names of both snake_case and camelCase are supported.
+     * Examples: `"*"`, `"name,location"`, `"name,versionedResources"`.
      * The read_mask paths must be valid field paths listed but not limited to
      * (both snake_case and camelCase are supported):
      *   * name
@@ -2786,10 +2705,10 @@ public com.google.protobuf.FieldMaskOrBuilder getReadMaskOrBuilder() {
      *
      *
      * 
-     * Optional. A comma-separated list of fields specifying which fields to be
-     * returned in ResourceSearchResult. Only '*' or combination of top level
-     * fields can be specified. Field names of both snake_case and camelCase are
-     * supported. Examples: `"*"`, `"name,location"`, `"name,versionedResources"`.
+     * Optional. A comma-separated list of fields specifying which fields to be returned in
+     * ResourceSearchResult. Only '*' or combination of top level fields can be
+     * specified. Field names of both snake_case and camelCase are supported.
+     * Examples: `"*"`, `"name,location"`, `"name,versionedResources"`.
      * The read_mask paths must be valid field paths listed but not limited to
      * (both snake_case and camelCase are supported):
      *   * name
diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/SearchAllResourcesRequestOrBuilder.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/SearchAllResourcesRequestOrBuilder.java
index c316d34f80fd..ca3584be025f 100644
--- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/SearchAllResourcesRequestOrBuilder.java
+++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/SearchAllResourcesRequestOrBuilder.java
@@ -27,9 +27,8 @@ public interface SearchAllResourcesRequestOrBuilder
    *
    *
    * 
-   * Required. A scope can be a project, a folder, or an organization. The
-   * search is limited to the resources within the `scope`. The caller must be
-   * granted the
+   * Required. A scope can be a project, a folder, or an organization. The search is
+   * limited to the resources within the `scope`. The caller must be granted the
    * [`cloudasset.assets.searchAllResources`](https://cloud.google.com/asset-inventory/docs/access-control#required_permissions)
    * permission on the desired scope.
    * The allowed values are:
@@ -48,9 +47,8 @@ public interface SearchAllResourcesRequestOrBuilder
    *
    *
    * 
-   * Required. A scope can be a project, a folder, or an organization. The
-   * search is limited to the resources within the `scope`. The caller must be
-   * granted the
+   * Required. A scope can be a project, a folder, or an organization. The search is
+   * limited to the resources within the `scope`. The caller must be granted the
    * [`cloudasset.assets.searchAllResources`](https://cloud.google.com/asset-inventory/docs/access-control#required_permissions)
    * permission on the desired scope.
    * The allowed values are:
@@ -75,30 +73,26 @@ public interface SearchAllResourcesRequestOrBuilder
    * for more information. If not specified or empty, it will search all the
    * resources within the specified `scope`.
    * Examples:
-   * * `name:Important` to find {{gcp_name}} resources whose name contains
+   * * `name:Important` to find Cloud resources whose name contains
    *   "Important" as a word.
-   * * `name=Important` to find the {{gcp_name}} resource whose name is exactly
+   * * `name=Important` to find the Cloud resource whose name is exactly
    *   "Important".
-   * * `displayName:Impor*` to find {{gcp_name}} resources whose display name
+   * * `displayName:Impor*` to find Cloud resources whose display name
    *   contains "Impor" as a prefix of any word in the field.
-   * * `location:us-west*` to find {{gcp_name}} resources whose location
-   * contains both
+   * * `location:us-west*` to find Cloud resources whose location contains both
    *   "us" and "west" as prefixes.
-   * * `labels:prod` to find {{gcp_name}} resources whose labels contain "prod"
-   * as
+   * * `labels:prod` to find Cloud resources whose labels contain "prod" as
    *   a key or value.
-   * * `labels.env:prod` to find {{gcp_name}} resources that have a label "env"
+   * * `labels.env:prod` to find Cloud resources that have a label "env"
    *   and its value is "prod".
-   * * `labels.env:*` to find {{gcp_name}} resources that have a label "env".
-   * * `kmsKey:key` to find {{gcp_name}} resources encrypted with a
-   * customer-managed
+   * * `labels.env:*` to find Cloud resources that have a label "env".
+   * * `kmsKey:key` to find Cloud resources encrypted with a customer-managed
    *   encryption key whose name contains "key" as a word. This field is
    *   deprecated. Please use the `kmsKeys` field to retrieve KMS key
    *   information.
-   * * `kmsKeys:key` to find {{gcp_name}} resources encrypted with
-   * customer-managed
+   * * `kmsKeys:key` to find Cloud resources encrypted with customer-managed
    *   encryption keys whose name contains the word "key".
-   * * `relationships:instance-group-1` to find {{gcp_name}} resources that have
+   * * `relationships:instance-group-1` to find Cloud resources that have
    *   relationships with "instance-group-1" in the related resource name.
    * * `relationships:INSTANCE_TO_INSTANCEGROUP` to find compute instances that
    *   have relationships of type "INSTANCE_TO_INSTANCEGROUP".
@@ -106,27 +100,21 @@ public interface SearchAllResourcesRequestOrBuilder
    *   compute instances that have relationships with "instance-group-1" in the
    *   compute instance group resource name, for relationship type
    *   "INSTANCE_TO_INSTANCEGROUP".
-   * * `state:ACTIVE` to find {{gcp_name}} resources whose state contains
-   * "ACTIVE" as a
+   * * `state:ACTIVE` to find Cloud resources whose state contains "ACTIVE" as a
    *   word.
-   * * `NOT state:ACTIVE` to find {{gcp_name}} resources whose state doesn't
-   * contain
+   * * `NOT state:ACTIVE` to find Cloud resources whose state doesn't contain
    *   "ACTIVE" as a word.
-   * * `createTime<1609459200` to find {{gcp_name}} resources that were created
-   * before
+   * * `createTime<1609459200` to find Cloud resources that were created before
    *   "2021-01-01 00:00:00 UTC". 1609459200 is the epoch timestamp of
    *   "2021-01-01 00:00:00 UTC" in seconds.
-   * * `updateTime>1609459200` to find {{gcp_name}} resources that were updated
-   * after
+   * * `updateTime>1609459200` to find Cloud resources that were updated after
    *   "2021-01-01 00:00:00 UTC". 1609459200 is the epoch timestamp of
    *   "2021-01-01 00:00:00 UTC" in seconds.
-   * * `Important` to find {{gcp_name}} resources that contain "Important" as a
-   * word
+   * * `Important` to find Cloud resources that contain "Important" as a word
    *   in any of the searchable fields.
-   * * `Impor*` to find {{gcp_name}} resources that contain "Impor" as a prefix
-   * of any
+   * * `Impor*` to find Cloud resources that contain "Impor" as a prefix of any
    *   word in any of the searchable fields.
-   * * `Important location:(us-west1 OR global)` to find {{gcp_name}}
+   * * `Important location:(us-west1 OR global)` to find Cloud
    *   resources that contain "Important" as a word in any of the searchable
    *   fields and are also located in the "us-west1" region or the "global"
    *   location.
@@ -146,30 +134,26 @@ public interface SearchAllResourcesRequestOrBuilder
    * for more information. If not specified or empty, it will search all the
    * resources within the specified `scope`.
    * Examples:
-   * * `name:Important` to find {{gcp_name}} resources whose name contains
+   * * `name:Important` to find Cloud resources whose name contains
    *   "Important" as a word.
-   * * `name=Important` to find the {{gcp_name}} resource whose name is exactly
+   * * `name=Important` to find the Cloud resource whose name is exactly
    *   "Important".
-   * * `displayName:Impor*` to find {{gcp_name}} resources whose display name
+   * * `displayName:Impor*` to find Cloud resources whose display name
    *   contains "Impor" as a prefix of any word in the field.
-   * * `location:us-west*` to find {{gcp_name}} resources whose location
-   * contains both
+   * * `location:us-west*` to find Cloud resources whose location contains both
    *   "us" and "west" as prefixes.
-   * * `labels:prod` to find {{gcp_name}} resources whose labels contain "prod"
-   * as
+   * * `labels:prod` to find Cloud resources whose labels contain "prod" as
    *   a key or value.
-   * * `labels.env:prod` to find {{gcp_name}} resources that have a label "env"
+   * * `labels.env:prod` to find Cloud resources that have a label "env"
    *   and its value is "prod".
-   * * `labels.env:*` to find {{gcp_name}} resources that have a label "env".
-   * * `kmsKey:key` to find {{gcp_name}} resources encrypted with a
-   * customer-managed
+   * * `labels.env:*` to find Cloud resources that have a label "env".
+   * * `kmsKey:key` to find Cloud resources encrypted with a customer-managed
    *   encryption key whose name contains "key" as a word. This field is
    *   deprecated. Please use the `kmsKeys` field to retrieve KMS key
    *   information.
-   * * `kmsKeys:key` to find {{gcp_name}} resources encrypted with
-   * customer-managed
+   * * `kmsKeys:key` to find Cloud resources encrypted with customer-managed
    *   encryption keys whose name contains the word "key".
-   * * `relationships:instance-group-1` to find {{gcp_name}} resources that have
+   * * `relationships:instance-group-1` to find Cloud resources that have
    *   relationships with "instance-group-1" in the related resource name.
    * * `relationships:INSTANCE_TO_INSTANCEGROUP` to find compute instances that
    *   have relationships of type "INSTANCE_TO_INSTANCEGROUP".
@@ -177,27 +161,21 @@ public interface SearchAllResourcesRequestOrBuilder
    *   compute instances that have relationships with "instance-group-1" in the
    *   compute instance group resource name, for relationship type
    *   "INSTANCE_TO_INSTANCEGROUP".
-   * * `state:ACTIVE` to find {{gcp_name}} resources whose state contains
-   * "ACTIVE" as a
+   * * `state:ACTIVE` to find Cloud resources whose state contains "ACTIVE" as a
    *   word.
-   * * `NOT state:ACTIVE` to find {{gcp_name}} resources whose state doesn't
-   * contain
+   * * `NOT state:ACTIVE` to find Cloud resources whose state doesn't contain
    *   "ACTIVE" as a word.
-   * * `createTime<1609459200` to find {{gcp_name}} resources that were created
-   * before
+   * * `createTime<1609459200` to find Cloud resources that were created before
    *   "2021-01-01 00:00:00 UTC". 1609459200 is the epoch timestamp of
    *   "2021-01-01 00:00:00 UTC" in seconds.
-   * * `updateTime>1609459200` to find {{gcp_name}} resources that were updated
-   * after
+   * * `updateTime>1609459200` to find Cloud resources that were updated after
    *   "2021-01-01 00:00:00 UTC". 1609459200 is the epoch timestamp of
    *   "2021-01-01 00:00:00 UTC" in seconds.
-   * * `Important` to find {{gcp_name}} resources that contain "Important" as a
-   * word
+   * * `Important` to find Cloud resources that contain "Important" as a word
    *   in any of the searchable fields.
-   * * `Impor*` to find {{gcp_name}} resources that contain "Impor" as a prefix
-   * of any
+   * * `Impor*` to find Cloud resources that contain "Impor" as a prefix of any
    *   word in any of the searchable fields.
-   * * `Important location:(us-west1 OR global)` to find {{gcp_name}}
+   * * `Important location:(us-west1 OR global)` to find Cloud
    *   resources that contain "Important" as a word in any of the searchable
    *   fields and are also located in the "us-west1" region or the "global"
    *   location.
@@ -213,8 +191,8 @@ public interface SearchAllResourcesRequestOrBuilder
    *
    *
    * 
-   * Optional. A list of asset types that this request searches for. If empty,
-   * it will search all the [searchable asset
+   * Optional. A list of asset types that this request searches for. If empty, it will
+   * search all the [searchable asset
    * types](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types).
    * Regular expressions are also supported. For example:
    * * "compute.googleapis.com.*" snapshots resources whose asset type starts
@@ -235,8 +213,8 @@ public interface SearchAllResourcesRequestOrBuilder
    *
    *
    * 
-   * Optional. A list of asset types that this request searches for. If empty,
-   * it will search all the [searchable asset
+   * Optional. A list of asset types that this request searches for. If empty, it will
+   * search all the [searchable asset
    * types](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types).
    * Regular expressions are also supported. For example:
    * * "compute.googleapis.com.*" snapshots resources whose asset type starts
@@ -257,8 +235,8 @@ public interface SearchAllResourcesRequestOrBuilder
    *
    *
    * 
-   * Optional. A list of asset types that this request searches for. If empty,
-   * it will search all the [searchable asset
+   * Optional. A list of asset types that this request searches for. If empty, it will
+   * search all the [searchable asset
    * types](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types).
    * Regular expressions are also supported. For example:
    * * "compute.googleapis.com.*" snapshots resources whose asset type starts
@@ -280,8 +258,8 @@ public interface SearchAllResourcesRequestOrBuilder
    *
    *
    * 
-   * Optional. A list of asset types that this request searches for. If empty,
-   * it will search all the [searchable asset
+   * Optional. A list of asset types that this request searches for. If empty, it will
+   * search all the [searchable asset
    * types](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types).
    * Regular expressions are also supported. For example:
    * * "compute.googleapis.com.*" snapshots resources whose asset type starts
@@ -304,11 +282,10 @@ public interface SearchAllResourcesRequestOrBuilder
    *
    *
    * 
-   * Optional. The page size for search result pagination. Page size is capped
-   * at 500 even if a larger value is given. If set to zero, server will pick an
-   * appropriate default. Returned results may be fewer than requested. When
-   * this happens, there could be more results as long as `next_page_token` is
-   * returned.
+   * Optional. The page size for search result pagination. Page size is capped at 500 even
+   * if a larger value is given. If set to zero, server will pick an appropriate
+   * default. Returned results may be fewer than requested. When this happens,
+   * there could be more results as long as `next_page_token` is returned.
    * 
* * int32 page_size = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -321,10 +298,10 @@ public interface SearchAllResourcesRequestOrBuilder * * *
-   * Optional. If present, then retrieve the next batch of results from the
-   * preceding call to this method. `page_token` must be the value of
-   * `next_page_token` from the previous response. The values of all other
-   * method parameters, must be identical to those in the previous call.
+   * Optional. If present, then retrieve the next batch of results from the preceding call
+   * to this method. `page_token` must be the value of `next_page_token` from
+   * the previous response. The values of all other method parameters, must be
+   * identical to those in the previous call.
    * 
* * string page_token = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -336,10 +313,10 @@ public interface SearchAllResourcesRequestOrBuilder * * *
-   * Optional. If present, then retrieve the next batch of results from the
-   * preceding call to this method. `page_token` must be the value of
-   * `next_page_token` from the previous response. The values of all other
-   * method parameters, must be identical to those in the previous call.
+   * Optional. If present, then retrieve the next batch of results from the preceding call
+   * to this method. `page_token` must be the value of `next_page_token` from
+   * the previous response. The values of all other method parameters, must be
+   * identical to those in the previous call.
    * 
* * string page_token = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -352,9 +329,9 @@ public interface SearchAllResourcesRequestOrBuilder * * *
-   * Optional. A comma-separated list of fields specifying the sorting order of
-   * the results. The default order is ascending. Add " DESC" after the field
-   * name to indicate descending order. Redundant space characters are ignored.
+   * Optional. A comma-separated list of fields specifying the sorting order of the
+   * results. The default order is ascending. Add " DESC" after the field name
+   * to indicate descending order. Redundant space characters are ignored.
    * Example: "location DESC, name".
    * Only singular primitive fields in the response are sortable:
    *   * name
@@ -382,9 +359,9 @@ public interface SearchAllResourcesRequestOrBuilder
    *
    *
    * 
-   * Optional. A comma-separated list of fields specifying the sorting order of
-   * the results. The default order is ascending. Add " DESC" after the field
-   * name to indicate descending order. Redundant space characters are ignored.
+   * Optional. A comma-separated list of fields specifying the sorting order of the
+   * results. The default order is ascending. Add " DESC" after the field name
+   * to indicate descending order. Redundant space characters are ignored.
    * Example: "location DESC, name".
    * Only singular primitive fields in the response are sortable:
    *   * name
@@ -413,10 +390,10 @@ public interface SearchAllResourcesRequestOrBuilder
    *
    *
    * 
-   * Optional. A comma-separated list of fields specifying which fields to be
-   * returned in ResourceSearchResult. Only '*' or combination of top level
-   * fields can be specified. Field names of both snake_case and camelCase are
-   * supported. Examples: `"*"`, `"name,location"`, `"name,versionedResources"`.
+   * Optional. A comma-separated list of fields specifying which fields to be returned in
+   * ResourceSearchResult. Only '*' or combination of top level fields can be
+   * specified. Field names of both snake_case and camelCase are supported.
+   * Examples: `"*"`, `"name,location"`, `"name,versionedResources"`.
    * The read_mask paths must be valid field paths listed but not limited to
    * (both snake_case and camelCase are supported):
    *   * name
@@ -455,10 +432,10 @@ public interface SearchAllResourcesRequestOrBuilder
    *
    *
    * 
-   * Optional. A comma-separated list of fields specifying which fields to be
-   * returned in ResourceSearchResult. Only '*' or combination of top level
-   * fields can be specified. Field names of both snake_case and camelCase are
-   * supported. Examples: `"*"`, `"name,location"`, `"name,versionedResources"`.
+   * Optional. A comma-separated list of fields specifying which fields to be returned in
+   * ResourceSearchResult. Only '*' or combination of top level fields can be
+   * specified. Field names of both snake_case and camelCase are supported.
+   * Examples: `"*"`, `"name,location"`, `"name,versionedResources"`.
    * The read_mask paths must be valid field paths listed but not limited to
    * (both snake_case and camelCase are supported):
    *   * name
@@ -497,10 +474,10 @@ public interface SearchAllResourcesRequestOrBuilder
    *
    *
    * 
-   * Optional. A comma-separated list of fields specifying which fields to be
-   * returned in ResourceSearchResult. Only '*' or combination of top level
-   * fields can be specified. Field names of both snake_case and camelCase are
-   * supported. Examples: `"*"`, `"name,location"`, `"name,versionedResources"`.
+   * Optional. A comma-separated list of fields specifying which fields to be returned in
+   * ResourceSearchResult. Only '*' or combination of top level fields can be
+   * specified. Field names of both snake_case and camelCase are supported.
+   * Examples: `"*"`, `"name,location"`, `"name,versionedResources"`.
    * The read_mask paths must be valid field paths listed but not limited to
    * (both snake_case and camelCase are supported):
    *   * name
diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/TableSchema.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/TableSchema.java
index 7b50fb7ada19..3561b44fc316 100644
--- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/TableSchema.java
+++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/TableSchema.java
@@ -22,7 +22,7 @@
  *
  *
  * 
- * {{bigquery_name}} Compatible table schema.
+ * BigQuery Compatible table schema.
  * 
* * Protobuf type {@code google.cloud.asset.v1.TableSchema} @@ -299,7 +299,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * {{bigquery_name}} Compatible table schema.
+   * BigQuery Compatible table schema.
    * 
* * Protobuf type {@code google.cloud.asset.v1.TableSchema} diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/TemporalAsset.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/TemporalAsset.java index 0c1752a2e028..eadbba5e6edd 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/TemporalAsset.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/TemporalAsset.java @@ -22,7 +22,7 @@ * * *
- * An asset in {{gcp_name}} and its temporal metadata, including the time window
+ * An asset in Google Cloud and its temporal metadata, including the time window
  * when it was observed and its status during that window.
  * 
* @@ -341,7 +341,7 @@ public boolean getDeleted() { * * *
-   * An asset in {{gcp_name}}.
+   * An asset in Google Cloud.
    * 
* * .google.cloud.asset.v1.Asset asset = 3; @@ -356,7 +356,7 @@ public boolean hasAsset() { * * *
-   * An asset in {{gcp_name}}.
+   * An asset in Google Cloud.
    * 
* * .google.cloud.asset.v1.Asset asset = 3; @@ -371,7 +371,7 @@ public com.google.cloud.asset.v1.Asset getAsset() { * * *
-   * An asset in {{gcp_name}}.
+   * An asset in Google Cloud.
    * 
* * .google.cloud.asset.v1.Asset asset = 3; @@ -685,7 +685,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * An asset in {{gcp_name}} and its temporal metadata, including the time window
+   * An asset in Google Cloud and its temporal metadata, including the time window
    * when it was observed and its status during that window.
    * 
* @@ -1170,7 +1170,7 @@ public Builder clearDeleted() { * * *
-     * An asset in {{gcp_name}}.
+     * An asset in Google Cloud.
      * 
* * .google.cloud.asset.v1.Asset asset = 3; @@ -1184,7 +1184,7 @@ public boolean hasAsset() { * * *
-     * An asset in {{gcp_name}}.
+     * An asset in Google Cloud.
      * 
* * .google.cloud.asset.v1.Asset asset = 3; @@ -1202,7 +1202,7 @@ public com.google.cloud.asset.v1.Asset getAsset() { * * *
-     * An asset in {{gcp_name}}.
+     * An asset in Google Cloud.
      * 
* * .google.cloud.asset.v1.Asset asset = 3; @@ -1224,7 +1224,7 @@ public Builder setAsset(com.google.cloud.asset.v1.Asset value) { * * *
-     * An asset in {{gcp_name}}.
+     * An asset in Google Cloud.
      * 
* * .google.cloud.asset.v1.Asset asset = 3; @@ -1243,7 +1243,7 @@ public Builder setAsset(com.google.cloud.asset.v1.Asset.Builder builderForValue) * * *
-     * An asset in {{gcp_name}}.
+     * An asset in Google Cloud.
      * 
* * .google.cloud.asset.v1.Asset asset = 3; @@ -1267,7 +1267,7 @@ public Builder mergeAsset(com.google.cloud.asset.v1.Asset value) { * * *
-     * An asset in {{gcp_name}}.
+     * An asset in Google Cloud.
      * 
* * .google.cloud.asset.v1.Asset asset = 3; @@ -1287,7 +1287,7 @@ public Builder clearAsset() { * * *
-     * An asset in {{gcp_name}}.
+     * An asset in Google Cloud.
      * 
* * .google.cloud.asset.v1.Asset asset = 3; @@ -1301,7 +1301,7 @@ public com.google.cloud.asset.v1.Asset.Builder getAssetBuilder() { * * *
-     * An asset in {{gcp_name}}.
+     * An asset in Google Cloud.
      * 
* * .google.cloud.asset.v1.Asset asset = 3; @@ -1317,7 +1317,7 @@ public com.google.cloud.asset.v1.AssetOrBuilder getAssetOrBuilder() { * * *
-     * An asset in {{gcp_name}}.
+     * An asset in Google Cloud.
      * 
* * .google.cloud.asset.v1.Asset asset = 3; diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/TemporalAssetOrBuilder.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/TemporalAssetOrBuilder.java index 97bf6469268d..68d9d1d37fad 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/TemporalAssetOrBuilder.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/TemporalAssetOrBuilder.java @@ -75,7 +75,7 @@ public interface TemporalAssetOrBuilder * * *
-   * An asset in {{gcp_name}}.
+   * An asset in Google Cloud.
    * 
* * .google.cloud.asset.v1.Asset asset = 3; @@ -87,7 +87,7 @@ public interface TemporalAssetOrBuilder * * *
-   * An asset in {{gcp_name}}.
+   * An asset in Google Cloud.
    * 
* * .google.cloud.asset.v1.Asset asset = 3; @@ -99,7 +99,7 @@ public interface TemporalAssetOrBuilder * * *
-   * An asset in {{gcp_name}}.
+   * An asset in Google Cloud.
    * 
* * .google.cloud.asset.v1.Asset asset = 3; diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/UpdateFeedRequest.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/UpdateFeedRequest.java index f856fc9afde9..ecd6fb6ad059 100644 --- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/UpdateFeedRequest.java +++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/UpdateFeedRequest.java @@ -71,8 +71,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The new values of feed details. It must match an existing feed
-   * and the field `name` must be in the format of:
+   * Required. The new values of feed details. It must match an existing feed and the
+   * field `name` must be in the format of:
    * projects/project_number/feeds/feed_id or
    * folders/folder_number/feeds/feed_id or
    * organizations/organization_number/feeds/feed_id.
@@ -90,8 +90,8 @@ public boolean hasFeed() {
    *
    *
    * 
-   * Required. The new values of feed details. It must match an existing feed
-   * and the field `name` must be in the format of:
+   * Required. The new values of feed details. It must match an existing feed and the
+   * field `name` must be in the format of:
    * projects/project_number/feeds/feed_id or
    * folders/folder_number/feeds/feed_id or
    * organizations/organization_number/feeds/feed_id.
@@ -109,8 +109,8 @@ public com.google.cloud.asset.v1.Feed getFeed() {
    *
    *
    * 
-   * Required. The new values of feed details. It must match an existing feed
-   * and the field `name` must be in the format of:
+   * Required. The new values of feed details. It must match an existing feed and the
+   * field `name` must be in the format of:
    * projects/project_number/feeds/feed_id or
    * folders/folder_number/feeds/feed_id or
    * organizations/organization_number/feeds/feed_id.
@@ -563,8 +563,8 @@ public Builder mergeFrom(
      *
      *
      * 
-     * Required. The new values of feed details. It must match an existing feed
-     * and the field `name` must be in the format of:
+     * Required. The new values of feed details. It must match an existing feed and the
+     * field `name` must be in the format of:
      * projects/project_number/feeds/feed_id or
      * folders/folder_number/feeds/feed_id or
      * organizations/organization_number/feeds/feed_id.
@@ -581,8 +581,8 @@ public boolean hasFeed() {
      *
      *
      * 
-     * Required. The new values of feed details. It must match an existing feed
-     * and the field `name` must be in the format of:
+     * Required. The new values of feed details. It must match an existing feed and the
+     * field `name` must be in the format of:
      * projects/project_number/feeds/feed_id or
      * folders/folder_number/feeds/feed_id or
      * organizations/organization_number/feeds/feed_id.
@@ -603,8 +603,8 @@ public com.google.cloud.asset.v1.Feed getFeed() {
      *
      *
      * 
-     * Required. The new values of feed details. It must match an existing feed
-     * and the field `name` must be in the format of:
+     * Required. The new values of feed details. It must match an existing feed and the
+     * field `name` must be in the format of:
      * projects/project_number/feeds/feed_id or
      * folders/folder_number/feeds/feed_id or
      * organizations/organization_number/feeds/feed_id.
@@ -629,8 +629,8 @@ public Builder setFeed(com.google.cloud.asset.v1.Feed value) {
      *
      *
      * 
-     * Required. The new values of feed details. It must match an existing feed
-     * and the field `name` must be in the format of:
+     * Required. The new values of feed details. It must match an existing feed and the
+     * field `name` must be in the format of:
      * projects/project_number/feeds/feed_id or
      * folders/folder_number/feeds/feed_id or
      * organizations/organization_number/feeds/feed_id.
@@ -652,8 +652,8 @@ public Builder setFeed(com.google.cloud.asset.v1.Feed.Builder builderForValue) {
      *
      *
      * 
-     * Required. The new values of feed details. It must match an existing feed
-     * and the field `name` must be in the format of:
+     * Required. The new values of feed details. It must match an existing feed and the
+     * field `name` must be in the format of:
      * projects/project_number/feeds/feed_id or
      * folders/folder_number/feeds/feed_id or
      * organizations/organization_number/feeds/feed_id.
@@ -679,8 +679,8 @@ public Builder mergeFeed(com.google.cloud.asset.v1.Feed value) {
      *
      *
      * 
-     * Required. The new values of feed details. It must match an existing feed
-     * and the field `name` must be in the format of:
+     * Required. The new values of feed details. It must match an existing feed and the
+     * field `name` must be in the format of:
      * projects/project_number/feeds/feed_id or
      * folders/folder_number/feeds/feed_id or
      * organizations/organization_number/feeds/feed_id.
@@ -703,8 +703,8 @@ public Builder clearFeed() {
      *
      *
      * 
-     * Required. The new values of feed details. It must match an existing feed
-     * and the field `name` must be in the format of:
+     * Required. The new values of feed details. It must match an existing feed and the
+     * field `name` must be in the format of:
      * projects/project_number/feeds/feed_id or
      * folders/folder_number/feeds/feed_id or
      * organizations/organization_number/feeds/feed_id.
@@ -721,8 +721,8 @@ public com.google.cloud.asset.v1.Feed.Builder getFeedBuilder() {
      *
      *
      * 
-     * Required. The new values of feed details. It must match an existing feed
-     * and the field `name` must be in the format of:
+     * Required. The new values of feed details. It must match an existing feed and the
+     * field `name` must be in the format of:
      * projects/project_number/feeds/feed_id or
      * folders/folder_number/feeds/feed_id or
      * organizations/organization_number/feeds/feed_id.
@@ -741,8 +741,8 @@ public com.google.cloud.asset.v1.FeedOrBuilder getFeedOrBuilder() {
      *
      *
      * 
-     * Required. The new values of feed details. It must match an existing feed
-     * and the field `name` must be in the format of:
+     * Required. The new values of feed details. It must match an existing feed and the
+     * field `name` must be in the format of:
      * projects/project_number/feeds/feed_id or
      * folders/folder_number/feeds/feed_id or
      * organizations/organization_number/feeds/feed_id.
diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/UpdateFeedRequestOrBuilder.java b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/UpdateFeedRequestOrBuilder.java
index d6cac469d586..fe7ebbc66c54 100644
--- a/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/UpdateFeedRequestOrBuilder.java
+++ b/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/UpdateFeedRequestOrBuilder.java
@@ -27,8 +27,8 @@ public interface UpdateFeedRequestOrBuilder
    *
    *
    * 
-   * Required. The new values of feed details. It must match an existing feed
-   * and the field `name` must be in the format of:
+   * Required. The new values of feed details. It must match an existing feed and the
+   * field `name` must be in the format of:
    * projects/project_number/feeds/feed_id or
    * folders/folder_number/feeds/feed_id or
    * organizations/organization_number/feeds/feed_id.
@@ -43,8 +43,8 @@ public interface UpdateFeedRequestOrBuilder
    *
    *
    * 
-   * Required. The new values of feed details. It must match an existing feed
-   * and the field `name` must be in the format of:
+   * Required. The new values of feed details. It must match an existing feed and the
+   * field `name` must be in the format of:
    * projects/project_number/feeds/feed_id or
    * folders/folder_number/feeds/feed_id or
    * organizations/organization_number/feeds/feed_id.
@@ -59,8 +59,8 @@ public interface UpdateFeedRequestOrBuilder
    *
    *
    * 
-   * Required. The new values of feed details. It must match an existing feed
-   * and the field `name` must be in the format of:
+   * Required. The new values of feed details. It must match an existing feed and the
+   * field `name` must be in the format of:
    * projects/project_number/feeds/feed_id or
    * folders/folder_number/feeds/feed_id or
    * organizations/organization_number/feeds/feed_id.
diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/proto/google/cloud/asset/v1/asset_service.proto b/java-asset/proto-google-cloud-asset-v1/src/main/proto/google/cloud/asset/v1/asset_service.proto
index b68367aa0c85..9e13d0662d72 100644
--- a/java-asset/proto-google-cloud-asset-v1/src/main/proto/google/cloud/asset/v1/asset_service.proto
+++ b/java-asset/proto-google-cloud-asset-v1/src/main/proto/google/cloud/asset/v1/asset_service.proto
@@ -41,20 +41,18 @@ option php_namespace = "Google\\Cloud\\Asset\\V1";
 // Asset service definition.
 service AssetService {
   option (google.api.default_host) = "cloudasset.googleapis.com";
-  option (google.api.oauth_scopes) =
-      "https://www.googleapis.com/auth/cloud-platform";
-
-  // Exports assets with time and resource types to a given {{storage_name}}
-  // location/{{bigquery_name}} table. For {{storage_name}} location
-  // destinations, the output format is newline-delimited JSON. Each line
-  // represents a [google.cloud.asset.v1.Asset][google.cloud.asset.v1.Asset] in
-  // the JSON format; for {{bigquery_name}} table destinations, the output table
-  // stores the fields in asset Protobuf as columns. This API implements the
-  // [google.longrunning.Operation][google.longrunning.Operation] API, which
-  // allows you to keep track of the export. We recommend intervals of at least
-  // 2 seconds with exponential retry to poll the export operation result. For
-  // regular-size resource parent, the export operation usually finishes within
-  // 5 minutes.
+  option (google.api.oauth_scopes) = "https://www.googleapis.com/auth/cloud-platform";
+
+  // Exports assets with time and resource types to a given Cloud Storage
+  // location/BigQuery table. For Cloud Storage location destinations, the
+  // output format is newline-delimited JSON. Each line represents a
+  // [google.cloud.asset.v1.Asset][google.cloud.asset.v1.Asset] in the JSON format; for BigQuery table
+  // destinations, the output table stores the fields in asset Protobuf as
+  // columns. This API implements the [google.longrunning.Operation][google.longrunning.Operation] API,
+  // which allows you to keep track of the export. We recommend intervals of at
+  // least 2 seconds with exponential retry to poll the export operation result.
+  // For regular-size resource parent, the export operation usually finishes
+  // within 5 minutes.
   rpc ExportAssets(ExportAssetsRequest) returns (google.longrunning.Operation) {
     option (google.api.http) = {
       post: "/v1/{parent=*/*}:exportAssets"
@@ -77,13 +75,12 @@ service AssetService {
 
   // Batch gets the update history of assets that overlap a time window.
   // For IAM_POLICY content, this API outputs history when the asset and its
-  // attached IAM_POLICY both exist. This can create gaps in the output history.
+  // attached IAM POLICY both exist. This can create gaps in the output history.
   // Otherwise, this API outputs history with asset in both non-delete or
   // deleted status.
   // If a specified asset does not exist, this API returns an INVALID_ARGUMENT
   // error.
-  rpc BatchGetAssetsHistory(BatchGetAssetsHistoryRequest)
-      returns (BatchGetAssetsHistoryResponse) {
+  rpc BatchGetAssetsHistory(BatchGetAssetsHistoryRequest) returns (BatchGetAssetsHistoryResponse) {
     option (google.api.http) = {
       get: "/v1/{parent=*/*}:batchGetAssetsHistory"
     };
@@ -132,52 +129,46 @@ service AssetService {
     option (google.api.method_signature) = "name";
   }
 
-  // Searches all {{gcp_name}} resources within the specified scope, such as a
-  // project, folder, or organization. The caller must be granted the
+  // Searches all Cloud resources within the specified scope, such as a project,
+  // folder, or organization. The caller must be granted the
   // `cloudasset.assets.searchAllResources` permission on the desired scope,
   // otherwise the request will be rejected.
-  rpc SearchAllResources(SearchAllResourcesRequest)
-      returns (SearchAllResourcesResponse) {
+  rpc SearchAllResources(SearchAllResourcesRequest) returns (SearchAllResourcesResponse) {
     option (google.api.http) = {
       get: "/v1/{scope=*/*}:searchAllResources"
     };
     option (google.api.method_signature) = "scope,query,asset_types";
   }
 
-  // Searches all {{iam_name_short}} policies within the specified scope, such
-  // as a project, folder, or organization. The caller must be granted the
+  // Searches all IAM policies within the specified scope, such as a project,
+  // folder, or organization. The caller must be granted the
   // `cloudasset.assets.searchAllIamPolicies` permission on the desired scope,
   // otherwise the request will be rejected.
-  rpc SearchAllIamPolicies(SearchAllIamPoliciesRequest)
-      returns (SearchAllIamPoliciesResponse) {
+  rpc SearchAllIamPolicies(SearchAllIamPoliciesRequest) returns (SearchAllIamPoliciesResponse) {
     option (google.api.http) = {
       get: "/v1/{scope=*/*}:searchAllIamPolicies"
     };
     option (google.api.method_signature) = "scope,query";
   }
 
-  // Analyzes {{iam_name_short}} policies to answer which identities have what
-  // accesses on which resources.
-  rpc AnalyzeIamPolicy(AnalyzeIamPolicyRequest)
-      returns (AnalyzeIamPolicyResponse) {
+  // Analyzes IAM policies to answer which identities have what accesses on
+  // which resources.
+  rpc AnalyzeIamPolicy(AnalyzeIamPolicyRequest) returns (AnalyzeIamPolicyResponse) {
     option (google.api.http) = {
       get: "/v1/{analysis_query.scope=*/*}:analyzeIamPolicy"
     };
   }
 
-  // Analyzes {{iam_name_short}} policies asynchronously to answer which
-  // identities have what accesses on which resources, and writes the analysis
-  // results to a Google
-  // {{storage_name}} or a {{bigquery_name}} destination. For {{storage_name}}
-  // destination, the output format is the JSON format that represents a
-  // [AnalyzeIamPolicyResponse][google.cloud.asset.v1.AnalyzeIamPolicyResponse].
-  // This method implements the
-  // [google.longrunning.Operation][google.longrunning.Operation], which allows
-  // you to track the operation status. We recommend intervals of at least 2
-  // seconds with exponential backoff retry to poll the operation result. The
-  // metadata contains the metadata for the long-running operation.
-  rpc AnalyzeIamPolicyLongrunning(AnalyzeIamPolicyLongrunningRequest)
-      returns (google.longrunning.Operation) {
+  // Analyzes IAM policies asynchronously to answer which identities have what
+  // accesses on which resources, and writes the analysis results to a Google
+  // Cloud Storage or a BigQuery destination. For Cloud Storage destination, the
+  // output format is the JSON format that represents a
+  // [AnalyzeIamPolicyResponse][google.cloud.asset.v1.AnalyzeIamPolicyResponse]. This method implements the
+  // [google.longrunning.Operation][google.longrunning.Operation], which allows you to track the operation
+  // status. We recommend intervals of at least 2 seconds with exponential
+  // backoff retry to poll the operation result. The metadata contains the
+  // metadata for the long-running operation.
+  rpc AnalyzeIamPolicyLongrunning(AnalyzeIamPolicyLongrunningRequest) returns (google.longrunning.Operation) {
     option (google.api.http) = {
       post: "/v1/{analysis_query.scope=*/*}:analyzeIamPolicyLongrunning"
       body: "*"
@@ -200,7 +191,7 @@ service AssetService {
   }
 
   // Issue a job that queries assets using a SQL statement compatible with
-  // [{{bigquery_name}} Standard
+  // [BigQuery Standard
   // SQL](http://cloud/bigquery/docs/reference/standard-sql/enabling-standard-sql).
   //
   // If the query execution finishes within timeout and there's no pagination,
@@ -210,7 +201,7 @@ service AssetService {
   // with the `job_reference` from the a previous `QueryAssets` call.
   //
   // Note, the query result has approximately 10 GB limitation enforced by
-  // {{bigquery_name}}
+  // BigQuery
   // https://cloud.google.com/bigquery/docs/best-practices-performance-output,
   // queries return larger results will result in errors.
   rpc QueryAssets(QueryAssetsRequest) returns (QueryAssetsResponse) {
@@ -238,8 +229,7 @@ service AssetService {
   }
 
   // Lists all saved queries in a parent project/folder/organization.
-  rpc ListSavedQueries(ListSavedQueriesRequest)
-      returns (ListSavedQueriesResponse) {
+  rpc ListSavedQueries(ListSavedQueriesRequest) returns (ListSavedQueriesResponse) {
     option (google.api.http) = {
       get: "/v1/{parent=*/*}/savedQueries"
     };
@@ -256,17 +246,15 @@ service AssetService {
   }
 
   // Deletes a saved query.
-  rpc DeleteSavedQuery(DeleteSavedQueryRequest)
-      returns (google.protobuf.Empty) {
+  rpc DeleteSavedQuery(DeleteSavedQueryRequest) returns (google.protobuf.Empty) {
     option (google.api.http) = {
       delete: "/v1/{name=*/*/savedQueries/*}"
     };
     option (google.api.method_signature) = "name";
   }
 
-  // Gets effective {{iam_name_short}} policies for a batch of resources.
-  rpc BatchGetEffectiveIamPolicies(BatchGetEffectiveIamPoliciesRequest)
-      returns (BatchGetEffectiveIamPoliciesResponse) {
+  // Gets effective IAM policies for a batch of resources.
+  rpc BatchGetEffectiveIamPolicies(BatchGetEffectiveIamPoliciesRequest) returns (BatchGetEffectiveIamPoliciesResponse) {
     option (google.api.http) = {
       get: "/v1/{scope=*/*}/effectiveIamPolicies:batchGet"
     };
@@ -277,8 +265,7 @@ service AssetService {
 // AnalyzeIamPolicyLongrunning rpc.
 message AnalyzeIamPolicyLongrunningMetadata {
   // Output only. The time the operation was created.
-  google.protobuf.Timestamp create_time = 1
-      [(google.api.field_behavior) = OUTPUT_ONLY];
+  google.protobuf.Timestamp create_time = 1 [(google.api.field_behavior) = OUTPUT_ONLY];
 }
 
 // Export asset request.
@@ -316,17 +303,16 @@ message ExportAssetsRequest {
   // supported asset type, an INVALID_ARGUMENT error will be returned.
   //
   // If specified, only matching assets will be returned, otherwise, it will
-  // snapshot all asset types. See [Introduction to
-  // {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for
-  // all supported asset types.
+  // snapshot all asset types. See [Introduction to Cloud Asset
+  // Inventory](https://cloud.google.com/asset-inventory/docs/overview)
+  // for all supported asset types.
   repeated string asset_types = 3;
 
   // Asset content type. If not specified, no content but the asset name will be
   // returned.
   ContentType content_type = 4;
 
-  // Required. Output configuration indicating where the results will be output
-  // to.
+  // Required. Output configuration indicating where the results will be output to.
   OutputConfig output_config = 5 [(google.api.field_behavior) = REQUIRED];
 
   // A list of relationship types to export, for example:
@@ -341,17 +327,15 @@ message ExportAssetsRequest {
   // it snapshots the supported relationships for all [asset_types] or returns
   // an error if any of the [asset_types] has no relationship support.
   // An unspecified asset types field means all supported asset_types.
-  // See [Introduction to
-  // {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for
-  // all supported asset types and relationship types.
+  // See [Introduction to Cloud Asset
+  // Inventory](https://cloud.google.com/asset-inventory/docs/overview) for all
+  // supported asset types and relationship types.
   repeated string relationship_types = 6;
 }
 
 // The export asset response. This message is returned by the
-// [google.longrunning.Operations.GetOperation][google.longrunning.Operations.GetOperation]
-// method in the returned
-// [google.longrunning.Operation.response][google.longrunning.Operation.response]
-// field.
+// [google.longrunning.Operations.GetOperation][google.longrunning.Operations.GetOperation] method in the returned
+// [google.longrunning.Operation.response][google.longrunning.Operation.response] field.
 message ExportAssetsResponse {
   // Time the snapshot was taken.
   google.protobuf.Timestamp read_time = 1;
@@ -360,20 +344,20 @@ message ExportAssetsResponse {
   OutputConfig output_config = 2;
 
   // Output result indicating where the assets were exported to. For example, a
-  // set of actual {{storage_name}} object uris where the assets are
+  // set of actual Google Cloud Storage object uris where the assets are
   // exported to. The uris can be different from what [output_config] has
   // specified, as the service will split the output object into multiple ones
-  // once it exceeds a single {{storage_name}} object limit.
+  // once it exceeds a single Google Cloud Storage object limit.
   OutputResult output_result = 3;
 }
 
 // ListAssets request.
 message ListAssetsRequest {
-  // Required. Name of the organization, folder, or project the assets belong
-  // to. Format: "organizations/[organization-number]" (such as
-  // "organizations/123"), "projects/[project-id]" (such as
-  // "projects/my-project-id"), "projects/[project-number]" (such as
-  // "projects/12345"), or "folders/[folder-number]" (such as "folders/12345").
+  // Required. Name of the organization, folder, or project the assets belong to. Format:
+  // "organizations/[organization-number]" (such as "organizations/123"),
+  // "projects/[project-id]" (such as "projects/my-project-id"),
+  // "projects/[project-number]" (such as "projects/12345"), or
+  // "folders/[folder-number]" (such as "folders/12345").
   string parent = 1 [
     (google.api.field_behavior) = REQUIRED,
     (google.api.resource_reference) = {
@@ -403,9 +387,9 @@ message ListAssetsRequest {
   // supported asset type, an INVALID_ARGUMENT error will be returned.
   //
   // If specified, only matching assets will be returned, otherwise, it will
-  // snapshot all asset types. See [Introduction to
-  // {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for
-  // all supported asset types.
+  // snapshot all asset types. See [Introduction to Cloud Asset
+  // Inventory](https://cloud.google.com/asset-inventory/docs/overview)
+  // for all supported asset types.
   repeated string asset_types = 3;
 
   // Asset content type. If not specified, no content but the asset name will
@@ -433,9 +417,9 @@ message ListAssetsRequest {
   // it snapshots the supported relationships for all [asset_types] or returns
   // an error if any of the [asset_types] has no relationship support.
   // An unspecified asset types field means all supported asset_types.
-  // See [Introduction to
-  // {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for
-  // all supported asset types and relationship types.
+  // See [Introduction to Cloud Asset
+  // Inventory](https://cloud.google.com/asset-inventory/docs/overview)
+  // for all supported asset types and relationship types.
   repeated string relationship_types = 7;
 }
 
@@ -499,11 +483,10 @@ message BatchGetAssetsHistoryRequest {
   // it outputs the supported relationships' history on the [asset_names] or
   // returns an error if any of the [asset_names]'s types has no relationship
   // support.
-  // See [Introduction to
-  // {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for
-  // all supported asset types and relationship types.
-  repeated string relationship_types = 5
-      [(google.api.field_behavior) = OPTIONAL];
+  // See [Introduction to Cloud Asset
+  // Inventory](https://cloud.google.com/asset-inventory/docs/overview) for all
+  // supported asset types and relationship types.
+  repeated string relationship_types = 5 [(google.api.field_behavior) = OPTIONAL];
 }
 
 // Batch get assets history response.
@@ -525,8 +508,9 @@ message CreateFeedRequest {
   // be unique under a specific parent project/folder/organization.
   string feed_id = 2 [(google.api.field_behavior) = REQUIRED];
 
-  // Required. The feed details. The field `name` must be empty and it will be
-  // generated in the format of: projects/project_number/feeds/feed_id
+  // Required. The feed details. The field `name` must be empty and it will be generated
+  // in the format of:
+  // projects/project_number/feeds/feed_id
   // folders/folder_number/feeds/feed_id
   // organizations/organization_number/feeds/feed_id
   Feed feed = 3 [(google.api.field_behavior) = REQUIRED];
@@ -540,7 +524,9 @@ message GetFeedRequest {
   // organizations/organization_number/feeds/feed_id
   string name = 1 [
     (google.api.field_behavior) = REQUIRED,
-    (google.api.resource_reference) = { type: "cloudasset.googleapis.com/Feed" }
+    (google.api.resource_reference) = {
+      type: "cloudasset.googleapis.com/Feed"
+    }
   ];
 }
 
@@ -559,8 +545,8 @@ message ListFeedsResponse {
 
 // Update asset feed request.
 message UpdateFeedRequest {
-  // Required. The new values of feed details. It must match an existing feed
-  // and the field `name` must be in the format of:
+  // Required. The new values of feed details. It must match an existing feed and the
+  // field `name` must be in the format of:
   // projects/project_number/feeds/feed_id or
   // folders/folder_number/feeds/feed_id or
   // organizations/organization_number/feeds/feed_id.
@@ -569,8 +555,7 @@ message UpdateFeedRequest {
   // Required. Only updates the `feed` fields indicated by this mask.
   // The field mask must not be empty, and it must not contain fields that
   // are immutable or only set by the server.
-  google.protobuf.FieldMask update_mask = 2
-      [(google.api.field_behavior) = REQUIRED];
+  google.protobuf.FieldMask update_mask = 2 [(google.api.field_behavior) = REQUIRED];
 }
 
 message DeleteFeedRequest {
@@ -580,7 +565,9 @@ message DeleteFeedRequest {
   // organizations/organization_number/feeds/feed_id
   string name = 1 [
     (google.api.field_behavior) = REQUIRED,
-    (google.api.resource_reference) = { type: "cloudasset.googleapis.com/Feed" }
+    (google.api.resource_reference) = {
+      type: "cloudasset.googleapis.com/Feed"
+    }
   ];
 }
 
@@ -588,11 +575,11 @@ message DeleteFeedRequest {
 message OutputConfig {
   // Asset export destination.
   oneof destination {
-    // Destination on {{storage_name}}.
+    // Destination on Cloud Storage.
     GcsDestination gcs_destination = 1;
 
-    // Destination on {{bigquery_name}}. The output table stores the fields in
-    // asset Protobuf as columns in {{bigquery_name}}.
+    // Destination on BigQuery. The output table stores the fields in asset
+    // Protobuf as columns in BigQuery.
     BigQueryDestination bigquery_destination = 2;
   }
 }
@@ -601,34 +588,34 @@ message OutputConfig {
 message OutputResult {
   // Asset export result.
   oneof result {
-    // Export result on {{storage_name}}.
+    // Export result on Cloud Storage.
     GcsOutputResult gcs_result = 1;
   }
 }
 
-// A {{storage_name}} output result.
+// A Cloud Storage output result.
 message GcsOutputResult {
-  // List of uris of the {{storage_name}} objects. Example:
+  // List of uris of the Cloud Storage objects. Example:
   // "gs://bucket_name/object_name".
   repeated string uris = 1;
 }
 
-// A {{storage_name}} location.
+// A Cloud Storage location.
 message GcsDestination {
   // Required.
   oneof object_uri {
-    // The uri of the {{storage_name}} object. It's the same uri that is used by
+    // The uri of the Cloud Storage object. It's the same uri that is used by
     // gsutil. Example: "gs://bucket_name/object_name". See [Viewing and
     // Editing Object
     // Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata)
     // for more information.
     //
-    // If the specified {{storage_name}} object already exists and there is no
+    // If the specified Cloud Storage object already exists and there is no
     // [hold](https://cloud.google.com/storage/docs/object-holds), it will be
     // overwritten with the exported result.
     string uri = 1;
 
-    // The uri prefix of all generated {{storage_name}} objects. Example:
+    // The uri prefix of all generated Cloud Storage objects. Example:
     // "gs://bucket_name/object_name_prefix". Each object uri is in format:
     // "gs://bucket_name/object_name_prefix// and only
     // contains assets for that type.  starts from 0. Example:
@@ -641,20 +628,20 @@ message GcsDestination {
   }
 }
 
-// A {{bigquery_name}} destination for exporting assets to.
+// A BigQuery destination for exporting assets to.
 message BigQueryDestination {
-  // Required. The {{bigquery_name}} dataset in format
+  // Required. The BigQuery dataset in format
   // "projects/projectId/datasets/datasetId", to which the snapshot result
   // should be exported. If this dataset does not exist, the export call returns
   // an INVALID_ARGUMENT error. Setting the `contentType` for `exportAssets`
   // determines the
   // [schema](/asset-inventory/docs/exporting-to-bigquery#bigquery-schema)
-  // of the {{bigquery_name}} table. Setting `separateTablesPerAssetType` to
-  // `TRUE` also influences the schema.
+  // of the BigQuery table. Setting `separateTablesPerAssetType` to `TRUE` also
+  // influences the schema.
   string dataset = 1 [(google.api.field_behavior) = REQUIRED];
 
-  // Required. The {{bigquery_name}} table to which the snapshot result should
-  // be written. If this table does not exist, a new table with the given name
+  // Required. The BigQuery table to which the snapshot result should be
+  // written. If this table does not exist, a new table with the given name
   // will be created.
   string table = 2 [(google.api.field_behavior) = REQUIRED];
 
@@ -700,7 +687,7 @@ message BigQueryDestination {
   // When [content_type] in the ExportAssetsRequest is `RESOURCE`, the schema of
   // each table will include RECORD-type columns mapped to the nested fields in
   // the Asset.resource.data field of that asset type (up to the 15 nested level
-  // {{bigquery_name}} supports
+  // BigQuery supports
   // (https://cloud.google.com/bigquery/docs/nested-repeated#limitations)). The
   // fields in >15 nested levels will be stored in JSON format string as a child
   // column of its parent RECORD column.
@@ -713,12 +700,12 @@ message BigQueryDestination {
   bool separate_tables_per_asset_type = 5;
 }
 
-// Specifications of {{bigquery_name}} partitioned table as export destination.
+// Specifications of BigQuery partitioned table as export destination.
 message PartitionSpec {
   // This enum is used to determine the partition key column when exporting
-  // assets to {{bigquery_name}} partitioned table(s). Note that, if the
-  // partition key is a timestamp column, the actual partition is based on its
-  // date value (expressed in UTC. see details in
+  // assets to BigQuery partitioned table(s). Note that, if the partition key is
+  // a timestamp column, the actual partition is based on its date value
+  // (expressed in UTC. see details in
   // https://cloud.google.com/bigquery/docs/partitioned-tables#date_timestamp_partitioned_tables).
   enum PartitionKey {
     // Unspecified partition key. If used, it means using non-partitioned table.
@@ -738,7 +725,7 @@ message PartitionSpec {
     REQUEST_TIME = 2;
   }
 
-  // The partition key for {{bigquery_name}} partitioned table.
+  // The partition key for BigQuery partitioned table.
   PartitionKey partition_key = 1;
 }
 
@@ -805,8 +792,7 @@ message Feed {
 
   // Required. Feed output configuration defining where the asset updates are
   // published to.
-  FeedOutputConfig feed_output_config = 5
-      [(google.api.field_behavior) = REQUIRED];
+  FeedOutputConfig feed_output_config = 5 [(google.api.field_behavior) = REQUIRED];
 
   // A condition which determines whether an asset update should be published.
   // If specified, an asset will be returned only when the expression evaluates
@@ -835,17 +821,16 @@ message Feed {
   // it outputs the supported relationships of the types of [asset_names] and
   // [asset_types] or returns an error if any of the [asset_names] or the
   // [asset_types] has no replationship support.
-  // See [Introduction to
-  // {{cai_name}}](https://cloud.google.com/asset-inventory/docs/overview) for
-  // all supported asset types and relationship types.
+  // See [Introduction to Cloud Asset
+  // Inventory](https://cloud.google.com/asset-inventory/docs/overview)
+  // for all supported asset types and relationship types.
   repeated string relationship_types = 7;
 }
 
 // Search all resources request.
 message SearchAllResourcesRequest {
-  // Required. A scope can be a project, a folder, or an organization. The
-  // search is limited to the resources within the `scope`. The caller must be
-  // granted the
+  // Required. A scope can be a project, a folder, or an organization. The search is
+  // limited to the resources within the `scope`. The caller must be granted the
   // [`cloudasset.assets.searchAllResources`](https://cloud.google.com/asset-inventory/docs/access-control#required_permissions)
   // permission on the desired scope.
   //
@@ -864,30 +849,26 @@ message SearchAllResourcesRequest {
   //
   // Examples:
   //
-  // * `name:Important` to find {{gcp_name}} resources whose name contains
+  // * `name:Important` to find Cloud resources whose name contains
   //   "Important" as a word.
-  // * `name=Important` to find the {{gcp_name}} resource whose name is exactly
+  // * `name=Important` to find the Cloud resource whose name is exactly
   //   "Important".
-  // * `displayName:Impor*` to find {{gcp_name}} resources whose display name
+  // * `displayName:Impor*` to find Cloud resources whose display name
   //   contains "Impor" as a prefix of any word in the field.
-  // * `location:us-west*` to find {{gcp_name}} resources whose location
-  // contains both
+  // * `location:us-west*` to find Cloud resources whose location contains both
   //   "us" and "west" as prefixes.
-  // * `labels:prod` to find {{gcp_name}} resources whose labels contain "prod"
-  // as
+  // * `labels:prod` to find Cloud resources whose labels contain "prod" as
   //   a key or value.
-  // * `labels.env:prod` to find {{gcp_name}} resources that have a label "env"
+  // * `labels.env:prod` to find Cloud resources that have a label "env"
   //   and its value is "prod".
-  // * `labels.env:*` to find {{gcp_name}} resources that have a label "env".
-  // * `kmsKey:key` to find {{gcp_name}} resources encrypted with a
-  // customer-managed
+  // * `labels.env:*` to find Cloud resources that have a label "env".
+  // * `kmsKey:key` to find Cloud resources encrypted with a customer-managed
   //   encryption key whose name contains "key" as a word. This field is
   //   deprecated. Please use the `kmsKeys` field to retrieve KMS key
   //   information.
-  // * `kmsKeys:key` to find {{gcp_name}} resources encrypted with
-  // customer-managed
+  // * `kmsKeys:key` to find Cloud resources encrypted with customer-managed
   //   encryption keys whose name contains the word "key".
-  // * `relationships:instance-group-1` to find {{gcp_name}} resources that have
+  // * `relationships:instance-group-1` to find Cloud resources that have
   //   relationships with "instance-group-1" in the related resource name.
   // * `relationships:INSTANCE_TO_INSTANCEGROUP` to find compute instances that
   //   have relationships of type "INSTANCE_TO_INSTANCEGROUP".
@@ -895,34 +876,28 @@ message SearchAllResourcesRequest {
   //   compute instances that have relationships with "instance-group-1" in the
   //   compute instance group resource name, for relationship type
   //   "INSTANCE_TO_INSTANCEGROUP".
-  // * `state:ACTIVE` to find {{gcp_name}} resources whose state contains
-  // "ACTIVE" as a
+  // * `state:ACTIVE` to find Cloud resources whose state contains "ACTIVE" as a
   //   word.
-  // * `NOT state:ACTIVE` to find {{gcp_name}} resources whose state doesn't
-  // contain
+  // * `NOT state:ACTIVE` to find Cloud resources whose state doesn't contain
   //   "ACTIVE" as a word.
-  // * `createTime<1609459200` to find {{gcp_name}} resources that were created
-  // before
+  // * `createTime<1609459200` to find Cloud resources that were created before
   //   "2021-01-01 00:00:00 UTC". 1609459200 is the epoch timestamp of
   //   "2021-01-01 00:00:00 UTC" in seconds.
-  // * `updateTime>1609459200` to find {{gcp_name}} resources that were updated
-  // after
+  // * `updateTime>1609459200` to find Cloud resources that were updated after
   //   "2021-01-01 00:00:00 UTC". 1609459200 is the epoch timestamp of
   //   "2021-01-01 00:00:00 UTC" in seconds.
-  // * `Important` to find {{gcp_name}} resources that contain "Important" as a
-  // word
+  // * `Important` to find Cloud resources that contain "Important" as a word
   //   in any of the searchable fields.
-  // * `Impor*` to find {{gcp_name}} resources that contain "Impor" as a prefix
-  // of any
+  // * `Impor*` to find Cloud resources that contain "Impor" as a prefix of any
   //   word in any of the searchable fields.
-  // * `Important location:(us-west1 OR global)` to find {{gcp_name}}
+  // * `Important location:(us-west1 OR global)` to find Cloud
   //   resources that contain "Important" as a word in any of the searchable
   //   fields and are also located in the "us-west1" region or the "global"
   //   location.
   string query = 2 [(google.api.field_behavior) = OPTIONAL];
 
-  // Optional. A list of asset types that this request searches for. If empty,
-  // it will search all the [searchable asset
+  // Optional. A list of asset types that this request searches for. If empty, it will
+  // search all the [searchable asset
   // types](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types).
   //
   // Regular expressions are also supported. For example:
@@ -937,22 +912,21 @@ message SearchAllResourcesRequest {
   // supported asset type, an INVALID_ARGUMENT error will be returned.
   repeated string asset_types = 3 [(google.api.field_behavior) = OPTIONAL];
 
-  // Optional. The page size for search result pagination. Page size is capped
-  // at 500 even if a larger value is given. If set to zero, server will pick an
-  // appropriate default. Returned results may be fewer than requested. When
-  // this happens, there could be more results as long as `next_page_token` is
-  // returned.
+  // Optional. The page size for search result pagination. Page size is capped at 500 even
+  // if a larger value is given. If set to zero, server will pick an appropriate
+  // default. Returned results may be fewer than requested. When this happens,
+  // there could be more results as long as `next_page_token` is returned.
   int32 page_size = 4 [(google.api.field_behavior) = OPTIONAL];
 
-  // Optional. If present, then retrieve the next batch of results from the
-  // preceding call to this method. `page_token` must be the value of
-  // `next_page_token` from the previous response. The values of all other
-  // method parameters, must be identical to those in the previous call.
+  // Optional. If present, then retrieve the next batch of results from the preceding call
+  // to this method. `page_token` must be the value of `next_page_token` from
+  // the previous response. The values of all other method parameters, must be
+  // identical to those in the previous call.
   string page_token = 5 [(google.api.field_behavior) = OPTIONAL];
 
-  // Optional. A comma-separated list of fields specifying the sorting order of
-  // the results. The default order is ascending. Add " DESC" after the field
-  // name to indicate descending order. Redundant space characters are ignored.
+  // Optional. A comma-separated list of fields specifying the sorting order of the
+  // results. The default order is ascending. Add " DESC" after the field name
+  // to indicate descending order. Redundant space characters are ignored.
   // Example: "location DESC, name".
   // Only singular primitive fields in the response are sortable:
   //
@@ -973,10 +947,10 @@ message SearchAllResourcesRequest {
   // `additionalAttributes`) are not supported.
   string order_by = 6 [(google.api.field_behavior) = OPTIONAL];
 
-  // Optional. A comma-separated list of fields specifying which fields to be
-  // returned in ResourceSearchResult. Only '*' or combination of top level
-  // fields can be specified. Field names of both snake_case and camelCase are
-  // supported. Examples: `"*"`, `"name,location"`, `"name,versionedResources"`.
+  // Optional. A comma-separated list of fields specifying which fields to be returned in
+  // ResourceSearchResult. Only '*' or combination of top level fields can be
+  // specified. Field names of both snake_case and camelCase are supported.
+  // Examples: `"*"`, `"name,location"`, `"name,versionedResources"`.
   //
   // The read_mask paths must be valid field paths listed but not limited to
   // (both snake_case and camelCase are supported):
@@ -1006,8 +980,7 @@ message SearchAllResourcesRequest {
   // If only '*' is specified, all fields including versionedResources will be
   // returned.
   // Any invalid field path will trigger INVALID_ARGUMENT error.
-  google.protobuf.FieldMask read_mask = 8
-      [(google.api.field_behavior) = OPTIONAL];
+  google.protobuf.FieldMask read_mask = 8 [(google.api.field_behavior) = OPTIONAL];
 }
 
 // Search all resources response.
@@ -1022,11 +995,11 @@ message SearchAllResourcesResponse {
   string next_page_token = 2;
 }
 
-// Search all {{iam_name_short}} policies request.
+// Search all IAM policies request.
 message SearchAllIamPoliciesRequest {
-  // Required. A scope can be a project, a folder, or an organization. The
-  // search is limited to the {{iam_name_short}} policies within the `scope`.
-  // The caller must be granted the
+  // Required. A scope can be a project, a folder, or an organization. The search is
+  // limited to the IAM policies within the `scope`. The caller must be granted
+  // the
   // [`cloudasset.assets.searchAllIamPolicies`](https://cloud.google.com/asset-inventory/docs/access-control#required_permissions)
   // permission on the desired scope.
   //
@@ -1041,93 +1014,80 @@ message SearchAllIamPoliciesRequest {
   // Optional. The query statement. See [how to construct a
   // query](https://cloud.google.com/asset-inventory/docs/searching-iam-policies#how_to_construct_a_query)
   // for more information. If not specified or empty, it will search all the
-  // {{iam_name_short}} policies within the specified `scope`. Note that the
-  // query string is compared against each {{iam_name_short}} policy binding,
-  // including its principals, roles, and {{iam_name_short}} conditions. The
-  // returned {{iam_name_short}} policies will only contain the bindings that
-  // match your query. To learn more about the {{iam_name_short}} policy
-  // structure, see the [{{iam_name_short}} policy
+  // IAM policies within the specified `scope`. Note that the query string is
+  // compared against each Cloud IAM policy binding, including its principals,
+  // roles, and Cloud IAM conditions. The returned Cloud IAM policies will only
+  // contain the bindings that match your query. To learn more about the IAM
+  // policy structure, see the [IAM policy
   // documentation](https://cloud.google.com/iam/help/allow-policies/structure).
   //
   // Examples:
   //
-  // * `policy:amy@gmail.com` to find {{iam_name_short}} policy bindings that
-  // specify user
+  // * `policy:amy@gmail.com` to find IAM policy bindings that specify user
   //   "amy@gmail.com".
-  // * `policy:roles/compute.admin` to find {{iam_name_short}} policy bindings
-  // that specify
+  // * `policy:roles/compute.admin` to find IAM policy bindings that specify
   //   the Compute Admin role.
-  // * `policy:comp*` to find {{iam_name_short}} policy bindings that contain
-  // "comp" as a
+  // * `policy:comp*` to find IAM policy bindings that contain "comp" as a
   //   prefix of any word in the binding.
-  // * `policy.role.permissions:storage.buckets.update` to find
-  // {{iam_name_short}} policy
+  // * `policy.role.permissions:storage.buckets.update` to find IAM policy
   //   bindings that specify a role containing "storage.buckets.update"
   //   permission. Note that if callers don't have `iam.roles.get` access to a
   //   role's included permissions, policy bindings that specify this role will
   //   be dropped from the search results.
-  // * `policy.role.permissions:upd*` to find {{iam_name_short}} policy bindings
-  // that specify a
+  // * `policy.role.permissions:upd*` to find IAM policy bindings that specify a
   //   role containing "upd" as a prefix of any word in the role permission.
   //   Note that if callers don't have `iam.roles.get` access to a role's
   //   included permissions, policy bindings that specify this role will be
   //   dropped from the search results.
-  // * `resource:organizations/123456` to find {{iam_name_short}} policy
-  // bindings
+  // * `resource:organizations/123456` to find IAM policy bindings
   //   that are set on "organizations/123456".
   // * `resource=//cloudresourcemanager.googleapis.com/projects/myproject` to
-  //   find {{iam_name_short}} policy bindings that are set on the project named
-  //   "myproject".
-  // * `Important` to find {{iam_name_short}} policy bindings that contain
-  // "Important" as a
+  //   find IAM policy bindings that are set on the project named "myproject".
+  // * `Important` to find IAM policy bindings that contain "Important" as a
   //   word in any of the searchable fields (except for the included
   //   permissions).
   // * `resource:(instance1 OR instance2) policy:amy` to find
-  //   {{iam_name_short}} policy bindings that are set on resources "instance1"
-  //   or "instance2" and also specify user "amy".
-  // * `roles:roles/compute.admin` to find {{iam_name_short}} policy bindings
-  // that specify the
+  //   IAM policy bindings that are set on resources "instance1" or
+  //   "instance2" and also specify user "amy".
+  // * `roles:roles/compute.admin` to find IAM policy bindings that specify the
   //   Compute Admin role.
-  // * `memberTypes:user` to find {{iam_name_short}} policy bindings that
-  // contain the
+  // * `memberTypes:user` to find IAM policy bindings that contain the
   //   principal type "user".
   string query = 2 [(google.api.field_behavior) = OPTIONAL];
 
-  // Optional. The page size for search result pagination. Page size is capped
-  // at 500 even if a larger value is given. If set to zero, server will pick an
-  // appropriate default. Returned results may be fewer than requested. When
-  // this happens, there could be more results as long as `next_page_token` is
-  // returned.
+  // Optional. The page size for search result pagination. Page size is capped at 500 even
+  // if a larger value is given. If set to zero, server will pick an appropriate
+  // default. Returned results may be fewer than requested. When this happens,
+  // there could be more results as long as `next_page_token` is returned.
   int32 page_size = 3 [(google.api.field_behavior) = OPTIONAL];
 
-  // Optional. If present, retrieve the next batch of results from the preceding
-  // call to this method. `page_token` must be the value of `next_page_token`
-  // from the previous response. The values of all other method parameters must
-  // be identical to those in the previous call.
+  // Optional. If present, retrieve the next batch of results from the preceding call to
+  // this method. `page_token` must be the value of `next_page_token` from the
+  // previous response. The values of all other method parameters must be
+  // identical to those in the previous call.
   string page_token = 4 [(google.api.field_behavior) = OPTIONAL];
 
-  // Optional. A list of asset types that the {{iam_name_short}} policies are
-  // attached to. If empty, it will search the {{iam_name_short}} policies that
-  // are attached to all the [searchable asset
+  // Optional. A list of asset types that the IAM policies are attached to. If empty, it
+  // will search the IAM policies that are attached to all the [searchable asset
   // types](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types).
   //
   // Regular expressions are also supported. For example:
   //
-  // * "compute.googleapis.com.*" snapshots {{iam_name_short}} policies attached
-  // to asset type starts with "compute.googleapis.com".
-  // * ".*Instance" snapshots {{iam_name_short}} policies attached to asset type
-  // ends with "Instance".
-  // * ".*Instance.*" snapshots {{iam_name_short}} policies attached to asset
-  // type contains "Instance".
+  // * "compute.googleapis.com.*" snapshots IAM policies attached to asset type
+  // starts with "compute.googleapis.com".
+  // * ".*Instance" snapshots IAM policies attached to asset type ends with
+  // "Instance".
+  // * ".*Instance.*" snapshots IAM policies attached to asset type contains
+  // "Instance".
   //
   // See [RE2](https://github.com/google/re2/wiki/Syntax) for all supported
   // regular expression syntax. If the regular expression does not match any
   // supported asset type, an INVALID_ARGUMENT error will be returned.
   repeated string asset_types = 5 [(google.api.field_behavior) = OPTIONAL];
 
-  // Optional. A comma-separated list of fields specifying the sorting order of
-  // the results. The default order is ascending. Add " DESC" after the field
-  // name to indicate descending order. Redundant space characters are ignored.
+  // Optional. A comma-separated list of fields specifying the sorting order of the
+  // results. The default order is ascending. Add " DESC" after the field name
+  // to indicate descending order. Redundant space characters are ignored.
   // Example: "assetType DESC, resource".
   // Only singular primitive fields in the response are sortable:
   //   * resource
@@ -1138,11 +1098,10 @@ message SearchAllIamPoliciesRequest {
   string order_by = 7 [(google.api.field_behavior) = OPTIONAL];
 }
 
-// Search all {{iam_name_short}} policies response.
+// Search all IAM policies response.
 message SearchAllIamPoliciesResponse {
-  // A list of {{iam_name_short}} policies that match the search query. Related
-  // information such as the associated resource is returned along with the
-  // policy.
+  // A list of IamPolicy that match the search query. Related information such
+  // as the associated resource is returned along with the policy.
   repeated IamPolicySearchResult results = 1;
 
   // Set if there are more results than those appearing in this response; to get
@@ -1151,7 +1110,7 @@ message SearchAllIamPoliciesResponse {
   string next_page_token = 2;
 }
 
-// {{iam_name_short}} policy analysis query message.
+// IAM policy analysis query message.
 message IamPolicyAnalysisQuery {
   // Specifies the resource to analyze for access policies, which may be set
   // directly on the resource, or on ancestors such as organizations, folders or
@@ -1169,7 +1128,7 @@ message IamPolicyAnalysisQuery {
   // directly or indirectly.
   message IdentitySelector {
     // Required. The identity appear in the form of principals in
-    // [{{iam_name_short}} policy
+    // [IAM policy
     // binding](https://cloud.google.com/iam/reference/rest/v1/Binding).
     //
     // The examples of supported forms are:
@@ -1199,12 +1158,11 @@ message IamPolicyAnalysisQuery {
   // Contains query options.
   message Options {
     // Optional. If true, the identities section of the result will expand any
-    // Google groups appearing in an {{iam_name_short}} policy binding.
+    // Google groups appearing in an IAM policy binding.
     //
-    // If
-    // [IamPolicyAnalysisQuery.identity_selector][google.cloud.asset.v1.IamPolicyAnalysisQuery.identity_selector]
-    // is specified, the identity in the result will be determined by the
-    // selector, and this flag is not allowed to set.
+    // If [IamPolicyAnalysisQuery.identity_selector][google.cloud.asset.v1.IamPolicyAnalysisQuery.identity_selector] is specified, the
+    // identity in the result will be determined by the selector, and this flag
+    // is not allowed to set.
     //
     // If true, the default max expansion per group is 1000 for
     // AssetService.AnalyzeIamPolicy][].
@@ -1213,34 +1171,30 @@ message IamPolicyAnalysisQuery {
     bool expand_groups = 1 [(google.api.field_behavior) = OPTIONAL];
 
     // Optional. If true, the access section of result will expand any roles
-    // appearing in {{iam_name_short}} policy bindings to include their
-    // permissions.
+    // appearing in IAM policy bindings to include their permissions.
     //
-    // If
-    // [IamPolicyAnalysisQuery.access_selector][google.cloud.asset.v1.IamPolicyAnalysisQuery.access_selector]
-    // is specified, the access section of the result will be determined by the
-    // selector, and this flag is not allowed to set.
+    // If [IamPolicyAnalysisQuery.access_selector][google.cloud.asset.v1.IamPolicyAnalysisQuery.access_selector] is specified, the access
+    // section of the result will be determined by the selector, and this flag
+    // is not allowed to set.
     //
     // Default is false.
     bool expand_roles = 2 [(google.api.field_behavior) = OPTIONAL];
 
-    // Optional. If true and
-    // [IamPolicyAnalysisQuery.resource_selector][google.cloud.asset.v1.IamPolicyAnalysisQuery.resource_selector]
-    // is not specified, the resource section of the result will expand any
-    // resource attached to an {{iam_name_short}} policy to include resources
-    // lower in the resource hierarchy.
+    // Optional. If true and [IamPolicyAnalysisQuery.resource_selector][google.cloud.asset.v1.IamPolicyAnalysisQuery.resource_selector] is not
+    // specified, the resource section of the result will expand any resource
+    // attached to an IAM policy to include resources lower in the resource
+    // hierarchy.
     //
     // For example, if the request analyzes for which resources user A has
-    // permission P, and the results include an {{iam_name_short}} policy with P
-    // on a GCP folder, the results will also include resources in that folder
-    // with permission P.
+    // permission P, and the results include an IAM policy with P on a GCP
+    // folder, the results will also include resources in that folder with
+    // permission P.
     //
-    // If true and
-    // [IamPolicyAnalysisQuery.resource_selector][google.cloud.asset.v1.IamPolicyAnalysisQuery.resource_selector]
-    // is specified, the resource section of the result will expand the
-    // specified resource to include resources lower in the resource hierarchy.
-    // Only project or lower resources are supported. Folder and organization
-    // resource cannot be used together with this option.
+    // If true and [IamPolicyAnalysisQuery.resource_selector][google.cloud.asset.v1.IamPolicyAnalysisQuery.resource_selector] is specified,
+    // the resource section of the result will expand the specified resource to
+    // include resources lower in the resource hierarchy. Only project or
+    // lower resources are supported. Folder and organization resource cannot be
+    // used together with this option.
     //
     // For example, if the request analyzes for which users have permission P on
     // a GCP project with this option enabled, the results will include all
@@ -1253,37 +1207,36 @@ message IamPolicyAnalysisQuery {
     // Default is false.
     bool expand_resources = 3 [(google.api.field_behavior) = OPTIONAL];
 
-    // Optional. If true, the result will output the relevant parent/child
-    // relationships between resources. Default is false.
+    // Optional. If true, the result will output the relevant parent/child relationships
+    // between resources.
+    // Default is false.
     bool output_resource_edges = 4 [(google.api.field_behavior) = OPTIONAL];
 
-    // Optional. If true, the result will output the relevant membership
-    // relationships between groups and other groups, and between groups and
-    // principals. Default is false.
+    // Optional. If true, the result will output the relevant membership relationships
+    // between groups and other groups, and between groups and principals.
+    // Default is false.
     bool output_group_edges = 5 [(google.api.field_behavior) = OPTIONAL];
 
-    // Optional. If true, the response will include access analysis from
-    // identities to resources via service account impersonation. This is a very
-    // expensive operation, because many derived queries will be executed. We
-    // highly recommend you use
-    // [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning]
-    // rpc instead.
+    // Optional. If true, the response will include access analysis from identities to
+    // resources via service account impersonation. This is a very expensive
+    // operation, because many derived queries will be executed. We highly
+    // recommend you use [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning] rpc
+    // instead.
     //
     // For example, if the request analyzes for which resources user A has
-    // permission P, and there's an {{iam_name_short}} policy states user A has
+    // permission P, and there's an IAM policy states user A has
     // iam.serviceAccounts.getAccessToken permission to a service account SA,
-    // and there's another {{iam_name_short}} policy states service account SA
-    // has permission P to a GCP folder F, then user A potentially has access to
-    // the GCP folder F. And those advanced analysis results will be included in
+    // and there's another IAM policy states service account SA has permission P
+    // to a GCP folder F, then user A potentially has access to the GCP folder
+    // F. And those advanced analysis results will be included in
     // [AnalyzeIamPolicyResponse.service_account_impersonation_analysis][google.cloud.asset.v1.AnalyzeIamPolicyResponse.service_account_impersonation_analysis].
     //
     // Another example, if the request analyzes for who has
-    // permission P to a GCP folder F, and there's an {{iam_name_short}} policy
-    // states user A has iam.serviceAccounts.actAs permission to a service
-    // account SA, and there's another {{iam_name_short}} policy states service
-    // account SA has permission P to the GCP folder F, then user A potentially
-    // has access to the GCP folder F. And those advanced analysis results will
-    // be included in
+    // permission P to a GCP folder F, and there's an IAM policy states user A
+    // has iam.serviceAccounts.actAs permission to a service account SA, and
+    // there's another IAM policy states service account SA has permission P to
+    // the GCP folder F, then user A potentially has access to the GCP folder
+    // F. And those advanced analysis results will be included in
     // [AnalyzeIamPolicyResponse.service_account_impersonation_analysis][google.cloud.asset.v1.AnalyzeIamPolicyResponse.service_account_impersonation_analysis].
     //
     // Only the following permissions are considered in this analysis:
@@ -1296,23 +1249,22 @@ message IamPolicyAnalysisQuery {
     // * `iam.serviceAccounts.implicitDelegation`
     //
     // Default is false.
-    bool analyze_service_account_impersonation = 6
-        [(google.api.field_behavior) = OPTIONAL];
+    bool analyze_service_account_impersonation = 6 [(google.api.field_behavior) = OPTIONAL];
   }
 
-  // The {{iam_name_short}} conditions context.
+  // The IAM conditions context.
   message ConditionContext {
-    // The {{iam_name_short}} conditions time context.
+    // The IAM conditions time context.
     oneof TimeContext {
-      // The hypothetical access timestamp to evaluate {{iam_name_short}}
-      // conditions. Note that this value must not be earlier than the current
-      // time; otherwise, an INVALID_ARGUMENT error will be returned.
+      // The hypothetical access timestamp to evaluate IAM conditions. Note that
+      // this value must not be earlier than the current time; otherwise, an
+      // INVALID_ARGUMENT error will be returned.
       google.protobuf.Timestamp access_time = 1;
     }
   }
 
-  // Required. The relative name of the root asset. Only resources and
-  // {{iam_name_short}} policies within the scope will be analyzed.
+  // Required. The relative name of the root asset. Only resources and IAM policies within
+  // the scope will be analyzed.
   //
   // This can only be an organization number (such as "organizations/123"), a
   // folder number (such as "folders/123"), a project ID (such as
@@ -1326,12 +1278,10 @@ message IamPolicyAnalysisQuery {
   string scope = 1 [(google.api.field_behavior) = REQUIRED];
 
   // Optional. Specifies a resource for analysis.
-  ResourceSelector resource_selector = 2
-      [(google.api.field_behavior) = OPTIONAL];
+  ResourceSelector resource_selector = 2 [(google.api.field_behavior) = OPTIONAL];
 
   // Optional. Specifies an identity for analysis.
-  IdentitySelector identity_selector = 3
-      [(google.api.field_behavior) = OPTIONAL];
+  IdentitySelector identity_selector = 3 [(google.api.field_behavior) = OPTIONAL];
 
   // Optional. Specifies roles or permissions for analysis. This is optional.
   AccessSelector access_selector = 4 [(google.api.field_behavior) = OPTIONAL];
@@ -1339,18 +1289,14 @@ message IamPolicyAnalysisQuery {
   // Optional. The query options.
   Options options = 5 [(google.api.field_behavior) = OPTIONAL];
 
-  // Optional. The hypothetical context for {{iam_name_short}} conditions
-  // evaluation.
-  ConditionContext condition_context = 6
-      [(google.api.field_behavior) = OPTIONAL];
+  // Optional. The hypothetical context for IAM conditions evaluation.
+  ConditionContext condition_context = 6 [(google.api.field_behavior) = OPTIONAL];
 }
 
-// A request message for
-// [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy].
+// A request message for [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy].
 message AnalyzeIamPolicyRequest {
   // Required. The request query.
-  IamPolicyAnalysisQuery analysis_query = 1
-      [(google.api.field_behavior) = REQUIRED];
+  IamPolicyAnalysisQuery analysis_query = 1 [(google.api.field_behavior) = REQUIRED];
 
   // Optional. The name of a saved query, which must be in the format of:
   //
@@ -1370,8 +1316,7 @@ message AnalyzeIamPolicyRequest {
   // presence yet.
   string saved_analysis_query = 3 [(google.api.field_behavior) = OPTIONAL];
 
-  // Optional. Amount of time executable has to complete.  See JSON
-  // representation of
+  // Optional. Amount of time executable has to complete.  See JSON representation of
   // [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json).
   //
   // If this field is set with a value less than the RPC deadline, and the
@@ -1381,26 +1326,22 @@ message AnalyzeIamPolicyRequest {
   // If it's not finished until then, you will get a  DEADLINE_EXCEEDED error.
   //
   // Default is empty.
-  google.protobuf.Duration execution_timeout = 2
-      [(google.api.field_behavior) = OPTIONAL];
+  google.protobuf.Duration execution_timeout = 2 [(google.api.field_behavior) = OPTIONAL];
 }
 
-// A response message for
-// [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy].
+// A response message for [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy].
 message AnalyzeIamPolicyResponse {
   // An analysis message to group the query and results.
   message IamPolicyAnalysis {
     // The analysis query.
     IamPolicyAnalysisQuery analysis_query = 1;
 
-    // A list of
-    // [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult]
-    // that matches the analysis query, or empty if no result is found.
+    // A list of [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult] that matches the analysis query, or
+    // empty if no result is found.
     repeated IamPolicyAnalysisResult analysis_results = 2;
 
-    // Represents whether all entries in the
-    // [analysis_results][google.cloud.asset.v1.AnalyzeIamPolicyResponse.IamPolicyAnalysis.analysis_results]
-    // have been fully explored to answer the query.
+    // Represents whether all entries in the [analysis_results][google.cloud.asset.v1.AnalyzeIamPolicyResponse.IamPolicyAnalysis.analysis_results] have been
+    // fully explored to answer the query.
     bool fully_explored = 3;
 
     // A list of non-critical errors happened during the query handling.
@@ -1415,36 +1356,33 @@ message AnalyzeIamPolicyResponse {
   // enabled.
   repeated IamPolicyAnalysis service_account_impersonation_analysis = 2;
 
-  // Represents whether all entries in the
-  // [main_analysis][google.cloud.asset.v1.AnalyzeIamPolicyResponse.main_analysis]
-  // and
-  // [service_account_impersonation_analysis][google.cloud.asset.v1.AnalyzeIamPolicyResponse.service_account_impersonation_analysis]
-  // have been fully explored to answer the query in the request.
+  // Represents whether all entries in the [main_analysis][google.cloud.asset.v1.AnalyzeIamPolicyResponse.main_analysis] and
+  // [service_account_impersonation_analysis][google.cloud.asset.v1.AnalyzeIamPolicyResponse.service_account_impersonation_analysis] have been fully explored to
+  // answer the query in the request.
   bool fully_explored = 3;
 }
 
-// Output configuration for export {{iam_name_short}} policy analysis
-// destination.
+// Output configuration for export IAM policy analysis destination.
 message IamPolicyAnalysisOutputConfig {
-  // A {{storage_name}} location.
+  // A Cloud Storage location.
   message GcsDestination {
-    // Required. The uri of the {{storage_name}} object. It's the same uri that
-    // is used by gsutil. Example: "gs://bucket_name/object_name". See [Viewing
-    // and Editing Object
+    // Required. The uri of the Cloud Storage object. It's the same uri that is used by
+    // gsutil. Example: "gs://bucket_name/object_name". See [Viewing and
+    // Editing Object
     // Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata)
     // for more information.
     //
-    // If the specified {{storage_name}} object already exists and there is no
+    // If the specified Cloud Storage object already exists and there is no
     // [hold](https://cloud.google.com/storage/docs/object-holds), it will be
     // overwritten with the analysis result.
     string uri = 1 [(google.api.field_behavior) = REQUIRED];
   }
 
-  // A {{bigquery_name}} destination.
+  // A BigQuery destination.
   message BigQueryDestination {
-    // This enum determines the partition key column for the {{bigquery_name}}
-    // tables. Partitioning can improve query performance and reduce query cost
-    // by filtering partitions. Refer to
+    // This enum determines the partition key column for the bigquery tables.
+    // Partitioning can improve query performance and reduce query cost by
+    // filtering partitions. Refer to
     // https://cloud.google.com/bigquery/docs/partitioned-tables for details.
     enum PartitionKey {
       // Unspecified partition key. Tables won't be partitioned using this
@@ -1457,15 +1395,13 @@ message IamPolicyAnalysisOutputConfig {
       REQUEST_TIME = 1;
     }
 
-    // Required. The {{bigquery_name}} dataset in format
-    // "projects/projectId/datasets/datasetId", to which the analysis results
-    // should be exported. If this dataset does not exist, the export call will
-    // return an INVALID_ARGUMENT error.
+    // Required. The BigQuery dataset in format "projects/projectId/datasets/datasetId",
+    // to which the analysis results should be exported. If this dataset does
+    // not exist, the export call will return an INVALID_ARGUMENT error.
     string dataset = 1 [(google.api.field_behavior) = REQUIRED];
 
-    // Required. The prefix of the {{bigquery_name}} tables to which the
-    // analysis results will be written. Tables will be created based on this
-    // table_prefix if not exist:
+    // Required. The prefix of the BigQuery tables to which the analysis results will be
+    // written. Tables will be created based on this table_prefix if not exist:
     // * _analysis table will contain export operation's metadata.
     // * _analysis_result will contain all the
     //   [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult].
@@ -1473,42 +1409,39 @@ message IamPolicyAnalysisOutputConfig {
     // on the [partition_key].
     string table_prefix = 2 [(google.api.field_behavior) = REQUIRED];
 
-    // The partition key for {{bigquery_name}} partitioned table.
+    // The partition key for BigQuery partitioned table.
     PartitionKey partition_key = 3;
 
-    // Optional. Specifies the action that occurs if the destination table or
-    // partition already exists. The following values are supported:
+    // Optional. Specifies the action that occurs if the destination table or partition
+    // already exists. The following values are supported:
     //
-    // * WRITE_TRUNCATE: If the table or partition already exists,
-    // {{bigquery_name}} overwrites the entire table or all the partitions data.
-    // * WRITE_APPEND: If the table or partition already exists,
-    // {{bigquery_name}} appends the data to the table or the latest partition.
+    // * WRITE_TRUNCATE: If the table or partition already exists, BigQuery
+    // overwrites the entire table or all the partitions data.
+    // * WRITE_APPEND: If the table or partition already exists, BigQuery
+    // appends the data to the table or the latest partition.
     // * WRITE_EMPTY: If the table already exists and contains data, an error is
     // returned.
     //
     // The default value is WRITE_APPEND. Each action is atomic and only occurs
-    // if {{bigquery_name}} is able to complete the job successfully. Details
-    // are at
+    // if BigQuery is able to complete the job successfully. Details are at
     // https://cloud.google.com/bigquery/docs/loading-data-local#appending_to_or_overwriting_a_table_using_a_local_file.
     string write_disposition = 4 [(google.api.field_behavior) = OPTIONAL];
   }
 
-  // {{iam_name_short}} policy analysis export destination.
+  // IAM policy analysis export destination.
   oneof destination {
-    // Destination on {{storage_name}}.
+    // Destination on Cloud Storage.
     GcsDestination gcs_destination = 1;
 
-    // Destination on {{bigquery_name}}.
+    // Destination on BigQuery.
     BigQueryDestination bigquery_destination = 2;
   }
 }
 
-// A request message for
-// [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning].
+// A request message for [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning].
 message AnalyzeIamPolicyLongrunningRequest {
   // Required. The request query.
-  IamPolicyAnalysisQuery analysis_query = 1
-      [(google.api.field_behavior) = REQUIRED];
+  IamPolicyAnalysisQuery analysis_query = 1 [(google.api.field_behavior) = REQUIRED];
 
   // Optional. The name of a saved query, which must be in the format of:
   //
@@ -1528,15 +1461,14 @@ message AnalyzeIamPolicyLongrunningRequest {
   // presence yet.
   string saved_analysis_query = 3 [(google.api.field_behavior) = OPTIONAL];
 
-  // Required. Output configuration indicating where the results will be output
-  // to.
-  IamPolicyAnalysisOutputConfig output_config = 2
-      [(google.api.field_behavior) = REQUIRED];
+  // Required. Output configuration indicating where the results will be output to.
+  IamPolicyAnalysisOutputConfig output_config = 2 [(google.api.field_behavior) = REQUIRED];
 }
 
-// A response message for
-// [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning].
-message AnalyzeIamPolicyLongrunningResponse {}
+// A response message for [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning].
+message AnalyzeIamPolicyLongrunningResponse {
+
+}
 
 // A saved query which can be shared with others or used later.
 message SavedQuery {
@@ -1550,12 +1482,9 @@ message SavedQuery {
   // The query content.
   message QueryContent {
     oneof query_content {
-      // An {{iam_name_short}} Policy Analysis query, which could be used in
-      // the
-      // [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy]
-      // rpc or the
-      // [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning]
-      // rpc.
+      // An IAM Policy Analysis query, which could be used in
+      // the [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy] rpc or
+      // the [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning] rpc.
       IamPolicyAnalysisQuery iam_policy_analysis_query = 1;
     }
   }
@@ -1572,18 +1501,15 @@ message SavedQuery {
   string description = 2;
 
   // Output only. The create time of this saved query.
-  google.protobuf.Timestamp create_time = 3
-      [(google.api.field_behavior) = OUTPUT_ONLY];
+  google.protobuf.Timestamp create_time = 3 [(google.api.field_behavior) = OUTPUT_ONLY];
 
   // Output only. The account's email address who has created this saved query.
   string creator = 4 [(google.api.field_behavior) = OUTPUT_ONLY];
 
   // Output only. The last update time of this saved query.
-  google.protobuf.Timestamp last_update_time = 5
-      [(google.api.field_behavior) = OUTPUT_ONLY];
+  google.protobuf.Timestamp last_update_time = 5 [(google.api.field_behavior) = OUTPUT_ONLY];
 
-  // Output only. The account's email address who has updated this saved query
-  // most recently.
+  // Output only. The account's email address who has updated this saved query most recently.
   string last_updater = 6 [(google.api.field_behavior) = OUTPUT_ONLY];
 
   // Labels applied on the resource.
@@ -1597,11 +1523,11 @@ message SavedQuery {
 
 // Request to create a saved query.
 message CreateSavedQueryRequest {
-  // Required. The name of the project/folder/organization where this
-  // saved_query should be created in. It can only be an organization number
-  // (such as "organizations/123"), a folder number (such as "folders/123"), a
-  // project ID (such as "projects/my-project-id")", or a project number (such
-  // as "projects/12345").
+  // Required. The name of the project/folder/organization where this saved_query
+  // should be created in. It can only be an organization number (such as
+  // "organizations/123"), a folder number (such as "folders/123"), a project ID
+  // (such as "projects/my-project-id")", or a project number (such as
+  // "projects/12345").
   string parent = 1 [
     (google.api.field_behavior) = REQUIRED,
     (google.api.resource_reference) = {
@@ -1609,13 +1535,13 @@ message CreateSavedQueryRequest {
     }
   ];
 
-  // Required. The saved_query details. The `name` field must be empty as it
-  // will be generated based on the parent and saved_query_id.
+  // Required. The saved_query details. The `name` field must be empty as it will be
+  // generated based on the parent and saved_query_id.
   SavedQuery saved_query = 2 [(google.api.field_behavior) = REQUIRED];
 
-  // Required. The ID to use for the saved query, which must be unique in the
-  // specified parent. It will become the final component of the saved query's
-  // resource name.
+  // Required. The ID to use for the saved query, which must be unique in the specified
+  // parent. It will become the final component of the saved query's resource
+  // name.
   //
   // This value should be 4-63 characters, and valid characters
   // are /[a-z][0-9]-/.
@@ -1642,8 +1568,8 @@ message GetSavedQueryRequest {
 
 // Request to list saved queries.
 message ListSavedQueriesRequest {
-  // Required. The parent project/folder/organization whose savedQueries are to
-  // be listed. It can only be using project/folder/organization number (such as
+  // Required. The parent project/folder/organization whose savedQueries are to be
+  // listed. It can only be using project/folder/organization number (such as
   // "folders/12345")", or a project ID (such as "projects/my-project-id").
   string parent = 1 [
     (google.api.field_behavior) = REQUIRED,
@@ -1661,9 +1587,8 @@ message ListSavedQueriesRequest {
   // See https://google.aip.dev/160 for more information on the grammar.
   string filter = 4 [(google.api.field_behavior) = OPTIONAL];
 
-  // Optional. The maximum number of saved queries to return per page. The
-  // service may return fewer than this value. If unspecified, at most 50 will
-  // be returned.
+  // Optional. The maximum number of saved queries to return per page. The service may
+  // return fewer than this value. If unspecified, at most 50 will be returned.
   //  The maximum value is 1000; values above 1000 will be coerced to 1000.
   int32 page_size = 2 [(google.api.field_behavior) = OPTIONAL];
 
@@ -1698,14 +1623,12 @@ message UpdateSavedQueryRequest {
   SavedQuery saved_query = 1 [(google.api.field_behavior) = REQUIRED];
 
   // Required. The list of fields to update.
-  google.protobuf.FieldMask update_mask = 2
-      [(google.api.field_behavior) = REQUIRED];
+  google.protobuf.FieldMask update_mask = 2 [(google.api.field_behavior) = REQUIRED];
 }
 
 // Request to delete a saved query.
 message DeleteSavedQueryRequest {
-  // Required. The name of the saved query to delete. It must be in the format
-  // of:
+  // Required. The name of the saved query to delete. It must be in the format of:
   //
   // * projects/project_number/savedQueries/saved_query_id
   // * folders/folder_number/savedQueries/saved_query_id
@@ -1756,14 +1679,14 @@ message AnalyzeMoveRequest {
 // The response message for resource move analysis.
 message AnalyzeMoveResponse {
   // The list of analyses returned from performing the intended resource move
-  // analysis. The analysis is grouped by different {{gcp_name}} services.
+  // analysis. The analysis is grouped by different Cloud services.
   repeated MoveAnalysis move_analysis = 1;
 }
 
 // A message to group the analysis information.
 message MoveAnalysis {
-  // The user friendly display name of the analysis. E.g. {{iam_name_short}},
-  // {{orgpol_name}} etc.
+  // The user friendly display name of the analysis. E.g. IAM, Organization
+  // Policy etc.
   string display_name = 1;
 
   oneof result {
@@ -1795,24 +1718,23 @@ message MoveImpact {
 
 // Output configuration query assets.
 message QueryAssetsOutputConfig {
-  // {{bigquery_name}} destination.
+  // BigQuery destination.
   message BigQueryDestination {
-    // Required. The {{bigquery_name}} dataset where the query results will be
-    // saved. It has the format of "projects/{projectId}/datasets/{datasetId}".
+    // Required. The BigQuery dataset where the query results will be saved. It has the
+    // format of "projects/{projectId}/datasets/{datasetId}".
     string dataset = 1 [(google.api.field_behavior) = REQUIRED];
 
-    // Required. The {{bigquery_name}} table where the query results will be
-    // saved. If this table does not exist, a new table with the given name will
-    // be created.
+    // Required. The BigQuery table where the query results will be saved. If this table
+    // does not exist, a new table with the given name will be created.
     string table = 2 [(google.api.field_behavior) = REQUIRED];
 
     // Specifies the action that occurs if the destination table or partition
     // already exists. The following values are supported:
     //
-    // * WRITE_TRUNCATE: If the table or partition already exists,
-    // {{bigquery_name}} overwrites the entire table or all the partitions data.
-    // * WRITE_APPEND: If the table or partition already exists,
-    // {{bigquery_name}} appends the data to the table or the latest partition.
+    // * WRITE_TRUNCATE: If the table or partition already exists, BigQuery
+    // overwrites the entire table or all the partitions data.
+    // * WRITE_APPEND: If the table or partition already exists, BigQuery
+    // appends the data to the table or the latest partition.
     // * WRITE_EMPTY: If the table already exists and contains data, a
     // 'duplicate' error is returned in the job result.
     //
@@ -1820,7 +1742,7 @@ message QueryAssetsOutputConfig {
     string write_disposition = 3;
   }
 
-  // {{bigquery_name}} destination where the query results will be saved.
+  // BigQuery destination where the query results will be saved.
   BigQueryDestination bigquery_destination = 1;
 }
 
@@ -1840,18 +1762,17 @@ message QueryAssetsRequest {
   ];
 
   oneof query {
-    // Optional. A SQL statement that's compatible with [{{bigquery_name}}
-    // Standard
+    // Optional. A SQL statement that's compatible with [BigQuery Standard
     // SQL](http://cloud/bigquery/docs/reference/standard-sql/enabling-standard-sql).
     string statement = 2 [(google.api.field_behavior) = OPTIONAL];
 
-    // Optional. Reference to the query job, which is from the
-    // `QueryAssetsResponse` of previous `QueryAssets` call.
+    // Optional. Reference to the query job, which is from the `QueryAssetsResponse` of
+    // previous `QueryAssets` call.
     string job_reference = 3 [(google.api.field_behavior) = OPTIONAL];
   }
 
-  // Optional. The maximum number of rows to return in the results. Responses
-  // are limited to 10 MB and 1000 rows.
+  // Optional. The maximum number of rows to return in the results. Responses are limited
+  // to 10 MB and 1000 rows.
   //
   // By default, the maximum row count is 1000. When the byte or row count limit
   // is reached, the rest of the query results will be paginated.
@@ -1864,13 +1785,12 @@ message QueryAssetsRequest {
   // The field will be ignored when [output_config] is specified.
   string page_token = 5 [(google.api.field_behavior) = OPTIONAL];
 
-  // Optional. Specifies the maximum amount of time that the client is willing
-  // to wait for the query to complete. By default, this limit is 5 min for the
-  // first query, and 1 minute for the following queries. If the query is
-  // complete, the `done` field in the `QueryAssetsResponse` is true, otherwise
-  // false.
+  // Optional. Specifies the maximum amount of time that the client is willing to wait
+  // for the query to complete. By default, this limit is 5 min for the first
+  // query, and 1 minute for the following queries. If the query is complete,
+  // the `done` field in the `QueryAssetsResponse` is true, otherwise false.
   //
-  // Like {{bigquery_name}} [jobs.query
+  // Like BigQuery [jobs.query
   // API](https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs/query#queryrequest)
   // The call is not guaranteed to wait for the specified timeout; it typically
   // returns after around 200 seconds (200,000 milliseconds), even if the query
@@ -1887,15 +1807,13 @@ message QueryAssetsRequest {
   // If data for the timestamp/date range selected does not exist,
   // it will simply return a valid response with no rows.
   oneof time {
-    // Optional. [start_time] is required. [start_time] must be less than
-    // [end_time] Defaults [end_time] to now if [start_time] is set and
-    // [end_time] isn't. Maximum permitted time range is 7 days.
+    // Optional. [start_time] is required. [start_time] must be less than [end_time]
+    // Defaults [end_time] to now if [start_time] is set and [end_time] isn't.
+    // Maximum permitted time range is 7 days.
     TimeWindow read_time_window = 7 [(google.api.field_behavior) = OPTIONAL];
 
-    // Optional. Queries cloud assets as they appeared at the specified point in
-    // time.
-    google.protobuf.Timestamp read_time = 8
-        [(google.api.field_behavior) = OPTIONAL];
+    // Optional. Queries cloud assets as they appeared at the specified point in time.
+    google.protobuf.Timestamp read_time = 8 [(google.api.field_behavior) = OPTIONAL];
   }
 
   // Optional. Destination where the query results will be saved.
@@ -1907,8 +1825,7 @@ message QueryAssetsRequest {
   // Meanwhile, [QueryAssetsResponse.job_reference] will be set and can be used
   // to check the status of the query job when passed to a following
   // [QueryAssets] API call.
-  QueryAssetsOutputConfig output_config = 9
-      [(google.api.field_behavior) = OPTIONAL];
+  QueryAssetsOutputConfig output_config = 9 [(google.api.field_behavior) = OPTIONAL];
 }
 
 // QueryAssets response.
@@ -1939,9 +1856,9 @@ message QueryAssetsResponse {
 
 // Execution results of the query.
 //
-// The result is formatted as rows represented by {{bigquery_name}} compatible
-// [schema]. When pagination is necessary, it will contains the page token to
-// retrieve the results of following pages.
+// The result is formatted as rows represented by BigQuery compatible [schema].
+// When pagination is necessary, it will contains the page token to retrieve
+// the results of following pages.
 message QueryResult {
   // Each row hold a query result in the format of `Struct`.
   repeated google.protobuf.Struct rows = 1;
@@ -1956,7 +1873,7 @@ message QueryResult {
   int64 total_rows = 4;
 }
 
-// {{bigquery_name}} Compatible table schema.
+// BigQuery Compatible table schema.
 message TableSchema {
   // Describes the fields in a table.
   repeated TableFieldSchema fields = 1;
@@ -1995,11 +1912,9 @@ message TableFieldSchema {
   repeated TableFieldSchema fields = 4;
 }
 
-// A request message for
-// [AssetService.BatchGetEffectiveIamPolicies][google.cloud.asset.v1.AssetService.BatchGetEffectiveIamPolicies].
+// A request message for [AssetService.BatchGetEffectiveIamPolicies][google.cloud.asset.v1.AssetService.BatchGetEffectiveIamPolicies].
 message BatchGetEffectiveIamPoliciesRequest {
-  // Required. Only {{iam_name_short}} policies on or below the scope will be
-  // returned.
+  // Required. Only IAM policies on or below the scope will be returned.
   //
   // This can only be an organization number (such as "organizations/123"), a
   // folder number (such as "folders/123"), a project ID (such as
@@ -2012,7 +1927,9 @@ message BatchGetEffectiveIamPoliciesRequest {
   // ](https://cloud.google.com/resource-manager/docs/creating-managing-folders#viewing_or_listing_folders_and_projects).
   string scope = 1 [
     (google.api.field_behavior) = REQUIRED,
-    (google.api.resource_reference) = { child_type: "*" }
+    (google.api.resource_reference) = {
+      child_type: "*"
+    }
   ];
 
   // Required. The names refer to the [full_resource_names]
@@ -2022,65 +1939,53 @@ message BatchGetEffectiveIamPoliciesRequest {
   // A maximum of 20 resources' effective policies can be retrieved in a batch.
   repeated string names = 3 [
     (google.api.field_behavior) = REQUIRED,
-    (google.api.resource_reference) = { type: "*" }
+    (google.api.resource_reference) = {
+      type: "*"
+    }
   ];
 }
 
-// A response message for
-// [AssetService.BatchGetEffectiveIamPolicies][google.cloud.asset.v1.AssetService.BatchGetEffectiveIamPolicies].
+// A response message for [AssetService.BatchGetEffectiveIamPolicies][google.cloud.asset.v1.AssetService.BatchGetEffectiveIamPolicies].
 message BatchGetEffectiveIamPoliciesResponse {
-  // The effective {{iam_name_short}} policies on one resource.
+  // The effective IAM policies on one resource.
   message EffectiveIamPolicy {
-    // The {{iam_name_short}} policy and its attached resource.
+    // The IAM policy and its attached resource.
     message PolicyInfo {
-      // The full resource name the
-      // [policy][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.policy]
-      // is directly attached to.
+      // The full resource name the [policy][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.policy] is directly attached to.
       string attached_resource = 1;
 
-      // The {{iam_name_short}} policy that's directly attached to the
-      // [attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource].
+      // The IAM policy that's directly attached to the [attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource].
       google.iam.v1.Policy policy = 2;
     }
 
     // The [full_resource_name]
     // (https://cloud.google.com/asset-inventory/docs/resource-name-format)
-    // for which the
-    // [policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies]
-    // are computed. This is one of the
-    // [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names]
-    // the caller provides in the request.
+    // for which the [policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies] are computed. This is one of the
+    // [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names] the caller provides in the
+    // request.
     string full_resource_name = 1;
 
-    // The effective policies for the
-    // [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
+    // The effective policies for the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
     //
-    // These policies include the policy set on the
-    // [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
-    // and those set on its parents and ancestors up to the
-    // [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope].
-    // Note that these policies are not filtered according to the resource type
-    // of the
+    // These policies include the policy set on the [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name] and
+    // those set on its parents and ancestors up to the
+    // [BatchGetEffectiveIamPoliciesRequest.scope][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.scope]. Note that these policies
+    // are not filtered according to the resource type of the
     // [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name].
     //
     // These policies are hierarchically ordered by
-    // [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-    // starting from
-    // [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
+    // [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] starting from [full_resource_name][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.full_resource_name]
     // itself to its parents and ancestors, such that policies[i]'s
-    // [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource]
-    // is the child of policies[i+1]'s
-    // [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource],
-    // if policies[i+1] exists.
+    // [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource] is the child of policies[i+1]'s
+    // [PolicyInfo.attached_resource][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo.attached_resource], if policies[i+1] exists.
     repeated PolicyInfo policies = 2;
   }
 
   // The effective policies for a batch of resources. Note that the results
   // order is the same as the order of
-  // [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names].
-  // When a resource does not have any effective {{iam_name_short}} policies,
-  // its corresponding policy_result will contain empty
-  // [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
+  // [BatchGetEffectiveIamPoliciesRequest.names][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesRequest.names]. When a resource does not
+  // have any effective IAM policies, its corresponding policy_result will
+  // contain empty [EffectiveIamPolicy.policies][google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.policies].
   repeated EffectiveIamPolicy policy_results = 2;
 }
 
@@ -2092,13 +1997,13 @@ enum ContentType {
   // Resource metadata.
   RESOURCE = 1;
 
-  // The actual {{iam_name_short}} policy set on a resource.
+  // The actual IAM policy set on a resource.
   IAM_POLICY = 2;
 
-  // The organization policy set on an asset.
+  // The Cloud Organization Policy set on an asset.
   ORG_POLICY = 4;
 
-  // The {{acm_name}} policy set on an asset.
+  // The Cloud Access context manager Policy set on an asset.
   ACCESS_POLICY = 5;
 
   // The runtime OS Inventory information.
diff --git a/java-asset/proto-google-cloud-asset-v1/src/main/proto/google/cloud/asset/v1/assets.proto b/java-asset/proto-google-cloud-asset-v1/src/main/proto/google/cloud/asset/v1/assets.proto
index bee3d2a5794a..8f22b5031f4f 100644
--- a/java-asset/proto-google-cloud-asset-v1/src/main/proto/google/cloud/asset/v1/assets.proto
+++ b/java-asset/proto-google-cloud-asset-v1/src/main/proto/google/cloud/asset/v1/assets.proto
@@ -36,7 +36,7 @@ option java_outer_classname = "AssetProto";
 option java_package = "com.google.cloud.asset.v1";
 option php_namespace = "Google\\Cloud\\Asset\\V1";
 
-// An asset in {{gcp_name}} and its temporal metadata, including the time window
+// An asset in Google Cloud and its temporal metadata, including the time window
 // when it was observed and its status during that window.
 message TemporalAsset {
   // State of prior asset.
@@ -63,7 +63,7 @@ message TemporalAsset {
   // Whether the asset has been deleted or not.
   bool deleted = 2;
 
-  // An asset in {{gcp_name}}.
+  // An asset in Google Cloud.
   Asset asset = 3;
 
   // State of prior_asset.
@@ -84,13 +84,13 @@ message TimeWindow {
   google.protobuf.Timestamp end_time = 2;
 }
 
-// An asset in {{gcp_name}}. An asset can be any resource in the {{gcp_name}}
+// An asset in Google Cloud. An asset can be any resource in the Google Cloud
 // [resource
 // hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy),
-// a resource outside the {{gcp_name}} resource hierarchy (such as
-// {{container_name}} clusters and objects), or a policy (e.g.
-// {{iam_name_short}} policy), or a relationship (e.g. an
-// INSTANCE_TO_INSTANCEGROUP relationship). See [Supported asset
+// a resource outside the Google Cloud resource hierarchy (such as Google
+// Kubernetes Engine clusters and objects), or a policy (e.g. Cloud IAM policy),
+// or a relationship (e.g. an INSTANCE_TO_INSTANCEGROUP relationship).
+// See [Supported asset
 // types](https://cloud.google.com/asset-inventory/docs/supported-asset-types)
 // for more information.
 message Asset {
@@ -121,15 +121,15 @@ message Asset {
   // A representation of the resource.
   Resource resource = 3;
 
-  // A representation of the {{iam_name_short}} policy set on a {{gcp_name}}
-  // resource. There can be a maximum of one {{iam_name_short}} policy set on
-  // any given resource. In addition, {{iam_name_short}} policies inherit their
-  // granted access scope from any policies set on parent resources in the
-  // resource hierarchy. Therefore, the effectively policy is the union of both
-  // the policy set on this resource and each policy set on all of the
-  // resource's ancestry resource levels in the hierarchy. See [this
-  // topic](https://cloud.google.com/iam/help/allow-policies/inheritance) for
-  // more information.
+  // A representation of the Cloud IAM policy set on a Google Cloud resource.
+  // There can be a maximum of one Cloud IAM policy set on any given resource.
+  // In addition, Cloud IAM policies inherit their granted access scope from any
+  // policies set on parent resources in the resource hierarchy. Therefore, the
+  // effectively policy is the union of both the policy set on this resource
+  // and each policy set on all of the resource's ancestry resource levels in
+  // the hierarchy. See
+  // [this topic](https://cloud.google.com/iam/help/allow-policies/inheritance)
+  // for more information.
   google.iam.v1.Policy iam_policy = 4;
 
   // A representation of an [organization
@@ -151,8 +151,7 @@ message Asset {
 
     // Please also refer to the [service perimeter user
     // guide](https://cloud.google.com/vpc-service-controls/docs/overview).
-    google.identity.accesscontextmanager.v1.ServicePerimeter service_perimeter =
-        9;
+    google.identity.accesscontextmanager.v1.ServicePerimeter service_perimeter = 9;
   }
 
   // A representation of runtime OS Inventory information. See [this
@@ -170,7 +169,7 @@ message Asset {
   // One related asset of the current asset.
   RelatedAsset related_asset = 15;
 
-  // The ancestry path of an asset in {{gcp_name}} [resource
+  // The ancestry path of an asset in Google Cloud [resource
   // hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy),
   // represented as a list of relative resource names. An ancestry path starts
   // with the closest ancestor in the hierarchy and ends at root. If the asset
@@ -181,7 +180,7 @@ message Asset {
   repeated string ancestors = 10;
 }
 
-// A representation of a {{gcp_name}} resource.
+// A representation of a Google Cloud resource.
 message Resource {
   // The API version. Example: `v1`
   string version = 1;
@@ -191,14 +190,14 @@ message Resource {
   // `https://www.googleapis.com/discovery/v1/apis/compute/v1/rest`
   //
   // This value is unspecified for resources that do not have an API based on a
-  // discovery document, such as {{bigtable_name}}.
+  // discovery document, such as Cloud Bigtable.
   string discovery_document_uri = 2;
 
   // The JSON schema name listed in the discovery document. Example:
   // `Project`
   //
   // This value is unspecified for resources that do not have an API based on a
-  // discovery document, such as {{bigtable_name}}.
+  // discovery document, such as Cloud Bigtable.
   string discovery_name = 3;
 
   // The REST URL for accessing the resource. An HTTP `GET` request using this
@@ -213,8 +212,8 @@ message Resource {
   // Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
   // for more information.
   //
-  // For {{gcp_name}} assets, this value is the parent resource defined in the
-  // [{{iam_name_short}} policy
+  // For Google Cloud assets, this value is the parent resource defined in the
+  // [Cloud IAM policy
   // hierarchy](https://cloud.google.com/iam/docs/overview#policy_hierarchy).
   // Example:
   // `//cloudresourcemanager.googleapis.com/projects/my_project_123`
@@ -226,7 +225,7 @@ message Resource {
   // and may not be present.
   google.protobuf.Struct data = 6;
 
-  // The location of the resource in {{gcp_name}}, such as its zone and region.
+  // The location of the resource in Google Cloud, such as its zone and region.
   // For more information, see https://cloud.google.com/about/locations/.
   string location = 8;
 }
@@ -267,13 +266,12 @@ message RelationshipAttributes {
   string action = 3;
 }
 
-// An asset identifier in {{gcp_name}} which contains its name, type and
-// ancestors. An asset can be any resource in the {{gcp_name}}
-// [resource
+// An asset identifier in Google Cloud which contains its name, type and
+// ancestors. An asset can be any resource in the Google Cloud [resource
 // hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy),
-// a resource outside the {{gcp_name}} resource hierarchy (such as
-// {{container_name}} clusters and objects), or a policy (e.g.
-// {{iam_name_short}} policy). See [Supported asset
+// a resource outside the Google Cloud resource hierarchy (such as Google
+// Kubernetes Engine clusters and objects), or a policy (e.g. Cloud IAM policy).
+// See [Supported asset
 // types](https://cloud.google.com/asset-inventory/docs/supported-asset-types)
 // for more information.
 message RelatedAsset {
@@ -284,8 +282,8 @@ message RelatedAsset {
   // names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
   // for more information.
   string asset = 1 [(google.api.resource_reference) = {
-    type: "cloudasset.googleapis.com/Asset"
-  }];
+                      type: "cloudasset.googleapis.com/Asset"
+                    }];
 
   // The type of the asset. Example: `compute.googleapis.com/Disk`
   //
@@ -294,7 +292,7 @@ message RelatedAsset {
   // for more information.
   string asset_type = 2;
 
-  // The ancestors of an asset in {{gcp_name}} [resource
+  // The ancestors of an asset in Google Cloud [resource
   // hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy),
   // represented as a list of relative resource names. An ancestry path starts
   // with the closest ancestor in the hierarchy and ends at root.
@@ -312,7 +310,7 @@ message RelatedAsset {
 message ResourceSearchResult {
   // The full resource name of this resource. Example:
   // `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
-  // See [{{cai_name}} Resource Name
+  // See [Cloud Asset Inventory Resource Name
   // Format](https://cloud.google.com/asset-inventory/docs/resource-name-format)
   // for more information.
   //
@@ -391,8 +389,7 @@ message ResourceSearchResult {
   // * Use a free text query. Example: `us-west*`
   string location = 6;
 
-  // Labels associated with this resource. See
-  // [Labelling and grouping {{gcp_name}}
+  // Labels associated with this resource. See [Labelling and grouping GCP
   // resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
   // for more information. This field is available only when the resource's
   // Protobuf contains it.
@@ -407,8 +404,7 @@ message ResourceSearchResult {
   map labels = 7;
 
   // Network tags associated with this resource. Like labels, network tags are a
-  // type of annotations used to group {{gcp_name}} resources. See
-  // [Labelling {{gcp_name}}
+  // type of annotations used to group GCP resources. See [Labelling GCP
   // resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
   // for more information. This field is available only when the resource's
   // Protobuf contains it.
@@ -419,16 +415,16 @@ message ResourceSearchResult {
   // * Use a free text query. Example: `internal`
   repeated string network_tags = 8;
 
-  // The {{kms_name_short}}
+  // The Cloud KMS
   // [CryptoKey](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys)
   // name or
   // [CryptoKeyVersion](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys.cryptoKeyVersions)
   // name.
   //
   // This field only presents for the purpose of backward compatibility. Please
-  // use the `kms_keys` field to retrieve {{kms_name_short}} key information.
-  // This field is available only when the resource's Protobuf contains it and
-  // will only be populated for [these resource
+  // use the `kms_keys` field to retrieve KMS key information. This field is
+  // available only when the resource's Protobuf contains it and will only be
+  // populated for [these resource
   // types](https://cloud.google.com/asset-inventory/docs/legacy-field-names#resource_types_with_the_to_be_deprecated_kmskey_field)
   // for backward compatible purposes.
   //
@@ -438,7 +434,7 @@ message ResourceSearchResult {
   // * Use a free text query. Example: `key`
   string kms_key = 10 [deprecated = true];
 
-  // The {{kms_name_short}}
+  // The Cloud KMS
   // [CryptoKey](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys)
   // names or
   // [CryptoKeyVersion](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys.cryptoKeyVersions)
@@ -489,8 +485,8 @@ message ResourceSearchResult {
   // SUSPENDING, SUSPENDED, REPAIRING, and TERMINATED. See `status` definition
   // in [API
   // Reference](https://cloud.google.com/compute/docs/reference/rest/v1/instances).
-  // If the resource is a project provided by {{crm_name}}, its state will
-  // include LIFECYCLE_STATE_UNSPECIFIED, ACTIVE, DELETE_REQUESTED and
+  // If the resource is a project provided by Cloud Resource Manager, its state
+  // will include LIFECYCLE_STATE_UNSPECIFIED, ACTIVE, DELETE_REQUESTED and
   // DELETE_IN_PROGRESS. See `lifecycleState` definition in [API
   // Reference](https://cloud.google.com/resource-manager/reference/rest/v1/projects).
   //
@@ -504,15 +500,15 @@ message ResourceSearchResult {
   // vary from one resource type to another. Examples: `projectId` for Project,
   // `dnsName` for DNS ManagedZone. This field contains a subset of the resource
   // metadata fields that are returned by the List or Get APIs provided by the
-  // corresponding {{gcp_name}} service (e.g., Compute Engine). see
-  // [API references and supported searchable
+  // corresponding GCP service (e.g., Compute Engine). see [API references and
+  // supported searchable
   // attributes](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types)
   // to see which fields are included.
   //
   // You can search values of these fields through free text search. However,
   // you should not consume the field programically as the field names and
-  // values may change as the {{gcp_name}} service updates to a new incompatible
-  // API version.
+  // values may change as the GCP service updates to a new incompatible API
+  // version.
   //
   // To search against the `additional_attributes`:
   //
@@ -664,12 +660,11 @@ message RelatedResource {
   string full_resource_name = 2;
 }
 
-// A result of {{iam_name_short}} Policy search, containing information of an
-// {{iam_name_short}} policy.
+// A result of IAM Policy search, containing information of an IAM policy.
 message IamPolicySearchResult {
-  // Explanation about the {{iam_name_short}} policy search result.
+  // Explanation about the IAM policy search result.
   message Explanation {
-    // {{iam_name_short}} permissions
+    // IAM permissions
     message Permissions {
       // A list of permissions. A sample permission string: `compute.disk.get`.
       repeated string permissions = 1;
@@ -685,10 +680,10 @@ message IamPolicySearchResult {
     map matched_permissions = 1;
   }
 
-  // The full resource name of the resource associated with this
-  // {{iam_name_short}} policy. Example:
+  // The full resource name of the resource associated with this IAM policy.
+  // Example:
   // `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
-  // See [{{cai_name}} Resource Name
+  // See [Cloud Asset Inventory Resource Name
   // Format](https://cloud.google.com/asset-inventory/docs/resource-name-format)
   // for more information.
   //
@@ -697,8 +692,7 @@ message IamPolicySearchResult {
   // * use a field query. Example: `resource:organizations/123`
   string resource = 1;
 
-  // The type of the resource associated with this {{iam_name_short}} policy.
-  // Example:
+  // The type of the resource associated with this IAM policy. Example:
   // `compute.googleapis.com/Disk`.
   //
   // To search against the `asset_type`:
@@ -706,21 +700,19 @@ message IamPolicySearchResult {
   // * specify the `asset_types` field in your search request.
   string asset_type = 5;
 
-  // The project that the associated {{gcp_name}} resource belongs to, in the
-  // form of projects/{PROJECT_NUMBER}. If an {{iam_name_short}} policy is set
-  // on a resource (like VM instance, {{storage_name}} bucket), the project
-  // field will indicate the project that contains the resource. If an
-  // {{iam_name_short}} policy is set on a folder or orgnization, this field
-  // will be empty.
+  // The project that the associated GCP resource belongs to, in the form of
+  // projects/{PROJECT_NUMBER}. If an IAM policy is set on a resource (like VM
+  // instance, Cloud Storage bucket), the project field will indicate the
+  // project that contains the resource. If an IAM policy is set on a folder or
+  // orgnization, this field will be empty.
   //
   // To search against the `project`:
   //
   // * specify the `scope` field as this project in your search request.
   string project = 2;
 
-  // The folder(s) that the {{iam_name_short}} policy belongs to, in the form of
-  // folders/{FOLDER_NUMBER}. This field is available when the
-  // {{iam_name_short}} policy
+  // The folder(s) that the IAM policy belongs to, in the form of
+  // folders/{FOLDER_NUMBER}. This field is available when the IAM policy
   // belongs to one or more folders.
   //
   // To search against `folders`:
@@ -730,9 +722,9 @@ message IamPolicySearchResult {
   // * specify the `scope` field as this folder in your search request.
   repeated string folders = 6;
 
-  // The organization that the {{iam_name_short}} policy belongs to, in the form
+  // The organization that the IAM policy belongs to, in the form
   // of organizations/{ORGANIZATION_NUMBER}. This field is available when the
-  // {{iam_name_short}} policy belongs to an organization.
+  // IAM policy belongs to an organization.
   //
   // To search against `organization`:
   //
@@ -741,11 +733,10 @@ message IamPolicySearchResult {
   // * specify the `scope` field as this organization in your search request.
   string organization = 7;
 
-  // The {{iam_name_short}} policy directly set on the given resource. Note that
-  // the original {{iam_name_short}} policy can contain multiple bindings. This
-  // only contains the bindings that match the given query. For queries that
-  // don't contain a constrain on policies (e.g., an empty query), this contains
-  // all the bindings.
+  // The IAM policy directly set on the given resource. Note that the original
+  // IAM policy can contain multiple bindings. This only contains the bindings
+  // that match the given query. For queries that don't contain a constrain on
+  // policies (e.g., an empty query), this contains all the bindings.
   //
   // To search against the `policy` bindings:
   //
@@ -758,8 +749,8 @@ message IamPolicySearchResult {
   //       `policy.role.permissions:compute.instances.create`
   google.iam.v1.Policy policy = 3;
 
-  // Explanation about the {{iam_name_short}} policy search result. It contains
-  // additional information to explain why the search result matches the query.
+  // Explanation about the IAM policy search result. It contains additional
+  // information to explain why the search result matches the query.
   Explanation explanation = 4;
 }
 
@@ -801,11 +792,10 @@ message ConditionEvaluation {
   EvaluationValue evaluation_value = 1;
 }
 
-// {{iam_name_short}} Policy analysis result, consisting of one
-// {{iam_name_short}} policy binding and derived
+// IAM Policy analysis result, consisting of one IAM policy binding and derived
 // access control lists.
 message IamPolicyAnalysisResult {
-  // A {{gcp_name}} resource under analysis.
+  // A Google Cloud resource under analysis.
   message Resource {
     // The [full resource
     // name](https://cloud.google.com/asset-inventory/docs/resource-name-format)
@@ -815,7 +805,7 @@ message IamPolicyAnalysisResult {
     IamPolicyAnalysisState analysis_state = 2;
   }
 
-  // An {{iam_name_short}} role or permission under analysis.
+  // An IAM role or permission under analysis.
   message Access {
     oneof oneof_access {
       // The role.
@@ -832,7 +822,7 @@ message IamPolicyAnalysisResult {
   // An identity under analysis.
   message Identity {
     // The identity name in any form of members appear in
-    // [{{iam_name_short}} policy
+    // [IAM policy
     // binding](https://cloud.google.com/iam/reference/rest/v1/Binding), such
     // as:
     // - user:foo@google.com
@@ -859,16 +849,15 @@ message IamPolicyAnalysisResult {
     string target_node = 2;
   }
 
-  // An access control list, derived from the above {{iam_name_short}} policy
-  // binding, which contains a set of resources and accesses. May include one
+  // An access control list, derived from the above IAM policy binding, which
+  // contains a set of resources and accesses. May include one
   // item from each set to compose an access control entry.
   //
-  // NOTICE that there could be multiple access control lists for one
-  // {{iam_name_short}} policy binding. The access control lists are created
-  // based on resource and access combinations.
+  // NOTICE that there could be multiple access control lists for one IAM policy
+  // binding. The access control lists are created based on resource and access
+  // combinations.
   //
-  // For example, assume we have the following cases in one
-  // {{iam_name_short}} policy binding:
+  // For example, assume we have the following cases in one IAM policy binding:
   // - Permission P1 and P2 apply to resource R1 and R2;
   // - Permission P3 applies to resource R2 and R3;
   //
@@ -887,16 +876,14 @@ message IamPolicyAnalysisResult {
     repeated Access accesses = 2;
 
     // Resource edges of the graph starting from the policy attached
-    // resource to any descendant resources. The
-    // [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
-    // contains the full resource name of a parent resource and
-    // [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
+    // resource to any descendant resources. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node] contains
+    // the full resource name of a parent resource and [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
     // contains the full resource name of a child resource. This field is
     // present only if the output_resource_edges option is enabled in request.
     repeated Edge resource_edges = 3;
 
     // Condition evaluation for this AccessControlList, if there is a condition
-    // defined in the above {{iam_name_short}} policy binding.
+    // defined in the above IAM policy binding.
     ConditionEvaluation condition_evaluation = 4;
   }
 
@@ -909,41 +896,32 @@ message IamPolicyAnalysisResult {
     repeated Identity identities = 1;
 
     // Group identity edges of the graph starting from the binding's
-    // group members to any node of the
-    // [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities].
-    // The
-    // [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
+    // group members to any node of the [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities]. The [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
     // contains a group, such as `group:parent@google.com`. The
-    // [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node]
-    // contains a member of the group, such as `group:child@google.com` or
-    // `user:foo@google.com`. This field is present only if the
-    // output_group_edges option is enabled in request.
+    // [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.target_node] contains a member of the group,
+    // such as `group:child@google.com` or `user:foo@google.com`.
+    // This field is present only if the output_group_edges option is enabled in
+    // request.
     repeated Edge group_edges = 2;
   }
 
   // The [full resource
   // name](https://cloud.google.com/asset-inventory/docs/resource-name-format)
-  // of the resource to which the
-  // [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-  // policy attaches.
+  // of the resource to which the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] policy attaches.
   string attached_resource_full_name = 1;
 
-  // The {{iam_name_short}} policy binding under analysis.
+  // The Cloud IAM policy binding under analysis.
   google.iam.v1.Binding iam_binding = 2;
 
-  // The access control lists derived from the
-  // [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-  // that match or potentially match resource and access selectors specified in
-  // the request.
+  // The access control lists derived from the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] that match or
+  // potentially match resource and access selectors specified in the request.
   repeated AccessControlList access_control_lists = 3;
 
-  // The identity list derived from members of the
-  // [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-  // that match or potentially match identity selector specified in the request.
+  // The identity list derived from members of the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] that match or
+  // potentially match identity selector specified in the request.
   IdentityList identity_list = 4;
 
-  // Represents whether all analyses on the
-  // [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
-  // have successfully finished.
+  // Represents whether all analyses on the [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding] have successfully
+  // finished.
   bool fully_explored = 5;
 }
diff --git a/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/IamPolicySearchResult.java b/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/IamPolicySearchResult.java
index 0f9150e4eaba..42810c37d273 100644
--- a/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/IamPolicySearchResult.java
+++ b/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/IamPolicySearchResult.java
@@ -22,7 +22,7 @@
  *
  *
  * 
- * The result for a {{iam_name_short}} Policy search.
+ * The result for a IAM Policy search.
  * 
* * Protobuf type {@code google.cloud.asset.v1p1beta1.IamPolicySearchResult} @@ -163,7 +163,7 @@ com.google.cloud.asset.v1p1beta1.Permissions getMatchedPermissionsOrDefault( * * *
-   * Explanation about the {{iam_name_short}} policy search result.
+   * Explanation about the IAM policy search result.
    * 
* * Protobuf type {@code google.cloud.asset.v1p1beta1.IamPolicySearchResult.Explanation} @@ -529,7 +529,7 @@ protected Builder newBuilderForType( * * *
-     * Explanation about the {{iam_name_short}} policy search result.
+     * Explanation about the IAM policy search result.
      * 
* * Protobuf type {@code google.cloud.asset.v1p1beta1.IamPolicySearchResult.Explanation} @@ -1016,7 +1016,7 @@ public com.google.protobuf.Parser getParserForType() { *
    * The [full resource
    * name](https://cloud.google.com/apis/design/resource_names#full_resource_name)
-   * of the resource associated with this {{iam_name_short}} policy.
+   * of the resource associated with this IAM policy.
    * 
* * string resource = 1; @@ -1041,7 +1041,7 @@ public java.lang.String getResource() { *
    * The [full resource
    * name](https://cloud.google.com/apis/design/resource_names#full_resource_name)
-   * of the resource associated with this {{iam_name_short}} policy.
+   * of the resource associated with this IAM policy.
    * 
* * string resource = 1; @@ -1067,12 +1067,11 @@ public com.google.protobuf.ByteString getResourceBytes() { * * *
-   * The project that the associated {{gcp_name}} resource belongs to, in the
-   * form of `projects/{project_number}`. If an {{iam_name_short}} policy is set
-   * on a resource (like VM instance, {{storage_name}} bucket), the project
-   * field will indicate the project that contains the resource. If an
-   * {{iam_name_short}} policy is set on a folder or orgnization, the project
-   * field will be empty.
+   * The project that the associated GCP resource belongs to, in the form of
+   * `projects/{project_number}`. If an IAM policy is set on a resource (like VM
+   * instance, Cloud Storage bucket), the project field will indicate the
+   * project that contains the resource. If an IAM policy is set on a folder or
+   * orgnization, the project field will be empty.
    * 
* * string project = 3; @@ -1095,12 +1094,11 @@ public java.lang.String getProject() { * * *
-   * The project that the associated {{gcp_name}} resource belongs to, in the
-   * form of `projects/{project_number}`. If an {{iam_name_short}} policy is set
-   * on a resource (like VM instance, {{storage_name}} bucket), the project
-   * field will indicate the project that contains the resource. If an
-   * {{iam_name_short}} policy is set on a folder or orgnization, the project
-   * field will be empty.
+   * The project that the associated GCP resource belongs to, in the form of
+   * `projects/{project_number}`. If an IAM policy is set on a resource (like VM
+   * instance, Cloud Storage bucket), the project field will indicate the
+   * project that contains the resource. If an IAM policy is set on a folder or
+   * orgnization, the project field will be empty.
    * 
* * string project = 3; @@ -1126,11 +1124,10 @@ public com.google.protobuf.ByteString getProjectBytes() { * * *
-   * The {{iam_name_short}} policy directly set on the given resource. Note that
-   * the original {{iam_name_short}} policy can contain multiple bindings. This
-   * only contains the bindings that match the given query. For queries that
-   * don't contain a constrain on policies (e.g. an empty query), this contains
-   * all the bindings.
+   * The IAM policy directly set on the given resource. Note that the original
+   * IAM policy can contain multiple bindings. This only contains the bindings
+   * that match the given query. For queries that don't contain a constrain on
+   * policies (e.g. an empty query), this contains all the bindings.
    * 
* * .google.iam.v1.Policy policy = 4; @@ -1145,11 +1142,10 @@ public boolean hasPolicy() { * * *
-   * The {{iam_name_short}} policy directly set on the given resource. Note that
-   * the original {{iam_name_short}} policy can contain multiple bindings. This
-   * only contains the bindings that match the given query. For queries that
-   * don't contain a constrain on policies (e.g. an empty query), this contains
-   * all the bindings.
+   * The IAM policy directly set on the given resource. Note that the original
+   * IAM policy can contain multiple bindings. This only contains the bindings
+   * that match the given query. For queries that don't contain a constrain on
+   * policies (e.g. an empty query), this contains all the bindings.
    * 
* * .google.iam.v1.Policy policy = 4; @@ -1164,11 +1160,10 @@ public com.google.iam.v1.Policy getPolicy() { * * *
-   * The {{iam_name_short}} policy directly set on the given resource. Note that
-   * the original {{iam_name_short}} policy can contain multiple bindings. This
-   * only contains the bindings that match the given query. For queries that
-   * don't contain a constrain on policies (e.g. an empty query), this contains
-   * all the bindings.
+   * The IAM policy directly set on the given resource. Note that the original
+   * IAM policy can contain multiple bindings. This only contains the bindings
+   * that match the given query. For queries that don't contain a constrain on
+   * policies (e.g. an empty query), this contains all the bindings.
    * 
* * .google.iam.v1.Policy policy = 4; @@ -1184,8 +1179,8 @@ public com.google.iam.v1.PolicyOrBuilder getPolicyOrBuilder() { * * *
-   * Explanation about the {{iam_name_short}} policy search result. It contains
-   * additional information to explain why the search result matches the query.
+   * Explanation about the IAM policy search result. It contains additional
+   * information to explain why the search result matches the query.
    * 
* * .google.cloud.asset.v1p1beta1.IamPolicySearchResult.Explanation explanation = 5; @@ -1200,8 +1195,8 @@ public boolean hasExplanation() { * * *
-   * Explanation about the {{iam_name_short}} policy search result. It contains
-   * additional information to explain why the search result matches the query.
+   * Explanation about the IAM policy search result. It contains additional
+   * information to explain why the search result matches the query.
    * 
* * .google.cloud.asset.v1p1beta1.IamPolicySearchResult.Explanation explanation = 5; @@ -1218,8 +1213,8 @@ public com.google.cloud.asset.v1p1beta1.IamPolicySearchResult.Explanation getExp * * *
-   * Explanation about the {{iam_name_short}} policy search result. It contains
-   * additional information to explain why the search result matches the query.
+   * Explanation about the IAM policy search result. It contains additional
+   * information to explain why the search result matches the query.
    * 
* * .google.cloud.asset.v1p1beta1.IamPolicySearchResult.Explanation explanation = 5; @@ -1431,7 +1426,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * The result for a {{iam_name_short}} Policy search.
+   * The result for a IAM Policy search.
    * 
* * Protobuf type {@code google.cloud.asset.v1p1beta1.IamPolicySearchResult} @@ -1658,7 +1653,7 @@ public Builder mergeFrom( *
      * The [full resource
      * name](https://cloud.google.com/apis/design/resource_names#full_resource_name)
-     * of the resource associated with this {{iam_name_short}} policy.
+     * of the resource associated with this IAM policy.
      * 
* * string resource = 1; @@ -1682,7 +1677,7 @@ public java.lang.String getResource() { *
      * The [full resource
      * name](https://cloud.google.com/apis/design/resource_names#full_resource_name)
-     * of the resource associated with this {{iam_name_short}} policy.
+     * of the resource associated with this IAM policy.
      * 
* * string resource = 1; @@ -1706,7 +1701,7 @@ public com.google.protobuf.ByteString getResourceBytes() { *
      * The [full resource
      * name](https://cloud.google.com/apis/design/resource_names#full_resource_name)
-     * of the resource associated with this {{iam_name_short}} policy.
+     * of the resource associated with this IAM policy.
      * 
* * string resource = 1; @@ -1729,7 +1724,7 @@ public Builder setResource(java.lang.String value) { *
      * The [full resource
      * name](https://cloud.google.com/apis/design/resource_names#full_resource_name)
-     * of the resource associated with this {{iam_name_short}} policy.
+     * of the resource associated with this IAM policy.
      * 
* * string resource = 1; @@ -1748,7 +1743,7 @@ public Builder clearResource() { *
      * The [full resource
      * name](https://cloud.google.com/apis/design/resource_names#full_resource_name)
-     * of the resource associated with this {{iam_name_short}} policy.
+     * of the resource associated with this IAM policy.
      * 
* * string resource = 1; @@ -1772,12 +1767,11 @@ public Builder setResourceBytes(com.google.protobuf.ByteString value) { * * *
-     * The project that the associated {{gcp_name}} resource belongs to, in the
-     * form of `projects/{project_number}`. If an {{iam_name_short}} policy is set
-     * on a resource (like VM instance, {{storage_name}} bucket), the project
-     * field will indicate the project that contains the resource. If an
-     * {{iam_name_short}} policy is set on a folder or orgnization, the project
-     * field will be empty.
+     * The project that the associated GCP resource belongs to, in the form of
+     * `projects/{project_number}`. If an IAM policy is set on a resource (like VM
+     * instance, Cloud Storage bucket), the project field will indicate the
+     * project that contains the resource. If an IAM policy is set on a folder or
+     * orgnization, the project field will be empty.
      * 
* * string project = 3; @@ -1799,12 +1793,11 @@ public java.lang.String getProject() { * * *
-     * The project that the associated {{gcp_name}} resource belongs to, in the
-     * form of `projects/{project_number}`. If an {{iam_name_short}} policy is set
-     * on a resource (like VM instance, {{storage_name}} bucket), the project
-     * field will indicate the project that contains the resource. If an
-     * {{iam_name_short}} policy is set on a folder or orgnization, the project
-     * field will be empty.
+     * The project that the associated GCP resource belongs to, in the form of
+     * `projects/{project_number}`. If an IAM policy is set on a resource (like VM
+     * instance, Cloud Storage bucket), the project field will indicate the
+     * project that contains the resource. If an IAM policy is set on a folder or
+     * orgnization, the project field will be empty.
      * 
* * string project = 3; @@ -1826,12 +1819,11 @@ public com.google.protobuf.ByteString getProjectBytes() { * * *
-     * The project that the associated {{gcp_name}} resource belongs to, in the
-     * form of `projects/{project_number}`. If an {{iam_name_short}} policy is set
-     * on a resource (like VM instance, {{storage_name}} bucket), the project
-     * field will indicate the project that contains the resource. If an
-     * {{iam_name_short}} policy is set on a folder or orgnization, the project
-     * field will be empty.
+     * The project that the associated GCP resource belongs to, in the form of
+     * `projects/{project_number}`. If an IAM policy is set on a resource (like VM
+     * instance, Cloud Storage bucket), the project field will indicate the
+     * project that contains the resource. If an IAM policy is set on a folder or
+     * orgnization, the project field will be empty.
      * 
* * string project = 3; @@ -1852,12 +1844,11 @@ public Builder setProject(java.lang.String value) { * * *
-     * The project that the associated {{gcp_name}} resource belongs to, in the
-     * form of `projects/{project_number}`. If an {{iam_name_short}} policy is set
-     * on a resource (like VM instance, {{storage_name}} bucket), the project
-     * field will indicate the project that contains the resource. If an
-     * {{iam_name_short}} policy is set on a folder or orgnization, the project
-     * field will be empty.
+     * The project that the associated GCP resource belongs to, in the form of
+     * `projects/{project_number}`. If an IAM policy is set on a resource (like VM
+     * instance, Cloud Storage bucket), the project field will indicate the
+     * project that contains the resource. If an IAM policy is set on a folder or
+     * orgnization, the project field will be empty.
      * 
* * string project = 3; @@ -1874,12 +1865,11 @@ public Builder clearProject() { * * *
-     * The project that the associated {{gcp_name}} resource belongs to, in the
-     * form of `projects/{project_number}`. If an {{iam_name_short}} policy is set
-     * on a resource (like VM instance, {{storage_name}} bucket), the project
-     * field will indicate the project that contains the resource. If an
-     * {{iam_name_short}} policy is set on a folder or orgnization, the project
-     * field will be empty.
+     * The project that the associated GCP resource belongs to, in the form of
+     * `projects/{project_number}`. If an IAM policy is set on a resource (like VM
+     * instance, Cloud Storage bucket), the project field will indicate the
+     * project that contains the resource. If an IAM policy is set on a folder or
+     * orgnization, the project field will be empty.
      * 
* * string project = 3; @@ -1908,11 +1898,10 @@ public Builder setProjectBytes(com.google.protobuf.ByteString value) { * * *
-     * The {{iam_name_short}} policy directly set on the given resource. Note that
-     * the original {{iam_name_short}} policy can contain multiple bindings. This
-     * only contains the bindings that match the given query. For queries that
-     * don't contain a constrain on policies (e.g. an empty query), this contains
-     * all the bindings.
+     * The IAM policy directly set on the given resource. Note that the original
+     * IAM policy can contain multiple bindings. This only contains the bindings
+     * that match the given query. For queries that don't contain a constrain on
+     * policies (e.g. an empty query), this contains all the bindings.
      * 
* * .google.iam.v1.Policy policy = 4; @@ -1926,11 +1915,10 @@ public boolean hasPolicy() { * * *
-     * The {{iam_name_short}} policy directly set on the given resource. Note that
-     * the original {{iam_name_short}} policy can contain multiple bindings. This
-     * only contains the bindings that match the given query. For queries that
-     * don't contain a constrain on policies (e.g. an empty query), this contains
-     * all the bindings.
+     * The IAM policy directly set on the given resource. Note that the original
+     * IAM policy can contain multiple bindings. This only contains the bindings
+     * that match the given query. For queries that don't contain a constrain on
+     * policies (e.g. an empty query), this contains all the bindings.
      * 
* * .google.iam.v1.Policy policy = 4; @@ -1948,11 +1936,10 @@ public com.google.iam.v1.Policy getPolicy() { * * *
-     * The {{iam_name_short}} policy directly set on the given resource. Note that
-     * the original {{iam_name_short}} policy can contain multiple bindings. This
-     * only contains the bindings that match the given query. For queries that
-     * don't contain a constrain on policies (e.g. an empty query), this contains
-     * all the bindings.
+     * The IAM policy directly set on the given resource. Note that the original
+     * IAM policy can contain multiple bindings. This only contains the bindings
+     * that match the given query. For queries that don't contain a constrain on
+     * policies (e.g. an empty query), this contains all the bindings.
      * 
* * .google.iam.v1.Policy policy = 4; @@ -1974,11 +1961,10 @@ public Builder setPolicy(com.google.iam.v1.Policy value) { * * *
-     * The {{iam_name_short}} policy directly set on the given resource. Note that
-     * the original {{iam_name_short}} policy can contain multiple bindings. This
-     * only contains the bindings that match the given query. For queries that
-     * don't contain a constrain on policies (e.g. an empty query), this contains
-     * all the bindings.
+     * The IAM policy directly set on the given resource. Note that the original
+     * IAM policy can contain multiple bindings. This only contains the bindings
+     * that match the given query. For queries that don't contain a constrain on
+     * policies (e.g. an empty query), this contains all the bindings.
      * 
* * .google.iam.v1.Policy policy = 4; @@ -1997,11 +1983,10 @@ public Builder setPolicy(com.google.iam.v1.Policy.Builder builderForValue) { * * *
-     * The {{iam_name_short}} policy directly set on the given resource. Note that
-     * the original {{iam_name_short}} policy can contain multiple bindings. This
-     * only contains the bindings that match the given query. For queries that
-     * don't contain a constrain on policies (e.g. an empty query), this contains
-     * all the bindings.
+     * The IAM policy directly set on the given resource. Note that the original
+     * IAM policy can contain multiple bindings. This only contains the bindings
+     * that match the given query. For queries that don't contain a constrain on
+     * policies (e.g. an empty query), this contains all the bindings.
      * 
* * .google.iam.v1.Policy policy = 4; @@ -2024,11 +2009,10 @@ public Builder mergePolicy(com.google.iam.v1.Policy value) { * * *
-     * The {{iam_name_short}} policy directly set on the given resource. Note that
-     * the original {{iam_name_short}} policy can contain multiple bindings. This
-     * only contains the bindings that match the given query. For queries that
-     * don't contain a constrain on policies (e.g. an empty query), this contains
-     * all the bindings.
+     * The IAM policy directly set on the given resource. Note that the original
+     * IAM policy can contain multiple bindings. This only contains the bindings
+     * that match the given query. For queries that don't contain a constrain on
+     * policies (e.g. an empty query), this contains all the bindings.
      * 
* * .google.iam.v1.Policy policy = 4; @@ -2048,11 +2032,10 @@ public Builder clearPolicy() { * * *
-     * The {{iam_name_short}} policy directly set on the given resource. Note that
-     * the original {{iam_name_short}} policy can contain multiple bindings. This
-     * only contains the bindings that match the given query. For queries that
-     * don't contain a constrain on policies (e.g. an empty query), this contains
-     * all the bindings.
+     * The IAM policy directly set on the given resource. Note that the original
+     * IAM policy can contain multiple bindings. This only contains the bindings
+     * that match the given query. For queries that don't contain a constrain on
+     * policies (e.g. an empty query), this contains all the bindings.
      * 
* * .google.iam.v1.Policy policy = 4; @@ -2066,11 +2049,10 @@ public com.google.iam.v1.Policy.Builder getPolicyBuilder() { * * *
-     * The {{iam_name_short}} policy directly set on the given resource. Note that
-     * the original {{iam_name_short}} policy can contain multiple bindings. This
-     * only contains the bindings that match the given query. For queries that
-     * don't contain a constrain on policies (e.g. an empty query), this contains
-     * all the bindings.
+     * The IAM policy directly set on the given resource. Note that the original
+     * IAM policy can contain multiple bindings. This only contains the bindings
+     * that match the given query. For queries that don't contain a constrain on
+     * policies (e.g. an empty query), this contains all the bindings.
      * 
* * .google.iam.v1.Policy policy = 4; @@ -2086,11 +2068,10 @@ public com.google.iam.v1.PolicyOrBuilder getPolicyOrBuilder() { * * *
-     * The {{iam_name_short}} policy directly set on the given resource. Note that
-     * the original {{iam_name_short}} policy can contain multiple bindings. This
-     * only contains the bindings that match the given query. For queries that
-     * don't contain a constrain on policies (e.g. an empty query), this contains
-     * all the bindings.
+     * The IAM policy directly set on the given resource. Note that the original
+     * IAM policy can contain multiple bindings. This only contains the bindings
+     * that match the given query. For queries that don't contain a constrain on
+     * policies (e.g. an empty query), this contains all the bindings.
      * 
* * .google.iam.v1.Policy policy = 4; @@ -2121,8 +2102,8 @@ public com.google.iam.v1.PolicyOrBuilder getPolicyOrBuilder() { * * *
-     * Explanation about the {{iam_name_short}} policy search result. It contains
-     * additional information to explain why the search result matches the query.
+     * Explanation about the IAM policy search result. It contains additional
+     * information to explain why the search result matches the query.
      * 
* * .google.cloud.asset.v1p1beta1.IamPolicySearchResult.Explanation explanation = 5; @@ -2136,8 +2117,8 @@ public boolean hasExplanation() { * * *
-     * Explanation about the {{iam_name_short}} policy search result. It contains
-     * additional information to explain why the search result matches the query.
+     * Explanation about the IAM policy search result. It contains additional
+     * information to explain why the search result matches the query.
      * 
* * .google.cloud.asset.v1p1beta1.IamPolicySearchResult.Explanation explanation = 5; @@ -2158,8 +2139,8 @@ public com.google.cloud.asset.v1p1beta1.IamPolicySearchResult.Explanation getExp * * *
-     * Explanation about the {{iam_name_short}} policy search result. It contains
-     * additional information to explain why the search result matches the query.
+     * Explanation about the IAM policy search result. It contains additional
+     * information to explain why the search result matches the query.
      * 
* * .google.cloud.asset.v1p1beta1.IamPolicySearchResult.Explanation explanation = 5; @@ -2182,8 +2163,8 @@ public Builder setExplanation( * * *
-     * Explanation about the {{iam_name_short}} policy search result. It contains
-     * additional information to explain why the search result matches the query.
+     * Explanation about the IAM policy search result. It contains additional
+     * information to explain why the search result matches the query.
      * 
* * .google.cloud.asset.v1p1beta1.IamPolicySearchResult.Explanation explanation = 5; @@ -2204,8 +2185,8 @@ public Builder setExplanation( * * *
-     * Explanation about the {{iam_name_short}} policy search result. It contains
-     * additional information to explain why the search result matches the query.
+     * Explanation about the IAM policy search result. It contains additional
+     * information to explain why the search result matches the query.
      * 
* * .google.cloud.asset.v1p1beta1.IamPolicySearchResult.Explanation explanation = 5; @@ -2233,8 +2214,8 @@ public Builder mergeExplanation( * * *
-     * Explanation about the {{iam_name_short}} policy search result. It contains
-     * additional information to explain why the search result matches the query.
+     * Explanation about the IAM policy search result. It contains additional
+     * information to explain why the search result matches the query.
      * 
* * .google.cloud.asset.v1p1beta1.IamPolicySearchResult.Explanation explanation = 5; @@ -2254,8 +2235,8 @@ public Builder clearExplanation() { * * *
-     * Explanation about the {{iam_name_short}} policy search result. It contains
-     * additional information to explain why the search result matches the query.
+     * Explanation about the IAM policy search result. It contains additional
+     * information to explain why the search result matches the query.
      * 
* * .google.cloud.asset.v1p1beta1.IamPolicySearchResult.Explanation explanation = 5; @@ -2270,8 +2251,8 @@ public Builder clearExplanation() { * * *
-     * Explanation about the {{iam_name_short}} policy search result. It contains
-     * additional information to explain why the search result matches the query.
+     * Explanation about the IAM policy search result. It contains additional
+     * information to explain why the search result matches the query.
      * 
* * .google.cloud.asset.v1p1beta1.IamPolicySearchResult.Explanation explanation = 5; @@ -2291,8 +2272,8 @@ public Builder clearExplanation() { * * *
-     * Explanation about the {{iam_name_short}} policy search result. It contains
-     * additional information to explain why the search result matches the query.
+     * Explanation about the IAM policy search result. It contains additional
+     * information to explain why the search result matches the query.
      * 
* * .google.cloud.asset.v1p1beta1.IamPolicySearchResult.Explanation explanation = 5; diff --git a/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/IamPolicySearchResultOrBuilder.java b/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/IamPolicySearchResultOrBuilder.java index c55761f20a73..908e2372737e 100644 --- a/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/IamPolicySearchResultOrBuilder.java +++ b/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/IamPolicySearchResultOrBuilder.java @@ -29,7 +29,7 @@ public interface IamPolicySearchResultOrBuilder *
    * The [full resource
    * name](https://cloud.google.com/apis/design/resource_names#full_resource_name)
-   * of the resource associated with this {{iam_name_short}} policy.
+   * of the resource associated with this IAM policy.
    * 
* * string resource = 1; @@ -43,7 +43,7 @@ public interface IamPolicySearchResultOrBuilder *
    * The [full resource
    * name](https://cloud.google.com/apis/design/resource_names#full_resource_name)
-   * of the resource associated with this {{iam_name_short}} policy.
+   * of the resource associated with this IAM policy.
    * 
* * string resource = 1; @@ -56,12 +56,11 @@ public interface IamPolicySearchResultOrBuilder * * *
-   * The project that the associated {{gcp_name}} resource belongs to, in the
-   * form of `projects/{project_number}`. If an {{iam_name_short}} policy is set
-   * on a resource (like VM instance, {{storage_name}} bucket), the project
-   * field will indicate the project that contains the resource. If an
-   * {{iam_name_short}} policy is set on a folder or orgnization, the project
-   * field will be empty.
+   * The project that the associated GCP resource belongs to, in the form of
+   * `projects/{project_number}`. If an IAM policy is set on a resource (like VM
+   * instance, Cloud Storage bucket), the project field will indicate the
+   * project that contains the resource. If an IAM policy is set on a folder or
+   * orgnization, the project field will be empty.
    * 
* * string project = 3; @@ -73,12 +72,11 @@ public interface IamPolicySearchResultOrBuilder * * *
-   * The project that the associated {{gcp_name}} resource belongs to, in the
-   * form of `projects/{project_number}`. If an {{iam_name_short}} policy is set
-   * on a resource (like VM instance, {{storage_name}} bucket), the project
-   * field will indicate the project that contains the resource. If an
-   * {{iam_name_short}} policy is set on a folder or orgnization, the project
-   * field will be empty.
+   * The project that the associated GCP resource belongs to, in the form of
+   * `projects/{project_number}`. If an IAM policy is set on a resource (like VM
+   * instance, Cloud Storage bucket), the project field will indicate the
+   * project that contains the resource. If an IAM policy is set on a folder or
+   * orgnization, the project field will be empty.
    * 
* * string project = 3; @@ -91,11 +89,10 @@ public interface IamPolicySearchResultOrBuilder * * *
-   * The {{iam_name_short}} policy directly set on the given resource. Note that
-   * the original {{iam_name_short}} policy can contain multiple bindings. This
-   * only contains the bindings that match the given query. For queries that
-   * don't contain a constrain on policies (e.g. an empty query), this contains
-   * all the bindings.
+   * The IAM policy directly set on the given resource. Note that the original
+   * IAM policy can contain multiple bindings. This only contains the bindings
+   * that match the given query. For queries that don't contain a constrain on
+   * policies (e.g. an empty query), this contains all the bindings.
    * 
* * .google.iam.v1.Policy policy = 4; @@ -107,11 +104,10 @@ public interface IamPolicySearchResultOrBuilder * * *
-   * The {{iam_name_short}} policy directly set on the given resource. Note that
-   * the original {{iam_name_short}} policy can contain multiple bindings. This
-   * only contains the bindings that match the given query. For queries that
-   * don't contain a constrain on policies (e.g. an empty query), this contains
-   * all the bindings.
+   * The IAM policy directly set on the given resource. Note that the original
+   * IAM policy can contain multiple bindings. This only contains the bindings
+   * that match the given query. For queries that don't contain a constrain on
+   * policies (e.g. an empty query), this contains all the bindings.
    * 
* * .google.iam.v1.Policy policy = 4; @@ -123,11 +119,10 @@ public interface IamPolicySearchResultOrBuilder * * *
-   * The {{iam_name_short}} policy directly set on the given resource. Note that
-   * the original {{iam_name_short}} policy can contain multiple bindings. This
-   * only contains the bindings that match the given query. For queries that
-   * don't contain a constrain on policies (e.g. an empty query), this contains
-   * all the bindings.
+   * The IAM policy directly set on the given resource. Note that the original
+   * IAM policy can contain multiple bindings. This only contains the bindings
+   * that match the given query. For queries that don't contain a constrain on
+   * policies (e.g. an empty query), this contains all the bindings.
    * 
* * .google.iam.v1.Policy policy = 4; @@ -138,8 +133,8 @@ public interface IamPolicySearchResultOrBuilder * * *
-   * Explanation about the {{iam_name_short}} policy search result. It contains
-   * additional information to explain why the search result matches the query.
+   * Explanation about the IAM policy search result. It contains additional
+   * information to explain why the search result matches the query.
    * 
* * .google.cloud.asset.v1p1beta1.IamPolicySearchResult.Explanation explanation = 5; @@ -151,8 +146,8 @@ public interface IamPolicySearchResultOrBuilder * * *
-   * Explanation about the {{iam_name_short}} policy search result. It contains
-   * additional information to explain why the search result matches the query.
+   * Explanation about the IAM policy search result. It contains additional
+   * information to explain why the search result matches the query.
    * 
* * .google.cloud.asset.v1p1beta1.IamPolicySearchResult.Explanation explanation = 5; @@ -164,8 +159,8 @@ public interface IamPolicySearchResultOrBuilder * * *
-   * Explanation about the {{iam_name_short}} policy search result. It contains
-   * additional information to explain why the search result matches the query.
+   * Explanation about the IAM policy search result. It contains additional
+   * information to explain why the search result matches the query.
    * 
* * .google.cloud.asset.v1p1beta1.IamPolicySearchResult.Explanation explanation = 5; diff --git a/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/Permissions.java b/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/Permissions.java index 7f1963ad9618..8d6661e4db3a 100644 --- a/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/Permissions.java +++ b/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/Permissions.java @@ -22,7 +22,7 @@ * * *
- * {{iam_name_short}} permissions
+ * IAM permissions
  * 
* * Protobuf type {@code google.cloud.asset.v1p1beta1.Permissions} @@ -298,7 +298,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * {{iam_name_short}} permissions
+   * IAM permissions
    * 
* * Protobuf type {@code google.cloud.asset.v1p1beta1.Permissions} diff --git a/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/SearchAllIamPoliciesRequest.java b/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/SearchAllIamPoliciesRequest.java index 5083bbe67aa4..c87b27cc8ac5 100644 --- a/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/SearchAllIamPoliciesRequest.java +++ b/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/SearchAllIamPoliciesRequest.java @@ -22,7 +22,7 @@ * * *
- * Search all {{iam_name_short}} policies request.
+ * Search all IAM policies request.
  * 
* * Protobuf type {@code google.cloud.asset.v1p1beta1.SearchAllIamPoliciesRequest} @@ -75,8 +75,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The relative name of an asset. The search is limited to the
-   * resources within the `scope`. The allowed value must be:
+   * Required. The relative name of an asset. The search is limited to the resources
+   * within the `scope`. The allowed value must be:
    * * Organization number (such as "organizations/123")
    * * Folder number(such as "folders/1234")
    * * Project number (such as "projects/12345")
@@ -103,8 +103,8 @@ public java.lang.String getScope() {
    *
    *
    * 
-   * Required. The relative name of an asset. The search is limited to the
-   * resources within the `scope`. The allowed value must be:
+   * Required. The relative name of an asset. The search is limited to the resources
+   * within the `scope`. The allowed value must be:
    * * Organization number (such as "organizations/123")
    * * Folder number(such as "folders/1234")
    * * Project number (such as "projects/12345")
@@ -189,11 +189,10 @@ public com.google.protobuf.ByteString getQueryBytes() {
    *
    *
    * 
-   * Optional. The page size for search result pagination. Page size is capped
-   * at 500 even if a larger value is given. If set to zero, server will pick an
-   * appropriate default. Returned results may be fewer than requested. When
-   * this happens, there could be more results as long as `next_page_token` is
-   * returned.
+   * Optional. The page size for search result pagination. Page size is capped at 500 even
+   * if a larger value is given. If set to zero, server will pick an appropriate
+   * default. Returned results may be fewer than requested. When this happens,
+   * there could be more results as long as `next_page_token` is returned.
    * 
* * int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -211,10 +210,10 @@ public int getPageSize() { * * *
-   * Optional. If present, retrieve the next batch of results from the preceding
-   * call to this method. `page_token` must be the value of `next_page_token`
-   * from the previous response. The values of all other method parameters must
-   * be identical to those in the previous call.
+   * Optional. If present, retrieve the next batch of results from the preceding call to
+   * this method. `page_token` must be the value of `next_page_token` from the
+   * previous response. The values of all other method parameters must be
+   * identical to those in the previous call.
    * 
* * string page_token = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -237,10 +236,10 @@ public java.lang.String getPageToken() { * * *
-   * Optional. If present, retrieve the next batch of results from the preceding
-   * call to this method. `page_token` must be the value of `next_page_token`
-   * from the previous response. The values of all other method parameters must
-   * be identical to those in the previous call.
+   * Optional. If present, retrieve the next batch of results from the preceding call to
+   * this method. `page_token` must be the value of `next_page_token` from the
+   * previous response. The values of all other method parameters must be
+   * identical to those in the previous call.
    * 
* * string page_token = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -451,7 +450,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * Search all {{iam_name_short}} policies request.
+   * Search all IAM policies request.
    * 
* * Protobuf type {@code google.cloud.asset.v1p1beta1.SearchAllIamPoliciesRequest} @@ -663,8 +662,8 @@ public Builder mergeFrom( * * *
-     * Required. The relative name of an asset. The search is limited to the
-     * resources within the `scope`. The allowed value must be:
+     * Required. The relative name of an asset. The search is limited to the resources
+     * within the `scope`. The allowed value must be:
      * * Organization number (such as "organizations/123")
      * * Folder number(such as "folders/1234")
      * * Project number (such as "projects/12345")
@@ -690,8 +689,8 @@ public java.lang.String getScope() {
      *
      *
      * 
-     * Required. The relative name of an asset. The search is limited to the
-     * resources within the `scope`. The allowed value must be:
+     * Required. The relative name of an asset. The search is limited to the resources
+     * within the `scope`. The allowed value must be:
      * * Organization number (such as "organizations/123")
      * * Folder number(such as "folders/1234")
      * * Project number (such as "projects/12345")
@@ -717,8 +716,8 @@ public com.google.protobuf.ByteString getScopeBytes() {
      *
      *
      * 
-     * Required. The relative name of an asset. The search is limited to the
-     * resources within the `scope`. The allowed value must be:
+     * Required. The relative name of an asset. The search is limited to the resources
+     * within the `scope`. The allowed value must be:
      * * Organization number (such as "organizations/123")
      * * Folder number(such as "folders/1234")
      * * Project number (such as "projects/12345")
@@ -743,8 +742,8 @@ public Builder setScope(java.lang.String value) {
      *
      *
      * 
-     * Required. The relative name of an asset. The search is limited to the
-     * resources within the `scope`. The allowed value must be:
+     * Required. The relative name of an asset. The search is limited to the resources
+     * within the `scope`. The allowed value must be:
      * * Organization number (such as "organizations/123")
      * * Folder number(such as "folders/1234")
      * * Project number (such as "projects/12345")
@@ -765,8 +764,8 @@ public Builder clearScope() {
      *
      *
      * 
-     * Required. The relative name of an asset. The search is limited to the
-     * resources within the `scope`. The allowed value must be:
+     * Required. The relative name of an asset. The search is limited to the resources
+     * within the `scope`. The allowed value must be:
      * * Organization number (such as "organizations/123")
      * * Folder number(such as "folders/1234")
      * * Project number (such as "projects/12345")
@@ -915,11 +914,10 @@ public Builder setQueryBytes(com.google.protobuf.ByteString value) {
      *
      *
      * 
-     * Optional. The page size for search result pagination. Page size is capped
-     * at 500 even if a larger value is given. If set to zero, server will pick an
-     * appropriate default. Returned results may be fewer than requested. When
-     * this happens, there could be more results as long as `next_page_token` is
-     * returned.
+     * Optional. The page size for search result pagination. Page size is capped at 500 even
+     * if a larger value is given. If set to zero, server will pick an appropriate
+     * default. Returned results may be fewer than requested. When this happens,
+     * there could be more results as long as `next_page_token` is returned.
      * 
* * int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -934,11 +932,10 @@ public int getPageSize() { * * *
-     * Optional. The page size for search result pagination. Page size is capped
-     * at 500 even if a larger value is given. If set to zero, server will pick an
-     * appropriate default. Returned results may be fewer than requested. When
-     * this happens, there could be more results as long as `next_page_token` is
-     * returned.
+     * Optional. The page size for search result pagination. Page size is capped at 500 even
+     * if a larger value is given. If set to zero, server will pick an appropriate
+     * default. Returned results may be fewer than requested. When this happens,
+     * there could be more results as long as `next_page_token` is returned.
      * 
* * int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -956,11 +953,10 @@ public Builder setPageSize(int value) { * * *
-     * Optional. The page size for search result pagination. Page size is capped
-     * at 500 even if a larger value is given. If set to zero, server will pick an
-     * appropriate default. Returned results may be fewer than requested. When
-     * this happens, there could be more results as long as `next_page_token` is
-     * returned.
+     * Optional. The page size for search result pagination. Page size is capped at 500 even
+     * if a larger value is given. If set to zero, server will pick an appropriate
+     * default. Returned results may be fewer than requested. When this happens,
+     * there could be more results as long as `next_page_token` is returned.
      * 
* * int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -979,10 +975,10 @@ public Builder clearPageSize() { * * *
-     * Optional. If present, retrieve the next batch of results from the preceding
-     * call to this method. `page_token` must be the value of `next_page_token`
-     * from the previous response. The values of all other method parameters must
-     * be identical to those in the previous call.
+     * Optional. If present, retrieve the next batch of results from the preceding call to
+     * this method. `page_token` must be the value of `next_page_token` from the
+     * previous response. The values of all other method parameters must be
+     * identical to those in the previous call.
      * 
* * string page_token = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -1004,10 +1000,10 @@ public java.lang.String getPageToken() { * * *
-     * Optional. If present, retrieve the next batch of results from the preceding
-     * call to this method. `page_token` must be the value of `next_page_token`
-     * from the previous response. The values of all other method parameters must
-     * be identical to those in the previous call.
+     * Optional. If present, retrieve the next batch of results from the preceding call to
+     * this method. `page_token` must be the value of `next_page_token` from the
+     * previous response. The values of all other method parameters must be
+     * identical to those in the previous call.
      * 
* * string page_token = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -1029,10 +1025,10 @@ public com.google.protobuf.ByteString getPageTokenBytes() { * * *
-     * Optional. If present, retrieve the next batch of results from the preceding
-     * call to this method. `page_token` must be the value of `next_page_token`
-     * from the previous response. The values of all other method parameters must
-     * be identical to those in the previous call.
+     * Optional. If present, retrieve the next batch of results from the preceding call to
+     * this method. `page_token` must be the value of `next_page_token` from the
+     * previous response. The values of all other method parameters must be
+     * identical to those in the previous call.
      * 
* * string page_token = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -1053,10 +1049,10 @@ public Builder setPageToken(java.lang.String value) { * * *
-     * Optional. If present, retrieve the next batch of results from the preceding
-     * call to this method. `page_token` must be the value of `next_page_token`
-     * from the previous response. The values of all other method parameters must
-     * be identical to those in the previous call.
+     * Optional. If present, retrieve the next batch of results from the preceding call to
+     * this method. `page_token` must be the value of `next_page_token` from the
+     * previous response. The values of all other method parameters must be
+     * identical to those in the previous call.
      * 
* * string page_token = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -1073,10 +1069,10 @@ public Builder clearPageToken() { * * *
-     * Optional. If present, retrieve the next batch of results from the preceding
-     * call to this method. `page_token` must be the value of `next_page_token`
-     * from the previous response. The values of all other method parameters must
-     * be identical to those in the previous call.
+     * Optional. If present, retrieve the next batch of results from the preceding call to
+     * this method. `page_token` must be the value of `next_page_token` from the
+     * previous response. The values of all other method parameters must be
+     * identical to those in the previous call.
      * 
* * string page_token = 4 [(.google.api.field_behavior) = OPTIONAL]; diff --git a/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/SearchAllIamPoliciesRequestOrBuilder.java b/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/SearchAllIamPoliciesRequestOrBuilder.java index 64d0e8e22888..91f2d39a590b 100644 --- a/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/SearchAllIamPoliciesRequestOrBuilder.java +++ b/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/SearchAllIamPoliciesRequestOrBuilder.java @@ -27,8 +27,8 @@ public interface SearchAllIamPoliciesRequestOrBuilder * * *
-   * Required. The relative name of an asset. The search is limited to the
-   * resources within the `scope`. The allowed value must be:
+   * Required. The relative name of an asset. The search is limited to the resources
+   * within the `scope`. The allowed value must be:
    * * Organization number (such as "organizations/123")
    * * Folder number(such as "folders/1234")
    * * Project number (such as "projects/12345")
@@ -44,8 +44,8 @@ public interface SearchAllIamPoliciesRequestOrBuilder
    *
    *
    * 
-   * Required. The relative name of an asset. The search is limited to the
-   * resources within the `scope`. The allowed value must be:
+   * Required. The relative name of an asset. The search is limited to the resources
+   * within the `scope`. The allowed value must be:
    * * Organization number (such as "organizations/123")
    * * Folder number(such as "folders/1234")
    * * Project number (such as "projects/12345")
@@ -93,11 +93,10 @@ public interface SearchAllIamPoliciesRequestOrBuilder
    *
    *
    * 
-   * Optional. The page size for search result pagination. Page size is capped
-   * at 500 even if a larger value is given. If set to zero, server will pick an
-   * appropriate default. Returned results may be fewer than requested. When
-   * this happens, there could be more results as long as `next_page_token` is
-   * returned.
+   * Optional. The page size for search result pagination. Page size is capped at 500 even
+   * if a larger value is given. If set to zero, server will pick an appropriate
+   * default. Returned results may be fewer than requested. When this happens,
+   * there could be more results as long as `next_page_token` is returned.
    * 
* * int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -110,10 +109,10 @@ public interface SearchAllIamPoliciesRequestOrBuilder * * *
-   * Optional. If present, retrieve the next batch of results from the preceding
-   * call to this method. `page_token` must be the value of `next_page_token`
-   * from the previous response. The values of all other method parameters must
-   * be identical to those in the previous call.
+   * Optional. If present, retrieve the next batch of results from the preceding call to
+   * this method. `page_token` must be the value of `next_page_token` from the
+   * previous response. The values of all other method parameters must be
+   * identical to those in the previous call.
    * 
* * string page_token = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -125,10 +124,10 @@ public interface SearchAllIamPoliciesRequestOrBuilder * * *
-   * Optional. If present, retrieve the next batch of results from the preceding
-   * call to this method. `page_token` must be the value of `next_page_token`
-   * from the previous response. The values of all other method parameters must
-   * be identical to those in the previous call.
+   * Optional. If present, retrieve the next batch of results from the preceding call to
+   * this method. `page_token` must be the value of `next_page_token` from the
+   * previous response. The values of all other method parameters must be
+   * identical to those in the previous call.
    * 
* * string page_token = 4 [(.google.api.field_behavior) = OPTIONAL]; diff --git a/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/SearchAllIamPoliciesResponse.java b/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/SearchAllIamPoliciesResponse.java index ffa727a055a2..90bf5add9f67 100644 --- a/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/SearchAllIamPoliciesResponse.java +++ b/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/SearchAllIamPoliciesResponse.java @@ -22,7 +22,7 @@ * * *
- * Search all {{iam_name_short}} policies response.
+ * Search all IAM policies response.
  * 
* * Protobuf type {@code google.cloud.asset.v1p1beta1.SearchAllIamPoliciesResponse} @@ -74,9 +74,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * A list of {{iam_name_short}} policies that match the search query. Related
-   * information such as the associated resource is returned along with the
-   * policy.
+   * A list of IamPolicy that match the search query. Related information such
+   * as the associated resource is returned along with the policy.
    * 
* * repeated .google.cloud.asset.v1p1beta1.IamPolicySearchResult results = 1; @@ -89,9 +88,8 @@ public java.util.List ge * * *
-   * A list of {{iam_name_short}} policies that match the search query. Related
-   * information such as the associated resource is returned along with the
-   * policy.
+   * A list of IamPolicy that match the search query. Related information such
+   * as the associated resource is returned along with the policy.
    * 
* * repeated .google.cloud.asset.v1p1beta1.IamPolicySearchResult results = 1; @@ -105,9 +103,8 @@ public java.util.List ge * * *
-   * A list of {{iam_name_short}} policies that match the search query. Related
-   * information such as the associated resource is returned along with the
-   * policy.
+   * A list of IamPolicy that match the search query. Related information such
+   * as the associated resource is returned along with the policy.
    * 
* * repeated .google.cloud.asset.v1p1beta1.IamPolicySearchResult results = 1; @@ -120,9 +117,8 @@ public int getResultsCount() { * * *
-   * A list of {{iam_name_short}} policies that match the search query. Related
-   * information such as the associated resource is returned along with the
-   * policy.
+   * A list of IamPolicy that match the search query. Related information such
+   * as the associated resource is returned along with the policy.
    * 
* * repeated .google.cloud.asset.v1p1beta1.IamPolicySearchResult results = 1; @@ -135,9 +131,8 @@ public com.google.cloud.asset.v1p1beta1.IamPolicySearchResult getResults(int ind * * *
-   * A list of {{iam_name_short}} policies that match the search query. Related
-   * information such as the associated resource is returned along with the
-   * policy.
+   * A list of IamPolicy that match the search query. Related information such
+   * as the associated resource is returned along with the policy.
    * 
* * repeated .google.cloud.asset.v1p1beta1.IamPolicySearchResult results = 1; @@ -376,7 +371,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * Search all {{iam_name_short}} policies response.
+   * Search all IAM policies response.
    * 
* * Protobuf type {@code google.cloud.asset.v1p1beta1.SearchAllIamPoliciesResponse} @@ -627,9 +622,8 @@ private void ensureResultsIsMutable() { * * *
-     * A list of {{iam_name_short}} policies that match the search query. Related
-     * information such as the associated resource is returned along with the
-     * policy.
+     * A list of IamPolicy that match the search query. Related information such
+     * as the associated resource is returned along with the policy.
      * 
* * repeated .google.cloud.asset.v1p1beta1.IamPolicySearchResult results = 1; @@ -645,9 +639,8 @@ public java.util.List ge * * *
-     * A list of {{iam_name_short}} policies that match the search query. Related
-     * information such as the associated resource is returned along with the
-     * policy.
+     * A list of IamPolicy that match the search query. Related information such
+     * as the associated resource is returned along with the policy.
      * 
* * repeated .google.cloud.asset.v1p1beta1.IamPolicySearchResult results = 1; @@ -663,9 +656,8 @@ public int getResultsCount() { * * *
-     * A list of {{iam_name_short}} policies that match the search query. Related
-     * information such as the associated resource is returned along with the
-     * policy.
+     * A list of IamPolicy that match the search query. Related information such
+     * as the associated resource is returned along with the policy.
      * 
* * repeated .google.cloud.asset.v1p1beta1.IamPolicySearchResult results = 1; @@ -681,9 +673,8 @@ public com.google.cloud.asset.v1p1beta1.IamPolicySearchResult getResults(int ind * * *
-     * A list of {{iam_name_short}} policies that match the search query. Related
-     * information such as the associated resource is returned along with the
-     * policy.
+     * A list of IamPolicy that match the search query. Related information such
+     * as the associated resource is returned along with the policy.
      * 
* * repeated .google.cloud.asset.v1p1beta1.IamPolicySearchResult results = 1; @@ -706,9 +697,8 @@ public Builder setResults( * * *
-     * A list of {{iam_name_short}} policies that match the search query. Related
-     * information such as the associated resource is returned along with the
-     * policy.
+     * A list of IamPolicy that match the search query. Related information such
+     * as the associated resource is returned along with the policy.
      * 
* * repeated .google.cloud.asset.v1p1beta1.IamPolicySearchResult results = 1; @@ -728,9 +718,8 @@ public Builder setResults( * * *
-     * A list of {{iam_name_short}} policies that match the search query. Related
-     * information such as the associated resource is returned along with the
-     * policy.
+     * A list of IamPolicy that match the search query. Related information such
+     * as the associated resource is returned along with the policy.
      * 
* * repeated .google.cloud.asset.v1p1beta1.IamPolicySearchResult results = 1; @@ -752,9 +741,8 @@ public Builder addResults(com.google.cloud.asset.v1p1beta1.IamPolicySearchResult * * *
-     * A list of {{iam_name_short}} policies that match the search query. Related
-     * information such as the associated resource is returned along with the
-     * policy.
+     * A list of IamPolicy that match the search query. Related information such
+     * as the associated resource is returned along with the policy.
      * 
* * repeated .google.cloud.asset.v1p1beta1.IamPolicySearchResult results = 1; @@ -777,9 +765,8 @@ public Builder addResults( * * *
-     * A list of {{iam_name_short}} policies that match the search query. Related
-     * information such as the associated resource is returned along with the
-     * policy.
+     * A list of IamPolicy that match the search query. Related information such
+     * as the associated resource is returned along with the policy.
      * 
* * repeated .google.cloud.asset.v1p1beta1.IamPolicySearchResult results = 1; @@ -799,9 +786,8 @@ public Builder addResults( * * *
-     * A list of {{iam_name_short}} policies that match the search query. Related
-     * information such as the associated resource is returned along with the
-     * policy.
+     * A list of IamPolicy that match the search query. Related information such
+     * as the associated resource is returned along with the policy.
      * 
* * repeated .google.cloud.asset.v1p1beta1.IamPolicySearchResult results = 1; @@ -821,9 +807,8 @@ public Builder addResults( * * *
-     * A list of {{iam_name_short}} policies that match the search query. Related
-     * information such as the associated resource is returned along with the
-     * policy.
+     * A list of IamPolicy that match the search query. Related information such
+     * as the associated resource is returned along with the policy.
      * 
* * repeated .google.cloud.asset.v1p1beta1.IamPolicySearchResult results = 1; @@ -844,9 +829,8 @@ public Builder addAllResults( * * *
-     * A list of {{iam_name_short}} policies that match the search query. Related
-     * information such as the associated resource is returned along with the
-     * policy.
+     * A list of IamPolicy that match the search query. Related information such
+     * as the associated resource is returned along with the policy.
      * 
* * repeated .google.cloud.asset.v1p1beta1.IamPolicySearchResult results = 1; @@ -865,9 +849,8 @@ public Builder clearResults() { * * *
-     * A list of {{iam_name_short}} policies that match the search query. Related
-     * information such as the associated resource is returned along with the
-     * policy.
+     * A list of IamPolicy that match the search query. Related information such
+     * as the associated resource is returned along with the policy.
      * 
* * repeated .google.cloud.asset.v1p1beta1.IamPolicySearchResult results = 1; @@ -886,9 +869,8 @@ public Builder removeResults(int index) { * * *
-     * A list of {{iam_name_short}} policies that match the search query. Related
-     * information such as the associated resource is returned along with the
-     * policy.
+     * A list of IamPolicy that match the search query. Related information such
+     * as the associated resource is returned along with the policy.
      * 
* * repeated .google.cloud.asset.v1p1beta1.IamPolicySearchResult results = 1; @@ -901,9 +883,8 @@ public com.google.cloud.asset.v1p1beta1.IamPolicySearchResult.Builder getResults * * *
-     * A list of {{iam_name_short}} policies that match the search query. Related
-     * information such as the associated resource is returned along with the
-     * policy.
+     * A list of IamPolicy that match the search query. Related information such
+     * as the associated resource is returned along with the policy.
      * 
* * repeated .google.cloud.asset.v1p1beta1.IamPolicySearchResult results = 1; @@ -920,9 +901,8 @@ public com.google.cloud.asset.v1p1beta1.IamPolicySearchResultOrBuilder getResult * * *
-     * A list of {{iam_name_short}} policies that match the search query. Related
-     * information such as the associated resource is returned along with the
-     * policy.
+     * A list of IamPolicy that match the search query. Related information such
+     * as the associated resource is returned along with the policy.
      * 
* * repeated .google.cloud.asset.v1p1beta1.IamPolicySearchResult results = 1; @@ -939,9 +919,8 @@ public com.google.cloud.asset.v1p1beta1.IamPolicySearchResultOrBuilder getResult * * *
-     * A list of {{iam_name_short}} policies that match the search query. Related
-     * information such as the associated resource is returned along with the
-     * policy.
+     * A list of IamPolicy that match the search query. Related information such
+     * as the associated resource is returned along with the policy.
      * 
* * repeated .google.cloud.asset.v1p1beta1.IamPolicySearchResult results = 1; @@ -954,9 +933,8 @@ public com.google.cloud.asset.v1p1beta1.IamPolicySearchResult.Builder addResults * * *
-     * A list of {{iam_name_short}} policies that match the search query. Related
-     * information such as the associated resource is returned along with the
-     * policy.
+     * A list of IamPolicy that match the search query. Related information such
+     * as the associated resource is returned along with the policy.
      * 
* * repeated .google.cloud.asset.v1p1beta1.IamPolicySearchResult results = 1; @@ -971,9 +949,8 @@ public com.google.cloud.asset.v1p1beta1.IamPolicySearchResult.Builder addResults * * *
-     * A list of {{iam_name_short}} policies that match the search query. Related
-     * information such as the associated resource is returned along with the
-     * policy.
+     * A list of IamPolicy that match the search query. Related information such
+     * as the associated resource is returned along with the policy.
      * 
* * repeated .google.cloud.asset.v1p1beta1.IamPolicySearchResult results = 1; diff --git a/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/SearchAllIamPoliciesResponseOrBuilder.java b/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/SearchAllIamPoliciesResponseOrBuilder.java index 65e71d3a9f2e..6407224fcb24 100644 --- a/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/SearchAllIamPoliciesResponseOrBuilder.java +++ b/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/SearchAllIamPoliciesResponseOrBuilder.java @@ -27,9 +27,8 @@ public interface SearchAllIamPoliciesResponseOrBuilder * * *
-   * A list of {{iam_name_short}} policies that match the search query. Related
-   * information such as the associated resource is returned along with the
-   * policy.
+   * A list of IamPolicy that match the search query. Related information such
+   * as the associated resource is returned along with the policy.
    * 
* * repeated .google.cloud.asset.v1p1beta1.IamPolicySearchResult results = 1; @@ -39,9 +38,8 @@ public interface SearchAllIamPoliciesResponseOrBuilder * * *
-   * A list of {{iam_name_short}} policies that match the search query. Related
-   * information such as the associated resource is returned along with the
-   * policy.
+   * A list of IamPolicy that match the search query. Related information such
+   * as the associated resource is returned along with the policy.
    * 
* * repeated .google.cloud.asset.v1p1beta1.IamPolicySearchResult results = 1; @@ -51,9 +49,8 @@ public interface SearchAllIamPoliciesResponseOrBuilder * * *
-   * A list of {{iam_name_short}} policies that match the search query. Related
-   * information such as the associated resource is returned along with the
-   * policy.
+   * A list of IamPolicy that match the search query. Related information such
+   * as the associated resource is returned along with the policy.
    * 
* * repeated .google.cloud.asset.v1p1beta1.IamPolicySearchResult results = 1; @@ -63,9 +60,8 @@ public interface SearchAllIamPoliciesResponseOrBuilder * * *
-   * A list of {{iam_name_short}} policies that match the search query. Related
-   * information such as the associated resource is returned along with the
-   * policy.
+   * A list of IamPolicy that match the search query. Related information such
+   * as the associated resource is returned along with the policy.
    * 
* * repeated .google.cloud.asset.v1p1beta1.IamPolicySearchResult results = 1; @@ -76,9 +72,8 @@ public interface SearchAllIamPoliciesResponseOrBuilder * * *
-   * A list of {{iam_name_short}} policies that match the search query. Related
-   * information such as the associated resource is returned along with the
-   * policy.
+   * A list of IamPolicy that match the search query. Related information such
+   * as the associated resource is returned along with the policy.
    * 
* * repeated .google.cloud.asset.v1p1beta1.IamPolicySearchResult results = 1; diff --git a/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/SearchAllResourcesRequest.java b/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/SearchAllResourcesRequest.java index 5d770a7b5361..190b04f38a46 100644 --- a/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/SearchAllResourcesRequest.java +++ b/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/SearchAllResourcesRequest.java @@ -77,8 +77,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The relative name of an asset. The search is limited to the
-   * resources within the `scope`. The allowed value must be:
+   * Required. The relative name of an asset. The search is limited to the resources
+   * within the `scope`. The allowed value must be:
    * * Organization number (such as "organizations/123")
    * * Folder number(such as "folders/1234")
    * * Project number (such as "projects/12345")
@@ -105,8 +105,8 @@ public java.lang.String getScope() {
    *
    *
    * 
-   * Required. The relative name of an asset. The search is limited to the
-   * resources within the `scope`. The allowed value must be:
+   * Required. The relative name of an asset. The search is limited to the resources
+   * within the `scope`. The allowed value must be:
    * * Organization number (such as "organizations/123")
    * * Folder number(such as "folders/1234")
    * * Project number (such as "projects/12345")
@@ -185,8 +185,8 @@ public com.google.protobuf.ByteString getQueryBytes() {
    *
    *
    * 
-   * Optional. A list of asset types that this request searches for. If empty,
-   * it will search all the supported asset types.
+   * Optional. A list of asset types that this request searches for. If empty, it will
+   * search all the supported asset types.
    * 
* * repeated string asset_types = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -200,8 +200,8 @@ public com.google.protobuf.ProtocolStringList getAssetTypesList() { * * *
-   * Optional. A list of asset types that this request searches for. If empty,
-   * it will search all the supported asset types.
+   * Optional. A list of asset types that this request searches for. If empty, it will
+   * search all the supported asset types.
    * 
* * repeated string asset_types = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -215,8 +215,8 @@ public int getAssetTypesCount() { * * *
-   * Optional. A list of asset types that this request searches for. If empty,
-   * it will search all the supported asset types.
+   * Optional. A list of asset types that this request searches for. If empty, it will
+   * search all the supported asset types.
    * 
* * repeated string asset_types = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -231,8 +231,8 @@ public java.lang.String getAssetTypes(int index) { * * *
-   * Optional. A list of asset types that this request searches for. If empty,
-   * it will search all the supported asset types.
+   * Optional. A list of asset types that this request searches for. If empty, it will
+   * search all the supported asset types.
    * 
* * repeated string asset_types = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -250,11 +250,10 @@ public com.google.protobuf.ByteString getAssetTypesBytes(int index) { * * *
-   * Optional. The page size for search result pagination. Page size is capped
-   * at 500 even if a larger value is given. If set to zero, server will pick an
-   * appropriate default. Returned results may be fewer than requested. When
-   * this happens, there could be more results as long as `next_page_token` is
-   * returned.
+   * Optional. The page size for search result pagination. Page size is capped at 500 even
+   * if a larger value is given. If set to zero, server will pick an appropriate
+   * default. Returned results may be fewer than requested. When this happens,
+   * there could be more results as long as `next_page_token` is returned.
    * 
* * int32 page_size = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -272,10 +271,10 @@ public int getPageSize() { * * *
-   * Optional. If present, then retrieve the next batch of results from the
-   * preceding call to this method.  `page_token` must be the value of
-   * `next_page_token` from the previous response. The values of all other
-   * method parameters, must be identical to those in the previous call.
+   * Optional. If present, then retrieve the next batch of results from the preceding call
+   * to this method.  `page_token` must be the value of `next_page_token` from
+   * the previous response. The values of all other method parameters, must be
+   * identical to those in the previous call.
    * 
* * string page_token = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -298,10 +297,10 @@ public java.lang.String getPageToken() { * * *
-   * Optional. If present, then retrieve the next batch of results from the
-   * preceding call to this method.  `page_token` must be the value of
-   * `next_page_token` from the previous response. The values of all other
-   * method parameters, must be identical to those in the previous call.
+   * Optional. If present, then retrieve the next batch of results from the preceding call
+   * to this method.  `page_token` must be the value of `next_page_token` from
+   * the previous response. The values of all other method parameters, must be
+   * identical to those in the previous call.
    * 
* * string page_token = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -327,10 +326,10 @@ public com.google.protobuf.ByteString getPageTokenBytes() { * * *
-   * Optional. A comma separated list of fields specifying the sorting order of
-   * the results. The default order is ascending. Add " desc" after the field
-   * name to indicate descending order. Redundant space characters are ignored.
-   * For example, "  foo ,  bar  desc  ".
+   * Optional. A comma separated list of fields specifying the sorting order of the
+   * results. The default order is ascending. Add " desc" after the field name
+   * to indicate descending order. Redundant space characters are ignored. For
+   * example, "  foo ,  bar  desc  ".
    * 
* * string order_by = 10 [(.google.api.field_behavior) = OPTIONAL]; @@ -353,10 +352,10 @@ public java.lang.String getOrderBy() { * * *
-   * Optional. A comma separated list of fields specifying the sorting order of
-   * the results. The default order is ascending. Add " desc" after the field
-   * name to indicate descending order. Redundant space characters are ignored.
-   * For example, "  foo ,  bar  desc  ".
+   * Optional. A comma separated list of fields specifying the sorting order of the
+   * results. The default order is ascending. Add " desc" after the field name
+   * to indicate descending order. Redundant space characters are ignored. For
+   * example, "  foo ,  bar  desc  ".
    * 
* * string order_by = 10 [(.google.api.field_behavior) = OPTIONAL]; @@ -842,8 +841,8 @@ public Builder mergeFrom( * * *
-     * Required. The relative name of an asset. The search is limited to the
-     * resources within the `scope`. The allowed value must be:
+     * Required. The relative name of an asset. The search is limited to the resources
+     * within the `scope`. The allowed value must be:
      * * Organization number (such as "organizations/123")
      * * Folder number(such as "folders/1234")
      * * Project number (such as "projects/12345")
@@ -869,8 +868,8 @@ public java.lang.String getScope() {
      *
      *
      * 
-     * Required. The relative name of an asset. The search is limited to the
-     * resources within the `scope`. The allowed value must be:
+     * Required. The relative name of an asset. The search is limited to the resources
+     * within the `scope`. The allowed value must be:
      * * Organization number (such as "organizations/123")
      * * Folder number(such as "folders/1234")
      * * Project number (such as "projects/12345")
@@ -896,8 +895,8 @@ public com.google.protobuf.ByteString getScopeBytes() {
      *
      *
      * 
-     * Required. The relative name of an asset. The search is limited to the
-     * resources within the `scope`. The allowed value must be:
+     * Required. The relative name of an asset. The search is limited to the resources
+     * within the `scope`. The allowed value must be:
      * * Organization number (such as "organizations/123")
      * * Folder number(such as "folders/1234")
      * * Project number (such as "projects/12345")
@@ -922,8 +921,8 @@ public Builder setScope(java.lang.String value) {
      *
      *
      * 
-     * Required. The relative name of an asset. The search is limited to the
-     * resources within the `scope`. The allowed value must be:
+     * Required. The relative name of an asset. The search is limited to the resources
+     * within the `scope`. The allowed value must be:
      * * Organization number (such as "organizations/123")
      * * Folder number(such as "folders/1234")
      * * Project number (such as "projects/12345")
@@ -944,8 +943,8 @@ public Builder clearScope() {
      *
      *
      * 
-     * Required. The relative name of an asset. The search is limited to the
-     * resources within the `scope`. The allowed value must be:
+     * Required. The relative name of an asset. The search is limited to the resources
+     * within the `scope`. The allowed value must be:
      * * Organization number (such as "organizations/123")
      * * Folder number(such as "folders/1234")
      * * Project number (such as "projects/12345")
@@ -1087,8 +1086,8 @@ private void ensureAssetTypesIsMutable() {
      *
      *
      * 
-     * Optional. A list of asset types that this request searches for. If empty,
-     * it will search all the supported asset types.
+     * Optional. A list of asset types that this request searches for. If empty, it will
+     * search all the supported asset types.
      * 
* * repeated string asset_types = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -1102,8 +1101,8 @@ public com.google.protobuf.ProtocolStringList getAssetTypesList() { * * *
-     * Optional. A list of asset types that this request searches for. If empty,
-     * it will search all the supported asset types.
+     * Optional. A list of asset types that this request searches for. If empty, it will
+     * search all the supported asset types.
      * 
* * repeated string asset_types = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -1117,8 +1116,8 @@ public int getAssetTypesCount() { * * *
-     * Optional. A list of asset types that this request searches for. If empty,
-     * it will search all the supported asset types.
+     * Optional. A list of asset types that this request searches for. If empty, it will
+     * search all the supported asset types.
      * 
* * repeated string asset_types = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -1133,8 +1132,8 @@ public java.lang.String getAssetTypes(int index) { * * *
-     * Optional. A list of asset types that this request searches for. If empty,
-     * it will search all the supported asset types.
+     * Optional. A list of asset types that this request searches for. If empty, it will
+     * search all the supported asset types.
      * 
* * repeated string asset_types = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -1149,8 +1148,8 @@ public com.google.protobuf.ByteString getAssetTypesBytes(int index) { * * *
-     * Optional. A list of asset types that this request searches for. If empty,
-     * it will search all the supported asset types.
+     * Optional. A list of asset types that this request searches for. If empty, it will
+     * search all the supported asset types.
      * 
* * repeated string asset_types = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -1172,8 +1171,8 @@ public Builder setAssetTypes(int index, java.lang.String value) { * * *
-     * Optional. A list of asset types that this request searches for. If empty,
-     * it will search all the supported asset types.
+     * Optional. A list of asset types that this request searches for. If empty, it will
+     * search all the supported asset types.
      * 
* * repeated string asset_types = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -1194,8 +1193,8 @@ public Builder addAssetTypes(java.lang.String value) { * * *
-     * Optional. A list of asset types that this request searches for. If empty,
-     * it will search all the supported asset types.
+     * Optional. A list of asset types that this request searches for. If empty, it will
+     * search all the supported asset types.
      * 
* * repeated string asset_types = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -1213,8 +1212,8 @@ public Builder addAllAssetTypes(java.lang.Iterable values) { * * *
-     * Optional. A list of asset types that this request searches for. If empty,
-     * it will search all the supported asset types.
+     * Optional. A list of asset types that this request searches for. If empty, it will
+     * search all the supported asset types.
      * 
* * repeated string asset_types = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -1231,8 +1230,8 @@ public Builder clearAssetTypes() { * * *
-     * Optional. A list of asset types that this request searches for. If empty,
-     * it will search all the supported asset types.
+     * Optional. A list of asset types that this request searches for. If empty, it will
+     * search all the supported asset types.
      * 
* * repeated string asset_types = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -1256,11 +1255,10 @@ public Builder addAssetTypesBytes(com.google.protobuf.ByteString value) { * * *
-     * Optional. The page size for search result pagination. Page size is capped
-     * at 500 even if a larger value is given. If set to zero, server will pick an
-     * appropriate default. Returned results may be fewer than requested. When
-     * this happens, there could be more results as long as `next_page_token` is
-     * returned.
+     * Optional. The page size for search result pagination. Page size is capped at 500 even
+     * if a larger value is given. If set to zero, server will pick an appropriate
+     * default. Returned results may be fewer than requested. When this happens,
+     * there could be more results as long as `next_page_token` is returned.
      * 
* * int32 page_size = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -1275,11 +1273,10 @@ public int getPageSize() { * * *
-     * Optional. The page size for search result pagination. Page size is capped
-     * at 500 even if a larger value is given. If set to zero, server will pick an
-     * appropriate default. Returned results may be fewer than requested. When
-     * this happens, there could be more results as long as `next_page_token` is
-     * returned.
+     * Optional. The page size for search result pagination. Page size is capped at 500 even
+     * if a larger value is given. If set to zero, server will pick an appropriate
+     * default. Returned results may be fewer than requested. When this happens,
+     * there could be more results as long as `next_page_token` is returned.
      * 
* * int32 page_size = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -1297,11 +1294,10 @@ public Builder setPageSize(int value) { * * *
-     * Optional. The page size for search result pagination. Page size is capped
-     * at 500 even if a larger value is given. If set to zero, server will pick an
-     * appropriate default. Returned results may be fewer than requested. When
-     * this happens, there could be more results as long as `next_page_token` is
-     * returned.
+     * Optional. The page size for search result pagination. Page size is capped at 500 even
+     * if a larger value is given. If set to zero, server will pick an appropriate
+     * default. Returned results may be fewer than requested. When this happens,
+     * there could be more results as long as `next_page_token` is returned.
      * 
* * int32 page_size = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -1320,10 +1316,10 @@ public Builder clearPageSize() { * * *
-     * Optional. If present, then retrieve the next batch of results from the
-     * preceding call to this method.  `page_token` must be the value of
-     * `next_page_token` from the previous response. The values of all other
-     * method parameters, must be identical to those in the previous call.
+     * Optional. If present, then retrieve the next batch of results from the preceding call
+     * to this method.  `page_token` must be the value of `next_page_token` from
+     * the previous response. The values of all other method parameters, must be
+     * identical to those in the previous call.
      * 
* * string page_token = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -1345,10 +1341,10 @@ public java.lang.String getPageToken() { * * *
-     * Optional. If present, then retrieve the next batch of results from the
-     * preceding call to this method.  `page_token` must be the value of
-     * `next_page_token` from the previous response. The values of all other
-     * method parameters, must be identical to those in the previous call.
+     * Optional. If present, then retrieve the next batch of results from the preceding call
+     * to this method.  `page_token` must be the value of `next_page_token` from
+     * the previous response. The values of all other method parameters, must be
+     * identical to those in the previous call.
      * 
* * string page_token = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -1370,10 +1366,10 @@ public com.google.protobuf.ByteString getPageTokenBytes() { * * *
-     * Optional. If present, then retrieve the next batch of results from the
-     * preceding call to this method.  `page_token` must be the value of
-     * `next_page_token` from the previous response. The values of all other
-     * method parameters, must be identical to those in the previous call.
+     * Optional. If present, then retrieve the next batch of results from the preceding call
+     * to this method.  `page_token` must be the value of `next_page_token` from
+     * the previous response. The values of all other method parameters, must be
+     * identical to those in the previous call.
      * 
* * string page_token = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -1394,10 +1390,10 @@ public Builder setPageToken(java.lang.String value) { * * *
-     * Optional. If present, then retrieve the next batch of results from the
-     * preceding call to this method.  `page_token` must be the value of
-     * `next_page_token` from the previous response. The values of all other
-     * method parameters, must be identical to those in the previous call.
+     * Optional. If present, then retrieve the next batch of results from the preceding call
+     * to this method.  `page_token` must be the value of `next_page_token` from
+     * the previous response. The values of all other method parameters, must be
+     * identical to those in the previous call.
      * 
* * string page_token = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -1414,10 +1410,10 @@ public Builder clearPageToken() { * * *
-     * Optional. If present, then retrieve the next batch of results from the
-     * preceding call to this method.  `page_token` must be the value of
-     * `next_page_token` from the previous response. The values of all other
-     * method parameters, must be identical to those in the previous call.
+     * Optional. If present, then retrieve the next batch of results from the preceding call
+     * to this method.  `page_token` must be the value of `next_page_token` from
+     * the previous response. The values of all other method parameters, must be
+     * identical to those in the previous call.
      * 
* * string page_token = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -1441,10 +1437,10 @@ public Builder setPageTokenBytes(com.google.protobuf.ByteString value) { * * *
-     * Optional. A comma separated list of fields specifying the sorting order of
-     * the results. The default order is ascending. Add " desc" after the field
-     * name to indicate descending order. Redundant space characters are ignored.
-     * For example, "  foo ,  bar  desc  ".
+     * Optional. A comma separated list of fields specifying the sorting order of the
+     * results. The default order is ascending. Add " desc" after the field name
+     * to indicate descending order. Redundant space characters are ignored. For
+     * example, "  foo ,  bar  desc  ".
      * 
* * string order_by = 10 [(.google.api.field_behavior) = OPTIONAL]; @@ -1466,10 +1462,10 @@ public java.lang.String getOrderBy() { * * *
-     * Optional. A comma separated list of fields specifying the sorting order of
-     * the results. The default order is ascending. Add " desc" after the field
-     * name to indicate descending order. Redundant space characters are ignored.
-     * For example, "  foo ,  bar  desc  ".
+     * Optional. A comma separated list of fields specifying the sorting order of the
+     * results. The default order is ascending. Add " desc" after the field name
+     * to indicate descending order. Redundant space characters are ignored. For
+     * example, "  foo ,  bar  desc  ".
      * 
* * string order_by = 10 [(.google.api.field_behavior) = OPTIONAL]; @@ -1491,10 +1487,10 @@ public com.google.protobuf.ByteString getOrderByBytes() { * * *
-     * Optional. A comma separated list of fields specifying the sorting order of
-     * the results. The default order is ascending. Add " desc" after the field
-     * name to indicate descending order. Redundant space characters are ignored.
-     * For example, "  foo ,  bar  desc  ".
+     * Optional. A comma separated list of fields specifying the sorting order of the
+     * results. The default order is ascending. Add " desc" after the field name
+     * to indicate descending order. Redundant space characters are ignored. For
+     * example, "  foo ,  bar  desc  ".
      * 
* * string order_by = 10 [(.google.api.field_behavior) = OPTIONAL]; @@ -1515,10 +1511,10 @@ public Builder setOrderBy(java.lang.String value) { * * *
-     * Optional. A comma separated list of fields specifying the sorting order of
-     * the results. The default order is ascending. Add " desc" after the field
-     * name to indicate descending order. Redundant space characters are ignored.
-     * For example, "  foo ,  bar  desc  ".
+     * Optional. A comma separated list of fields specifying the sorting order of the
+     * results. The default order is ascending. Add " desc" after the field name
+     * to indicate descending order. Redundant space characters are ignored. For
+     * example, "  foo ,  bar  desc  ".
      * 
* * string order_by = 10 [(.google.api.field_behavior) = OPTIONAL]; @@ -1535,10 +1531,10 @@ public Builder clearOrderBy() { * * *
-     * Optional. A comma separated list of fields specifying the sorting order of
-     * the results. The default order is ascending. Add " desc" after the field
-     * name to indicate descending order. Redundant space characters are ignored.
-     * For example, "  foo ,  bar  desc  ".
+     * Optional. A comma separated list of fields specifying the sorting order of the
+     * results. The default order is ascending. Add " desc" after the field name
+     * to indicate descending order. Redundant space characters are ignored. For
+     * example, "  foo ,  bar  desc  ".
      * 
* * string order_by = 10 [(.google.api.field_behavior) = OPTIONAL]; diff --git a/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/SearchAllResourcesRequestOrBuilder.java b/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/SearchAllResourcesRequestOrBuilder.java index 6f6da86f747c..9b27969f4428 100644 --- a/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/SearchAllResourcesRequestOrBuilder.java +++ b/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/SearchAllResourcesRequestOrBuilder.java @@ -27,8 +27,8 @@ public interface SearchAllResourcesRequestOrBuilder * * *
-   * Required. The relative name of an asset. The search is limited to the
-   * resources within the `scope`. The allowed value must be:
+   * Required. The relative name of an asset. The search is limited to the resources
+   * within the `scope`. The allowed value must be:
    * * Organization number (such as "organizations/123")
    * * Folder number(such as "folders/1234")
    * * Project number (such as "projects/12345")
@@ -44,8 +44,8 @@ public interface SearchAllResourcesRequestOrBuilder
    *
    *
    * 
-   * Required. The relative name of an asset. The search is limited to the
-   * resources within the `scope`. The allowed value must be:
+   * Required. The relative name of an asset. The search is limited to the resources
+   * within the `scope`. The allowed value must be:
    * * Organization number (such as "organizations/123")
    * * Folder number(such as "folders/1234")
    * * Project number (such as "projects/12345")
@@ -87,8 +87,8 @@ public interface SearchAllResourcesRequestOrBuilder
    *
    *
    * 
-   * Optional. A list of asset types that this request searches for. If empty,
-   * it will search all the supported asset types.
+   * Optional. A list of asset types that this request searches for. If empty, it will
+   * search all the supported asset types.
    * 
* * repeated string asset_types = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -100,8 +100,8 @@ public interface SearchAllResourcesRequestOrBuilder * * *
-   * Optional. A list of asset types that this request searches for. If empty,
-   * it will search all the supported asset types.
+   * Optional. A list of asset types that this request searches for. If empty, it will
+   * search all the supported asset types.
    * 
* * repeated string asset_types = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -113,8 +113,8 @@ public interface SearchAllResourcesRequestOrBuilder * * *
-   * Optional. A list of asset types that this request searches for. If empty,
-   * it will search all the supported asset types.
+   * Optional. A list of asset types that this request searches for. If empty, it will
+   * search all the supported asset types.
    * 
* * repeated string asset_types = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -127,8 +127,8 @@ public interface SearchAllResourcesRequestOrBuilder * * *
-   * Optional. A list of asset types that this request searches for. If empty,
-   * it will search all the supported asset types.
+   * Optional. A list of asset types that this request searches for. If empty, it will
+   * search all the supported asset types.
    * 
* * repeated string asset_types = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -142,11 +142,10 @@ public interface SearchAllResourcesRequestOrBuilder * * *
-   * Optional. The page size for search result pagination. Page size is capped
-   * at 500 even if a larger value is given. If set to zero, server will pick an
-   * appropriate default. Returned results may be fewer than requested. When
-   * this happens, there could be more results as long as `next_page_token` is
-   * returned.
+   * Optional. The page size for search result pagination. Page size is capped at 500 even
+   * if a larger value is given. If set to zero, server will pick an appropriate
+   * default. Returned results may be fewer than requested. When this happens,
+   * there could be more results as long as `next_page_token` is returned.
    * 
* * int32 page_size = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -159,10 +158,10 @@ public interface SearchAllResourcesRequestOrBuilder * * *
-   * Optional. If present, then retrieve the next batch of results from the
-   * preceding call to this method.  `page_token` must be the value of
-   * `next_page_token` from the previous response. The values of all other
-   * method parameters, must be identical to those in the previous call.
+   * Optional. If present, then retrieve the next batch of results from the preceding call
+   * to this method.  `page_token` must be the value of `next_page_token` from
+   * the previous response. The values of all other method parameters, must be
+   * identical to those in the previous call.
    * 
* * string page_token = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -174,10 +173,10 @@ public interface SearchAllResourcesRequestOrBuilder * * *
-   * Optional. If present, then retrieve the next batch of results from the
-   * preceding call to this method.  `page_token` must be the value of
-   * `next_page_token` from the previous response. The values of all other
-   * method parameters, must be identical to those in the previous call.
+   * Optional. If present, then retrieve the next batch of results from the preceding call
+   * to this method.  `page_token` must be the value of `next_page_token` from
+   * the previous response. The values of all other method parameters, must be
+   * identical to those in the previous call.
    * 
* * string page_token = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -190,10 +189,10 @@ public interface SearchAllResourcesRequestOrBuilder * * *
-   * Optional. A comma separated list of fields specifying the sorting order of
-   * the results. The default order is ascending. Add " desc" after the field
-   * name to indicate descending order. Redundant space characters are ignored.
-   * For example, "  foo ,  bar  desc  ".
+   * Optional. A comma separated list of fields specifying the sorting order of the
+   * results. The default order is ascending. Add " desc" after the field name
+   * to indicate descending order. Redundant space characters are ignored. For
+   * example, "  foo ,  bar  desc  ".
    * 
* * string order_by = 10 [(.google.api.field_behavior) = OPTIONAL]; @@ -205,10 +204,10 @@ public interface SearchAllResourcesRequestOrBuilder * * *
-   * Optional. A comma separated list of fields specifying the sorting order of
-   * the results. The default order is ascending. Add " desc" after the field
-   * name to indicate descending order. Redundant space characters are ignored.
-   * For example, "  foo ,  bar  desc  ".
+   * Optional. A comma separated list of fields specifying the sorting order of the
+   * results. The default order is ascending. Add " desc" after the field name
+   * to indicate descending order. Redundant space characters are ignored. For
+   * example, "  foo ,  bar  desc  ".
    * 
* * string order_by = 10 [(.google.api.field_behavior) = OPTIONAL]; diff --git a/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/StandardResourceMetadata.java b/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/StandardResourceMetadata.java index d13ee962dc8d..c0e711d3c87f 100644 --- a/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/StandardResourceMetadata.java +++ b/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/StandardResourceMetadata.java @@ -493,8 +493,7 @@ public int getLabelsCount() { * * *
-   * Labels associated with this resource. See [Labelling and grouping
-   * {{gcp_name}}
+   * Labels associated with this resource. See [Labelling and grouping GCP
    * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
    * for more information.
    * 
@@ -518,8 +517,7 @@ public java.util.Map getLabels() { * * *
-   * Labels associated with this resource. See [Labelling and grouping
-   * {{gcp_name}}
+   * Labels associated with this resource. See [Labelling and grouping GCP
    * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
    * for more information.
    * 
@@ -534,8 +532,7 @@ public java.util.Map getLabelsMap() { * * *
-   * Labels associated with this resource. See [Labelling and grouping
-   * {{gcp_name}}
+   * Labels associated with this resource. See [Labelling and grouping GCP
    * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
    * for more information.
    * 
@@ -554,8 +551,7 @@ public java.lang.String getLabelsOrDefault(java.lang.String key, java.lang.Strin * * *
-   * Labels associated with this resource. See [Labelling and grouping
-   * {{gcp_name}}
+   * Labels associated with this resource. See [Labelling and grouping GCP
    * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
    * for more information.
    * 
@@ -581,8 +577,7 @@ public java.lang.String getLabelsOrThrow(java.lang.String key) { * *
    * Network tags associated with this resource. Like labels, network tags are a
-   * type of annotations used to group {{gcp_name}} resources. See
-   * [Labelling {{gcp_name}}
+   * type of annotations used to group GCP resources. See [Labelling GCP
    * resources](lhttps://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
    * for more information.
    * 
@@ -599,8 +594,7 @@ public com.google.protobuf.ProtocolStringList getNetworkTagsList() { * *
    * Network tags associated with this resource. Like labels, network tags are a
-   * type of annotations used to group {{gcp_name}} resources. See
-   * [Labelling {{gcp_name}}
+   * type of annotations used to group GCP resources. See [Labelling GCP
    * resources](lhttps://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
    * for more information.
    * 
@@ -617,8 +611,7 @@ public int getNetworkTagsCount() { * *
    * Network tags associated with this resource. Like labels, network tags are a
-   * type of annotations used to group {{gcp_name}} resources. See
-   * [Labelling {{gcp_name}}
+   * type of annotations used to group GCP resources. See [Labelling GCP
    * resources](lhttps://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
    * for more information.
    * 
@@ -636,8 +629,7 @@ public java.lang.String getNetworkTags(int index) { * *
    * Network tags associated with this resource. Like labels, network tags are a
-   * type of annotations used to group {{gcp_name}} resources. See
-   * [Labelling {{gcp_name}}
+   * type of annotations used to group GCP resources. See [Labelling GCP
    * resources](lhttps://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
    * for more information.
    * 
@@ -2119,8 +2111,7 @@ public int getLabelsCount() { * * *
-     * Labels associated with this resource. See [Labelling and grouping
-     * {{gcp_name}}
+     * Labels associated with this resource. See [Labelling and grouping GCP
      * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
      * for more information.
      * 
@@ -2144,8 +2135,7 @@ public java.util.Map getLabels() { * * *
-     * Labels associated with this resource. See [Labelling and grouping
-     * {{gcp_name}}
+     * Labels associated with this resource. See [Labelling and grouping GCP
      * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
      * for more information.
      * 
@@ -2160,8 +2150,7 @@ public java.util.Map getLabelsMap() { * * *
-     * Labels associated with this resource. See [Labelling and grouping
-     * {{gcp_name}}
+     * Labels associated with this resource. See [Labelling and grouping GCP
      * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
      * for more information.
      * 
@@ -2181,8 +2170,7 @@ public java.lang.String getLabelsOrDefault( * * *
-     * Labels associated with this resource. See [Labelling and grouping
-     * {{gcp_name}}
+     * Labels associated with this resource. See [Labelling and grouping GCP
      * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
      * for more information.
      * 
@@ -2209,8 +2197,7 @@ public Builder clearLabels() { * * *
-     * Labels associated with this resource. See [Labelling and grouping
-     * {{gcp_name}}
+     * Labels associated with this resource. See [Labelling and grouping GCP
      * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
      * for more information.
      * 
@@ -2233,8 +2220,7 @@ public java.util.Map getMutableLabels() { * * *
-     * Labels associated with this resource. See [Labelling and grouping
-     * {{gcp_name}}
+     * Labels associated with this resource. See [Labelling and grouping GCP
      * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
      * for more information.
      * 
@@ -2256,8 +2242,7 @@ public Builder putLabels(java.lang.String key, java.lang.String value) { * * *
-     * Labels associated with this resource. See [Labelling and grouping
-     * {{gcp_name}}
+     * Labels associated with this resource. See [Labelling and grouping GCP
      * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
      * for more information.
      * 
@@ -2283,8 +2268,7 @@ private void ensureNetworkTagsIsMutable() { * *
      * Network tags associated with this resource. Like labels, network tags are a
-     * type of annotations used to group {{gcp_name}} resources. See
-     * [Labelling {{gcp_name}}
+     * type of annotations used to group GCP resources. See [Labelling GCP
      * resources](lhttps://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
      * for more information.
      * 
@@ -2301,8 +2285,7 @@ public com.google.protobuf.ProtocolStringList getNetworkTagsList() { * *
      * Network tags associated with this resource. Like labels, network tags are a
-     * type of annotations used to group {{gcp_name}} resources. See
-     * [Labelling {{gcp_name}}
+     * type of annotations used to group GCP resources. See [Labelling GCP
      * resources](lhttps://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
      * for more information.
      * 
@@ -2319,8 +2302,7 @@ public int getNetworkTagsCount() { * *
      * Network tags associated with this resource. Like labels, network tags are a
-     * type of annotations used to group {{gcp_name}} resources. See
-     * [Labelling {{gcp_name}}
+     * type of annotations used to group GCP resources. See [Labelling GCP
      * resources](lhttps://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
      * for more information.
      * 
@@ -2338,8 +2320,7 @@ public java.lang.String getNetworkTags(int index) { * *
      * Network tags associated with this resource. Like labels, network tags are a
-     * type of annotations used to group {{gcp_name}} resources. See
-     * [Labelling {{gcp_name}}
+     * type of annotations used to group GCP resources. See [Labelling GCP
      * resources](lhttps://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
      * for more information.
      * 
@@ -2357,8 +2338,7 @@ public com.google.protobuf.ByteString getNetworkTagsBytes(int index) { * *
      * Network tags associated with this resource. Like labels, network tags are a
-     * type of annotations used to group {{gcp_name}} resources. See
-     * [Labelling {{gcp_name}}
+     * type of annotations used to group GCP resources. See [Labelling GCP
      * resources](lhttps://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
      * for more information.
      * 
@@ -2383,8 +2363,7 @@ public Builder setNetworkTags(int index, java.lang.String value) { * *
      * Network tags associated with this resource. Like labels, network tags are a
-     * type of annotations used to group {{gcp_name}} resources. See
-     * [Labelling {{gcp_name}}
+     * type of annotations used to group GCP resources. See [Labelling GCP
      * resources](lhttps://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
      * for more information.
      * 
@@ -2408,8 +2387,7 @@ public Builder addNetworkTags(java.lang.String value) { * *
      * Network tags associated with this resource. Like labels, network tags are a
-     * type of annotations used to group {{gcp_name}} resources. See
-     * [Labelling {{gcp_name}}
+     * type of annotations used to group GCP resources. See [Labelling GCP
      * resources](lhttps://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
      * for more information.
      * 
@@ -2430,8 +2408,7 @@ public Builder addAllNetworkTags(java.lang.Iterable values) { * *
      * Network tags associated with this resource. Like labels, network tags are a
-     * type of annotations used to group {{gcp_name}} resources. See
-     * [Labelling {{gcp_name}}
+     * type of annotations used to group GCP resources. See [Labelling GCP
      * resources](lhttps://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
      * for more information.
      * 
@@ -2451,8 +2428,7 @@ public Builder clearNetworkTags() { * *
      * Network tags associated with this resource. Like labels, network tags are a
-     * type of annotations used to group {{gcp_name}} resources. See
-     * [Labelling {{gcp_name}}
+     * type of annotations used to group GCP resources. See [Labelling GCP
      * resources](lhttps://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
      * for more information.
      * 
diff --git a/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/StandardResourceMetadataOrBuilder.java b/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/StandardResourceMetadataOrBuilder.java index 1ba88618c931..bb204bb0e894 100644 --- a/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/StandardResourceMetadataOrBuilder.java +++ b/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/StandardResourceMetadataOrBuilder.java @@ -252,8 +252,7 @@ public interface StandardResourceMetadataOrBuilder * * *
-   * Labels associated with this resource. See [Labelling and grouping
-   * {{gcp_name}}
+   * Labels associated with this resource. See [Labelling and grouping GCP
    * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
    * for more information.
    * 
@@ -265,8 +264,7 @@ public interface StandardResourceMetadataOrBuilder * * *
-   * Labels associated with this resource. See [Labelling and grouping
-   * {{gcp_name}}
+   * Labels associated with this resource. See [Labelling and grouping GCP
    * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
    * for more information.
    * 
@@ -281,8 +279,7 @@ public interface StandardResourceMetadataOrBuilder * * *
-   * Labels associated with this resource. See [Labelling and grouping
-   * {{gcp_name}}
+   * Labels associated with this resource. See [Labelling and grouping GCP
    * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
    * for more information.
    * 
@@ -294,8 +291,7 @@ public interface StandardResourceMetadataOrBuilder * * *
-   * Labels associated with this resource. See [Labelling and grouping
-   * {{gcp_name}}
+   * Labels associated with this resource. See [Labelling and grouping GCP
    * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
    * for more information.
    * 
@@ -312,8 +308,7 @@ java.lang.String getLabelsOrDefault( * * *
-   * Labels associated with this resource. See [Labelling and grouping
-   * {{gcp_name}}
+   * Labels associated with this resource. See [Labelling and grouping GCP
    * resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
    * for more information.
    * 
@@ -327,8 +322,7 @@ java.lang.String getLabelsOrDefault( * *
    * Network tags associated with this resource. Like labels, network tags are a
-   * type of annotations used to group {{gcp_name}} resources. See
-   * [Labelling {{gcp_name}}
+   * type of annotations used to group GCP resources. See [Labelling GCP
    * resources](lhttps://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
    * for more information.
    * 
@@ -343,8 +337,7 @@ java.lang.String getLabelsOrDefault( * *
    * Network tags associated with this resource. Like labels, network tags are a
-   * type of annotations used to group {{gcp_name}} resources. See
-   * [Labelling {{gcp_name}}
+   * type of annotations used to group GCP resources. See [Labelling GCP
    * resources](lhttps://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
    * for more information.
    * 
@@ -359,8 +352,7 @@ java.lang.String getLabelsOrDefault( * *
    * Network tags associated with this resource. Like labels, network tags are a
-   * type of annotations used to group {{gcp_name}} resources. See
-   * [Labelling {{gcp_name}}
+   * type of annotations used to group GCP resources. See [Labelling GCP
    * resources](lhttps://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
    * for more information.
    * 
@@ -376,8 +368,7 @@ java.lang.String getLabelsOrDefault( * *
    * Network tags associated with this resource. Like labels, network tags are a
-   * type of annotations used to group {{gcp_name}} resources. See
-   * [Labelling {{gcp_name}}
+   * type of annotations used to group GCP resources. See [Labelling GCP
    * resources](lhttps://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
    * for more information.
    * 
diff --git a/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/proto/google/cloud/asset/v1p1beta1/asset_service.proto b/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/proto/google/cloud/asset/v1p1beta1/asset_service.proto index 47d5d5041c7f..d5a0d8c41b7f 100644 --- a/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/proto/google/cloud/asset/v1p1beta1/asset_service.proto +++ b/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/proto/google/cloud/asset/v1p1beta1/asset_service.proto @@ -31,32 +31,28 @@ option php_namespace = "Google\\Cloud\\Asset\\V1p1beta1"; // Asset service definition. service AssetService { option (google.api.default_host) = "cloudasset.googleapis.com"; - option (google.api.oauth_scopes) = - "https://www.googleapis.com/auth/cloud-platform"; + option (google.api.oauth_scopes) = "https://www.googleapis.com/auth/cloud-platform"; - // Searches all the resources under a given accessible {{crm_name}} scope + // Searches all the resources under a given accessible CRM scope // (project/folder/organization). This RPC gives callers // especially admins the ability to search all the resources under a scope, // even if they don't have .get permission of all the resources. Callers // should have cloud.assets.SearchAllResources permission on the requested // scope, otherwise it will be rejected. - rpc SearchAllResources(SearchAllResourcesRequest) - returns (SearchAllResourcesResponse) { + rpc SearchAllResources(SearchAllResourcesRequest) returns (SearchAllResourcesResponse) { option (google.api.http) = { get: "/v1p1beta1/{scope=*/*}/resources:searchAll" }; option (google.api.method_signature) = "scope,query,asset_types"; } - // Searches all the {{iam_name_short}} policies under a given accessible - // {{crm_name}} scope (project/folder/organization). This RPC gives callers - // especially admins the ability to search all the {{iam_name_short}} policies - // under a scope, even if they don't have .getIamPolicy permission of all the - // {{iam_name_short}} policies. Callers should have - // cloud.assets.SearchAllIamPolicies permission on the requested scope, - // otherwise it will be rejected. - rpc SearchAllIamPolicies(SearchAllIamPoliciesRequest) - returns (SearchAllIamPoliciesResponse) { + // Searches all the IAM policies under a given accessible CRM scope + // (project/folder/organization). This RPC gives callers + // especially admins the ability to search all the IAM policies under a scope, + // even if they don't have .getIamPolicy permission of all the IAM policies. + // Callers should have cloud.assets.SearchAllIamPolicies permission on the + // requested scope, otherwise it will be rejected. + rpc SearchAllIamPolicies(SearchAllIamPoliciesRequest) returns (SearchAllIamPoliciesResponse) { option (google.api.http) = { get: "/v1p1beta1/{scope=*/*}/iamPolicies:searchAll" }; @@ -66,8 +62,8 @@ service AssetService { // Search all resources request. message SearchAllResourcesRequest { - // Required. The relative name of an asset. The search is limited to the - // resources within the `scope`. The allowed value must be: + // Required. The relative name of an asset. The search is limited to the resources + // within the `scope`. The allowed value must be: // * Organization number (such as "organizations/123") // * Folder number(such as "folders/1234") // * Project number (such as "projects/12345") @@ -77,27 +73,26 @@ message SearchAllResourcesRequest { // Optional. The query statement. string query = 2 [(google.api.field_behavior) = OPTIONAL]; - // Optional. A list of asset types that this request searches for. If empty, - // it will search all the supported asset types. + // Optional. A list of asset types that this request searches for. If empty, it will + // search all the supported asset types. repeated string asset_types = 3 [(google.api.field_behavior) = OPTIONAL]; - // Optional. The page size for search result pagination. Page size is capped - // at 500 even if a larger value is given. If set to zero, server will pick an - // appropriate default. Returned results may be fewer than requested. When - // this happens, there could be more results as long as `next_page_token` is - // returned. + // Optional. The page size for search result pagination. Page size is capped at 500 even + // if a larger value is given. If set to zero, server will pick an appropriate + // default. Returned results may be fewer than requested. When this happens, + // there could be more results as long as `next_page_token` is returned. int32 page_size = 4 [(google.api.field_behavior) = OPTIONAL]; - // Optional. If present, then retrieve the next batch of results from the - // preceding call to this method. `page_token` must be the value of - // `next_page_token` from the previous response. The values of all other - // method parameters, must be identical to those in the previous call. + // Optional. If present, then retrieve the next batch of results from the preceding call + // to this method. `page_token` must be the value of `next_page_token` from + // the previous response. The values of all other method parameters, must be + // identical to those in the previous call. string page_token = 5 [(google.api.field_behavior) = OPTIONAL]; - // Optional. A comma separated list of fields specifying the sorting order of - // the results. The default order is ascending. Add " desc" after the field - // name to indicate descending order. Redundant space characters are ignored. - // For example, " foo , bar desc ". + // Optional. A comma separated list of fields specifying the sorting order of the + // results. The default order is ascending. Add " desc" after the field name + // to indicate descending order. Redundant space characters are ignored. For + // example, " foo , bar desc ". string order_by = 10 [(google.api.field_behavior) = OPTIONAL]; } @@ -112,10 +107,10 @@ message SearchAllResourcesResponse { string next_page_token = 2; } -// Search all {{iam_name_short}} policies request. +// Search all IAM policies request. message SearchAllIamPoliciesRequest { - // Required. The relative name of an asset. The search is limited to the - // resources within the `scope`. The allowed value must be: + // Required. The relative name of an asset. The search is limited to the resources + // within the `scope`. The allowed value must be: // * Organization number (such as "organizations/123") // * Folder number(such as "folders/1234") // * Project number (such as "projects/12345") @@ -128,25 +123,23 @@ message SearchAllIamPoliciesRequest { // * "policy:(myuser@mydomain.com viewer)" string query = 2 [(google.api.field_behavior) = OPTIONAL]; - // Optional. The page size for search result pagination. Page size is capped - // at 500 even if a larger value is given. If set to zero, server will pick an - // appropriate default. Returned results may be fewer than requested. When - // this happens, there could be more results as long as `next_page_token` is - // returned. + // Optional. The page size for search result pagination. Page size is capped at 500 even + // if a larger value is given. If set to zero, server will pick an appropriate + // default. Returned results may be fewer than requested. When this happens, + // there could be more results as long as `next_page_token` is returned. int32 page_size = 3 [(google.api.field_behavior) = OPTIONAL]; - // Optional. If present, retrieve the next batch of results from the preceding - // call to this method. `page_token` must be the value of `next_page_token` - // from the previous response. The values of all other method parameters must - // be identical to those in the previous call. + // Optional. If present, retrieve the next batch of results from the preceding call to + // this method. `page_token` must be the value of `next_page_token` from the + // previous response. The values of all other method parameters must be + // identical to those in the previous call. string page_token = 4 [(google.api.field_behavior) = OPTIONAL]; } -// Search all {{iam_name_short}} policies response. +// Search all IAM policies response. message SearchAllIamPoliciesResponse { - // A list of {{iam_name_short}} policies that match the search query. Related - // information such as the associated resource is returned along with the - // policy. + // A list of IamPolicy that match the search query. Related information such + // as the associated resource is returned along with the policy. repeated IamPolicySearchResult results = 1; // Set if there are more results than those appearing in this response; to get diff --git a/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/proto/google/cloud/asset/v1p1beta1/assets.proto b/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/proto/google/cloud/asset/v1p1beta1/assets.proto index 963a9ed14c44..c0ac1403acc8 100644 --- a/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/proto/google/cloud/asset/v1p1beta1/assets.proto +++ b/java-asset/proto-google-cloud-asset-v1p1beta1/src/main/proto/google/cloud/asset/v1p1beta1/assets.proto @@ -59,23 +59,21 @@ message StandardResourceMetadata { // "us-west1-b". string location = 11; - // Labels associated with this resource. See [Labelling and grouping - // {{gcp_name}} + // Labels associated with this resource. See [Labelling and grouping GCP // resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources) // for more information. map labels = 12; // Network tags associated with this resource. Like labels, network tags are a - // type of annotations used to group {{gcp_name}} resources. See - // [Labelling {{gcp_name}} + // type of annotations used to group GCP resources. See [Labelling GCP // resources](lhttps://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources) // for more information. repeated string network_tags = 13; } -// The result for a {{iam_name_short}} Policy search. +// The result for a IAM Policy search. message IamPolicySearchResult { - // Explanation about the {{iam_name_short}} policy search result. + // Explanation about the IAM policy search result. message Explanation { // The map from roles to their included permission matching the permission // query (e.g. containing `policy.role.permissions:`). A sample role string: @@ -87,30 +85,28 @@ message IamPolicySearchResult { // The [full resource // name](https://cloud.google.com/apis/design/resource_names#full_resource_name) - // of the resource associated with this {{iam_name_short}} policy. + // of the resource associated with this IAM policy. string resource = 1; - // The project that the associated {{gcp_name}} resource belongs to, in the - // form of `projects/{project_number}`. If an {{iam_name_short}} policy is set - // on a resource (like VM instance, {{storage_name}} bucket), the project - // field will indicate the project that contains the resource. If an - // {{iam_name_short}} policy is set on a folder or orgnization, the project - // field will be empty. + // The project that the associated GCP resource belongs to, in the form of + // `projects/{project_number}`. If an IAM policy is set on a resource (like VM + // instance, Cloud Storage bucket), the project field will indicate the + // project that contains the resource. If an IAM policy is set on a folder or + // orgnization, the project field will be empty. string project = 3; - // The {{iam_name_short}} policy directly set on the given resource. Note that - // the original {{iam_name_short}} policy can contain multiple bindings. This - // only contains the bindings that match the given query. For queries that - // don't contain a constrain on policies (e.g. an empty query), this contains - // all the bindings. + // The IAM policy directly set on the given resource. Note that the original + // IAM policy can contain multiple bindings. This only contains the bindings + // that match the given query. For queries that don't contain a constrain on + // policies (e.g. an empty query), this contains all the bindings. google.iam.v1.Policy policy = 4; - // Explanation about the {{iam_name_short}} policy search result. It contains - // additional information to explain why the search result matches the query. + // Explanation about the IAM policy search result. It contains additional + // information to explain why the search result matches the query. Explanation explanation = 5; } -// {{iam_name_short}} permissions +// IAM permissions message Permissions { // A list of permissions. A sample permission string: "compute.disk.get". repeated string permissions = 1;