Package | Description |
---|---|
com.google.api.services.deploymentmanager.model |
Modifier and Type | Method and Description |
---|---|
TypeInfo |
TypeInfo.clone() |
TypeInfo |
TypeInfo.set(String fieldName,
Object value) |
TypeInfo |
TypeInfo.setDescription(String description)
The description of the type.
|
TypeInfo |
TypeInfo.setDocumentationLink(String documentationLink)
For swagger 2.0 externalDocs field will be used.
|
TypeInfo |
TypeInfo.setKind(String kind)
Output only.
|
TypeInfo |
TypeInfo.setName(String name)
The base type or composite type name.
|
TypeInfo |
TypeInfo.setSchema(TypeInfoSchemaInfo schema)
For base types with a collection, we return a schema and documentation link For template types,
we return only a schema
|
TypeInfo |
TypeInfo.setSelfLink(String selfLink)
Output only.
|
TypeInfo |
TypeInfo.setTitle(String title)
The title on the API descriptor URL provided.
|
Modifier and Type | Method and Description |
---|---|
List<TypeInfo> |
TypeProvidersListTypesResponse.getTypes()
Output only.
|
Modifier and Type | Method and Description |
---|---|
TypeProvidersListTypesResponse |
TypeProvidersListTypesResponse.setTypes(List<TypeInfo> types)
Output only.
|
Copyright © 2011–2022 Google. All rights reserved.