public static final class Task.NotebookTaskConfig.Builder extends GeneratedMessageV3.Builder<Task.NotebookTaskConfig.Builder> implements Task.NotebookTaskConfigOrBuilderConfig for running scheduled notebooks.
Protobuf type google.cloud.dataplex.v1.Task.NotebookTaskConfig
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Task.NotebookTaskConfig.BuilderImplements
Task.NotebookTaskConfigOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addAllArchiveUris(Iterable<String> values)
public Task.NotebookTaskConfig.Builder addAllArchiveUris(Iterable<String> values)Optional. Cloud Storage URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
repeated string archive_uris = 6 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
| values | Iterable<String>The archiveUris to add. |
| Type | Description |
| Task.NotebookTaskConfig.Builder | This builder for chaining. |
addAllFileUris(Iterable<String> values)
public Task.NotebookTaskConfig.Builder addAllFileUris(Iterable<String> values)Optional. Cloud Storage URIs of files to be placed in the working directory of each executor.
repeated string file_uris = 5 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
| values | Iterable<String>The fileUris to add. |
| Type | Description |
| Task.NotebookTaskConfig.Builder | This builder for chaining. |
addArchiveUris(String value)
public Task.NotebookTaskConfig.Builder addArchiveUris(String value)Optional. Cloud Storage URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
repeated string archive_uris = 6 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
| value | StringThe archiveUris to add. |
| Type | Description |
| Task.NotebookTaskConfig.Builder | This builder for chaining. |
addArchiveUrisBytes(ByteString value)
public Task.NotebookTaskConfig.Builder addArchiveUrisBytes(ByteString value)Optional. Cloud Storage URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
repeated string archive_uris = 6 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
| value | ByteStringThe bytes of the archiveUris to add. |
| Type | Description |
| Task.NotebookTaskConfig.Builder | This builder for chaining. |
addFileUris(String value)
public Task.NotebookTaskConfig.Builder addFileUris(String value)Optional. Cloud Storage URIs of files to be placed in the working directory of each executor.
repeated string file_uris = 5 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
| value | StringThe fileUris to add. |
| Type | Description |
| Task.NotebookTaskConfig.Builder | This builder for chaining. |
addFileUrisBytes(ByteString value)
public Task.NotebookTaskConfig.Builder addFileUrisBytes(ByteString value)Optional. Cloud Storage URIs of files to be placed in the working directory of each executor.
repeated string file_uris = 5 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
| value | ByteStringThe bytes of the fileUris to add. |
| Type | Description |
| Task.NotebookTaskConfig.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Task.NotebookTaskConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| Task.NotebookTaskConfig.Builder |
build()
public Task.NotebookTaskConfig build()| Type | Description |
| Task.NotebookTaskConfig |
buildPartial()
public Task.NotebookTaskConfig buildPartial()| Type | Description |
| Task.NotebookTaskConfig |
clear()
public Task.NotebookTaskConfig.Builder clear()| Type | Description |
| Task.NotebookTaskConfig.Builder |
clearArchiveUris()
public Task.NotebookTaskConfig.Builder clearArchiveUris()Optional. Cloud Storage URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
repeated string archive_uris = 6 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| Task.NotebookTaskConfig.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public Task.NotebookTaskConfig.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| Task.NotebookTaskConfig.Builder |
clearFileUris()
public Task.NotebookTaskConfig.Builder clearFileUris()Optional. Cloud Storage URIs of files to be placed in the working directory of each executor.
repeated string file_uris = 5 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| Task.NotebookTaskConfig.Builder | This builder for chaining. |
clearInfrastructureSpec()
public Task.NotebookTaskConfig.Builder clearInfrastructureSpec()Optional. Infrastructure specification for the execution.
.google.cloud.dataplex.v1.Task.InfrastructureSpec infrastructure_spec = 3 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| Task.NotebookTaskConfig.Builder |
clearNotebook()
public Task.NotebookTaskConfig.Builder clearNotebook() Required. Path to input notebook. This can be the Cloud Storage URI of the notebook
file or the path to a Notebook Content. The execution args are accessible
as environment variables
(TASK_key=value).
string notebook = 4 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| Task.NotebookTaskConfig.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Task.NotebookTaskConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| Task.NotebookTaskConfig.Builder |
clone()
public Task.NotebookTaskConfig.Builder clone()| Type | Description |
| Task.NotebookTaskConfig.Builder |
getArchiveUris(int index)
public String getArchiveUris(int index)Optional. Cloud Storage URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
repeated string archive_uris = 6 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The archiveUris at the given index. |
getArchiveUrisBytes(int index)
public ByteString getArchiveUrisBytes(int index)Optional. Cloud Storage URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
repeated string archive_uris = 6 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the archiveUris at the given index. |
getArchiveUrisCount()
public int getArchiveUrisCount()Optional. Cloud Storage URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
repeated string archive_uris = 6 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| int | The count of archiveUris. |
getArchiveUrisList()
public ProtocolStringList getArchiveUrisList()Optional. Cloud Storage URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
repeated string archive_uris = 6 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| ProtocolStringList | A list containing the archiveUris. |
getDefaultInstanceForType()
public Task.NotebookTaskConfig getDefaultInstanceForType()| Type | Description |
| Task.NotebookTaskConfig |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getFileUris(int index)
public String getFileUris(int index)Optional. Cloud Storage URIs of files to be placed in the working directory of each executor.
repeated string file_uris = 5 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The fileUris at the given index. |
getFileUrisBytes(int index)
public ByteString getFileUrisBytes(int index)Optional. Cloud Storage URIs of files to be placed in the working directory of each executor.
repeated string file_uris = 5 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the fileUris at the given index. |
getFileUrisCount()
public int getFileUrisCount()Optional. Cloud Storage URIs of files to be placed in the working directory of each executor.
repeated string file_uris = 5 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| int | The count of fileUris. |
getFileUrisList()
public ProtocolStringList getFileUrisList()Optional. Cloud Storage URIs of files to be placed in the working directory of each executor.
repeated string file_uris = 5 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| ProtocolStringList | A list containing the fileUris. |
getInfrastructureSpec()
public Task.InfrastructureSpec getInfrastructureSpec()Optional. Infrastructure specification for the execution.
.google.cloud.dataplex.v1.Task.InfrastructureSpec infrastructure_spec = 3 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| Task.InfrastructureSpec | The infrastructureSpec. |
getInfrastructureSpecBuilder()
public Task.InfrastructureSpec.Builder getInfrastructureSpecBuilder()Optional. Infrastructure specification for the execution.
.google.cloud.dataplex.v1.Task.InfrastructureSpec infrastructure_spec = 3 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| Task.InfrastructureSpec.Builder |
getInfrastructureSpecOrBuilder()
public Task.InfrastructureSpecOrBuilder getInfrastructureSpecOrBuilder()Optional. Infrastructure specification for the execution.
.google.cloud.dataplex.v1.Task.InfrastructureSpec infrastructure_spec = 3 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| Task.InfrastructureSpecOrBuilder |
getNotebook()
public String getNotebook() Required. Path to input notebook. This can be the Cloud Storage URI of the notebook
file or the path to a Notebook Content. The execution args are accessible
as environment variables
(TASK_key=value).
string notebook = 4 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The notebook. |
getNotebookBytes()
public ByteString getNotebookBytes() Required. Path to input notebook. This can be the Cloud Storage URI of the notebook
file or the path to a Notebook Content. The execution args are accessible
as environment variables
(TASK_key=value).
string notebook = 4 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for notebook. |
hasInfrastructureSpec()
public boolean hasInfrastructureSpec()Optional. Infrastructure specification for the execution.
.google.cloud.dataplex.v1.Task.InfrastructureSpec infrastructure_spec = 3 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| boolean | Whether the infrastructureSpec field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(Task.NotebookTaskConfig other)
public Task.NotebookTaskConfig.Builder mergeFrom(Task.NotebookTaskConfig other)| Name | Description |
| other | Task.NotebookTaskConfig |
| Type | Description |
| Task.NotebookTaskConfig.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Task.NotebookTaskConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| Task.NotebookTaskConfig.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public Task.NotebookTaskConfig.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| Task.NotebookTaskConfig.Builder |
mergeInfrastructureSpec(Task.InfrastructureSpec value)
public Task.NotebookTaskConfig.Builder mergeInfrastructureSpec(Task.InfrastructureSpec value)Optional. Infrastructure specification for the execution.
.google.cloud.dataplex.v1.Task.InfrastructureSpec infrastructure_spec = 3 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
| value | Task.InfrastructureSpec |
| Type | Description |
| Task.NotebookTaskConfig.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Task.NotebookTaskConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| Task.NotebookTaskConfig.Builder |
setArchiveUris(int index, String value)
public Task.NotebookTaskConfig.Builder setArchiveUris(int index, String value)Optional. Cloud Storage URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
repeated string archive_uris = 6 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
| index | intThe index to set the value at. |
| value | StringThe archiveUris to set. |
| Type | Description |
| Task.NotebookTaskConfig.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public Task.NotebookTaskConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| Task.NotebookTaskConfig.Builder |
setFileUris(int index, String value)
public Task.NotebookTaskConfig.Builder setFileUris(int index, String value)Optional. Cloud Storage URIs of files to be placed in the working directory of each executor.
repeated string file_uris = 5 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
| index | intThe index to set the value at. |
| value | StringThe fileUris to set. |
| Type | Description |
| Task.NotebookTaskConfig.Builder | This builder for chaining. |
setInfrastructureSpec(Task.InfrastructureSpec value)
public Task.NotebookTaskConfig.Builder setInfrastructureSpec(Task.InfrastructureSpec value)Optional. Infrastructure specification for the execution.
.google.cloud.dataplex.v1.Task.InfrastructureSpec infrastructure_spec = 3 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
| value | Task.InfrastructureSpec |
| Type | Description |
| Task.NotebookTaskConfig.Builder |
setInfrastructureSpec(Task.InfrastructureSpec.Builder builderForValue)
public Task.NotebookTaskConfig.Builder setInfrastructureSpec(Task.InfrastructureSpec.Builder builderForValue)Optional. Infrastructure specification for the execution.
.google.cloud.dataplex.v1.Task.InfrastructureSpec infrastructure_spec = 3 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
| builderForValue | Task.InfrastructureSpec.Builder |
| Type | Description |
| Task.NotebookTaskConfig.Builder |
setNotebook(String value)
public Task.NotebookTaskConfig.Builder setNotebook(String value) Required. Path to input notebook. This can be the Cloud Storage URI of the notebook
file or the path to a Notebook Content. The execution args are accessible
as environment variables
(TASK_key=value).
string notebook = 4 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | StringThe notebook to set. |
| Type | Description |
| Task.NotebookTaskConfig.Builder | This builder for chaining. |
setNotebookBytes(ByteString value)
public Task.NotebookTaskConfig.Builder setNotebookBytes(ByteString value) Required. Path to input notebook. This can be the Cloud Storage URI of the notebook
file or the path to a Notebook Content. The execution args are accessible
as environment variables
(TASK_key=value).
string notebook = 4 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | ByteStringThe bytes for notebook to set. |
| Type | Description |
| Task.NotebookTaskConfig.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Task.NotebookTaskConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| Task.NotebookTaskConfig.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Task.NotebookTaskConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| Task.NotebookTaskConfig.Builder |