| Package | Description |
|---|---|
| com.google.api.services.run.v2.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleDevtoolsCloudbuildV1Volume |
GoogleDevtoolsCloudbuildV1Volume.clone() |
GoogleDevtoolsCloudbuildV1Volume |
GoogleDevtoolsCloudbuildV1Volume.set(String fieldName,
Object value) |
GoogleDevtoolsCloudbuildV1Volume |
GoogleDevtoolsCloudbuildV1Volume.setName(String name)
Name of the volume to mount.
|
GoogleDevtoolsCloudbuildV1Volume |
GoogleDevtoolsCloudbuildV1Volume.setPath(String path)
Path at which to mount the volume.
|
| Modifier and Type | Method and Description |
|---|---|
List<GoogleDevtoolsCloudbuildV1Volume> |
GoogleDevtoolsCloudbuildV1BuildOptions.getVolumes()
Global list of volumes to mount for ALL build steps Each volume is created as an empty volume
prior to starting the build process.
|
List<GoogleDevtoolsCloudbuildV1Volume> |
GoogleDevtoolsCloudbuildV1BuildStep.getVolumes()
List of volumes to mount into the build step.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleDevtoolsCloudbuildV1BuildOptions |
GoogleDevtoolsCloudbuildV1BuildOptions.setVolumes(List<GoogleDevtoolsCloudbuildV1Volume> volumes)
Global list of volumes to mount for ALL build steps Each volume is created as an empty volume
prior to starting the build process.
|
GoogleDevtoolsCloudbuildV1BuildStep |
GoogleDevtoolsCloudbuildV1BuildStep.setVolumes(List<GoogleDevtoolsCloudbuildV1Volume> volumes)
List of volumes to mount into the build step.
|
Copyright © 2011–2026 Google. All rights reserved.