diff --git a/components/google-cloud/google_cloud_pipeline_components/proto/template_metadata.proto b/components/google-cloud/google_cloud_pipeline_components/proto/template_metadata.proto index 5e1a2c4a1ec..0b90544ed2b 100644 --- a/components/google-cloud/google_cloud_pipeline_components/proto/template_metadata.proto +++ b/components/google-cloud/google_cloud_pipeline_components/proto/template_metadata.proto @@ -247,7 +247,7 @@ message ValidationItems { // Describes the details for Google Cloud Storage Validation. message GoogleCloudStorageValidation { // Required. URI of the GCS object. Use placeholder to specify the dynamic - // value like bucket name. Example: + // value like bucket name. For Example: // "gs://{{$.parameter.bucket}}/file_name" string gcs_uri = 1; // Required. Whether the gcs_uri is input or output. diff --git a/components/google-cloud/google_cloud_pipeline_components/proto/template_metadata_pb2.py b/components/google-cloud/google_cloud_pipeline_components/proto/template_metadata_pb2.py index 1bee091fcff..49b56f0324b 100755 --- a/components/google-cloud/google_cloud_pipeline_components/proto/template_metadata_pb2.py +++ b/components/google-cloud/google_cloud_pipeline_components/proto/template_metadata_pb2.py @@ -1,11 +1,22 @@ # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! -# Protobuf Python Version: 0.20240110.0 +# NO CHECKED-IN PROTOBUF GENCODE +# Protobuf Python Version: 0.20240806.0 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool +from google.protobuf import runtime_version as _runtime_version from google.protobuf import symbol_database as _symbol_database from google.protobuf.internal import builder as _builder + +_runtime_version.ValidateProtobufRuntimeVersion( + _runtime_version.Domain.GOOGLE_INTERNAL, + 0, + 20240806, + 0, + '', + './template_metadata.proto', +) # @@protoc_insertion_point(imports) _sym_db = _symbol_database.Default()