public static final class CreateWorkflowTemplateRequest.Builder extends GeneratedMessage.Builder<CreateWorkflowTemplateRequest.Builder> implements CreateWorkflowTemplateRequestOrBuilderA request to create a workflow template.
Protobuf type google.cloud.dataproc.v1.CreateWorkflowTemplateRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > CreateWorkflowTemplateRequest.BuilderImplements
CreateWorkflowTemplateRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public CreateWorkflowTemplateRequest build()| Returns | |
|---|---|
| Type | Description |
CreateWorkflowTemplateRequest |
|
buildPartial()
public CreateWorkflowTemplateRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
CreateWorkflowTemplateRequest |
|
clear()
public CreateWorkflowTemplateRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
CreateWorkflowTemplateRequest.Builder |
|
clearParent()
public CreateWorkflowTemplateRequest.Builder clearParent()Required. The resource name of the region or location, as described in https://cloud.google.com/apis/design/resource_names.
For
projects.regions.workflowTemplates.create, the resource name of the region has the following format:projects/{project_id}/regions/{region}For
projects.locations.workflowTemplates.create, the resource name of the location has the following format:projects/{project_id}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
CreateWorkflowTemplateRequest.Builder |
This builder for chaining. |
clearTemplate()
public CreateWorkflowTemplateRequest.Builder clearTemplate()Required. The Dataproc workflow template to create.
.google.cloud.dataproc.v1.WorkflowTemplate template = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CreateWorkflowTemplateRequest.Builder |
|
getDefaultInstanceForType()
public CreateWorkflowTemplateRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
CreateWorkflowTemplateRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getParent()
public String getParent()Required. The resource name of the region or location, as described in https://cloud.google.com/apis/design/resource_names.
For
projects.regions.workflowTemplates.create, the resource name of the region has the following format:projects/{project_id}/regions/{region}For
projects.locations.workflowTemplates.create, the resource name of the location has the following format:projects/{project_id}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes()Required. The resource name of the region or location, as described in https://cloud.google.com/apis/design/resource_names.
For
projects.regions.workflowTemplates.create, the resource name of the region has the following format:projects/{project_id}/regions/{region}For
projects.locations.workflowTemplates.create, the resource name of the location has the following format:projects/{project_id}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getTemplate()
public WorkflowTemplate getTemplate()Required. The Dataproc workflow template to create.
.google.cloud.dataproc.v1.WorkflowTemplate template = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
WorkflowTemplate |
The template. |
getTemplateBuilder()
public WorkflowTemplate.Builder getTemplateBuilder()Required. The Dataproc workflow template to create.
.google.cloud.dataproc.v1.WorkflowTemplate template = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
WorkflowTemplate.Builder |
|
getTemplateOrBuilder()
public WorkflowTemplateOrBuilder getTemplateOrBuilder()Required. The Dataproc workflow template to create.
.google.cloud.dataproc.v1.WorkflowTemplate template = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
WorkflowTemplateOrBuilder |
|
hasTemplate()
public boolean hasTemplate()Required. The Dataproc workflow template to create.
.google.cloud.dataproc.v1.WorkflowTemplate template = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the template field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CreateWorkflowTemplateRequest other)
public CreateWorkflowTemplateRequest.Builder mergeFrom(CreateWorkflowTemplateRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateWorkflowTemplateRequest |
| Returns | |
|---|---|
| Type | Description |
CreateWorkflowTemplateRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CreateWorkflowTemplateRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CreateWorkflowTemplateRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public CreateWorkflowTemplateRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
CreateWorkflowTemplateRequest.Builder |
|
mergeTemplate(WorkflowTemplate value)
public CreateWorkflowTemplateRequest.Builder mergeTemplate(WorkflowTemplate value)Required. The Dataproc workflow template to create.
.google.cloud.dataproc.v1.WorkflowTemplate template = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
WorkflowTemplate |
| Returns | |
|---|---|
| Type | Description |
CreateWorkflowTemplateRequest.Builder |
|
setParent(String value)
public CreateWorkflowTemplateRequest.Builder setParent(String value)Required. The resource name of the region or location, as described in https://cloud.google.com/apis/design/resource_names.
For
projects.regions.workflowTemplates.create, the resource name of the region has the following format:projects/{project_id}/regions/{region}For
projects.locations.workflowTemplates.create, the resource name of the location has the following format:projects/{project_id}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateWorkflowTemplateRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public CreateWorkflowTemplateRequest.Builder setParentBytes(ByteString value)Required. The resource name of the region or location, as described in https://cloud.google.com/apis/design/resource_names.
For
projects.regions.workflowTemplates.create, the resource name of the region has the following format:projects/{project_id}/regions/{region}For
projects.locations.workflowTemplates.create, the resource name of the location has the following format:projects/{project_id}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateWorkflowTemplateRequest.Builder |
This builder for chaining. |
setTemplate(WorkflowTemplate value)
public CreateWorkflowTemplateRequest.Builder setTemplate(WorkflowTemplate value)Required. The Dataproc workflow template to create.
.google.cloud.dataproc.v1.WorkflowTemplate template = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
WorkflowTemplate |
| Returns | |
|---|---|
| Type | Description |
CreateWorkflowTemplateRequest.Builder |
|
setTemplate(WorkflowTemplate.Builder builderForValue)
public CreateWorkflowTemplateRequest.Builder setTemplate(WorkflowTemplate.Builder builderForValue)Required. The Dataproc workflow template to create.
.google.cloud.dataproc.v1.WorkflowTemplate template = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
WorkflowTemplate.Builder |
| Returns | |
|---|---|
| Type | Description |
CreateWorkflowTemplateRequest.Builder |
|