Class: Google::Apis::CloudbuildV1alpha2::BatchCreateBitbucketServerConnectedRepositoriesResponse

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/cloudbuild_v1alpha2/classes.rb,
lib/google/apis/cloudbuild_v1alpha2/representations.rb,
lib/google/apis/cloudbuild_v1alpha2/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.



197
198
199
# File 'lib/google/apis/cloudbuild_v1alpha2/classes.rb', line 197

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

Instance Attribute Details

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

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



195
196
197
# File 'lib/google/apis/cloudbuild_v1alpha2/classes.rb', line 195

def bitbucket_server_connected_repositories
  @bitbucket_server_connected_repositories
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



202
203
204
# File 'lib/google/apis/cloudbuild_v1alpha2/classes.rb', line 202

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