public static final class DeleteWorkflowTemplateRequest.Builder extends GeneratedMessage.Builder<DeleteWorkflowTemplateRequest.Builder> implements DeleteWorkflowTemplateRequestOrBuilderA request to delete a workflow template.
Currently started workflows will remain running.
Protobuf type google.cloud.dataproc.v1.DeleteWorkflowTemplateRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DeleteWorkflowTemplateRequest.BuilderImplements
DeleteWorkflowTemplateRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public DeleteWorkflowTemplateRequest build()| Returns | |
|---|---|
| Type | Description |
DeleteWorkflowTemplateRequest |
|
buildPartial()
public DeleteWorkflowTemplateRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
DeleteWorkflowTemplateRequest |
|
clear()
public DeleteWorkflowTemplateRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
DeleteWorkflowTemplateRequest.Builder |
|
clearName()
public DeleteWorkflowTemplateRequest.Builder clearName()Required. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names.
For
projects.regions.workflowTemplates.delete, the resource name of the template has the following format:projects/{project_id}/regions/{region}/workflowTemplates/{template_id}For
projects.locations.workflowTemplates.instantiate, the resource name of the template has the following format:projects/{project_id}/locations/{location}/workflowTemplates/{template_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
DeleteWorkflowTemplateRequest.Builder |
This builder for chaining. |
clearVersion()
public DeleteWorkflowTemplateRequest.Builder clearVersion()Optional. The version of workflow template to delete. If specified, will only delete the template if the current server version matches specified version.
int32 version = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DeleteWorkflowTemplateRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public DeleteWorkflowTemplateRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DeleteWorkflowTemplateRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName()Required. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names.
For
projects.regions.workflowTemplates.delete, the resource name of the template has the following format:projects/{project_id}/regions/{region}/workflowTemplates/{template_id}For
projects.locations.workflowTemplates.instantiate, the resource name of the template has the following format:projects/{project_id}/locations/{location}/workflowTemplates/{template_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()Required. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names.
For
projects.regions.workflowTemplates.delete, the resource name of the template has the following format:projects/{project_id}/regions/{region}/workflowTemplates/{template_id}For
projects.locations.workflowTemplates.instantiate, the resource name of the template has the following format:projects/{project_id}/locations/{location}/workflowTemplates/{template_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getVersion()
public int getVersion()Optional. The version of workflow template to delete. If specified, will only delete the template if the current server version matches specified version.
int32 version = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The version. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(DeleteWorkflowTemplateRequest other)
public DeleteWorkflowTemplateRequest.Builder mergeFrom(DeleteWorkflowTemplateRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteWorkflowTemplateRequest |
| Returns | |
|---|---|
| Type | Description |
DeleteWorkflowTemplateRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DeleteWorkflowTemplateRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DeleteWorkflowTemplateRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DeleteWorkflowTemplateRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DeleteWorkflowTemplateRequest.Builder |
|
setName(String value)
public DeleteWorkflowTemplateRequest.Builder setName(String value)Required. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names.
For
projects.regions.workflowTemplates.delete, the resource name of the template has the following format:projects/{project_id}/regions/{region}/workflowTemplates/{template_id}For
projects.locations.workflowTemplates.instantiate, the resource name of the template has the following format:projects/{project_id}/locations/{location}/workflowTemplates/{template_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteWorkflowTemplateRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public DeleteWorkflowTemplateRequest.Builder setNameBytes(ByteString value)Required. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names.
For
projects.regions.workflowTemplates.delete, the resource name of the template has the following format:projects/{project_id}/regions/{region}/workflowTemplates/{template_id}For
projects.locations.workflowTemplates.instantiate, the resource name of the template has the following format:projects/{project_id}/locations/{location}/workflowTemplates/{template_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteWorkflowTemplateRequest.Builder |
This builder for chaining. |
setVersion(int value)
public DeleteWorkflowTemplateRequest.Builder setVersion(int value)Optional. The version of workflow template to delete. If specified, will only delete the template if the current server version matches specified version.
int32 version = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe version to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteWorkflowTemplateRequest.Builder |
This builder for chaining. |