View Source GoogleApi.CloudBuild.V1.Model.CreateBitbucketServerConnectedRepositoryRequest (google_api_cloud_build v0.50.1)

Request to connect a repository from a connected Bitbucket Server host.

Attributes

  • bitbucketServerConnectedRepository (type: GoogleApi.CloudBuild.V1.Model.BitbucketServerConnectedRepository.t, default: nil) - Required. The Bitbucket Server repository to connect.
  • parent (type: String.t, default: nil) - Required. The name of the BitbucketServerConfig that added connected repository. Format: projects/{project}/locations/{location}/bitbucketServerConfigs/{config}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.CloudBuild.V1.Model.CreateBitbucketServerConnectedRepositoryRequest{
    bitbucketServerConnectedRepository:
      GoogleApi.CloudBuild.V1.Model.BitbucketServerConnectedRepository.t() | nil,
    parent: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.