package cloudbuild
import "google.golang.org/genproto/googleapis/devtools/cloudbuild/v1"
Package cloudbuild aliases all exported identifiers in package "cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb".
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.
Index ¶
- Constants
- Variables
- func RegisterCloudBuildServer(s *grpc.Server, srv CloudBuildServer)
- type ApprovalConfig
- type ApprovalResult
- type ApprovalResult_Decision
- type ApproveBuildRequest
- type ArtifactResult
- type Artifacts
- type Artifacts_ArtifactObjects
- type Build
- type BuildApproval
- type BuildApproval_State
- type BuildOperationMetadata
- type BuildOptions
- type BuildOptions_LogStreamingOption
- type BuildOptions_LoggingMode
- type BuildOptions_MachineType
- type BuildOptions_PoolOption
- type BuildOptions_SubstitutionOption
- type BuildOptions_VerifyOption
- type BuildStep
- type BuildTrigger
- type BuildTrigger_Autodetect
- type BuildTrigger_Build
- type BuildTrigger_Filename
- type Build_FailureInfo
- type Build_FailureInfo_FailureType
- type Build_Status
- type Build_Warning
- type Build_Warning_Priority
- type BuiltImage
- type CancelBuildRequest
- type CloudBuildClient
- type CloudBuildServer
- type CreateBuildRequest
- type CreateBuildTriggerRequest
- type CreateWorkerPoolOperationMetadata
- type CreateWorkerPoolRequest
- type DeleteBuildTriggerRequest
- type DeleteWorkerPoolOperationMetadata
- type DeleteWorkerPoolRequest
- type FileHashes
- type GetBuildRequest
- type GetBuildTriggerRequest
- type GetWorkerPoolRequest
- type GitHubEventsConfig
- type GitHubEventsConfig_PullRequest
- type GitHubEventsConfig_Push
- type Hash
- type Hash_HashType
- type InlineSecret
- type ListBuildTriggersRequest
- type ListBuildTriggersResponse
- type ListBuildsRequest
- type ListBuildsResponse
- type ListWorkerPoolsRequest
- type ListWorkerPoolsResponse
- type PrivatePoolV1Config
- type PrivatePoolV1Config_NetworkConfig
- type PrivatePoolV1Config_NetworkConfig_EgressOption
- type PrivatePoolV1Config_WorkerConfig
- type PubsubConfig
- type PubsubConfig_State
- type PullRequestFilter
- type PullRequestFilter_Branch
- type PullRequestFilter_CommentControl
- type PushFilter
- type PushFilter_Branch
- type PushFilter_Tag
- type ReceiveTriggerWebhookRequest
- type ReceiveTriggerWebhookResponse
- type RepoSource
- type RepoSource_BranchName
- type RepoSource_CommitSha
- type RepoSource_TagName
- type Results
- type RetryBuildRequest
- type RunBuildTriggerRequest
- type Secret
- type SecretManagerSecret
- type Secrets
- type Source
- type SourceProvenance
- type Source_RepoSource
- type Source_StorageSource
- type Source_StorageSourceManifest
- type StorageSource
- type StorageSourceManifest
- type TimeSpan
- type UnimplementedCloudBuildServer
- type UpdateBuildTriggerRequest
- type UpdateWorkerPoolOperationMetadata
- type UpdateWorkerPoolRequest
- type Volume
- type WebhookConfig
- type WebhookConfig_Secret
- type WebhookConfig_State
- type WorkerPool
- type WorkerPool_PrivatePoolV1Config
- type WorkerPool_State
Constants ¶
const ( ApprovalResult_APPROVED = src.ApprovalResult_APPROVED ApprovalResult_DECISION_UNSPECIFIED = src.ApprovalResult_DECISION_UNSPECIFIED ApprovalResult_REJECTED = src.ApprovalResult_REJECTED BuildApproval_APPROVED = src.BuildApproval_APPROVED BuildApproval_CANCELLED = src.BuildApproval_CANCELLED BuildApproval_PENDING = src.BuildApproval_PENDING BuildApproval_REJECTED = src.BuildApproval_REJECTED BuildApproval_STATE_UNSPECIFIED = src.BuildApproval_STATE_UNSPECIFIED BuildOptions_ALLOW_LOOSE = src.BuildOptions_ALLOW_LOOSE BuildOptions_CLOUD_LOGGING_ONLY = src.BuildOptions_CLOUD_LOGGING_ONLY BuildOptions_E2_HIGHCPU_32 = src.BuildOptions_E2_HIGHCPU_32 BuildOptions_E2_HIGHCPU_8 = src.BuildOptions_E2_HIGHCPU_8 BuildOptions_GCS_ONLY = src.BuildOptions_GCS_ONLY BuildOptions_LEGACY = src.BuildOptions_LEGACY BuildOptions_LOGGING_UNSPECIFIED = src.BuildOptions_LOGGING_UNSPECIFIED BuildOptions_MUST_MATCH = src.BuildOptions_MUST_MATCH BuildOptions_N1_HIGHCPU_32 = src.BuildOptions_N1_HIGHCPU_32 BuildOptions_N1_HIGHCPU_8 = src.BuildOptions_N1_HIGHCPU_8 BuildOptions_NONE = src.BuildOptions_NONE BuildOptions_NOT_VERIFIED = src.BuildOptions_NOT_VERIFIED BuildOptions_STACKDRIVER_ONLY = src.BuildOptions_STACKDRIVER_ONLY BuildOptions_STREAM_DEFAULT = src.BuildOptions_STREAM_DEFAULT BuildOptions_STREAM_OFF = src.BuildOptions_STREAM_OFF BuildOptions_STREAM_ON = src.BuildOptions_STREAM_ON BuildOptions_UNSPECIFIED = src.BuildOptions_UNSPECIFIED BuildOptions_VERIFIED = src.BuildOptions_VERIFIED Build_CANCELLED = src.Build_CANCELLED Build_EXPIRED = src.Build_EXPIRED Build_FAILURE = src.Build_FAILURE Build_FailureInfo_FAILURE_TYPE_UNSPECIFIED = src.Build_FailureInfo_FAILURE_TYPE_UNSPECIFIED Build_FailureInfo_FETCH_SOURCE_FAILED = src.Build_FailureInfo_FETCH_SOURCE_FAILED Build_FailureInfo_LOGGING_FAILURE = src.Build_FailureInfo_LOGGING_FAILURE Build_FailureInfo_PUSH_FAILED = src.Build_FailureInfo_PUSH_FAILED Build_FailureInfo_PUSH_IMAGE_NOT_FOUND = src.Build_FailureInfo_PUSH_IMAGE_NOT_FOUND Build_FailureInfo_PUSH_NOT_AUTHORIZED = src.Build_FailureInfo_PUSH_NOT_AUTHORIZED Build_FailureInfo_USER_BUILD_STEP = src.Build_FailureInfo_USER_BUILD_STEP Build_INTERNAL_ERROR = src.Build_INTERNAL_ERROR Build_PENDING = src.Build_PENDING Build_QUEUED = src.Build_QUEUED Build_STATUS_UNKNOWN = src.Build_STATUS_UNKNOWN Build_SUCCESS = src.Build_SUCCESS Build_TIMEOUT = src.Build_TIMEOUT Build_WORKING = src.Build_WORKING Build_Warning_ALERT = src.Build_Warning_ALERT Build_Warning_INFO = src.Build_Warning_INFO Build_Warning_PRIORITY_UNSPECIFIED = src.Build_Warning_PRIORITY_UNSPECIFIED Build_Warning_WARNING = src.Build_Warning_WARNING Hash_MD5 = src.Hash_MD5 Hash_NONE = src.Hash_NONE Hash_SHA256 = src.Hash_SHA256 PrivatePoolV1Config_NetworkConfig_EGRESS_OPTION_UNSPECIFIED = src.PrivatePoolV1Config_NetworkConfig_EGRESS_OPTION_UNSPECIFIED PrivatePoolV1Config_NetworkConfig_NO_PUBLIC_EGRESS = src.PrivatePoolV1Config_NetworkConfig_NO_PUBLIC_EGRESS PrivatePoolV1Config_NetworkConfig_PUBLIC_EGRESS = src.PrivatePoolV1Config_NetworkConfig_PUBLIC_EGRESS PubsubConfig_OK = src.PubsubConfig_OK PubsubConfig_STATE_UNSPECIFIED = src.PubsubConfig_STATE_UNSPECIFIED PubsubConfig_SUBSCRIPTION_DELETED = src.PubsubConfig_SUBSCRIPTION_DELETED PubsubConfig_SUBSCRIPTION_MISCONFIGURED = src.PubsubConfig_SUBSCRIPTION_MISCONFIGURED PubsubConfig_TOPIC_DELETED = src.PubsubConfig_TOPIC_DELETED PullRequestFilter_COMMENTS_DISABLED = src.PullRequestFilter_COMMENTS_DISABLED PullRequestFilter_COMMENTS_ENABLED = src.PullRequestFilter_COMMENTS_ENABLED PullRequestFilter_COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY = src.PullRequestFilter_COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY WebhookConfig_OK = src.WebhookConfig_OK WebhookConfig_SECRET_DELETED = src.WebhookConfig_SECRET_DELETED WebhookConfig_STATE_UNSPECIFIED = src.WebhookConfig_STATE_UNSPECIFIED WorkerPool_CREATING = src.WorkerPool_CREATING WorkerPool_DELETED = src.WorkerPool_DELETED WorkerPool_DELETING = src.WorkerPool_DELETING WorkerPool_RUNNING = src.WorkerPool_RUNNING WorkerPool_STATE_UNSPECIFIED = src.WorkerPool_STATE_UNSPECIFIED )
Deprecated: Please use consts in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
Variables ¶
var ( ApprovalResult_Decision_name = src.ApprovalResult_Decision_name ApprovalResult_Decision_value = src.ApprovalResult_Decision_value BuildApproval_State_name = src.BuildApproval_State_name BuildApproval_State_value = src.BuildApproval_State_value BuildOptions_LogStreamingOption_name = src.BuildOptions_LogStreamingOption_name BuildOptions_LogStreamingOption_value = src.BuildOptions_LogStreamingOption_value BuildOptions_LoggingMode_name = src.BuildOptions_LoggingMode_name BuildOptions_LoggingMode_value = src.BuildOptions_LoggingMode_value BuildOptions_MachineType_name = src.BuildOptions_MachineType_name BuildOptions_MachineType_value = src.BuildOptions_MachineType_value BuildOptions_SubstitutionOption_name = src.BuildOptions_SubstitutionOption_name BuildOptions_SubstitutionOption_value = src.BuildOptions_SubstitutionOption_value BuildOptions_VerifyOption_name = src.BuildOptions_VerifyOption_name BuildOptions_VerifyOption_value = src.BuildOptions_VerifyOption_value Build_FailureInfo_FailureType_name = src.Build_FailureInfo_FailureType_name Build_FailureInfo_FailureType_value = src.Build_FailureInfo_FailureType_value Build_Status_name = src.Build_Status_name Build_Status_value = src.Build_Status_value Build_Warning_Priority_name = src.Build_Warning_Priority_name Build_Warning_Priority_value = src.Build_Warning_Priority_value File_google_devtools_cloudbuild_v1_cloudbuild_proto = src.File_google_devtools_cloudbuild_v1_cloudbuild_proto Hash_HashType_name = src.Hash_HashType_name Hash_HashType_value = src.Hash_HashType_value PrivatePoolV1Config_NetworkConfig_EgressOption_name = src.PrivatePoolV1Config_NetworkConfig_EgressOption_name PrivatePoolV1Config_NetworkConfig_EgressOption_value = src.PrivatePoolV1Config_NetworkConfig_EgressOption_value PubsubConfig_State_name = src.PubsubConfig_State_name PubsubConfig_State_value = src.PubsubConfig_State_value PullRequestFilter_CommentControl_name = src.PullRequestFilter_CommentControl_name PullRequestFilter_CommentControl_value = src.PullRequestFilter_CommentControl_value WebhookConfig_State_name = src.WebhookConfig_State_name WebhookConfig_State_value = src.WebhookConfig_State_value WorkerPool_State_name = src.WorkerPool_State_name WorkerPool_State_value = src.WorkerPool_State_value )
Deprecated: Please use vars in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
Functions ¶
func RegisterCloudBuildServer ¶
func RegisterCloudBuildServer(s *grpc.Server, srv CloudBuildServer)
Deprecated: Please use funcs in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
Types ¶
type ApprovalConfig ¶
type ApprovalConfig = src.ApprovalConfig
ApprovalConfig describes configuration for manual approval of a build.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type ApprovalResult ¶
type ApprovalResult = src.ApprovalResult
ApprovalResult describes the decision and associated metadata of a manual approval of a build.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type ApprovalResult_Decision ¶
type ApprovalResult_Decision = src.ApprovalResult_Decision
Specifies whether or not this manual approval result is to approve or reject a build.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type ApproveBuildRequest ¶
type ApproveBuildRequest = src.ApproveBuildRequest
Request to approve or reject a pending build.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type ArtifactResult ¶
type ArtifactResult = src.ArtifactResult
An artifact that was uploaded during a build. This is a single record in the artifact manifest JSON file.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type Artifacts ¶
Artifacts produced by a build that should be uploaded upon successful completion of all build steps.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type Artifacts_ArtifactObjects ¶
type Artifacts_ArtifactObjects = src.Artifacts_ArtifactObjects
Files in the workspace to upload to Cloud Storage upon successful completion of all build steps.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type Build ¶
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.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type BuildApproval ¶
type BuildApproval = src.BuildApproval
BuildApproval describes a build's approval configuration, state, and result.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type BuildApproval_State ¶
type BuildApproval_State = src.BuildApproval_State
Specifies the current state of a build's approval.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type BuildOperationMetadata ¶
type BuildOperationMetadata = src.BuildOperationMetadata
Metadata for build operations.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type BuildOptions ¶
type BuildOptions = src.BuildOptions
Optional arguments to enable specific features of builds.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type BuildOptions_LogStreamingOption ¶
type BuildOptions_LogStreamingOption = src.BuildOptions_LogStreamingOption
Specifies the behavior when writing build logs to Google Cloud Storage.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type BuildOptions_LoggingMode ¶
type BuildOptions_LoggingMode = src.BuildOptions_LoggingMode
Specifies the logging mode.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type BuildOptions_MachineType ¶
type BuildOptions_MachineType = src.BuildOptions_MachineType
Supported Compute Engine machine types. For more information, see [Machine types](https://cloud.google.com/compute/docs/machine-types).
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type BuildOptions_PoolOption ¶
type BuildOptions_PoolOption = src.BuildOptions_PoolOption
Details about how a build should be executed on a `WorkerPool`. See [running builds in a private pool](https://cloud.google.com/build/docs/private-pools/run-builds-in-private-pool) for more information.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type BuildOptions_SubstitutionOption ¶
type BuildOptions_SubstitutionOption = src.BuildOptions_SubstitutionOption
Specifies the behavior when there is an error in the substitution checks.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type BuildOptions_VerifyOption ¶
type BuildOptions_VerifyOption = src.BuildOptions_VerifyOption
Specifies the manner in which the build should be verified, if at all.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type BuildStep ¶
A step in the build pipeline.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type BuildTrigger ¶
type BuildTrigger = src.BuildTrigger
Configuration for an automated build in response to source repository changes.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type BuildTrigger_Autodetect ¶
type BuildTrigger_Autodetect = src.BuildTrigger_Autodetect
type BuildTrigger_Build ¶
type BuildTrigger_Build = src.BuildTrigger_Build
type BuildTrigger_Filename ¶
type BuildTrigger_Filename = src.BuildTrigger_Filename
type Build_FailureInfo ¶
type Build_FailureInfo = src.Build_FailureInfo
A fatal problem encountered during the execution of the build.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type Build_FailureInfo_FailureType ¶
type Build_FailureInfo_FailureType = src.Build_FailureInfo_FailureType
The name of a fatal problem encountered during the execution of the build.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type Build_Status ¶
type Build_Status = src.Build_Status
Possible status of a build or build step.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type Build_Warning ¶
type Build_Warning = src.Build_Warning
A non-fatal problem encountered during the execution of the build.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type Build_Warning_Priority ¶
type Build_Warning_Priority = src.Build_Warning_Priority
The relative importance of this warning.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type BuiltImage ¶
type BuiltImage = src.BuiltImage
An image built by the pipeline.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type CancelBuildRequest ¶
type CancelBuildRequest = src.CancelBuildRequest
Request to cancel an ongoing build.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type CloudBuildClient ¶
type CloudBuildClient = src.CloudBuildClient
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.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
func NewCloudBuildClient ¶
func NewCloudBuildClient(cc grpc.ClientConnInterface) CloudBuildClient
Deprecated: Please use funcs in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type CloudBuildServer ¶
type CloudBuildServer = src.CloudBuildServer
CloudBuildServer is the server API for CloudBuild service.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type CreateBuildRequest ¶
type CreateBuildRequest = src.CreateBuildRequest
Request to create a new build.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type CreateBuildTriggerRequest ¶
type CreateBuildTriggerRequest = src.CreateBuildTriggerRequest
Request to create a new `BuildTrigger`.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type CreateWorkerPoolOperationMetadata ¶
type CreateWorkerPoolOperationMetadata = src.CreateWorkerPoolOperationMetadata
Metadata for the `CreateWorkerPool` operation.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type CreateWorkerPoolRequest ¶
type CreateWorkerPoolRequest = src.CreateWorkerPoolRequest
Request to create a new `WorkerPool`.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type DeleteBuildTriggerRequest ¶
type DeleteBuildTriggerRequest = src.DeleteBuildTriggerRequest
Request to delete a `BuildTrigger`.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type DeleteWorkerPoolOperationMetadata ¶
type DeleteWorkerPoolOperationMetadata = src.DeleteWorkerPoolOperationMetadata
Metadata for the `DeleteWorkerPool` operation.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type DeleteWorkerPoolRequest ¶
type DeleteWorkerPoolRequest = src.DeleteWorkerPoolRequest
Request to delete a `WorkerPool`.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type FileHashes ¶
type FileHashes = src.FileHashes
Container message for hashes of byte content of files, used in SourceProvenance messages to verify integrity of source input to the build.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type GetBuildRequest ¶
type GetBuildRequest = src.GetBuildRequest
Request to get a build.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type GetBuildTriggerRequest ¶
type GetBuildTriggerRequest = src.GetBuildTriggerRequest
Returns the `BuildTrigger` with the specified ID.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type GetWorkerPoolRequest ¶
type GetWorkerPoolRequest = src.GetWorkerPoolRequest
Request to get a `WorkerPool` with the specified name.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type GitHubEventsConfig ¶
type GitHubEventsConfig = src.GitHubEventsConfig
GitHubEventsConfig describes the configuration of a trigger that creates a build whenever a GitHub event is received. This message is experimental.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type GitHubEventsConfig_PullRequest ¶
type GitHubEventsConfig_PullRequest = src.GitHubEventsConfig_PullRequest
type GitHubEventsConfig_Push ¶
type GitHubEventsConfig_Push = src.GitHubEventsConfig_Push
type Hash ¶
Container message for hash values.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type Hash_HashType ¶
type Hash_HashType = src.Hash_HashType
Specifies the hash algorithm, if any.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type InlineSecret ¶
type InlineSecret = src.InlineSecret
Pairs a set of secret environment variables mapped to encrypted values with the Cloud KMS key to use to decrypt the value.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type ListBuildTriggersRequest ¶
type ListBuildTriggersRequest = src.ListBuildTriggersRequest
Request to list existing `BuildTriggers`.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type ListBuildTriggersResponse ¶
type ListBuildTriggersResponse = src.ListBuildTriggersResponse
Response containing existing `BuildTriggers`.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type ListBuildsRequest ¶
type ListBuildsRequest = src.ListBuildsRequest
Request to list builds.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type ListBuildsResponse ¶
type ListBuildsResponse = src.ListBuildsResponse
Response including listed builds.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type ListWorkerPoolsRequest ¶
type ListWorkerPoolsRequest = src.ListWorkerPoolsRequest
Request to list `WorkerPool`s.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type ListWorkerPoolsResponse ¶
type ListWorkerPoolsResponse = src.ListWorkerPoolsResponse
Response containing existing `WorkerPools`.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type PrivatePoolV1Config ¶
type PrivatePoolV1Config = src.PrivatePoolV1Config
Configuration for a V1 `PrivatePool`.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type PrivatePoolV1Config_NetworkConfig ¶
type PrivatePoolV1Config_NetworkConfig = src.PrivatePoolV1Config_NetworkConfig
Defines the network configuration for the pool.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type PrivatePoolV1Config_NetworkConfig_EgressOption ¶
type PrivatePoolV1Config_NetworkConfig_EgressOption = src.PrivatePoolV1Config_NetworkConfig_EgressOption
Defines the egress option for the pool.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type PrivatePoolV1Config_WorkerConfig ¶
type PrivatePoolV1Config_WorkerConfig = src.PrivatePoolV1Config_WorkerConfig
Defines the configuration to be used for creating workers in the pool.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type PubsubConfig ¶
type PubsubConfig = src.PubsubConfig
PubsubConfig describes the configuration of a trigger that creates a build whenever a Pub/Sub message is published.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type PubsubConfig_State ¶
type PubsubConfig_State = src.PubsubConfig_State
Enumerates potential issues with the underlying Pub/Sub subscription configuration.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type PullRequestFilter ¶
type PullRequestFilter = src.PullRequestFilter
PullRequestFilter contains filter properties for matching GitHub Pull Requests.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type PullRequestFilter_Branch ¶
type PullRequestFilter_Branch = src.PullRequestFilter_Branch
type PullRequestFilter_CommentControl ¶
type PullRequestFilter_CommentControl = src.PullRequestFilter_CommentControl
Controls behavior of Pull Request comments.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type PushFilter ¶
type PushFilter = src.PushFilter
Push contains filter properties for matching GitHub git pushes.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type PushFilter_Branch ¶
type PushFilter_Branch = src.PushFilter_Branch
type PushFilter_Tag ¶
type PushFilter_Tag = src.PushFilter_Tag
type ReceiveTriggerWebhookRequest ¶
type ReceiveTriggerWebhookRequest = src.ReceiveTriggerWebhookRequest
ReceiveTriggerWebhookRequest [Experimental] is the request object accepted by the ReceiveTriggerWebhook method.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type ReceiveTriggerWebhookResponse ¶
type ReceiveTriggerWebhookResponse = src.ReceiveTriggerWebhookResponse
ReceiveTriggerWebhookResponse [Experimental] is the response object for the ReceiveTriggerWebhook method.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type RepoSource ¶
type RepoSource = src.RepoSource
Location of the source in a Google Cloud Source Repository.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type RepoSource_BranchName ¶
type RepoSource_BranchName = src.RepoSource_BranchName
type RepoSource_CommitSha ¶
type RepoSource_CommitSha = src.RepoSource_CommitSha
type RepoSource_TagName ¶
type RepoSource_TagName = src.RepoSource_TagName
type Results ¶
Artifacts created by the build pipeline.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type RetryBuildRequest ¶
type RetryBuildRequest = src.RetryBuildRequest
Specifies a build to retry.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type RunBuildTriggerRequest ¶
type RunBuildTriggerRequest = src.RunBuildTriggerRequest
Specifies a build trigger to run and the source to use.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type Secret ¶
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.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type SecretManagerSecret ¶
type SecretManagerSecret = src.SecretManagerSecret
Pairs a secret environment variable with a SecretVersion in Secret Manager.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type Secrets ¶
Secrets and secret environment variables.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type Source ¶
Location of the source in a supported storage service.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type SourceProvenance ¶
type SourceProvenance = src.SourceProvenance
Provenance of the source. Ways to find the original source, or verify that some source was used for this build.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type Source_RepoSource ¶
type Source_RepoSource = src.Source_RepoSource
type Source_StorageSource ¶
type Source_StorageSource = src.Source_StorageSource
type Source_StorageSourceManifest ¶
type Source_StorageSourceManifest = src.Source_StorageSourceManifest
type StorageSource ¶
type StorageSource = src.StorageSource
Location of the source in an archive file in Google Cloud Storage.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type StorageSourceManifest ¶
type StorageSourceManifest = src.StorageSourceManifest
Location of the source manifest in Google Cloud Storage. This feature is in Preview; see description [here](https://github.com/GoogleCloudPlatform/cloud-builders/tree/master/gcs-fetcher).
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type TimeSpan ¶
Start and end times for a build execution phase.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type UnimplementedCloudBuildServer ¶
type UnimplementedCloudBuildServer = src.UnimplementedCloudBuildServer
UnimplementedCloudBuildServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type UpdateBuildTriggerRequest ¶
type UpdateBuildTriggerRequest = src.UpdateBuildTriggerRequest
Request to update an existing `BuildTrigger`.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type UpdateWorkerPoolOperationMetadata ¶
type UpdateWorkerPoolOperationMetadata = src.UpdateWorkerPoolOperationMetadata
Metadata for the `UpdateWorkerPool` operation.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type UpdateWorkerPoolRequest ¶
type UpdateWorkerPoolRequest = src.UpdateWorkerPoolRequest
Request to update a `WorkerPool`.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type Volume ¶
Volume describes a Docker container volume which is mounted into build steps in order to persist files across build step execution.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type WebhookConfig ¶
type WebhookConfig = src.WebhookConfig
WebhookConfig describes the configuration of a trigger that creates a build whenever a webhook is sent to a trigger's webhook URL.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type WebhookConfig_Secret ¶
type WebhookConfig_Secret = src.WebhookConfig_Secret
type WebhookConfig_State ¶
type WebhookConfig_State = src.WebhookConfig_State
Enumerates potential issues with the Secret Manager secret provided by the user.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type WorkerPool ¶
type WorkerPool = src.WorkerPool
Configuration for a `WorkerPool`. Cloud Build owns and maintains a pool of workers for general use and have no access to a project's private network. By default, builds submitted to Cloud Build will use a worker from this pool. If your build needs access to resources on a private network, create and use a `WorkerPool` to run your builds. Private `WorkerPool`s give your builds access to any single VPC network that you administer, including any on-prem resources connected to that VPC network. For an overview of private pools, see [Private pools overview](https://cloud.google.com/build/docs/private-pools/private-pools-overview).
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
type WorkerPool_PrivatePoolV1Config ¶
type WorkerPool_PrivatePoolV1Config = src.WorkerPool_PrivatePoolV1Config
type WorkerPool_State ¶
type WorkerPool_State = src.WorkerPool_State
State of the `WorkerPool`.
Deprecated: Please use types in: cloud.google.com/go/cloudbuild/apiv1/v2/cloudbuildpb
Source Files ¶
alias.go
- Version
- v0.0.0-20250219182151-9fdb1cabc7b2 (latest)
- Published
- Feb 19, 2025
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 57 minutes ago –
Tools for package owners.