Interface CreateTaskRequestOrBuilder (1.39.0)

public interface CreateTaskRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

Required. The resource name of the parent lake: projects/{project_number}/locations/{location_id}/lakes/{lake_id}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The resource name of the parent lake: projects/{project_number}/locations/{location_id}/lakes/{lake_id}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

getTask()

public abstract Task getTask()

Required. Task resource.

.google.cloud.dataplex.v1.Task task = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Task

The task.

getTaskId()

public abstract String getTaskId()

Required. Task identifier.

string task_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The taskId.

getTaskIdBytes()

public abstract ByteString getTaskIdBytes()

Required. Task identifier.

string task_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for taskId.

getTaskOrBuilder()

public abstract TaskOrBuilder getTaskOrBuilder()

Required. Task resource.

.google.cloud.dataplex.v1.Task task = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
TaskOrBuilder

getValidateOnly()

public abstract boolean getValidateOnly()

Optional. Only validate the request, but do not perform mutations. The default is false.

bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

The validateOnly.

hasTask()

public abstract boolean hasTask()

Required. Task resource.

.google.cloud.dataplex.v1.Task task = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the task field is set.