public class Dataflow.Projects.CatalogTemplates.TemplateVersions extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dataflow.Projects.CatalogTemplates.TemplateVersions.Create |
| Constructor and Description |
|---|
TemplateVersions() |
| Modifier and Type | Method and Description |
|---|---|
Dataflow.Projects.CatalogTemplates.TemplateVersions.Create |
create(String parent,
CreateTemplateVersionRequest content)
Creates a new Template with TemplateVersion.
|
public Dataflow.Projects.CatalogTemplates.TemplateVersions.Create create(String parent, CreateTemplateVersionRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - The parent project and template that the TemplateVersion will be created under. Create using
project_id(pid1) and display_name(tid1). Format: projects/{pid1}/catalogTemplates/{tid1}content - the CreateTemplateVersionRequestIOExceptionCopyright © 2011–2021 Google. All rights reserved.