Class: Google::Apis::CloudbuildV1::RemoveGitLabConnectedRepositoryRequest

Inherits:
Object
  • Object
show all
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

Deprecated: CloudBuild GitLab V1 integration is deprecated. RPC request object accepted by RemoveGitLabConnectedRepository RPC method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RemoveGitLabConnectedRepositoryRequest

Returns a new instance of RemoveGitLabConnectedRepositoryRequest.



4011
4012
4013
# File 'lib/google/apis/cloudbuild_v1/classes.rb', line 4011

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#connected_repositoryGoogle::Apis::CloudbuildV1::GitLabRepositoryId

GitLabRepositoryId identifies a specific repository hosted on GitLab.com or GitLabEnterprise Corresponds to the JSON property connectedRepository



4009
4010
4011
# File 'lib/google/apis/cloudbuild_v1/classes.rb', line 4009

def connected_repository
  @connected_repository
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4016
4017
4018
# File 'lib/google/apis/cloudbuild_v1/classes.rb', line 4016

def update!(**args)
  @connected_repository = args[:connected_repository] if args.key?(:connected_repository)
end