Namespace Google.Apis.ChecksService.v1alpha
Classes
AccountsResource
The "accounts" collection of methods.
AccountsResource.AppsResource
The "apps" collection of methods.
AccountsResource.AppsResource.GetRequest
Gets an app.
AccountsResource.AppsResource.ListRequest
Lists the apps under the given account.
AccountsResource.AppsResource.OperationsResource
The "operations" collection of methods.
AccountsResource.AppsResource.OperationsResource.CancelRequest
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
.
AccountsResource.AppsResource.OperationsResource.DeleteRequest
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
.
AccountsResource.AppsResource.OperationsResource.GetRequest
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.
AccountsResource.AppsResource.OperationsResource.ListRequest
Lists operations that match the specified filter in the request. If the server doesn't support this
method, it returns UNIMPLEMENTED
.
AccountsResource.AppsResource.OperationsResource.WaitRequest
Waits until the specified long-running operation is done or reaches at most a specified timeout,
returning the latest state. If the operation is already done, the latest state is immediately
returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC
timeout is used. If the server does not support this method, it returns
google.rpc.Code.UNIMPLEMENTED
. Note that this method is on a best-effort basis. It may return the
latest state before the specified timeout (including immediately), meaning even an immediate
response is no guarantee that the operation is done.
AccountsResource.AppsResource.ReportsResource
The "reports" collection of methods.
AccountsResource.AppsResource.ReportsResource.GetRequest
Gets a report. By default, only the name and results_uri fields are returned. You can include other
fields by listing them in the fields
URL query parameter. For example, ?fields=name,checks
will
return the name and checks fields.
AccountsResource.AppsResource.ReportsResource.ListRequest
Lists reports for the specified app. By default, only the name and results_uri fields are returned.
You can include other fields by listing them in the fields
URL query parameter. For example,
?fields=reports(name,checks)
will return the name and checks fields.
AccountsResource.ReposResource
The "repos" collection of methods.
AccountsResource.ReposResource.OperationsResource
The "operations" collection of methods.
AccountsResource.ReposResource.OperationsResource.GetRequest
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.
ChecksServiceBaseServiceRequest<TResponse>
A base abstract class for ChecksService requests.
ChecksServiceService
The ChecksService Service.
MediaResource
The "media" collection of methods.
MediaResource.UploadMediaUpload
Upload media upload which supports resumable upload.
MediaResource.UploadRequest
Analyzes the uploaded app bundle and returns a google.longrunning.Operation containing the generated Report.
Example (upload only) Send a regular POST request with the header X-Goog-Upload-Protocol: raw
.
POST
https://checks.googleapis.com/upload/v1alpha/{parent=accounts/*/apps/*}/reports:analyzeUpload HTTP/1.1
X-Goog-Upload-Protocol: raw Content-Length: Content-Type: application/octet-stream
Example (upload
with metadata) Send a multipart POST request where the first body part contains the metadata JSON and the
second body part contains the binary upload. Include the header X-Goog-Upload-Protocol: multipart
.
POST https://checks.googleapis.com/upload/v1alpha/{parent=accounts/*/apps/*}/reports:analyzeUpload HTTP/1.1
X-Goog-Upload-Protocol: multipart Content-Length: ? Content-Type: multipart/related; boundary=BOUNDARY
--BOUNDARY Content-Type: application/json {"code_reference_id":"db5bcc20f94055fb5bc08cbb9b0e7a5530308786"}
--BOUNDARY --BOUNDARY--
Note: Metadata-only requests are not supported.
Enums
ChecksServiceBaseServiceRequest<TResponse>.AltEnum
Data format for response.
ChecksServiceBaseServiceRequest<TResponse>.XgafvEnum
V1 error format.
MediaResource.UploadMediaUpload.AltEnum
Data format for response.
MediaResource.UploadMediaUpload.XgafvEnum
V1 error format.