Files
google-apis-rs/google_cloudscheduler1_cli/projects_locations-jobs-create/index.html
2022-03-08 15:36:16 +08:00

525 lines
28 KiB
HTML

<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Locations Jobs Create - Cloud Scheduler v3.0.0+20220212</title>
<link href='https://fonts.googleapis.com/css?family=Lato:400,700|Roboto+Slab:400,700|Inconsolata:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="../css/theme.css" type="text/css" />
<link rel="stylesheet" href="../css/theme_extra.css" type="text/css" />
<link rel="stylesheet" href="../css/highlight.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script>
<script type="text/javascript" src="../js/highlight.pack.js"></script>
<script src="../js/theme.js"></script>
<style>
body {font-size: 90%;}
pre, code {font-size: 100%;}
h3, h4, h5, h6 {color: #2980b9; font-weight: 300}
</style>
</head>
<body class="wy-body-for-nav" role="document">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
<div class="wy-side-nav-search">
<a href=".." class="icon icon-home"> Cloud Scheduler v3.0.0+20220212</a>
</div>
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
<ul class="current">
<span>Projects</span>
<li class="toctree-l1 ">
<a class="" href="../projects_locations-get">Locations Get</a>
</li>
<li class="toctree-l1 current">
<a class="current" href=".">Locations Jobs Create</a>
<ul>
<li class="toctree-l2"><a href="#scopes">Scopes</a></li>
<li class="toctree-l2"><a href="#required-scalar-argument">Required Scalar Argument</a></li>
<li class="toctree-l2"><a href="#required-request-value">Required Request Value</a></li>
<li><a class="toctree-l3" href="#about-cursors">About Cursors</a></li>
<li class="toctree-l2"><a href="#optional-output-flags">Optional Output Flags</a></li>
<li class="toctree-l2"><a href="#optional-general-properties">Optional General Properties</a></li>
</ul>
</li>
<li class="toctree-l1 ">
<a class="" href="../projects_locations-jobs-delete">Locations Jobs Delete</a>
</li>
<li class="toctree-l1 ">
<a class="" href="../projects_locations-jobs-get">Locations Jobs Get</a>
</li>
<li class="toctree-l1 ">
<a class="" href="../projects_locations-jobs-list">Locations Jobs List</a>
</li>
<li class="toctree-l1 ">
<a class="" href="../projects_locations-jobs-patch">Locations Jobs Patch</a>
</li>
<li class="toctree-l1 ">
<a class="" href="../projects_locations-jobs-pause">Locations Jobs Pause</a>
</li>
<li class="toctree-l1 ">
<a class="" href="../projects_locations-jobs-resume">Locations Jobs Resume</a>
</li>
<li class="toctree-l1 ">
<a class="" href="../projects_locations-jobs-run">Locations Jobs Run</a>
</li>
<li class="toctree-l1 ">
<a class="" href="../projects_locations-list">Locations List</a>
</li>
</ul>
</div>
&nbsp;
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
<nav class="wy-nav-top" role="navigation" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="icon icon-reorder"></i>
<a href=".."></a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href="..">Docs</a> &raquo;</li>
<li>Locations Jobs Create</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/Byron/google-apis-rs/tree/main/gen/cloudscheduler1-cli" class="icon icon-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
</div>
<div role="main">
<div class="section">
<p>Creates a job.</p>
<h1 id="scopes">Scopes</h1>
<p>You will need authorization for the <em>https://www.googleapis.com/auth/cloud-platform</em> scope to make a valid call.</p>
<p>If unset, the scope for this method defaults to <em>https://www.googleapis.com/auth/cloud-platform</em>.
You can set the scope for this method like this: <code>cloudscheduler1 --scope &lt;scope&gt; projects locations-jobs-create ...</code></p>
<h1 id="required-scalar-argument">Required Scalar Argument</h1>
<ul>
<li><strong>&lt;parent&gt;</strong> <em>(string)</em><ul>
<li>Required. The location name. For example: <code>projects/PROJECT_ID/locations/LOCATION_ID</code>.</li>
</ul>
</li>
</ul>
<h1 id="required-request-value">Required Request Value</h1>
<p>The request value is a data-structure with various fields. Each field may be a simple scalar or another data-structure.
In the latter case it is advised to set the field-cursor to the data-structure's field to specify values more concisely.</p>
<p>For example, a structure like this:</p>
<pre><code>Job:
app-engine-http-target:
app-engine-routing:
host: string
instance: string
service: string
version: string
body: string
headers: { string: string }
http-method: string
relative-uri: string
attempt-deadline: string
description: string
http-target:
body: string
headers: { string: string }
http-method: string
oauth-token:
scope: string
service-account-email: string
oidc-token:
audience: string
service-account-email: string
uri: string
last-attempt-time: string
name: string
pubsub-target:
attributes: { string: string }
data: string
topic-name: string
retry-config:
max-backoff-duration: string
max-doublings: integer
max-retry-duration: string
min-backoff-duration: string
retry-count: integer
schedule: string
schedule-time: string
state: string
status:
code: integer
message: string
time-zone: string
user-update-time: string
</code></pre>
<p>can be set completely with the following arguments which are assumed to be executed in the given order. Note how the cursor position is adjusted to the respective structures, allowing simple field names to be used most of the time.</p>
<ul>
<li><code>-r .app-engine-http-target.app-engine-routing host=et</code><ul>
<li>Output only. The host that the job is sent to. For more information about how App Engine requests are routed, see <a href="https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed">here</a>. The host is constructed as: * <code>host = [application_domain_name]</code> <code>| [service] + &amp;#39;.&amp;#39; + [application_domain_name]</code> <code>| [version] + &amp;#39;.&amp;#39; + [application_domain_name]</code> <code>| [version_dot_service]+ &amp;#39;.&amp;#39; + [application_domain_name]</code> <code>| [instance] + &amp;#39;.&amp;#39; + [application_domain_name]</code> <code>| [instance_dot_service] + &amp;#39;.&amp;#39; + [application_domain_name]</code> <code>| [instance_dot_version] + &amp;#39;.&amp;#39; + [application_domain_name]</code> <code>| [instance_dot_version_dot_service] + &amp;#39;.&amp;#39; + [application_domain_name]</code> * <code>application_domain_name</code> = The domain name of the app, for example .appspot.com, which is associated with the job&#39;s project ID. * <code>service =</code> service * <code>version =</code> version * <code>version_dot_service =</code> version <code>+ &amp;#39;.&amp;#39; +</code> service * <code>instance =</code> instance * <code>instance_dot_service =</code> instance <code>+ &amp;#39;.&amp;#39; +</code> service * <code>instance_dot_version =</code> instance <code>+ &amp;#39;.&amp;#39; +</code> version * <code>instance_dot_version_dot_service =</code> instance <code>+ &amp;#39;.&amp;#39; +</code> version <code>+ &amp;#39;.&amp;#39; +</code> service If service is empty, then the job will be sent to the service which is the default service when the job is attempted. If version is empty, then the job will be sent to the version which is the default version when the job is attempted. If instance is empty, then the job will be sent to an instance which is available when the job is attempted. If service, version, or instance is invalid, then the job will be sent to the default version of the default service when the job is attempted.</li>
</ul>
</li>
<li><code>instance=magna</code><ul>
<li>App instance. By default, the job is sent to an instance which is available when the job is attempted. Requests can only be sent to a specific instance if <a href="https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?#scaling_types_and_instance_classes">manual scaling is used in App Engine Standard</a>. App Engine Flex does not support instances. For more information, see <a href="https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed">App Engine Standard request routing</a> and <a href="https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed">App Engine Flex request routing</a>.</li>
</ul>
</li>
<li><code>service=no</code><ul>
<li>App service. By default, the job is sent to the service which is the default service when the job is attempted.</li>
</ul>
</li>
<li>
<p><code>version=ipsum</code></p>
<ul>
<li>App version. By default, the job is sent to the version which is the default version when the job is attempted.</li>
</ul>
</li>
<li>
<p><code>.. body=voluptua.</code></p>
<ul>
<li>Body. HTTP request body. A request body is allowed only if the HTTP method is POST or PUT. It will result in invalid argument error to set a body on a job with an incompatible HttpMethod.</li>
</ul>
</li>
<li><code>headers=key=at</code><ul>
<li>HTTP request headers. This map contains the header field names and values. Headers can be set when the job is created. Cloud Scheduler sets some headers to default values: * <code>User-Agent</code>: By default, this header is <code>&amp;#34;AppEngine-Google; (+http://code.google.com/appengine)&amp;#34;</code>. This header can be modified, but Cloud Scheduler will append <code>&amp;#34;AppEngine-Google; (+http://code.google.com/appengine)&amp;#34;</code> to the modified <code>User-Agent</code>. * <code>X-CloudScheduler</code>: This header will be set to true. * <code>X-CloudScheduler-JobName</code>: This header will contain the job name. * <code>X-CloudScheduler-ScheduleTime</code>: For Cloud Scheduler jobs specified in the unix-cron format, this header will contain the job schedule time in RFC3339 UTC &#34;Zulu&#34; format. If the job has an body, Cloud Scheduler sets the following headers: * <code>Content-Type</code>: By default, the <code>Content-Type</code> header is set to <code>&amp;#34;application/octet-stream&amp;#34;</code>. The default can be overridden by explictly setting <code>Content-Type</code> to a particular media type when the job is created. For example, <code>Content-Type</code> can be set to <code>&amp;#34;application/json&amp;#34;</code>. * <code>Content-Length</code>: This is computed by Cloud Scheduler. This value is output only. It cannot be changed. The headers below are output only. They cannot be set or overridden: * <code>X-Google-*</code>: For Google internal use only. * <code>X-AppEngine-*</code>: For Google internal use only. In addition, some App Engine headers, which contain job-specific information, are also be sent to the job handler.</li>
<li>the value will be associated with the given <code>key</code></li>
</ul>
</li>
<li><code>http-method=sanctus</code><ul>
<li>The HTTP method to use for the request. PATCH and OPTIONS are not permitted.</li>
</ul>
</li>
<li>
<p><code>relative-uri=sed</code></p>
<ul>
<li>The relative URI. The relative URL must begin with &#34;/&#34; and must be a valid HTTP relative URL. It can contain a path, query string arguments, and <code>#</code> fragments. If the relative URL is empty, then the root path &#34;/&#34; will be used. No spaces are allowed, and the maximum length allowed is 2083 characters.</li>
</ul>
</li>
<li>
<p><code>.. attempt-deadline=amet.</code></p>
<ul>
<li>The deadline for job attempts. If the request handler does not respond by this deadline then the request is cancelled and the attempt is marked as a <code>DEADLINE_EXCEEDED</code> failure. The failed attempt can be viewed in execution logs. Cloud Scheduler will retry the job according to the RetryConfig. The allowed duration for this deadline is: * For HTTP targets, between 15 seconds and 30 minutes. * For App Engine HTTP targets, between 15 seconds and 24 hours 15 seconds.</li>
</ul>
</li>
<li><code>description=takimata</code><ul>
<li>Optionally caller-specified in CreateJob or UpdateJob. A human-readable description for the job. This string must not contain more than 500 characters.</li>
</ul>
</li>
<li><code>http-target body=amet.</code><ul>
<li>HTTP request body. A request body is allowed only if the HTTP method is POST, PUT, or PATCH. It is an error to set body on a job with an incompatible HttpMethod.</li>
</ul>
</li>
<li><code>headers=key=duo</code><ul>
<li>The user can specify HTTP request headers to send with the job&#39;s HTTP request. This map contains the header field names and values. Repeated headers are not supported, but a header value can contain commas. These headers represent a subset of the headers that will accompany the job&#39;s HTTP request. Some HTTP request headers will be ignored or replaced. A partial list of headers that will be ignored or replaced is below: - Host: This will be computed by Cloud Scheduler and derived from uri. * <code>Content-Length</code>: This will be computed by Cloud Scheduler. * <code>User-Agent</code>: This will be set to <code>&amp;#34;Google-Cloud-Scheduler&amp;#34;</code>. * <code>X-Google-*</code>: Google internal use only. * <code>X-AppEngine-*</code>: Google internal use only. * <code>X-CloudScheduler</code>: This header will be set to true. * <code>X-CloudScheduler-JobName</code>: This header will contain the job name. * <code>X-CloudScheduler-ScheduleTime</code>: For Cloud Scheduler jobs specified in the unix-cron format, this header will contain the job schedule time in RFC3339 UTC &#34;Zulu&#34; format. The total size of headers must be less than 80KB.</li>
<li>the value will be associated with the given <code>key</code></li>
</ul>
</li>
<li><code>http-method=ipsum</code><ul>
<li>Which HTTP method to use for the request.</li>
</ul>
</li>
<li><code>oauth-token scope=gubergren</code><ul>
<li>OAuth scope to be used for generating OAuth access token. If not specified, &#34;https://www.googleapis.com/auth/cloud-platform&#34; will be used.</li>
</ul>
</li>
<li>
<p><code>service-account-email=lorem</code></p>
<ul>
<li><a href="https://cloud.google.com/iam/docs/service-accounts">Service account email</a> to be used for generating OAuth token. The service account must be within the same project as the job. The caller must have iam.serviceAccounts.actAs permission for the service account.</li>
</ul>
</li>
<li>
<p><code>..oidc-token audience=gubergren</code></p>
<ul>
<li>Audience to be used when generating OIDC token. If not specified, the URI specified in target will be used.</li>
</ul>
</li>
<li>
<p><code>service-account-email=eos</code></p>
<ul>
<li><a href="https://cloud.google.com/iam/docs/service-accounts">Service account email</a> to be used for generating OIDC token. The service account must be within the same project as the job. The caller must have iam.serviceAccounts.actAs permission for the service account.</li>
</ul>
</li>
<li>
<p><code>.. uri=dolor</code></p>
<ul>
<li>Required. The full URI path that the request will be sent to. This string must begin with either &#34;http://&#34; or &#34;https://&#34;. Some examples of valid values for uri are: <code>http://acme.com</code> and <code>https://acme.com/sales:8080</code>. Cloud Scheduler will encode some characters for safety and compatibility. The maximum allowed URL length is 2083 characters after encoding.</li>
</ul>
</li>
<li>
<p><code>.. last-attempt-time=ea</code></p>
<ul>
<li>Output only. The time the last job attempt started.</li>
</ul>
</li>
<li><code>name=ipsum</code><ul>
<li>Optionally caller-specified in CreateJob, after which it becomes output only. The job name. For example: <code>projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID</code>. * <code>PROJECT_ID</code> can contain letters ([A-Za-z]), numbers ([0-9]), hyphens (-), colons (:), or periods (.). For more information, see <a href="https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects">Identifying projects</a> * <code>LOCATION_ID</code> is the canonical ID for the job&#39;s location. The list of available locations can be obtained by calling ListLocations. For more information, see https://cloud.google.com/about/locations/. * <code>JOB_ID</code> can contain only letters ([A-Za-z]), numbers ([0-9]), hyphens (-), or underscores (_). The maximum length is 500 characters.</li>
</ul>
</li>
<li><code>pubsub-target attributes=key=invidunt</code><ul>
<li>Attributes for PubsubMessage. Pubsub message must contain either non-empty data, or at least one attribute.</li>
<li>the value will be associated with the given <code>key</code></li>
</ul>
</li>
<li><code>data=amet</code><ul>
<li>The message payload for PubsubMessage. Pubsub message must contain either non-empty data, or at least one attribute.</li>
</ul>
</li>
<li>
<p><code>topic-name=duo</code></p>
<ul>
<li>Required. The name of the Cloud Pub/Sub topic to which messages will be published when a job is delivered. The topic name must be in the same format as required by Pub/Sub&#39;s <a href="https://cloud.google.com/pubsub/docs/reference/rpc/google.pubsub.v1#publishrequest">PublishRequest.name</a>, for example <code>projects/PROJECT_ID/topics/TOPIC_ID</code>. The topic must be in the same project as the Cloud Scheduler job.</li>
</ul>
</li>
<li>
<p><code>..retry-config max-backoff-duration=ipsum</code></p>
<ul>
<li>The maximum amount of time to wait before retrying a job after it fails. The default value of this field is 1 hour.</li>
</ul>
</li>
<li><code>max-doublings=8</code><ul>
<li>The time between retries will double <code>max_doublings</code> times. A job&#39;s retry interval starts at min_backoff_duration, then doubles <code>max_doublings</code> times, then increases linearly, and finally retries at intervals of max_backoff_duration up to retry_count times. For example, if min_backoff_duration is 10s, max_backoff_duration is 300s, and <code>max_doublings</code> is 3, then the a job will first be retried in 10s. The retry interval will double three times, and then increase linearly by 2^3 * 10s. Finally, the job will retry at intervals of max_backoff_duration until the job has been attempted retry_count times. Thus, the requests will retry at 10s, 20s, 40s, 80s, 160s, 240s, 300s, 300s, .... The default value of this field is 5.</li>
</ul>
</li>
<li><code>max-retry-duration=ut</code><ul>
<li>The time limit for retrying a failed job, measured from time when an execution was first attempted. If specified with retry_count, the job will be retried until both limits are reached. The default value for max_retry_duration is zero, which means retry duration is unlimited.</li>
</ul>
</li>
<li><code>min-backoff-duration=gubergren</code><ul>
<li>The minimum amount of time to wait before retrying a job after it fails. The default value of this field is 5 seconds.</li>
</ul>
</li>
<li>
<p><code>retry-count=85</code></p>
<ul>
<li>The number of attempts that the system will make to run a job using the exponential backoff procedure described by max_doublings. The default value of retry_count is zero. If retry_count is zero, a job attempt will <em>not</em> be retried if it fails. Instead the Cloud Scheduler system will wait for the next scheduled execution time. If retry_count is set to a non-zero number then Cloud Scheduler will retry failed attempts, using exponential backoff, retry_count times, or until the next scheduled execution time, whichever comes first. Values greater than 5 and negative values are not allowed.</li>
</ul>
</li>
<li>
<p><code>.. schedule=est</code></p>
<ul>
<li>Required, except when used with UpdateJob. Describes the schedule on which the job will be executed. The schedule can be either of the following types: * <a href="https://en.wikipedia.org/wiki/Cron#Overview">Crontab</a> * English-like <a href="https://cloud.google.com/scheduler/docs/configuring/cron-job-schedules">schedule</a> As a general rule, execution <code>n + 1</code> of a job will not begin until execution <code>n</code> has finished. Cloud Scheduler will never allow two simultaneously outstanding executions. For example, this implies that if the <code>n+1</code>th execution is scheduled to run at 16:00 but the <code>n</code>th execution takes until 16:15, the <code>n+1</code>th execution will not start until <code>16:15</code>. A scheduled start time will be delayed if the previous execution has not ended when its scheduled time occurs. If retry_count &gt; 0 and a job attempt fails, the job will be tried a total of retry_count times, with exponential backoff, until the next scheduled start time.</li>
</ul>
</li>
<li><code>schedule-time=ipsum</code><ul>
<li>Output only. The next time the job is scheduled. Note that this may be a retry of a previously failed attempt or the next execution time according to the schedule.</li>
</ul>
</li>
<li><code>state=ipsum</code><ul>
<li>Output only. State of the job.</li>
</ul>
</li>
<li><code>status code=94</code><ul>
<li>The status code, which should be an enum value of google.rpc.Code.</li>
</ul>
</li>
<li>
<p><code>message=gubergren</code></p>
<ul>
<li>A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.</li>
</ul>
</li>
<li>
<p><code>.. time-zone=ea</code></p>
<ul>
<li>Specifies the time zone to be used in interpreting schedule. The value of this field must be a time zone name from the <a href="http://en.wikipedia.org/wiki/Tz_database">tz database</a>. Note that some time zones include a provision for daylight savings time. The rules for daylight saving time are determined by the chosen tz. For UTC use the string &#34;utc&#34;. If a time zone is not specified, the default will be in UTC (also known as GMT).</li>
</ul>
</li>
<li><code>user-update-time=dolor</code><ul>
<li>Output only. The creation time of the job.</li>
</ul>
</li>
</ul>
<h3 id="about-cursors">About Cursors</h3>
<p>The cursor position is key to comfortably set complex nested structures. The following rules apply:</p>
<ul>
<li>The cursor position is always set relative to the current one, unless the field name starts with the <code>.</code> character. Fields can be nested such as in <code>-r f.s.o</code> .</li>
<li>The cursor position is set relative to the top-level structure if it starts with <code>.</code>, e.g. <code>-r .s.s</code></li>
<li>You can also set nested fields without setting the cursor explicitly. For example, to set a value relative to the current cursor position, you would specify <code>-r struct.sub_struct=bar</code>.</li>
<li>You can move the cursor one level up by using <code>..</code>. Each additional <code>.</code> moves it up one additional level. E.g. <code>...</code> would go three levels up.</li>
</ul>
<h1 id="optional-output-flags">Optional Output Flags</h1>
<p>The method's return value a JSON encoded structure, which will be written to standard output by default.</p>
<ul>
<li><strong>-o out</strong><ul>
<li><em>out</em> specifies the <em>destination</em> to which to write the server's result to.
It will be a JSON-encoded structure.
The <em>destination</em> may be <code>-</code> to indicate standard output, or a filepath that is to contain the received bytes.
If unset, it defaults to standard output.</li>
</ul>
</li>
</ul>
<h1 id="optional-general-properties">Optional General Properties</h1>
<p>The following properties can configure any call, and are not specific to this method.</p>
<ul>
<li>
<p><strong>-p $-xgafv=string</strong></p>
<ul>
<li>V1 error format.</li>
</ul>
</li>
<li>
<p><strong>-p access-token=string</strong></p>
<ul>
<li>OAuth access token.</li>
</ul>
</li>
<li>
<p><strong>-p alt=string</strong></p>
<ul>
<li>Data format for response.</li>
</ul>
</li>
<li>
<p><strong>-p callback=string</strong></p>
<ul>
<li>JSONP</li>
</ul>
</li>
<li>
<p><strong>-p fields=string</strong></p>
<ul>
<li>Selector specifying which fields to include in a partial response.</li>
</ul>
</li>
<li>
<p><strong>-p key=string</strong></p>
<ul>
<li>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.</li>
</ul>
</li>
<li>
<p><strong>-p oauth-token=string</strong></p>
<ul>
<li>OAuth 2.0 token for the current user.</li>
</ul>
</li>
<li>
<p><strong>-p pretty-print=boolean</strong></p>
<ul>
<li>Returns response with indentations and line breaks.</li>
</ul>
</li>
<li>
<p><strong>-p quota-user=string</strong></p>
<ul>
<li>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.</li>
</ul>
</li>
<li>
<p><strong>-p upload-type=string</strong></p>
<ul>
<li>Legacy upload protocol for media (e.g. &#34;media&#34;, &#34;multipart&#34;).</li>
</ul>
</li>
<li>
<p><strong>-p upload-protocol=string</strong></p>
<ul>
<li>Upload protocol for media (e.g. &#34;raw&#34;, &#34;multipart&#34;).</li>
</ul>
</li>
</ul>
</div>
</div>
<footer>
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
<a href="../projects_locations-jobs-delete" class="btn btn-neutral float-right" title="Locations Jobs Delete"/>Next <span class="icon icon-circle-arrow-right"></span></a>
<a href="../projects_locations-get" class="btn btn-neutral" title="Locations Get"><span class="icon icon-circle-arrow-left"></span> Previous</a>
</div>
<hr/>
<div role="contentinfo">
<p>
<!-- Copyright etc -->
</p>
</div>
Built with <a href="http://www.mkdocs.org">MkDocs</a>, using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
</section>
</div>
<div class="rst-versions" role="note" style="cursor: pointer">
<span class="rst-current-version" data-toggle="rst-current-version">
<a class="icon icon-github" style="float: left; color: #fcfcfc"> GitHub</a>
<span><a href="../projects_locations-get" style="color: #fcfcfc;">&laquo; Previous</a></span>
<span style="margin-left: 15px"><a href="../projects_locations-jobs-delete" style="color: #fcfcfc">Next &raquo;</a></span>
</span>
</div>
</body>
</html>