Package | Description |
---|---|
com.google.api.services.deploymentmanager.model |
Modifier and Type | Method and Description |
---|---|
Type |
Type.clone() |
Type |
Type.set(String fieldName,
Object value) |
Type |
Type.setBase(BaseType base)
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 One Platform 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–2023 Google. All rights reserved.