GoogleCloudDatacatalogV1beta1GcsFilesetSpec constructor

GoogleCloudDatacatalogV1beta1GcsFilesetSpec({
  1. List<String>? filePatterns,
  2. List<GoogleCloudDatacatalogV1beta1GcsFileSpec>? sampleGcsFileSpecs,
})

Implementation

GoogleCloudDatacatalogV1beta1GcsFilesetSpec({
  this.filePatterns,
  this.sampleGcsFileSpecs,
});