diff --git a/java-vertexai/proto-google-cloud-vertexai-v1/src/main/java/com/google/cloud/vertexai/api/GcsSource.java b/java-vertexai/proto-google-cloud-vertexai-v1/src/main/java/com/google/cloud/vertexai/api/GcsSource.java index 6f1c3851163c..91e101f0e728 100644 --- a/java-vertexai/proto-google-cloud-vertexai-v1/src/main/java/com/google/cloud/vertexai/api/GcsSource.java +++ b/java-vertexai/proto-google-cloud-vertexai-v1/src/main/java/com/google/cloud/vertexai/api/GcsSource.java @@ -76,7 +76,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { *
* Required. Google Cloud Storage URI(-s) to the input file(s). May contain
* wildcards. For more information on wildcards, see
- * https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames.
+ * https://cloud.google.com/storage/docs/wildcards.
*
*
* repeated string uris = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -93,7 +93,7 @@ public com.google.protobuf.ProtocolStringList getUrisList() {
*
* Required. Google Cloud Storage URI(-s) to the input file(s). May contain
* wildcards. For more information on wildcards, see
- * https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames.
+ * https://cloud.google.com/storage/docs/wildcards.
*
*
* repeated string uris = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -110,7 +110,7 @@ public int getUrisCount() {
*
* Required. Google Cloud Storage URI(-s) to the input file(s). May contain
* wildcards. For more information on wildcards, see
- * https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames.
+ * https://cloud.google.com/storage/docs/wildcards.
*
*
* repeated string uris = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -128,7 +128,7 @@ public java.lang.String getUris(int index) {
*
* Required. Google Cloud Storage URI(-s) to the input file(s). May contain
* wildcards. For more information on wildcards, see
- * https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames.
+ * https://cloud.google.com/storage/docs/wildcards.
*
*
* repeated string uris = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -511,7 +511,7 @@ private void ensureUrisIsMutable() {
*
* Required. Google Cloud Storage URI(-s) to the input file(s). May contain
* wildcards. For more information on wildcards, see
- * https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames.
+ * https://cloud.google.com/storage/docs/wildcards.
*
*
* repeated string uris = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -529,7 +529,7 @@ public com.google.protobuf.ProtocolStringList getUrisList() {
*
* Required. Google Cloud Storage URI(-s) to the input file(s). May contain
* wildcards. For more information on wildcards, see
- * https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames.
+ * https://cloud.google.com/storage/docs/wildcards.
*
*
* repeated string uris = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -546,7 +546,7 @@ public int getUrisCount() {
*
* Required. Google Cloud Storage URI(-s) to the input file(s). May contain
* wildcards. For more information on wildcards, see
- * https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames.
+ * https://cloud.google.com/storage/docs/wildcards.
*
*
* repeated string uris = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -564,7 +564,7 @@ public java.lang.String getUris(int index) {
*
* Required. Google Cloud Storage URI(-s) to the input file(s). May contain
* wildcards. For more information on wildcards, see
- * https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames.
+ * https://cloud.google.com/storage/docs/wildcards.
*
*
* repeated string uris = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -582,7 +582,7 @@ public com.google.protobuf.ByteString getUrisBytes(int index) {
*
* Required. Google Cloud Storage URI(-s) to the input file(s). May contain
* wildcards. For more information on wildcards, see
- * https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames.
+ * https://cloud.google.com/storage/docs/wildcards.
*
*
* repeated string uris = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -608,7 +608,7 @@ public Builder setUris(int index, java.lang.String value) {
*
* Required. Google Cloud Storage URI(-s) to the input file(s). May contain
* wildcards. For more information on wildcards, see
- * https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames.
+ * https://cloud.google.com/storage/docs/wildcards.
*
*
* repeated string uris = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -633,7 +633,7 @@ public Builder addUris(java.lang.String value) {
*
* Required. Google Cloud Storage URI(-s) to the input file(s). May contain
* wildcards. For more information on wildcards, see
- * https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames.
+ * https://cloud.google.com/storage/docs/wildcards.
*
*
* repeated string uris = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -655,7 +655,7 @@ public Builder addAllUris(java.lang.Iterable
* Required. Google Cloud Storage URI(-s) to the input file(s). May contain
* wildcards. For more information on wildcards, see
- * https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames.
+ * https://cloud.google.com/storage/docs/wildcards.
*
*
* repeated string uris = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -676,7 +676,7 @@ public Builder clearUris() {
*
* Required. Google Cloud Storage URI(-s) to the input file(s). May contain
* wildcards. For more information on wildcards, see
- * https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames.
+ * https://cloud.google.com/storage/docs/wildcards.
*
*
* repeated string uris = 1 [(.google.api.field_behavior) = REQUIRED];
diff --git a/java-vertexai/proto-google-cloud-vertexai-v1/src/main/java/com/google/cloud/vertexai/api/GcsSourceOrBuilder.java b/java-vertexai/proto-google-cloud-vertexai-v1/src/main/java/com/google/cloud/vertexai/api/GcsSourceOrBuilder.java
index 8bce6f44f52d..3a62c3d8451e 100644
--- a/java-vertexai/proto-google-cloud-vertexai-v1/src/main/java/com/google/cloud/vertexai/api/GcsSourceOrBuilder.java
+++ b/java-vertexai/proto-google-cloud-vertexai-v1/src/main/java/com/google/cloud/vertexai/api/GcsSourceOrBuilder.java
@@ -30,7 +30,7 @@ public interface GcsSourceOrBuilder
*
* Required. Google Cloud Storage URI(-s) to the input file(s). May contain
* wildcards. For more information on wildcards, see
- * https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames.
+ * https://cloud.google.com/storage/docs/wildcards.
*
*
* repeated string uris = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -45,7 +45,7 @@ public interface GcsSourceOrBuilder
*
* Required. Google Cloud Storage URI(-s) to the input file(s). May contain
* wildcards. For more information on wildcards, see
- * https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames.
+ * https://cloud.google.com/storage/docs/wildcards.
*
*
* repeated string uris = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -60,7 +60,7 @@ public interface GcsSourceOrBuilder
*
* Required. Google Cloud Storage URI(-s) to the input file(s). May contain
* wildcards. For more information on wildcards, see
- * https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames.
+ * https://cloud.google.com/storage/docs/wildcards.
*
*
* repeated string uris = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -76,7 +76,7 @@ public interface GcsSourceOrBuilder
*
* Required. Google Cloud Storage URI(-s) to the input file(s). May contain
* wildcards. For more information on wildcards, see
- * https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames.
+ * https://cloud.google.com/storage/docs/wildcards.
*
*
* repeated string uris = 1 [(.google.api.field_behavior) = REQUIRED];
diff --git a/java-vertexai/proto-google-cloud-vertexai-v1/src/main/proto/google/cloud/vertexai/v1/io.proto b/java-vertexai/proto-google-cloud-vertexai-v1/src/main/proto/google/cloud/vertexai/v1/io.proto
index 80e558476a2d..bbabb838633f 100644
--- a/java-vertexai/proto-google-cloud-vertexai-v1/src/main/proto/google/cloud/vertexai/v1/io.proto
+++ b/java-vertexai/proto-google-cloud-vertexai-v1/src/main/proto/google/cloud/vertexai/v1/io.proto
@@ -44,7 +44,7 @@ message CsvSource {
message GcsSource {
// Required. Google Cloud Storage URI(-s) to the input file(s). May contain
// wildcards. For more information on wildcards, see
- // https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames.
+ // https://cloud.google.com/storage/docs/wildcards.
repeated string uris = 1 [(google.api.field_behavior) = REQUIRED];
}