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.
3599 3600 3601 |
# File 'lib/google/apis/cloudbuild_v1/classes.rb', line 3599 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
3597 3598 3599 |
# File 'lib/google/apis/cloudbuild_v1/classes.rb', line 3597 def connected_repository @connected_repository end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3604 3605 3606 |
# File 'lib/google/apis/cloudbuild_v1/classes.rb', line 3604 def update!(**args) @connected_repository = args[:connected_repository] if args.key?(:connected_repository) end |