You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* `:alt` (*type:* `String.t`) - Data format for response.
715
+
* `:callback` (*type:* `String.t`) - JSONP
716
+
* `:fields` (*type:* `String.t`) - Selector specifying which fields to include in a partial response.
717
+
* `:key` (*type:* `String.t`) - 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.
718
+
* `:oauth_token` (*type:* `String.t`) - OAuth 2.0 token for the current user.
719
+
* `:prettyPrint` (*type:* `boolean()`) - Returns response with indentations and line breaks.
720
+
* `:quotaUser` (*type:* `String.t`) - 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.
721
+
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
722
+
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
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.
706
778
@@ -1231,6 +1303,150 @@ defmodule GoogleApi.DeveloperConnect.V1.Api.Projects do
1231
1303
)
1232
1304
end
1233
1305
1306
+
@doc"""
1307
+
ProcessGitLabEnterpriseWebhook is called by the external GitLab Enterprise instances for notifying events.
1308
+
1309
+
## Parameters
1310
+
1311
+
* `connection` (*type:* `GoogleApi.DeveloperConnect.V1.Connection.t`) - Connection to server
1312
+
* `name` (*type:* `String.t`) - Required. The GitRepositoryLink resource where the webhook will be received. Format: `projects/*/locations/*/connections/*/gitRepositoryLinks/*`.
* `:alt` (*type:* `String.t`) - Data format for response.
1317
+
* `:callback` (*type:* `String.t`) - JSONP
1318
+
* `:fields` (*type:* `String.t`) - Selector specifying which fields to include in a partial response.
1319
+
* `:key` (*type:* `String.t`) - 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.
1320
+
* `:oauth_token` (*type:* `String.t`) - OAuth 2.0 token for the current user.
1321
+
* `:prettyPrint` (*type:* `boolean()`) - Returns response with indentations and line breaks.
1322
+
* `:quotaUser` (*type:* `String.t`) - 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.
1323
+
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
1324
+
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
ProcessGitLabWebhook is called by the GitLab.com for notifying events.
1380
+
1381
+
## Parameters
1382
+
1383
+
* `connection` (*type:* `GoogleApi.DeveloperConnect.V1.Connection.t`) - Connection to server
1384
+
* `name` (*type:* `String.t`) - Required. The GitRepositoryLink resource where the webhook will be received. Format: `projects/*/locations/*/connections/*/gitRepositoryLinks/*`.
* `:alt` (*type:* `String.t`) - Data format for response.
1389
+
* `:callback` (*type:* `String.t`) - JSONP
1390
+
* `:fields` (*type:* `String.t`) - Selector specifying which fields to include in a partial response.
1391
+
* `:key` (*type:* `String.t`) - 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.
1392
+
* `:oauth_token` (*type:* `String.t`) - OAuth 2.0 token for the current user.
1393
+
* `:prettyPrint` (*type:* `boolean()`) - Returns response with indentations and line breaks.
1394
+
* `:quotaUser` (*type:* `String.t`) - 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.
1395
+
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
1396
+
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
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`.
Message that represents an arbitrary HTTP body. It should only be used for payload formats that can't be represented as JSON, such as raw binary or an HTML page. This message can be used both in streaming and non-streaming API methods in the request as well as the response. It can be used as a top-level request field, which is convenient if one wants to extract parameters from either the URL or HTTP template into the request fields and also want access to the raw HTTP body. Example: message GetResourceRequest { // A unique request id. string request_id = 1; // The raw HTTP body is bound to this field. google.api.HttpBody http_body = 2; } service ResourceService { rpc GetResource(GetResourceRequest) returns (google.api.HttpBody); rpc UpdateResource(google.api.HttpBody) returns (google.protobuf.Empty); } Example with streaming methods: service CaldavService { rpc GetCalendar(stream google.api.HttpBody) returns (stream google.api.HttpBody); rpc UpdateCalendar(stream google.api.HttpBody) returns (stream google.api.HttpBody); } Use of this type only changes how the request and response bodies are handled, all other features will continue to work unchanged.
21
+
22
+
## Attributes
23
+
24
+
* `contentType` (*type:* `String.t`, *default:* `nil`) - The HTTP Content-Type header value specifying the content type of the body.
25
+
* `data` (*type:* `String.t`, *default:* `nil`) - The HTTP request/response body as raw binary.
26
+
* `extensions` (*type:* `list(map())`, *default:* `nil`) - Application specific response metadata. Must be set in the first response for streaming APIs.
0 commit comments