Skip to content

Commit

Permalink
feat(run): update the api
Browse files Browse the repository at this point in the history
#### run:v1

The following keys were added:
- resources.namespaces.resources.executions.methods.delete (Total Keys: 17)
- resources.namespaces.resources.executions.methods.get (Total Keys: 11)
- resources.namespaces.resources.executions.methods.list (Total Keys: 26)
- resources.namespaces.resources.jobs.methods.create (Total Keys: 12)
- resources.namespaces.resources.jobs.methods.delete (Total Keys: 17)
- resources.namespaces.resources.jobs.methods.get (Total Keys: 11)
- resources.namespaces.resources.jobs.methods.list (Total Keys: 26)
- resources.namespaces.resources.jobs.methods.replaceJob (Total Keys: 12)
- resources.namespaces.resources.jobs.methods.run (Total Keys: 12)
- resources.namespaces.resources.tasks.methods.get (Total Keys: 11)
- resources.namespaces.resources.tasks.methods.list (Total Keys: 26)
- resources.projects.resources.locations.resources.jobs.methods.getIamPolicy (Total Keys: 14)
- resources.projects.resources.locations.resources.jobs.methods.setIamPolicy (Total Keys: 12)
- resources.projects.resources.locations.resources.jobs.methods.testIamPermissions (Total Keys: 12)
- schemas.ContainerStatus (Total Keys: 4)
- schemas.Execution (Total Keys: 41)
- schemas.GoogleRpcStatus (Total Keys: 8)
- schemas.Job (Total Keys: 22)
- schemas.ListExecutionsResponse (Total Keys: 9)
- schemas.ListJobsResponse (Total Keys: 9)
- schemas.ListTasksResponse (Total Keys: 9)
- schemas.RunJobRequest (Total Keys: 2)
- schemas.Task (Total Keys: 43)
  • Loading branch information
yoshi-automation committed Feb 8, 2022
1 parent f44e1a0 commit d8098d5
Show file tree
Hide file tree
Showing 14 changed files with 5,183 additions and 163 deletions.
714 changes: 714 additions & 0 deletions docs/dyn/run_v1.namespaces.executions.html

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions docs/dyn/run_v1.namespaces.html
Expand Up @@ -89,6 +89,16 @@ <h2>Instance Methods</h2>
</p>
<p class="firstline">Returns the domainmappings Resource.</p>

<p class="toc_element">
<code><a href="run_v1.namespaces.executions.html">executions()</a></code>
</p>
<p class="firstline">Returns the executions Resource.</p>

<p class="toc_element">
<code><a href="run_v1.namespaces.jobs.html">jobs()</a></code>
</p>
<p class="firstline">Returns the jobs Resource.</p>

<p class="toc_element">
<code><a href="run_v1.namespaces.revisions.html">revisions()</a></code>
</p>
Expand All @@ -104,6 +114,11 @@ <h2>Instance Methods</h2>
</p>
<p class="firstline">Returns the services Resource.</p>

<p class="toc_element">
<code><a href="run_v1.namespaces.tasks.html">tasks()</a></code>
</p>
<p class="firstline">Returns the tasks Resource.</p>

