Package | Description |
---|---|
com.google.api.services.cloudbuild.v2.model |
Modifier and Type | Method and Description |
---|---|
PropertySpec |
PropertySpec.clone() |
PropertySpec |
PropertySpec.set(String fieldName,
Object value) |
PropertySpec |
PropertySpec.setType(String type)
A type for the object.
|
Modifier and Type | Method and Description |
---|---|
Map<String,PropertySpec> |
TaskResult.getProperties()
When type is OBJECT, this map holds the names of fields inside that object along with the type
of data each field holds.
|
Modifier and Type | Method and Description |
---|---|
TaskResult |
TaskResult.setProperties(Map<String,PropertySpec> properties)
When type is OBJECT, this map holds the names of fields inside that object along with the type
of data each field holds.
|
Copyright © 2011–2025 Google. All rights reserved.