Package | Description |
---|---|
com.google.api.services.cloudbuild.v2.model |
Modifier and Type | Method and Description |
---|---|
ResultValue |
ResultValue.clone() |
ResultValue |
PipelineResult.getValue()
Output only.
|
ResultValue |
PipelineRunResult.getValue()
Output only.
|
ResultValue |
ResultValue.set(String fieldName,
Object value) |
ResultValue |
ResultValue.setArrayVal(List<String> arrayVal)
Value of the result if type is array.
|
ResultValue |
ResultValue.setObjectVal(Map<String,String> objectVal)
Value of the result if type is object.
|
ResultValue |
ResultValue.setStringVal(String stringVal)
Value of the result if type is string.
|
ResultValue |
ResultValue.setType(String type)
Output only.
|
Modifier and Type | Method and Description |
---|---|
PipelineResult |
PipelineResult.setValue(ResultValue value)
Output only.
|
PipelineRunResult |
PipelineRunResult.setValue(ResultValue value)
Output only.
|
Copyright © 2011–2025 Google. All rights reserved.