Class: Google::Apis::CloudbuildV1::CreateBitbucketServerConnectedRepositoryRequest

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/cloudbuild_v1/classes.rb,
lib/google/apis/cloudbuild_v1/representations.rb,
lib/google/apis/cloudbuild_v1/representations.rb

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CreateBitbucketServerConnectedRepositoryRequest

Returns a new instance of CreateBitbucketServerConnectedRepositoryRequest.



1468
1469
1470
# File 'lib/google/apis/cloudbuild_v1/classes.rb', line 1468

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#bitbucket_server_connected_repositoryGoogle::Apis::CloudbuildV1::BitbucketServerConnectedRepository

/ BitbucketServerConnectedRepository represents a connected Bitbucket Server / repository. Corresponds to the JSON property bitbucketServerConnectedRepository



1459
1460
1461
# File 'lib/google/apis/cloudbuild_v1/classes.rb', line 1459

def bitbucket_server_connected_repository
  @bitbucket_server_connected_repository
end

#parentString

Required. The name of the BitbucketServerConfig that added connected repository. Format: projects/project/locations/location/ bitbucketServerConfigs/config` Corresponds to the JSON propertyparent`

Returns:

  • (String)


1466
1467
1468
# File 'lib/google/apis/cloudbuild_v1/classes.rb', line 1466

def parent
  @parent
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1473
1474
1475
1476
# File 'lib/google/apis/cloudbuild_v1/classes.rb', line 1473

def update!(**args)
  @bitbucket_server_connected_repository = args[:bitbucket_server_connected_repository] if args.key?(:bitbucket_server_connected_repository)
  @parent = args[:parent] if args.key?(:parent)
end