Versions in this module Expand all Collapse all v0 v0.0.1 Dec 7, 2023 Changes in this version + const CloudPlatformScope + type ApprovalConfig struct + ApprovalRequired bool + ForceSendFields []string + NullFields []string + func (s *ApprovalConfig) MarshalJSON() ([]byte, error) + type ApprovalResult struct + ApprovalTime string + ApproverAccount string + Comment string + Decision string + ForceSendFields []string + NullFields []string + Url string + func (s *ApprovalResult) MarshalJSON() ([]byte, error) + type ApproveBuildRequest struct + ApprovalResult *ApprovalResult + ForceSendFields []string + NullFields []string + func (s *ApproveBuildRequest) MarshalJSON() ([]byte, error) + type ArtifactObjects struct + ForceSendFields []string + Location string + NullFields []string + Paths []string + Timing *TimeSpan + func (s *ArtifactObjects) MarshalJSON() ([]byte, error) + type ArtifactResult struct + FileHash []*FileHashes + ForceSendFields []string + Location string + NullFields []string + func (s *ArtifactResult) MarshalJSON() ([]byte, error) + type Artifacts struct + ForceSendFields []string + Images []string + MavenArtifacts []*MavenArtifact + NpmPackages []*NpmPackage + NullFields []string + Objects *ArtifactObjects + PythonPackages []*PythonPackage + func (s *Artifacts) MarshalJSON() ([]byte, error) + type BatchCreateBitbucketServerConnectedRepositoriesRequest struct + ForceSendFields []string + NullFields []string + Requests []*CreateBitbucketServerConnectedRepositoryRequest + func (s *BatchCreateBitbucketServerConnectedRepositoriesRequest) MarshalJSON() ([]byte, error) + type BatchCreateBitbucketServerConnectedRepositoriesResponse struct + BitbucketServerConnectedRepositories []*BitbucketServerConnectedRepository + ForceSendFields []string + NullFields []string + func (s *BatchCreateBitbucketServerConnectedRepositoriesResponse) MarshalJSON() ([]byte, error) + type BatchCreateBitbucketServerConnectedRepositoriesResponseMetadata struct + CompleteTime string + Config string + CreateTime string + ForceSendFields []string + NullFields []string + func (s *BatchCreateBitbucketServerConnectedRepositoriesResponseMetadata) MarshalJSON() ([]byte, error) + type BatchCreateGitLabConnectedRepositoriesRequest struct + ForceSendFields []string + NullFields []string + Requests []*CreateGitLabConnectedRepositoryRequest + func (s *BatchCreateGitLabConnectedRepositoriesRequest) MarshalJSON() ([]byte, error) + type BatchCreateGitLabConnectedRepositoriesResponse struct + ForceSendFields []string + GitlabConnectedRepositories []*GitLabConnectedRepository + NullFields []string + func (s *BatchCreateGitLabConnectedRepositoriesResponse) MarshalJSON() ([]byte, error) + type BatchCreateGitLabConnectedRepositoriesResponseMetadata struct + CompleteTime string + Config string + CreateTime string + ForceSendFields []string + NullFields []string + func (s *BatchCreateGitLabConnectedRepositoriesResponseMetadata) MarshalJSON() ([]byte, error) + type BitbucketServerConfig struct + ApiKey string + ConnectedRepositories []*BitbucketServerRepositoryId + CreateTime string + ForceSendFields []string + HostUri string + Name string + NullFields []string + PeeredNetwork string + PeeredNetworkIpRange string + Secrets *BitbucketServerSecrets + SslCa string + Username string + WebhookKey string + func (s *BitbucketServerConfig) MarshalJSON() ([]byte, error) + type BitbucketServerConnectedRepository struct + ForceSendFields []string + NullFields []string + Parent string + Repo *BitbucketServerRepositoryId + Status *Status + func (s *BitbucketServerConnectedRepository) MarshalJSON() ([]byte, error) + type BitbucketServerRepository struct + BrowseUri string + Description string + DisplayName string + ForceSendFields []string + Name string + NullFields []string + RepoId *BitbucketServerRepositoryId + func (s *BitbucketServerRepository) MarshalJSON() ([]byte, error) + type BitbucketServerRepositoryId struct + ForceSendFields []string + NullFields []string + ProjectKey string + RepoSlug string + WebhookId int64 + func (s *BitbucketServerRepositoryId) MarshalJSON() ([]byte, error) + type BitbucketServerSecrets struct + AdminAccessTokenVersionName string + ForceSendFields []string + NullFields []string + ReadAccessTokenVersionName string + WebhookSecretVersionName string + func (s *BitbucketServerSecrets) MarshalJSON() ([]byte, error) + type BitbucketServerTriggerConfig struct + BitbucketServerConfig *BitbucketServerConfig + BitbucketServerConfigResource string + ForceSendFields []string + NullFields []string + ProjectKey string + PullRequest *PullRequestFilter + Push *PushFilter + RepoSlug string + func (s *BitbucketServerTriggerConfig) MarshalJSON() ([]byte, error) + type Build struct + Approval *BuildApproval + Artifacts *Artifacts + AvailableSecrets *Secrets + BuildTriggerId string + CreateTime string + FailureInfo *FailureInfo + FinishTime string + ForceSendFields []string + Id string + Images []string + LogUrl string + LogsBucket string + Name string + NullFields []string + Options *BuildOptions + ProjectId string + QueueTtl string + Results *Results + Secrets []*Secret + ServiceAccount string + Source *Source + SourceProvenance *SourceProvenance + StartTime string + Status string + StatusDetail string + Steps []*BuildStep + Substitutions map[string]string + Tags []string + Timeout string + Timing map[string]TimeSpan + Warnings []*Warning + func (s *Build) MarshalJSON() ([]byte, error) + type BuildApproval struct + Config *ApprovalConfig + ForceSendFields []string + NullFields []string + Result *ApprovalResult + State string + func (s *BuildApproval) MarshalJSON() ([]byte, error) + type BuildOperationMetadata struct + Build *Build + ForceSendFields []string + NullFields []string + func (s *BuildOperationMetadata) MarshalJSON() ([]byte, error) + type BuildOptions struct + AutomapSubstitutions bool + DefaultLogsBucketBehavior string + DiskSizeGb int64 + DynamicSubstitutions bool + Env []string + ForceSendFields []string + LogStreamingOption string + Logging string + MachineType string + NullFields []string + Pool *PoolOption + RequestedVerifyOption string + SecretEnv []string + SourceProvenanceHash []string + SubstitutionOption string + Volumes []*Volume + WorkerPool string + func (s *BuildOptions) MarshalJSON() ([]byte, error) + type BuildStep struct + AllowExitCodes []int64 + AllowFailure bool + Args []string + AutomapSubstitutions bool + Dir string + Entrypoint string + Env []string + ExitCode int64 + ForceSendFields []string + Id string + Name string + NullFields []string + PullTiming *TimeSpan + Script string + SecretEnv []string + Status string + Timeout string + Timing *TimeSpan + Volumes []*Volume + WaitFor []string + func (s *BuildStep) MarshalJSON() ([]byte, error) + type BuildTrigger struct + ApprovalConfig *ApprovalConfig + Autodetect bool + BitbucketServerTriggerConfig *BitbucketServerTriggerConfig + Build *Build + CreateTime string + Description string + Disabled bool + EventType string + Filename string + Filter string + ForceSendFields []string + GitFileSource *GitFileSource + Github *GitHubEventsConfig + GitlabEnterpriseEventsConfig *GitLabEventsConfig + Id string + IgnoredFiles []string + IncludeBuildLogs string + IncludedFiles []string + Name string + NullFields []string + PubsubConfig *PubsubConfig + RepositoryEventConfig *RepositoryEventConfig + ResourceName string + ServiceAccount string + SourceToBuild *GitRepoSource + Substitutions map[string]string + Tags []string + TriggerTemplate *RepoSource + WebhookConfig *WebhookConfig + func (s *BuildTrigger) MarshalJSON() ([]byte, error) + type BuiltImage struct + Digest string + ForceSendFields []string + Name string + NullFields []string + PushTiming *TimeSpan + func (s *BuiltImage) MarshalJSON() ([]byte, error) + type CancelBuildRequest struct + ForceSendFields []string + Id string + Name string + NullFields []string + ProjectId string + func (s *CancelBuildRequest) MarshalJSON() ([]byte, error) + type CancelOperationRequest struct + type ConnectedRepository struct + Dir string + ForceSendFields []string + NullFields []string + Repository string + Revision string + func (s *ConnectedRepository) MarshalJSON() ([]byte, error) + type CreateBitbucketServerConfigOperationMetadata struct + BitbucketServerConfig string + CompleteTime string + CreateTime string + ForceSendFields []string + NullFields []string + func (s *CreateBitbucketServerConfigOperationMetadata) MarshalJSON() ([]byte, error) + type CreateBitbucketServerConnectedRepositoryRequest struct + BitbucketServerConnectedRepository *BitbucketServerConnectedRepository + ForceSendFields []string + NullFields []string + Parent string + func (s *CreateBitbucketServerConnectedRepositoryRequest) MarshalJSON() ([]byte, error) + type CreateGitHubEnterpriseConfigOperationMetadata struct + CompleteTime string + CreateTime string + ForceSendFields []string + GithubEnterpriseConfig string + NullFields []string + func (s *CreateGitHubEnterpriseConfigOperationMetadata) MarshalJSON() ([]byte, error) + type CreateGitLabConfigOperationMetadata struct + CompleteTime string + CreateTime string + ForceSendFields []string + GitlabConfig string + NullFields []string + func (s *CreateGitLabConfigOperationMetadata) MarshalJSON() ([]byte, error) + type CreateGitLabConnectedRepositoryRequest struct + ForceSendFields []string + GitlabConnectedRepository *GitLabConnectedRepository + NullFields []string + Parent string + func (s *CreateGitLabConnectedRepositoryRequest) MarshalJSON() ([]byte, error) + type CreateWorkerPoolOperationMetadata struct + CompleteTime string + CreateTime string + ForceSendFields []string + NullFields []string + WorkerPool string + func (s *CreateWorkerPoolOperationMetadata) MarshalJSON() ([]byte, error) + type DeleteBitbucketServerConfigOperationMetadata struct + BitbucketServerConfig string + CompleteTime string + CreateTime string + ForceSendFields []string + NullFields []string + func (s *DeleteBitbucketServerConfigOperationMetadata) MarshalJSON() ([]byte, error) + type DeleteGitHubEnterpriseConfigOperationMetadata struct + CompleteTime string + CreateTime string + ForceSendFields []string + GithubEnterpriseConfig string + NullFields []string + func (s *DeleteGitHubEnterpriseConfigOperationMetadata) MarshalJSON() ([]byte, error) + type DeleteGitLabConfigOperationMetadata struct + CompleteTime string + CreateTime string + ForceSendFields []string + GitlabConfig string + NullFields []string + func (s *DeleteGitLabConfigOperationMetadata) MarshalJSON() ([]byte, error) + type DeleteWorkerPoolOperationMetadata struct + CompleteTime string + CreateTime string + ForceSendFields []string + NullFields []string + WorkerPool string + func (s *DeleteWorkerPoolOperationMetadata) MarshalJSON() ([]byte, error) + type Empty struct + type FailureInfo struct + Detail string + ForceSendFields []string + NullFields []string + Type string + func (s *FailureInfo) MarshalJSON() ([]byte, error) + type FileHashes struct + FileHash []*Hash + ForceSendFields []string + NullFields []string + func (s *FileHashes) MarshalJSON() ([]byte, error) + type GitFileSource struct + BitbucketServerConfig string + ForceSendFields []string + GithubEnterpriseConfig string + NullFields []string + Path string + RepoType string + Repository string + Revision string + Uri string + func (s *GitFileSource) MarshalJSON() ([]byte, error) + type GitHubEnterpriseConfig struct + AppId int64 + CreateTime string + DisplayName string + ForceSendFields []string + HostUrl string + Name string + NullFields []string + PeeredNetwork string + Secrets *GitHubEnterpriseSecrets + SslCa string + WebhookKey string + func (s *GitHubEnterpriseConfig) MarshalJSON() ([]byte, error) + type GitHubEnterpriseSecrets struct + ForceSendFields []string + NullFields []string + OauthClientIdName string + OauthClientIdVersionName string + OauthSecretName string + OauthSecretVersionName string + PrivateKeyName string + PrivateKeyVersionName string + WebhookSecretName string + WebhookSecretVersionName string + func (s *GitHubEnterpriseSecrets) MarshalJSON() ([]byte, error) + type GitHubEventsConfig struct + EnterpriseConfigResourceName string + ForceSendFields []string + InstallationId int64 + Name string + NullFields []string + Owner string + PullRequest *PullRequestFilter + Push *PushFilter + func (s *GitHubEventsConfig) MarshalJSON() ([]byte, error) + type GitLabConfig struct + ConnectedRepositories []*GitLabRepositoryId + CreateTime string + EnterpriseConfig *GitLabEnterpriseConfig + ForceSendFields []string + Name string + NullFields []string + Secrets *GitLabSecrets + Username string + WebhookKey string + func (s *GitLabConfig) MarshalJSON() ([]byte, error) + type GitLabConnectedRepository struct + ForceSendFields []string + NullFields []string + Parent string + Repo *GitLabRepositoryId + Status *Status + func (s *GitLabConnectedRepository) MarshalJSON() ([]byte, error) + type GitLabEnterpriseConfig struct + ForceSendFields []string + HostUri string + NullFields []string + ServiceDirectoryConfig *ServiceDirectoryConfig + SslCa string + func (s *GitLabEnterpriseConfig) MarshalJSON() ([]byte, error) + type GitLabEventsConfig struct + ForceSendFields []string + GitlabConfig *GitLabConfig + GitlabConfigResource string + NullFields []string + ProjectNamespace string + PullRequest *PullRequestFilter + Push *PushFilter + func (s *GitLabEventsConfig) MarshalJSON() ([]byte, error) + type GitLabRepository struct + BrowseUri string + Description string + DisplayName string + ForceSendFields []string + Name string + NullFields []string + RepositoryId *GitLabRepositoryId + func (s *GitLabRepository) MarshalJSON() ([]byte, error) + type GitLabRepositoryId struct + ForceSendFields []string + Id string + NullFields []string + WebhookId int64 + func (s *GitLabRepositoryId) MarshalJSON() ([]byte, error) + type GitLabSecrets struct + ApiAccessTokenVersion string + ApiKeyVersion string + ForceSendFields []string + NullFields []string + ReadAccessTokenVersion string + WebhookSecretVersion string + func (s *GitLabSecrets) MarshalJSON() ([]byte, error) + type GitRepoSource struct + BitbucketServerConfig string + ForceSendFields []string + GithubEnterpriseConfig string + NullFields []string + Ref string + RepoType string + Repository string + Uri string + func (s *GitRepoSource) MarshalJSON() ([]byte, error) + type GitSource struct + Dir string + ForceSendFields []string + NullFields []string + Revision string + Url string + func (s *GitSource) MarshalJSON() ([]byte, error) + type GithubDotComWebhookReceiveCall struct + func (c *GithubDotComWebhookReceiveCall) Context(ctx context.Context) *GithubDotComWebhookReceiveCall + func (c *GithubDotComWebhookReceiveCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *GithubDotComWebhookReceiveCall) Fields(s ...googleapi.Field) *GithubDotComWebhookReceiveCall + func (c *GithubDotComWebhookReceiveCall) Header() http.Header + func (c *GithubDotComWebhookReceiveCall) WebhookKey(webhookKey string) *GithubDotComWebhookReceiveCall + type GithubDotComWebhookService struct + func NewGithubDotComWebhookService(s *Service) *GithubDotComWebhookService + func (r *GithubDotComWebhookService) Receive(httpbody *HttpBody) *GithubDotComWebhookReceiveCall + type Hash struct + ForceSendFields []string + NullFields []string + Type string + Value string + func (s *Hash) MarshalJSON() ([]byte, error) + type HttpBody struct + ContentType string + Data string + Extensions []googleapi.RawMessage + ForceSendFields []string + NullFields []string + func (s *HttpBody) MarshalJSON() ([]byte, error) + type InlineSecret struct + EnvMap map[string]string + ForceSendFields []string + KmsKeyName string + NullFields []string + func (s *InlineSecret) MarshalJSON() ([]byte, error) + type ListBitbucketServerConfigsResponse struct + BitbucketServerConfigs []*BitbucketServerConfig + ForceSendFields []string + NextPageToken string + NullFields []string + func (s *ListBitbucketServerConfigsResponse) MarshalJSON() ([]byte, error) + type ListBitbucketServerRepositoriesResponse struct + BitbucketServerRepositories []*BitbucketServerRepository + ForceSendFields []string + NextPageToken string + NullFields []string + func (s *ListBitbucketServerRepositoriesResponse) MarshalJSON() ([]byte, error) + type ListBuildTriggersResponse struct + ForceSendFields []string + NextPageToken string + NullFields []string + Triggers []*BuildTrigger + func (s *ListBuildTriggersResponse) MarshalJSON() ([]byte, error) + type ListBuildsResponse struct + Builds []*Build + ForceSendFields []string + NextPageToken string + NullFields []string + func (s *ListBuildsResponse) MarshalJSON() ([]byte, error) + type ListGitLabConfigsResponse struct + ForceSendFields []string + GitlabConfigs []*GitLabConfig + NextPageToken string + NullFields []string + func (s *ListGitLabConfigsResponse) MarshalJSON() ([]byte, error) + type ListGitLabRepositoriesResponse struct + ForceSendFields []string + GitlabRepositories []*GitLabRepository + NextPageToken string + NullFields []string + func (s *ListGitLabRepositoriesResponse) MarshalJSON() ([]byte, error) + type ListGithubEnterpriseConfigsResponse struct + Configs []*GitHubEnterpriseConfig + ForceSendFields []string + NullFields []string + func (s *ListGithubEnterpriseConfigsResponse) MarshalJSON() ([]byte, error) + type ListWorkerPoolsResponse struct + ForceSendFields []string + NextPageToken string + NullFields []string + WorkerPools []*WorkerPool + func (s *ListWorkerPoolsResponse) MarshalJSON() ([]byte, error) + type LocationsRegionalWebhookCall struct + func (c *LocationsRegionalWebhookCall) Context(ctx context.Context) *LocationsRegionalWebhookCall + func (c *LocationsRegionalWebhookCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *LocationsRegionalWebhookCall) Fields(s ...googleapi.Field) *LocationsRegionalWebhookCall + func (c *LocationsRegionalWebhookCall) Header() http.Header + func (c *LocationsRegionalWebhookCall) WebhookKey(webhookKey string) *LocationsRegionalWebhookCall + type LocationsService struct + func NewLocationsService(s *Service) *LocationsService + func (r *LocationsService) RegionalWebhook(location string, httpbody *HttpBody) *LocationsRegionalWebhookCall + type MavenArtifact struct + ArtifactId string + ForceSendFields []string + GroupId string + NullFields []string + Path string + Repository string + Version string + func (s *MavenArtifact) MarshalJSON() ([]byte, error) + type NetworkConfig struct + EgressOption string + ForceSendFields []string + NullFields []string + PeeredNetwork string + PeeredNetworkIpRange string + func (s *NetworkConfig) MarshalJSON() ([]byte, error) + type NpmPackage struct + ForceSendFields []string + NullFields []string + PackagePath string + Repository string + func (s *NpmPackage) MarshalJSON() ([]byte, error) + type Operation struct + Done bool + Error *Status + ForceSendFields []string + Metadata googleapi.RawMessage + Name string + NullFields []string + Response googleapi.RawMessage + func (s *Operation) MarshalJSON() ([]byte, error) + type OperationMetadata struct + ApiVersion string + CancelRequested bool + CreateTime string + EndTime string + ForceSendFields []string + NullFields []string + StatusDetail string + Target string + Verb string + func (s *OperationMetadata) MarshalJSON() ([]byte, error) + type OperationsCancelCall struct + func (c *OperationsCancelCall) Context(ctx context.Context) *OperationsCancelCall + func (c *OperationsCancelCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *OperationsCancelCall) Fields(s ...googleapi.Field) *OperationsCancelCall + func (c *OperationsCancelCall) Header() http.Header + type OperationsGetCall struct + func (c *OperationsGetCall) Context(ctx context.Context) *OperationsGetCall + func (c *OperationsGetCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *OperationsGetCall) Fields(s ...googleapi.Field) *OperationsGetCall + func (c *OperationsGetCall) Header() http.Header + func (c *OperationsGetCall) IfNoneMatch(entityTag string) *OperationsGetCall + type OperationsService struct + func NewOperationsService(s *Service) *OperationsService + func (r *OperationsService) Cancel(name string, canceloperationrequest *CancelOperationRequest) *OperationsCancelCall + func (r *OperationsService) Get(name string) *OperationsGetCall + type PoolOption struct + ForceSendFields []string + Name string + NullFields []string + func (s *PoolOption) MarshalJSON() ([]byte, error) + type PrivatePoolV1Config struct + ForceSendFields []string + NetworkConfig *NetworkConfig + NullFields []string + WorkerConfig *WorkerConfig + func (s *PrivatePoolV1Config) MarshalJSON() ([]byte, error) + type ProcessAppManifestCallbackOperationMetadata struct + CompleteTime string + CreateTime string + ForceSendFields []string + GithubEnterpriseConfig string + NullFields []string + func (s *ProcessAppManifestCallbackOperationMetadata) MarshalJSON() ([]byte, error) + type ProjectsBuildsApproveCall struct + func (c *ProjectsBuildsApproveCall) Context(ctx context.Context) *ProjectsBuildsApproveCall + func (c *ProjectsBuildsApproveCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsBuildsApproveCall) Fields(s ...googleapi.Field) *ProjectsBuildsApproveCall + func (c *ProjectsBuildsApproveCall) Header() http.Header + type ProjectsBuildsCancelCall struct + func (c *ProjectsBuildsCancelCall) Context(ctx context.Context) *ProjectsBuildsCancelCall + func (c *ProjectsBuildsCancelCall) Do(opts ...googleapi.CallOption) (*Build, error) + func (c *ProjectsBuildsCancelCall) Fields(s ...googleapi.Field) *ProjectsBuildsCancelCall + func (c *ProjectsBuildsCancelCall) Header() http.Header + type ProjectsBuildsCreateCall struct + func (c *ProjectsBuildsCreateCall) Context(ctx context.Context) *ProjectsBuildsCreateCall + func (c *ProjectsBuildsCreateCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsBuildsCreateCall) Fields(s ...googleapi.Field) *ProjectsBuildsCreateCall + func (c *ProjectsBuildsCreateCall) Header() http.Header + func (c *ProjectsBuildsCreateCall) Parent(parent string) *ProjectsBuildsCreateCall + type ProjectsBuildsGetCall struct + func (c *ProjectsBuildsGetCall) Context(ctx context.Context) *ProjectsBuildsGetCall + func (c *ProjectsBuildsGetCall) Do(opts ...googleapi.CallOption) (*Build, error) + func (c *ProjectsBuildsGetCall) Fields(s ...googleapi.Field) *ProjectsBuildsGetCall + func (c *ProjectsBuildsGetCall) Header() http.Header + func (c *ProjectsBuildsGetCall) IfNoneMatch(entityTag string) *ProjectsBuildsGetCall + func (c *ProjectsBuildsGetCall) Name(name string) *ProjectsBuildsGetCall + type ProjectsBuildsListCall struct + func (c *ProjectsBuildsListCall) Context(ctx context.Context) *ProjectsBuildsListCall + func (c *ProjectsBuildsListCall) Do(opts ...googleapi.CallOption) (*ListBuildsResponse, error) + func (c *ProjectsBuildsListCall) Fields(s ...googleapi.Field) *ProjectsBuildsListCall + func (c *ProjectsBuildsListCall) Filter(filter string) *ProjectsBuildsListCall + func (c *ProjectsBuildsListCall) Header() http.Header + func (c *ProjectsBuildsListCall) IfNoneMatch(entityTag string) *ProjectsBuildsListCall + func (c *ProjectsBuildsListCall) PageSize(pageSize int64) *ProjectsBuildsListCall + func (c *ProjectsBuildsListCall) PageToken(pageToken string) *ProjectsBuildsListCall + func (c *ProjectsBuildsListCall) Pages(ctx context.Context, f func(*ListBuildsResponse) error) error + func (c *ProjectsBuildsListCall) Parent(parent string) *ProjectsBuildsListCall + type ProjectsBuildsRetryCall struct + func (c *ProjectsBuildsRetryCall) Context(ctx context.Context) *ProjectsBuildsRetryCall + func (c *ProjectsBuildsRetryCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsBuildsRetryCall) Fields(s ...googleapi.Field) *ProjectsBuildsRetryCall + func (c *ProjectsBuildsRetryCall) Header() http.Header + type ProjectsBuildsService struct + func NewProjectsBuildsService(s *Service) *ProjectsBuildsService + func (r *ProjectsBuildsService) Approve(name string, approvebuildrequest *ApproveBuildRequest) *ProjectsBuildsApproveCall + func (r *ProjectsBuildsService) Cancel(projectId string, id string, cancelbuildrequest *CancelBuildRequest) *ProjectsBuildsCancelCall + func (r *ProjectsBuildsService) Create(projectId string, build *Build) *ProjectsBuildsCreateCall + func (r *ProjectsBuildsService) Get(projectId string, id string) *ProjectsBuildsGetCall + func (r *ProjectsBuildsService) List(projectId string) *ProjectsBuildsListCall + func (r *ProjectsBuildsService) Retry(projectId string, id string, retrybuildrequest *RetryBuildRequest) *ProjectsBuildsRetryCall + type ProjectsGithubEnterpriseConfigsCreateCall struct + func (c *ProjectsGithubEnterpriseConfigsCreateCall) Context(ctx context.Context) *ProjectsGithubEnterpriseConfigsCreateCall + func (c *ProjectsGithubEnterpriseConfigsCreateCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsGithubEnterpriseConfigsCreateCall) Fields(s ...googleapi.Field) *ProjectsGithubEnterpriseConfigsCreateCall + func (c *ProjectsGithubEnterpriseConfigsCreateCall) GheConfigId(gheConfigId string) *ProjectsGithubEnterpriseConfigsCreateCall + func (c *ProjectsGithubEnterpriseConfigsCreateCall) Header() http.Header + func (c *ProjectsGithubEnterpriseConfigsCreateCall) ProjectId(projectId string) *ProjectsGithubEnterpriseConfigsCreateCall + type ProjectsGithubEnterpriseConfigsDeleteCall struct + func (c *ProjectsGithubEnterpriseConfigsDeleteCall) ConfigId(configId string) *ProjectsGithubEnterpriseConfigsDeleteCall + func (c *ProjectsGithubEnterpriseConfigsDeleteCall) Context(ctx context.Context) *ProjectsGithubEnterpriseConfigsDeleteCall + func (c *ProjectsGithubEnterpriseConfigsDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsGithubEnterpriseConfigsDeleteCall) Fields(s ...googleapi.Field) *ProjectsGithubEnterpriseConfigsDeleteCall + func (c *ProjectsGithubEnterpriseConfigsDeleteCall) Header() http.Header + func (c *ProjectsGithubEnterpriseConfigsDeleteCall) ProjectId(projectId string) *ProjectsGithubEnterpriseConfigsDeleteCall + type ProjectsGithubEnterpriseConfigsGetCall struct + func (c *ProjectsGithubEnterpriseConfigsGetCall) ConfigId(configId string) *ProjectsGithubEnterpriseConfigsGetCall + func (c *ProjectsGithubEnterpriseConfigsGetCall) Context(ctx context.Context) *ProjectsGithubEnterpriseConfigsGetCall + func (c *ProjectsGithubEnterpriseConfigsGetCall) Do(opts ...googleapi.CallOption) (*GitHubEnterpriseConfig, error) + func (c *ProjectsGithubEnterpriseConfigsGetCall) Fields(s ...googleapi.Field) *ProjectsGithubEnterpriseConfigsGetCall + func (c *ProjectsGithubEnterpriseConfigsGetCall) Header() http.Header + func (c *ProjectsGithubEnterpriseConfigsGetCall) IfNoneMatch(entityTag string) *ProjectsGithubEnterpriseConfigsGetCall + func (c *ProjectsGithubEnterpriseConfigsGetCall) ProjectId(projectId string) *ProjectsGithubEnterpriseConfigsGetCall + type ProjectsGithubEnterpriseConfigsListCall struct + func (c *ProjectsGithubEnterpriseConfigsListCall) Context(ctx context.Context) *ProjectsGithubEnterpriseConfigsListCall + func (c *ProjectsGithubEnterpriseConfigsListCall) Do(opts ...googleapi.CallOption) (*ListGithubEnterpriseConfigsResponse, error) + func (c *ProjectsGithubEnterpriseConfigsListCall) Fields(s ...googleapi.Field) *ProjectsGithubEnterpriseConfigsListCall + func (c *ProjectsGithubEnterpriseConfigsListCall) Header() http.Header + func (c *ProjectsGithubEnterpriseConfigsListCall) IfNoneMatch(entityTag string) *ProjectsGithubEnterpriseConfigsListCall + func (c *ProjectsGithubEnterpriseConfigsListCall) ProjectId(projectId string) *ProjectsGithubEnterpriseConfigsListCall + type ProjectsGithubEnterpriseConfigsPatchCall struct + func (c *ProjectsGithubEnterpriseConfigsPatchCall) Context(ctx context.Context) *ProjectsGithubEnterpriseConfigsPatchCall + func (c *ProjectsGithubEnterpriseConfigsPatchCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsGithubEnterpriseConfigsPatchCall) Fields(s ...googleapi.Field) *ProjectsGithubEnterpriseConfigsPatchCall + func (c *ProjectsGithubEnterpriseConfigsPatchCall) Header() http.Header + func (c *ProjectsGithubEnterpriseConfigsPatchCall) UpdateMask(updateMask string) *ProjectsGithubEnterpriseConfigsPatchCall + type ProjectsGithubEnterpriseConfigsService struct + func NewProjectsGithubEnterpriseConfigsService(s *Service) *ProjectsGithubEnterpriseConfigsService + func (r *ProjectsGithubEnterpriseConfigsService) Create(parent string, githubenterpriseconfig *GitHubEnterpriseConfig) *ProjectsGithubEnterpriseConfigsCreateCall + func (r *ProjectsGithubEnterpriseConfigsService) Delete(name string) *ProjectsGithubEnterpriseConfigsDeleteCall + func (r *ProjectsGithubEnterpriseConfigsService) Get(name string) *ProjectsGithubEnterpriseConfigsGetCall + func (r *ProjectsGithubEnterpriseConfigsService) List(parent string) *ProjectsGithubEnterpriseConfigsListCall + func (r *ProjectsGithubEnterpriseConfigsService) Patch(name string, githubenterpriseconfig *GitHubEnterpriseConfig) *ProjectsGithubEnterpriseConfigsPatchCall + type ProjectsLocationsBitbucketServerConfigsConnectedRepositoriesBatchCreateCall struct + func (c *ProjectsLocationsBitbucketServerConfigsConnectedRepositoriesBatchCreateCall) Context(ctx context.Context) *ProjectsLocationsBitbucketServerConfigsConnectedRepositoriesBatchCreateCall + func (c *ProjectsLocationsBitbucketServerConfigsConnectedRepositoriesBatchCreateCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsBitbucketServerConfigsConnectedRepositoriesBatchCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsBitbucketServerConfigsConnectedRepositoriesBatchCreateCall + func (c *ProjectsLocationsBitbucketServerConfigsConnectedRepositoriesBatchCreateCall) Header() http.Header + type ProjectsLocationsBitbucketServerConfigsConnectedRepositoriesService struct + func NewProjectsLocationsBitbucketServerConfigsConnectedRepositoriesService(s *Service) *ProjectsLocationsBitbucketServerConfigsConnectedRepositoriesService + func (r *ProjectsLocationsBitbucketServerConfigsConnectedRepositoriesService) BatchCreate(parent string, ...) *ProjectsLocationsBitbucketServerConfigsConnectedRepositoriesBatchCreateCall + type ProjectsLocationsBitbucketServerConfigsCreateCall struct + func (c *ProjectsLocationsBitbucketServerConfigsCreateCall) BitbucketServerConfigId(bitbucketServerConfigId string) *ProjectsLocationsBitbucketServerConfigsCreateCall + func (c *ProjectsLocationsBitbucketServerConfigsCreateCall) Context(ctx context.Context) *ProjectsLocationsBitbucketServerConfigsCreateCall + func (c *ProjectsLocationsBitbucketServerConfigsCreateCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsBitbucketServerConfigsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsBitbucketServerConfigsCreateCall + func (c *ProjectsLocationsBitbucketServerConfigsCreateCall) Header() http.Header + type ProjectsLocationsBitbucketServerConfigsDeleteCall struct + func (c *ProjectsLocationsBitbucketServerConfigsDeleteCall) Context(ctx context.Context) *ProjectsLocationsBitbucketServerConfigsDeleteCall + func (c *ProjectsLocationsBitbucketServerConfigsDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsBitbucketServerConfigsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsBitbucketServerConfigsDeleteCall + func (c *ProjectsLocationsBitbucketServerConfigsDeleteCall) Header() http.Header + type ProjectsLocationsBitbucketServerConfigsGetCall struct + func (c *ProjectsLocationsBitbucketServerConfigsGetCall) Context(ctx context.Context) *ProjectsLocationsBitbucketServerConfigsGetCall + func (c *ProjectsLocationsBitbucketServerConfigsGetCall) Do(opts ...googleapi.CallOption) (*BitbucketServerConfig, error) + func (c *ProjectsLocationsBitbucketServerConfigsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsBitbucketServerConfigsGetCall + func (c *ProjectsLocationsBitbucketServerConfigsGetCall) Header() http.Header + func (c *ProjectsLocationsBitbucketServerConfigsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsBitbucketServerConfigsGetCall + type ProjectsLocationsBitbucketServerConfigsListCall struct + func (c *ProjectsLocationsBitbucketServerConfigsListCall) Context(ctx context.Context) *ProjectsLocationsBitbucketServerConfigsListCall + func (c *ProjectsLocationsBitbucketServerConfigsListCall) Do(opts ...googleapi.CallOption) (*ListBitbucketServerConfigsResponse, error) + func (c *ProjectsLocationsBitbucketServerConfigsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsBitbucketServerConfigsListCall + func (c *ProjectsLocationsBitbucketServerConfigsListCall) Header() http.Header + func (c *ProjectsLocationsBitbucketServerConfigsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsBitbucketServerConfigsListCall + func (c *ProjectsLocationsBitbucketServerConfigsListCall) PageSize(pageSize int64) *ProjectsLocationsBitbucketServerConfigsListCall + func (c *ProjectsLocationsBitbucketServerConfigsListCall) PageToken(pageToken string) *ProjectsLocationsBitbucketServerConfigsListCall + func (c *ProjectsLocationsBitbucketServerConfigsListCall) Pages(ctx context.Context, f func(*ListBitbucketServerConfigsResponse) error) error + type ProjectsLocationsBitbucketServerConfigsPatchCall struct + func (c *ProjectsLocationsBitbucketServerConfigsPatchCall) Context(ctx context.Context) *ProjectsLocationsBitbucketServerConfigsPatchCall + func (c *ProjectsLocationsBitbucketServerConfigsPatchCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsBitbucketServerConfigsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsBitbucketServerConfigsPatchCall + func (c *ProjectsLocationsBitbucketServerConfigsPatchCall) Header() http.Header + func (c *ProjectsLocationsBitbucketServerConfigsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsBitbucketServerConfigsPatchCall + type ProjectsLocationsBitbucketServerConfigsRemoveBitbucketServerConnectedRepositoryCall struct + func (c *ProjectsLocationsBitbucketServerConfigsRemoveBitbucketServerConnectedRepositoryCall) Context(ctx context.Context) ... + func (c *ProjectsLocationsBitbucketServerConfigsRemoveBitbucketServerConnectedRepositoryCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *ProjectsLocationsBitbucketServerConfigsRemoveBitbucketServerConnectedRepositoryCall) Fields(s ...googleapi.Field) ... + func (c *ProjectsLocationsBitbucketServerConfigsRemoveBitbucketServerConnectedRepositoryCall) Header() http.Header + type ProjectsLocationsBitbucketServerConfigsReposListCall struct + func (c *ProjectsLocationsBitbucketServerConfigsReposListCall) Context(ctx context.Context) *ProjectsLocationsBitbucketServerConfigsReposListCall + func (c *ProjectsLocationsBitbucketServerConfigsReposListCall) Do(opts ...googleapi.CallOption) (*ListBitbucketServerRepositoriesResponse, error) + func (c *ProjectsLocationsBitbucketServerConfigsReposListCall) Fields(s ...googleapi.Field) *ProjectsLocationsBitbucketServerConfigsReposListCall + func (c *ProjectsLocationsBitbucketServerConfigsReposListCall) Header() http.Header + func (c *ProjectsLocationsBitbucketServerConfigsReposListCall) IfNoneMatch(entityTag string) *ProjectsLocationsBitbucketServerConfigsReposListCall + func (c *ProjectsLocationsBitbucketServerConfigsReposListCall) PageSize(pageSize int64) *ProjectsLocationsBitbucketServerConfigsReposListCall + func (c *ProjectsLocationsBitbucketServerConfigsReposListCall) PageToken(pageToken string) *ProjectsLocationsBitbucketServerConfigsReposListCall + func (c *ProjectsLocationsBitbucketServerConfigsReposListCall) Pages(ctx context.Context, f func(*ListBitbucketServerRepositoriesResponse) error) error + type ProjectsLocationsBitbucketServerConfigsReposService struct + func NewProjectsLocationsBitbucketServerConfigsReposService(s *Service) *ProjectsLocationsBitbucketServerConfigsReposService + func (r *ProjectsLocationsBitbucketServerConfigsReposService) List(parent string) *ProjectsLocationsBitbucketServerConfigsReposListCall + type ProjectsLocationsBitbucketServerConfigsService struct + ConnectedRepositories *ProjectsLocationsBitbucketServerConfigsConnectedRepositoriesService + Repos *ProjectsLocationsBitbucketServerConfigsReposService + func NewProjectsLocationsBitbucketServerConfigsService(s *Service) *ProjectsLocationsBitbucketServerConfigsService + func (r *ProjectsLocationsBitbucketServerConfigsService) Create(parent string, bitbucketserverconfig *BitbucketServerConfig) *ProjectsLocationsBitbucketServerConfigsCreateCall + func (r *ProjectsLocationsBitbucketServerConfigsService) Delete(name string) *ProjectsLocationsBitbucketServerConfigsDeleteCall + func (r *ProjectsLocationsBitbucketServerConfigsService) Get(name string) *ProjectsLocationsBitbucketServerConfigsGetCall + func (r *ProjectsLocationsBitbucketServerConfigsService) List(parent string) *ProjectsLocationsBitbucketServerConfigsListCall + func (r *ProjectsLocationsBitbucketServerConfigsService) Patch(name string, bitbucketserverconfig *BitbucketServerConfig) *ProjectsLocationsBitbucketServerConfigsPatchCall + func (r *ProjectsLocationsBitbucketServerConfigsService) RemoveBitbucketServerConnectedRepository(config string, ...) ... + type ProjectsLocationsBuildsApproveCall struct + func (c *ProjectsLocationsBuildsApproveCall) Context(ctx context.Context) *ProjectsLocationsBuildsApproveCall + func (c *ProjectsLocationsBuildsApproveCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsBuildsApproveCall) Fields(s ...googleapi.Field) *ProjectsLocationsBuildsApproveCall + func (c *ProjectsLocationsBuildsApproveCall) Header() http.Header + type ProjectsLocationsBuildsCancelCall struct + func (c *ProjectsLocationsBuildsCancelCall) Context(ctx context.Context) *ProjectsLocationsBuildsCancelCall + func (c *ProjectsLocationsBuildsCancelCall) Do(opts ...googleapi.CallOption) (*Build, error) + func (c *ProjectsLocationsBuildsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsBuildsCancelCall + func (c *ProjectsLocationsBuildsCancelCall) Header() http.Header + type ProjectsLocationsBuildsCreateCall struct + func (c *ProjectsLocationsBuildsCreateCall) Context(ctx context.Context) *ProjectsLocationsBuildsCreateCall + func (c *ProjectsLocationsBuildsCreateCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsBuildsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsBuildsCreateCall + func (c *ProjectsLocationsBuildsCreateCall) Header() http.Header + func (c *ProjectsLocationsBuildsCreateCall) ProjectId(projectId string) *ProjectsLocationsBuildsCreateCall + type ProjectsLocationsBuildsGetCall struct + func (c *ProjectsLocationsBuildsGetCall) Context(ctx context.Context) *ProjectsLocationsBuildsGetCall + func (c *ProjectsLocationsBuildsGetCall) Do(opts ...googleapi.CallOption) (*Build, error) + func (c *ProjectsLocationsBuildsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsBuildsGetCall + func (c *ProjectsLocationsBuildsGetCall) Header() http.Header + func (c *ProjectsLocationsBuildsGetCall) Id(id string) *ProjectsLocationsBuildsGetCall + func (c *ProjectsLocationsBuildsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsBuildsGetCall + func (c *ProjectsLocationsBuildsGetCall) ProjectId(projectId string) *ProjectsLocationsBuildsGetCall + type ProjectsLocationsBuildsListCall struct + func (c *ProjectsLocationsBuildsListCall) Context(ctx context.Context) *ProjectsLocationsBuildsListCall + func (c *ProjectsLocationsBuildsListCall) Do(opts ...googleapi.CallOption) (*ListBuildsResponse, error) + func (c *ProjectsLocationsBuildsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsBuildsListCall + func (c *ProjectsLocationsBuildsListCall) Filter(filter string) *ProjectsLocationsBuildsListCall + func (c *ProjectsLocationsBuildsListCall) Header() http.Header + func (c *ProjectsLocationsBuildsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsBuildsListCall + func (c *ProjectsLocationsBuildsListCall) PageSize(pageSize int64) *ProjectsLocationsBuildsListCall + func (c *ProjectsLocationsBuildsListCall) PageToken(pageToken string) *ProjectsLocationsBuildsListCall + func (c *ProjectsLocationsBuildsListCall) Pages(ctx context.Context, f func(*ListBuildsResponse) error) error + func (c *ProjectsLocationsBuildsListCall) ProjectId(projectId string) *ProjectsLocationsBuildsListCall + type ProjectsLocationsBuildsRetryCall struct + func (c *ProjectsLocationsBuildsRetryCall) Context(ctx context.Context) *ProjectsLocationsBuildsRetryCall + func (c *ProjectsLocationsBuildsRetryCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsBuildsRetryCall) Fields(s ...googleapi.Field) *ProjectsLocationsBuildsRetryCall + func (c *ProjectsLocationsBuildsRetryCall) Header() http.Header + type ProjectsLocationsBuildsService struct + func NewProjectsLocationsBuildsService(s *Service) *ProjectsLocationsBuildsService + func (r *ProjectsLocationsBuildsService) Approve(name string, approvebuildrequest *ApproveBuildRequest) *ProjectsLocationsBuildsApproveCall + func (r *ProjectsLocationsBuildsService) Cancel(name string, cancelbuildrequest *CancelBuildRequest) *ProjectsLocationsBuildsCancelCall + func (r *ProjectsLocationsBuildsService) Create(parent string, build *Build) *ProjectsLocationsBuildsCreateCall + func (r *ProjectsLocationsBuildsService) Get(name string) *ProjectsLocationsBuildsGetCall + func (r *ProjectsLocationsBuildsService) List(parent string) *ProjectsLocationsBuildsListCall + func (r *ProjectsLocationsBuildsService) Retry(name string, retrybuildrequest *RetryBuildRequest) *ProjectsLocationsBuildsRetryCall + type ProjectsLocationsGitLabConfigsConnectedRepositoriesBatchCreateCall struct + func (c *ProjectsLocationsGitLabConfigsConnectedRepositoriesBatchCreateCall) Context(ctx context.Context) *ProjectsLocationsGitLabConfigsConnectedRepositoriesBatchCreateCall + func (c *ProjectsLocationsGitLabConfigsConnectedRepositoriesBatchCreateCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsGitLabConfigsConnectedRepositoriesBatchCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsGitLabConfigsConnectedRepositoriesBatchCreateCall + func (c *ProjectsLocationsGitLabConfigsConnectedRepositoriesBatchCreateCall) Header() http.Header + type ProjectsLocationsGitLabConfigsConnectedRepositoriesService struct + func NewProjectsLocationsGitLabConfigsConnectedRepositoriesService(s *Service) *ProjectsLocationsGitLabConfigsConnectedRepositoriesService + func (r *ProjectsLocationsGitLabConfigsConnectedRepositoriesService) BatchCreate(parent string, ...) *ProjectsLocationsGitLabConfigsConnectedRepositoriesBatchCreateCall + type ProjectsLocationsGitLabConfigsCreateCall struct + func (c *ProjectsLocationsGitLabConfigsCreateCall) Context(ctx context.Context) *ProjectsLocationsGitLabConfigsCreateCall + func (c *ProjectsLocationsGitLabConfigsCreateCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsGitLabConfigsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsGitLabConfigsCreateCall + func (c *ProjectsLocationsGitLabConfigsCreateCall) GitlabConfigId(gitlabConfigId string) *ProjectsLocationsGitLabConfigsCreateCall + func (c *ProjectsLocationsGitLabConfigsCreateCall) Header() http.Header + type ProjectsLocationsGitLabConfigsDeleteCall struct + func (c *ProjectsLocationsGitLabConfigsDeleteCall) Context(ctx context.Context) *ProjectsLocationsGitLabConfigsDeleteCall + func (c *ProjectsLocationsGitLabConfigsDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsGitLabConfigsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsGitLabConfigsDeleteCall + func (c *ProjectsLocationsGitLabConfigsDeleteCall) Header() http.Header + type ProjectsLocationsGitLabConfigsGetCall struct + func (c *ProjectsLocationsGitLabConfigsGetCall) Context(ctx context.Context) *ProjectsLocationsGitLabConfigsGetCall + func (c *ProjectsLocationsGitLabConfigsGetCall) Do(opts ...googleapi.CallOption) (*GitLabConfig, error) + func (c *ProjectsLocationsGitLabConfigsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsGitLabConfigsGetCall + func (c *ProjectsLocationsGitLabConfigsGetCall) Header() http.Header + func (c *ProjectsLocationsGitLabConfigsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsGitLabConfigsGetCall + type ProjectsLocationsGitLabConfigsListCall struct + func (c *ProjectsLocationsGitLabConfigsListCall) Context(ctx context.Context) *ProjectsLocationsGitLabConfigsListCall + func (c *ProjectsLocationsGitLabConfigsListCall) Do(opts ...googleapi.CallOption) (*ListGitLabConfigsResponse, error) + func (c *ProjectsLocationsGitLabConfigsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsGitLabConfigsListCall + func (c *ProjectsLocationsGitLabConfigsListCall) Header() http.Header + func (c *ProjectsLocationsGitLabConfigsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsGitLabConfigsListCall + func (c *ProjectsLocationsGitLabConfigsListCall) PageSize(pageSize int64) *ProjectsLocationsGitLabConfigsListCall + func (c *ProjectsLocationsGitLabConfigsListCall) PageToken(pageToken string) *ProjectsLocationsGitLabConfigsListCall + func (c *ProjectsLocationsGitLabConfigsListCall) Pages(ctx context.Context, f func(*ListGitLabConfigsResponse) error) error + type ProjectsLocationsGitLabConfigsPatchCall struct + func (c *ProjectsLocationsGitLabConfigsPatchCall) Context(ctx context.Context) *ProjectsLocationsGitLabConfigsPatchCall + func (c *ProjectsLocationsGitLabConfigsPatchCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsGitLabConfigsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsGitLabConfigsPatchCall + func (c *ProjectsLocationsGitLabConfigsPatchCall) Header() http.Header + func (c *ProjectsLocationsGitLabConfigsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsGitLabConfigsPatchCall + type ProjectsLocationsGitLabConfigsRemoveGitLabConnectedRepositoryCall struct + func (c *ProjectsLocationsGitLabConfigsRemoveGitLabConnectedRepositoryCall) Context(ctx context.Context) *ProjectsLocationsGitLabConfigsRemoveGitLabConnectedRepositoryCall + func (c *ProjectsLocationsGitLabConfigsRemoveGitLabConnectedRepositoryCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *ProjectsLocationsGitLabConfigsRemoveGitLabConnectedRepositoryCall) Fields(s ...googleapi.Field) *ProjectsLocationsGitLabConfigsRemoveGitLabConnectedRepositoryCall + func (c *ProjectsLocationsGitLabConfigsRemoveGitLabConnectedRepositoryCall) Header() http.Header + type ProjectsLocationsGitLabConfigsReposListCall struct + func (c *ProjectsLocationsGitLabConfigsReposListCall) Context(ctx context.Context) *ProjectsLocationsGitLabConfigsReposListCall + func (c *ProjectsLocationsGitLabConfigsReposListCall) Do(opts ...googleapi.CallOption) (*ListGitLabRepositoriesResponse, error) + func (c *ProjectsLocationsGitLabConfigsReposListCall) Fields(s ...googleapi.Field) *ProjectsLocationsGitLabConfigsReposListCall + func (c *ProjectsLocationsGitLabConfigsReposListCall) Header() http.Header + func (c *ProjectsLocationsGitLabConfigsReposListCall) IfNoneMatch(entityTag string) *ProjectsLocationsGitLabConfigsReposListCall + func (c *ProjectsLocationsGitLabConfigsReposListCall) PageSize(pageSize int64) *ProjectsLocationsGitLabConfigsReposListCall + func (c *ProjectsLocationsGitLabConfigsReposListCall) PageToken(pageToken string) *ProjectsLocationsGitLabConfigsReposListCall + func (c *ProjectsLocationsGitLabConfigsReposListCall) Pages(ctx context.Context, f func(*ListGitLabRepositoriesResponse) error) error + type ProjectsLocationsGitLabConfigsReposService struct + func NewProjectsLocationsGitLabConfigsReposService(s *Service) *ProjectsLocationsGitLabConfigsReposService + func (r *ProjectsLocationsGitLabConfigsReposService) List(parent string) *ProjectsLocationsGitLabConfigsReposListCall + type ProjectsLocationsGitLabConfigsService struct + ConnectedRepositories *ProjectsLocationsGitLabConfigsConnectedRepositoriesService + Repos *ProjectsLocationsGitLabConfigsReposService + func NewProjectsLocationsGitLabConfigsService(s *Service) *ProjectsLocationsGitLabConfigsService + func (r *ProjectsLocationsGitLabConfigsService) Create(parent string, gitlabconfig *GitLabConfig) *ProjectsLocationsGitLabConfigsCreateCall + func (r *ProjectsLocationsGitLabConfigsService) Delete(name string) *ProjectsLocationsGitLabConfigsDeleteCall + func (r *ProjectsLocationsGitLabConfigsService) Get(name string) *ProjectsLocationsGitLabConfigsGetCall + func (r *ProjectsLocationsGitLabConfigsService) List(parent string) *ProjectsLocationsGitLabConfigsListCall + func (r *ProjectsLocationsGitLabConfigsService) Patch(name string, gitlabconfig *GitLabConfig) *ProjectsLocationsGitLabConfigsPatchCall + func (r *ProjectsLocationsGitLabConfigsService) RemoveGitLabConnectedRepository(config string, ...) *ProjectsLocationsGitLabConfigsRemoveGitLabConnectedRepositoryCall + type ProjectsLocationsGithubEnterpriseConfigsCreateCall struct + func (c *ProjectsLocationsGithubEnterpriseConfigsCreateCall) Context(ctx context.Context) *ProjectsLocationsGithubEnterpriseConfigsCreateCall + func (c *ProjectsLocationsGithubEnterpriseConfigsCreateCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsGithubEnterpriseConfigsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsGithubEnterpriseConfigsCreateCall + func (c *ProjectsLocationsGithubEnterpriseConfigsCreateCall) GheConfigId(gheConfigId string) *ProjectsLocationsGithubEnterpriseConfigsCreateCall + func (c *ProjectsLocationsGithubEnterpriseConfigsCreateCall) Header() http.Header + func (c *ProjectsLocationsGithubEnterpriseConfigsCreateCall) ProjectId(projectId string) *ProjectsLocationsGithubEnterpriseConfigsCreateCall + type ProjectsLocationsGithubEnterpriseConfigsDeleteCall struct + func (c *ProjectsLocationsGithubEnterpriseConfigsDeleteCall) ConfigId(configId string) *ProjectsLocationsGithubEnterpriseConfigsDeleteCall + func (c *ProjectsLocationsGithubEnterpriseConfigsDeleteCall) Context(ctx context.Context) *ProjectsLocationsGithubEnterpriseConfigsDeleteCall + func (c *ProjectsLocationsGithubEnterpriseConfigsDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsGithubEnterpriseConfigsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsGithubEnterpriseConfigsDeleteCall + func (c *ProjectsLocationsGithubEnterpriseConfigsDeleteCall) Header() http.Header + func (c *ProjectsLocationsGithubEnterpriseConfigsDeleteCall) ProjectId(projectId string) *ProjectsLocationsGithubEnterpriseConfigsDeleteCall + type ProjectsLocationsGithubEnterpriseConfigsGetCall struct + func (c *ProjectsLocationsGithubEnterpriseConfigsGetCall) ConfigId(configId string) *ProjectsLocationsGithubEnterpriseConfigsGetCall + func (c *ProjectsLocationsGithubEnterpriseConfigsGetCall) Context(ctx context.Context) *ProjectsLocationsGithubEnterpriseConfigsGetCall + func (c *ProjectsLocationsGithubEnterpriseConfigsGetCall) Do(opts ...googleapi.CallOption) (*GitHubEnterpriseConfig, error) + func (c *ProjectsLocationsGithubEnterpriseConfigsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsGithubEnterpriseConfigsGetCall + func (c *ProjectsLocationsGithubEnterpriseConfigsGetCall) Header() http.Header + func (c *ProjectsLocationsGithubEnterpriseConfigsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsGithubEnterpriseConfigsGetCall + func (c *ProjectsLocationsGithubEnterpriseConfigsGetCall) ProjectId(projectId string) *ProjectsLocationsGithubEnterpriseConfigsGetCall + type ProjectsLocationsGithubEnterpriseConfigsListCall struct + func (c *ProjectsLocationsGithubEnterpriseConfigsListCall) Context(ctx context.Context) *ProjectsLocationsGithubEnterpriseConfigsListCall + func (c *ProjectsLocationsGithubEnterpriseConfigsListCall) Do(opts ...googleapi.CallOption) (*ListGithubEnterpriseConfigsResponse, error) + func (c *ProjectsLocationsGithubEnterpriseConfigsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsGithubEnterpriseConfigsListCall + func (c *ProjectsLocationsGithubEnterpriseConfigsListCall) Header() http.Header + func (c *ProjectsLocationsGithubEnterpriseConfigsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsGithubEnterpriseConfigsListCall + func (c *ProjectsLocationsGithubEnterpriseConfigsListCall) ProjectId(projectId string) *ProjectsLocationsGithubEnterpriseConfigsListCall + type ProjectsLocationsGithubEnterpriseConfigsPatchCall struct + func (c *ProjectsLocationsGithubEnterpriseConfigsPatchCall) Context(ctx context.Context) *ProjectsLocationsGithubEnterpriseConfigsPatchCall + func (c *ProjectsLocationsGithubEnterpriseConfigsPatchCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsGithubEnterpriseConfigsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsGithubEnterpriseConfigsPatchCall + func (c *ProjectsLocationsGithubEnterpriseConfigsPatchCall) Header() http.Header + func (c *ProjectsLocationsGithubEnterpriseConfigsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsGithubEnterpriseConfigsPatchCall + type ProjectsLocationsGithubEnterpriseConfigsService struct + func NewProjectsLocationsGithubEnterpriseConfigsService(s *Service) *ProjectsLocationsGithubEnterpriseConfigsService + func (r *ProjectsLocationsGithubEnterpriseConfigsService) Create(parent string, githubenterpriseconfig *GitHubEnterpriseConfig) *ProjectsLocationsGithubEnterpriseConfigsCreateCall + func (r *ProjectsLocationsGithubEnterpriseConfigsService) Delete(name string) *ProjectsLocationsGithubEnterpriseConfigsDeleteCall + func (r *ProjectsLocationsGithubEnterpriseConfigsService) Get(name string) *ProjectsLocationsGithubEnterpriseConfigsGetCall + func (r *ProjectsLocationsGithubEnterpriseConfigsService) List(parent string) *ProjectsLocationsGithubEnterpriseConfigsListCall + func (r *ProjectsLocationsGithubEnterpriseConfigsService) Patch(name string, githubenterpriseconfig *GitHubEnterpriseConfig) *ProjectsLocationsGithubEnterpriseConfigsPatchCall + type ProjectsLocationsOperationsCancelCall struct + func (c *ProjectsLocationsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsOperationsCancelCall + func (c *ProjectsLocationsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *ProjectsLocationsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsOperationsCancelCall + func (c *ProjectsLocationsOperationsCancelCall) Header() http.Header + type ProjectsLocationsOperationsGetCall struct + func (c *ProjectsLocationsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsOperationsGetCall + func (c *ProjectsLocationsOperationsGetCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsOperationsGetCall + func (c *ProjectsLocationsOperationsGetCall) Header() http.Header + func (c *ProjectsLocationsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsOperationsGetCall + type ProjectsLocationsOperationsService struct + func NewProjectsLocationsOperationsService(s *Service) *ProjectsLocationsOperationsService + func (r *ProjectsLocationsOperationsService) Cancel(name string, canceloperationrequest *CancelOperationRequest) *ProjectsLocationsOperationsCancelCall + func (r *ProjectsLocationsOperationsService) Get(name string) *ProjectsLocationsOperationsGetCall + type ProjectsLocationsService struct + BitbucketServerConfigs *ProjectsLocationsBitbucketServerConfigsService + Builds *ProjectsLocationsBuildsService + GitLabConfigs *ProjectsLocationsGitLabConfigsService + GithubEnterpriseConfigs *ProjectsLocationsGithubEnterpriseConfigsService + Operations *ProjectsLocationsOperationsService + Triggers *ProjectsLocationsTriggersService + WorkerPools *ProjectsLocationsWorkerPoolsService + func NewProjectsLocationsService(s *Service) *ProjectsLocationsService + type ProjectsLocationsTriggersCreateCall struct + func (c *ProjectsLocationsTriggersCreateCall) Context(ctx context.Context) *ProjectsLocationsTriggersCreateCall + func (c *ProjectsLocationsTriggersCreateCall) Do(opts ...googleapi.CallOption) (*BuildTrigger, error) + func (c *ProjectsLocationsTriggersCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsTriggersCreateCall + func (c *ProjectsLocationsTriggersCreateCall) Header() http.Header + func (c *ProjectsLocationsTriggersCreateCall) ProjectId(projectId string) *ProjectsLocationsTriggersCreateCall + type ProjectsLocationsTriggersDeleteCall struct + func (c *ProjectsLocationsTriggersDeleteCall) Context(ctx context.Context) *ProjectsLocationsTriggersDeleteCall + func (c *ProjectsLocationsTriggersDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *ProjectsLocationsTriggersDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsTriggersDeleteCall + func (c *ProjectsLocationsTriggersDeleteCall) Header() http.Header + func (c *ProjectsLocationsTriggersDeleteCall) ProjectId(projectId string) *ProjectsLocationsTriggersDeleteCall + func (c *ProjectsLocationsTriggersDeleteCall) TriggerId(triggerId string) *ProjectsLocationsTriggersDeleteCall + type ProjectsLocationsTriggersGetCall struct + func (c *ProjectsLocationsTriggersGetCall) Context(ctx context.Context) *ProjectsLocationsTriggersGetCall + func (c *ProjectsLocationsTriggersGetCall) Do(opts ...googleapi.CallOption) (*BuildTrigger, error) + func (c *ProjectsLocationsTriggersGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsTriggersGetCall + func (c *ProjectsLocationsTriggersGetCall) Header() http.Header + func (c *ProjectsLocationsTriggersGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsTriggersGetCall + func (c *ProjectsLocationsTriggersGetCall) ProjectId(projectId string) *ProjectsLocationsTriggersGetCall + func (c *ProjectsLocationsTriggersGetCall) TriggerId(triggerId string) *ProjectsLocationsTriggersGetCall + type ProjectsLocationsTriggersListCall struct + func (c *ProjectsLocationsTriggersListCall) Context(ctx context.Context) *ProjectsLocationsTriggersListCall + func (c *ProjectsLocationsTriggersListCall) Do(opts ...googleapi.CallOption) (*ListBuildTriggersResponse, error) + func (c *ProjectsLocationsTriggersListCall) Fields(s ...googleapi.Field) *ProjectsLocationsTriggersListCall + func (c *ProjectsLocationsTriggersListCall) Header() http.Header + func (c *ProjectsLocationsTriggersListCall) IfNoneMatch(entityTag string) *ProjectsLocationsTriggersListCall + func (c *ProjectsLocationsTriggersListCall) PageSize(pageSize int64) *ProjectsLocationsTriggersListCall + func (c *ProjectsLocationsTriggersListCall) PageToken(pageToken string) *ProjectsLocationsTriggersListCall + func (c *ProjectsLocationsTriggersListCall) Pages(ctx context.Context, f func(*ListBuildTriggersResponse) error) error + func (c *ProjectsLocationsTriggersListCall) ProjectId(projectId string) *ProjectsLocationsTriggersListCall + type ProjectsLocationsTriggersPatchCall struct + func (c *ProjectsLocationsTriggersPatchCall) Context(ctx context.Context) *ProjectsLocationsTriggersPatchCall + func (c *ProjectsLocationsTriggersPatchCall) Do(opts ...googleapi.CallOption) (*BuildTrigger, error) + func (c *ProjectsLocationsTriggersPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsTriggersPatchCall + func (c *ProjectsLocationsTriggersPatchCall) Header() http.Header + func (c *ProjectsLocationsTriggersPatchCall) ProjectId(projectId string) *ProjectsLocationsTriggersPatchCall + func (c *ProjectsLocationsTriggersPatchCall) TriggerId(triggerId string) *ProjectsLocationsTriggersPatchCall + func (c *ProjectsLocationsTriggersPatchCall) UpdateMask(updateMask string) *ProjectsLocationsTriggersPatchCall + type ProjectsLocationsTriggersRunCall struct + func (c *ProjectsLocationsTriggersRunCall) Context(ctx context.Context) *ProjectsLocationsTriggersRunCall + func (c *ProjectsLocationsTriggersRunCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsTriggersRunCall) Fields(s ...googleapi.Field) *ProjectsLocationsTriggersRunCall + func (c *ProjectsLocationsTriggersRunCall) Header() http.Header + type ProjectsLocationsTriggersService struct + func NewProjectsLocationsTriggersService(s *Service) *ProjectsLocationsTriggersService + func (r *ProjectsLocationsTriggersService) Create(parent string, buildtrigger *BuildTrigger) *ProjectsLocationsTriggersCreateCall + func (r *ProjectsLocationsTriggersService) Delete(name string) *ProjectsLocationsTriggersDeleteCall + func (r *ProjectsLocationsTriggersService) Get(name string) *ProjectsLocationsTriggersGetCall + func (r *ProjectsLocationsTriggersService) List(parent string) *ProjectsLocationsTriggersListCall + func (r *ProjectsLocationsTriggersService) Patch(resourceNameid string, buildtrigger *BuildTrigger) *ProjectsLocationsTriggersPatchCall + func (r *ProjectsLocationsTriggersService) Run(name string, runbuildtriggerrequest *RunBuildTriggerRequest) *ProjectsLocationsTriggersRunCall + func (r *ProjectsLocationsTriggersService) Webhook(name string, httpbody *HttpBody) *ProjectsLocationsTriggersWebhookCall + type ProjectsLocationsTriggersWebhookCall struct + func (c *ProjectsLocationsTriggersWebhookCall) Context(ctx context.Context) *ProjectsLocationsTriggersWebhookCall + func (c *ProjectsLocationsTriggersWebhookCall) Do(opts ...googleapi.CallOption) (*ReceiveTriggerWebhookResponse, error) + func (c *ProjectsLocationsTriggersWebhookCall) Fields(s ...googleapi.Field) *ProjectsLocationsTriggersWebhookCall + func (c *ProjectsLocationsTriggersWebhookCall) Header() http.Header + func (c *ProjectsLocationsTriggersWebhookCall) ProjectId(projectId string) *ProjectsLocationsTriggersWebhookCall + func (c *ProjectsLocationsTriggersWebhookCall) Secret(secret string) *ProjectsLocationsTriggersWebhookCall + func (c *ProjectsLocationsTriggersWebhookCall) Trigger(trigger string) *ProjectsLocationsTriggersWebhookCall + type ProjectsLocationsWorkerPoolsCreateCall struct + func (c *ProjectsLocationsWorkerPoolsCreateCall) Context(ctx context.Context) *ProjectsLocationsWorkerPoolsCreateCall + func (c *ProjectsLocationsWorkerPoolsCreateCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsWorkerPoolsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsWorkerPoolsCreateCall + func (c *ProjectsLocationsWorkerPoolsCreateCall) Header() http.Header + func (c *ProjectsLocationsWorkerPoolsCreateCall) ValidateOnly(validateOnly bool) *ProjectsLocationsWorkerPoolsCreateCall + func (c *ProjectsLocationsWorkerPoolsCreateCall) WorkerPoolId(workerPoolId string) *ProjectsLocationsWorkerPoolsCreateCall + type ProjectsLocationsWorkerPoolsDeleteCall struct + func (c *ProjectsLocationsWorkerPoolsDeleteCall) AllowMissing(allowMissing bool) *ProjectsLocationsWorkerPoolsDeleteCall + func (c *ProjectsLocationsWorkerPoolsDeleteCall) Context(ctx context.Context) *ProjectsLocationsWorkerPoolsDeleteCall + func (c *ProjectsLocationsWorkerPoolsDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsWorkerPoolsDeleteCall) Etag(etag string) *ProjectsLocationsWorkerPoolsDeleteCall + func (c *ProjectsLocationsWorkerPoolsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsWorkerPoolsDeleteCall + func (c *ProjectsLocationsWorkerPoolsDeleteCall) Header() http.Header + func (c *ProjectsLocationsWorkerPoolsDeleteCall) ValidateOnly(validateOnly bool) *ProjectsLocationsWorkerPoolsDeleteCall + type ProjectsLocationsWorkerPoolsGetCall struct + func (c *ProjectsLocationsWorkerPoolsGetCall) Context(ctx context.Context) *ProjectsLocationsWorkerPoolsGetCall + func (c *ProjectsLocationsWorkerPoolsGetCall) Do(opts ...googleapi.CallOption) (*WorkerPool, error) + func (c *ProjectsLocationsWorkerPoolsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsWorkerPoolsGetCall + func (c *ProjectsLocationsWorkerPoolsGetCall) Header() http.Header + func (c *ProjectsLocationsWorkerPoolsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsWorkerPoolsGetCall + type ProjectsLocationsWorkerPoolsListCall struct + func (c *ProjectsLocationsWorkerPoolsListCall) Context(ctx context.Context) *ProjectsLocationsWorkerPoolsListCall + func (c *ProjectsLocationsWorkerPoolsListCall) Do(opts ...googleapi.CallOption) (*ListWorkerPoolsResponse, error) + func (c *ProjectsLocationsWorkerPoolsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsWorkerPoolsListCall + func (c *ProjectsLocationsWorkerPoolsListCall) Header() http.Header + func (c *ProjectsLocationsWorkerPoolsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsWorkerPoolsListCall + func (c *ProjectsLocationsWorkerPoolsListCall) PageSize(pageSize int64) *ProjectsLocationsWorkerPoolsListCall + func (c *ProjectsLocationsWorkerPoolsListCall) PageToken(pageToken string) *ProjectsLocationsWorkerPoolsListCall + func (c *ProjectsLocationsWorkerPoolsListCall) Pages(ctx context.Context, f func(*ListWorkerPoolsResponse) error) error + type ProjectsLocationsWorkerPoolsPatchCall struct + func (c *ProjectsLocationsWorkerPoolsPatchCall) Context(ctx context.Context) *ProjectsLocationsWorkerPoolsPatchCall + func (c *ProjectsLocationsWorkerPoolsPatchCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsWorkerPoolsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsWorkerPoolsPatchCall + func (c *ProjectsLocationsWorkerPoolsPatchCall) Header() http.Header + func (c *ProjectsLocationsWorkerPoolsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsWorkerPoolsPatchCall + func (c *ProjectsLocationsWorkerPoolsPatchCall) ValidateOnly(validateOnly bool) *ProjectsLocationsWorkerPoolsPatchCall + type ProjectsLocationsWorkerPoolsService struct + func NewProjectsLocationsWorkerPoolsService(s *Service) *ProjectsLocationsWorkerPoolsService + func (r *ProjectsLocationsWorkerPoolsService) Create(parent string, workerpool *WorkerPool) *ProjectsLocationsWorkerPoolsCreateCall + func (r *ProjectsLocationsWorkerPoolsService) Delete(name string) *ProjectsLocationsWorkerPoolsDeleteCall + func (r *ProjectsLocationsWorkerPoolsService) Get(name string) *ProjectsLocationsWorkerPoolsGetCall + func (r *ProjectsLocationsWorkerPoolsService) List(parent string) *ProjectsLocationsWorkerPoolsListCall + func (r *ProjectsLocationsWorkerPoolsService) Patch(name string, workerpool *WorkerPool) *ProjectsLocationsWorkerPoolsPatchCall + type ProjectsService struct + Builds *ProjectsBuildsService + GithubEnterpriseConfigs *ProjectsGithubEnterpriseConfigsService + Locations *ProjectsLocationsService + Triggers *ProjectsTriggersService + func NewProjectsService(s *Service) *ProjectsService + type ProjectsTriggersCreateCall struct + func (c *ProjectsTriggersCreateCall) Context(ctx context.Context) *ProjectsTriggersCreateCall + func (c *ProjectsTriggersCreateCall) Do(opts ...googleapi.CallOption) (*BuildTrigger, error) + func (c *ProjectsTriggersCreateCall) Fields(s ...googleapi.Field) *ProjectsTriggersCreateCall + func (c *ProjectsTriggersCreateCall) Header() http.Header + func (c *ProjectsTriggersCreateCall) Parent(parent string) *ProjectsTriggersCreateCall + type ProjectsTriggersDeleteCall struct + func (c *ProjectsTriggersDeleteCall) Context(ctx context.Context) *ProjectsTriggersDeleteCall + func (c *ProjectsTriggersDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *ProjectsTriggersDeleteCall) Fields(s ...googleapi.Field) *ProjectsTriggersDeleteCall + func (c *ProjectsTriggersDeleteCall) Header() http.Header + func (c *ProjectsTriggersDeleteCall) Name(name string) *ProjectsTriggersDeleteCall + type ProjectsTriggersGetCall struct + func (c *ProjectsTriggersGetCall) Context(ctx context.Context) *ProjectsTriggersGetCall + func (c *ProjectsTriggersGetCall) Do(opts ...googleapi.CallOption) (*BuildTrigger, error) + func (c *ProjectsTriggersGetCall) Fields(s ...googleapi.Field) *ProjectsTriggersGetCall + func (c *ProjectsTriggersGetCall) Header() http.Header + func (c *ProjectsTriggersGetCall) IfNoneMatch(entityTag string) *ProjectsTriggersGetCall + func (c *ProjectsTriggersGetCall) Name(name string) *ProjectsTriggersGetCall + type ProjectsTriggersListCall struct + func (c *ProjectsTriggersListCall) Context(ctx context.Context) *ProjectsTriggersListCall + func (c *ProjectsTriggersListCall) Do(opts ...googleapi.CallOption) (*ListBuildTriggersResponse, error) + func (c *ProjectsTriggersListCall) Fields(s ...googleapi.Field) *ProjectsTriggersListCall + func (c *ProjectsTriggersListCall) Header() http.Header + func (c *ProjectsTriggersListCall) IfNoneMatch(entityTag string) *ProjectsTriggersListCall + func (c *ProjectsTriggersListCall) PageSize(pageSize int64) *ProjectsTriggersListCall + func (c *ProjectsTriggersListCall) PageToken(pageToken string) *ProjectsTriggersListCall + func (c *ProjectsTriggersListCall) Pages(ctx context.Context, f func(*ListBuildTriggersResponse) error) error + func (c *ProjectsTriggersListCall) Parent(parent string) *ProjectsTriggersListCall + type ProjectsTriggersPatchCall struct + func (c *ProjectsTriggersPatchCall) Context(ctx context.Context) *ProjectsTriggersPatchCall + func (c *ProjectsTriggersPatchCall) Do(opts ...googleapi.CallOption) (*BuildTrigger, error) + func (c *ProjectsTriggersPatchCall) Fields(s ...googleapi.Field) *ProjectsTriggersPatchCall + func (c *ProjectsTriggersPatchCall) Header() http.Header + func (c *ProjectsTriggersPatchCall) UpdateMask(updateMask string) *ProjectsTriggersPatchCall + type ProjectsTriggersRunCall struct + func (c *ProjectsTriggersRunCall) Context(ctx context.Context) *ProjectsTriggersRunCall + func (c *ProjectsTriggersRunCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsTriggersRunCall) Fields(s ...googleapi.Field) *ProjectsTriggersRunCall + func (c *ProjectsTriggersRunCall) Header() http.Header + func (c *ProjectsTriggersRunCall) Name(name string) *ProjectsTriggersRunCall + type ProjectsTriggersService struct + func NewProjectsTriggersService(s *Service) *ProjectsTriggersService + func (r *ProjectsTriggersService) Create(projectId string, buildtrigger *BuildTrigger) *ProjectsTriggersCreateCall + func (r *ProjectsTriggersService) Delete(projectId string, triggerId string) *ProjectsTriggersDeleteCall + func (r *ProjectsTriggersService) Get(projectId string, triggerId string) *ProjectsTriggersGetCall + func (r *ProjectsTriggersService) List(projectId string) *ProjectsTriggersListCall + func (r *ProjectsTriggersService) Patch(projectId string, triggerId string, buildtrigger *BuildTrigger) *ProjectsTriggersPatchCall + func (r *ProjectsTriggersService) Run(projectId string, triggerId string, reposource *RepoSource) *ProjectsTriggersRunCall + func (r *ProjectsTriggersService) Webhook(projectId string, trigger string, httpbody *HttpBody) *ProjectsTriggersWebhookCall + type ProjectsTriggersWebhookCall struct + func (c *ProjectsTriggersWebhookCall) Context(ctx context.Context) *ProjectsTriggersWebhookCall + func (c *ProjectsTriggersWebhookCall) Do(opts ...googleapi.CallOption) (*ReceiveTriggerWebhookResponse, error) + func (c *ProjectsTriggersWebhookCall) Fields(s ...googleapi.Field) *ProjectsTriggersWebhookCall + func (c *ProjectsTriggersWebhookCall) Header() http.Header + func (c *ProjectsTriggersWebhookCall) Name(name string) *ProjectsTriggersWebhookCall + func (c *ProjectsTriggersWebhookCall) Secret(secret string) *ProjectsTriggersWebhookCall + type PubsubConfig struct + ForceSendFields []string + NullFields []string + ServiceAccountEmail string + State string + Subscription string + Topic string + func (s *PubsubConfig) MarshalJSON() ([]byte, error) + type PullRequestFilter struct + Branch string + CommentControl string + ForceSendFields []string + InvertRegex bool + NullFields []string + func (s *PullRequestFilter) MarshalJSON() ([]byte, error) + type PushFilter struct + Branch string + ForceSendFields []string + InvertRegex bool + NullFields []string + Tag string + func (s *PushFilter) MarshalJSON() ([]byte, error) + type PythonPackage struct + ForceSendFields []string + NullFields []string + Paths []string + Repository string + func (s *PythonPackage) MarshalJSON() ([]byte, error) + type ReceiveTriggerWebhookResponse struct + type RemoveBitbucketServerConnectedRepositoryRequest struct + ConnectedRepository *BitbucketServerRepositoryId + ForceSendFields []string + NullFields []string + func (s *RemoveBitbucketServerConnectedRepositoryRequest) MarshalJSON() ([]byte, error) + type RemoveGitLabConnectedRepositoryRequest struct + ConnectedRepository *GitLabRepositoryId + ForceSendFields []string + NullFields []string + func (s *RemoveGitLabConnectedRepositoryRequest) MarshalJSON() ([]byte, error) + type RepoSource struct + BranchName string + CommitSha string + Dir string + ForceSendFields []string + InvertRegex bool + NullFields []string + ProjectId string + RepoName string + Substitutions map[string]string + TagName string + func (s *RepoSource) MarshalJSON() ([]byte, error) + type RepositoryEventConfig struct + ForceSendFields []string + NullFields []string + PullRequest *PullRequestFilter + Push *PushFilter + Repository string + RepositoryType string + func (s *RepositoryEventConfig) MarshalJSON() ([]byte, error) + type Results struct + ArtifactManifest string + ArtifactTiming *TimeSpan + BuildStepImages []string + BuildStepOutputs []string + ForceSendFields []string + Images []*BuiltImage + MavenArtifacts []*UploadedMavenArtifact + NpmPackages []*UploadedNpmPackage + NullFields []string + NumArtifacts int64 + PythonPackages []*UploadedPythonPackage + func (s *Results) MarshalJSON() ([]byte, error) + type RetryBuildRequest struct + ForceSendFields []string + Id string + Name string + NullFields []string + ProjectId string + func (s *RetryBuildRequest) MarshalJSON() ([]byte, error) + type RunBuildTriggerRequest struct + ForceSendFields []string + NullFields []string + ProjectId string + Source *RepoSource + TriggerId string + func (s *RunBuildTriggerRequest) MarshalJSON() ([]byte, error) + type Secret struct + ForceSendFields []string + KmsKeyName string + NullFields []string + SecretEnv map[string]string + func (s *Secret) MarshalJSON() ([]byte, error) + type SecretManagerSecret struct + Env string + ForceSendFields []string + NullFields []string + VersionName string + func (s *SecretManagerSecret) MarshalJSON() ([]byte, error) + type Secrets struct + ForceSendFields []string + Inline []*InlineSecret + NullFields []string + SecretManager []*SecretManagerSecret + func (s *Secrets) MarshalJSON() ([]byte, error) + type Service struct + BasePath string + GithubDotComWebhook *GithubDotComWebhookService + Locations *LocationsService + Operations *OperationsService + Projects *ProjectsService + UserAgent string + V1 *V1Service + func New(client *http.Client) (*Service, error) + func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error) + type ServiceDirectoryConfig struct + ForceSendFields []string + NullFields []string + Service string + func (s *ServiceDirectoryConfig) MarshalJSON() ([]byte, error) + type Source struct + ConnectedRepository *ConnectedRepository + ForceSendFields []string + GitSource *GitSource + NullFields []string + RepoSource *RepoSource + StorageSource *StorageSource + StorageSourceManifest *StorageSourceManifest + func (s *Source) MarshalJSON() ([]byte, error) + type SourceProvenance struct + FileHashes map[string]FileHashes + ForceSendFields []string + NullFields []string + ResolvedConnectedRepository *ConnectedRepository + ResolvedGitSource *GitSource + ResolvedRepoSource *RepoSource + ResolvedStorageSource *StorageSource + ResolvedStorageSourceManifest *StorageSourceManifest + func (s *SourceProvenance) MarshalJSON() ([]byte, error) + type Status struct + Code int64 + Details []googleapi.RawMessage + ForceSendFields []string + Message string + NullFields []string + func (s *Status) MarshalJSON() ([]byte, error) + type StorageSource struct + Bucket string + ForceSendFields []string + Generation int64 + NullFields []string + Object string + SourceFetcher string + func (s *StorageSource) MarshalJSON() ([]byte, error) + type StorageSourceManifest struct + Bucket string + ForceSendFields []string + Generation int64 + NullFields []string + Object string + func (s *StorageSourceManifest) MarshalJSON() ([]byte, error) + type TimeSpan struct + EndTime string + ForceSendFields []string + NullFields []string + StartTime string + func (s *TimeSpan) MarshalJSON() ([]byte, error) + type UpdateBitbucketServerConfigOperationMetadata struct + BitbucketServerConfig string + CompleteTime string + CreateTime string + ForceSendFields []string + NullFields []string + func (s *UpdateBitbucketServerConfigOperationMetadata) MarshalJSON() ([]byte, error) + type UpdateGitHubEnterpriseConfigOperationMetadata struct + CompleteTime string + CreateTime string + ForceSendFields []string + GithubEnterpriseConfig string + NullFields []string + func (s *UpdateGitHubEnterpriseConfigOperationMetadata) MarshalJSON() ([]byte, error) + type UpdateGitLabConfigOperationMetadata struct + CompleteTime string + CreateTime string + ForceSendFields []string + GitlabConfig string + NullFields []string + func (s *UpdateGitLabConfigOperationMetadata) MarshalJSON() ([]byte, error) + type UpdateWorkerPoolOperationMetadata struct + CompleteTime string + CreateTime string + ForceSendFields []string + NullFields []string + WorkerPool string + func (s *UpdateWorkerPoolOperationMetadata) MarshalJSON() ([]byte, error) + type UploadedMavenArtifact struct + FileHashes *FileHashes + ForceSendFields []string + NullFields []string + PushTiming *TimeSpan + Uri string + func (s *UploadedMavenArtifact) MarshalJSON() ([]byte, error) + type UploadedNpmPackage struct + FileHashes *FileHashes + ForceSendFields []string + NullFields []string + PushTiming *TimeSpan + Uri string + func (s *UploadedNpmPackage) MarshalJSON() ([]byte, error) + type UploadedPythonPackage struct + FileHashes *FileHashes + ForceSendFields []string + NullFields []string + PushTiming *TimeSpan + Uri string + func (s *UploadedPythonPackage) MarshalJSON() ([]byte, error) + type V1Service struct + func NewV1Service(s *Service) *V1Service + func (r *V1Service) Webhook(httpbody *HttpBody) *V1WebhookCall + type V1WebhookCall struct + func (c *V1WebhookCall) Context(ctx context.Context) *V1WebhookCall + func (c *V1WebhookCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *V1WebhookCall) Fields(s ...googleapi.Field) *V1WebhookCall + func (c *V1WebhookCall) Header() http.Header + func (c *V1WebhookCall) WebhookKey(webhookKey string) *V1WebhookCall + type Volume struct + ForceSendFields []string + Name string + NullFields []string + Path string + func (s *Volume) MarshalJSON() ([]byte, error) + type Warning struct + ForceSendFields []string + NullFields []string + Priority string + Text string + func (s *Warning) MarshalJSON() ([]byte, error) + type WebhookConfig struct + ForceSendFields []string + NullFields []string + Secret string + State string + func (s *WebhookConfig) MarshalJSON() ([]byte, error) + type WorkerConfig struct + DiskSizeGb int64 + ForceSendFields []string + MachineType string + NullFields []string + func (s *WorkerConfig) MarshalJSON() ([]byte, error) + type WorkerPool struct + Annotations map[string]string + CreateTime string + DeleteTime string + DisplayName string + Etag string + ForceSendFields []string + Name string + NullFields []string + PrivatePoolV1Config *PrivatePoolV1Config + State string + Uid string + UpdateTime string + func (s *WorkerPool) MarshalJSON() ([]byte, error)