cloudbuild

package
v0.0.0-...-6cb3ea0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 7, 2021 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Build_Status_name = map[int32]string{
		0: "STATUS_UNKNOWN",
		1: "QUEUED",
		2: "WORKING",
		3: "SUCCESS",
		4: "FAILURE",
		5: "INTERNAL_ERROR",
		6: "TIMEOUT",
		7: "CANCELLED",
		9: "EXPIRED",
	}
	Build_Status_value = map[string]int32{
		"STATUS_UNKNOWN": 0,
		"QUEUED":         1,
		"WORKING":        2,
		"SUCCESS":        3,
		"FAILURE":        4,
		"INTERNAL_ERROR": 5,
		"TIMEOUT":        6,
		"CANCELLED":      7,
		"EXPIRED":        9,
	}
)

Enum value maps for Build_Status.

View Source
var (
	Hash_HashType_name = map[int32]string{
		0: "NONE",
		1: "SHA256",
		2: "MD5",
	}
	Hash_HashType_value = map[string]int32{
		"NONE":   0,
		"SHA256": 1,
		"MD5":    2,
	}
)

Enum value maps for Hash_HashType.

View Source
var (
	PubsubConfig_State_name = map[int32]string{
		0: "STATE_UNSPECIFIED",
		1: "OK",
		2: "SUBSCRIPTION_DELETED",
		3: "TOPIC_DELETED",
		4: "SUBSCRIPTION_MISCONFIGURED",
	}
	PubsubConfig_State_value = map[string]int32{
		"STATE_UNSPECIFIED":          0,
		"OK":                         1,
		"SUBSCRIPTION_DELETED":       2,
		"TOPIC_DELETED":              3,
		"SUBSCRIPTION_MISCONFIGURED": 4,
	}
)

Enum value maps for PubsubConfig_State.

View Source
var (
	PullRequestFilter_CommentControl_name = map[int32]string{
		0: "COMMENTS_DISABLED",
		1: "COMMENTS_ENABLED",
		2: "COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY",
	}
	PullRequestFilter_CommentControl_value = map[string]int32{
		"COMMENTS_DISABLED": 0,
		"COMMENTS_ENABLED":  1,
		"COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY": 2,
	}
)

Enum value maps for PullRequestFilter_CommentControl.

View Source
var (
	BuildOptions_VerifyOption_name = map[int32]string{
		0: "NOT_VERIFIED",
		1: "VERIFIED",
	}
	BuildOptions_VerifyOption_value = map[string]int32{
		"NOT_VERIFIED": 0,
		"VERIFIED":     1,
	}
)

Enum value maps for BuildOptions_VerifyOption.

View Source
var (
	BuildOptions_MachineType_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "N1_HIGHCPU_8",
		2: "N1_HIGHCPU_32",
		5: "E2_HIGHCPU_8",
		6: "E2_HIGHCPU_32",
	}
	BuildOptions_MachineType_value = map[string]int32{
		"UNSPECIFIED":   0,
		"N1_HIGHCPU_8":  1,
		"N1_HIGHCPU_32": 2,
		"E2_HIGHCPU_8":  5,
		"E2_HIGHCPU_32": 6,
	}
)

Enum value maps for BuildOptions_MachineType.

View Source
var (
	BuildOptions_SubstitutionOption_name = map[int32]string{
		0: "MUST_MATCH",
		1: "ALLOW_LOOSE",
	}
	BuildOptions_SubstitutionOption_value = map[string]int32{
		"MUST_MATCH":  0,
		"ALLOW_LOOSE": 1,
	}
)

Enum value maps for BuildOptions_SubstitutionOption.

View Source
var (
	BuildOptions_LogStreamingOption_name = map[int32]string{
		0: "STREAM_DEFAULT",
		1: "STREAM_ON",
		2: "STREAM_OFF",
	}
	BuildOptions_LogStreamingOption_value = map[string]int32{
		"STREAM_DEFAULT": 0,
		"STREAM_ON":      1,
		"STREAM_OFF":     2,
	}
)

Enum value maps for BuildOptions_LogStreamingOption.

View Source
var (
	BuildOptions_LoggingMode_name = map[int32]string{
		0: "LOGGING_UNSPECIFIED",
		1: "LEGACY",
		2: "GCS_ONLY",
		3: "STACKDRIVER_ONLY",
		5: "CLOUD_LOGGING_ONLY",
		4: "NONE",
	}
	BuildOptions_LoggingMode_value = map[string]int32{
		"LOGGING_UNSPECIFIED": 0,
		"LEGACY":              1,
		"GCS_ONLY":            2,
		"STACKDRIVER_ONLY":    3,
		"CLOUD_LOGGING_ONLY":  5,
		"NONE":                4,
	}
)

Enum value maps for BuildOptions_LoggingMode.

View Source
var (
	WorkerPool_Region_name = map[int32]string{
		0: "REGION_UNSPECIFIED",
		1: "US_CENTRAL1",
		2: "US_WEST1",
		3: "US_EAST1",
		4: "US_EAST4",
	}
	WorkerPool_Region_value = map[string]int32{
		"REGION_UNSPECIFIED": 0,
		"US_CENTRAL1":        1,
		"US_WEST1":           2,
		"US_EAST1":           3,
		"US_EAST4":           4,
	}
)

Enum value maps for WorkerPool_Region.

View Source
var (
	WorkerPool_Status_name = map[int32]string{
		0: "STATUS_UNSPECIFIED",
		1: "CREATING",
		2: "RUNNING",
		3: "DELETING",
		4: "DELETED",
	}
	WorkerPool_Status_value = map[string]int32{
		"STATUS_UNSPECIFIED": 0,
		"CREATING":           1,
		"RUNNING":            2,
		"DELETING":           3,
		"DELETED":            4,
	}
)

Enum value maps for WorkerPool_Status.

View Source
var File_google_devtools_cloudbuild_v1_cloudbuild_proto protoreflect.FileDescriptor

Functions

func RegisterCloudBuildServer

func RegisterCloudBuildServer(s *grpc.Server, srv CloudBuildServer)

Types

type ArtifactResult

type ArtifactResult struct {

	// The path of an artifact in a Google Cloud Storage bucket, with the
	// generation number. For example,
	// `gs://mybucket/path/to/output.jar#generation`.
	Location string `protobuf:"bytes,1,opt,name=location,proto3" json:"location,omitempty"`
	// The file hash of the artifact.
	FileHash []*FileHashes `protobuf:"bytes,2,rep,name=file_hash,json=fileHash,proto3" json:"file_hash,omitempty"`
	// contains filtered or unexported fields
}

An artifact that was uploaded during a build. This is a single record in the artifact manifest JSON file.

func (*ArtifactResult) Descriptor deprecated

func (*ArtifactResult) Descriptor() ([]byte, []int)

Deprecated: Use ArtifactResult.ProtoReflect.Descriptor instead.

func (*ArtifactResult) GetFileHash

func (x *ArtifactResult) GetFileHash() []*FileHashes

func (*ArtifactResult) GetLocation

func (x *ArtifactResult) GetLocation() string

func (*ArtifactResult) ProtoMessage

func (*ArtifactResult) ProtoMessage()

func (*ArtifactResult) ProtoReflect

func (x *ArtifactResult) ProtoReflect() protoreflect.Message

func (*ArtifactResult) Reset

func (x *ArtifactResult) Reset()

func (*ArtifactResult) String

func (x *ArtifactResult) String() string

type Artifacts

type Artifacts struct {

	// A list of images to be pushed upon the successful completion of all build
	// steps.
	//
	// The images will be pushed using the builder service account's credentials.
	//
	// The digests of the pushed images will be stored in the Build resource's
	// results field.
	//
	// If any of the images fail to be pushed, the build is marked FAILURE.
	Images []string `protobuf:"bytes,1,rep,name=images,proto3" json:"images,omitempty"`
	// A list of objects to be uploaded to Cloud Storage upon successful
	// completion of all build steps.
	//
	// Files in the workspace matching specified paths globs will be uploaded to
	// the specified Cloud Storage location using the builder service account's
	// credentials.
	//
	// The location and generation of the uploaded objects will be stored in the
	// Build resource's results field.
	//
	// If any objects fail to be pushed, the build is marked FAILURE.
	Objects *Artifacts_ArtifactObjects `protobuf:"bytes,2,opt,name=objects,proto3" json:"objects,omitempty"`
	// contains filtered or unexported fields
}

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

func (*Artifacts) Descriptor deprecated

func (*Artifacts) Descriptor() ([]byte, []int)

Deprecated: Use Artifacts.ProtoReflect.Descriptor instead.

func (*Artifacts) GetImages

func (x *Artifacts) GetImages() []string

func (*Artifacts) GetObjects

func (x *Artifacts) GetObjects() *Artifacts_ArtifactObjects

func (*Artifacts) ProtoMessage

func (*Artifacts) ProtoMessage()

func (*Artifacts) ProtoReflect

func (x *Artifacts) ProtoReflect() protoreflect.Message

func (*Artifacts) Reset

func (x *Artifacts) Reset()

func (*Artifacts) String

func (x *Artifacts) String() string

type Artifacts_ArtifactObjects

type Artifacts_ArtifactObjects struct {

	// Cloud Storage bucket and optional object path, in the form
	// "gs://bucket/path/to/somewhere/". (see [Bucket Name
	// Requirements](https://cloud.google.com/storage/docs/bucket-naming#requirements)).
	//
	// Files in the workspace matching any path pattern will be uploaded to
	// Cloud Storage with this location as a prefix.
	Location string `protobuf:"bytes,1,opt,name=location,proto3" json:"location,omitempty"`
	// Path globs used to match files in the build's workspace.
	Paths []string `protobuf:"bytes,2,rep,name=paths,proto3" json:"paths,omitempty"`
	// Output only. Stores timing information for pushing all artifact objects.
	Timing *TimeSpan `protobuf:"bytes,3,opt,name=timing,proto3" json:"timing,omitempty"`
	// contains filtered or unexported fields
}

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

func (*Artifacts_ArtifactObjects) Descriptor deprecated

func (*Artifacts_ArtifactObjects) Descriptor() ([]byte, []int)

Deprecated: Use Artifacts_ArtifactObjects.ProtoReflect.Descriptor instead.

func (*Artifacts_ArtifactObjects) GetLocation

func (x *Artifacts_ArtifactObjects) GetLocation() string

func (*Artifacts_ArtifactObjects) GetPaths

func (x *Artifacts_ArtifactObjects) GetPaths() []string

func (*Artifacts_ArtifactObjects) GetTiming

func (x *Artifacts_ArtifactObjects) GetTiming() *TimeSpan

func (*Artifacts_ArtifactObjects) ProtoMessage

func (*Artifacts_ArtifactObjects) ProtoMessage()

func (*Artifacts_ArtifactObjects) ProtoReflect

func (*Artifacts_ArtifactObjects) Reset

func (x *Artifacts_ArtifactObjects) Reset()

func (*Artifacts_ArtifactObjects) String

func (x *Artifacts_ArtifactObjects) String() string

type Build

type Build struct {

	// Output only. The 'Build' name with format:
	// `projects/{project}/locations/{location}/builds/{build}`, where {build}
	// is a unique identifier generated by the service.
	Name string `protobuf:"bytes,45,opt,name=name,proto3" json:"name,omitempty"`
	// Output only. Unique identifier of the build.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Output only. ID of the project.
	ProjectId string `protobuf:"bytes,16,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Output only. Status of the build.
	Status Build_Status `protobuf:"varint,2,opt,name=status,proto3,enum=google.devtools.cloudbuild.v1.Build_Status" json:"status,omitempty"`
	// Output only. Customer-readable message about the current status.
	StatusDetail string `protobuf:"bytes,24,opt,name=status_detail,json=statusDetail,proto3" json:"status_detail,omitempty"`
	// The location of the source files to build.
	Source *Source `protobuf:"bytes,3,opt,name=source,proto3" json:"source,omitempty"`
	// Required. The operations to be performed on the workspace.
	Steps []*BuildStep `protobuf:"bytes,11,rep,name=steps,proto3" json:"steps,omitempty"`
	// Output only. Results of the build.
	Results *Results `protobuf:"bytes,10,opt,name=results,proto3" json:"results,omitempty"`
	// Output only. Time at which the request to create the build was received.
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// Output only. Time at which execution of the build was started.
	StartTime *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// Output only. Time at which execution of the build was finished.
	//
	// The difference between finish_time and start_time is the duration of the
	// build's execution.
	FinishTime *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=finish_time,json=finishTime,proto3" json:"finish_time,omitempty"`
	// Amount of time that this build should be allowed to run, to second
	// granularity. If this amount of time elapses, work on the build will cease
	// and the build status will be `TIMEOUT`.
	//
	// `timeout` starts ticking from `startTime`.
	//
	// Default time is ten minutes.
	Timeout *durationpb.Duration `protobuf:"bytes,12,opt,name=timeout,proto3" json:"timeout,omitempty"`
	// A list of images to be pushed upon the successful completion of all build
	// steps.
	//
	// The images are pushed using the builder service account's credentials.
	//
	// The digests of the pushed images will be stored in the `Build` resource's
	// results field.
	//
	// If any of the images fail to be pushed, the build status is marked
	// `FAILURE`.
	Images []string `protobuf:"bytes,13,rep,name=images,proto3" json:"images,omitempty"`
	// TTL in queue for this build. If provided and the build is enqueued longer
	// than this value, the build will expire and the build status will be
	// `EXPIRED`.
	//
	// The TTL starts ticking from create_time.
	QueueTtl *durationpb.Duration `protobuf:"bytes,40,opt,name=queue_ttl,json=queueTtl,proto3" json:"queue_ttl,omitempty"`
	// Artifacts produced by the build that should be uploaded upon
	// successful completion of all build steps.
	Artifacts *Artifacts `protobuf:"bytes,37,opt,name=artifacts,proto3" json:"artifacts,omitempty"`
	// Google Cloud Storage bucket where logs should be written (see
	// [Bucket Name
	// Requirements](https://cloud.google.com/storage/docs/bucket-naming#requirements)).
	// Logs file names will be of the format `${logs_bucket}/log-${build_id}.txt`.
	LogsBucket string `protobuf:"bytes,19,opt,name=logs_bucket,json=logsBucket,proto3" json:"logs_bucket,omitempty"`
	// Output only. A permanent fixed identifier for source.
	SourceProvenance *SourceProvenance `protobuf:"bytes,21,opt,name=source_provenance,json=sourceProvenance,proto3" json:"source_provenance,omitempty"`
	// Output only. The ID of the `BuildTrigger` that triggered this build, if it
	// was triggered automatically.
	BuildTriggerId string `protobuf:"bytes,22,opt,name=build_trigger_id,json=buildTriggerId,proto3" json:"build_trigger_id,omitempty"`
	// Special options for this build.
	Options *BuildOptions `protobuf:"bytes,23,opt,name=options,proto3" json:"options,omitempty"`
	// Output only. URL to logs for this build in Google Cloud Console.
	LogUrl string `protobuf:"bytes,25,opt,name=log_url,json=logUrl,proto3" json:"log_url,omitempty"`
	// Substitutions data for `Build` resource.
	Substitutions map[string]string `` /* 168-byte string literal not displayed */
	// Tags for annotation of a `Build`. These are not docker tags.
	Tags []string `protobuf:"bytes,31,rep,name=tags,proto3" json:"tags,omitempty"`
	// Secrets to decrypt using Cloud Key Management Service.
	// Note: Secret Manager is the recommended technique
	// for managing sensitive data with Cloud Build. Use `available_secrets` to
	// configure builds to access secrets from Secret Manager. For instructions,
	// see: https://cloud.google.com/cloud-build/docs/securing-builds/use-secrets
	Secrets []*Secret `protobuf:"bytes,32,rep,name=secrets,proto3" json:"secrets,omitempty"`
	// Output only. Stores timing information for phases of the build. Valid keys
	// are:
	//
	// * BUILD: time to execute all build steps
	// * PUSH: time to push all specified images.
	// * FETCHSOURCE: time to fetch source.
	//
	// If the build does not specify source or images,
	// these keys will not be included.
	Timing map[string]*TimeSpan `` /* 154-byte string literal not displayed */
	// IAM service account whose credentials will be used at build runtime.
	// Must be of the format `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`.
	// ACCOUNT can be email address or uniqueId of the service account.
	//
	// This field is in beta.
	ServiceAccount string `protobuf:"bytes,42,opt,name=service_account,json=serviceAccount,proto3" json:"service_account,omitempty"`
	// Secrets and secret environment variables.
	AvailableSecrets *Secrets `protobuf:"bytes,47,opt,name=available_secrets,json=availableSecrets,proto3" json:"available_secrets,omitempty"`
	// contains filtered or unexported fields
}

