Class: Google::Apis::CloudbuildV1::RemoveGitLabConnectedRepositoryRequest
- Inherits:
-
Object
- Object
- Google::Apis::CloudbuildV1::RemoveGitLabConnectedRepositoryRequest
- 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
RPC request object accepted by RemoveGitLabConnectedRepository RPC method.
Instance Attribute Summary collapse
-
#connected_repository ⇒ Google::Apis::CloudbuildV1::GitLabRepositoryId
GitLabRepositoryId identifies a specific repository hosted on GitLab.com or GitLabEnterprise Corresponds to the JSON property
connectedRepository
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RemoveGitLabConnectedRepositoryRequest
constructor
A new instance of RemoveGitLabConnectedRepositoryRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RemoveGitLabConnectedRepositoryRequest
Returns a new instance of RemoveGitLabConnectedRepositoryRequest.
3544 3545 3546 |
# File 'lib/google/apis/cloudbuild_v1/classes.rb', line 3544 def initialize(**args) update!(**args) end |
Instance Attribute Details
#connected_repository ⇒ Google::Apis::CloudbuildV1::GitLabRepositoryId
GitLabRepositoryId identifies a specific repository hosted on GitLab.com or
GitLabEnterprise
Corresponds to the JSON property connectedRepository
3542 3543 3544 |
# File 'lib/google/apis/cloudbuild_v1/classes.rb', line 3542 def connected_repository @connected_repository end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3549 3550 3551 |
# File 'lib/google/apis/cloudbuild_v1/classes.rb', line 3549 def update!(**args) @connected_repository = args[:connected_repository] if args.key?(:connected_repository) end |