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 Sample code:
*
@@ -295,15 +293,14 @@ public final OperationFuture Sample code:
*
@@ -512,7 +509,7 @@ public final UnaryCallable Examples:
* 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:
* 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 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 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 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
*
*
*
- *
@@ -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.
*
*
- *
*
* @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.
*
*
- * 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(
*
*
*
*/
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.
*
@@ -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(
*
*
*
*/
public com.google.common.util.concurrent.ListenableFuture<
@@ -2348,17 +2338,15 @@ 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.
*
@@ -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(
*
*
*
@@ -2333,8 +2323,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.
*
@@ -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
* 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
@@ -2316,8 +2306,8 @@ public com.google.common.util.concurrent.ListenableFuture
- * 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
* 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
* 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
* 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
*
*
- * 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
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
* 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
* 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
* 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
* 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.Iterablerepeated 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.Iterablerepeated 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.Iterablerepeated 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
- * 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
- * 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
* 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
*
*
- * 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.Iterablerepeated 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.Iterablerepeated 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
- * {{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() {
*
*
*