| Modifier and Type | Method and Description |
|---|---|
static FileType |
FileType.forNumber(int value) |
FileType |
CloudStorageOptionsOrBuilder.getFileTypes(int index)
List of file type groups to include in the scan.
|
FileType |
CloudStorageOptions.getFileTypes(int index)
List of file type groups to include in the scan.
|
FileType |
CloudStorageOptions.Builder.getFileTypes(int index)
List of file type groups to include in the scan.
|
FileType |
Action.DeidentifyOrBuilder.getFileTypesToTransform(int index)
List of user-specified file type groups to transform.
|
FileType |
Action.Deidentify.getFileTypesToTransform(int index)
List of user-specified file type groups to transform.
|
FileType |
Action.Deidentify.Builder.getFileTypesToTransform(int index)
List of user-specified file type groups to transform.
|
static FileType |
FileType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static FileType |
FileType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static FileType |
FileType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileType[] |
FileType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<FileType> |
CloudStorageOptionsOrBuilder.getFileTypesList()
List of file type groups to include in the scan.
|
List<FileType> |
CloudStorageOptions.getFileTypesList()
List of file type groups to include in the scan.
|
List<FileType> |
CloudStorageOptions.Builder.getFileTypesList()
List of file type groups to include in the scan.
|
List<FileType> |
Action.DeidentifyOrBuilder.getFileTypesToTransformList()
List of user-specified file type groups to transform.
|
List<FileType> |
Action.Deidentify.getFileTypesToTransformList()
List of user-specified file type groups to transform.
|
List<FileType> |
Action.Deidentify.Builder.getFileTypesToTransformList()
List of user-specified file type groups to transform.
|
static com.google.protobuf.Internal.EnumLiteMap<FileType> |
FileType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
CloudStorageOptions.Builder |
CloudStorageOptions.Builder.addFileTypes(FileType value)
List of file type groups to include in the scan.
|
Action.Deidentify.Builder |
Action.Deidentify.Builder.addFileTypesToTransform(FileType value)
List of user-specified file type groups to transform.
|
CloudStorageOptions.Builder |
CloudStorageOptions.Builder.setFileTypes(int index,
FileType value)
List of file type groups to include in the scan.
|
Action.Deidentify.Builder |
Action.Deidentify.Builder.setFileTypesToTransform(int index,
FileType value)
List of user-specified file type groups to transform.
|
| Modifier and Type | Method and Description |
|---|---|
CloudStorageOptions.Builder |
CloudStorageOptions.Builder.addAllFileTypes(Iterable<? extends FileType> values)
List of file type groups to include in the scan.
|
Action.Deidentify.Builder |
Action.Deidentify.Builder.addAllFileTypesToTransform(Iterable<? extends FileType> values)
List of user-specified file type groups to transform.
|
Copyright © 2022 Google LLC. All rights reserved.