Class: Google::Apis::CloudbuildV1::BatchCreateGitLabConnectedRepositoriesResponse

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

Response of BatchCreateGitLabConnectedRepositories RPC method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BatchCreateGitLabConnectedRepositoriesResponse

Returns a new instance of BatchCreateGitLabConnectedRepositoriesResponse.



338
339
340
# File 'lib/google/apis/cloudbuild_v1/classes.rb', line 338

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

Instance Attribute Details

#gitlab_connected_repositoriesArray<Google::Apis::CloudbuildV1::GitLabConnectedRepository>

The GitLab connected repository requests' responses. Corresponds to the JSON property gitlabConnectedRepositories



336
337
338
# File 'lib/google/apis/cloudbuild_v1/classes.rb', line 336

def gitlab_connected_repositories
  @gitlab_connected_repositories
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



343
344
345
# File 'lib/google/apis/cloudbuild_v1/classes.rb', line 343

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