Package | Description |
---|---|
com.google.api.services.deploymentmanager.model |
Modifier and Type | Method and Description |
---|---|
TemplateContents |
TemplateContents.clone() |
TemplateContents |
CompositeType.getTemplateContents()
Files for the template type.
|
TemplateContents |
TemplateContents.set(String fieldName,
Object value) |
TemplateContents |
TemplateContents.setImports(List<ImportFile> imports)
Import files referenced by the main template.
|
TemplateContents |
TemplateContents.setInterpreter(String interpreter)
Which interpreter (python or jinja) should be used during expansion.
|
TemplateContents |
TemplateContents.setMainTemplate(String mainTemplate)
The filename of the mainTemplate
|
TemplateContents |
TemplateContents.setSchema(String schema)
The contents of the template schema.
|
TemplateContents |
TemplateContents.setTemplate(String template)
The contents of the main template file.
|
Modifier and Type | Method and Description |
---|---|
CompositeType |
CompositeType.setTemplateContents(TemplateContents templateContents)
Files for the template type.
|
Copyright © 2011–2024 Google. All rights reserved.