public static final class GcsFilesetSpec.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<GcsFilesetSpec.Builder> implements GcsFilesetSpecOrBuilder
Describes a Cloud Storage fileset entry.Protobuf type
google.cloud.datacatalog.v1beta1.GcsFilesetSpecgetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<GcsFilesetSpec.Builder>public GcsFilesetSpec.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<GcsFilesetSpec.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<GcsFilesetSpec.Builder>public GcsFilesetSpec getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic GcsFilesetSpec build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic GcsFilesetSpec buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic GcsFilesetSpec.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<GcsFilesetSpec.Builder>public GcsFilesetSpec.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<GcsFilesetSpec.Builder>public GcsFilesetSpec.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<GcsFilesetSpec.Builder>public GcsFilesetSpec.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<GcsFilesetSpec.Builder>public GcsFilesetSpec.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<GcsFilesetSpec.Builder>public GcsFilesetSpec.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<GcsFilesetSpec.Builder>public GcsFilesetSpec.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<GcsFilesetSpec.Builder>public GcsFilesetSpec.Builder mergeFrom(GcsFilesetSpec other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<GcsFilesetSpec.Builder>public GcsFilesetSpec.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<GcsFilesetSpec.Builder>IOExceptionpublic com.google.protobuf.ProtocolStringList getFilePatternsList()
Required. Patterns to identify a set of files in Google Cloud Storage.
See [Cloud Storage
documentation](https://cloud.google.com/storage/docs/wildcards)
for more information. Note that bucket wildcards are currently not
supported.
Examples of valid file_patterns:
* `gs://bucket_name/dir/*`: matches all files within `bucket_name/dir`
directory.
* `gs://bucket_name/dir/**`: matches all files in `bucket_name/dir`
spanning all subdirectories.
* `gs://bucket_name/file*`: matches files prefixed by `file` in
`bucket_name`
* `gs://bucket_name/??.txt`: matches files with two characters followed by
`.txt` in `bucket_name`
* `gs://bucket_name/[aeiou].txt`: matches files that contain a single
vowel character followed by `.txt` in
`bucket_name`
* `gs://bucket_name/[a-m].txt`: matches files that contain `a`, `b`, ...
or `m` followed by `.txt` in `bucket_name`
* `gs://bucket_name/a/*/b`: matches all files in `bucket_name` that match
`a/*/b` pattern, such as `a/c/b`, `a/d/b`
* `gs://another_bucket/a.txt`: matches `gs://another_bucket/a.txt`
You can combine wildcards to provide more powerful matches, for example:
* `gs://bucket_name/[a-m]??.j*g`
repeated string file_patterns = 1 [(.google.api.field_behavior) = REQUIRED];getFilePatternsList in interface GcsFilesetSpecOrBuilderpublic int getFilePatternsCount()
Required. Patterns to identify a set of files in Google Cloud Storage.
See [Cloud Storage
documentation](https://cloud.google.com/storage/docs/wildcards)
for more information. Note that bucket wildcards are currently not
supported.
Examples of valid file_patterns:
* `gs://bucket_name/dir/*`: matches all files within `bucket_name/dir`
directory.
* `gs://bucket_name/dir/**`: matches all files in `bucket_name/dir`
spanning all subdirectories.
* `gs://bucket_name/file*`: matches files prefixed by `file` in
`bucket_name`
* `gs://bucket_name/??.txt`: matches files with two characters followed by
`.txt` in `bucket_name`
* `gs://bucket_name/[aeiou].txt`: matches files that contain a single
vowel character followed by `.txt` in
`bucket_name`
* `gs://bucket_name/[a-m].txt`: matches files that contain `a`, `b`, ...
or `m` followed by `.txt` in `bucket_name`
* `gs://bucket_name/a/*/b`: matches all files in `bucket_name` that match
`a/*/b` pattern, such as `a/c/b`, `a/d/b`
* `gs://another_bucket/a.txt`: matches `gs://another_bucket/a.txt`
You can combine wildcards to provide more powerful matches, for example:
* `gs://bucket_name/[a-m]??.j*g`
repeated string file_patterns = 1 [(.google.api.field_behavior) = REQUIRED];getFilePatternsCount in interface GcsFilesetSpecOrBuilderpublic String getFilePatterns(int index)
Required. Patterns to identify a set of files in Google Cloud Storage.
See [Cloud Storage
documentation](https://cloud.google.com/storage/docs/wildcards)
for more information. Note that bucket wildcards are currently not
supported.
Examples of valid file_patterns:
* `gs://bucket_name/dir/*`: matches all files within `bucket_name/dir`
directory.
* `gs://bucket_name/dir/**`: matches all files in `bucket_name/dir`
spanning all subdirectories.
* `gs://bucket_name/file*`: matches files prefixed by `file` in
`bucket_name`
* `gs://bucket_name/??.txt`: matches files with two characters followed by
`.txt` in `bucket_name`
* `gs://bucket_name/[aeiou].txt`: matches files that contain a single
vowel character followed by `.txt` in
`bucket_name`
* `gs://bucket_name/[a-m].txt`: matches files that contain `a`, `b`, ...
or `m` followed by `.txt` in `bucket_name`
* `gs://bucket_name/a/*/b`: matches all files in `bucket_name` that match
`a/*/b` pattern, such as `a/c/b`, `a/d/b`
* `gs://another_bucket/a.txt`: matches `gs://another_bucket/a.txt`
You can combine wildcards to provide more powerful matches, for example:
* `gs://bucket_name/[a-m]??.j*g`
repeated string file_patterns = 1 [(.google.api.field_behavior) = REQUIRED];getFilePatterns in interface GcsFilesetSpecOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getFilePatternsBytes(int index)
Required. Patterns to identify a set of files in Google Cloud Storage.
See [Cloud Storage
documentation](https://cloud.google.com/storage/docs/wildcards)
for more information. Note that bucket wildcards are currently not
supported.
Examples of valid file_patterns:
* `gs://bucket_name/dir/*`: matches all files within `bucket_name/dir`
directory.
* `gs://bucket_name/dir/**`: matches all files in `bucket_name/dir`
spanning all subdirectories.
* `gs://bucket_name/file*`: matches files prefixed by `file` in
`bucket_name`
* `gs://bucket_name/??.txt`: matches files with two characters followed by
`.txt` in `bucket_name`
* `gs://bucket_name/[aeiou].txt`: matches files that contain a single
vowel character followed by `.txt` in
`bucket_name`
* `gs://bucket_name/[a-m].txt`: matches files that contain `a`, `b`, ...
or `m` followed by `.txt` in `bucket_name`
* `gs://bucket_name/a/*/b`: matches all files in `bucket_name` that match
`a/*/b` pattern, such as `a/c/b`, `a/d/b`
* `gs://another_bucket/a.txt`: matches `gs://another_bucket/a.txt`
You can combine wildcards to provide more powerful matches, for example:
* `gs://bucket_name/[a-m]??.j*g`
repeated string file_patterns = 1 [(.google.api.field_behavior) = REQUIRED];getFilePatternsBytes in interface GcsFilesetSpecOrBuilderindex - The index of the value to return.public GcsFilesetSpec.Builder setFilePatterns(int index, String value)
Required. Patterns to identify a set of files in Google Cloud Storage.
See [Cloud Storage
documentation](https://cloud.google.com/storage/docs/wildcards)
for more information. Note that bucket wildcards are currently not
supported.
Examples of valid file_patterns:
* `gs://bucket_name/dir/*`: matches all files within `bucket_name/dir`
directory.
* `gs://bucket_name/dir/**`: matches all files in `bucket_name/dir`
spanning all subdirectories.
* `gs://bucket_name/file*`: matches files prefixed by `file` in
`bucket_name`
* `gs://bucket_name/??.txt`: matches files with two characters followed by
`.txt` in `bucket_name`
* `gs://bucket_name/[aeiou].txt`: matches files that contain a single
vowel character followed by `.txt` in
`bucket_name`
* `gs://bucket_name/[a-m].txt`: matches files that contain `a`, `b`, ...
or `m` followed by `.txt` in `bucket_name`
* `gs://bucket_name/a/*/b`: matches all files in `bucket_name` that match
`a/*/b` pattern, such as `a/c/b`, `a/d/b`
* `gs://another_bucket/a.txt`: matches `gs://another_bucket/a.txt`
You can combine wildcards to provide more powerful matches, for example:
* `gs://bucket_name/[a-m]??.j*g`
repeated string file_patterns = 1 [(.google.api.field_behavior) = REQUIRED];index - The index to set the value at.value - The filePatterns to set.public GcsFilesetSpec.Builder addFilePatterns(String value)
Required. Patterns to identify a set of files in Google Cloud Storage.
See [Cloud Storage
documentation](https://cloud.google.com/storage/docs/wildcards)
for more information. Note that bucket wildcards are currently not
supported.
Examples of valid file_patterns:
* `gs://bucket_name/dir/*`: matches all files within `bucket_name/dir`
directory.
* `gs://bucket_name/dir/**`: matches all files in `bucket_name/dir`
spanning all subdirectories.
* `gs://bucket_name/file*`: matches files prefixed by `file` in
`bucket_name`
* `gs://bucket_name/??.txt`: matches files with two characters followed by
`.txt` in `bucket_name`
* `gs://bucket_name/[aeiou].txt`: matches files that contain a single
vowel character followed by `.txt` in
`bucket_name`
* `gs://bucket_name/[a-m].txt`: matches files that contain `a`, `b`, ...
or `m` followed by `.txt` in `bucket_name`
* `gs://bucket_name/a/*/b`: matches all files in `bucket_name` that match
`a/*/b` pattern, such as `a/c/b`, `a/d/b`
* `gs://another_bucket/a.txt`: matches `gs://another_bucket/a.txt`
You can combine wildcards to provide more powerful matches, for example:
* `gs://bucket_name/[a-m]??.j*g`
repeated string file_patterns = 1 [(.google.api.field_behavior) = REQUIRED];value - The filePatterns to add.public GcsFilesetSpec.Builder addAllFilePatterns(Iterable<String> values)
Required. Patterns to identify a set of files in Google Cloud Storage.
See [Cloud Storage
documentation](https://cloud.google.com/storage/docs/wildcards)
for more information. Note that bucket wildcards are currently not
supported.
Examples of valid file_patterns:
* `gs://bucket_name/dir/*`: matches all files within `bucket_name/dir`
directory.
* `gs://bucket_name/dir/**`: matches all files in `bucket_name/dir`
spanning all subdirectories.
* `gs://bucket_name/file*`: matches files prefixed by `file` in
`bucket_name`
* `gs://bucket_name/??.txt`: matches files with two characters followed by
`.txt` in `bucket_name`
* `gs://bucket_name/[aeiou].txt`: matches files that contain a single
vowel character followed by `.txt` in
`bucket_name`
* `gs://bucket_name/[a-m].txt`: matches files that contain `a`, `b`, ...
or `m` followed by `.txt` in `bucket_name`
* `gs://bucket_name/a/*/b`: matches all files in `bucket_name` that match
`a/*/b` pattern, such as `a/c/b`, `a/d/b`
* `gs://another_bucket/a.txt`: matches `gs://another_bucket/a.txt`
You can combine wildcards to provide more powerful matches, for example:
* `gs://bucket_name/[a-m]??.j*g`
repeated string file_patterns = 1 [(.google.api.field_behavior) = REQUIRED];values - The filePatterns to add.public GcsFilesetSpec.Builder clearFilePatterns()
Required. Patterns to identify a set of files in Google Cloud Storage.
See [Cloud Storage
documentation](https://cloud.google.com/storage/docs/wildcards)
for more information. Note that bucket wildcards are currently not
supported.
Examples of valid file_patterns:
* `gs://bucket_name/dir/*`: matches all files within `bucket_name/dir`
directory.
* `gs://bucket_name/dir/**`: matches all files in `bucket_name/dir`
spanning all subdirectories.
* `gs://bucket_name/file*`: matches files prefixed by `file` in
`bucket_name`
* `gs://bucket_name/??.txt`: matches files with two characters followed by
`.txt` in `bucket_name`
* `gs://bucket_name/[aeiou].txt`: matches files that contain a single
vowel character followed by `.txt` in
`bucket_name`
* `gs://bucket_name/[a-m].txt`: matches files that contain `a`, `b`, ...
or `m` followed by `.txt` in `bucket_name`
* `gs://bucket_name/a/*/b`: matches all files in `bucket_name` that match
`a/*/b` pattern, such as `a/c/b`, `a/d/b`
* `gs://another_bucket/a.txt`: matches `gs://another_bucket/a.txt`
You can combine wildcards to provide more powerful matches, for example:
* `gs://bucket_name/[a-m]??.j*g`
repeated string file_patterns = 1 [(.google.api.field_behavior) = REQUIRED];public GcsFilesetSpec.Builder addFilePatternsBytes(com.google.protobuf.ByteString value)
Required. Patterns to identify a set of files in Google Cloud Storage.
See [Cloud Storage
documentation](https://cloud.google.com/storage/docs/wildcards)
for more information. Note that bucket wildcards are currently not
supported.
Examples of valid file_patterns:
* `gs://bucket_name/dir/*`: matches all files within `bucket_name/dir`
directory.
* `gs://bucket_name/dir/**`: matches all files in `bucket_name/dir`
spanning all subdirectories.
* `gs://bucket_name/file*`: matches files prefixed by `file` in
`bucket_name`
* `gs://bucket_name/??.txt`: matches files with two characters followed by
`.txt` in `bucket_name`
* `gs://bucket_name/[aeiou].txt`: matches files that contain a single
vowel character followed by `.txt` in
`bucket_name`
* `gs://bucket_name/[a-m].txt`: matches files that contain `a`, `b`, ...
or `m` followed by `.txt` in `bucket_name`
* `gs://bucket_name/a/*/b`: matches all files in `bucket_name` that match
`a/*/b` pattern, such as `a/c/b`, `a/d/b`
* `gs://another_bucket/a.txt`: matches `gs://another_bucket/a.txt`
You can combine wildcards to provide more powerful matches, for example:
* `gs://bucket_name/[a-m]??.j*g`
repeated string file_patterns = 1 [(.google.api.field_behavior) = REQUIRED];value - The bytes of the filePatterns to add.public List<GcsFileSpec> getSampleGcsFileSpecsList()
Output only. Sample files contained in this fileset, not all files contained in this fileset are represented here.
repeated .google.cloud.datacatalog.v1beta1.GcsFileSpec sample_gcs_file_specs = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getSampleGcsFileSpecsList in interface GcsFilesetSpecOrBuilderpublic int getSampleGcsFileSpecsCount()
Output only. Sample files contained in this fileset, not all files contained in this fileset are represented here.
repeated .google.cloud.datacatalog.v1beta1.GcsFileSpec sample_gcs_file_specs = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getSampleGcsFileSpecsCount in interface GcsFilesetSpecOrBuilderpublic GcsFileSpec getSampleGcsFileSpecs(int index)
Output only. Sample files contained in this fileset, not all files contained in this fileset are represented here.
repeated .google.cloud.datacatalog.v1beta1.GcsFileSpec sample_gcs_file_specs = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getSampleGcsFileSpecs in interface GcsFilesetSpecOrBuilderpublic GcsFilesetSpec.Builder setSampleGcsFileSpecs(int index, GcsFileSpec value)
Output only. Sample files contained in this fileset, not all files contained in this fileset are represented here.
repeated .google.cloud.datacatalog.v1beta1.GcsFileSpec sample_gcs_file_specs = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public GcsFilesetSpec.Builder setSampleGcsFileSpecs(int index, GcsFileSpec.Builder builderForValue)
Output only. Sample files contained in this fileset, not all files contained in this fileset are represented here.
repeated .google.cloud.datacatalog.v1beta1.GcsFileSpec sample_gcs_file_specs = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public GcsFilesetSpec.Builder addSampleGcsFileSpecs(GcsFileSpec value)
Output only. Sample files contained in this fileset, not all files contained in this fileset are represented here.
repeated .google.cloud.datacatalog.v1beta1.GcsFileSpec sample_gcs_file_specs = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public GcsFilesetSpec.Builder addSampleGcsFileSpecs(int index, GcsFileSpec value)
Output only. Sample files contained in this fileset, not all files contained in this fileset are represented here.
repeated .google.cloud.datacatalog.v1beta1.GcsFileSpec sample_gcs_file_specs = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public GcsFilesetSpec.Builder addSampleGcsFileSpecs(GcsFileSpec.Builder builderForValue)
Output only. Sample files contained in this fileset, not all files contained in this fileset are represented here.
repeated .google.cloud.datacatalog.v1beta1.GcsFileSpec sample_gcs_file_specs = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public GcsFilesetSpec.Builder addSampleGcsFileSpecs(int index, GcsFileSpec.Builder builderForValue)
Output only. Sample files contained in this fileset, not all files contained in this fileset are represented here.
repeated .google.cloud.datacatalog.v1beta1.GcsFileSpec sample_gcs_file_specs = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public GcsFilesetSpec.Builder addAllSampleGcsFileSpecs(Iterable<? extends GcsFileSpec> values)
Output only. Sample files contained in this fileset, not all files contained in this fileset are represented here.
repeated .google.cloud.datacatalog.v1beta1.GcsFileSpec sample_gcs_file_specs = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public GcsFilesetSpec.Builder clearSampleGcsFileSpecs()
Output only. Sample files contained in this fileset, not all files contained in this fileset are represented here.
repeated .google.cloud.datacatalog.v1beta1.GcsFileSpec sample_gcs_file_specs = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public GcsFilesetSpec.Builder removeSampleGcsFileSpecs(int index)
Output only. Sample files contained in this fileset, not all files contained in this fileset are represented here.
repeated .google.cloud.datacatalog.v1beta1.GcsFileSpec sample_gcs_file_specs = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public GcsFileSpec.Builder getSampleGcsFileSpecsBuilder(int index)
Output only. Sample files contained in this fileset, not all files contained in this fileset are represented here.
repeated .google.cloud.datacatalog.v1beta1.GcsFileSpec sample_gcs_file_specs = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public GcsFileSpecOrBuilder getSampleGcsFileSpecsOrBuilder(int index)
Output only. Sample files contained in this fileset, not all files contained in this fileset are represented here.
repeated .google.cloud.datacatalog.v1beta1.GcsFileSpec sample_gcs_file_specs = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getSampleGcsFileSpecsOrBuilder in interface GcsFilesetSpecOrBuilderpublic List<? extends GcsFileSpecOrBuilder> getSampleGcsFileSpecsOrBuilderList()
Output only. Sample files contained in this fileset, not all files contained in this fileset are represented here.
repeated .google.cloud.datacatalog.v1beta1.GcsFileSpec sample_gcs_file_specs = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getSampleGcsFileSpecsOrBuilderList in interface GcsFilesetSpecOrBuilderpublic GcsFileSpec.Builder addSampleGcsFileSpecsBuilder()
Output only. Sample files contained in this fileset, not all files contained in this fileset are represented here.
repeated .google.cloud.datacatalog.v1beta1.GcsFileSpec sample_gcs_file_specs = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public GcsFileSpec.Builder addSampleGcsFileSpecsBuilder(int index)
Output only. Sample files contained in this fileset, not all files contained in this fileset are represented here.
repeated .google.cloud.datacatalog.v1beta1.GcsFileSpec sample_gcs_file_specs = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public List<GcsFileSpec.Builder> getSampleGcsFileSpecsBuilderList()
Output only. Sample files contained in this fileset, not all files contained in this fileset are represented here.
repeated .google.cloud.datacatalog.v1beta1.GcsFileSpec sample_gcs_file_specs = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public final GcsFilesetSpec.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<GcsFilesetSpec.Builder>public final GcsFilesetSpec.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<GcsFilesetSpec.Builder>Copyright © 2025 Google LLC. All rights reserved.