A build resource in the Cloud Build API.

At a high level, a `Build` describes where to find source code, how to build it (for example, the builder image to run on the source), and where to store the built artifacts.

Fields can include the following variables, which will be expanded when the build is created:

  • $PROJECT_ID: the project ID of the build.
  • $PROJECT_NUMBER: the project number of the build.
  • $BUILD_ID: the autogenerated ID of the build.
  • $REPO_NAME: the source repository name specified by RepoSource.
  • $BRANCH_NAME: the branch name specified by RepoSource.
  • $TAG_NAME: the tag name specified by RepoSource.
  • $REVISION_ID or $COMMIT_SHA: the commit SHA specified by RepoSource or resolved from the specified branch or tag.
  • $SHORT_SHA: first 7 characters of $REVISION_ID or $COMMIT_SHA.

func (*Build) Descriptor deprecated

func (*Build) Descriptor() ([]byte, []int)

Deprecated: Use Build.ProtoReflect.Descriptor instead.

func (*Build) GetArtifacts

func (x *Build) GetArtifacts() *Artifacts

func (*Build) GetAvailableSecrets

func (x *Build) GetAvailableSecrets() *Secrets

func (*Build) GetBuildTriggerId

func (x *Build) GetBuildTriggerId() string

func (*Build) GetCreateTime

func (x *Build) GetCreateTime() *timestamppb.Timestamp

func (*Build) GetFinishTime

func (x *Build) GetFinishTime() *timestamppb.Timestamp

func (*Build) GetId

func (x *Build) GetId() string

func (*Build) GetImages

func (x *Build) GetImages() []string

func (*Build) GetLogUrl

func (x *Build) GetLogUrl() string

func (*Build) GetLogsBucket

func (x *Build) GetLogsBucket() string

func (*Build) GetName

func (x *Build) GetName() string

func (*Build) GetOptions

func (x *Build) GetOptions() *BuildOptions

func (*Build) GetProjectId

func (x *Build) GetProjectId() string

func (*Build) GetQueueTtl

func (x *Build) GetQueueTtl() *durationpb.Duration

func (*Build) GetResults

func (x *Build) GetResults() *Results

func (*Build) GetSecrets

func (x *Build) GetSecrets() []*Secret

func (*Build) GetServiceAccount

func (x *Build) GetServiceAccount() string

func (*Build) GetSource

func (x *Build) GetSource() *Source

func (*Build) GetSourceProvenance

func (x *Build) GetSourceProvenance() *SourceProvenance

func (*Build) GetStartTime

func (x *Build) GetStartTime() *timestamppb.Timestamp

func (*Build) GetStatus

func (x *Build) GetStatus() Build_Status

func (*Build) GetStatusDetail

func (x *Build) GetStatusDetail() string

func (*Build) GetSteps

func (x *Build) GetSteps() []*BuildStep

func (*Build) GetSubstitutions

func (x *Build) GetSubstitutions() map[string]string

func (*Build) GetTags

func (x *Build) GetTags() []string

func (*Build) GetTimeout

func (x *Build) GetTimeout() *durationpb.Duration

func (*Build) GetTiming

func (x *Build) GetTiming() map[string]*TimeSpan

func (*Build) ProtoMessage

func (*Build) ProtoMessage()

func (*Build) ProtoReflect

func (x *Build) ProtoReflect() protoreflect.Message

func (*Build) Reset

func (x *Build) Reset()

func (*Build) String

func (x *Build) String() string

type BuildOperationMetadata

type BuildOperationMetadata struct {

	// The build that the operation is tracking.
	Build *Build `protobuf:"bytes,1,opt,name=build,proto3" json:"build,omitempty"`
	// contains filtered or unexported fields
}

Metadata for build operations.

func (*BuildOperationMetadata) Descriptor deprecated

func (*BuildOperationMetadata) Descriptor() ([]byte, []int)

Deprecated: Use BuildOperationMetadata.ProtoReflect.Descriptor instead.

func (*BuildOperationMetadata) GetBuild

func (x *BuildOperationMetadata) GetBuild() *Build

func (*BuildOperationMetadata) ProtoMessage

func (*BuildOperationMetadata) ProtoMessage()

func (*BuildOperationMetadata) ProtoReflect

func (x *BuildOperationMetadata) ProtoReflect() protoreflect.Message

func (*BuildOperationMetadata) Reset

func (x *BuildOperationMetadata) Reset()

func (*BuildOperationMetadata) String

func (x *BuildOperationMetadata) String() string

type BuildOptions

type BuildOptions struct {

	// Requested hash for SourceProvenance.
	SourceProvenanceHash []Hash_HashType `` /* 180-byte string literal not displayed */
	// Requested verifiability options.
	RequestedVerifyOption BuildOptions_VerifyOption `` /* 188-byte string literal not displayed */
	// Compute Engine machine type on which to run the build.
	MachineType BuildOptions_MachineType `` /* 155-byte string literal not displayed */
	// Requested disk size for the VM that runs the build. Note that this is *NOT*
	// "disk free"; some of the space will be used by the operating system and
	// build utilities. Also note that this is the minimum disk size that will be
	// allocated for the build -- the build may run with a larger disk than
	// requested. At present, the maximum disk size is 1000GB; builds that request
	// more than the maximum are rejected with an error.
	DiskSizeGb int64 `protobuf:"varint,6,opt,name=disk_size_gb,json=diskSizeGb,proto3" json:"disk_size_gb,omitempty"`
	// Option to specify behavior when there is an error in the substitution
	// checks.
	//
	// NOTE: this is always set to ALLOW_LOOSE for triggered builds and cannot
	// be overridden in the build configuration file.
	SubstitutionOption BuildOptions_SubstitutionOption `` /* 183-byte string literal not displayed */
	// Option to specify whether or not to apply bash style string
	// operations to the substitutions.
	//
	// NOTE: this is always enabled for triggered builds and cannot be
	// overridden in the build configuration file.
	DynamicSubstitutions bool `protobuf:"varint,17,opt,name=dynamic_substitutions,json=dynamicSubstitutions,proto3" json:"dynamic_substitutions,omitempty"`
	// Option to define build log streaming behavior to Google Cloud
	// Storage.
	LogStreamingOption BuildOptions_LogStreamingOption `` /* 185-byte string literal not displayed */
	// Option to specify a `WorkerPool` for the build.
	// Format: projects/{project}/locations/{location}/workerPools/{workerPool}
	//
	// This field is experimental.
	WorkerPool string `protobuf:"bytes,7,opt,name=worker_pool,json=workerPool,proto3" json:"worker_pool,omitempty"`
	// Option to specify the logging mode, which determines if and where build
	// logs are stored.
	Logging BuildOptions_LoggingMode `` /* 129-byte string literal not displayed */
	// A list of global environment variable definitions that will exist for all
	// build steps in this build. If a variable is defined in both globally and in
	// a build step, the variable will use the build step value.
	//
	// The elements are of the form "KEY=VALUE" for the environment variable "KEY"
	// being given the value "VALUE".
	Env []string `protobuf:"bytes,12,rep,name=env,proto3" json:"env,omitempty"`
	// A list of global environment variables, which are encrypted using a Cloud
	// Key Management Service crypto key. These values must be specified in the
	// build's `Secret`. These variables will be available to all build steps
	// in this build.
	SecretEnv []string `protobuf:"bytes,13,rep,name=secret_env,json=secretEnv,proto3" json:"secret_env,omitempty"`
	// Global list of volumes to mount for ALL build steps
	//
	// Each volume is created as an empty volume prior to starting the build
	// process. Upon completion of the build, volumes and their contents are
	// discarded. Global volume names and paths cannot conflict with the volumes
	// defined a build step.
	//
	// Using a global volume in a build with only one step is not valid as
	// it is indicative of a build request with an incorrect configuration.
	Volumes []*Volume `protobuf:"bytes,14,rep,name=volumes,proto3" json:"volumes,omitempty"`
	// contains filtered or unexported fields
}

Optional arguments to enable specific features of builds.

func (*BuildOptions) Descriptor deprecated

func (*BuildOptions) Descriptor() ([]byte, []int)

Deprecated: Use BuildOptions.ProtoReflect.Descriptor instead.

func (*BuildOptions) GetDiskSizeGb

func (x *BuildOptions) GetDiskSizeGb() int64

func (*BuildOptions) GetDynamicSubstitutions

func (x *BuildOptions) GetDynamicSubstitutions() bool

func (*BuildOptions) GetEnv

func (x *BuildOptions) GetEnv() []string

func (*BuildOptions) GetLogStreamingOption

func (x *BuildOptions) GetLogStreamingOption() BuildOptions_LogStreamingOption

func (*BuildOptions) GetLogging

func (x *BuildOptions) GetLogging() BuildOptions_LoggingMode

func (*BuildOptions) GetMachineType

func (x *BuildOptions) GetMachineType() BuildOptions_MachineType

func (*BuildOptions) GetRequestedVerifyOption

func (x *BuildOptions) GetRequestedVerifyOption() BuildOptions_VerifyOption

func (*BuildOptions) GetSecretEnv

func (x *BuildOptions) GetSecretEnv() []string

func (*BuildOptions) GetSourceProvenanceHash

func (x *BuildOptions) GetSourceProvenanceHash() []Hash_HashType

func (*BuildOptions) GetSubstitutionOption

func (x *BuildOptions) GetSubstitutionOption() BuildOptions_SubstitutionOption

func (*BuildOptions) GetVolumes

func (x *BuildOptions) GetVolumes() []*Volume

func (*BuildOptions) GetWorkerPool

func (x *BuildOptions) GetWorkerPool() string

func (*BuildOptions) ProtoMessage

func (*BuildOptions) ProtoMessage()

func (*BuildOptions) ProtoReflect

func (x *BuildOptions) ProtoReflect() protoreflect.Message

func (*BuildOptions) Reset

func (x *BuildOptions) Reset()

func (*BuildOptions) String

func (x *BuildOptions) String() string

type BuildOptions_LogStreamingOption

type BuildOptions_LogStreamingOption int32

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

const (
	// Service may automatically determine build log streaming behavior.
	BuildOptions_STREAM_DEFAULT BuildOptions_LogStreamingOption = 0
	// Build logs should be streamed to Google Cloud Storage.
	BuildOptions_STREAM_ON BuildOptions_LogStreamingOption = 1
	// Build logs should not be streamed to Google Cloud Storage; they will be
	// written when the build is completed.
	BuildOptions_STREAM_OFF BuildOptions_LogStreamingOption = 2
)

func (BuildOptions_LogStreamingOption) Descriptor

func (BuildOptions_LogStreamingOption) Enum

func (BuildOptions_LogStreamingOption) EnumDescriptor deprecated

func (BuildOptions_LogStreamingOption) EnumDescriptor() ([]byte, []int)

Deprecated: Use BuildOptions_LogStreamingOption.Descriptor instead.

func (BuildOptions_LogStreamingOption) Number

func (BuildOptions_LogStreamingOption) String

func (BuildOptions_LogStreamingOption) Type

type BuildOptions_LoggingMode

type BuildOptions_LoggingMode int32

Specifies the logging mode.

const (
	// The service determines the logging mode. The default is `LEGACY`. Do not
	// rely on the default logging behavior as it may change in the future.
	BuildOptions_LOGGING_UNSPECIFIED BuildOptions_LoggingMode = 0
	// Cloud Logging and Cloud Storage logging are enabled.
	BuildOptions_LEGACY BuildOptions_LoggingMode = 1
	// Only Cloud Storage logging is enabled.
	BuildOptions_GCS_ONLY BuildOptions_LoggingMode = 2
	// This option is the same as CLOUD_LOGGING_ONLY.
	//
	// Deprecated: Do not use.
	BuildOptions_STACKDRIVER_ONLY BuildOptions_LoggingMode = 3
	// Only Cloud Logging is enabled. Note that logs for both the Cloud Console
	// UI and Cloud SDK are based on Cloud Storage logs, so neither will provide
	// logs if this option is chosen.
	BuildOptions_CLOUD_LOGGING_ONLY BuildOptions_LoggingMode = 5
	// Turn off all logging. No build logs will be captured.
	BuildOptions_NONE BuildOptions_LoggingMode = 4
)

func (BuildOptions_LoggingMode) Descriptor

func (BuildOptions_LoggingMode) Enum

func (BuildOptions_LoggingMode) EnumDescriptor deprecated

