mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-31 14:24:01 +01:00
70 lines
27 KiB
HTML
70 lines
27 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `api` mod in crate `google_cloudbuild1`."><meta name="keywords" content="rust, rustlang, rust-lang, api"><title>google_cloudbuild1::api - Rust</title><link rel="stylesheet" type="text/css" href="../../normalize.css"><link rel="stylesheet" type="text/css" href="../../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" type="text/css" href="../../light.css" id="themeStyle"><link rel="stylesheet" type="text/css" href="../../dark.css" disabled ><link rel="stylesheet" type="text/css" href="../../ayu.css" disabled ><script id="default-settings"></script><script src="../../storage.js"></script><noscript><link rel="stylesheet" href="../../noscript.css"></noscript><link rel="icon" type="image/svg+xml" href="../../favicon.svg">
|
||
<link rel="alternate icon" type="image/png" href="../../favicon-16x16.png">
|
||
<link rel="alternate icon" type="image/png" href="../../favicon-32x32.png"><style type="text/css">#crate-search{background-image:url("../../down-arrow.svg");}</style></head><body class="rustdoc mod"><!--[if lte IE 8]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="sidebar"><div class="sidebar-menu">☰</div><a href='../../google_cloudbuild1/index.html'><div class='logo-container rust-logo'><img src='../../rust-logo.png' alt='logo'></div></a><p class="location">Module api</p><div class="sidebar-elems"><div class="block items"><ul><li><a href="#structs">Structs</a></li><li><a href="#enums">Enums</a></li></ul></div><p class="location"><a href="../index.html">google_cloudbuild1</a></p><div id="sidebar-vars" data-name="api" data-ty="mod" data-relpath="../"></div><script defer src="../sidebar-items.js"></script></div></nav><div class="theme-picker"><button id="theme-picker" aria-label="Pick another theme!" aria-haspopup="menu"><img src="../../brush.svg" width="18" alt="Pick another theme!"></button><div id="theme-choices" role="menu"></div></div><script src="../../theme.js"></script><nav class="sub"><form class="search-form"><div class="search-container"><div><select id="crate-search"><option value="All crates">All crates</option></select><input class="search-input" name="search" disabled autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"></div><button type="button" class="help-button">?</button>
|
||
<a id="settings-menu" href="../../settings.html"><img src="../../wheel.svg" width="18" alt="Change settings"></a></div></form></nav><section id="main" class="content"><h1 class="fqn"><span class="in-band">Module <a href="../index.html">google_cloudbuild1</a>::<wbr><a class="mod" href="">api</a></span><span class="out-of-band"><span id="render-detail"><a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">−</span>]</a></span><a class="srclink" href="../../src/google_cloudbuild1/api.rs.html#1-7663" title="goto source code">[src]</a></span></h1><h2 id="structs" class="section-header"><a href="#structs">Structs</a></h2>
|
||
<table><tr class="module-item"><td><a class="struct" href="struct.ArtifactObjects.html" title="google_cloudbuild1::api::ArtifactObjects struct">ArtifactObjects</a></td><td class="docblock-short"><p>Files in the workspace to upload to Cloud Storage upon successful completion of all build steps.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Artifacts.html" title="google_cloudbuild1::api::Artifacts struct">Artifacts</a></td><td class="docblock-short"><p>Artifacts produced by a build that should be uploaded upon successful completion of all build steps.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Build.html" title="google_cloudbuild1::api::Build struct">Build</a></td><td class="docblock-short"><p>A build resource in the Cloud Build API. At a high level, a <code>Build</code> describes where to find source code, how to build it (for example, the builder image to run on the source), and where to store the built artifacts. Fields can include the following variables, which will be expanded when the build is created: - $PROJECT_ID: the project ID of the build. - $PROJECT_NUMBER: the project number of the build. - $BUILD_ID: the autogenerated ID of the build. - $REPO_NAME: the source repository name specified by RepoSource. - $BRANCH_NAME: the branch name specified by RepoSource. - $TAG_NAME: the tag name specified by RepoSource. - $REVISION_ID or $COMMIT_SHA: the commit SHA specified by RepoSource or resolved from the specified branch or tag. - $SHORT_SHA: first 7 characters of $REVISION_ID or $COMMIT_SHA.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.BuildOptions.html" title="google_cloudbuild1::api::BuildOptions struct">BuildOptions</a></td><td class="docblock-short"><p>Optional arguments to enable specific features of builds.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.BuildStep.html" title="google_cloudbuild1::api::BuildStep struct">BuildStep</a></td><td class="docblock-short"><p>A step in the build pipeline.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.BuildTrigger.html" title="google_cloudbuild1::api::BuildTrigger struct">BuildTrigger</a></td><td class="docblock-short"><p>Configuration for an automated build in response to source repository changes.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.BuiltImage.html" title="google_cloudbuild1::api::BuiltImage struct">BuiltImage</a></td><td class="docblock-short"><p>An image built by the pipeline.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.CancelBuildRequest.html" title="google_cloudbuild1::api::CancelBuildRequest struct">CancelBuildRequest</a></td><td class="docblock-short"><p>Request to cancel an ongoing build.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.CancelOperationRequest.html" title="google_cloudbuild1::api::CancelOperationRequest struct">CancelOperationRequest</a></td><td class="docblock-short"><p>The request message for Operations.CancelOperation.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.CloudBuild.html" title="google_cloudbuild1::api::CloudBuild struct">CloudBuild</a></td><td class="docblock-short"><p>Central instance to access all CloudBuild related resource activities</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Empty.html" title="google_cloudbuild1::api::Empty struct">Empty</a></td><td class="docblock-short"><p>A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for <code>Empty</code> is empty JSON object <code>{}</code>.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.FileHashes.html" title="google_cloudbuild1::api::FileHashes struct">FileHashes</a></td><td class="docblock-short"><p>Container message for hashes of byte content of files, used in SourceProvenance messages to verify integrity of source input to the build.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GitHubEventsConfig.html" title="google_cloudbuild1::api::GitHubEventsConfig struct">GitHubEventsConfig</a></td><td class="docblock-short"><p>GitHubEventsConfig describes the configuration of a trigger that creates a build whenever a GitHub event is received. This message is experimental.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Hash.html" title="google_cloudbuild1::api::Hash struct">Hash</a></td><td class="docblock-short"><p>Container message for hash values.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.HttpBody.html" title="google_cloudbuild1::api::HttpBody struct">HttpBody</a></td><td class="docblock-short"><p>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.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.InlineSecret.html" title="google_cloudbuild1::api::InlineSecret struct">InlineSecret</a></td><td class="docblock-short"><p>Pairs a set of secret environment variables mapped to encrypted values with the Cloud KMS key to use to decrypt the value.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ListBuildTriggersResponse.html" title="google_cloudbuild1::api::ListBuildTriggersResponse struct">ListBuildTriggersResponse</a></td><td class="docblock-short"><p>Response containing existing <code>BuildTriggers</code>.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ListBuildsResponse.html" title="google_cloudbuild1::api::ListBuildsResponse struct">ListBuildsResponse</a></td><td class="docblock-short"><p>Response including listed builds.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Operation.html" title="google_cloudbuild1::api::Operation struct">Operation</a></td><td class="docblock-short"><p>This resource represents a long-running operation that is the result of a network API call.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.OperationCancelCall.html" title="google_cloudbuild1::api::OperationCancelCall struct">OperationCancelCall</a></td><td class="docblock-short"><p>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 <code>google.rpc.Code.UNIMPLEMENTED</code>. 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>Code.CANCELLED</code>.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.OperationGetCall.html" title="google_cloudbuild1::api::OperationGetCall struct">OperationGetCall</a></td><td class="docblock-short"><p>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.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.OperationMethods.html" title="google_cloudbuild1::api::OperationMethods struct">OperationMethods</a></td><td class="docblock-short"><p>A builder providing access to all methods supported on <em>operation</em> resources.
|
||
It is not used directly, but through the <code>CloudBuild</code> hub.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectBuildCancelCall.html" title="google_cloudbuild1::api::ProjectBuildCancelCall struct">ProjectBuildCancelCall</a></td><td class="docblock-short"><p>Cancels a build in progress.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectBuildCreateCall.html" title="google_cloudbuild1::api::ProjectBuildCreateCall struct">ProjectBuildCreateCall</a></td><td class="docblock-short"><p>Starts a build with the specified configuration. This method returns a long-running <code>Operation</code>, which includes the build ID. Pass the build ID to <code>GetBuild</code> to determine the build status (such as <code>SUCCESS</code> or <code>FAILURE</code>).</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectBuildGetCall.html" title="google_cloudbuild1::api::ProjectBuildGetCall struct">ProjectBuildGetCall</a></td><td class="docblock-short"><p>Returns information about a previously requested build. The <code>Build</code> that is returned includes its status (such as <code>SUCCESS</code>, <code>FAILURE</code>, or <code>WORKING</code>), and timing information.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectBuildListCall.html" title="google_cloudbuild1::api::ProjectBuildListCall struct">ProjectBuildListCall</a></td><td class="docblock-short"><p>Lists previously requested builds. Previously requested builds may still be in-progress, or may have finished successfully or unsuccessfully.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectBuildRetryCall.html" title="google_cloudbuild1::api::ProjectBuildRetryCall struct">ProjectBuildRetryCall</a></td><td class="docblock-short"><p>Creates a new build based on the specified build. This method creates a new build using the original build request, which may or may not result in an identical build. For triggered builds: * Triggered builds resolve to a precise revision; therefore a retry of a triggered build will result in a build that uses the same revision. For non-triggered builds that specify <code>RepoSource</code>: * If the original build built from the tip of a branch, the retried build will build from the tip of that branch, which may not be the same revision as the original build. * If the original build specified a commit sha or revision ID, the retried build will use the identical source. For builds that specify <code>StorageSource</code>: * If the original build pulled source from Google Cloud Storage without specifying the generation of the object, the new build will use the current object, which may be different from the original build source. * If the original build pulled source from Cloud Storage and specified the generation of the object, the new build will attempt to use the same object, which may or may not be available depending on the bucket's lifecycle management settings.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationBuildCancelCall.html" title="google_cloudbuild1::api::ProjectLocationBuildCancelCall struct">ProjectLocationBuildCancelCall</a></td><td class="docblock-short"><p>Cancels a build in progress.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationBuildCreateCall.html" title="google_cloudbuild1::api::ProjectLocationBuildCreateCall struct">ProjectLocationBuildCreateCall</a></td><td class="docblock-short"><p>Starts a build with the specified configuration. This method returns a long-running <code>Operation</code>, which includes the build ID. Pass the build ID to <code>GetBuild</code> to determine the build status (such as <code>SUCCESS</code> or <code>FAILURE</code>).</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationBuildGetCall.html" title="google_cloudbuild1::api::ProjectLocationBuildGetCall struct">ProjectLocationBuildGetCall</a></td><td class="docblock-short"><p>Returns information about a previously requested build. The <code>Build</code> that is returned includes its status (such as <code>SUCCESS</code>, <code>FAILURE</code>, or <code>WORKING</code>), and timing information.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationBuildListCall.html" title="google_cloudbuild1::api::ProjectLocationBuildListCall struct">ProjectLocationBuildListCall</a></td><td class="docblock-short"><p>Lists previously requested builds. Previously requested builds may still be in-progress, or may have finished successfully or unsuccessfully.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationBuildRetryCall.html" title="google_cloudbuild1::api::ProjectLocationBuildRetryCall struct">ProjectLocationBuildRetryCall</a></td><td class="docblock-short"><p>Creates a new build based on the specified build. This method creates a new build using the original build request, which may or may not result in an identical build. For triggered builds: * Triggered builds resolve to a precise revision; therefore a retry of a triggered build will result in a build that uses the same revision. For non-triggered builds that specify <code>RepoSource</code>: * If the original build built from the tip of a branch, the retried build will build from the tip of that branch, which may not be the same revision as the original build. * If the original build specified a commit sha or revision ID, the retried build will use the identical source. For builds that specify <code>StorageSource</code>: * If the original build pulled source from Google Cloud Storage without specifying the generation of the object, the new build will use the current object, which may be different from the original build source. * If the original build pulled source from Cloud Storage and specified the generation of the object, the new build will attempt to use the same object, which may or may not be available depending on the bucket's lifecycle management settings.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationOperationCancelCall.html" title="google_cloudbuild1::api::ProjectLocationOperationCancelCall struct">ProjectLocationOperationCancelCall</a></td><td class="docblock-short"><p>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 <code>google.rpc.Code.UNIMPLEMENTED</code>. 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>Code.CANCELLED</code>.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectLocationOperationGetCall.html" title="google_cloudbuild1::api::ProjectLocationOperationGetCall struct">ProjectLocationOperationGetCall</a></td><td class="docblock-short"><p>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.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectMethods.html" title="google_cloudbuild1::api::ProjectMethods struct">ProjectMethods</a></td><td class="docblock-short"><p>A builder providing access to all methods supported on <em>project</em> resources.
|
||
It is not used directly, but through the <code>CloudBuild</code> hub.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectTriggerCreateCall.html" title="google_cloudbuild1::api::ProjectTriggerCreateCall struct">ProjectTriggerCreateCall</a></td><td class="docblock-short"><p>Creates a new <code>BuildTrigger</code>. This API is experimental.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectTriggerDeleteCall.html" title="google_cloudbuild1::api::ProjectTriggerDeleteCall struct">ProjectTriggerDeleteCall</a></td><td class="docblock-short"><p>Deletes a <code>BuildTrigger</code> by its project ID and trigger ID. This API is experimental.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectTriggerGetCall.html" title="google_cloudbuild1::api::ProjectTriggerGetCall struct">ProjectTriggerGetCall</a></td><td class="docblock-short"><p>Returns information about a <code>BuildTrigger</code>. This API is experimental.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectTriggerListCall.html" title="google_cloudbuild1::api::ProjectTriggerListCall struct">ProjectTriggerListCall</a></td><td class="docblock-short"><p>Lists existing <code>BuildTrigger</code>s. This API is experimental.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectTriggerPatchCall.html" title="google_cloudbuild1::api::ProjectTriggerPatchCall struct">ProjectTriggerPatchCall</a></td><td class="docblock-short"><p>Updates a <code>BuildTrigger</code> by its project ID and trigger ID. This API is experimental.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectTriggerRunCall.html" title="google_cloudbuild1::api::ProjectTriggerRunCall struct">ProjectTriggerRunCall</a></td><td class="docblock-short"><p>Runs a <code>BuildTrigger</code> at a particular source revision.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectTriggerWebhookCall.html" title="google_cloudbuild1::api::ProjectTriggerWebhookCall struct">ProjectTriggerWebhookCall</a></td><td class="docblock-short"><p>ReceiveTriggerWebhook [Experimental] is called when the API receives a webhook request targeted at a specific trigger.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.PullRequestFilter.html" title="google_cloudbuild1::api::PullRequestFilter struct">PullRequestFilter</a></td><td class="docblock-short"><p>PullRequestFilter contains filter properties for matching GitHub Pull Requests.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.PushFilter.html" title="google_cloudbuild1::api::PushFilter struct">PushFilter</a></td><td class="docblock-short"><p>Push contains filter properties for matching GitHub git pushes.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ReceiveTriggerWebhookResponse.html" title="google_cloudbuild1::api::ReceiveTriggerWebhookResponse struct">ReceiveTriggerWebhookResponse</a></td><td class="docblock-short"><p>ReceiveTriggerWebhookResponse [Experimental] is the response object for the ReceiveTriggerWebhook method.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.RepoSource.html" title="google_cloudbuild1::api::RepoSource struct">RepoSource</a></td><td class="docblock-short"><p>Location of the source in a Google Cloud Source Repository.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Results.html" title="google_cloudbuild1::api::Results struct">Results</a></td><td class="docblock-short"><p>Artifacts created by the build pipeline.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.RetryBuildRequest.html" title="google_cloudbuild1::api::RetryBuildRequest struct">RetryBuildRequest</a></td><td class="docblock-short"><p>Specifies a build to retry.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Secret.html" title="google_cloudbuild1::api::Secret struct">Secret</a></td><td class="docblock-short"><p>Pairs a set of secret environment variables containing encrypted values with the Cloud KMS key to use to decrypt the value. Note: Use <code>kmsKeyName</code> with <code>available_secrets</code> instead of using <code>kmsKeyName</code> with <code>secret</code>. For instructions see: https://cloud.google.com/cloud-build/docs/securing-builds/use-encrypted-credentials.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.SecretManagerSecret.html" title="google_cloudbuild1::api::SecretManagerSecret struct">SecretManagerSecret</a></td><td class="docblock-short"><p>Pairs a secret environment variable with a SecretVersion in Secret Manager.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Secrets.html" title="google_cloudbuild1::api::Secrets struct">Secrets</a></td><td class="docblock-short"><p>Secrets and secret environment variables.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Source.html" title="google_cloudbuild1::api::Source struct">Source</a></td><td class="docblock-short"><p>Location of the source in a supported storage service.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.SourceProvenance.html" title="google_cloudbuild1::api::SourceProvenance struct">SourceProvenance</a></td><td class="docblock-short"><p>Provenance of the source. Ways to find the original source, or verify that some source was used for this build.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Status.html" title="google_cloudbuild1::api::Status struct">Status</a></td><td class="docblock-short"><p>The <code>Status</code> type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by <a href="https://github.com/grpc">gRPC</a>. Each <code>Status</code> message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the <a href="https://cloud.google.com/apis/design/errors">API Design Guide</a>.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.StorageSource.html" title="google_cloudbuild1::api::StorageSource struct">StorageSource</a></td><td class="docblock-short"><p>Location of the source in an archive file in Google Cloud Storage.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.StorageSourceManifest.html" title="google_cloudbuild1::api::StorageSourceManifest struct">StorageSourceManifest</a></td><td class="docblock-short"><p>Location of the source manifest in Google Cloud Storage. This feature is in Preview.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TimeSpan.html" title="google_cloudbuild1::api::TimeSpan struct">TimeSpan</a></td><td class="docblock-short"><p>Start and end times for a build execution phase.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Volume.html" title="google_cloudbuild1::api::Volume struct">Volume</a></td><td class="docblock-short"><p>Volume describes a Docker container volume which is mounted into build steps in order to persist files across build step execution.</p>
|
||
</td></tr></table><h2 id="enums" class="section-header"><a href="#enums">Enums</a></h2>
|
||
<table><tr class="module-item"><td><a class="enum" href="enum.Scope.html" title="google_cloudbuild1::api::Scope enum">Scope</a></td><td class="docblock-short"><p>Identifies the an OAuth2 authorization scope.
|
||
A scope is needed when requesting an
|
||
<a href="https://developers.google.com/youtube/v3/guides/authentication">authorization token</a>.</p>
|
||
</td></tr></table></section><section id="search" class="content hidden"></section><section class="footer"></section><div id="rustdoc-vars" data-root-path="../../" data-current-crate="google_cloudbuild1"></div>
|
||
<script src="../../main.js"></script><script defer src="../../search-index.js"></script></body></html> |