Class: Google::Apis::CloudbuildV1alpha1::BatchCreateGitLabConnectedRepositoriesResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudbuildV1alpha1::BatchCreateGitLabConnectedRepositoriesResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudbuild_v1alpha1/classes.rb,
lib/google/apis/cloudbuild_v1alpha1/representations.rb,
lib/google/apis/cloudbuild_v1alpha1/representations.rb
Overview
Response of BatchCreateGitLabConnectedRepositories RPC method.
Instance Attribute Summary collapse
-
#gitlab_connected_repositories ⇒ Array<Google::Apis::CloudbuildV1alpha1::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.
268 269 270 |
# File 'lib/google/apis/cloudbuild_v1alpha1/classes.rb', line 268 def initialize(**args) update!(**args) end |
Instance Attribute Details
#gitlab_connected_repositories ⇒ Array<Google::Apis::CloudbuildV1alpha1::GitLabConnectedRepository>
The GitLab connected repository requests' responses.
Corresponds to the JSON property gitlabConnectedRepositories
266 267 268 |
# File 'lib/google/apis/cloudbuild_v1alpha1/classes.rb', line 266 def gitlab_connected_repositories @gitlab_connected_repositories end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
273 274 275 |
# File 'lib/google/apis/cloudbuild_v1alpha1/classes.rb', line 273 def update!(**args) @gitlab_connected_repositories = args[:gitlab_connected_repositories] if args.key?(:gitlab_connected_repositories) end |