public interface CreateTaskRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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) = { ... }
| Type | Description |
| 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) = { ... }
| Type | Description |
| 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];
| Type | Description |
| Task | The task. |
getTaskId()
public abstract String getTaskId()Required. Task identifier.
string task_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The taskId. |
getTaskIdBytes()
public abstract ByteString getTaskIdBytes()Required. Task identifier.
string task_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| 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];
| Type | Description |
| 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];
| Type | Description |
| boolean | The validateOnly. |
hasTask()
public abstract boolean hasTask()Required. Task resource.
.google.cloud.dataplex.v1.Task task = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the task field is set. |