Package | Description |
---|---|
com.google.api.services.cloudbuild.v2.model |
Modifier and Type | Method and Description |
---|---|
ParamSpec |
ParamSpec.clone() |
ParamSpec |
ParamSpec.set(String fieldName,
Object value) |
ParamSpec |
ParamSpec.setDefault(ParamValue default__)
The default value a parameter takes if no input value is supplied
|
ParamSpec |
ParamSpec.setDescription(String description)
Description of the ParamSpec
|
ParamSpec |
ParamSpec.setName(String name)
Name of the ParamSpec
|
ParamSpec |
ParamSpec.setType(String type)
Type of ParamSpec
|
Modifier and Type | Method and Description |
---|---|
List<ParamSpec> |
TaskSpec.getParams()
List of parameters.
|
List<ParamSpec> |
PipelineSpec.getParams()
List of parameters.
|
Modifier and Type | Method and Description |
---|---|
TaskSpec |
TaskSpec.setParams(List<ParamSpec> params)
List of parameters.
|
PipelineSpec |
PipelineSpec.setParams(List<ParamSpec> params)
List of parameters.
|
Copyright © 2011–2025 Google. All rights reserved.