We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87184fd commit 461d892Copy full SHA for 461d892
components/google-cloud/google_cloud_pipeline_components/proto/template_metadata.proto
@@ -265,6 +265,9 @@ message GoogleCloudStorageValidation {
265
// of the component/pipeline). If the value doesn't exist or is empty,
266
// overriding won't happen.
267
string override_placeholder = 4;
268
+
269
+ // Optional. List of GCS URIs.
270
+ repeated string gcs_uris = 5;
271
}
272
273
// Describes the details for Google Cloud Project Quota Validation.
0 commit comments