public interface DeleteWorkflowTemplateRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
int |
getVersion()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. The "resource name" of the workflow template, as described
in https://cloud.google.com/apis/design/resource_names of the form
`projects/{project_id}/regions/{region}/workflowTemplates/{template_id}`
string name = 1;com.google.protobuf.ByteString getNameBytes()
Required. The "resource name" of the workflow template, as described
in https://cloud.google.com/apis/design/resource_names of the form
`projects/{project_id}/regions/{region}/workflowTemplates/{template_id}`
string name = 1;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;Copyright © 2019 Google LLC. All rights reserved.