| Modifier and Type | Method and Description |
|---|---|
DataProfileAction |
DataProfileAction.Builder.build() |
DataProfileAction |
DataProfileAction.Builder.buildPartial() |
DataProfileAction |
DataProfileJobConfig.getDataProfileActions(int index)
Actions to execute at the completion of the job.
|
DataProfileAction |
DataProfileJobConfig.Builder.getDataProfileActions(int index)
Actions to execute at the completion of the job.
|
DataProfileAction |
DataProfileJobConfigOrBuilder.getDataProfileActions(int index)
Actions to execute at the completion of the job.
|
static DataProfileAction |
DataProfileAction.getDefaultInstance() |
DataProfileAction |
DataProfileAction.getDefaultInstanceForType() |
DataProfileAction |
DataProfileAction.Builder.getDefaultInstanceForType() |
static DataProfileAction |
DataProfileAction.parseDelimitedFrom(InputStream input) |
static DataProfileAction |
DataProfileAction.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DataProfileAction |
DataProfileAction.parseFrom(byte[] data) |
static DataProfileAction |
DataProfileAction.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DataProfileAction |
DataProfileAction.parseFrom(ByteBuffer data) |
static DataProfileAction |
DataProfileAction.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DataProfileAction |
DataProfileAction.parseFrom(com.google.protobuf.ByteString data) |
static DataProfileAction |
DataProfileAction.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DataProfileAction |
DataProfileAction.parseFrom(com.google.protobuf.CodedInputStream input) |
static DataProfileAction |
DataProfileAction.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DataProfileAction |
DataProfileAction.parseFrom(InputStream input) |
static DataProfileAction |
DataProfileAction.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<DataProfileAction> |
DataProfileJobConfig.getDataProfileActionsList()
Actions to execute at the completion of the job.
|
List<DataProfileAction> |
DataProfileJobConfig.Builder.getDataProfileActionsList()
Actions to execute at the completion of the job.
|
List<DataProfileAction> |
DataProfileJobConfigOrBuilder.getDataProfileActionsList()
Actions to execute at the completion of the job.
|
com.google.protobuf.Parser<DataProfileAction> |
DataProfileAction.getParserForType() |
static com.google.protobuf.Parser<DataProfileAction> |
DataProfileAction.parser() |
| Modifier and Type | Method and Description |
|---|---|
DataProfileJobConfig.Builder |
DataProfileJobConfig.Builder.addDataProfileActions(DataProfileAction value)
Actions to execute at the completion of the job.
|
DataProfileJobConfig.Builder |
DataProfileJobConfig.Builder.addDataProfileActions(int index,
DataProfileAction value)
Actions to execute at the completion of the job.
|
DataProfileAction.Builder |
DataProfileAction.Builder.mergeFrom(DataProfileAction other) |
static DataProfileAction.Builder |
DataProfileAction.newBuilder(DataProfileAction prototype) |
DataProfileJobConfig.Builder |
DataProfileJobConfig.Builder.setDataProfileActions(int index,
DataProfileAction value)
Actions to execute at the completion of the job.
|
| Modifier and Type | Method and Description |
|---|---|
DataProfileJobConfig.Builder |
DataProfileJobConfig.Builder.addAllDataProfileActions(Iterable<? extends DataProfileAction> values)
Actions to execute at the completion of the job.
|
Copyright © 2022 Google LLC. All rights reserved.