func (BuildOptions_LoggingMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use BuildOptions_LoggingMode.Descriptor instead.

func (BuildOptions_LoggingMode) Number

func (BuildOptions_LoggingMode) String

func (x BuildOptions_LoggingMode) String() string

func (BuildOptions_LoggingMode) Type

type BuildOptions_MachineType

type BuildOptions_MachineType int32

Supported Compute Engine machine types. For more information, see [Machine types](https://cloud.google.com/compute/docs/machine-types).

const (
	// Standard machine type.
	BuildOptions_UNSPECIFIED BuildOptions_MachineType = 0
	// Highcpu machine with 8 CPUs.
	BuildOptions_N1_HIGHCPU_8 BuildOptions_MachineType = 1
	// Highcpu machine with 32 CPUs.
	BuildOptions_N1_HIGHCPU_32 BuildOptions_MachineType = 2
	// Highcpu e2 machine with 8 CPUs.
	BuildOptions_E2_HIGHCPU_8 BuildOptions_MachineType = 5
	// Highcpu e2 machine with 32 CPUs.
	BuildOptions_E2_HIGHCPU_32 BuildOptions_MachineType = 6
)

func (BuildOptions_MachineType) Descriptor

func (BuildOptions_MachineType) Enum

func (BuildOptions_MachineType) EnumDescriptor deprecated

func (BuildOptions_MachineType) EnumDescriptor() ([]byte, []int)

Deprecated: Use BuildOptions_MachineType.Descriptor instead.

func (BuildOptions_MachineType) Number

func (BuildOptions_MachineType) String

func (x BuildOptions_MachineType) String() string

func (BuildOptions_MachineType) Type

type BuildOptions_SubstitutionOption

type BuildOptions_SubstitutionOption int32

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

const (
	// Fails the build if error in substitutions checks, like missing
	// a substitution in the template or in the map.
	BuildOptions_MUST_MATCH BuildOptions_SubstitutionOption = 0
	// Do not fail the build if error in substitutions checks.
	BuildOptions_ALLOW_LOOSE BuildOptions_SubstitutionOption = 1
)

func (BuildOptions_SubstitutionOption) Descriptor

func (BuildOptions_SubstitutionOption) Enum

func (BuildOptions_SubstitutionOption) EnumDescriptor deprecated

func (BuildOptions_SubstitutionOption) EnumDescriptor() ([]byte, []int)

Deprecated: Use BuildOptions_SubstitutionOption.Descriptor instead.

func (BuildOptions_SubstitutionOption) Number

func (BuildOptions_SubstitutionOption) String

func (BuildOptions_SubstitutionOption) Type

type BuildOptions_VerifyOption

type BuildOptions_VerifyOption int32

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

const (
	// Not a verifiable build. (default)
	BuildOptions_NOT_VERIFIED BuildOptions_VerifyOption = 0
	// Verified build.
	BuildOptions_VERIFIED BuildOptions_VerifyOption = 1
)

func (BuildOptions_VerifyOption) Descriptor

func (BuildOptions_VerifyOption) Enum

func (BuildOptions_VerifyOption) EnumDescriptor deprecated

func (BuildOptions_VerifyOption) EnumDescriptor() ([]byte, []int)

Deprecated: Use BuildOptions_VerifyOption.Descriptor instead.

func (BuildOptions_VerifyOption) Number

func (BuildOptions_VerifyOption) String

func (x BuildOptions_VerifyOption) String() string

func (BuildOptions_VerifyOption) Type

type BuildStep

type BuildStep struct {

	// Required. The name of the container image that will run this particular
	// build step.
	//
	// If the image is available in the host's Docker daemon's cache, it
	// will be run directly. If not, the host will attempt to pull the image
	// first, using the builder service account's credentials if necessary.
	//
	// The Docker daemon's cache will already have the latest versions of all of
	// the officially supported build steps
	// ([https://github.com/GoogleCloudPlatform/cloud-builders](https://github.com/GoogleCloudPlatform/cloud-builders)).
	// The Docker daemon will also have cached many of the layers for some popular
	// images, like "ubuntu", "debian", but they will be refreshed at the time you
	// attempt to use them.
	//
	// If you built an image in a previous build step, it will be stored in the
	// host's Docker daemon's cache and is available to use as the name for a
	// later build step.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// A list of environment variable definitions to be used when running a step.
	//
	// The elements are of the form "KEY=VALUE" for the environment variable "KEY"
	// being given the value "VALUE".
	Env []string `protobuf:"bytes,2,rep,name=env,proto3" json:"env,omitempty"`
	// A list of arguments that will be presented to the step when it is started.
	//
	// If the image used to run the step's container has an entrypoint, the `args`
	// are used as arguments to that entrypoint. If the image does not define
	// an entrypoint, the first element in args is used as the entrypoint,
	// and the remainder will be used as arguments.
	Args []string `protobuf:"bytes,3,rep,name=args,proto3" json:"args,omitempty"`
	// Working directory to use when running this step's container.
	//
	// If this value is a relative path, it is relative to the build's working
	// directory. If this value is absolute, it may be outside the build's working
	// directory, in which case the contents of the path may not be persisted
	// across build step executions, unless a `volume` for that path is specified.
	//
	// If the build specifies a `RepoSource` with `dir` and a step with a `dir`,
	// which specifies an absolute path, the `RepoSource` `dir` is ignored for
	// the step's execution.
	Dir string `protobuf:"bytes,4,opt,name=dir,proto3" json:"dir,omitempty"`
	// Unique identifier for this build step, used in `wait_for` to
	// reference this build step as a dependency.
	Id string `protobuf:"bytes,5,opt,name=id,proto3" json:"id,omitempty"`
	// The ID(s) of the step(s) that this build step depends on.
	// This build step will not start until all the build steps in `wait_for`
	// have completed successfully. If `wait_for` is empty, this build step will
	// start when all previous build steps in the `Build.Steps` list have
	// completed successfully.
	WaitFor []string `protobuf:"bytes,6,rep,name=wait_for,json=waitFor,proto3" json:"wait_for,omitempty"`
	// Entrypoint to be used instead of the build step image's default entrypoint.
	// If unset, the image's default entrypoint is used.
	Entrypoint string `protobuf:"bytes,7,opt,name=entrypoint,proto3" json:"entrypoint,omitempty"`
	// A list of environment variables which are encrypted using a Cloud Key
	// Management Service crypto key. These values must be specified in the
	// build's `Secret`.
	SecretEnv []string `protobuf:"bytes,8,rep,name=secret_env,json=secretEnv,proto3" json:"secret_env,omitempty"`
	// List of volumes to mount into the build step.
	//
	// Each volume is created as an empty volume prior to execution of the
	// build step. Upon completion of the build, volumes and their contents are
	// discarded.
	//
	// Using a named volume in only one step is not valid as it is indicative
	// of a build request with an incorrect configuration.
	Volumes []*Volume `protobuf:"bytes,9,rep,name=volumes,proto3" json:"volumes,omitempty"`
	// Output only. Stores timing information for executing this build step.
	Timing *TimeSpan `protobuf:"bytes,10,opt,name=timing,proto3" json:"timing,omitempty"`
	// Output only. Stores timing information for pulling this build step's
	// builder image only.
	PullTiming *TimeSpan `protobuf:"bytes,13,opt,name=pull_timing,json=pullTiming,proto3" json:"pull_timing,omitempty"`
	// Time limit for executing this build step. If not defined, the step has no
	// time limit and will be allowed to continue to run until either it completes
	// or the build itself times out.
	Timeout *durationpb.Duration `protobuf:"bytes,11,opt,name=timeout,proto3" json:"timeout,omitempty"`
	// Output only. Status of the build step. At this time, build step status is
	// only updated on build completion; step status is not updated in real-time
	// as the build progresses.
	Status Build_Status `protobuf:"varint,12,opt,name=status,proto3,enum=google.devtools.cloudbuild.v1.Build_Status" json:"status,omitempty"`
	// contains filtered or unexported fields
}

A step in the build pipeline.

func (*BuildStep) Descriptor deprecated

func (*BuildStep) Descriptor() ([]byte, []int)

Deprecated: Use BuildStep.ProtoReflect.Descriptor instead.

func (*BuildStep) GetArgs

func (x *BuildStep) GetArgs() []string

func (*BuildStep) GetDir

func (x *BuildStep) GetDir() string

func (*BuildStep) GetEntrypoint

func (x *BuildStep) GetEntrypoint() string

func (*BuildStep) GetEnv

func (x *BuildStep) GetEnv() []string

func (*BuildStep) GetId

func (x *BuildStep) GetId() string

func (*BuildStep) GetName

func (x *BuildStep) GetName() string

func (*BuildStep) GetPullTiming

func (x *BuildStep) GetPullTiming() *TimeSpan

func (*BuildStep) GetSecretEnv

func (x *BuildStep) GetSecretEnv() []string

func (*BuildStep) GetStatus

func (x *BuildStep) GetStatus() Build_Status

func (*BuildStep) GetTimeout

func (x *BuildStep) GetTimeout() *durationpb.Duration

func (*BuildStep) GetTiming

func (x *BuildStep) GetTiming() *TimeSpan

func (*BuildStep) GetVolumes

func (x *BuildStep) GetVolumes() []*Volume

func (*BuildStep) GetWaitFor

func (x *BuildStep) GetWaitFor() []string

func (*BuildStep) ProtoMessage

func (*BuildStep) ProtoMessage()

func (*BuildStep) ProtoReflect

func (x *BuildStep) ProtoReflect() protoreflect.Message

func (*BuildStep) Reset

func (x *BuildStep) Reset()

func (*BuildStep) String

func (x *BuildStep) String() string

type BuildTrigger

type BuildTrigger struct {

	// Output only. Unique identifier of the trigger.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Human-readable description of this trigger.
	Description string `protobuf:"bytes,10,opt,name=description,proto3" json:"description,omitempty"`
	// User-assigned name of the trigger. Must be unique within the project.
	// Trigger names must meet the following requirements:
	//
	// + They must contain only alphanumeric characters and dashes.
	// + They can be 1-64 characters long.
	// + They must begin and end with an alphanumeric character.
	Name string `protobuf:"bytes,21,opt,name=name,proto3" json:"name,omitempty"`
	// Tags for annotation of a `BuildTrigger`
	Tags []string `protobuf:"bytes,19,rep,name=tags,proto3" json:"tags,omitempty"`
	// Template describing the types of source changes to trigger a build.
	//
	// Branch and tag names in trigger templates are interpreted as regular
	// expressions. Any branch or tag change that matches that regular expression
	// will trigger a build.
	//
	// Mutually exclusive with `github`.
	TriggerTemplate *RepoSource `protobuf:"bytes,7,opt,name=trigger_template,json=triggerTemplate,proto3" json:"trigger_template,omitempty"`
	// GitHubEventsConfig describes the configuration of a trigger that creates
	// a build whenever a GitHub event is received.
	//
	// Mutually exclusive with `trigger_template`.
	Github *GitHubEventsConfig `protobuf:"bytes,13,opt,name=github,proto3" json:"github,omitempty"`
	// Optional. PubsubConfig describes the configuration of a trigger that
	// creates a build whenever a Pub/Sub message is published.
	PubsubConfig *PubsubConfig `protobuf:"bytes,29,opt,name=pubsub_config,json=pubsubConfig,proto3" json:"pubsub_config,omitempty"`
	// Template describing the Build request to make when the trigger is matched.
	//
	// Types that are assignable to BuildTemplate:
	//	*BuildTrigger_Build
	//	*BuildTrigger_Filename
	BuildTemplate isBuildTrigger_BuildTemplate `protobuf_oneof:"build_template"`
	// Output only. Time when the trigger was created.
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// If true, the trigger will never automatically execute a build.
	Disabled bool `protobuf:"varint,9,opt,name=disabled,proto3" json:"disabled,omitempty"`
	// Substitutions for Build resource. The keys must match the following
	// regular expression: `^_[A-Z0-9_]+$`.
	Substitutions map[string]string `` /* 168-byte string literal not displayed */
	// ignored_files and included_files are file glob matches using
	// https://golang.org/pkg/path/filepath/#Match extended with support for "**".
	//
	// If ignored_files and changed files are both empty, then they are
	// not used to determine whether or not to trigger a build.
	//
	// If ignored_files is not empty, then we ignore any files that match
	// any of the ignored_file globs. If the change has no files that are
	// outside of the ignored_files globs, then we do not trigger a build.
	IgnoredFiles []string `protobuf:"bytes,15,rep,name=ignored_files,json=ignoredFiles,proto3" json:"ignored_files,omitempty"`
	// If any of the files altered in the commit pass the ignored_files
	// filter and included_files is empty, then as far as this filter is
	// concerned, we should trigger the build.
	//
	// If any of the files altered in the commit pass the ignored_files
	// filter and included_files is not empty, then we make sure that at
	// least one of those files matches a included_files glob. If not,
	// then we do not trigger a build.
	IncludedFiles []string `protobuf:"bytes,16,rep,name=included_files,json=includedFiles,proto3" json:"included_files,omitempty"`
	// Optional. A Common Expression Language string.
	Filter string `protobuf:"bytes,30,opt,name=filter,proto3" json:"filter,omitempty"`
	// contains filtered or unexported fields
}

Configuration for an automated build in response to source repository changes.

func (*BuildTrigger) Descriptor deprecated

func (*BuildTrigger) Descriptor() ([]byte, []int)

Deprecated: Use BuildTrigger.ProtoReflect.Descriptor instead.

func (*BuildTrigger) GetBuild

func (x *BuildTrigger) GetBuild() *Build

func (*BuildTrigger) GetBuildTemplate

func (m *BuildTrigger) GetBuildTemplate() isBuildTrigger_BuildTemplate

func (*BuildTrigger) GetCreateTime

func (x *BuildTrigger) GetCreateTime() *timestamppb.Timestamp

func (*BuildTrigger) GetDescription

func (x *BuildTrigger) GetDescription() string

func (*BuildTrigger) GetDisabled

func (x *BuildTrigger) GetDisabled() bool

func (*BuildTrigger) GetFilename

func (x *BuildTrigger) GetFilename() string

func (*BuildTrigger) GetFilter

func (x *BuildTrigger) GetFilter() string

func (*BuildTrigger) GetGithub

func (x *BuildTrigger) GetGithub() *GitHubEventsConfig

func (*BuildTrigger) GetId

func (x *BuildTrigger) GetId() string

func (*BuildTrigger) GetIgnoredFiles

func (x *BuildTrigger) GetIgnoredFiles() []string

func (*BuildTrigger) GetIncludedFiles

func (x *BuildTrigger) GetIncludedFiles() []string

func (*BuildTrigger) GetName

func (x *BuildTrigger) GetName() string

func (*BuildTrigger) GetPubsubConfig

func (x *BuildTrigger) GetPubsubConfig() *PubsubConfig

func (*BuildTrigger) GetSubstitutions

func (x *BuildTrigger) GetSubstitutions() map[string]string

func (*BuildTrigger) GetTags

func (x *BuildTrigger) GetTags() []string

func (*BuildTrigger) GetTriggerTemplate

func (x *BuildTrigger) GetTriggerTemplate() *RepoSource

func (*BuildTrigger) ProtoMessage

func (*BuildTrigger) ProtoMessage()

func (*BuildTrigger) ProtoReflect

func (x *BuildTrigger) ProtoReflect() protoreflect.Message

func (*BuildTrigger) Reset

func (x *BuildTrigger) Reset()

func (*BuildTrigger) String

func (x *BuildTrigger) String() string

type BuildTrigger_Build

type BuildTrigger_Build struct {
	// Contents of the build template.
	Build *Build `protobuf:"bytes,4,opt,name=build,proto3,oneof"`
}

type BuildTrigger_Filename

type BuildTrigger_Filename struct {
	// Path, from the source root, to the build configuration file
	// (i.e. cloudbuild.yaml).
	Filename string `protobuf:"bytes,8,opt,name=filename,proto3,oneof"`
}

type Build_Status

type Build_Status int32

Possible status of a build or build step.

const (
	// Status of the build is unknown.
	Build_STATUS_UNKNOWN Build_Status = 0
	// Build or step is queued; work has not yet begun.
	Build_QUEUED Build_Status = 1
	// Build or step is being executed.
	Build_WORKING Build_Status = 2
	// Build or step finished successfully.
	Build_SUCCESS Build_Status = 3
	// Build or step failed to complete successfully.
	Build_FAILURE Build_Status = 4
	// Build or step failed due to an internal cause.
	Build_INTERNAL_ERROR Build_Status = 5
	// Build or step took longer than was allowed.
	Build_TIMEOUT Build_Status = 6
	// Build or step was canceled by a user.
	Build_CANCELLED Build_Status = 7
	// Build was enqueued for longer than the value of `queue_ttl`.
	Build_EXPIRED Build_Status = 9
)

func (Build_Status) Descriptor

func (Build_Status) Enum

func (x Build_Status) Enum() *Build_Status

func (Build_Status) EnumDescriptor deprecated

func (Build_Status) EnumDescriptor() ([]byte, []int)

Deprecated: Use Build_Status.Descriptor instead.

func (Build_Status) Number

func (Build_Status) String

func (x Build_Status) String() string

func (Build_Status) Type

type BuiltImage

type BuiltImage struct {

	// Name used to push the container image to Google Container Registry, as
	// presented to `docker push`.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Docker Registry 2.0 digest.
	Digest string `protobuf:"bytes,3,opt,name=digest,proto3" json:"digest,omitempty"`
	// Output only. Stores timing information for pushing the specified image.
	PushTiming *TimeSpan `protobuf:"bytes,4,opt,name=push_timing,json=pushTiming,proto3" json:"push_timing,omitempty"`
	// contains filtered or unexported fields
}

An image built by the pipeline.

func (*BuiltImage) Descriptor deprecated

func (*BuiltImage) Descriptor() ([]byte, []int)

Deprecated: Use BuiltImage.ProtoReflect.Descriptor instead.

func (*BuiltImage) GetDigest

func (x *BuiltImage) GetDigest() string

func (*BuiltImage) GetName

func (x *BuiltImage) GetName() string

func (*BuiltImage) GetPushTiming

func (x *BuiltImage) GetPushTiming() *TimeSpan

func (*BuiltImage) ProtoMessage

func (*BuiltImage) ProtoMessage()

func (*BuiltImage) ProtoReflect

func (x *BuiltImage) ProtoReflect() protoreflect.Message

func (*BuiltImage) Reset

func (x *BuiltImage) Reset()

func (*BuiltImage) String

func (x *BuiltImage) String() string

type CancelBuildRequest

type CancelBuildRequest struct {

	// The name of the `Build` to cancel.
	// Format: `projects/{project}/locations/{location}/builds/{build}`
	Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// Required. ID of the project.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Required. ID of the build.
	Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

Request to cancel an ongoing build.

func (*CancelBuildRequest) Descriptor deprecated

func (*CancelBuildRequest) Descriptor() ([]byte, []int)

Deprecated: Use CancelBuildRequest.ProtoReflect.Descriptor instead.

func (*CancelBuildRequest) GetId

func (x *CancelBuildRequest) GetId() string

func (*CancelBuildRequest) GetName

func (x *CancelBuildRequest) GetName() string

func (*CancelBuildRequest) GetProjectId

func (x *CancelBuildRequest) GetProjectId() string

func (*CancelBuildRequest) ProtoMessage

func (*CancelBuildRequest) ProtoMessage()

func (*CancelBuildRequest) ProtoReflect

func (x *CancelBuildRequest) ProtoReflect() protoreflect.Message

func (*CancelBuildRequest) Reset

func (x *CancelBuildRequest) Reset()

func (*CancelBuildRequest) String

func (x *CancelBuildRequest) String() string

type CloudBuildClient

type CloudBuildClient interface {
	// Starts a build with the specified configuration.
	//
	// This method returns a long-running `Operation`, which includes the build
	// ID. Pass the build ID to `GetBuild` to determine the build status (such as
	// `SUCCESS` or `FAILURE`).
	CreateBuild(ctx context.Context, in *CreateBuildRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
	// Returns information about a previously requested build.
	//
	// The `Build` that is returned includes its status (such as `SUCCESS`,
	// `FAILURE`, or `WORKING`), and timing information.
	GetBuild(ctx context.Context, in *GetBuildRequest, opts ...grpc.CallOption) (*Build, error)
	// Lists previously requested builds.
	//
	// Previously requested builds may still be in-progress, or may have finished
	// successfully or unsuccessfully.
	ListBuilds(ctx context.Context, in *ListBuildsRequest, opts ...grpc.CallOption) (*ListBuildsResponse, error)
	// Cancels a build in progress.
	CancelBuild(ctx context.Context, in *CancelBuildRequest, opts ...grpc.CallOption) (*Build, error)
	// Creates a new build based on the specified build.
	//
	// This method creates a new build using the original build request, which may
	// or may not result in an identical build.
	//
	// For triggered builds:
	//
	// * Triggered builds resolve to a precise revision; therefore a retry of a
	// triggered build will result in a build that uses the same revision.
	//
	// For non-triggered builds that specify `RepoSource`:
	//
	// * If the original build built from the tip of a branch, the retried build
	// will build from the tip of that branch, which may not be the same revision
	// as the original build.
	// * If the original build specified a commit sha or revision ID, the retried
	// build will use the identical source.
	//
	// For builds that specify `StorageSource`:
	//
	// * If the original build pulled source from Google Cloud Storage without
	// specifying the generation of the object, the new build will use the current
	// object, which may be different from the original build source.
	// * If the original build pulled source from Cloud Storage and specified the
	// generation of the object, the new build will attempt to use the same
	// object, which may or may not be available depending on the bucket's
	// lifecycle management settings.
	RetryBuild(ctx context.Context, in *RetryBuildRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
	// Creates a new `BuildTrigger`.
	//
	// This API is experimental.
	CreateBuildTrigger(ctx context.Context, in *CreateBuildTriggerRequest, opts ...grpc.CallOption) (*BuildTrigger, error)
	// Returns information about a `BuildTrigger`.
	//
	// This API is experimental.
	GetBuildTrigger(ctx context.Context, in *GetBuildTriggerRequest, opts ...grpc.CallOption) (*BuildTrigger, error)
	// Lists existing `BuildTrigger`s.
	//
	// This API is experimental.
	ListBuildTriggers(ctx context.Context, in *ListBuildTriggersRequest, opts ...grpc.CallOption) (*ListBuildTriggersResponse, error)
	// Deletes a `BuildTrigger` by its project ID and trigger ID.
	//
	// This API is experimental.
	DeleteBuildTrigger(ctx context.Context, in *DeleteBuildTriggerRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// Updates a `BuildTrigger` by its project ID and trigger ID.
	//
	// This API is experimental.
	UpdateBuildTrigger(ctx context.Context, in *UpdateBuildTriggerRequest, opts ...grpc.CallOption) (*BuildTrigger, error)
	// Runs a `BuildTrigger` at a particular source revision.
	RunBuildTrigger(ctx context.Context, in *RunBuildTriggerRequest, opts ...grpc.CallOption) (*longrunning.Operation, error)
	// ReceiveTriggerWebhook [Experimental] is called when the API receives a
	// webhook request targeted at a specific trigger.
	ReceiveTriggerWebhook(ctx context.Context, in *ReceiveTriggerWebhookRequest, opts ...grpc.CallOption) (*ReceiveTriggerWebhookResponse, error)
	// Creates a `WorkerPool` to run the builds, and returns the new worker pool.
	//
	// This API is experimental.
	CreateWorkerPool(ctx context.Context, in *CreateWorkerPoolRequest, opts ...grpc.CallOption) (*WorkerPool, error)
	// Returns information about a `WorkerPool`.
	//
	// This API is experimental.
	GetWorkerPool(ctx context.Context, in *GetWorkerPoolRequest, opts ...grpc.CallOption) (*WorkerPool, error)
	// Deletes a `WorkerPool` by its project ID and WorkerPool name.
	//
	// This API is experimental.
	DeleteWorkerPool(ctx context.Context, in *DeleteWorkerPoolRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// Update a `WorkerPool`.
	//
	// This API is experimental.
	UpdateWorkerPool(ctx context.Context, in *UpdateWorkerPoolRequest, opts ...grpc.CallOption) (*WorkerPool, error)
	// List project's `WorkerPools`.
	//
	// This API is experimental.
	ListWorkerPools(ctx context.Context, in *ListWorkerPoolsRequest, opts ...grpc.CallOption) (*ListWorkerPoolsResponse, error)
}

CloudBuildClient is the client API for CloudBuild service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewCloudBuildClient

func NewCloudBuildClient(cc grpc.ClientConnInterface) CloudBuildClient

type CloudBuildServer

type CloudBuildServer interface {
	// Starts a build with the specified configuration.
	//
	// This method returns a long-running `Operation`, which includes the build
	// ID. Pass the build ID to `GetBuild` to determine the build status (such as
	// `SUCCESS` or `FAILURE`).
	CreateBuild(context.Context, *CreateBuildRequest) (*longrunning.Operation, error)
	// Returns information about a previously requested build.
	//
	// The `Build` that is returned includes its status (such as `SUCCESS`,
	// `FAILURE`, or `WORKING`), and timing information.
	GetBuild(context.Context, *GetBuildRequest) (*Build, error)
	// Lists previously requested builds.
	//
	// Previously requested builds may still be in-progress, or may have finished
	// successfully or unsuccessfully.
	ListBuilds(context.Context, *ListBuildsRequest) (*ListBuildsResponse, error)
	// Cancels a build in progress.
	CancelBuild(context.Context, *CancelBuildRequest) (*Build, error)
	// Creates a new build based on the specified build.
	//
	// This method creates a new build using the original build request, which may
	// or may not result in an identical build.
	//
	// For triggered builds:
	//
	// * Triggered builds resolve to a precise revision; therefore a retry of a
	// triggered build will result in a build that uses the same revision.
	//
	// For non-triggered builds that specify `RepoSource`:
	//
	// * If the original build built from the tip of a branch, the retried build
	// will build from the tip of that branch, which may not be the same revision
	// as the original build.
	// * If the original build specified a commit sha or revision ID, the retried
	// build will use the identical source.
	//
	// For builds that specify `StorageSource`:
	//
	// * If the original build pulled source from Google Cloud Storage without
	// specifying the generation of the object, the new build will use the current
	// object, which may be different from the original build source.
	// * If the original build pulled source from Cloud Storage and specified the
	// generation of the object, the new build will attempt to use the same
	// object, which may or may not be available depending on the bucket's
	// lifecycle management settings.
	RetryBuild(context.Context, *RetryBuildRequest) (*longrunning.Operation, error)
	// Creates a new `BuildTrigger`.
	//
	// This API is experimental.
	CreateBuildTrigger(context.Context, *CreateBuildTriggerRequest) (*BuildTrigger, error)
	// Returns information about a `BuildTrigger`.
	//
	// This API is experimental.
	GetBuildTrigger(context.Context, *GetBuildTriggerRequest) (*BuildTrigger, error)
	// Lists existing `BuildTrigger`s.
	//
	// This API is experimental.
	ListBuildTriggers(context.Context, *ListBuildTriggersRequest) (*ListBuildTriggersResponse, error)
	// Deletes a `BuildTrigger` by its project ID and trigger ID.
	//
	// This API is experimental.
	DeleteBuildTrigger(context.Context, *DeleteBuildTriggerRequest) (*emptypb.Empty, error)
	// Updates a `BuildTrigger` by its project ID and trigger ID.
	//
	// This API is experimental.
	UpdateBuildTrigger(context.Context, *UpdateBuildTriggerRequest) (*BuildTrigger, error)
	// Runs a `BuildTrigger` at a particular source revision.
	RunBuildTrigger(context.Context, *RunBuildTriggerRequest) (*longrunning.Operation, error)
	// ReceiveTriggerWebhook [Experimental] is called when the API receives a
	// webhook request targeted at a specific trigger.
	ReceiveTriggerWebhook(context.Context, *ReceiveTriggerWebhookRequest) (*ReceiveTriggerWebhookResponse, error)
	// Creates a `WorkerPool` to run the builds, and returns the new worker pool.
	//
	// This API is experimental.
	CreateWorkerPool(context.Context, *CreateWorkerPoolRequest) (*WorkerPool, error)
	// Returns information about a `WorkerPool`.
	//
	// This API is experimental.
	GetWorkerPool(context.Context, *GetWorkerPoolRequest) (*WorkerPool, error)
	// Deletes a `WorkerPool` by its project ID and WorkerPool name.
	//
	// This API is experimental.
	DeleteWorkerPool(context.Context, *DeleteWorkerPoolRequest) (*emptypb.Empty, error)
	// Update a `WorkerPool`.
	//
	// This API is experimental.
	UpdateWorkerPool(context.Context, *UpdateWorkerPoolRequest) (*WorkerPool, error)
	// List project's `WorkerPools`.
	//
	// This API is experimental.
	ListWorkerPools(context.Context, *ListWorkerPoolsRequest) (*ListWorkerPoolsResponse, error)
}

CloudBuildServer is the server API for CloudBuild service.

type CreateBuildRequest

type CreateBuildRequest struct {

	// The parent resource where this build will be created.
	// Format: `projects/{project}/locations/{location}`
	Parent string `protobuf:"bytes,4,opt,name=parent,proto3" json:"parent,omitempty"`
	// Required. ID of the project.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Required. Build resource to create.
	Build *Build `protobuf:"bytes,2,opt,name=build,proto3" json:"build,omitempty"`
	// contains filtered or unexported fields
}

Request to create a new build.

func (*CreateBuildRequest) Descriptor deprecated

func (*CreateBuildRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateBuildRequest.ProtoReflect.Descriptor instead.

func (*CreateBuildRequest) GetBuild

func (x *CreateBuildRequest) GetBuild() *Build

func (*CreateBuildRequest) GetParent

func (x *CreateBuildRequest) GetParent() string

func (*CreateBuildRequest) GetProjectId

func (x *CreateBuildRequest) GetProjectId() string

func (*CreateBuildRequest) ProtoMessage

func (*CreateBuildRequest) ProtoMessage()

func (*CreateBuildRequest) ProtoReflect

func (x *CreateBuildRequest) ProtoReflect() protoreflect.Message

func (*CreateBuildRequest) Reset

func (x *CreateBuildRequest) Reset()

func (*CreateBuildRequest) String

func (x *CreateBuildRequest) String() string

type CreateBuildTriggerRequest

type CreateBuildTriggerRequest struct {

	// Required. ID of the project for which to configure automatic builds.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Required. `BuildTrigger` to create.
	Trigger *BuildTrigger `protobuf:"bytes,2,opt,name=trigger,proto3" json:"trigger,omitempty"`
	// contains filtered or unexported fields
}

Request to create a new `BuildTrigger`.

func (*CreateBuildTriggerRequest) Descriptor deprecated

func (*CreateBuildTriggerRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateBuildTriggerRequest.ProtoReflect.Descriptor instead.

func (*CreateBuildTriggerRequest) GetProjectId

func (x *CreateBuildTriggerRequest) GetProjectId() string

func (*CreateBuildTriggerRequest) GetTrigger

func (x *CreateBuildTriggerRequest) GetTrigger() *BuildTrigger

func (*CreateBuildTriggerRequest) ProtoMessage

func (*CreateBuildTriggerRequest) ProtoMessage()

func (*CreateBuildTriggerRequest) ProtoReflect

func (*CreateBuildTriggerRequest) Reset

func (x *CreateBuildTriggerRequest) Reset()

func (*CreateBuildTriggerRequest) String

func (x *CreateBuildTriggerRequest) String() string

type CreateWorkerPoolRequest

type CreateWorkerPoolRequest struct {

	// ID of the parent project.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// `WorkerPool` resource to create.
	WorkerPool *WorkerPool `protobuf:"bytes,2,opt,name=worker_pool,json=workerPool,proto3" json:"worker_pool,omitempty"`
	// contains filtered or unexported fields
}

Request to create a new `WorkerPool`.

func (*CreateWorkerPoolRequest) Descriptor deprecated

func (*CreateWorkerPoolRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateWorkerPoolRequest.ProtoReflect.Descriptor instead.

func (*CreateWorkerPoolRequest) GetParent

func (x *CreateWorkerPoolRequest) GetParent() string

func (*CreateWorkerPoolRequest) GetWorkerPool

func (x *CreateWorkerPoolRequest) GetWorkerPool() *WorkerPool

func (*CreateWorkerPoolRequest) ProtoMessage

func (*CreateWorkerPoolRequest) ProtoMessage()

func (*CreateWorkerPoolRequest) ProtoReflect

func (x *CreateWorkerPoolRequest) ProtoReflect() protoreflect.Message

func (*CreateWorkerPoolRequest) Reset

func (x *CreateWorkerPoolRequest) Reset()

func (*CreateWorkerPoolRequest) String

func (x *CreateWorkerPoolRequest) String() string

type DeleteBuildTriggerRequest

type DeleteBuildTriggerRequest struct {

	// Required. ID of the project that owns the trigger.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Required. ID of the `BuildTrigger` to delete.
	TriggerId string `protobuf:"bytes,2,opt,name=trigger_id,json=triggerId,proto3" json:"trigger_id,omitempty"`
	// contains filtered or unexported fields
}

Request to delete a `BuildTrigger`.

func (*DeleteBuildTriggerRequest) Descriptor deprecated

func (*DeleteBuildTriggerRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteBuildTriggerRequest.ProtoReflect.Descriptor instead.

func (*DeleteBuildTriggerRequest) GetProjectId

func (x *DeleteBuildTriggerRequest) GetProjectId() string

func (*DeleteBuildTriggerRequest) GetTriggerId

func (x *DeleteBuildTriggerRequest) GetTriggerId() string

func (*DeleteBuildTriggerRequest) ProtoMessage

func (*DeleteBuildTriggerRequest) ProtoMessage()

func (*DeleteBuildTriggerRequest) ProtoReflect

func (*DeleteBuildTriggerRequest) Reset

func (x *DeleteBuildTriggerRequest) Reset()

func (*DeleteBuildTriggerRequest) String

func (x *DeleteBuildTriggerRequest) String() string

type DeleteWorkerPoolRequest

type DeleteWorkerPoolRequest struct {

	// The field will contain name of the resource requested, for example:
	// "projects/project-1/workerPools/workerpool-name"
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request to delete a `WorkerPool`.

func (*DeleteWorkerPoolRequest) Descriptor deprecated

func (*DeleteWorkerPoolRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteWorkerPoolRequest.ProtoReflect.Descriptor instead.

func (*DeleteWorkerPoolRequest) GetName

func (x *DeleteWorkerPoolRequest) GetName() string

func (*DeleteWorkerPoolRequest) ProtoMessage

func (*DeleteWorkerPoolRequest) ProtoMessage()

func (*DeleteWorkerPoolRequest) ProtoReflect

func (x *DeleteWorkerPoolRequest) ProtoReflect() protoreflect.Message

func (*DeleteWorkerPoolRequest) Reset

func (x *DeleteWorkerPoolRequest) Reset()

func (*DeleteWorkerPoolRequest) String

func (x *DeleteWorkerPoolRequest) String() string

type FileHashes

type FileHashes struct {

	// Collection of file hashes.
	FileHash []*Hash `protobuf:"bytes,1,rep,name=file_hash,json=fileHash,proto3" json:"file_hash,omitempty"`
	// contains filtered or unexported fields
}

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

func (*FileHashes) Descriptor deprecated

func (*FileHashes) Descriptor() ([]byte, []int)

Deprecated: Use FileHashes.ProtoReflect.Descriptor instead.

func (*FileHashes) GetFileHash

func (x *FileHashes) GetFileHash() []*Hash

func (*FileHashes) ProtoMessage

func (*FileHashes) ProtoMessage()

func (*FileHashes) ProtoReflect

func (x *FileHashes) ProtoReflect() protoreflect.Message

func (*FileHashes) Reset

func (x *FileHashes) Reset()

func (*FileHashes) String

func (x *FileHashes) String() string

type GetBuildRequest

type GetBuildRequest struct {

	// The name of the `Build` to retrieve.
	// Format: `projects/{project}/locations/{location}/builds/{build}`
	Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// Required. ID of the project.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Required. ID of the build.
	Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

Request to get a build.

func (*GetBuildRequest) Descriptor deprecated

func (*GetBuildRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetBuildRequest.ProtoReflect.Descriptor instead.

func (*GetBuildRequest) GetId

func (x *GetBuildRequest) GetId() string

func (*GetBuildRequest) GetName

func (x *GetBuildRequest) GetName() string

func (*GetBuildRequest) GetProjectId

func (x *GetBuildRequest) GetProjectId() string

func (*GetBuildRequest) ProtoMessage

func (*GetBuildRequest) ProtoMessage()

func (*GetBuildRequest) ProtoReflect

func (x *GetBuildRequest) ProtoReflect() protoreflect.Message

func (*GetBuildRequest) Reset

func (x *GetBuildRequest) Reset()

func (*GetBuildRequest) String

func (x *GetBuildRequest) String() string

type GetBuildTriggerRequest

type GetBuildTriggerRequest struct {

	// Required. ID of the project that owns the trigger.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Required. Identifier (`id` or `name`) of the `BuildTrigger` to get.
	TriggerId string `protobuf:"bytes,2,opt,name=trigger_id,json=triggerId,proto3" json:"trigger_id,omitempty"`
	// contains filtered or unexported fields
}

Returns the `BuildTrigger` with the specified ID.

func (*GetBuildTriggerRequest) Descriptor deprecated

func (*GetBuildTriggerRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetBuildTriggerRequest.ProtoReflect.Descriptor instead.

func (*GetBuildTriggerRequest) GetProjectId

func (x *GetBuildTriggerRequest) GetProjectId() string

func (*GetBuildTriggerRequest) GetTriggerId

func (x *GetBuildTriggerRequest) GetTriggerId() string

func (*GetBuildTriggerRequest) ProtoMessage

func (*GetBuildTriggerRequest) ProtoMessage()

func (*GetBuildTriggerRequest) ProtoReflect

func (x *GetBuildTriggerRequest) ProtoReflect() protoreflect.Message

func (*GetBuildTriggerRequest) Reset

func (x *GetBuildTriggerRequest) Reset()

func (*GetBuildTriggerRequest) String

func (x *GetBuildTriggerRequest) String() string

type GetWorkerPoolRequest

type GetWorkerPoolRequest struct {

	// The field will contain name of the resource requested, for example:
	// "projects/project-1/workerPools/workerpool-name"
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request to get a `WorkerPool` with the specified name.

func (*GetWorkerPoolRequest) Descriptor deprecated

func (*GetWorkerPoolRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetWorkerPoolRequest.ProtoReflect.Descriptor instead.

func (*GetWorkerPoolRequest) GetName

func (x *GetWorkerPoolRequest) GetName() string

func (*GetWorkerPoolRequest) ProtoMessage

func (*GetWorkerPoolRequest) ProtoMessage()

func (*GetWorkerPoolRequest) ProtoReflect

func (x *GetWorkerPoolRequest) ProtoReflect() protoreflect.Message

func (*GetWorkerPoolRequest) Reset

func (x *GetWorkerPoolRequest) Reset()

func (*GetWorkerPoolRequest) String

func (x *GetWorkerPoolRequest) String() string

type GitHubEventsConfig

type GitHubEventsConfig struct {

	// The installationID that emits the GitHub event.
	//
	// Deprecated: Do not use.
	InstallationId int64 `protobuf:"varint,1,opt,name=installation_id,json=installationId,proto3" json:"installation_id,omitempty"`
	// Owner of the repository. For example: The owner for
	// https://github.com/googlecloudplatform/cloud-builders is
	// "googlecloudplatform".
	Owner string `protobuf:"bytes,6,opt,name=owner,proto3" json:"owner,omitempty"`
	// Name of the repository. For example: The name for
	// https://github.com/googlecloudplatform/cloud-builders is "cloud-builders".
	Name string `protobuf:"bytes,7,opt,name=name,proto3" json:"name,omitempty"`
	// Filter describing the types of events to trigger a build.
	// Currently supported event types: push, pull_request.
	//
	// Types that are assignable to Event:
	//	*GitHubEventsConfig_PullRequest
	//	*GitHubEventsConfig_Push
	Event isGitHubEventsConfig_Event `protobuf_oneof:"event"`
	// contains filtered or unexported fields
}

GitHubEventsConfig describes the configuration of a trigger that creates a build whenever a GitHub event is received.

This message is experimental.

func (*GitHubEventsConfig) Descriptor deprecated

func (*GitHubEventsConfig) Descriptor() ([]byte, []int)

Deprecated: Use GitHubEventsConfig.ProtoReflect.Descriptor instead.

func (*GitHubEventsConfig) GetEvent

func (m *GitHubEventsConfig) GetEvent() isGitHubEventsConfig_Event

func (*GitHubEventsConfig) GetInstallationId deprecated

func (x *GitHubEventsConfig) GetInstallationId() int64

Deprecated: Do not use.

func (*GitHubEventsConfig) GetName

func (x *GitHubEventsConfig) GetName() string

func (*GitHubEventsConfig) GetOwner

func (x *GitHubEventsConfig) GetOwner() string

func (*GitHubEventsConfig) GetPullRequest

func (x *GitHubEventsConfig) GetPullRequest() *PullRequestFilter

func (*GitHubEventsConfig) GetPush

func (x *GitHubEventsConfig) GetPush() *PushFilter

func (*GitHubEventsConfig) ProtoMessage

func (*GitHubEventsConfig) ProtoMessage()

func (*GitHubEventsConfig) ProtoReflect

func (x *GitHubEventsConfig) ProtoReflect() protoreflect.Message

func (*GitHubEventsConfig) Reset

func (x *GitHubEventsConfig) Reset()

func (*GitHubEventsConfig) String

func (x *GitHubEventsConfig) String() string

type GitHubEventsConfig_PullRequest

type GitHubEventsConfig_PullRequest struct {
	// filter to match changes in pull requests.
	PullRequest *PullRequestFilter `protobuf:"bytes,4,opt,name=pull_request,json=pullRequest,proto3,oneof"`
}

type GitHubEventsConfig_Push

type GitHubEventsConfig_Push struct {
	// filter to match changes in refs like branches, tags.
	Push *PushFilter `protobuf:"bytes,5,opt,name=push,proto3,oneof"`
}

type Hash

type Hash struct {

	// The type of hash that was performed.
	Type Hash_HashType `protobuf:"varint,1,opt,name=type,proto3,enum=google.devtools.cloudbuild.v1.Hash_HashType" json:"type,omitempty"`
	// The hash value.
	Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Container message for hash values.

func (*Hash) Descriptor deprecated

func (*Hash) Descriptor() ([]byte, []int)

Deprecated: Use Hash.ProtoReflect.Descriptor instead.

func (*Hash) GetType

func (x *Hash) GetType() Hash_HashType

func (*Hash) GetValue

func (x *Hash) GetValue() []byte

func (*Hash) ProtoMessage

func (*Hash) ProtoMessage()

func (*Hash) ProtoReflect

func (x *Hash) ProtoReflect() protoreflect.Message

func (*Hash) Reset

func (x *Hash) Reset()

func (*Hash) String

func (x *Hash) String() string

type Hash_HashType

type Hash_HashType int32

Specifies the hash algorithm, if any.

const (
	// No hash requested.
	Hash_NONE Hash_HashType = 0
	// Use a sha256 hash.
	Hash_SHA256 Hash_HashType = 1
	// Use a md5 hash.
	Hash_MD5 Hash_HashType = 2
)

func (Hash_HashType) Descriptor

func (Hash_HashType) Enum

func (x Hash_HashType) Enum() *Hash_HashType

func (Hash_HashType) EnumDescriptor deprecated

func (Hash_HashType) EnumDescriptor() ([]byte, []int)

Deprecated: Use Hash_HashType.Descriptor instead.

func (Hash_HashType) Number

func (Hash_HashType) String

func (x Hash_HashType) String() string

func (Hash_HashType) Type

type InlineSecret

type InlineSecret struct {

	// Resource name of Cloud KMS crypto key to decrypt the encrypted value.
	// In format: projects/*/locations/*/keyRings/*/cryptoKeys/*
	KmsKeyName string `protobuf:"bytes,1,opt,name=kms_key_name,json=kmsKeyName,proto3" json:"kms_key_name,omitempty"`
	// Map of environment variable name to its encrypted value.
	//
	// Secret environment variables must be unique across all of a build's
	// secrets, and must be used by at least one build step. Values can be at most
	// 64 KB in size. There can be at most 100 secret values across all of a
	// build's secrets.
	EnvMap map[string][]byte `` /* 167-byte string literal not displayed */
	// contains filtered or unexported fields
}

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

func (*InlineSecret) Descriptor deprecated

func (*InlineSecret) Descriptor() ([]byte, []int)

Deprecated: Use InlineSecret.ProtoReflect.Descriptor instead.

func (*InlineSecret) GetEnvMap

func (x *InlineSecret) GetEnvMap() map[string][]byte

func (*InlineSecret) GetKmsKeyName

func (x *InlineSecret) GetKmsKeyName() string

func (*InlineSecret) ProtoMessage

func (*InlineSecret) ProtoMessage()

func (*InlineSecret) ProtoReflect

func (x *InlineSecret) ProtoReflect() protoreflect.Message

func (*InlineSecret) Reset

func (x *InlineSecret) Reset()

func (*InlineSecret) String

func (x *InlineSecret) String() string

type ListBuildTriggersRequest

type ListBuildTriggersRequest struct {

	// Required. ID of the project for which to list BuildTriggers.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Number of results to return in the list.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// Token to provide to skip to a particular spot in the list.
	PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// contains filtered or unexported fields
}

Request to list existing `BuildTriggers`.

func (*ListBuildTriggersRequest) Descriptor deprecated

func (*ListBuildTriggersRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListBuildTriggersRequest.ProtoReflect.Descriptor instead.

func (*ListBuildTriggersRequest) GetPageSize

func (x *ListBuildTriggersRequest) GetPageSize() int32

func (*ListBuildTriggersRequest) GetPageToken

func (x *ListBuildTriggersRequest) GetPageToken() string

func (*ListBuildTriggersRequest) GetProjectId

func (x *ListBuildTriggersRequest) GetProjectId() string

func (*ListBuildTriggersRequest) ProtoMessage

func (*ListBuildTriggersRequest) ProtoMessage()

func (*ListBuildTriggersRequest) ProtoReflect

func (x *ListBuildTriggersRequest) ProtoReflect() protoreflect.Message

func (*ListBuildTriggersRequest) Reset

func (x *ListBuildTriggersRequest) Reset()

func (*ListBuildTriggersRequest) String

func (x *ListBuildTriggersRequest) String() string

type ListBuildTriggersResponse

type ListBuildTriggersResponse struct {

	// `BuildTriggers` for the project, sorted by `create_time` descending.
	Triggers []*BuildTrigger `protobuf:"bytes,1,rep,name=triggers,proto3" json:"triggers,omitempty"`
	// Token to receive the next page of results.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

Response containing existing `BuildTriggers`.

func (*ListBuildTriggersResponse) Descriptor deprecated

func (*ListBuildTriggersResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListBuildTriggersResponse.ProtoReflect.Descriptor instead.

func (*ListBuildTriggersResponse) GetNextPageToken

func (x *ListBuildTriggersResponse) GetNextPageToken() string

func (*ListBuildTriggersResponse) GetTriggers

func (x *ListBuildTriggersResponse) GetTriggers() []*BuildTrigger

func (*ListBuildTriggersResponse) ProtoMessage

func (*ListBuildTriggersResponse) ProtoMessage()

func (*ListBuildTriggersResponse) ProtoReflect

func (*ListBuildTriggersResponse) Reset

func (x *ListBuildTriggersResponse) Reset()

func (*ListBuildTriggersResponse) String

func (x *ListBuildTriggersResponse) String() string

type ListBuildsRequest

type ListBuildsRequest struct {

	// The parent of the collection of `Builds`.
	// Format: `projects/{project}/locations/location`
	Parent string `protobuf:"bytes,9,opt,name=parent,proto3" json:"parent,omitempty"`
	// Required. ID of the project.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Number of results to return in the list.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The page token for the next page of Builds.
	//
	// If unspecified, the first page of results is returned.
	//
	// If the token is rejected for any reason, INVALID_ARGUMENT will be thrown.
	// In this case, the token should be discarded, and pagination should be
	// restarted from the first page of results.
	//
	// See https://google.aip.dev/158 for more.
	PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// The raw filter text to constrain the results.
	Filter string `protobuf:"bytes,8,opt,name=filter,proto3" json:"filter,omitempty"`
	// contains filtered or unexported fields
}

Request to list builds.

func (*ListBuildsRequest) Descriptor deprecated

func (*ListBuildsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListBuildsRequest.ProtoReflect.Descriptor instead.

func (*ListBuildsRequest) GetFilter

func (x *ListBuildsRequest) GetFilter() string

func (*ListBuildsRequest) GetPageSize

func (x *ListBuildsRequest) GetPageSize() int32

func (*ListBuildsRequest) GetPageToken

func (x *ListBuildsRequest) GetPageToken() string

func (*ListBuildsRequest) GetParent

func (x *ListBuildsRequest) GetParent() string

func (*ListBuildsRequest) GetProjectId

func (x *ListBuildsRequest) GetProjectId() string

func (*ListBuildsRequest) ProtoMessage

func (*ListBuildsRequest) ProtoMessage()

func (*ListBuildsRequest) ProtoReflect

func (x *ListBuildsRequest) ProtoReflect() protoreflect.Message

func (*ListBuildsRequest) Reset

func (x *ListBuildsRequest) Reset()

func (*ListBuildsRequest) String

func (x *ListBuildsRequest) String() string

type ListBuildsResponse

type ListBuildsResponse struct {

	// Builds will be sorted by `create_time`, descending.
	Builds []*Build `protobuf:"bytes,1,rep,name=builds,proto3" json:"builds,omitempty"`
	// Token to receive the next page of results.
	// This will be absent if the end of the response list has been reached.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

Response including listed builds.

func (*ListBuildsResponse) Descriptor deprecated

func (*ListBuildsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListBuildsResponse.ProtoReflect.Descriptor instead.

func (*ListBuildsResponse) GetBuilds

func (x *ListBuildsResponse) GetBuilds() []*Build

func (*ListBuildsResponse) GetNextPageToken

func (x *ListBuildsResponse) GetNextPageToken() string

func (*ListBuildsResponse) ProtoMessage

func (*ListBuildsResponse) ProtoMessage()

func (*ListBuildsResponse) ProtoReflect

func (x *ListBuildsResponse) ProtoReflect() protoreflect.Message

func (*ListBuildsResponse) Reset

func (x *ListBuildsResponse) Reset()

func (*ListBuildsResponse) String

func (x *ListBuildsResponse) String() string

type ListWorkerPoolsRequest

type ListWorkerPoolsRequest struct {

	// ID of the parent project.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// contains filtered or unexported fields
}

Request to list `WorkerPools`.

func (*ListWorkerPoolsRequest) Descriptor deprecated

func (*ListWorkerPoolsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListWorkerPoolsRequest.ProtoReflect.Descriptor instead.

func (*ListWorkerPoolsRequest) GetParent

func (x *ListWorkerPoolsRequest) GetParent() string

func (*ListWorkerPoolsRequest) ProtoMessage

func (*ListWorkerPoolsRequest) ProtoMessage()

func (*ListWorkerPoolsRequest) ProtoReflect

func (x *ListWorkerPoolsRequest) ProtoReflect() protoreflect.Message

func (*ListWorkerPoolsRequest) Reset

func (x *ListWorkerPoolsRequest) Reset()

func (*ListWorkerPoolsRequest) String

func (x *ListWorkerPoolsRequest) String() string

type ListWorkerPoolsResponse

type ListWorkerPoolsResponse struct {

	// `WorkerPools` for the project.
	WorkerPools []*WorkerPool `protobuf:"bytes,1,rep,name=worker_pools,json=workerPools,proto3" json:"worker_pools,omitempty"`
	// contains filtered or unexported fields
}

Response containing existing `WorkerPools`.

func (*ListWorkerPoolsResponse) Descriptor deprecated

func (*ListWorkerPoolsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListWorkerPoolsResponse.ProtoReflect.Descriptor instead.

func (*ListWorkerPoolsResponse) GetWorkerPools

func (x *ListWorkerPoolsResponse) GetWorkerPools() []*WorkerPool

func (*ListWorkerPoolsResponse) ProtoMessage

func (*ListWorkerPoolsResponse) ProtoMessage()

func (*ListWorkerPoolsResponse) ProtoReflect

func (x *ListWorkerPoolsResponse) ProtoReflect() protoreflect.Message

func (*ListWorkerPoolsResponse) Reset

func (x *ListWorkerPoolsResponse) Reset()

func (*ListWorkerPoolsResponse) String

func (x *ListWorkerPoolsResponse) String() string

type Network

type Network struct {

	// Project id containing the defined network and subnetwork. For a peered VPC,
	// this will be the same as the project_id in which the workers are created.
	// For a shared VPC, this will be the project sharing the network with the
	// project_id project in which workers will be created. For custom workers
	// with no VPC, this will be the same as project_id.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Network on which the workers are created.
	// "default" network is used if empty.
	Network string `protobuf:"bytes,2,opt,name=network,proto3" json:"network,omitempty"`
	// Subnetwork on which the workers are created.
	// "default" subnetwork is used if empty.
	Subnetwork string `protobuf:"bytes,3,opt,name=subnetwork,proto3" json:"subnetwork,omitempty"`
	// contains filtered or unexported fields
}

Network describes the GCP network used to create workers in.

func (*Network) Descriptor deprecated

func (*Network) Descriptor() ([]byte, []int)

Deprecated: Use Network.ProtoReflect.Descriptor instead.

func (*Network) GetNetwork

func (x *Network) GetNetwork() string

func (*Network) GetProjectId

func (x *Network) GetProjectId() string

func (*Network) GetSubnetwork

func (x *Network) GetSubnetwork() string

func (*Network) ProtoMessage

func (*Network) ProtoMessage()

func (*Network) ProtoReflect

func (x *Network) ProtoReflect() protoreflect.Message

func (*Network) Reset

func (x *Network) Reset()

func (*Network) String

func (x *Network) String() string

type PubsubConfig

type PubsubConfig struct {

	// Output only. Name of the subscription. Format is
	// `projects/{project}/subscriptions/{subscription}`.
	Subscription string `protobuf:"bytes,1,opt,name=subscription,proto3" json:"subscription,omitempty"`
	// The name of the topic from which this subscription is receiving messages.
	// Format is `projects/{project}/topics/{topic}`.
	Topic string `protobuf:"bytes,2,opt,name=topic,proto3" json:"topic,omitempty"`
	// Service account that will make the push request.
	ServiceAccountEmail string `protobuf:"bytes,3,opt,name=service_account_email,json=serviceAccountEmail,proto3" json:"service_account_email,omitempty"`
	// Potential issues with the underlying Pub/Sub subscription configuration.
	// Only populated on get requests.
	State PubsubConfig_State `protobuf:"varint,4,opt,name=state,proto3,enum=google.devtools.cloudbuild.v1.PubsubConfig_State" json:"state,omitempty"`
	// contains filtered or unexported fields
}

PubsubConfig describes the configuration of a trigger that creates a build whenever a Pub/Sub message is published.

func (*PubsubConfig) Descriptor deprecated

func (*PubsubConfig) Descriptor() ([]byte, []int)

Deprecated: Use PubsubConfig.ProtoReflect.Descriptor instead.

func (*PubsubConfig) GetServiceAccountEmail

func (x *PubsubConfig) GetServiceAccountEmail() string

func (*PubsubConfig) GetState

func (x *PubsubConfig) GetState() PubsubConfig_State

func (*PubsubConfig) GetSubscription

func (x *PubsubConfig) GetSubscription() string

func (*PubsubConfig) GetTopic

func (x *PubsubConfig) GetTopic() string

func (*PubsubConfig) ProtoMessage

func (*PubsubConfig) ProtoMessage()

func (*PubsubConfig) ProtoReflect

func (x *PubsubConfig) ProtoReflect() protoreflect.Message

func (*PubsubConfig) Reset

func (x *PubsubConfig) Reset()

func (*PubsubConfig) String

func (x *PubsubConfig) String() string

type PubsubConfig_State

type PubsubConfig_State int32

Enumerates potential issues with the underlying Pub/Sub subscription configuration.

const (
	// The subscription configuration has not been checked.
	PubsubConfig_STATE_UNSPECIFIED PubsubConfig_State = 0
	// The Pub/Sub subscription is properly configured.
	PubsubConfig_OK PubsubConfig_State = 1
	// The subscription has been deleted.
	PubsubConfig_SUBSCRIPTION_DELETED PubsubConfig_State = 2
	// The topic has been deleted.
	PubsubConfig_TOPIC_DELETED PubsubConfig_State = 3
	// Some of the subscription's field are misconfigured.
	PubsubConfig_SUBSCRIPTION_MISCONFIGURED PubsubConfig_State = 4
)

func (PubsubConfig_State) Descriptor

func (PubsubConfig_State) Enum

func (PubsubConfig_State) EnumDescriptor deprecated

func (PubsubConfig_State) EnumDescriptor() ([]byte, []int)

Deprecated: Use PubsubConfig_State.Descriptor instead.

func (PubsubConfig_State) Number

func (PubsubConfig_State) String

func (x PubsubConfig_State) String() string

func (PubsubConfig_State) Type

type PullRequestFilter

type PullRequestFilter struct {

	// Target refs to match.
	// A target ref is the git reference where the pull request will be applied.
	//
	// Types that are assignable to GitRef:
	//	*PullRequestFilter_Branch
	GitRef isPullRequestFilter_GitRef `protobuf_oneof:"git_ref"`
	// Configure builds to run whether a repository owner or collaborator need to
	// comment `/gcbrun`.
	CommentControl PullRequestFilter_CommentControl `` /* 172-byte string literal not displayed */
	// If true, branches that do NOT match the git_ref will trigger a build.
	InvertRegex bool `protobuf:"varint,6,opt,name=invert_regex,json=invertRegex,proto3" json:"invert_regex,omitempty"`
	// contains filtered or unexported fields
}

PullRequestFilter contains filter properties for matching GitHub Pull Requests.

func (*PullRequestFilter) Descriptor deprecated

func (*PullRequestFilter) Descriptor() ([]byte, []int)

Deprecated: Use PullRequestFilter.ProtoReflect.Descriptor instead.

func (*PullRequestFilter) GetBranch

func (x *PullRequestFilter) GetBranch() string

func (*PullRequestFilter) GetCommentControl

func (x *PullRequestFilter) GetCommentControl() PullRequestFilter_CommentControl

func (*PullRequestFilter) GetGitRef

func (m *PullRequestFilter) GetGitRef() isPullRequestFilter_GitRef

func (*PullRequestFilter) GetInvertRegex

func (x *PullRequestFilter) GetInvertRegex() bool

func (*PullRequestFilter) ProtoMessage

func (*PullRequestFilter) ProtoMessage()

func (*PullRequestFilter) ProtoReflect

func (x *PullRequestFilter) ProtoReflect() protoreflect.Message

func (*PullRequestFilter) Reset

func (x *PullRequestFilter) Reset()

func (*PullRequestFilter) String

func (x *PullRequestFilter) String() string

type PullRequestFilter_Branch

type PullRequestFilter_Branch struct {
	// Regex of branches to match.
	//
	// The syntax of the regular expressions accepted is the syntax accepted by
	// RE2 and described at https://github.com/google/re2/wiki/Syntax
	Branch string `protobuf:"bytes,2,opt,name=branch,proto3,oneof"`
}

type PullRequestFilter_CommentControl

type PullRequestFilter_CommentControl int32

Controls behavior of Pull Request comments.

const (
	// Do not require comments on Pull Requests before builds are triggered.
	PullRequestFilter_COMMENTS_DISABLED PullRequestFilter_CommentControl = 0
	// Enforce that repository owners or collaborators must comment on Pull
	// Requests before builds are triggered.
	PullRequestFilter_COMMENTS_ENABLED PullRequestFilter_CommentControl = 1
	// Enforce that repository owners or collaborators must comment on external
	// contributors' Pull Requests before builds are triggered.
	PullRequestFilter_COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY PullRequestFilter_CommentControl = 2
)

func (PullRequestFilter_CommentControl) Descriptor

func (PullRequestFilter_CommentControl) Enum

func (PullRequestFilter_CommentControl) EnumDescriptor deprecated

func (PullRequestFilter_CommentControl) EnumDescriptor() ([]byte, []int)

Deprecated: Use PullRequestFilter_CommentControl.Descriptor instead.

func (PullRequestFilter_CommentControl) Number

func (PullRequestFilter_CommentControl) String

func (PullRequestFilter_CommentControl) Type

type PushFilter

type PushFilter struct {

	// Modified refs to match.
	// A modified refs are the refs modified by a git push operation.
	//
	// Types that are assignable to GitRef:
	//	*PushFilter_Branch
	//	*PushFilter_Tag
	GitRef isPushFilter_GitRef `protobuf_oneof:"git_ref"`
	// When true, only trigger a build if the revision regex does NOT match the
	// git_ref regex.
	InvertRegex bool `protobuf:"varint,4,opt,name=invert_regex,json=invertRegex,proto3" json:"invert_regex,omitempty"`
	// contains filtered or unexported fields
}

Push contains filter properties for matching GitHub git pushes.

func (*PushFilter) Descriptor deprecated

func (*PushFilter) Descriptor() ([]byte, []int)

Deprecated: Use PushFilter.ProtoReflect.Descriptor instead.

func (*PushFilter) GetBranch

func (x *PushFilter) GetBranch() string

func (*PushFilter) GetGitRef

func (m *PushFilter) GetGitRef() isPushFilter_GitRef

func (*PushFilter) GetInvertRegex

func (x *PushFilter) GetInvertRegex() bool

func (*PushFilter) GetTag

func (x *PushFilter) GetTag() string

func (*PushFilter) ProtoMessage

func (*PushFilter) ProtoMessage()

func (*PushFilter) ProtoReflect

func (x *PushFilter) ProtoReflect() protoreflect.Message

func (*PushFilter) Reset

func (x *PushFilter) Reset()

func (*PushFilter) String

func (x *PushFilter) String() string

type PushFilter_Branch

type PushFilter_Branch struct {
	// Regexes matching branches to build.
	//
	// The syntax of the regular expressions accepted is the syntax accepted by
	// RE2 and described at https://github.com/google/re2/wiki/Syntax
	Branch string `protobuf:"bytes,2,opt,name=branch,proto3,oneof"`
}

type PushFilter_Tag

type PushFilter_Tag struct {
	// Regexes matching tags to build.
	//
	// The syntax of the regular expressions accepted is the syntax accepted by
	// RE2 and described at https://github.com/google/re2/wiki/Syntax
	Tag string `protobuf:"bytes,3,opt,name=tag,proto3,oneof"`
}

type ReceiveTriggerWebhookRequest

type ReceiveTriggerWebhookRequest struct {

	// HTTP request body.
	Body *httpbody.HttpBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	// Project in which the specified trigger lives
	ProjectId string `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Name of the trigger to run the payload against
	Trigger string `protobuf:"bytes,3,opt,name=trigger,proto3" json:"trigger,omitempty"`
	// Secret token used for authorization if an OAuth token isn't provided.
	Secret string `protobuf:"bytes,4,opt,name=secret,proto3" json:"secret,omitempty"`
	// contains filtered or unexported fields
}

ReceiveTriggerWebhookRequest [Experimental] is the request object accepted by the ReceiveTriggerWebhook method.

func (*ReceiveTriggerWebhookRequest) Descriptor deprecated

func (*ReceiveTriggerWebhookRequest) Descriptor() ([]byte, []int)

Deprecated: Use ReceiveTriggerWebhookRequest.ProtoReflect.Descriptor instead.

func (*ReceiveTriggerWebhookRequest) GetBody

func (*ReceiveTriggerWebhookRequest) GetProjectId

func (x *ReceiveTriggerWebhookRequest) GetProjectId() string

func (*ReceiveTriggerWebhookRequest) GetSecret

func (x *ReceiveTriggerWebhookRequest) GetSecret() string

func (*ReceiveTriggerWebhookRequest) GetTrigger

func (x *ReceiveTriggerWebhookRequest) GetTrigger() string

func (*ReceiveTriggerWebhookRequest) ProtoMessage

func (*ReceiveTriggerWebhookRequest) ProtoMessage()

func (*ReceiveTriggerWebhookRequest) ProtoReflect

func (*ReceiveTriggerWebhookRequest) Reset

func (x *ReceiveTriggerWebhookRequest) Reset()

func (*ReceiveTriggerWebhookRequest) String

type ReceiveTriggerWebhookResponse

type ReceiveTriggerWebhookResponse struct {
	// contains filtered or unexported fields
}

ReceiveTriggerWebhookResponse [Experimental] is the response object for the ReceiveTriggerWebhook method.

func (*ReceiveTriggerWebhookResponse) Descriptor deprecated

func (*ReceiveTriggerWebhookResponse) Descriptor() ([]byte, []int)

Deprecated: Use ReceiveTriggerWebhookResponse.ProtoReflect.Descriptor instead.

func (*ReceiveTriggerWebhookResponse) ProtoMessage

func (*ReceiveTriggerWebhookResponse) ProtoMessage()

func (*ReceiveTriggerWebhookResponse) ProtoReflect

func (*ReceiveTriggerWebhookResponse) Reset

func (x *ReceiveTriggerWebhookResponse) Reset()

func (*ReceiveTriggerWebhookResponse) String

type RepoSource

type RepoSource struct {

	// ID of the project that owns the Cloud Source Repository. If omitted, the
	// project ID requesting the build is assumed.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Name of the Cloud Source Repository.
	RepoName string `protobuf:"bytes,2,opt,name=repo_name,json=repoName,proto3" json:"repo_name,omitempty"`
	// A revision within the Cloud Source Repository must be specified in
	// one of these ways.
	//
	// Types that are assignable to Revision:
	//	*RepoSource_BranchName
	//	*RepoSource_TagName
	//	*RepoSource_CommitSha
	Revision isRepoSource_Revision `protobuf_oneof:"revision"`
	// Directory, relative to the source root, in which to run the build.
	//
	// This must be a relative path. If a step's `dir` is specified and is an
	// absolute path, this value is ignored for that step's execution.
	Dir string `protobuf:"bytes,7,opt,name=dir,proto3" json:"dir,omitempty"`
	// Only trigger a build if the revision regex does NOT match the revision
	// regex.
	InvertRegex bool `protobuf:"varint,8,opt,name=invert_regex,json=invertRegex,proto3" json:"invert_regex,omitempty"`
	// Substitutions to use in a triggered build.
	// Should only be used with RunBuildTrigger
	Substitutions map[string]string `` /* 167-byte string literal not displayed */
	// contains filtered or unexported fields
}

Location of the source in a Google Cloud Source Repository.

func (*RepoSource) Descriptor deprecated

func (*RepoSource) Descriptor() ([]byte, []int)

Deprecated: Use RepoSource.ProtoReflect.Descriptor instead.

func (*RepoSource) GetBranchName

func (x *RepoSource) GetBranchName() string

func (*RepoSource) GetCommitSha

func (x *RepoSource) GetCommitSha() string

func (*RepoSource) GetDir

func (x *RepoSource) GetDir() string

func (*RepoSource) GetInvertRegex

func (x *RepoSource) GetInvertRegex() bool

func (*RepoSource) GetProjectId

func (x *RepoSource) GetProjectId() string

func (*RepoSource) GetRepoName

func (x *RepoSource) GetRepoName() string

func (*RepoSource) GetRevision

func (m *RepoSource) GetRevision() isRepoSource_Revision

func (*RepoSource) GetSubstitutions

func (x *RepoSource) GetSubstitutions() map[string]string

func (*RepoSource) GetTagName

func (x *RepoSource) GetTagName() string

func (*RepoSource) ProtoMessage

func (*RepoSource) ProtoMessage()

func (*RepoSource) ProtoReflect

func (x *RepoSource) ProtoReflect() protoreflect.Message

func (*RepoSource) Reset

func (x *RepoSource) Reset()

func (*RepoSource) String

func (x *RepoSource) String() string

type RepoSource_BranchName

type RepoSource_BranchName struct {
	// Regex matching branches to build.
	//
	// The syntax of the regular expressions accepted is the syntax accepted by
	// RE2 and described at https://github.com/google/re2/wiki/Syntax
	BranchName string `protobuf:"bytes,3,opt,name=branch_name,json=branchName,proto3,oneof"`
}

type RepoSource_CommitSha

type RepoSource_CommitSha struct {
	// Explicit commit SHA to build.
	CommitSha string `protobuf:"bytes,5,opt,name=commit_sha,json=commitSha,proto3,oneof"`
}

type RepoSource_TagName

type RepoSource_TagName struct {
	// Regex matching tags to build.
	//
	// The syntax of the regular expressions accepted is the syntax accepted by
	// RE2 and described at https://github.com/google/re2/wiki/Syntax
	TagName string `protobuf:"bytes,4,opt,name=tag_name,json=tagName,proto3,oneof"`
}

type Results

type Results struct {

	// Container images that were built as a part of the build.
	Images []*BuiltImage `protobuf:"bytes,2,rep,name=images,proto3" json:"images,omitempty"`
	// List of build step digests, in the order corresponding to build step
	// indices.
	BuildStepImages []string `protobuf:"bytes,3,rep,name=build_step_images,json=buildStepImages,proto3" json:"build_step_images,omitempty"`
	// Path to the artifact manifest. Only populated when artifacts are uploaded.
	ArtifactManifest string `protobuf:"bytes,4,opt,name=artifact_manifest,json=artifactManifest,proto3" json:"artifact_manifest,omitempty"`
	// Number of artifacts uploaded. Only populated when artifacts are uploaded.
	NumArtifacts int64 `protobuf:"varint,5,opt,name=num_artifacts,json=numArtifacts,proto3" json:"num_artifacts,omitempty"`
	// List of build step outputs, produced by builder images, in the order
	// corresponding to build step indices.
	//
	// [Cloud Builders](https://cloud.google.com/cloud-build/docs/cloud-builders)
	// can produce this output by writing to `$BUILDER_OUTPUT/output`.
	// Only the first 4KB of data is stored.
	BuildStepOutputs [][]byte `protobuf:"bytes,6,rep,name=build_step_outputs,json=buildStepOutputs,proto3" json:"build_step_outputs,omitempty"`
	// Time to push all non-container artifacts.
	ArtifactTiming *TimeSpan `protobuf:"bytes,7,opt,name=artifact_timing,json=artifactTiming,proto3" json:"artifact_timing,omitempty"`
	// contains filtered or unexported fields
}

Artifacts created by the build pipeline.

func (*Results) Descriptor deprecated

func (*Results) Descriptor() ([]byte, []int)

Deprecated: Use Results.ProtoReflect.Descriptor instead.

func (*Results) GetArtifactManifest

func (x *Results) GetArtifactManifest() string

func (*Results) GetArtifactTiming

func (x *Results) GetArtifactTiming() *TimeSpan

func (*Results) GetBuildStepImages

func (x *Results) GetBuildStepImages() []string

func (*Results) GetBuildStepOutputs

func (x *Results) GetBuildStepOutputs() [][]byte

func (*Results) GetImages

func (x *Results) GetImages() []*BuiltImage

func (*Results) GetNumArtifacts

func (x *Results) GetNumArtifacts() int64

func (*Results) ProtoMessage

func (*Results) ProtoMessage()

func (*Results) ProtoReflect

func (x *Results) ProtoReflect() protoreflect.Message

func (*Results) Reset

func (x *Results) Reset()

func (*Results) String

func (x *Results) String() string

type RetryBuildRequest

type RetryBuildRequest struct {

	// The name of the `Build` to retry.
	// Format: `projects/{project}/locations/{location}/builds/{build}`
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// Required. ID of the project.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Required. Build ID of the original build.
	Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

Specifies a build to retry.

func (*RetryBuildRequest) Descriptor deprecated

func (*RetryBuildRequest) Descriptor() ([]byte, []int)

Deprecated: Use RetryBuildRequest.ProtoReflect.Descriptor instead.

func (*RetryBuildRequest) GetId

func (x *RetryBuildRequest) GetId() string

func (*RetryBuildRequest) GetName

func (x *RetryBuildRequest) GetName() string

func (*RetryBuildRequest) GetProjectId

func (x *RetryBuildRequest) GetProjectId() string

func (*RetryBuildRequest) ProtoMessage

func (*RetryBuildRequest) ProtoMessage()

func (*RetryBuildRequest) ProtoReflect

func (x *RetryBuildRequest) ProtoReflect() protoreflect.Message

func (*RetryBuildRequest) Reset

func (x *RetryBuildRequest) Reset()

func (*RetryBuildRequest) String

func (x *RetryBuildRequest) String() string

type RunBuildTriggerRequest

type RunBuildTriggerRequest struct {

	// Required. ID of the project.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Required. ID of the trigger.
	TriggerId string `protobuf:"bytes,2,opt,name=trigger_id,json=triggerId,proto3" json:"trigger_id,omitempty"`
	// Source to build against this trigger.
	Source *RepoSource `protobuf:"bytes,3,opt,name=source,proto3" json:"source,omitempty"`
	// contains filtered or unexported fields
}

Specifies a build trigger to run and the source to use.

func (*RunBuildTriggerRequest) Descriptor deprecated

func (*RunBuildTriggerRequest) Descriptor() ([]byte, []int)

Deprecated: Use RunBuildTriggerRequest.ProtoReflect.Descriptor instead.

func (*RunBuildTriggerRequest) GetProjectId

func (x *RunBuildTriggerRequest) GetProjectId() string

func (*RunBuildTriggerRequest) GetSource

func (x *RunBuildTriggerRequest) GetSource() *RepoSource

func (*RunBuildTriggerRequest) GetTriggerId

func (x *RunBuildTriggerRequest) GetTriggerId() string

func (*RunBuildTriggerRequest) ProtoMessage

func (*RunBuildTriggerRequest) ProtoMessage()

func (*RunBuildTriggerRequest) ProtoReflect

func (x *RunBuildTriggerRequest) ProtoReflect() protoreflect.Message

func (*RunBuildTriggerRequest) Reset

func (x *RunBuildTriggerRequest) Reset()

func (*RunBuildTriggerRequest) String

func (x *RunBuildTriggerRequest) String() string

type Secret

type Secret struct {

	// Cloud KMS key name to use to decrypt these envs.
	KmsKeyName string `protobuf:"bytes,1,opt,name=kms_key_name,json=kmsKeyName,proto3" json:"kms_key_name,omitempty"`
	// Map of environment variable name to its encrypted value.
	//
	// Secret environment variables must be unique across all of a build's
	// secrets, and must be used by at least one build step. Values can be at most
	// 64 KB in size. There can be at most 100 secret values across all of a
	// build's secrets.
	SecretEnv map[string][]byte `` /* 176-byte string literal not displayed */
	// contains filtered or unexported fields
}

Pairs a set of secret environment variables containing encrypted values with the Cloud KMS key to use to decrypt the value. Note: Use `kmsKeyName` with `available_secrets` instead of using `kmsKeyName` with `secret`. For instructions see: https://cloud.google.com/cloud-build/docs/securing-builds/use-encrypted-credentials.

func (*Secret) Descriptor deprecated

func (*Secret) Descriptor() ([]byte, []int)

Deprecated: Use Secret.ProtoReflect.Descriptor instead.

func (*Secret) GetKmsKeyName

func (x *Secret) GetKmsKeyName() string

func (*Secret) GetSecretEnv

func (x *Secret) GetSecretEnv() map[string][]byte

func (*Secret) ProtoMessage

func (*Secret) ProtoMessage()

func (*Secret) ProtoReflect

func (x *Secret) ProtoReflect() protoreflect.Message

func (*Secret) Reset

func (x *Secret) Reset()

func (*Secret) String

func (x *Secret) String() string

type SecretManagerSecret

type SecretManagerSecret struct {

	// Resource name of the SecretVersion. In format:
	// projects/*/secrets/*/versions/*
	VersionName string `protobuf:"bytes,1,opt,name=version_name,json=versionName,proto3" json:"version_name,omitempty"`
	// Environment variable name to associate with the secret.
	// Secret environment variables must be unique across all of a build's
	// secrets, and must be used by at least one build step.
	Env string `protobuf:"bytes,2,opt,name=env,proto3" json:"env,omitempty"`
	// contains filtered or unexported fields
}

Pairs a secret environment variable with a SecretVersion in Secret Manager.

func (*SecretManagerSecret) Descriptor deprecated

func (*SecretManagerSecret) Descriptor() ([]byte, []int)

Deprecated: Use SecretManagerSecret.ProtoReflect.Descriptor instead.

func (*SecretManagerSecret) GetEnv

func (x *SecretManagerSecret) GetEnv() string

func (*SecretManagerSecret) GetVersionName

func (x *SecretManagerSecret) GetVersionName() string

func (*SecretManagerSecret) ProtoMessage

func (*SecretManagerSecret) ProtoMessage()

func (*SecretManagerSecret) ProtoReflect

func (x *SecretManagerSecret) ProtoReflect() protoreflect.Message

func (*SecretManagerSecret) Reset

func (x *SecretManagerSecret) Reset()

func (*SecretManagerSecret) String

func (x *SecretManagerSecret) String() string

type Secrets

type Secrets struct {

	// Secrets in Secret Manager and associated secret environment variable.
	SecretManager []*SecretManagerSecret `protobuf:"bytes,1,rep,name=secret_manager,json=secretManager,proto3" json:"secret_manager,omitempty"`
	// Secrets encrypted with KMS key and the associated secret environment
	// variable.
	Inline []*InlineSecret `protobuf:"bytes,2,rep,name=inline,proto3" json:"inline,omitempty"`
	// contains filtered or unexported fields
}

Secrets and secret environment variables.

func (*Secrets) Descriptor deprecated

func (*Secrets) Descriptor() ([]byte, []int)

Deprecated: Use Secrets.ProtoReflect.Descriptor instead.

func (*Secrets) GetInline

func (x *Secrets) GetInline() []*InlineSecret

func (*Secrets) GetSecretManager

func (x *Secrets) GetSecretManager() []*SecretManagerSecret

func (*Secrets) ProtoMessage

func (*Secrets) ProtoMessage()

func (*Secrets) ProtoReflect

func (x *Secrets) ProtoReflect() protoreflect.Message

func (*Secrets) Reset

func (x *Secrets) Reset()

func (*Secrets) String

func (x *Secrets) String() string

type Source

type Source struct {

	// Location of source.
	//
	// Types that are assignable to Source:
	//	*Source_StorageSource
	//	*Source_RepoSource
	//	*Source_StorageSourceManifest
	Source isSource_Source `protobuf_oneof:"source"`
	// contains filtered or unexported fields
}

Location of the source in a supported storage service.

func (*Source) Descriptor deprecated

func (*Source) Descriptor() ([]byte, []int)

Deprecated: Use Source.ProtoReflect.Descriptor instead.

func (*Source) GetRepoSource

func (x *Source) GetRepoSource() *RepoSource

func (*Source) GetSource

func (m *Source) GetSource() isSource_Source

func (*Source) GetStorageSource

func (x *Source) GetStorageSource() *StorageSource

func (*Source) GetStorageSourceManifest

func (x *Source) GetStorageSourceManifest() *StorageSourceManifest

func (*Source) ProtoMessage

func (*Source) ProtoMessage()

func (*Source) ProtoReflect

func (x *Source) ProtoReflect() protoreflect.Message

func (*Source) Reset

func (x *Source) Reset()

func (*Source) String

func (x *Source) String() string

type SourceProvenance

type SourceProvenance struct {

	// A copy of the build's `source.storage_source`, if exists, with any
	// generations resolved.
	ResolvedStorageSource *StorageSource `` /* 126-byte string literal not displayed */
	// A copy of the build's `source.repo_source`, if exists, with any
	// revisions resolved.
	ResolvedRepoSource *RepoSource `protobuf:"bytes,6,opt,name=resolved_repo_source,json=resolvedRepoSource,proto3" json:"resolved_repo_source,omitempty"`
	// A copy of the build's `source.storage_source_manifest`, if exists, with any
	// revisions resolved.
	// This feature is in Preview.
	ResolvedStorageSourceManifest *StorageSourceManifest `` /* 152-byte string literal not displayed */
	// Output only. Hash(es) of the build source, which can be used to verify that
	// the original source integrity was maintained in the build. Note that
	// `FileHashes` will only be populated if `BuildOptions` has requested a
	// `SourceProvenanceHash`.
	//
	// The keys to this map are file paths used as build source and the values
	// contain the hash values for those files.
	//
	// If the build source came in a single package such as a gzipped tarfile
	// (`.tar.gz`), the `FileHash` will be for the single path to that file.
	FileHashes map[string]*FileHashes `` /* 179-byte string literal not displayed */
	// contains filtered or unexported fields
}

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

func (*SourceProvenance) Descriptor deprecated

func (*SourceProvenance) Descriptor() ([]byte, []int)

Deprecated: Use SourceProvenance.ProtoReflect.Descriptor instead.

func (*SourceProvenance) GetFileHashes

func (x *SourceProvenance) GetFileHashes() map[string]*FileHashes

func (*SourceProvenance) GetResolvedRepoSource

func (x *SourceProvenance) GetResolvedRepoSource() *RepoSource

func (*SourceProvenance) GetResolvedStorageSource

func (x *SourceProvenance) GetResolvedStorageSource() *StorageSource

func (*SourceProvenance) GetResolvedStorageSourceManifest

func (x *SourceProvenance) GetResolvedStorageSourceManifest() *StorageSourceManifest

func (*SourceProvenance) ProtoMessage

func (*SourceProvenance) ProtoMessage()

func (*SourceProvenance) ProtoReflect

func (x *SourceProvenance) ProtoReflect() protoreflect.Message

func (*SourceProvenance) Reset

func (x *SourceProvenance) Reset()

func (*SourceProvenance) String

func (x *SourceProvenance) String() string

type Source_RepoSource

type Source_RepoSource struct {
	// If provided, get the source from this location in a Cloud Source
	// Repository.
	RepoSource *RepoSource `protobuf:"bytes,3,opt,name=repo_source,json=repoSource,proto3,oneof"`
}

type Source_StorageSource

type Source_StorageSource struct {
	// If provided, get the source from this location in Google Cloud Storage.
	StorageSource *StorageSource `protobuf:"bytes,2,opt,name=storage_source,json=storageSource,proto3,oneof"`
}

type Source_StorageSourceManifest

type Source_StorageSourceManifest struct {
	// If provided, get the source from this manifest in Google Cloud Storage.
	// This feature is in Preview.
	StorageSourceManifest *StorageSourceManifest `protobuf:"bytes,8,opt,name=storage_source_manifest,json=storageSourceManifest,proto3,oneof"`
}

type StorageSource

type StorageSource struct {

	// Google Cloud Storage bucket containing the source (see
	// [Bucket Name
	// Requirements](https://cloud.google.com/storage/docs/bucket-naming#requirements)).
	Bucket string `protobuf:"bytes,1,opt,name=bucket,proto3" json:"bucket,omitempty"`
	// Google Cloud Storage object containing the source.
	//
	// This object must be a gzipped archive file (`.tar.gz`) containing source to
	// build.
	Object string `protobuf:"bytes,2,opt,name=object,proto3" json:"object,omitempty"`
	// Google Cloud Storage generation for the object. If the generation is
	// omitted, the latest generation will be used.
	Generation int64 `protobuf:"varint,3,opt,name=generation,proto3" json:"generation,omitempty"`
	// contains filtered or unexported fields
}

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

func (*StorageSource) Descriptor deprecated

func (*StorageSource) Descriptor() ([]byte, []int)

Deprecated: Use StorageSource.ProtoReflect.Descriptor instead.

func (*StorageSource) GetBucket

func (x *StorageSource) GetBucket() string

func (*StorageSource) GetGeneration

func (x *StorageSource) GetGeneration() int64

func (*StorageSource) GetObject

func (x *StorageSource) GetObject() string

func (*StorageSource) ProtoMessage

func (*StorageSource) ProtoMessage()

func (*StorageSource) ProtoReflect

func (x *StorageSource) ProtoReflect() protoreflect.Message

func (*StorageSource) Reset

func (x *StorageSource) Reset()

func (*StorageSource) String

func (x *StorageSource) String() string

type StorageSourceManifest

type StorageSourceManifest struct {

	// Google Cloud Storage bucket containing the source manifest (see [Bucket
	// Name
	// Requirements](https://cloud.google.com/storage/docs/bucket-naming#requirements)).
	Bucket string `protobuf:"bytes,1,opt,name=bucket,proto3" json:"bucket,omitempty"`
	// Google Cloud Storage object containing the source manifest.
	//
	// This object must be a JSON file.
	Object string `protobuf:"bytes,2,opt,name=object,proto3" json:"object,omitempty"`
	// Google Cloud Storage generation for the object. If the generation is
	// omitted, the latest generation will be used.
	Generation int64 `protobuf:"varint,3,opt,name=generation,proto3" json:"generation,omitempty"`
	// contains filtered or unexported fields
}

Location of the source manifest in Google Cloud Storage. This feature is in Preview.

func (*StorageSourceManifest) Descriptor deprecated

func (*StorageSourceManifest) Descriptor() ([]byte, []int)

Deprecated: Use StorageSourceManifest.ProtoReflect.Descriptor instead.

func (*StorageSourceManifest) GetBucket

func (x *StorageSourceManifest) GetBucket() string

func (*StorageSourceManifest) GetGeneration

func (x *StorageSourceManifest) GetGeneration() int64

func (*StorageSourceManifest) GetObject

func (x *StorageSourceManifest) GetObject() string

func (*StorageSourceManifest) ProtoMessage

func (*StorageSourceManifest) ProtoMessage()

func (*StorageSourceManifest) ProtoReflect

func (x *StorageSourceManifest) ProtoReflect() protoreflect.Message

func (*StorageSourceManifest) Reset

func (x *StorageSourceManifest) Reset()

func (*StorageSourceManifest) String

func (x *StorageSourceManifest) String() string

type TimeSpan

type TimeSpan struct {

	// Start of time span.
	StartTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// End of time span.
	EndTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	// contains filtered or unexported fields
}

Start and end times for a build execution phase.

func (*TimeSpan) Descriptor deprecated

func (*TimeSpan) Descriptor() ([]byte, []int)

Deprecated: Use TimeSpan.ProtoReflect.Descriptor instead.

func (*TimeSpan) GetEndTime

func (x *TimeSpan) GetEndTime() *timestamppb.Timestamp

func (*TimeSpan) GetStartTime

func (x *TimeSpan) GetStartTime() *timestamppb.Timestamp

func (*TimeSpan) ProtoMessage

func (*TimeSpan) ProtoMessage()

func (*TimeSpan) ProtoReflect

func (x *TimeSpan) ProtoReflect() protoreflect.Message

func (*TimeSpan) Reset

func (x *TimeSpan) Reset()

func (*TimeSpan) String

func (x *TimeSpan) String() string

type UnimplementedCloudBuildServer

type UnimplementedCloudBuildServer struct {
}

UnimplementedCloudBuildServer can be embedded to have forward compatible implementations.

func (*UnimplementedCloudBuildServer) CancelBuild

func (*UnimplementedCloudBuildServer) CreateBuild

func (*UnimplementedCloudBuildServer) CreateBuildTrigger

func (*UnimplementedCloudBuildServer) CreateWorkerPool

func (*UnimplementedCloudBuildServer) DeleteBuildTrigger

func (*UnimplementedCloudBuildServer) DeleteWorkerPool

func (*UnimplementedCloudBuildServer) GetBuild

func (*UnimplementedCloudBuildServer) GetBuildTrigger

func (*UnimplementedCloudBuildServer) GetWorkerPool

func (*UnimplementedCloudBuildServer) ListBuildTriggers

func (*UnimplementedCloudBuildServer) ListBuilds

func (*UnimplementedCloudBuildServer) ListWorkerPools

func (*UnimplementedCloudBuildServer) RetryBuild

func (*UnimplementedCloudBuildServer) RunBuildTrigger

func (*UnimplementedCloudBuildServer) UpdateBuildTrigger

func (*UnimplementedCloudBuildServer) UpdateWorkerPool

type UpdateBuildTriggerRequest

type UpdateBuildTriggerRequest struct {

	// Required. ID of the project that owns the trigger.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Required. ID of the `BuildTrigger` to update.
	TriggerId string `protobuf:"bytes,2,opt,name=trigger_id,json=triggerId,proto3" json:"trigger_id,omitempty"`
	// Required. `BuildTrigger` to update.
	Trigger *BuildTrigger `protobuf:"bytes,3,opt,name=trigger,proto3" json:"trigger,omitempty"`
	// contains filtered or unexported fields
}

Request to update an existing `BuildTrigger`.

func (*UpdateBuildTriggerRequest) Descriptor deprecated

func (*UpdateBuildTriggerRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateBuildTriggerRequest.ProtoReflect.Descriptor instead.

func (*UpdateBuildTriggerRequest) GetProjectId

func (x *UpdateBuildTriggerRequest) GetProjectId() string

func (*UpdateBuildTriggerRequest) GetTrigger

func (x *UpdateBuildTriggerRequest) GetTrigger() *BuildTrigger

func (*UpdateBuildTriggerRequest) GetTriggerId

func (x *UpdateBuildTriggerRequest) GetTriggerId() string

func (*UpdateBuildTriggerRequest) ProtoMessage

func (*UpdateBuildTriggerRequest) ProtoMessage()

func (*UpdateBuildTriggerRequest) ProtoReflect

func (*UpdateBuildTriggerRequest) Reset

func (x *UpdateBuildTriggerRequest) Reset()

func (*UpdateBuildTriggerRequest) String

func (x *UpdateBuildTriggerRequest) String() string

type UpdateWorkerPoolRequest

type UpdateWorkerPoolRequest struct {

	// The field will contain name of the resource requested, for example:
	// "projects/project-1/workerPools/workerpool-name"
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// `WorkerPool` resource to update.
	WorkerPool *WorkerPool `protobuf:"bytes,3,opt,name=worker_pool,json=workerPool,proto3" json:"worker_pool,omitempty"`
	// contains filtered or unexported fields
}

Request to update a `WorkerPool`.

func (*UpdateWorkerPoolRequest) Descriptor deprecated

func (*UpdateWorkerPoolRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateWorkerPoolRequest.ProtoReflect.Descriptor instead.

func (*UpdateWorkerPoolRequest) GetName

func (x *UpdateWorkerPoolRequest) GetName() string

func (*UpdateWorkerPoolRequest) GetWorkerPool

func (x *UpdateWorkerPoolRequest) GetWorkerPool() *WorkerPool

func (*UpdateWorkerPoolRequest) ProtoMessage

func (*UpdateWorkerPoolRequest) ProtoMessage()

func (*UpdateWorkerPoolRequest) ProtoReflect

func (x *UpdateWorkerPoolRequest) ProtoReflect() protoreflect.Message

func (*UpdateWorkerPoolRequest) Reset

func (x *UpdateWorkerPoolRequest) Reset()

func (*UpdateWorkerPoolRequest) String

func (x *UpdateWorkerPoolRequest) String() string

type Volume

type Volume struct {

	// Name of the volume to mount.
	//
	// Volume names must be unique per build step and must be valid names for
	// Docker volumes. Each named volume must be used by at least two build steps.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Path at which to mount the volume.
	//
	// Paths must be absolute and cannot conflict with other volume paths on the
	// same build step or with certain reserved volume paths.
	Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

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

func (*Volume) Descriptor deprecated

func (*Volume) Descriptor() ([]byte, []int)

Deprecated: Use Volume.ProtoReflect.Descriptor instead.

func (*Volume) GetName

func (x *Volume) GetName() string

func (*Volume) GetPath

func (x *Volume) GetPath() string

func (*Volume) ProtoMessage

func (*Volume) ProtoMessage()

func (*Volume) ProtoReflect

func (x *Volume) ProtoReflect() protoreflect.Message

func (*Volume) Reset

func (x *Volume) Reset()

func (*Volume) String

func (x *Volume) String() string

type WorkerConfig

type WorkerConfig struct {

	// Machine Type of the worker, such as n1-standard-1.
	// See https://cloud.google.com/compute/docs/machine-types.
	// If left blank, Cloud Build will use a standard unspecified machine to
	// create the worker pool.
	// `machine_type` is overridden if you specify a different machine type in
	// `build_options`. In this case, the VM specified in the `build_options`
	// will be created on demand at build time. For more information see
	// https://cloud.google.com/cloud-build/docs/speeding-up-builds#using_custom_virtual_machine_sizes
	MachineType string `protobuf:"bytes,1,opt,name=machine_type,json=machineType,proto3" json:"machine_type,omitempty"`
	// Size of the disk attached to the worker, in GB.
	// See https://cloud.google.com/compute/docs/disks/
	// If `0` is specified, Cloud Build will use a standard disk size.
	// `disk_size` is overridden if you specify a different disk size in
	// `build_options`. In this case, a VM with a disk size specified in the
	// `build_options` will be created on demand at build time. For more
	// information see
	// https://cloud.google.com/cloud-build/docs/api/reference/rest/v1/projects.builds#buildoptions
	DiskSizeGb int64 `protobuf:"varint,2,opt,name=disk_size_gb,json=diskSizeGb,proto3" json:"disk_size_gb,omitempty"`
	// The network definition used to create the worker.
	// If this section is left empty, the workers will be created in
	// WorkerPool.project_id on the default network.
	Network *Network `protobuf:"bytes,3,opt,name=network,proto3" json:"network,omitempty"`
	// The tag applied to the worker, and the same tag used by the firewall rule.
	// It is used to identify the Cloud Build workers among other VMs.
	// The default value for tag is `worker`.
	Tag string `protobuf:"bytes,4,opt,name=tag,proto3" json:"tag,omitempty"`
	// contains filtered or unexported fields
}

WorkerConfig defines the configuration to be used for a creating workers in the pool.

func (*WorkerConfig) Descriptor deprecated

func (*WorkerConfig) Descriptor() ([]byte, []int)

Deprecated: Use WorkerConfig.ProtoReflect.Descriptor instead.

func (*WorkerConfig) GetDiskSizeGb

func (x *WorkerConfig) GetDiskSizeGb() int64

func (*WorkerConfig) GetMachineType

func (x *WorkerConfig) GetMachineType() string

func (*WorkerConfig) GetNetwork

func (x *WorkerConfig) GetNetwork() *Network

func (*WorkerConfig) GetTag

func (x *WorkerConfig) GetTag() string

func (*WorkerConfig) ProtoMessage

func (*WorkerConfig) ProtoMessage()

func (*WorkerConfig) ProtoReflect

func (x *WorkerConfig) ProtoReflect() protoreflect.Message

func (*WorkerConfig) Reset

func (x *WorkerConfig) Reset()

func (*WorkerConfig) String

func (x *WorkerConfig) String() string

type WorkerPool

type WorkerPool struct {

	// User-defined name of the `WorkerPool`.
	Name string `protobuf:"bytes,14,opt,name=name,proto3" json:"name,omitempty"`
	// The project ID of the GCP project for which the `WorkerPool` is created.
	ProjectId string `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Output only. The service account used to manage the `WorkerPool`. The
	// service account must have the Compute Instance Admin (Beta) permission at
	// the project level.
	ServiceAccountEmail string `protobuf:"bytes,3,opt,name=service_account_email,json=serviceAccountEmail,proto3" json:"service_account_email,omitempty"`
	// Total number of workers to be created across all requested regions.
	WorkerCount int64 `protobuf:"varint,4,opt,name=worker_count,json=workerCount,proto3" json:"worker_count,omitempty"`
	// Configuration to be used for a creating workers in the `WorkerPool`.
	WorkerConfig *WorkerConfig `protobuf:"bytes,16,opt,name=worker_config,json=workerConfig,proto3" json:"worker_config,omitempty"`
	// List of regions to create the `WorkerPool`. Regions can't be empty.
	// If Cloud Build adds a new GCP region in the future, the existing
	// `WorkerPool` will not be enabled in the new region automatically;
	// you must add the new region to the `regions` field to enable the
	// `WorkerPool` in that region.
	Regions []WorkerPool_Region `` /* 128-byte string literal not displayed */
	// Output only. Time at which the request to create the `WorkerPool` was
	// received.
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// Output only. Time at which the request to update the `WorkerPool` was
	// received.
	UpdateTime *timestamppb.Timestamp `protobuf:"bytes,17,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// Output only. Time at which the request to delete the `WorkerPool` was
	// received.
	DeleteTime *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=delete_time,json=deleteTime,proto3" json:"delete_time,omitempty"`
	// Output only. WorkerPool Status.
	Status WorkerPool_Status `protobuf:"varint,13,opt,name=status,proto3,enum=google.devtools.cloudbuild.v1.WorkerPool_Status" json:"status,omitempty"`
	// contains filtered or unexported fields
}

Configuration for a WorkerPool to run the builds.

Workers are machines that Cloud Build uses to run your builds. By default, all workers run in a project owned by Cloud Build. To have full control over the workers that execute your builds -- such as enabling them to access private resources on your private network -- you can request Cloud Build to run the workers in your own project by creating a custom workers pool.

func (*WorkerPool) Descriptor deprecated

func (*WorkerPool) Descriptor() ([]byte, []int)

Deprecated: Use WorkerPool.ProtoReflect.Descriptor instead.

func (*WorkerPool) GetCreateTime

func (x *WorkerPool) GetCreateTime() *timestamppb.Timestamp

func (*WorkerPool) GetDeleteTime

func (x *WorkerPool) GetDeleteTime() *timestamppb.Timestamp

func (*WorkerPool) GetName

func (x *WorkerPool) GetName() string

func (*WorkerPool) GetProjectId

func (x *WorkerPool) GetProjectId() string

func (*WorkerPool) GetRegions

func (x *WorkerPool) GetRegions() []WorkerPool_Region

func (*WorkerPool) GetServiceAccountEmail

func (x *WorkerPool) GetServiceAccountEmail() string

func (*WorkerPool) GetStatus

func (x *WorkerPool) GetStatus() WorkerPool_Status

func (*WorkerPool) GetUpdateTime

func (x *WorkerPool) GetUpdateTime() *timestamppb.Timestamp

func (*WorkerPool) GetWorkerConfig

func (x *WorkerPool) GetWorkerConfig() *WorkerConfig

func (*WorkerPool) GetWorkerCount

func (x *WorkerPool) GetWorkerCount() int64

func (*WorkerPool) ProtoMessage

func (*WorkerPool) ProtoMessage()

func (*WorkerPool) ProtoReflect

func (x *WorkerPool) ProtoReflect() protoreflect.Message

func (*WorkerPool) Reset

func (x *WorkerPool) Reset()

func (*WorkerPool) String

func (x *WorkerPool) String() string

type WorkerPool_Region

type WorkerPool_Region int32

Supported GCP regions to create the `WorkerPool`.

const (
	// no region
	WorkerPool_REGION_UNSPECIFIED WorkerPool_Region = 0
	// us-central1 region
	WorkerPool_US_CENTRAL1 WorkerPool_Region = 1
	// us-west1 region
	WorkerPool_US_WEST1 WorkerPool_Region = 2
	// us-east1 region
	WorkerPool_US_EAST1 WorkerPool_Region = 3
	// us-east4 region
	WorkerPool_US_EAST4 WorkerPool_Region = 4
)

func (WorkerPool_Region) Descriptor

func (WorkerPool_Region) Enum

func (WorkerPool_Region) EnumDescriptor deprecated

func (WorkerPool_Region) EnumDescriptor() ([]byte, []int)

Deprecated: Use WorkerPool_Region.Descriptor instead.

func (WorkerPool_Region) Number

func (WorkerPool_Region) String

func (x WorkerPool_Region) String() string

func (WorkerPool_Region) Type

type WorkerPool_Status

type WorkerPool_Status int32

`WorkerPool` status

const (
	// Status of the `WorkerPool` is unknown.
	WorkerPool_STATUS_UNSPECIFIED WorkerPool_Status = 0
	// `WorkerPool` is being created.
	WorkerPool_CREATING WorkerPool_Status = 1
	// `WorkerPool` is running.
	WorkerPool_RUNNING WorkerPool_Status = 2
	// `WorkerPool` is being deleted: cancelling builds and draining workers.
	WorkerPool_DELETING WorkerPool_Status = 3
	// `WorkerPool` is deleted.
	WorkerPool_DELETED WorkerPool_Status = 4
)

func (WorkerPool_Status) Descriptor

func (WorkerPool_Status) Enum

func (WorkerPool_Status) EnumDescriptor deprecated

func (WorkerPool_Status) EnumDescriptor() ([]byte, []int)

Deprecated: Use WorkerPool_Status.Descriptor instead.

func (WorkerPool_Status) Number

func (WorkerPool_Status) String

func (x WorkerPool_Status) String() string

func (WorkerPool_Status) Type

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL