Class: Google::Apis::CloudbuildV1::RemoveBitbucketServerConnectedRepositoryRequest
- Inherits:
-
Object
- Object
- Google::Apis::CloudbuildV1::RemoveBitbucketServerConnectedRepositoryRequest
- 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 RemoveBitbucketServerConnectedRepository RPC method.
Instance Attribute Summary collapse
-
#connected_repository ⇒ Google::Apis::CloudbuildV1::BitbucketServerRepositoryId
BitbucketServerRepositoryId identifies a specific repository hosted on a Bitbucket Server.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RemoveBitbucketServerConnectedRepositoryRequest
constructor
A new instance of RemoveBitbucketServerConnectedRepositoryRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RemoveBitbucketServerConnectedRepositoryRequest
Returns a new instance of RemoveBitbucketServerConnectedRepositoryRequest.
3524 3525 3526 |
# File 'lib/google/apis/cloudbuild_v1/classes.rb', line 3524 def initialize(**args) update!(**args) end |
Instance Attribute Details
#connected_repository ⇒ Google::Apis::CloudbuildV1::BitbucketServerRepositoryId
BitbucketServerRepositoryId identifies a specific repository hosted on a
Bitbucket Server.
Corresponds to the JSON property connectedRepository
3522 3523 3524 |
# File 'lib/google/apis/cloudbuild_v1/classes.rb', line 3522 def connected_repository @connected_repository end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3529 3530 3531 |
# File 'lib/google/apis/cloudbuild_v1/classes.rb', line 3529 def update!(**args) @connected_repository = args[:connected_repository] if args.key?(:connected_repository) end |