Class: Google::Apis::DeveloperconnectV1::DeveloperConnectService
- Inherits:
-
Core::BaseService
- Object
- Core::BaseService
- Google::Apis::DeveloperconnectV1::DeveloperConnectService
- Defined in:
- lib/google/apis/developerconnect_v1/service.rb
Overview
Developer Connect API
Connect third-party source code management to Google
Constant Summary collapse
- DEFAULT_ENDPOINT_TEMPLATE =
"https://developerconnect.$UNIVERSE_DOMAIN$/"
Instance Attribute Summary collapse
-
#key ⇒ String
API key.
-
#quota_user ⇒ String
Available to use for quota purposes for server-side applications.
Instance Method Summary collapse
-
#cancel_operation(name, cancel_operation_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::DeveloperconnectV1::Empty
Starts asynchronous cancellation on a long-running operation.
-
#create_project_location_connection(parent, connection_object = nil, connection_id: nil, request_id: nil, validate_only: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::DeveloperconnectV1::Operation
Creates a new Connection in a given project and location.
-
#create_project_location_connection_git_repository_link(parent, git_repository_link_object = nil, git_repository_link_id: nil, request_id: nil, validate_only: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::DeveloperconnectV1::Operation
Creates a GitRepositoryLink.
-
#delete_project_location_connection(name, etag: nil, request_id: nil, validate_only: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::DeveloperconnectV1::Operation
Deletes a single Connection.
-
#delete_project_location_connection_git_repository_link(name, etag: nil, request_id: nil, validate_only: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::DeveloperconnectV1::Operation
Deletes a single GitRepositoryLink.
-
#delete_project_location_operation(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::DeveloperconnectV1::Empty
Deletes a long-running operation.
-
#fetch_git_repository_link_read_token(git_repository_link, fetch_read_token_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::DeveloperconnectV1::FetchReadTokenResponse
Fetches read token of a given gitRepositoryLink.
-
#fetch_git_repository_link_read_write_token(git_repository_link, fetch_read_write_token_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::DeveloperconnectV1::FetchReadWriteTokenResponse
Fetches read/write token of a given gitRepositoryLink.
-
#fetch_project_location_connection_git_hub_installations(connection, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::DeveloperconnectV1::FetchGitHubInstallationsResponse
FetchGitHubInstallations returns the list of GitHub Installations that are available to be added to a Connection.
-
#fetch_project_location_connection_git_repository_link_git_refs(git_repository_link, page_size: nil, page_token: nil, ref_type: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::DeveloperconnectV1::FetchGitRefsResponse
Fetch the list of branches or tags for a given repository.
-
#fetch_project_location_connection_linkable_git_repositories(connection, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::DeveloperconnectV1::FetchLinkableGitRepositoriesResponse
FetchLinkableGitRepositories returns a list of git repositories from an SCM that are available to be added to a Connection.
-
#get_project_location(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::DeveloperconnectV1::Location
Gets information about a location.
-
#get_project_location_connection(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::DeveloperconnectV1::Connection
Gets details of a single Connection.
-
#get_project_location_connection_git_repository_link(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::DeveloperconnectV1::GitRepositoryLink
Gets details of a single GitRepositoryLink.
-
#get_project_location_operation(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::DeveloperconnectV1::Operation
Gets the latest state of a long-running operation.
-
#initialize ⇒ DeveloperConnectService
constructor
A new instance of DeveloperConnectService.
-
#list_project_location_connection_git_repository_links(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::DeveloperconnectV1::ListGitRepositoryLinksResponse
Lists GitRepositoryLinks in a given project, location, and connection.
-
#list_project_location_connections(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::DeveloperconnectV1::ListConnectionsResponse
Lists Connections in a given project and location.
-
#list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::DeveloperconnectV1::ListOperationsResponse
Lists operations that match the specified filter in the request.
-
#list_project_locations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::DeveloperconnectV1::ListLocationsResponse
Lists information about the supported locations for this service.
-
#patch_project_location_connection(name, connection_object = nil, allow_missing: nil, request_id: nil, update_mask: nil, validate_only: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::DeveloperconnectV1::Operation
Updates the parameters of a single Connection.
-
#process_connection_git_hub_enterprise_webhook(parent, process_git_hub_enterprise_webhook_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::DeveloperconnectV1::Empty
ProcessGitHubEnterpriseWebhook is called by the external GitHub Enterprise instances for notifying events.
-
#process_git_repository_link_git_lab_enterprise_webhook(name, process_git_lab_enterprise_webhook_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::DeveloperconnectV1::Empty
ProcessGitLabEnterpriseWebhook is called by the external GitLab Enterprise instances for notifying events.
-
#process_git_repository_link_git_lab_webhook(name, process_git_lab_webhook_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::DeveloperconnectV1::Empty
ProcessGitLabWebhook is called by the GitLab.com for notifying events.
Constructor Details
#initialize ⇒ DeveloperConnectService
Returns a new instance of DeveloperConnectService.
47 48 49 50 51 52 |
# File 'lib/google/apis/developerconnect_v1/service.rb', line 47 def initialize super(DEFAULT_ENDPOINT_TEMPLATE, '', client_name: 'google-apis-developerconnect_v1', client_version: Google::Apis::DeveloperconnectV1::GEM_VERSION) @batch_path = 'batch' end |
Instance Attribute Details
#key ⇒ String
Returns API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
40 41 42 |
# File 'lib/google/apis/developerconnect_v1/service.rb', line 40 def key @key end |
#quota_user ⇒ String
Returns Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
45 46 47 |
# File 'lib/google/apis/developerconnect_v1/service.rb', line 45 def quota_user @quota_user end |
Instance Method Details
#cancel_operation(name, cancel_operation_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::DeveloperconnectV1::Empty
Starts asynchronous cancellation on a long-running operation. The server makes
a best effort to cancel the operation, but success is not guaranteed. If the
server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED
.
Clients can use Operations.GetOperation or other methods to check whether the
cancellation succeeded or whether the operation completed despite cancellation.
On successful cancellation, the operation is not deleted; instead, it becomes
an operation with an Operation.error value with a google.rpc.Status.code of 1,
corresponding to Code.CANCELLED
.
856 857 858 859 860 861 862 863 864 865 866 |
# File 'lib/google/apis/developerconnect_v1/service.rb', line 856 def cancel_operation(name, cancel_operation_request_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1/{+name}:cancel', ) command.request_representation = Google::Apis::DeveloperconnectV1::CancelOperationRequest::Representation command.request_object = cancel_operation_request_object command.response_representation = Google::Apis::DeveloperconnectV1::Empty::Representation command.response_class = Google::Apis::DeveloperconnectV1::Empty command.params['name'] = name unless name.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#create_project_location_connection(parent, connection_object = nil, connection_id: nil, request_id: nil, validate_only: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::DeveloperconnectV1::Operation
Creates a new Connection in a given project and location.
164 165 166 167 168 169 170 171 172 173 174 175 176 177 |
# File 'lib/google/apis/developerconnect_v1/service.rb', line 164 def create_project_location_connection(parent, connection_object = nil, connection_id: nil, request_id: nil, validate_only: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1/{+parent}/connections', ) command.request_representation = Google::Apis::DeveloperconnectV1::Connection::Representation command.request_object = connection_object command.response_representation = Google::Apis::DeveloperconnectV1::Operation::Representation command.response_class = Google::Apis::DeveloperconnectV1::Operation command.params['parent'] = parent unless parent.nil? command.query['connectionId'] = connection_id unless connection_id.nil? command.query['requestId'] = request_id unless request_id.nil? command.query['validateOnly'] = validate_only unless validate_only.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#create_project_location_connection_git_repository_link(parent, git_repository_link_object = nil, git_repository_link_id: nil, request_id: nil, validate_only: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::DeveloperconnectV1::Operation
Creates a GitRepositoryLink. Upon linking a Git Repository, Developer Connect will configure the Git Repository to send webhook events to Developer Connect. Connections that use Firebase GitHub Application will have events forwarded to the Firebase service. All other Connections will have events forwarded to Cloud Build.
513 514 515 516 517 518 519 520 521 522 523 524 525 526 |
# File 'lib/google/apis/developerconnect_v1/service.rb', line 513 def create_project_location_connection_git_repository_link(parent, git_repository_link_object = nil, git_repository_link_id: nil, request_id: nil, validate_only: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1/{+parent}/gitRepositoryLinks', ) command.request_representation = Google::Apis::DeveloperconnectV1::GitRepositoryLink::Representation command.request_object = git_repository_link_object command.response_representation = Google::Apis::DeveloperconnectV1::Operation::Representation command.response_class = Google::Apis::DeveloperconnectV1::Operation command.params['parent'] = parent unless parent.nil? command.query['gitRepositoryLinkId'] = git_repository_link_id unless git_repository_link_id.nil? command.query['requestId'] = request_id unless request_id.nil? command.query['validateOnly'] = validate_only unless validate_only.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#delete_project_location_connection(name, etag: nil, request_id: nil, validate_only: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::DeveloperconnectV1::Operation
Deletes a single Connection.
216 217 218 219 220 221 222 223 224 225 226 227 |
# File 'lib/google/apis/developerconnect_v1/service.rb', line 216 def delete_project_location_connection(name, etag: nil, request_id: nil, validate_only: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:delete, 'v1/{+name}', ) command.response_representation = Google::Apis::DeveloperconnectV1::Operation::Representation command.response_class = Google::Apis::DeveloperconnectV1::Operation command.params['name'] = name unless name.nil? command.query['etag'] = etag unless etag.nil? command.query['requestId'] = request_id unless request_id.nil? command.query['validateOnly'] = validate_only unless validate_only.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#delete_project_location_connection_git_repository_link(name, etag: nil, request_id: nil, validate_only: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::DeveloperconnectV1::Operation
Deletes a single GitRepositoryLink.
565 566 567 568 569 570 571 572 573 574 575 576 |
# File 'lib/google/apis/developerconnect_v1/service.rb', line 565 def delete_project_location_connection_git_repository_link(name, etag: nil, request_id: nil, validate_only: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:delete, 'v1/{+name}', ) command.response_representation = Google::Apis::DeveloperconnectV1::Operation::Representation command.response_class = Google::Apis::DeveloperconnectV1::Operation command.params['name'] = name unless name.nil? command.query['etag'] = etag unless etag.nil? command.query['requestId'] = request_id unless request_id.nil? command.query['validateOnly'] = validate_only unless validate_only.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#delete_project_location_operation(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::DeveloperconnectV1::Empty
Deletes a long-running operation. This method indicates that the client is no
longer interested in the operation result. It does not cancel the operation.
If the server doesn't support this method, it returns google.rpc.Code.
UNIMPLEMENTED
.
891 892 893 894 895 896 897 898 899 |
# File 'lib/google/apis/developerconnect_v1/service.rb', line 891 def delete_project_location_operation(name, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:delete, 'v1/{+name}', ) command.response_representation = Google::Apis::DeveloperconnectV1::Empty::Representation command.response_class = Google::Apis::DeveloperconnectV1::Empty command.params['name'] = name unless name.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#fetch_git_repository_link_read_token(git_repository_link, fetch_read_token_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::DeveloperconnectV1::FetchReadTokenResponse
Fetches read token of a given gitRepositoryLink.
640 641 642 643 644 645 646 647 648 649 650 |
# File 'lib/google/apis/developerconnect_v1/service.rb', line 640 def fetch_git_repository_link_read_token(git_repository_link, fetch_read_token_request_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1/{+gitRepositoryLink}:fetchReadToken', ) command.request_representation = Google::Apis::DeveloperconnectV1::FetchReadTokenRequest::Representation command.request_object = fetch_read_token_request_object command.response_representation = Google::Apis::DeveloperconnectV1::FetchReadTokenResponse::Representation command.response_class = Google::Apis::DeveloperconnectV1::FetchReadTokenResponse command.params['gitRepositoryLink'] = git_repository_link unless git_repository_link.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#fetch_git_repository_link_read_write_token(git_repository_link, fetch_read_write_token_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::DeveloperconnectV1::FetchReadWriteTokenResponse
Fetches read/write token of a given gitRepositoryLink.
674 675 676 677 678 679 680 681 682 683 684 |
# File 'lib/google/apis/developerconnect_v1/service.rb', line 674 def fetch_git_repository_link_read_write_token(git_repository_link, fetch_read_write_token_request_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1/{+gitRepositoryLink}:fetchReadWriteToken', ) command.request_representation = Google::Apis::DeveloperconnectV1::FetchReadWriteTokenRequest::Representation command.request_object = fetch_read_write_token_request_object command.response_representation = Google::Apis::DeveloperconnectV1::FetchReadWriteTokenResponse::Representation command.response_class = Google::Apis::DeveloperconnectV1::FetchReadWriteTokenResponse command.params['gitRepositoryLink'] = git_repository_link unless git_repository_link.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#fetch_project_location_connection_git_hub_installations(connection, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::DeveloperconnectV1::FetchGitHubInstallationsResponse
FetchGitHubInstallations returns the list of GitHub Installations that are available to be added to a Connection. For github.com, only installations accessible to the authorizer token are returned. For GitHub Enterprise, all installations are returned.
253 254 255 256 257 258 259 260 261 |
# File 'lib/google/apis/developerconnect_v1/service.rb', line 253 def fetch_project_location_connection_git_hub_installations(connection, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/{+connection}:fetchGitHubInstallations', ) command.response_representation = Google::Apis::DeveloperconnectV1::FetchGitHubInstallationsResponse::Representation command.response_class = Google::Apis::DeveloperconnectV1::FetchGitHubInstallationsResponse command.params['connection'] = connection unless connection.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#fetch_project_location_connection_git_repository_link_git_refs(git_repository_link, page_size: nil, page_token: nil, ref_type: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::DeveloperconnectV1::FetchGitRefsResponse
Fetch the list of branches or tags for a given repository.
605 606 607 608 609 610 611 612 613 614 615 616 |
# File 'lib/google/apis/developerconnect_v1/service.rb', line 605 def fetch_project_location_connection_git_repository_link_git_refs(git_repository_link, page_size: nil, page_token: nil, ref_type: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/{+gitRepositoryLink}:fetchGitRefs', ) command.response_representation = Google::Apis::DeveloperconnectV1::FetchGitRefsResponse::Representation command.response_class = Google::Apis::DeveloperconnectV1::FetchGitRefsResponse command.params['gitRepositoryLink'] = git_repository_link unless git_repository_link.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? command.query['refType'] = ref_type unless ref_type.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#fetch_project_location_connection_linkable_git_repositories(connection, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::DeveloperconnectV1::FetchLinkableGitRepositoriesResponse
FetchLinkableGitRepositories returns a list of git repositories from an SCM that are available to be added to a Connection.
289 290 291 292 293 294 295 296 297 298 299 |
# File 'lib/google/apis/developerconnect_v1/service.rb', line 289 def fetch_project_location_connection_linkable_git_repositories(connection, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/{+connection}:fetchLinkableGitRepositories', ) command.response_representation = Google::Apis::DeveloperconnectV1::FetchLinkableGitRepositoriesResponse::Representation command.response_class = Google::Apis::DeveloperconnectV1::FetchLinkableGitRepositoriesResponse command.params['connection'] = connection unless connection.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#get_project_location(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::DeveloperconnectV1::Location
Gets information about a location.
74 75 76 77 78 79 80 81 82 |
# File 'lib/google/apis/developerconnect_v1/service.rb', line 74 def get_project_location(name, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/{+name}', ) command.response_representation = Google::Apis::DeveloperconnectV1::Location::Representation command.response_class = Google::Apis::DeveloperconnectV1::Location command.params['name'] = name unless name.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#get_project_location_connection(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::DeveloperconnectV1::Connection
Gets details of a single Connection.
321 322 323 324 325 326 327 328 329 |
# File 'lib/google/apis/developerconnect_v1/service.rb', line 321 def get_project_location_connection(name, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/{+name}', ) command.response_representation = Google::Apis::DeveloperconnectV1::Connection::Representation command.response_class = Google::Apis::DeveloperconnectV1::Connection command.params['name'] = name unless name.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#get_project_location_connection_git_repository_link(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::DeveloperconnectV1::GitRepositoryLink
Gets details of a single GitRepositoryLink.
706 707 708 709 710 711 712 713 714 |
# File 'lib/google/apis/developerconnect_v1/service.rb', line 706 def get_project_location_connection_git_repository_link(name, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/{+name}', ) command.response_representation = Google::Apis::DeveloperconnectV1::GitRepositoryLink::Representation command.response_class = Google::Apis::DeveloperconnectV1::GitRepositoryLink command.params['name'] = name unless name.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#get_project_location_operation(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::DeveloperconnectV1::Operation
Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
922 923 924 925 926 927 928 929 930 |
# File 'lib/google/apis/developerconnect_v1/service.rb', line 922 def get_project_location_operation(name, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/{+name}', ) command.response_representation = Google::Apis::DeveloperconnectV1::Operation::Representation command.response_class = Google::Apis::DeveloperconnectV1::Operation command.params['name'] = name unless name.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#list_project_location_connection_git_repository_links(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::DeveloperconnectV1::ListGitRepositoryLinksResponse
Lists GitRepositoryLinks in a given project, location, and connection.
745 746 747 748 749 750 751 752 753 754 755 756 757 |
# File 'lib/google/apis/developerconnect_v1/service.rb', line 745 def list_project_location_connection_git_repository_links(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/{+parent}/gitRepositoryLinks', ) command.response_representation = Google::Apis::DeveloperconnectV1::ListGitRepositoryLinksResponse::Representation command.response_class = Google::Apis::DeveloperconnectV1::ListGitRepositoryLinksResponse command.params['parent'] = parent unless parent.nil? command.query['filter'] = filter unless filter.nil? command.query['orderBy'] = order_by unless order_by.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#list_project_location_connections(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::DeveloperconnectV1::ListConnectionsResponse
Lists Connections in a given project and location.
360 361 362 363 364 365 366 367 368 369 370 371 372 |
# File 'lib/google/apis/developerconnect_v1/service.rb', line 360 def list_project_location_connections(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/{+parent}/connections', ) command.response_representation = Google::Apis::DeveloperconnectV1::ListConnectionsResponse::Representation command.response_class = Google::Apis::DeveloperconnectV1::ListConnectionsResponse command.params['parent'] = parent unless parent.nil? command.query['filter'] = filter unless filter.nil? command.query['orderBy'] = order_by unless order_by.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::DeveloperconnectV1::ListOperationsResponse
Lists operations that match the specified filter in the request. If the server
doesn't support this method, it returns UNIMPLEMENTED
.
959 960 961 962 963 964 965 966 967 968 969 970 |
# File 'lib/google/apis/developerconnect_v1/service.rb', line 959 def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/{+name}/operations', ) command.response_representation = Google::Apis::DeveloperconnectV1::ListOperationsResponse::Representation command.response_class = Google::Apis::DeveloperconnectV1::ListOperationsResponse command.params['name'] = name unless name.nil? command.query['filter'] = filter unless filter.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#list_project_locations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::DeveloperconnectV1::ListLocationsResponse
Lists information about the supported locations for this service.
114 115 116 117 118 119 120 121 122 123 124 125 |
# File 'lib/google/apis/developerconnect_v1/service.rb', line 114 def list_project_locations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/{+name}/locations', ) command.response_representation = Google::Apis::DeveloperconnectV1::ListLocationsResponse::Representation command.response_class = Google::Apis::DeveloperconnectV1::ListLocationsResponse command.params['name'] = name unless name.nil? command.query['filter'] = filter unless filter.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#patch_project_location_connection(name, connection_object = nil, allow_missing: nil, request_id: nil, update_mask: nil, validate_only: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::DeveloperconnectV1::Operation
Updates the parameters of a single Connection.
420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 |
# File 'lib/google/apis/developerconnect_v1/service.rb', line 420 def patch_project_location_connection(name, connection_object = nil, allow_missing: nil, request_id: nil, update_mask: nil, validate_only: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:patch, 'v1/{+name}', ) command.request_representation = Google::Apis::DeveloperconnectV1::Connection::Representation command.request_object = connection_object command.response_representation = Google::Apis::DeveloperconnectV1::Operation::Representation command.response_class = Google::Apis::DeveloperconnectV1::Operation command.params['name'] = name unless name.nil? command.query['allowMissing'] = allow_missing unless allow_missing.nil? command.query['requestId'] = request_id unless request_id.nil? command.query['updateMask'] = update_mask unless update_mask.nil? command.query['validateOnly'] = validate_only unless validate_only.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#process_connection_git_hub_enterprise_webhook(parent, process_git_hub_enterprise_webhook_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::DeveloperconnectV1::Empty
ProcessGitHubEnterpriseWebhook is called by the external GitHub Enterprise instances for notifying events.
459 460 461 462 463 464 465 466 467 468 469 |
# File 'lib/google/apis/developerconnect_v1/service.rb', line 459 def process_connection_git_hub_enterprise_webhook(parent, process_git_hub_enterprise_webhook_request_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1/{+parent}/connections:processGitHubEnterpriseWebhook', ) command.request_representation = Google::Apis::DeveloperconnectV1::ProcessGitHubEnterpriseWebhookRequest::Representation command.request_object = process_git_hub_enterprise_webhook_request_object command.response_representation = Google::Apis::DeveloperconnectV1::Empty::Representation command.response_class = Google::Apis::DeveloperconnectV1::Empty command.params['parent'] = parent unless parent.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#process_git_repository_link_git_lab_enterprise_webhook(name, process_git_lab_enterprise_webhook_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::DeveloperconnectV1::Empty
ProcessGitLabEnterpriseWebhook is called by the external GitLab Enterprise instances for notifying events.
782 783 784 785 786 787 788 789 790 791 792 |
# File 'lib/google/apis/developerconnect_v1/service.rb', line 782 def process_git_repository_link_git_lab_enterprise_webhook(name, process_git_lab_enterprise_webhook_request_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1/{+name}:processGitLabEnterpriseWebhook', ) command.request_representation = Google::Apis::DeveloperconnectV1::ProcessGitLabEnterpriseWebhookRequest::Representation command.request_object = process_git_lab_enterprise_webhook_request_object command.response_representation = Google::Apis::DeveloperconnectV1::Empty::Representation command.response_class = Google::Apis::DeveloperconnectV1::Empty command.params['name'] = name unless name.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#process_git_repository_link_git_lab_webhook(name, process_git_lab_webhook_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::DeveloperconnectV1::Empty
ProcessGitLabWebhook is called by the GitLab.com for notifying events.
816 817 818 819 820 821 822 823 824 825 826 |
# File 'lib/google/apis/developerconnect_v1/service.rb', line 816 def process_git_repository_link_git_lab_webhook(name, process_git_lab_webhook_request_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1/{+name}:processGitLabWebhook', ) command.request_representation = Google::Apis::DeveloperconnectV1::ProcessGitLabWebhookRequest::Representation command.request_object = process_git_lab_webhook_request_object command.response_representation = Google::Apis::DeveloperconnectV1::Empty::Representation command.response_class = Google::Apis::DeveloperconnectV1::Empty command.params['name'] = name unless name.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |