| Package | Description |
|---|---|
| com.google.api.services.deploymentmanager | |
| com.google.api.services.deploymentmanager.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentManagerAlpha.Types.Insert |
DeploymentManagerAlpha.Types.insert(String project,
Type content)
Creates a type.
|
DeploymentManagerAlpha.Types.Patch |
DeploymentManagerAlpha.Types.patch(String project,
String type,
Type content)
Updates a type.
|
DeploymentManagerAlpha.Types.Update |
DeploymentManagerAlpha.Types.update(String project,
String type,
Type content)
Updates a type.
|
| Constructor and Description |
|---|
Insert(String project,
Type content)
Creates a type.
|
Patch(String project,
String type,
Type content)
Updates a type.
|
Update(String project,
String type,
Type content)
Updates a type.
|
| Modifier and Type | Method and Description |
|---|---|
Type |
Type.clone() |
Type |
Type.set(String fieldName,
Object value) |
Type |
Type.setConfigurableService(ConfigurableService configurableService)
Base Type (configurable service) that backs this Type.
|
Type |
Type.setDescription(String description)
An optional textual description of the resource; provided by the client when the resource is
created.
|
Type |
Type.setId(BigInteger id) |
Type |
Type.setInsertTime(String insertTime)
Output only.
|
Type |
Type.setLabels(List<TypeLabelEntry> labels)
Map of labels; provided by the client when the resource is created or updated.
|
Type |
Type.setName(String name)
Name of the type.
|
Type |
Type.setOperation(Operation operation)
Output only.
|
Type |
Type.setSelfLink(String selfLink)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
List<Type> |
TypesListResponse.getTypes()
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
TypesListResponse |
TypesListResponse.setTypes(List<Type> types)
Output only.
|
Copyright © 2011–2019 Google. All rights reserved.