package google.events.cloud.cloudbuild.v1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Artifacts

data.proto:381

Artifacts produced by a build that should be uploaded upon successful completion of all build steps.

Used in: BuildEventData

message Artifacts.ArtifactObjects

data.proto:384

Files in the workspace to upload to Cloud Storage upon successful completion of all build steps.

Used in: Artifacts

message BuildEventData

data.proto:27

Build event data for Google Cloud Platform API operations.

Used in: CloudBuildEvent

enum BuildEventData.Status

data.proto:29

Possible status of a build or build step.

Used in: BuildEventData, BuildStep

message BuildOptions

data.proto:502

Optional arguments to enable specific features of builds.

Used in: BuildEventData

enum BuildOptions.LogStreamingOption

data.proto:535

Specifies the behavior when writing build logs to Google Cloud Storage.

Used in: BuildOptions

enum BuildOptions.LoggingMode

data.proto:548

Specifies the logging mode.

Used in: BuildOptions

enum BuildOptions.MachineType

data.proto:513

Supported VM sizes.

Used in: BuildOptions

enum BuildOptions.SubstitutionOption

data.proto:525

Specifies the behavior when there is an error in the substitution checks.

Used in: BuildOptions

enum BuildOptions.VerifyOption

data.proto:504

Specifies the manner in which the build should be verified, if at all.

Used in: BuildOptions

message BuildStep

data.proto:229

A step in the build pipeline.

Used in: BuildEventData

message BuiltImage

data.proto:367

An image built by the pipeline.

Used in: Results

message CloudBuildEvent

events.proto:28

The CloudEvent raised when your build's state changes.

message FileHashes

data.proto:460

Container message for hashes of byte content of files, used in SourceProvenance messages to verify integrity of source input to the build.

Used in: SourceProvenance

message Hash

data.proto:466

Container message for hash values.

Used in: FileHashes

enum Hash.HashType

data.proto:468

Specifies the hash algorithm, if any.

Used in: BuildOptions, Hash

message RepoSource

data.proto:187

Location of the source in a Google Cloud Source Repository.

Used in: Source, SourceProvenance

message Results

data.proto:340

Artifacts created by the build pipeline.

Used in: BuildEventData

message Secret

data.proto:488

Pairs a set of secret environment variables containing encrypted values with the Cloud KMS key to use to decrypt the value.

Used in: BuildEventData

message Source

data.proto:159

Used in: BuildEventData

message SourceProvenance

data.proto:436

Provenance of the source. Ways to find the original source, or verify that some source was used for this build.

Used in: BuildEventData

message StorageSource

data.proto:172

Location of the source in an archive file in Google Cloud Storage.

Used in: Source, SourceProvenance

message TimeSpan

data.proto:426

Start and end times for a build execution phase.

Used in: Artifacts.ArtifactObjects, BuildEventData, BuildStep, BuiltImage, Results

message Volume

data.proto:325

Volume describes a Docker container volume which is mounted into build steps in order to persist files across build step execution.

Used in: BuildOptions, BuildStep