Package | Description |
---|---|
com.google.api.services.deploymentmanager.model |
Modifier and Type | Method and Description |
---|---|
ImportFile |
ImportFile.clone() |
ImportFile |
ImportFile.set(String fieldName,
Object value) |
ImportFile |
ImportFile.setContent(String content)
The contents of the file.
|
ImportFile |
ImportFile.setName(String name)
The name of the file.
|
Modifier and Type | Method and Description |
---|---|
List<ImportFile> |
TemplateContents.getImports()
Import files referenced by the main template.
|
List<ImportFile> |
Manifest.getImports()
Output only.
|
List<ImportFile> |
TargetConfiguration.getImports()
Specifies any files to import for this configuration.
|
Modifier and Type | Method and Description |
---|---|
TemplateContents |
TemplateContents.setImports(List<ImportFile> imports)
Import files referenced by the main template.
|
Manifest |
Manifest.setImports(List<ImportFile> imports)
Output only.
|
TargetConfiguration |
TargetConfiguration.setImports(List<ImportFile> imports)
Specifies any files to import for this configuration.
|
Copyright © 2011–2024 Google. All rights reserved.