Uses of Class
com.google.cloud.datacatalog.v1.StorageProperties.Builder
-
Uses of StorageProperties.Builder in com.google.cloud.datacatalog.v1
Methods in com.google.cloud.datacatalog.v1 that return StorageProperties.BuilderModifier and TypeMethodDescriptionStorageProperties.Builder.addAllFilePattern(Iterable<String> values) Patterns to identify a set of files for this fileset.StorageProperties.Builder.addFilePattern(String value) Patterns to identify a set of files for this fileset.StorageProperties.Builder.addFilePatternBytes(com.google.protobuf.ByteString value) Patterns to identify a set of files for this fileset.StorageProperties.Builder.clear()StorageProperties.Builder.clearFilePattern()Patterns to identify a set of files for this fileset.StorageProperties.Builder.clearFileType()File type in MIME format, for example, `text/plain`.DataSource.Builder.getStoragePropertiesBuilder()Detailed properties of the underlying storage.StorageProperties.Builder.mergeFrom(StorageProperties other) StorageProperties.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StorageProperties.Builder.mergeFrom(com.google.protobuf.Message other) static StorageProperties.BuilderStorageProperties.newBuilder()static StorageProperties.BuilderStorageProperties.newBuilder(StorageProperties prototype) StorageProperties.newBuilderForType()protected StorageProperties.BuilderStorageProperties.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) StorageProperties.Builder.setFilePattern(int index, String value) Patterns to identify a set of files for this fileset.StorageProperties.Builder.setFileType(String value) File type in MIME format, for example, `text/plain`.StorageProperties.Builder.setFileTypeBytes(com.google.protobuf.ByteString value) File type in MIME format, for example, `text/plain`.StorageProperties.toBuilder()Methods in com.google.cloud.datacatalog.v1 with parameters of type StorageProperties.BuilderModifier and TypeMethodDescriptionDataSource.Builder.setStorageProperties(StorageProperties.Builder builderForValue) Detailed properties of the underlying storage.