public interface CreateWorkflowConfigRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent() Required. The repository in which to create the workflow config. Must be in
the format projects/*/locations/*/repositories/*.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Required. The repository in which to create the workflow config. Must be in
the format projects/*/locations/*/repositories/*.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getWorkflowConfig()
public abstract WorkflowConfig getWorkflowConfig()Required. The workflow config to create.
.google.cloud.dataform.v1beta1.WorkflowConfig workflow_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
WorkflowConfig |
The workflowConfig. |
getWorkflowConfigId()
public abstract String getWorkflowConfigId()Required. The ID to use for the workflow config, which will become the final component of the workflow config's resource name.
string workflow_config_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The workflowConfigId. |
getWorkflowConfigIdBytes()
public abstract ByteString getWorkflowConfigIdBytes()Required. The ID to use for the workflow config, which will become the final component of the workflow config's resource name.
string workflow_config_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for workflowConfigId. |
getWorkflowConfigOrBuilder()
public abstract WorkflowConfigOrBuilder getWorkflowConfigOrBuilder()Required. The workflow config to create.
.google.cloud.dataform.v1beta1.WorkflowConfig workflow_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
WorkflowConfigOrBuilder |
|
hasWorkflowConfig()
public abstract boolean hasWorkflowConfig()Required. The workflow config to create.
.google.cloud.dataform.v1beta1.WorkflowConfig workflow_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the workflowConfig field is set. |