Interface CreateWorkflowConfigRequestOrBuilder (0.38.0)

public interface CreateWorkflowConfigRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the workflowConfig field is set.