diff --git a/google-api-grpc/grpc-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/AssetServiceGrpc.java b/google-api-grpc/grpc-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/AssetServiceGrpc.java index c7cfc4e7ad96..d4b64c01a0f7 100644 --- a/google-api-grpc/grpc-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/AssetServiceGrpc.java +++ b/google-api-grpc/grpc-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/AssetServiceGrpc.java @@ -137,9 +137,9 @@ public static abstract class AssetServiceImplBase implements io.grpc.BindableSer /** *
- * Exports assets with time and resource types to a given Google Cloud Storage
+ * Exports assets with time and resource types to a given Cloud Storage
* location. The output format is newline-delimited JSON.
- * This API implements the [google.longrunning.Operation][google.longrunning.Operation] API allowing users
+ * This API implements the [google.longrunning.Operation][google.longrunning.Operation] API allowing you
* to keep track of the export.
*
*/
@@ -150,11 +150,11 @@ public void exportAssets(com.google.cloud.asset.v1beta1.ExportAssetsRequest requ
/**
*
- * Batch gets assets update history that overlaps a time window.
+ * Batch gets the update history of assets that overlap a time window.
* For RESOURCE content, this API outputs history with asset in both
* non-delete or deleted status.
- * For IAM_POLICY content, this API only outputs history when asset and its
- * attached IAM POLICY both exist. So there may be gaps in the output history.
+ * 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.
*
*/
public void batchGetAssetsHistory(com.google.cloud.asset.v1beta1.BatchGetAssetsHistoryRequest request,
@@ -205,9 +205,9 @@ protected AssetServiceStub build(io.grpc.Channel channel,
/**
*
- * Exports assets with time and resource types to a given Google Cloud Storage
+ * Exports assets with time and resource types to a given Cloud Storage
* location. The output format is newline-delimited JSON.
- * This API implements the [google.longrunning.Operation][google.longrunning.Operation] API allowing users
+ * This API implements the [google.longrunning.Operation][google.longrunning.Operation] API allowing you
* to keep track of the export.
*
*/
@@ -219,11 +219,11 @@ public void exportAssets(com.google.cloud.asset.v1beta1.ExportAssetsRequest requ
/**
*
- * Batch gets assets update history that overlaps a time window.
+ * Batch gets the update history of assets that overlap a time window.
* For RESOURCE content, this API outputs history with asset in both
* non-delete or deleted status.
- * For IAM_POLICY content, this API only outputs history when asset and its
- * attached IAM POLICY both exist. So there may be gaps in the output history.
+ * 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.
*
*/
public void batchGetAssetsHistory(com.google.cloud.asset.v1beta1.BatchGetAssetsHistoryRequest request,
@@ -256,9 +256,9 @@ protected AssetServiceBlockingStub build(io.grpc.Channel channel,
/**
*
- * Exports assets with time and resource types to a given Google Cloud Storage
+ * Exports assets with time and resource types to a given Cloud Storage
* location. The output format is newline-delimited JSON.
- * This API implements the [google.longrunning.Operation][google.longrunning.Operation] API allowing users
+ * This API implements the [google.longrunning.Operation][google.longrunning.Operation] API allowing you
* to keep track of the export.
*
*/
@@ -269,11 +269,11 @@ public com.google.longrunning.Operation exportAssets(com.google.cloud.asset.v1be
/**
*
- * Batch gets assets update history that overlaps a time window.
+ * Batch gets the update history of assets that overlap a time window.
* For RESOURCE content, this API outputs history with asset in both
* non-delete or deleted status.
- * For IAM_POLICY content, this API only outputs history when asset and its
- * attached IAM POLICY both exist. So there may be gaps in the output history.
+ * 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.
*
*/
public com.google.cloud.asset.v1beta1.BatchGetAssetsHistoryResponse batchGetAssetsHistory(com.google.cloud.asset.v1beta1.BatchGetAssetsHistoryRequest request) {
@@ -305,9 +305,9 @@ protected AssetServiceFutureStub build(io.grpc.Channel channel,
/**
*
- * Exports assets with time and resource types to a given Google Cloud Storage
+ * Exports assets with time and resource types to a given Cloud Storage
* location. The output format is newline-delimited JSON.
- * This API implements the [google.longrunning.Operation][google.longrunning.Operation] API allowing users
+ * This API implements the [google.longrunning.Operation][google.longrunning.Operation] API allowing you
* to keep track of the export.
*
*/
@@ -319,11 +319,11 @@ public com.google.common.util.concurrent.ListenableFuture- * Cloud asset. This include all Google Cloud Platform resources, as well as - * IAM policies and other non-GCP assets. + * Cloud asset. This includes all Google Cloud Platform resources, + * Cloud IAM policies, and other non-GCP assets. ** * Protobuf type {@code google.cloud.asset.v1beta1.Asset} @@ -123,10 +123,9 @@ private Asset( private volatile java.lang.Object name_; /** *
- * The full name of the asset. See:
- * https://cloud.google.com/apis/design/resource_names#full_resource_name
- * Example:
- * "//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1".
+ * The full name of the asset. For example: `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
+ * See [Resource Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
+ * for more information.
*
*
* string name = 1;
@@ -145,10 +144,9 @@ public java.lang.String getName() {
}
/**
*
- * The full name of the asset. See:
- * https://cloud.google.com/apis/design/resource_names#full_resource_name
- * Example:
- * "//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1".
+ * The full name of the asset. For example: `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
+ * See [Resource Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
+ * for more information.
*
*
* string name = 1;
@@ -246,8 +244,8 @@ public com.google.cloud.asset.v1beta1.ResourceOrBuilder getResourceOrBuilder() {
private com.google.iam.v1.Policy iamPolicy_;
/**
*
- * Representation of the actual IAM policy set on a cloud resource. For each
- * resource, there must be at most one IAM policy set on it.
+ * Representation of the actual Cloud IAM policy set on a cloud resource. For each
+ * resource, there must be at most one Cloud IAM policy set on it.
*
*
* .google.iam.v1.Policy iam_policy = 4;
@@ -257,8 +255,8 @@ public boolean hasIamPolicy() {
}
/**
*
- * Representation of the actual IAM policy set on a cloud resource. For each
- * resource, there must be at most one IAM policy set on it.
+ * Representation of the actual Cloud IAM policy set on a cloud resource. For each
+ * resource, there must be at most one Cloud IAM policy set on it.
*
*
* .google.iam.v1.Policy iam_policy = 4;
@@ -268,8 +266,8 @@ public com.google.iam.v1.Policy getIamPolicy() {
}
/**
*
- * Representation of the actual IAM policy set on a cloud resource. For each
- * resource, there must be at most one IAM policy set on it.
+ * Representation of the actual Cloud IAM policy set on a cloud resource. For each
+ * resource, there must be at most one Cloud IAM policy set on it.
*
*
* .google.iam.v1.Policy iam_policy = 4;
@@ -477,8 +475,8 @@ protected Builder newBuilderForType(
}
/**
*
- * Cloud asset. This include all Google Cloud Platform resources, as well as
- * IAM policies and other non-GCP assets.
+ * Cloud asset. This includes all Google Cloud Platform resources,
+ * Cloud IAM policies, and other non-GCP assets.
*
*
* Protobuf type {@code google.cloud.asset.v1beta1.Asset}
@@ -666,10 +664,9 @@ public Builder mergeFrom(
private java.lang.Object name_ = "";
/**
*
- * The full name of the asset. See:
- * https://cloud.google.com/apis/design/resource_names#full_resource_name
- * Example:
- * "//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1".
+ * The full name of the asset. For example: `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
+ * See [Resource Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
+ * for more information.
*
*
* string name = 1;
@@ -688,10 +685,9 @@ public java.lang.String getName() {
}
/**
*
- * The full name of the asset. See:
- * https://cloud.google.com/apis/design/resource_names#full_resource_name
- * Example:
- * "//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1".
+ * The full name of the asset. For example: `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
+ * See [Resource Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
+ * for more information.
*
*
* string name = 1;
@@ -711,10 +707,9 @@ public java.lang.String getName() {
}
/**
*
- * The full name of the asset. See:
- * https://cloud.google.com/apis/design/resource_names#full_resource_name
- * Example:
- * "//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1".
+ * The full name of the asset. For example: `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
+ * See [Resource Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
+ * for more information.
*
*
* string name = 1;
@@ -731,10 +726,9 @@ public Builder setName(
}
/**
*
- * The full name of the asset. See:
- * https://cloud.google.com/apis/design/resource_names#full_resource_name
- * Example:
- * "//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1".
+ * The full name of the asset. For example: `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
+ * See [Resource Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
+ * for more information.
*
*
* string name = 1;
@@ -747,10 +741,9 @@ public Builder clearName() {
}
/**
*
- * The full name of the asset. See:
- * https://cloud.google.com/apis/design/resource_names#full_resource_name
- * Example:
- * "//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1".
+ * The full name of the asset. For example: `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
+ * See [Resource Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
+ * for more information.
*
*
* string name = 1;
@@ -1014,8 +1007,8 @@ public com.google.cloud.asset.v1beta1.ResourceOrBuilder getResourceOrBuilder() {
com.google.iam.v1.Policy, com.google.iam.v1.Policy.Builder, com.google.iam.v1.PolicyOrBuilder> iamPolicyBuilder_;
/**
*
- * Representation of the actual IAM policy set on a cloud resource. For each
- * resource, there must be at most one IAM policy set on it.
+ * Representation of the actual Cloud IAM policy set on a cloud resource. For each
+ * resource, there must be at most one Cloud IAM policy set on it.
*
*
* .google.iam.v1.Policy iam_policy = 4;
@@ -1025,8 +1018,8 @@ public boolean hasIamPolicy() {
}
/**
*
- * Representation of the actual IAM policy set on a cloud resource. For each
- * resource, there must be at most one IAM policy set on it.
+ * Representation of the actual Cloud IAM policy set on a cloud resource. For each
+ * resource, there must be at most one Cloud IAM policy set on it.
*
*
* .google.iam.v1.Policy iam_policy = 4;
@@ -1040,8 +1033,8 @@ public com.google.iam.v1.Policy getIamPolicy() {
}
/**
*
- * Representation of the actual IAM policy set on a cloud resource. For each
- * resource, there must be at most one IAM policy set on it.
+ * Representation of the actual Cloud IAM policy set on a cloud resource. For each
+ * resource, there must be at most one Cloud IAM policy set on it.
*
*
* .google.iam.v1.Policy iam_policy = 4;
@@ -1061,8 +1054,8 @@ public Builder setIamPolicy(com.google.iam.v1.Policy value) {
}
/**
*
- * Representation of the actual IAM policy set on a cloud resource. For each
- * resource, there must be at most one IAM policy set on it.
+ * Representation of the actual Cloud IAM policy set on a cloud resource. For each
+ * resource, there must be at most one Cloud IAM policy set on it.
*
*
* .google.iam.v1.Policy iam_policy = 4;
@@ -1080,8 +1073,8 @@ public Builder setIamPolicy(
}
/**
*
- * Representation of the actual IAM policy set on a cloud resource. For each
- * resource, there must be at most one IAM policy set on it.
+ * Representation of the actual Cloud IAM policy set on a cloud resource. For each
+ * resource, there must be at most one Cloud IAM policy set on it.
*
*
* .google.iam.v1.Policy iam_policy = 4;
@@ -1103,8 +1096,8 @@ public Builder mergeIamPolicy(com.google.iam.v1.Policy value) {
}
/**
*
- * Representation of the actual IAM policy set on a cloud resource. For each
- * resource, there must be at most one IAM policy set on it.
+ * Representation of the actual Cloud IAM policy set on a cloud resource. For each
+ * resource, there must be at most one Cloud IAM policy set on it.
*
*
* .google.iam.v1.Policy iam_policy = 4;
@@ -1122,8 +1115,8 @@ public Builder clearIamPolicy() {
}
/**
*
- * Representation of the actual IAM policy set on a cloud resource. For each
- * resource, there must be at most one IAM policy set on it.
+ * Representation of the actual Cloud IAM policy set on a cloud resource. For each
+ * resource, there must be at most one Cloud IAM policy set on it.
*
*
* .google.iam.v1.Policy iam_policy = 4;
@@ -1135,8 +1128,8 @@ public com.google.iam.v1.Policy.Builder getIamPolicyBuilder() {
}
/**
*
- * Representation of the actual IAM policy set on a cloud resource. For each
- * resource, there must be at most one IAM policy set on it.
+ * Representation of the actual Cloud IAM policy set on a cloud resource. For each
+ * resource, there must be at most one Cloud IAM policy set on it.
*
*
* .google.iam.v1.Policy iam_policy = 4;
@@ -1151,8 +1144,8 @@ public com.google.iam.v1.PolicyOrBuilder getIamPolicyOrBuilder() {
}
/**
*
- * Representation of the actual IAM policy set on a cloud resource. For each
- * resource, there must be at most one IAM policy set on it.
+ * Representation of the actual Cloud IAM policy set on a cloud resource. For each
+ * resource, there must be at most one Cloud IAM policy set on it.
*
*
* .google.iam.v1.Policy iam_policy = 4;
diff --git a/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/AssetOrBuilder.java b/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/AssetOrBuilder.java
index c3a54c03daea..a36e5872a909 100644
--- a/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/AssetOrBuilder.java
+++ b/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/AssetOrBuilder.java
@@ -9,10 +9,9 @@ public interface AssetOrBuilder extends
/**
*
- * The full name of the asset. See:
- * https://cloud.google.com/apis/design/resource_names#full_resource_name
- * Example:
- * "//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1".
+ * The full name of the asset. For example: `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
+ * See [Resource Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
+ * for more information.
*
*
* string name = 1;
@@ -20,10 +19,9 @@ public interface AssetOrBuilder extends
java.lang.String getName();
/**
*
- * The full name of the asset. See:
- * https://cloud.google.com/apis/design/resource_names#full_resource_name
- * Example:
- * "//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1".
+ * The full name of the asset. For example: `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
+ * See [Resource Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
+ * for more information.
*
*
* string name = 1;
@@ -76,8 +74,8 @@ public interface AssetOrBuilder extends
/**
*
- * Representation of the actual IAM policy set on a cloud resource. For each
- * resource, there must be at most one IAM policy set on it.
+ * Representation of the actual Cloud IAM policy set on a cloud resource. For each
+ * resource, there must be at most one Cloud IAM policy set on it.
*
*
* .google.iam.v1.Policy iam_policy = 4;
@@ -85,8 +83,8 @@ public interface AssetOrBuilder extends
boolean hasIamPolicy();
/**
*
- * Representation of the actual IAM policy set on a cloud resource. For each
- * resource, there must be at most one IAM policy set on it.
+ * Representation of the actual Cloud IAM policy set on a cloud resource. For each
+ * resource, there must be at most one Cloud IAM policy set on it.
*
*
* .google.iam.v1.Policy iam_policy = 4;
@@ -94,8 +92,8 @@ public interface AssetOrBuilder extends
com.google.iam.v1.Policy getIamPolicy();
/**
*
- * Representation of the actual IAM policy set on a cloud resource. For each
- * resource, there must be at most one IAM policy set on it.
+ * Representation of the actual Cloud IAM policy set on a cloud resource. For each
+ * resource, there must be at most one Cloud IAM policy set on it.
*
*
* .google.iam.v1.Policy iam_policy = 4;
diff --git a/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/AssetServiceProto.java b/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/AssetServiceProto.java
index b340f65a2f97..ea77a606d221 100644
--- a/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/AssetServiceProto.java
+++ b/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/AssetServiceProto.java
@@ -80,23 +80,23 @@ public static void registerAllExtensions(
"nationH\000B\r\n\013destination\"\035\n\016GcsDestinatio" +
"n\022\013\n\003uri\030\001 \001(\t*I\n\013ContentType\022\034\n\030CONTENT" +
"_TYPE_UNSPECIFIED\020\000\022\014\n\010RESOURCE\020\001\022\016\n\nIAM" +
- "_POLICY\020\0022\337\003\n\014AssetService\022\311\001\n\014ExportAss" +
+ "_POLICY\020\0022\340\003\n\014AssetService\022\311\001\n\014ExportAss" +
"ets\022/.google.cloud.asset.v1beta1.ExportA" +
"ssetsRequest\032\035.google.longrunning.Operat" +
"ion\"i\202\323\344\223\002c\")/v1beta1/{parent=projects/*" +
"}:exportAssets:\001*Z3\"./v1beta1/{parent=or" +
- "ganizations/*}:exportAssets:\001*\022\202\002\n\025Batch" +
+ "ganizations/*}:exportAssets:\001*\022\203\002\n\025Batch" +
"GetAssetsHistory\0228.google.cloud.asset.v1" +
"beta1.BatchGetAssetsHistoryRequest\0329.goo" +
"gle.cloud.asset.v1beta1.BatchGetAssetsHi" +
- "storyResponse\"t\202\323\344\223\002n\0222/v1beta1/{parent=" +
- "projects/*}:batchGetAssetsHistoryZ8\0226/v1" +
+ "storyResponse\"u\202\323\344\223\002o\0222/v1beta1/{parent=" +
+ "projects/*}:batchGetAssetsHistoryZ9\0227/v1" +
"beta1/{parent=organizations/*}:batchGetA" +
- "ssetHistoryB\260\001\n\036com.google.cloud.asset.v" +
- "1beta1B\021AssetServiceProtoP\001Z?google.gola" +
- "ng.org/genproto/googleapis/cloud/asset/v" +
- "1beta1;asset\252\002\032Google.Cloud.Asset.V1Beta" +
- "1\312\002\032Google\\Cloud\\Asset\\V1beta1b\006proto3"
+ "ssetsHistoryB\260\001\n\036com.google.cloud.asset." +
+ "v1beta1B\021AssetServiceProtoP\001Z?google.gol" +
+ "ang.org/genproto/googleapis/cloud/asset/" +
+ "v1beta1;asset\252\002\032Google.Cloud.Asset.V1Bet" +
+ "a1\312\002\032Google\\Cloud\\Asset\\V1beta1b\006proto3"
};
com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() {
diff --git a/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/BatchGetAssetsHistoryRequest.java b/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/BatchGetAssetsHistoryRequest.java
index 6f00c7eb3a9a..4addadf344ce 100644
--- a/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/BatchGetAssetsHistoryRequest.java
+++ b/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/BatchGetAssetsHistoryRequest.java
@@ -124,8 +124,8 @@ private BatchGetAssetsHistoryRequest(
/**
*
* Required. The relative name of the root asset. It can only be an
- * organization number (such as "organizations/123"), or a project id (such as
- * "projects/my-project-id")"or a project number (such as "projects/12345").
+ * organization number (such as "organizations/123"), a project ID (such as
+ * "projects/my-project-id")", or a project number (such as "projects/12345").
*
*
* string parent = 1;
@@ -145,8 +145,8 @@ public java.lang.String getParent() {
/**
*
* Required. The relative name of the root asset. It can only be an
- * organization number (such as "organizations/123"), or a project id (such as
- * "projects/my-project-id")"or a project number (such as "projects/12345").
+ * organization number (such as "organizations/123"), a project ID (such as
+ * "projects/my-project-id")", or a project number (such as "projects/12345").
*
*
* string parent = 1;
@@ -169,10 +169,10 @@ public java.lang.String getParent() {
private com.google.protobuf.LazyStringList assetNames_;
/**
*
- * A list of the full names of the assets. See:
- * https://cloud.google.com/apis/design/resource_names#full_resource_name
- * Example:
- * "//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1".
+ * A list of the full names of the assets. For example:
+ * `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
+ * See [Resource Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
+ * for more info.
* The request becomes a no-op if the asset name list is empty, and the max
* size of the asset name list is 100 in one request.
*
@@ -185,10 +185,10 @@ public java.lang.String getParent() {
}
/**
*
- * A list of the full names of the assets. See:
- * https://cloud.google.com/apis/design/resource_names#full_resource_name
- * Example:
- * "//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1".
+ * A list of the full names of the assets. For example:
+ * `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
+ * See [Resource Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
+ * for more info.
* The request becomes a no-op if the asset name list is empty, and the max
* size of the asset name list is 100 in one request.
*
@@ -200,10 +200,10 @@ public int getAssetNamesCount() {
}
/**
*
- * A list of the full names of the assets. See:
- * https://cloud.google.com/apis/design/resource_names#full_resource_name
- * Example:
- * "//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1".
+ * A list of the full names of the assets. For example:
+ * `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
+ * See [Resource Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
+ * for more info.
* The request becomes a no-op if the asset name list is empty, and the max
* size of the asset name list is 100 in one request.
*
@@ -215,10 +215,10 @@ public java.lang.String getAssetNames(int index) {
}
/**
*
- * A list of the full names of the assets. See:
- * https://cloud.google.com/apis/design/resource_names#full_resource_name
- * Example:
- * "//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1".
+ * A list of the full names of the assets. For example:
+ * `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
+ * See [Resource Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
+ * for more info.
* The request becomes a no-op if the asset name list is empty, and the max
* size of the asset name list is 100 in one request.
*
@@ -689,8 +689,8 @@ public Builder mergeFrom(
/**
*
* Required. The relative name of the root asset. It can only be an
- * organization number (such as "organizations/123"), or a project id (such as
- * "projects/my-project-id")"or a project number (such as "projects/12345").
+ * organization number (such as "organizations/123"), a project ID (such as
+ * "projects/my-project-id")", or a project number (such as "projects/12345").
*
*
* string parent = 1;
@@ -710,8 +710,8 @@ public java.lang.String getParent() {
/**
*
* Required. The relative name of the root asset. It can only be an
- * organization number (such as "organizations/123"), or a project id (such as
- * "projects/my-project-id")"or a project number (such as "projects/12345").
+ * organization number (such as "organizations/123"), a project ID (such as
+ * "projects/my-project-id")", or a project number (such as "projects/12345").
*
*
* string parent = 1;
@@ -732,8 +732,8 @@ public java.lang.String getParent() {
/**
*
* Required. The relative name of the root asset. It can only be an
- * organization number (such as "organizations/123"), or a project id (such as
- * "projects/my-project-id")"or a project number (such as "projects/12345").
+ * organization number (such as "organizations/123"), a project ID (such as
+ * "projects/my-project-id")", or a project number (such as "projects/12345").
*
*
* string parent = 1;
@@ -751,8 +751,8 @@ public Builder setParent(
/**
*
* Required. The relative name of the root asset. It can only be an
- * organization number (such as "organizations/123"), or a project id (such as
- * "projects/my-project-id")"or a project number (such as "projects/12345").
+ * organization number (such as "organizations/123"), a project ID (such as
+ * "projects/my-project-id")", or a project number (such as "projects/12345").
*
*
* string parent = 1;
@@ -766,8 +766,8 @@ public Builder clearParent() {
/**
*
* Required. The relative name of the root asset. It can only be an
- * organization number (such as "organizations/123"), or a project id (such as
- * "projects/my-project-id")"or a project number (such as "projects/12345").
+ * organization number (such as "organizations/123"), a project ID (such as
+ * "projects/my-project-id")", or a project number (such as "projects/12345").
*
*
* string parent = 1;
@@ -793,10 +793,10 @@ private void ensureAssetNamesIsMutable() {
}
/**
*
- * A list of the full names of the assets. See:
- * https://cloud.google.com/apis/design/resource_names#full_resource_name
- * Example:
- * "//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1".
+ * A list of the full names of the assets. For example:
+ * `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
+ * See [Resource Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
+ * for more info.
* The request becomes a no-op if the asset name list is empty, and the max
* size of the asset name list is 100 in one request.
*
@@ -809,10 +809,10 @@ private void ensureAssetNamesIsMutable() {
}
/**
*
- * A list of the full names of the assets. See:
- * https://cloud.google.com/apis/design/resource_names#full_resource_name
- * Example:
- * "//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1".
+ * A list of the full names of the assets. For example:
+ * `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
+ * See [Resource Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
+ * for more info.
* The request becomes a no-op if the asset name list is empty, and the max
* size of the asset name list is 100 in one request.
*
@@ -824,10 +824,10 @@ public int getAssetNamesCount() {
}
/**
*
- * A list of the full names of the assets. See:
- * https://cloud.google.com/apis/design/resource_names#full_resource_name
- * Example:
- * "//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1".
+ * A list of the full names of the assets. For example:
+ * `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
+ * See [Resource Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
+ * for more info.
* The request becomes a no-op if the asset name list is empty, and the max
* size of the asset name list is 100 in one request.
*
@@ -839,10 +839,10 @@ public java.lang.String getAssetNames(int index) {
}
/**
*
- * A list of the full names of the assets. See:
- * https://cloud.google.com/apis/design/resource_names#full_resource_name
- * Example:
- * "//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1".
+ * A list of the full names of the assets. For example:
+ * `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
+ * See [Resource Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
+ * for more info.
* The request becomes a no-op if the asset name list is empty, and the max
* size of the asset name list is 100 in one request.
*
@@ -855,10 +855,10 @@ public java.lang.String getAssetNames(int index) {
}
/**
*
- * A list of the full names of the assets. See:
- * https://cloud.google.com/apis/design/resource_names#full_resource_name
- * Example:
- * "//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1".
+ * A list of the full names of the assets. For example:
+ * `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
+ * See [Resource Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
+ * for more info.
* The request becomes a no-op if the asset name list is empty, and the max
* size of the asset name list is 100 in one request.
*
@@ -877,10 +877,10 @@ public Builder setAssetNames(
}
/**
*
- * A list of the full names of the assets. See:
- * https://cloud.google.com/apis/design/resource_names#full_resource_name
- * Example:
- * "//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1".
+ * A list of the full names of the assets. For example:
+ * `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
+ * See [Resource Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
+ * for more info.
* The request becomes a no-op if the asset name list is empty, and the max
* size of the asset name list is 100 in one request.
*
@@ -899,10 +899,10 @@ public Builder addAssetNames(
}
/**
*
- * A list of the full names of the assets. See:
- * https://cloud.google.com/apis/design/resource_names#full_resource_name
- * Example:
- * "//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1".
+ * A list of the full names of the assets. For example:
+ * `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
+ * See [Resource Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
+ * for more info.
* The request becomes a no-op if the asset name list is empty, and the max
* size of the asset name list is 100 in one request.
*
@@ -919,10 +919,10 @@ public Builder addAllAssetNames(
}
/**
*
- * A list of the full names of the assets. See:
- * https://cloud.google.com/apis/design/resource_names#full_resource_name
- * Example:
- * "//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1".
+ * A list of the full names of the assets. For example:
+ * `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
+ * See [Resource Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
+ * for more info.
* The request becomes a no-op if the asset name list is empty, and the max
* size of the asset name list is 100 in one request.
*
@@ -937,10 +937,10 @@ public Builder clearAssetNames() {
}
/**
*
- * A list of the full names of the assets. See:
- * https://cloud.google.com/apis/design/resource_names#full_resource_name
- * Example:
- * "//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1".
+ * A list of the full names of the assets. For example:
+ * `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
+ * See [Resource Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
+ * for more info.
* The request becomes a no-op if the asset name list is empty, and the max
* size of the asset name list is 100 in one request.
*
diff --git a/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/BatchGetAssetsHistoryRequestOrBuilder.java b/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/BatchGetAssetsHistoryRequestOrBuilder.java
index 015ea0635afd..7e231dfb12b3 100644
--- a/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/BatchGetAssetsHistoryRequestOrBuilder.java
+++ b/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/BatchGetAssetsHistoryRequestOrBuilder.java
@@ -10,8 +10,8 @@ public interface BatchGetAssetsHistoryRequestOrBuilder extends
/**
*
* Required. The relative name of the root asset. It can only be an
- * organization number (such as "organizations/123"), or a project id (such as
- * "projects/my-project-id")"or a project number (such as "projects/12345").
+ * organization number (such as "organizations/123"), a project ID (such as
+ * "projects/my-project-id")", or a project number (such as "projects/12345").
*
*
* string parent = 1;
@@ -20,8 +20,8 @@ public interface BatchGetAssetsHistoryRequestOrBuilder extends
/**
*
* Required. The relative name of the root asset. It can only be an
- * organization number (such as "organizations/123"), or a project id (such as
- * "projects/my-project-id")"or a project number (such as "projects/12345").
+ * organization number (such as "organizations/123"), a project ID (such as
+ * "projects/my-project-id")", or a project number (such as "projects/12345").
*
*
* string parent = 1;
@@ -31,10 +31,10 @@ public interface BatchGetAssetsHistoryRequestOrBuilder extends
/**
*
- * A list of the full names of the assets. See:
- * https://cloud.google.com/apis/design/resource_names#full_resource_name
- * Example:
- * "//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1".
+ * A list of the full names of the assets. For example:
+ * `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
+ * See [Resource Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
+ * for more info.
* The request becomes a no-op if the asset name list is empty, and the max
* size of the asset name list is 100 in one request.
*
@@ -45,10 +45,10 @@ public interface BatchGetAssetsHistoryRequestOrBuilder extends
getAssetNamesList();
/**
*
- * A list of the full names of the assets. See:
- * https://cloud.google.com/apis/design/resource_names#full_resource_name
- * Example:
- * "//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1".
+ * A list of the full names of the assets. For example:
+ * `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
+ * See [Resource Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
+ * for more info.
* The request becomes a no-op if the asset name list is empty, and the max
* size of the asset name list is 100 in one request.
*
@@ -58,10 +58,10 @@ public interface BatchGetAssetsHistoryRequestOrBuilder extends
int getAssetNamesCount();
/**
*
- * A list of the full names of the assets. See:
- * https://cloud.google.com/apis/design/resource_names#full_resource_name
- * Example:
- * "//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1".
+ * A list of the full names of the assets. For example:
+ * `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
+ * See [Resource Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
+ * for more info.
* The request becomes a no-op if the asset name list is empty, and the max
* size of the asset name list is 100 in one request.
*
@@ -71,10 +71,10 @@ public interface BatchGetAssetsHistoryRequestOrBuilder extends
java.lang.String getAssetNames(int index);
/**
*
- * A list of the full names of the assets. See:
- * https://cloud.google.com/apis/design/resource_names#full_resource_name
- * Example:
- * "//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1".
+ * A list of the full names of the assets. For example:
+ * `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
+ * See [Resource Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
+ * for more info.
* The request becomes a no-op if the asset name list is empty, and the max
* size of the asset name list is 100 in one request.
*
diff --git a/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/ExportAssetsRequest.java b/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/ExportAssetsRequest.java
index 6e9ad14f1adc..91d90fafdd95 100644
--- a/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/ExportAssetsRequest.java
+++ b/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/ExportAssetsRequest.java
@@ -136,9 +136,9 @@ private ExportAssetsRequest(
private volatile java.lang.Object parent_;
/**
*
- * Required. The relative name of the root asset. Can only be an organization
- * number (such as "organizations/123"), or a project id (such as
- * "projects/my-project-id") or a project number (such as "projects/12345").
+ * Required. The relative name of the root asset. This can only be an organization
+ * number (such as "organizations/123"), a project ID (such as
+ * "projects/my-project-id"), or a project number (such as "projects/12345").
*
*
* string parent = 1;
@@ -157,9 +157,9 @@ public java.lang.String getParent() {
}
/**
*
- * Required. The relative name of the root asset. Can only be an organization
- * number (such as "organizations/123"), or a project id (such as
- * "projects/my-project-id") or a project number (such as "projects/12345").
+ * Required. The relative name of the root asset. This can only be an organization
+ * number (such as "organizations/123"), a project ID (such as
+ * "projects/my-project-id"), or a project number (such as "projects/12345").
*
*
* string parent = 1;
@@ -227,7 +227,7 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
private com.google.protobuf.LazyStringList assetTypes_;
/**
*
- * A list of asset types of which to take a snapshot for. Example:
+ * A list of asset types of which to take a snapshot for. For example:
* "google.compute.disk". If specified, only matching assets will be returned.
*
*
@@ -239,7 +239,7 @@ public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder() {
}
/**
*
- * A list of asset types of which to take a snapshot for. Example:
+ * A list of asset types of which to take a snapshot for. For example:
* "google.compute.disk". If specified, only matching assets will be returned.
*
*
@@ -250,7 +250,7 @@ public int getAssetTypesCount() {
}
/**
*
- * A list of asset types of which to take a snapshot for. Example:
+ * A list of asset types of which to take a snapshot for. For example:
* "google.compute.disk". If specified, only matching assets will be returned.
*
*
@@ -261,7 +261,7 @@ public java.lang.String getAssetTypes(int index) {
}
/**
*
- * A list of asset types of which to take a snapshot for. Example:
+ * A list of asset types of which to take a snapshot for. For example:
* "google.compute.disk". If specified, only matching assets will be returned.
*
*
@@ -759,9 +759,9 @@ public Builder mergeFrom(
private java.lang.Object parent_ = "";
/**
*
- * Required. The relative name of the root asset. Can only be an organization
- * number (such as "organizations/123"), or a project id (such as
- * "projects/my-project-id") or a project number (such as "projects/12345").
+ * Required. The relative name of the root asset. This can only be an organization
+ * number (such as "organizations/123"), a project ID (such as
+ * "projects/my-project-id"), or a project number (such as "projects/12345").
*
*
* string parent = 1;
@@ -780,9 +780,9 @@ public java.lang.String getParent() {
}
/**
*
- * Required. The relative name of the root asset. Can only be an organization
- * number (such as "organizations/123"), or a project id (such as
- * "projects/my-project-id") or a project number (such as "projects/12345").
+ * Required. The relative name of the root asset. This can only be an organization
+ * number (such as "organizations/123"), a project ID (such as
+ * "projects/my-project-id"), or a project number (such as "projects/12345").
*
*
* string parent = 1;
@@ -802,9 +802,9 @@ public java.lang.String getParent() {
}
/**
*
- * Required. The relative name of the root asset. Can only be an organization
- * number (such as "organizations/123"), or a project id (such as
- * "projects/my-project-id") or a project number (such as "projects/12345").
+ * Required. The relative name of the root asset. This can only be an organization
+ * number (such as "organizations/123"), a project ID (such as
+ * "projects/my-project-id"), or a project number (such as "projects/12345").
*
*
* string parent = 1;
@@ -821,9 +821,9 @@ public Builder setParent(
}
/**
*
- * Required. The relative name of the root asset. Can only be an organization
- * number (such as "organizations/123"), or a project id (such as
- * "projects/my-project-id") or a project number (such as "projects/12345").
+ * Required. The relative name of the root asset. This can only be an organization
+ * number (such as "organizations/123"), a project ID (such as
+ * "projects/my-project-id"), or a project number (such as "projects/12345").
*
*
* string parent = 1;
@@ -836,9 +836,9 @@ public Builder clearParent() {
}
/**
*
- * Required. The relative name of the root asset. Can only be an organization
- * number (such as "organizations/123"), or a project id (such as
- * "projects/my-project-id") or a project number (such as "projects/12345").
+ * Required. The relative name of the root asset. This can only be an organization
+ * number (such as "organizations/123"), a project ID (such as
+ * "projects/my-project-id"), or a project number (such as "projects/12345").
*
*
* string parent = 1;
@@ -1053,7 +1053,7 @@ private void ensureAssetTypesIsMutable() {
}
/**
*
- * A list of asset types of which to take a snapshot for. Example:
+ * A list of asset types of which to take a snapshot for. For example:
* "google.compute.disk". If specified, only matching assets will be returned.
*
*
@@ -1065,7 +1065,7 @@ private void ensureAssetTypesIsMutable() {
}
/**
*
- * A list of asset types of which to take a snapshot for. Example:
+ * A list of asset types of which to take a snapshot for. For example:
* "google.compute.disk". If specified, only matching assets will be returned.
*
*
@@ -1076,7 +1076,7 @@ public int getAssetTypesCount() {
}
/**
*
- * A list of asset types of which to take a snapshot for. Example:
+ * A list of asset types of which to take a snapshot for. For example:
* "google.compute.disk". If specified, only matching assets will be returned.
*
*
@@ -1087,7 +1087,7 @@ public java.lang.String getAssetTypes(int index) {
}
/**
*
- * A list of asset types of which to take a snapshot for. Example:
+ * A list of asset types of which to take a snapshot for. For example:
* "google.compute.disk". If specified, only matching assets will be returned.
*
*
@@ -1099,7 +1099,7 @@ public java.lang.String getAssetTypes(int index) {
}
/**
*
- * A list of asset types of which to take a snapshot for. Example:
+ * A list of asset types of which to take a snapshot for. For example:
* "google.compute.disk". If specified, only matching assets will be returned.
*
*
@@ -1117,7 +1117,7 @@ public Builder setAssetTypes(
}
/**
*
- * A list of asset types of which to take a snapshot for. Example:
+ * A list of asset types of which to take a snapshot for. For example:
* "google.compute.disk". If specified, only matching assets will be returned.
*
*
@@ -1135,7 +1135,7 @@ public Builder addAssetTypes(
}
/**
*
- * A list of asset types of which to take a snapshot for. Example:
+ * A list of asset types of which to take a snapshot for. For example:
* "google.compute.disk". If specified, only matching assets will be returned.
*
*
@@ -1151,7 +1151,7 @@ public Builder addAllAssetTypes(
}
/**
*
- * A list of asset types of which to take a snapshot for. Example:
+ * A list of asset types of which to take a snapshot for. For example:
* "google.compute.disk". If specified, only matching assets will be returned.
*
*
@@ -1165,7 +1165,7 @@ public Builder clearAssetTypes() {
}
/**
*
- * A list of asset types of which to take a snapshot for. Example:
+ * A list of asset types of which to take a snapshot for. For example:
* "google.compute.disk". If specified, only matching assets will be returned.
*
*
diff --git a/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/ExportAssetsRequestOrBuilder.java b/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/ExportAssetsRequestOrBuilder.java
index 2a6d2bd02c2c..2e97a614fd4e 100644
--- a/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/ExportAssetsRequestOrBuilder.java
+++ b/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/ExportAssetsRequestOrBuilder.java
@@ -9,9 +9,9 @@ public interface ExportAssetsRequestOrBuilder extends
/**
*
- * Required. The relative name of the root asset. Can only be an organization
- * number (such as "organizations/123"), or a project id (such as
- * "projects/my-project-id") or a project number (such as "projects/12345").
+ * Required. The relative name of the root asset. This can only be an organization
+ * number (such as "organizations/123"), a project ID (such as
+ * "projects/my-project-id"), or a project number (such as "projects/12345").
*
*
* string parent = 1;
@@ -19,9 +19,9 @@ public interface ExportAssetsRequestOrBuilder extends
java.lang.String getParent();
/**
*
- * Required. The relative name of the root asset. Can only be an organization
- * number (such as "organizations/123"), or a project id (such as
- * "projects/my-project-id") or a project number (such as "projects/12345").
+ * Required. The relative name of the root asset. This can only be an organization
+ * number (such as "organizations/123"), a project ID (such as
+ * "projects/my-project-id"), or a project number (such as "projects/12345").
*
*
* string parent = 1;
@@ -68,7 +68,7 @@ public interface ExportAssetsRequestOrBuilder extends
/**
*
- * A list of asset types of which to take a snapshot for. Example:
+ * A list of asset types of which to take a snapshot for. For example:
* "google.compute.disk". If specified, only matching assets will be returned.
*
*
@@ -78,7 +78,7 @@ public interface ExportAssetsRequestOrBuilder extends
getAssetTypesList();
/**
*
- * A list of asset types of which to take a snapshot for. Example:
+ * A list of asset types of which to take a snapshot for. For example:
* "google.compute.disk". If specified, only matching assets will be returned.
*
*
@@ -87,7 +87,7 @@ public interface ExportAssetsRequestOrBuilder extends
int getAssetTypesCount();
/**
*
- * A list of asset types of which to take a snapshot for. Example:
+ * A list of asset types of which to take a snapshot for. For example:
* "google.compute.disk". If specified, only matching assets will be returned.
*
*
@@ -96,7 +96,7 @@ public interface ExportAssetsRequestOrBuilder extends
java.lang.String getAssetTypes(int index);
/**
*
- * A list of asset types of which to take a snapshot for. Example:
+ * A list of asset types of which to take a snapshot for. For example:
* "google.compute.disk". If specified, only matching assets will be returned.
*
*
diff --git a/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/GcsDestination.java b/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/GcsDestination.java
index 213c84e267d4..6e31b7d723f6 100644
--- a/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/GcsDestination.java
+++ b/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/GcsDestination.java
@@ -5,7 +5,7 @@
/**
* - * A Google Cloud Storage (GCS) location. + * A Cloud Storage location. ** * Protobuf type {@code google.cloud.asset.v1beta1.GcsDestination} @@ -89,10 +89,9 @@ private GcsDestination( private volatile java.lang.Object uri_; /** *
- * The path of the GCS objects. It's the same path that is used by gsutil, for
- * example: "gs://bucket_name/object_path". See:
- * https://cloud.google.com/storage/docs/viewing-editing-metadata for more
- * information.
+ * The path of the Cloud Storage objects. It's the same path that is used by
+ * gsutil. For example: "gs://bucket_name/object_path". See [Viewing and Editing Object Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata)
+ * for more information.
*
*
* string uri = 1;
@@ -111,10 +110,9 @@ public java.lang.String getUri() {
}
/**
*
- * The path of the GCS objects. It's the same path that is used by gsutil, for
- * example: "gs://bucket_name/object_path". See:
- * https://cloud.google.com/storage/docs/viewing-editing-metadata for more
- * information.
+ * The path of the Cloud Storage objects. It's the same path that is used by
+ * gsutil. For example: "gs://bucket_name/object_path". See [Viewing and Editing Object Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata)
+ * for more information.
*
*
* string uri = 1;
@@ -290,7 +288,7 @@ protected Builder newBuilderForType(
}
/**
*
- * A Google Cloud Storage (GCS) location.
+ * A Cloud Storage location.
*
*
* Protobuf type {@code google.cloud.asset.v1beta1.GcsDestination}
@@ -443,10 +441,9 @@ public Builder mergeFrom(
private java.lang.Object uri_ = "";
/**
*
- * The path of the GCS objects. It's the same path that is used by gsutil, for
- * example: "gs://bucket_name/object_path". See:
- * https://cloud.google.com/storage/docs/viewing-editing-metadata for more
- * information.
+ * The path of the Cloud Storage objects. It's the same path that is used by
+ * gsutil. For example: "gs://bucket_name/object_path". See [Viewing and Editing Object Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata)
+ * for more information.
*
*
* string uri = 1;
@@ -465,10 +462,9 @@ public java.lang.String getUri() {
}
/**
*
- * The path of the GCS objects. It's the same path that is used by gsutil, for
- * example: "gs://bucket_name/object_path". See:
- * https://cloud.google.com/storage/docs/viewing-editing-metadata for more
- * information.
+ * The path of the Cloud Storage objects. It's the same path that is used by
+ * gsutil. For example: "gs://bucket_name/object_path". See [Viewing and Editing Object Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata)
+ * for more information.
*
*
* string uri = 1;
@@ -488,10 +484,9 @@ public java.lang.String getUri() {
}
/**
*
- * The path of the GCS objects. It's the same path that is used by gsutil, for
- * example: "gs://bucket_name/object_path". See:
- * https://cloud.google.com/storage/docs/viewing-editing-metadata for more
- * information.
+ * The path of the Cloud Storage objects. It's the same path that is used by
+ * gsutil. For example: "gs://bucket_name/object_path". See [Viewing and Editing Object Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata)
+ * for more information.
*
*
* string uri = 1;
@@ -508,10 +503,9 @@ public Builder setUri(
}
/**
*
- * The path of the GCS objects. It's the same path that is used by gsutil, for
- * example: "gs://bucket_name/object_path". See:
- * https://cloud.google.com/storage/docs/viewing-editing-metadata for more
- * information.
+ * The path of the Cloud Storage objects. It's the same path that is used by
+ * gsutil. For example: "gs://bucket_name/object_path". See [Viewing and Editing Object Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata)
+ * for more information.
*
*
* string uri = 1;
@@ -524,10 +518,9 @@ public Builder clearUri() {
}
/**
*
- * The path of the GCS objects. It's the same path that is used by gsutil, for
- * example: "gs://bucket_name/object_path". See:
- * https://cloud.google.com/storage/docs/viewing-editing-metadata for more
- * information.
+ * The path of the Cloud Storage objects. It's the same path that is used by
+ * gsutil. For example: "gs://bucket_name/object_path". See [Viewing and Editing Object Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata)
+ * for more information.
*
*
* string uri = 1;
diff --git a/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/GcsDestinationOrBuilder.java b/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/GcsDestinationOrBuilder.java
index f0a4e3a95884..1f01445f6b2c 100644
--- a/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/GcsDestinationOrBuilder.java
+++ b/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/GcsDestinationOrBuilder.java
@@ -9,10 +9,9 @@ public interface GcsDestinationOrBuilder extends
/**
*
- * The path of the GCS objects. It's the same path that is used by gsutil, for
- * example: "gs://bucket_name/object_path". See:
- * https://cloud.google.com/storage/docs/viewing-editing-metadata for more
- * information.
+ * The path of the Cloud Storage objects. It's the same path that is used by
+ * gsutil. For example: "gs://bucket_name/object_path". See [Viewing and Editing Object Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata)
+ * for more information.
*
*
* string uri = 1;
@@ -20,10 +19,9 @@ public interface GcsDestinationOrBuilder extends
java.lang.String getUri();
/**
*
- * The path of the GCS objects. It's the same path that is used by gsutil, for
- * example: "gs://bucket_name/object_path". See:
- * https://cloud.google.com/storage/docs/viewing-editing-metadata for more
- * information.
+ * The path of the Cloud Storage objects. It's the same path that is used by
+ * gsutil. For example: "gs://bucket_name/object_path". See [Viewing and Editing Object Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata)
+ * for more information.
*
*
* string uri = 1;
diff --git a/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/OutputConfig.java b/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/OutputConfig.java
index b034f0192a89..6b885aba860a 100644
--- a/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/OutputConfig.java
+++ b/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/OutputConfig.java
@@ -131,7 +131,7 @@ public int getNumber() {
public static final int GCS_DESTINATION_FIELD_NUMBER = 1;
/**
*
- * Destination on Google Cloud Storage (GCS).
+ * Destination on Cloud Storage.
*
*
* .google.cloud.asset.v1beta1.GcsDestination gcs_destination = 1;
@@ -141,7 +141,7 @@ public boolean hasGcsDestination() {
}
/**
*
- * Destination on Google Cloud Storage (GCS).
+ * Destination on Cloud Storage.
*
*
* .google.cloud.asset.v1beta1.GcsDestination gcs_destination = 1;
@@ -154,7 +154,7 @@ public com.google.cloud.asset.v1beta1.GcsDestination getGcsDestination() {
}
/**
*
- * Destination on Google Cloud Storage (GCS).
+ * Destination on Cloud Storage.
*
*
* .google.cloud.asset.v1beta1.GcsDestination gcs_destination = 1;
@@ -520,7 +520,7 @@ public Builder clearDestination() {
com.google.cloud.asset.v1beta1.GcsDestination, com.google.cloud.asset.v1beta1.GcsDestination.Builder, com.google.cloud.asset.v1beta1.GcsDestinationOrBuilder> gcsDestinationBuilder_;
/**
*
- * Destination on Google Cloud Storage (GCS).
+ * Destination on Cloud Storage.
*
*
* .google.cloud.asset.v1beta1.GcsDestination gcs_destination = 1;
@@ -530,7 +530,7 @@ public boolean hasGcsDestination() {
}
/**
*
- * Destination on Google Cloud Storage (GCS).
+ * Destination on Cloud Storage.
*
*
* .google.cloud.asset.v1beta1.GcsDestination gcs_destination = 1;
@@ -550,7 +550,7 @@ public com.google.cloud.asset.v1beta1.GcsDestination getGcsDestination() {
}
/**
*
- * Destination on Google Cloud Storage (GCS).
+ * Destination on Cloud Storage.
*
*
* .google.cloud.asset.v1beta1.GcsDestination gcs_destination = 1;
@@ -570,7 +570,7 @@ public Builder setGcsDestination(com.google.cloud.asset.v1beta1.GcsDestination v
}
/**
*
- * Destination on Google Cloud Storage (GCS).
+ * Destination on Cloud Storage.
*
*
* .google.cloud.asset.v1beta1.GcsDestination gcs_destination = 1;
@@ -588,7 +588,7 @@ public Builder setGcsDestination(
}
/**
*
- * Destination on Google Cloud Storage (GCS).
+ * Destination on Cloud Storage.
*
*
* .google.cloud.asset.v1beta1.GcsDestination gcs_destination = 1;
@@ -614,7 +614,7 @@ public Builder mergeGcsDestination(com.google.cloud.asset.v1beta1.GcsDestination
}
/**
*
- * Destination on Google Cloud Storage (GCS).
+ * Destination on Cloud Storage.
*
*
* .google.cloud.asset.v1beta1.GcsDestination gcs_destination = 1;
@@ -637,7 +637,7 @@ public Builder clearGcsDestination() {
}
/**
*
- * Destination on Google Cloud Storage (GCS).
+ * Destination on Cloud Storage.
*
*
* .google.cloud.asset.v1beta1.GcsDestination gcs_destination = 1;
@@ -647,7 +647,7 @@ public com.google.cloud.asset.v1beta1.GcsDestination.Builder getGcsDestinationBu
}
/**
*
- * Destination on Google Cloud Storage (GCS).
+ * Destination on Cloud Storage.
*
*
* .google.cloud.asset.v1beta1.GcsDestination gcs_destination = 1;
@@ -664,7 +664,7 @@ public com.google.cloud.asset.v1beta1.GcsDestinationOrBuilder getGcsDestinationO
}
/**
*
- * Destination on Google Cloud Storage (GCS).
+ * Destination on Cloud Storage.
*
*
* .google.cloud.asset.v1beta1.GcsDestination gcs_destination = 1;
diff --git a/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/OutputConfigOrBuilder.java b/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/OutputConfigOrBuilder.java
index 2fa0d8472f36..6510d5c3a684 100644
--- a/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/OutputConfigOrBuilder.java
+++ b/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/OutputConfigOrBuilder.java
@@ -9,7 +9,7 @@ public interface OutputConfigOrBuilder extends
/**
*
- * Destination on Google Cloud Storage (GCS).
+ * Destination on Cloud Storage.
*
*
* .google.cloud.asset.v1beta1.GcsDestination gcs_destination = 1;
@@ -17,7 +17,7 @@ public interface OutputConfigOrBuilder extends
boolean hasGcsDestination();
/**
*
- * Destination on Google Cloud Storage (GCS).
+ * Destination on Cloud Storage.
*
*
* .google.cloud.asset.v1beta1.GcsDestination gcs_destination = 1;
@@ -25,7 +25,7 @@ public interface OutputConfigOrBuilder extends
com.google.cloud.asset.v1beta1.GcsDestination getGcsDestination();
/**
*
- * Destination on Google Cloud Storage (GCS).
+ * Destination on Cloud Storage.
*
*
* .google.cloud.asset.v1beta1.GcsDestination gcs_destination = 1;
diff --git a/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/Resource.java b/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/Resource.java
index fdddfefe18f6..d7ea897e30d9 100644
--- a/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/Resource.java
+++ b/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/Resource.java
@@ -173,8 +173,8 @@ public java.lang.String getVersion() {
/**
*
* The URL of the discovery document containing the resource's JSON schema.
- * Example:
- * "https://www.googleapis.com/discovery/v1/apis/compute/v1/rest".
+ * For example:
+ * `"https://www.googleapis.com/discovery/v1/apis/compute/v1/rest"`.
* It will be left unspecified for resources without a discovery-based API,
* such as Cloud Bigtable.
*
@@ -196,8 +196,8 @@ public java.lang.String getDiscoveryDocumentUri() {
/**
*
* The URL of the discovery document containing the resource's JSON schema.
- * Example:
- * "https://www.googleapis.com/discovery/v1/apis/compute/v1/rest".
+ * For example:
+ * `"https://www.googleapis.com/discovery/v1/apis/compute/v1/rest"`.
* It will be left unspecified for resources without a discovery-based API,
* such as Cloud Bigtable.
*
@@ -318,11 +318,12 @@ public java.lang.String getResourceUrl() {
private volatile java.lang.Object parent_;
/**
*
- * The full name of the immediate parent of this resource. See:
- * https://cloud.google.com/apis/design/resource_names#full_resource_name
- * For GCP assets, it is the parent resource defined in the IAM policy
- * hierarchy: https://cloud.google.com/iam/docs/overview#policy_hierarchy.
- * Example: "//cloudresourcemanager.googleapis.com/projects/my_project_123".
+ * The full name of the immediate parent of this resource. See
+ * [Resource Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
+ * for more information.
+ * For GCP assets, it is the parent resource defined in the [Cloud IAM policy
+ * hierarchy](https://cloud.google.com/iam/docs/overview#policy_hierarchy).
+ * For example: `"//cloudresourcemanager.googleapis.com/projects/my_project_123"`.
* For third-party assets, it is up to the users to define.
*
*
@@ -342,11 +343,12 @@ public java.lang.String getParent() {
}
/**
*
- * The full name of the immediate parent of this resource. See:
- * https://cloud.google.com/apis/design/resource_names#full_resource_name
- * For GCP assets, it is the parent resource defined in the IAM policy
- * hierarchy: https://cloud.google.com/iam/docs/overview#policy_hierarchy.
- * Example: "//cloudresourcemanager.googleapis.com/projects/my_project_123".
+ * The full name of the immediate parent of this resource. See
+ * [Resource Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
+ * for more information.
+ * For GCP assets, it is the parent resource defined in the [Cloud IAM policy
+ * hierarchy](https://cloud.google.com/iam/docs/overview#policy_hierarchy).
+ * For example: `"//cloudresourcemanager.googleapis.com/projects/my_project_123"`.
* For third-party assets, it is up to the users to define.
*
*
@@ -900,8 +902,8 @@ public Builder setVersionBytes(
/**
*
* The URL of the discovery document containing the resource's JSON schema.
- * Example:
- * "https://www.googleapis.com/discovery/v1/apis/compute/v1/rest".
+ * For example:
+ * `"https://www.googleapis.com/discovery/v1/apis/compute/v1/rest"`.
* It will be left unspecified for resources without a discovery-based API,
* such as Cloud Bigtable.
*
@@ -923,8 +925,8 @@ public java.lang.String getDiscoveryDocumentUri() {
/**
*
* The URL of the discovery document containing the resource's JSON schema.
- * Example:
- * "https://www.googleapis.com/discovery/v1/apis/compute/v1/rest".
+ * For example:
+ * `"https://www.googleapis.com/discovery/v1/apis/compute/v1/rest"`.
* It will be left unspecified for resources without a discovery-based API,
* such as Cloud Bigtable.
*
@@ -947,8 +949,8 @@ public java.lang.String getDiscoveryDocumentUri() {
/**
*
* The URL of the discovery document containing the resource's JSON schema.
- * Example:
- * "https://www.googleapis.com/discovery/v1/apis/compute/v1/rest".
+ * For example:
+ * `"https://www.googleapis.com/discovery/v1/apis/compute/v1/rest"`.
* It will be left unspecified for resources without a discovery-based API,
* such as Cloud Bigtable.
*
@@ -968,8 +970,8 @@ public Builder setDiscoveryDocumentUri(
/**
*
* The URL of the discovery document containing the resource's JSON schema.
- * Example:
- * "https://www.googleapis.com/discovery/v1/apis/compute/v1/rest".
+ * For example:
+ * `"https://www.googleapis.com/discovery/v1/apis/compute/v1/rest"`.
* It will be left unspecified for resources without a discovery-based API,
* such as Cloud Bigtable.
*
@@ -985,8 +987,8 @@ public Builder clearDiscoveryDocumentUri() {
/**
*
* The URL of the discovery document containing the resource's JSON schema.
- * Example:
- * "https://www.googleapis.com/discovery/v1/apis/compute/v1/rest".
+ * For example:
+ * `"https://www.googleapis.com/discovery/v1/apis/compute/v1/rest"`.
* It will be left unspecified for resources without a discovery-based API,
* such as Cloud Bigtable.
*
@@ -1216,11 +1218,12 @@ public Builder setResourceUrlBytes(
private java.lang.Object parent_ = "";
/**
*
- * The full name of the immediate parent of this resource. See:
- * https://cloud.google.com/apis/design/resource_names#full_resource_name
- * For GCP assets, it is the parent resource defined in the IAM policy
- * hierarchy: https://cloud.google.com/iam/docs/overview#policy_hierarchy.
- * Example: "//cloudresourcemanager.googleapis.com/projects/my_project_123".
+ * The full name of the immediate parent of this resource. See
+ * [Resource Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
+ * for more information.
+ * For GCP assets, it is the parent resource defined in the [Cloud IAM policy
+ * hierarchy](https://cloud.google.com/iam/docs/overview#policy_hierarchy).
+ * For example: `"//cloudresourcemanager.googleapis.com/projects/my_project_123"`.
* For third-party assets, it is up to the users to define.
*
*
@@ -1240,11 +1243,12 @@ public java.lang.String getParent() {
}
/**
*
- * The full name of the immediate parent of this resource. See:
- * https://cloud.google.com/apis/design/resource_names#full_resource_name
- * For GCP assets, it is the parent resource defined in the IAM policy
- * hierarchy: https://cloud.google.com/iam/docs/overview#policy_hierarchy.
- * Example: "//cloudresourcemanager.googleapis.com/projects/my_project_123".
+ * The full name of the immediate parent of this resource. See
+ * [Resource Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
+ * for more information.
+ * For GCP assets, it is the parent resource defined in the [Cloud IAM policy
+ * hierarchy](https://cloud.google.com/iam/docs/overview#policy_hierarchy).
+ * For example: `"//cloudresourcemanager.googleapis.com/projects/my_project_123"`.
* For third-party assets, it is up to the users to define.
*
*
@@ -1265,11 +1269,12 @@ public java.lang.String getParent() {
}
/**
*
- * The full name of the immediate parent of this resource. See:
- * https://cloud.google.com/apis/design/resource_names#full_resource_name
- * For GCP assets, it is the parent resource defined in the IAM policy
- * hierarchy: https://cloud.google.com/iam/docs/overview#policy_hierarchy.
- * Example: "//cloudresourcemanager.googleapis.com/projects/my_project_123".
+ * The full name of the immediate parent of this resource. See
+ * [Resource Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
+ * for more information.
+ * For GCP assets, it is the parent resource defined in the [Cloud IAM policy
+ * hierarchy](https://cloud.google.com/iam/docs/overview#policy_hierarchy).
+ * For example: `"//cloudresourcemanager.googleapis.com/projects/my_project_123"`.
* For third-party assets, it is up to the users to define.
*
*
@@ -1287,11 +1292,12 @@ public Builder setParent(
}
/**
*
- * The full name of the immediate parent of this resource. See:
- * https://cloud.google.com/apis/design/resource_names#full_resource_name
- * For GCP assets, it is the parent resource defined in the IAM policy
- * hierarchy: https://cloud.google.com/iam/docs/overview#policy_hierarchy.
- * Example: "//cloudresourcemanager.googleapis.com/projects/my_project_123".
+ * The full name of the immediate parent of this resource. See
+ * [Resource Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
+ * for more information.
+ * For GCP assets, it is the parent resource defined in the [Cloud IAM policy
+ * hierarchy](https://cloud.google.com/iam/docs/overview#policy_hierarchy).
+ * For example: `"//cloudresourcemanager.googleapis.com/projects/my_project_123"`.
* For third-party assets, it is up to the users to define.
*
*
@@ -1305,11 +1311,12 @@ public Builder clearParent() {
}
/**
*
- * The full name of the immediate parent of this resource. See:
- * https://cloud.google.com/apis/design/resource_names#full_resource_name
- * For GCP assets, it is the parent resource defined in the IAM policy
- * hierarchy: https://cloud.google.com/iam/docs/overview#policy_hierarchy.
- * Example: "//cloudresourcemanager.googleapis.com/projects/my_project_123".
+ * The full name of the immediate parent of this resource. See
+ * [Resource Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
+ * for more information.
+ * For GCP assets, it is the parent resource defined in the [Cloud IAM policy
+ * hierarchy](https://cloud.google.com/iam/docs/overview#policy_hierarchy).
+ * For example: `"//cloudresourcemanager.googleapis.com/projects/my_project_123"`.
* For third-party assets, it is up to the users to define.
*
*
diff --git a/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/ResourceOrBuilder.java b/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/ResourceOrBuilder.java
index 15b6539a128c..6c786a4b5347 100644
--- a/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/ResourceOrBuilder.java
+++ b/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/ResourceOrBuilder.java
@@ -28,8 +28,8 @@ public interface ResourceOrBuilder extends
/**
*
* The URL of the discovery document containing the resource's JSON schema.
- * Example:
- * "https://www.googleapis.com/discovery/v1/apis/compute/v1/rest".
+ * For example:
+ * `"https://www.googleapis.com/discovery/v1/apis/compute/v1/rest"`.
* It will be left unspecified for resources without a discovery-based API,
* such as Cloud Bigtable.
*
@@ -40,8 +40,8 @@ public interface ResourceOrBuilder extends
/**
*
* The URL of the discovery document containing the resource's JSON schema.
- * Example:
- * "https://www.googleapis.com/discovery/v1/apis/compute/v1/rest".
+ * For example:
+ * `"https://www.googleapis.com/discovery/v1/apis/compute/v1/rest"`.
* It will be left unspecified for resources without a discovery-based API,
* such as Cloud Bigtable.
*
@@ -101,11 +101,12 @@ public interface ResourceOrBuilder extends
/**
*
- * The full name of the immediate parent of this resource. See:
- * https://cloud.google.com/apis/design/resource_names#full_resource_name
- * For GCP assets, it is the parent resource defined in the IAM policy
- * hierarchy: https://cloud.google.com/iam/docs/overview#policy_hierarchy.
- * Example: "//cloudresourcemanager.googleapis.com/projects/my_project_123".
+ * The full name of the immediate parent of this resource. See
+ * [Resource Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
+ * for more information.
+ * For GCP assets, it is the parent resource defined in the [Cloud IAM policy
+ * hierarchy](https://cloud.google.com/iam/docs/overview#policy_hierarchy).
+ * For example: `"//cloudresourcemanager.googleapis.com/projects/my_project_123"`.
* For third-party assets, it is up to the users to define.
*
*
@@ -114,11 +115,12 @@ public interface ResourceOrBuilder extends
java.lang.String getParent();
/**
*
- * The full name of the immediate parent of this resource. See:
- * https://cloud.google.com/apis/design/resource_names#full_resource_name
- * For GCP assets, it is the parent resource defined in the IAM policy
- * hierarchy: https://cloud.google.com/iam/docs/overview#policy_hierarchy.
- * Example: "//cloudresourcemanager.googleapis.com/projects/my_project_123".
+ * The full name of the immediate parent of this resource. See
+ * [Resource Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
+ * for more information.
+ * For GCP assets, it is the parent resource defined in the [Cloud IAM policy
+ * hierarchy](https://cloud.google.com/iam/docs/overview#policy_hierarchy).
+ * For example: `"//cloudresourcemanager.googleapis.com/projects/my_project_123"`.
* For third-party assets, it is up to the users to define.
*
*
diff --git a/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/proto/google/cloud/asset/v1beta1/asset_service.proto b/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/proto/google/cloud/asset/v1beta1/asset_service.proto
index b64502f68e42..aaaa0ba223b4 100644
--- a/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/proto/google/cloud/asset/v1beta1/asset_service.proto
+++ b/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/proto/google/cloud/asset/v1beta1/asset_service.proto
@@ -32,9 +32,9 @@ option php_namespace = "Google\\Cloud\\Asset\\V1beta1";
// Asset service definition.
service AssetService {
- // Exports assets with time and resource types to a given Google Cloud Storage
+ // Exports assets with time and resource types to a given Cloud Storage
// location. The output format is newline-delimited JSON.
- // This API implements the [google.longrunning.Operation][google.longrunning.Operation] API allowing users
+ // This API implements the [google.longrunning.Operation][google.longrunning.Operation] API allowing you
// to keep track of the export.
rpc ExportAssets(ExportAssetsRequest) returns (google.longrunning.Operation) {
option (google.api.http) = {
@@ -47,16 +47,16 @@ service AssetService {
};
}
- // Batch gets assets update history that overlaps a time window.
+ // Batch gets the update history of assets that overlap a time window.
// For RESOURCE content, this API outputs history with asset in both
// non-delete or deleted status.
- // For IAM_POLICY content, this API only outputs history when asset and its
- // attached IAM POLICY both exist. So there may be gaps in the output history.
+ // 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.
rpc BatchGetAssetsHistory(BatchGetAssetsHistoryRequest) returns (BatchGetAssetsHistoryResponse) {
option (google.api.http) = {
get: "/v1beta1/{parent=projects/*}:batchGetAssetsHistory"
additional_bindings {
- get: "/v1beta1/{parent=organizations/*}:batchGetAssetHistory"
+ get: "/v1beta1/{parent=organizations/*}:batchGetAssetsHistory"
}
};
}
@@ -64,9 +64,9 @@ service AssetService {
// Export asset request.
message ExportAssetsRequest {
- // Required. The relative name of the root asset. Can only be an organization
- // number (such as "organizations/123"), or a project id (such as
- // "projects/my-project-id") or a project number (such as "projects/12345").
+ // Required. The relative name of the root asset. This can only be an organization
+ // number (such as "organizations/123"), a project ID (such as
+ // "projects/my-project-id"), or a project number (such as "projects/12345").
string parent = 1;
// Timestamp to take an asset snapshot. This can only be set to a timestamp in
@@ -76,7 +76,7 @@ message ExportAssetsRequest {
// results.
google.protobuf.Timestamp read_time = 2;
- // A list of asset types of which to take a snapshot for. Example:
+ // A list of asset types of which to take a snapshot for. For example:
// "google.compute.disk". If specified, only matching assets will be returned.
repeated string asset_types = 3;
@@ -104,14 +104,14 @@ message ExportAssetsResponse {
// Batch get assets history request.
message BatchGetAssetsHistoryRequest {
// Required. The relative name of the root asset. It can only be an
- // organization number (such as "organizations/123"), or a project id (such as
- // "projects/my-project-id")"or a project number (such as "projects/12345").
+ // organization number (such as "organizations/123"), a project ID (such as
+ // "projects/my-project-id")", or a project number (such as "projects/12345").
string parent = 1;
- // A list of the full names of the assets. See:
- // https://cloud.google.com/apis/design/resource_names#full_resource_name
- // Example:
- // "//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1".
+ // A list of the full names of the assets. For example:
+ // `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
+ // See [Resource Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
+ // for more info.
//
// The request becomes a no-op if the asset name list is empty, and the max
// size of the asset name list is 100 in one request.
@@ -136,17 +136,16 @@ message BatchGetAssetsHistoryResponse {
message OutputConfig {
// Asset export destination.
oneof destination {
- // Destination on Google Cloud Storage (GCS).
+ // Destination on Cloud Storage.
GcsDestination gcs_destination = 1;
}
}
-// A Google Cloud Storage (GCS) location.
+// A Cloud Storage location.
message GcsDestination {
- // The path of the GCS objects. It's the same path that is used by gsutil, for
- // example: "gs://bucket_name/object_path". See:
- // https://cloud.google.com/storage/docs/viewing-editing-metadata for more
- // information.
+ // The path of the Cloud Storage objects. It's the same path that is used by
+ // gsutil. For example: "gs://bucket_name/object_path". See [Viewing and Editing Object Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata)
+ // for more information.
string uri = 1;
}
diff --git a/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/proto/google/cloud/asset/v1beta1/assets.proto b/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/proto/google/cloud/asset/v1beta1/assets.proto
index db270b0879fa..5d339a20f007 100644
--- a/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/proto/google/cloud/asset/v1beta1/assets.proto
+++ b/google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/proto/google/cloud/asset/v1beta1/assets.proto
@@ -54,13 +54,12 @@ message TimeWindow {
google.protobuf.Timestamp end_time = 2;
}
-// Cloud asset. This include all Google Cloud Platform resources, as well as
-// IAM policies and other non-GCP assets.
+// Cloud asset. This includes all Google Cloud Platform resources,
+// Cloud IAM policies, and other non-GCP assets.
message Asset {
- // The full name of the asset. See:
- // https://cloud.google.com/apis/design/resource_names#full_resource_name
- // Example:
- // "//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1".
+ // The full name of the asset. For example: `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
+ // See [Resource Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
+ // for more information.
string name = 1;
// Type of the asset. Example: "google.compute.disk".
@@ -69,8 +68,8 @@ message Asset {
// Representation of the resource.
Resource resource = 3;
- // Representation of the actual IAM policy set on a cloud resource. For each
- // resource, there must be at most one IAM policy set on it.
+ // Representation of the actual Cloud IAM policy set on a cloud resource. For each
+ // resource, there must be at most one Cloud IAM policy set on it.
google.iam.v1.Policy iam_policy = 4;
}
@@ -80,8 +79,8 @@ message Resource {
string version = 1;
// The URL of the discovery document containing the resource's JSON schema.
- // Example:
- // "https://www.googleapis.com/discovery/v1/apis/compute/v1/rest".
+ // For example:
+ // `"https://www.googleapis.com/discovery/v1/apis/compute/v1/rest"`.
// It will be left unspecified for resources without a discovery-based API,
// such as Cloud Bigtable.
string discovery_document_uri = 2;
@@ -98,12 +97,13 @@ message Resource {
// It will be left unspecified for resources without a REST API.
string resource_url = 4;
- // The full name of the immediate parent of this resource. See:
- // https://cloud.google.com/apis/design/resource_names#full_resource_name
+ // The full name of the immediate parent of this resource. See
+ // [Resource Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
+ // for more information.
//
- // For GCP assets, it is the parent resource defined in the IAM policy
- // hierarchy: https://cloud.google.com/iam/docs/overview#policy_hierarchy.
- // Example: "//cloudresourcemanager.googleapis.com/projects/my_project_123".
+ // For GCP assets, it is the parent resource defined in the [Cloud IAM policy
+ // hierarchy](https://cloud.google.com/iam/docs/overview#policy_hierarchy).
+ // For example: `"//cloudresourcemanager.googleapis.com/projects/my_project_123"`.
//
// For third-party assets, it is up to the users to define.
string parent = 5;
diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/Queue.java b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/Queue.java
index abdc13e421e3..5b75d1e931da 100644
--- a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/Queue.java
+++ b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/Queue.java
@@ -441,7 +441,7 @@ public java.lang.String getName() {
/**
*
* App Engine HTTP queue.
- * An App Engine queue is a queue that has an [AppEngineHttpQeueue][] type.
+ * An App Engine queue is a queue that has an [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue] type.
*
*
* .google.cloud.tasks.v2beta3.AppEngineHttpQueue app_engine_http_queue = 3;
@@ -452,7 +452,7 @@ public boolean hasAppEngineHttpQueue() {
/**
*
* App Engine HTTP queue.
- * An App Engine queue is a queue that has an [AppEngineHttpQeueue][] type.
+ * An App Engine queue is a queue that has an [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue] type.
*
*
* .google.cloud.tasks.v2beta3.AppEngineHttpQueue app_engine_http_queue = 3;
@@ -466,7 +466,7 @@ public com.google.cloud.tasks.v2beta3.AppEngineHttpQueue getAppEngineHttpQueue()
/**
*
* App Engine HTTP queue.
- * An App Engine queue is a queue that has an [AppEngineHttpQeueue][] type.
+ * An App Engine queue is a queue that has an [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue] type.
*
*
* .google.cloud.tasks.v2beta3.AppEngineHttpQueue app_engine_http_queue = 3;
@@ -1326,7 +1326,7 @@ public Builder setNameBytes(
/**
*
* App Engine HTTP queue.
- * An App Engine queue is a queue that has an [AppEngineHttpQeueue][] type.
+ * An App Engine queue is a queue that has an [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue] type.
*
*
* .google.cloud.tasks.v2beta3.AppEngineHttpQueue app_engine_http_queue = 3;
@@ -1337,7 +1337,7 @@ public boolean hasAppEngineHttpQueue() {
/**
*
* App Engine HTTP queue.
- * An App Engine queue is a queue that has an [AppEngineHttpQeueue][] type.
+ * An App Engine queue is a queue that has an [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue] type.
*
*
* .google.cloud.tasks.v2beta3.AppEngineHttpQueue app_engine_http_queue = 3;
@@ -1358,7 +1358,7 @@ public com.google.cloud.tasks.v2beta3.AppEngineHttpQueue getAppEngineHttpQueue()
/**
*
* App Engine HTTP queue.
- * An App Engine queue is a queue that has an [AppEngineHttpQeueue][] type.
+ * An App Engine queue is a queue that has an [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue] type.
*
*
* .google.cloud.tasks.v2beta3.AppEngineHttpQueue app_engine_http_queue = 3;
@@ -1379,7 +1379,7 @@ public Builder setAppEngineHttpQueue(com.google.cloud.tasks.v2beta3.AppEngineHtt
/**
*
* App Engine HTTP queue.
- * An App Engine queue is a queue that has an [AppEngineHttpQeueue][] type.
+ * An App Engine queue is a queue that has an [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue] type.
*
*
* .google.cloud.tasks.v2beta3.AppEngineHttpQueue app_engine_http_queue = 3;
@@ -1398,7 +1398,7 @@ public Builder setAppEngineHttpQueue(
/**
*
* App Engine HTTP queue.
- * An App Engine queue is a queue that has an [AppEngineHttpQeueue][] type.
+ * An App Engine queue is a queue that has an [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue] type.
*
*
* .google.cloud.tasks.v2beta3.AppEngineHttpQueue app_engine_http_queue = 3;
@@ -1425,7 +1425,7 @@ public Builder mergeAppEngineHttpQueue(com.google.cloud.tasks.v2beta3.AppEngineH
/**
*
* App Engine HTTP queue.
- * An App Engine queue is a queue that has an [AppEngineHttpQeueue][] type.
+ * An App Engine queue is a queue that has an [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue] type.
*
*
* .google.cloud.tasks.v2beta3.AppEngineHttpQueue app_engine_http_queue = 3;
@@ -1449,7 +1449,7 @@ public Builder clearAppEngineHttpQueue() {
/**
*
* App Engine HTTP queue.
- * An App Engine queue is a queue that has an [AppEngineHttpQeueue][] type.
+ * An App Engine queue is a queue that has an [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue] type.
*
*
* .google.cloud.tasks.v2beta3.AppEngineHttpQueue app_engine_http_queue = 3;
@@ -1460,7 +1460,7 @@ public com.google.cloud.tasks.v2beta3.AppEngineHttpQueue.Builder getAppEngineHtt
/**
*
* App Engine HTTP queue.
- * An App Engine queue is a queue that has an [AppEngineHttpQeueue][] type.
+ * An App Engine queue is a queue that has an [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue] type.
*
*
* .google.cloud.tasks.v2beta3.AppEngineHttpQueue app_engine_http_queue = 3;
@@ -1478,7 +1478,7 @@ public com.google.cloud.tasks.v2beta3.AppEngineHttpQueueOrBuilder getAppEngineHt
/**
*
* App Engine HTTP queue.
- * An App Engine queue is a queue that has an [AppEngineHttpQeueue][] type.
+ * An App Engine queue is a queue that has an [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue] type.
*
*
* .google.cloud.tasks.v2beta3.AppEngineHttpQueue app_engine_http_queue = 3;
diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/QueueOrBuilder.java b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/QueueOrBuilder.java
index 04601d17d2c2..f0cddec6f312 100644
--- a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/QueueOrBuilder.java
+++ b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/QueueOrBuilder.java
@@ -56,7 +56,7 @@ public interface QueueOrBuilder extends
/**
*
* App Engine HTTP queue.
- * An App Engine queue is a queue that has an [AppEngineHttpQeueue][] type.
+ * An App Engine queue is a queue that has an [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue] type.
*
*
* .google.cloud.tasks.v2beta3.AppEngineHttpQueue app_engine_http_queue = 3;
@@ -65,7 +65,7 @@ public interface QueueOrBuilder extends
/**
*
* App Engine HTTP queue.
- * An App Engine queue is a queue that has an [AppEngineHttpQeueue][] type.
+ * An App Engine queue is a queue that has an [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue] type.
*
*
* .google.cloud.tasks.v2beta3.AppEngineHttpQueue app_engine_http_queue = 3;
@@ -74,7 +74,7 @@ public interface QueueOrBuilder extends
/**
*
* App Engine HTTP queue.
- * An App Engine queue is a queue that has an [AppEngineHttpQeueue][] type.
+ * An App Engine queue is a queue that has an [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue] type.
*
*
* .google.cloud.tasks.v2beta3.AppEngineHttpQueue app_engine_http_queue = 3;
diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/proto/google/cloud/tasks/v2beta3/queue.proto b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/proto/google/cloud/tasks/v2beta3/queue.proto
index 64e3db51f0e4..5448e85d4fe9 100644
--- a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/proto/google/cloud/tasks/v2beta3/queue.proto
+++ b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/proto/google/cloud/tasks/v2beta3/queue.proto
@@ -97,7 +97,7 @@ message Queue {
oneof queue_type {
// App Engine HTTP queue.
//
- // An App Engine queue is a queue that has an [AppEngineHttpQeueue][] type.
+ // An App Engine queue is a queue that has an [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue] type.
AppEngineHttpQueue app_engine_http_queue = 3;
}
diff --git a/google-cloud-clients/google-cloud-asset/src/main/java/com/google/cloud/asset/v1beta1/AssetServiceClient.java b/google-cloud-clients/google-cloud-asset/src/main/java/com/google/cloud/asset/v1beta1/AssetServiceClient.java
index f07fa8298d50..d4943dad3205 100644
--- a/google-cloud-clients/google-cloud-asset/src/main/java/com/google/cloud/asset/v1beta1/AssetServiceClient.java
+++ b/google-cloud-clients/google-cloud-asset/src/main/java/com/google/cloud/asset/v1beta1/AssetServiceClient.java
@@ -169,10 +169,10 @@ public final OperationsClient getOperationsClient() {
// AUTO-GENERATED DOCUMENTATION AND METHOD
/**
- * Exports assets with time and resource types to a given Google Cloud Storage location. The
- * output format is newline-delimited JSON. This API implements the
- * [google.longrunning.Operation][google.longrunning.Operation] API allowing users to keep track
- * of the export.
+ * Exports assets with time and resource types to a given Cloud Storage location. The output
+ * format is newline-delimited JSON. This API implements the
+ * [google.longrunning.Operation][google.longrunning.Operation] API allowing you to keep track of
+ * the export.
*
* Sample code:
*
@@ -200,10 +200,10 @@ public final OperationFuture Sample code:
*
@@ -229,10 +229,10 @@ public final OperationFuture Sample code:
*
@@ -256,9 +256,9 @@ public final UnaryCallable Sample code:
@@ -287,9 +287,9 @@ public final BatchGetAssetsHistoryResponse batchGetAssetsHistory(
// AUTO-GENERATED DOCUMENTATION AND METHOD
/**
- * Batch gets assets update history that overlaps a time window. For RESOURCE content, this API
- * outputs history with asset in both non-delete or deleted status. For IAM_POLICY content, this
- * API only outputs history when asset and its attached IAM POLICY both exist. So there may be
+ * Batch gets the update history of assets that overlap a time window. For RESOURCE content, this
+ * API outputs history with asset in both non-delete or deleted status. 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.
*
* Sample code:
diff --git a/google-cloud-clients/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/AutoMlClient.java b/google-cloud-clients/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/AutoMlClient.java
index bb9cbc808874..ee0bdc817035 100644
--- a/google-cloud-clients/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/AutoMlClient.java
+++ b/google-cloud-clients/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/AutoMlClient.java
@@ -342,7 +342,7 @@ public final Dataset getDataset(String name) {
* @param request The request object containing all of the parameters for the API call.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
- private final Dataset getDataset(GetDatasetRequest request) {
+ public final Dataset getDataset(GetDatasetRequest request) {
return getDatasetCallable().call(request);
}
@@ -574,7 +574,7 @@ public final OperationFuture