Class: Google::Apis::CloudbuildV1::BatchCreateGitLabConnectedRepositoriesResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudbuildV1::BatchCreateGitLabConnectedRepositoriesResponse
- 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
-
#gitlab_connected_repositories ⇒ Array<Google::Apis::CloudbuildV1::GitLabConnectedRepository>
The GitLab connected repository requests' responses.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BatchCreateGitLabConnectedRepositoriesResponse
constructor
A new instance of BatchCreateGitLabConnectedRepositoriesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_repositories ⇒ Array<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 |