<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
Expand Down
2,336 changes: 2,336 additions & 0 deletions docs/dyn/run_v1.namespaces.jobs.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/dyn/run_v1.namespaces.routes.html
Expand Up @@ -143,8 +143,8 @@ <h3>Method Details</h3>
{ # TrafficTarget holds a single entry of the routing table for a Route.
&quot;configurationName&quot;: &quot;A String&quot;, # ConfigurationName of a configuration to whose latest revision we will send this portion of traffic. When the &quot;status.latestReadyRevisionName&quot; of the referenced configuration changes, we will automatically migrate traffic from the prior &quot;latest ready&quot; revision to the new one. This field is never set in Route&#x27;s status, only its spec. This is mutually exclusive with RevisionName. Cloud Run currently supports a single ConfigurationName.
&quot;latestRevision&quot;: True or False, # Optional. LatestRevision may be provided to indicate that the latest ready Revision of the Configuration should be used for this traffic target. When provided LatestRevision must be true if RevisionName is empty; it must be false when RevisionName is non-empty.
&quot;percent&quot;: 42, # Percent specifies percent of the traffic to this Revision or Configuration. This defaults to zero if unspecified. Cloud Run currently requires 100 percent for a single ConfigurationName TrafficTarget entry.
&quot;revisionName&quot;: &quot;A String&quot;, # RevisionName of a specific revision to which to send this portion of traffic. This is mutually exclusive with ConfigurationName. Providing RevisionName in spec is not currently supported by Cloud Run.
&quot;percent&quot;: 42, # Percent specifies percent of the traffic to this Revision or Configuration. This defaults to zero if unspecified.
&quot;revisionName&quot;: &quot;A String&quot;, # RevisionName of a specific revision to which to send this portion of traffic. This is mutually exclusive with ConfigurationName.
&quot;tag&quot;: &quot;A String&quot;, # Optional. Tag is used to expose a dedicated url for referencing this target exclusively.
&quot;url&quot;: &quot;A String&quot;, # Output only. URL displays the URL for accessing tagged traffic targets. URL is displayed in status, and is disallowed on spec. URL must contain a scheme (e.g. http://) and a hostname, but may not contain anything else (e.g. basic auth, url path, etc.)
},
Expand All @@ -169,8 +169,8 @@ <h3>Method Details</h3>
{ # TrafficTarget holds a single entry of the routing table for a Route.
&quot;configurationName&quot;: &quot;A String&quot;, # ConfigurationName of a configuration to whose latest revision we will send this portion of traffic. When the &quot;status.latestReadyRevisionName&quot; of the referenced configuration changes, we will automatically migrate traffic from the prior &quot;latest ready&quot; revision to the new one. This field is never set in Route&#x27;s status, only its spec. This is mutually exclusive with RevisionName. Cloud Run currently supports a single ConfigurationName.
&quot;latestRevision&quot;: True or False, # Optional. LatestRevision may be provided to indicate that the latest ready Revision of the Configuration should be used for this traffic target. When provided LatestRevision must be true if RevisionName is empty; it must be false when RevisionName is non-empty.
&quot;percent&quot;: 42, # Percent specifies percent of the traffic to this Revision or Configuration. This defaults to zero if unspecified. Cloud Run currently requires 100 percent for a single ConfigurationName TrafficTarget entry.
&quot;revisionName&quot;: &quot;A String&quot;, # RevisionName of a specific revision to which to send this portion of traffic. This is mutually exclusive with ConfigurationName. Providing RevisionName in spec is not currently supported by Cloud Run.
&quot;percent&quot;: 42, # Percent specifies percent of the traffic to this Revision or Configuration. This defaults to zero if unspecified.
&quot;revisionName&quot;: &quot;A String&quot;, # RevisionName of a specific revision to which to send this portion of traffic. This is mutually exclusive with ConfigurationName.
&quot;tag&quot;: &quot;A String&quot;, # Optional. Tag is used to expose a dedicated url for referencing this target exclusively.
&quot;url&quot;: &quot;A String&quot;, # Output only. URL displays the URL for accessing tagged traffic targets. URL is displayed in status, and is disallowed on spec. URL must contain a scheme (e.g. http://) and a hostname, but may not contain anything else (e.g. basic auth, url path, etc.)
},
Expand Down Expand Up @@ -244,8 +244,8 @@ <h3>Method Details</h3>
{ # TrafficTarget holds a single entry of the routing table for a Route.
&quot;configurationName&quot;: &quot;A String&quot;, # ConfigurationName of a configuration to whose latest revision we will send this portion of traffic. When the &quot;status.latestReadyRevisionName&quot; of the referenced configuration changes, we will automatically migrate traffic from the prior &quot;latest ready&quot; revision to the new one. This field is never set in Route&#x27;s status, only its spec. This is mutually exclusive with RevisionName. Cloud Run currently supports a single ConfigurationName.
&quot;latestRevision&quot;: True or False, # Optional. LatestRevision may be provided to indicate that the latest ready Revision of the Configuration should be used for this traffic target. When provided LatestRevision must be true if RevisionName is empty; it must be false when RevisionName is non-empty.
&quot;percent&quot;: 42, # Percent specifies percent of the traffic to this Revision or Configuration. This defaults to zero if unspecified. Cloud Run currently requires 100 percent for a single ConfigurationName TrafficTarget entry.
&quot;revisionName&quot;: &quot;A String&quot;, # RevisionName of a specific revision to which to send this portion of traffic. This is mutually exclusive with ConfigurationName. Providing RevisionName in spec is not currently supported by Cloud Run.
&quot;percent&quot;: 42, # Percent specifies percent of the traffic to this Revision or Configuration. This defaults to zero if unspecified.
&quot;revisionName&quot;: &quot;A String&quot;, # RevisionName of a specific revision to which to send this portion of traffic. This is mutually exclusive with ConfigurationName.
&quot;tag&quot;: &quot;A String&quot;, # Optional. Tag is used to expose a dedicated url for referencing this target exclusively.
&quot;url&quot;: &quot;A String&quot;, # Output only. URL displays the URL for accessing tagged traffic targets. URL is displayed in status, and is disallowed on spec. URL must contain a scheme (e.g. http://) and a hostname, but may not contain anything else (e.g. basic auth, url path, etc.)
},
Expand All @@ -270,8 +270,8 @@ <h3>Method Details</h3>
{ # TrafficTarget holds a single entry of the routing table for a Route.
&quot;configurationName&quot;: &quot;A String&quot;, # ConfigurationName of a configuration to whose latest revision we will send this portion of traffic. When the &quot;status.latestReadyRevisionName&quot; of the referenced configuration changes, we will automatically migrate traffic from the prior &quot;latest ready&quot; revision to the new one. This field is never set in Route&#x27;s status, only its spec. This is mutually exclusive with RevisionName. Cloud Run currently supports a single ConfigurationName.
&quot;latestRevision&quot;: True or False, # Optional. LatestRevision may be provided to indicate that the latest ready Revision of the Configuration should be used for this traffic target. When provided LatestRevision must be true if RevisionName is empty; it must be false when RevisionName is non-empty.
&quot;percent&quot;: 42, # Percent specifies percent of the traffic to this Revision or Configuration. This defaults to zero if unspecified. Cloud Run currently requires 100 percent for a single ConfigurationName TrafficTarget entry.
&quot;revisionName&quot;: &quot;A String&quot;, # RevisionName of a specific revision to which to send this portion of traffic. This is mutually exclusive with ConfigurationName. Providing RevisionName in spec is not currently supported by Cloud Run.
&quot;percent&quot;: 42, # Percent specifies percent of the traffic to this Revision or Configuration. This defaults to zero if unspecified.
&quot;revisionName&quot;: &quot;A String&quot;, # RevisionName of a specific revision to which to send this portion of traffic. This is mutually exclusive with ConfigurationName.
&quot;tag&quot;: &quot;A String&quot;, # Optional. Tag is used to expose a dedicated url for referencing this target exclusively.
&quot;url&quot;: &quot;A String&quot;, # Output only. URL displays the URL for accessing tagged traffic targets. URL is displayed in status, and is disallowed on spec. URL must contain a scheme (e.g. http://) and a hostname, but may not contain anything else (e.g. basic auth, url path, etc.)
},
Expand Down

0 comments on commit d8098d5

Please sign in to comment.