Class: Google::Apis::CloudbuildV1beta1::BatchCreateBitbucketServerConnectedRepositoriesResponse

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

Overview

Response of BatchCreateBitbucketServerConnectedRepositories RPC method including all successfully connected Bitbucket Server repositories.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BatchCreateBitbucketServerConnectedRepositoriesResponse

Returns a new instance of BatchCreateBitbucketServerConnectedRepositoriesResponse.



216
217
218
# File 'lib/google/apis/cloudbuild_v1beta1/classes.rb', line 216

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

Instance Attribute Details

#bitbucket_server_connected_repositoriesArray<Google::Apis::CloudbuildV1beta1::BitbucketServerConnectedRepository>

The connected Bitbucket Server repositories. Corresponds to the JSON property bitbucketServerConnectedRepositories



214
215
216
# File 'lib/google/apis/cloudbuild_v1beta1/classes.rb', line 214

def bitbucket_server_connected_repositories
  @bitbucket_server_connected_repositories
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



221
222
223
# File 'lib/google/apis/cloudbuild_v1beta1/classes.rb', line 221

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