mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Update documentation
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Data Fusion v2.0.4+20210322</title>
|
||||
<title>Data Fusion v3.0.0+20211028</title>
|
||||
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
|
||||
<div class="wy-side-nav-search">
|
||||
<a href="." class="icon icon-home"> Data Fusion v2.0.4+20210322</a>
|
||||
<a href="." class="icon icon-home"> Data Fusion v3.0.0+20211028</a>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -179,7 +179,7 @@ capabilities. Errors will be printed to standard error, and cause the program's
|
||||
|
||||
<p>Find the source code <a href="https://github.com/Byron/google-apis-rs/tree/main/gen/datafusion1-cli">on github</a>.</p>
|
||||
<h1 id="usage">Usage</h1>
|
||||
<p>This documentation was generated from the <em>Data Fusion</em> API at revision <em>20210322</em>. The CLI is at version <em>2.0.4</em>.</p>
|
||||
<p>This documentation was generated from the <em>Data Fusion</em> API at revision <em>20211028</em>. The CLI is at version <em>3.0.0</em>.</p>
|
||||
<pre><code class="bash">datafusion1 [options]
|
||||
projects
|
||||
locations-get <name> [-p <v>]... [-o <out>]
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Locations Get - Data Fusion v2.0.4+20210322</title>
|
||||
<title>Locations Get - Data Fusion v3.0.0+20211028</title>
|
||||
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
|
||||
<div class="wy-side-nav-search">
|
||||
<a href=".." class="icon icon-home"> Data Fusion v2.0.4+20210322</a>
|
||||
<a href=".." class="icon icon-home"> Data Fusion v3.0.0+20211028</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Locations Instances Create - Data Fusion v2.0.4+20210322</title>
|
||||
<title>Locations Instances Create - Data Fusion v3.0.0+20211028</title>
|
||||
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
|
||||
<div class="wy-side-nav-search">
|
||||
<a href=".." class="icon icon-home"> Data Fusion v2.0.4+20210322</a>
|
||||
<a href=".." class="icon icon-home"> Data Fusion v3.0.0+20211028</a>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -192,7 +192,7 @@ You can set the scope for this method like this: <code>datafusion1 --scope <s
|
||||
<h1 id="required-scalar-argument">Required Scalar Argument</h1>
|
||||
<ul>
|
||||
<li><strong><parent></strong> <em>(string)</em><ul>
|
||||
<li>The instance's project and location in the format projects/{project}/locations/{location}.</li>
|
||||
<li>Required. The instance's project and location in the format projects/{project}/locations/{location}.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -203,8 +203,11 @@ In the latter case it is advised to set the field-cursor to the data-structure's
|
||||
<pre><code>Instance:
|
||||
api-endpoint: string
|
||||
create-time: string
|
||||
crypto-key-config:
|
||||
key-reference: string
|
||||
dataproc-service-account: string
|
||||
description: string
|
||||
disabled-reason: [string]
|
||||
display-name: string
|
||||
enable-rbac: boolean
|
||||
enable-stackdriver-logging: boolean
|
||||
@@ -240,15 +243,28 @@ In the latter case it is advised to set the field-cursor to the data-structure's
|
||||
<li>Output only. The time the instance was created.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>dataproc-service-account=no</code><ul>
|
||||
<li>
|
||||
<p><code>crypto-key-config key-reference=no</code></p>
|
||||
<ul>
|
||||
<li>The name of the key which is used to encrypt/decrypt customer data. For key in Cloud KMS, the key should be in the format of <code>projects/*/locations/*/keyRings/*/cryptoKeys/*</code>.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<p><code>.. dataproc-service-account=ipsum</code></p>
|
||||
<ul>
|
||||
<li>User-managed service account to set on Dataproc when Cloud Data Fusion creates Dataproc to run data processing pipelines. This allows users to have fine-grained access control on Dataproc's accesses to cloud resources.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>description=ipsum</code><ul>
|
||||
<li><code>description=voluptua.</code><ul>
|
||||
<li>A description of this instance.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>display-name=voluptua.</code><ul>
|
||||
<li><code>disabled-reason=at</code><ul>
|
||||
<li>Output only. If the instance state is DISABLED, the reason for disabling the instance.</li>
|
||||
<li>Each invocation of this argument appends the given value to the array.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>display-name=sanctus</code><ul>
|
||||
<li>Display name for an instance.</li>
|
||||
</ul>
|
||||
</li>
|
||||
@@ -269,7 +285,7 @@ In the latter case it is advised to set the field-cursor to the data-structure's
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>labels=key=ipsum</code><ul>
|
||||
<li>The resource labels for instance to use to annotate any related underlying resources such as GCE VMs. The character '=' is not allowed to be used within the labels.</li>
|
||||
<li>The resource labels for instance to use to annotate any related underlying resources such as Compute Engine VMs. The character '=' is not allowed to be used within the labels.</li>
|
||||
<li>the value will be associated with the given <code>key</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
@@ -364,7 +380,7 @@ or more key-value-pairs, and is called like this <code>-p k1=v1 k2=v2</code> eve
|
||||
<code>-p</code> for completeness.</p>
|
||||
<ul>
|
||||
<li><strong>-p instance-id=string</strong><ul>
|
||||
<li>The name of the instance to create.</li>
|
||||
<li>Required. The name of the instance to create.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Locations Instances Delete - Data Fusion v2.0.4+20210322</title>
|
||||
<title>Locations Instances Delete - Data Fusion v3.0.0+20211028</title>
|
||||
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
|
||||
<div class="wy-side-nav-search">
|
||||
<a href=".." class="icon icon-home"> Data Fusion v2.0.4+20210322</a>
|
||||
<a href=".." class="icon icon-home"> Data Fusion v3.0.0+20211028</a>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -184,7 +184,7 @@ You can set the scope for this method like this: <code>datafusion1 --scope <s
|
||||
<h1 id="required-scalar-argument">Required Scalar Argument</h1>
|
||||
<ul>
|
||||
<li><strong><name></strong> <em>(string)</em><ul>
|
||||
<li>The instance resource name in the format projects/{project}/locations/{location}/instances/{instance}</li>
|
||||
<li>Required. The instance resource name in the format projects/{project}/locations/{location}/instances/{instance}</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Locations Instances Get Iam Policy - Data Fusion v2.0.4+20210322</title>
|
||||
<title>Locations Instances Get Iam Policy - Data Fusion v3.0.0+20211028</title>
|
||||
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
|
||||
<div class="wy-side-nav-search">
|
||||
<a href=".." class="icon icon-home"> Data Fusion v2.0.4+20210322</a>
|
||||
<a href=".." class="icon icon-home"> Data Fusion v3.0.0+20211028</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Locations Instances Get - Data Fusion v2.0.4+20210322</title>
|
||||
<title>Locations Instances Get - Data Fusion v3.0.0+20211028</title>
|
||||
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
|
||||
<div class="wy-side-nav-search">
|
||||
<a href=".." class="icon icon-home"> Data Fusion v2.0.4+20210322</a>
|
||||
<a href=".." class="icon icon-home"> Data Fusion v3.0.0+20211028</a>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -184,7 +184,7 @@ You can set the scope for this method like this: <code>datafusion1 --scope <s
|
||||
<h1 id="required-scalar-argument">Required Scalar Argument</h1>
|
||||
<ul>
|
||||
<li><strong><name></strong> <em>(string)</em><ul>
|
||||
<li>The instance resource name in the format projects/{project}/locations/{location}/instances/{instance}.</li>
|
||||
<li>Required. The instance resource name in the format projects/{project}/locations/{location}/instances/{instance}.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Locations Instances List - Data Fusion v2.0.4+20210322</title>
|
||||
<title>Locations Instances List - Data Fusion v3.0.0+20211028</title>
|
||||
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
|
||||
<div class="wy-side-nav-search">
|
||||
<a href=".." class="icon icon-home"> Data Fusion v2.0.4+20210322</a>
|
||||
<a href=".." class="icon icon-home"> Data Fusion v3.0.0+20211028</a>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -187,7 +187,7 @@ You can set the scope for this method like this: <code>datafusion1 --scope <s
|
||||
<h1 id="required-scalar-argument">Required Scalar Argument</h1>
|
||||
<ul>
|
||||
<li><strong><parent></strong> <em>(string)</em><ul>
|
||||
<li>The project and location for which to retrieve instance information in the format projects/{project}/locations/{location}. If the location is specified as '-' (wildcard), then all regions available to the project are queried, and the results are aggregated.</li>
|
||||
<li>Required. The project and location for which to retrieve instance information in the format projects/{project}/locations/{location}. If the location is specified as '-' (wildcard), then all regions available to the project are queried, and the results are aggregated.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Locations Instances Patch - Data Fusion v2.0.4+20210322</title>
|
||||
<title>Locations Instances Patch - Data Fusion v3.0.0+20211028</title>
|
||||
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
|
||||
<div class="wy-side-nav-search">
|
||||
<a href=".." class="icon icon-home"> Data Fusion v2.0.4+20210322</a>
|
||||
<a href=".." class="icon icon-home"> Data Fusion v3.0.0+20211028</a>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -203,8 +203,11 @@ In the latter case it is advised to set the field-cursor to the data-structure's
|
||||
<pre><code>Instance:
|
||||
api-endpoint: string
|
||||
create-time: string
|
||||
crypto-key-config:
|
||||
key-reference: string
|
||||
dataproc-service-account: string
|
||||
description: string
|
||||
disabled-reason: [string]
|
||||
display-name: string
|
||||
enable-rbac: boolean
|
||||
enable-stackdriver-logging: boolean
|
||||
@@ -240,15 +243,28 @@ In the latter case it is advised to set the field-cursor to the data-structure's
|
||||
<li>Output only. The time the instance was created.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>dataproc-service-account=est</code><ul>
|
||||
<li>
|
||||
<p><code>crypto-key-config key-reference=est</code></p>
|
||||
<ul>
|
||||
<li>The name of the key which is used to encrypt/decrypt customer data. For key in Cloud KMS, the key should be in the format of <code>projects/*/locations/*/keyRings/*/cryptoKeys/*</code>.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<p><code>.. dataproc-service-account=gubergren</code></p>
|
||||
<ul>
|
||||
<li>User-managed service account to set on Dataproc when Cloud Data Fusion creates Dataproc to run data processing pipelines. This allows users to have fine-grained access control on Dataproc's accesses to cloud resources.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>description=gubergren</code><ul>
|
||||
<li><code>description=ea</code><ul>
|
||||
<li>A description of this instance.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>display-name=ea</code><ul>
|
||||
<li><code>disabled-reason=dolor</code><ul>
|
||||
<li>Output only. If the instance state is DISABLED, the reason for disabling the instance.</li>
|
||||
<li>Each invocation of this argument appends the given value to the array.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>display-name=lorem</code><ul>
|
||||
<li>Display name for an instance.</li>
|
||||
</ul>
|
||||
</li>
|
||||
@@ -268,27 +284,27 @@ In the latter case it is advised to set the field-cursor to the data-structure's
|
||||
<li>Output only. Cloud Storage bucket generated by Data Fusion in the customer project.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>labels=key=duo</code><ul>
|
||||
<li>The resource labels for instance to use to annotate any related underlying resources such as GCE VMs. The character '=' is not allowed to be used within the labels.</li>
|
||||
<li><code>labels=key=no</code><ul>
|
||||
<li>The resource labels for instance to use to annotate any related underlying resources such as Compute Engine VMs. The character '=' is not allowed to be used within the labels.</li>
|
||||
<li>the value will be associated with the given <code>key</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>name=sed</code><ul>
|
||||
<li><code>name=stet</code><ul>
|
||||
<li>Output only. The name of this instance is in the form of projects/{project}/locations/{location}/instances/{instance}.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>network-config ip-allocation=no</code><ul>
|
||||
<li><code>network-config ip-allocation=kasd</code><ul>
|
||||
<li>The IP range in CIDR notation to use for the managed Data Fusion instance nodes. This range must not overlap with any other ranges used in the customer network.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<p><code>network=stet</code></p>
|
||||
<p><code>network=et</code></p>
|
||||
<ul>
|
||||
<li>Name of the network in the customer project with which the Tenant Project will be peered for executing pipelines. In case of shared VPC where the network resides in another host project the network should specified in the form of projects/{host-project-id}/global/networks/{network}</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<p><code>.. options=key=kasd</code></p>
|
||||
<p><code>.. options=key=sed</code></p>
|
||||
<ul>
|
||||
<li>Map of additional options used to configure the behavior of Data Fusion instance.</li>
|
||||
<li>the value will be associated with the given <code>key</code></li>
|
||||
@@ -302,39 +318,39 @@ In the latter case it is advised to set the field-cursor to the data-structure's
|
||||
<li>Specifies whether the Data Fusion instance should be private. If set to true, all Data Fusion nodes will have private IP addresses and will not be able to access the public internet.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>service-account=et</code><ul>
|
||||
<li><code>service-account=vero</code><ul>
|
||||
<li>Output only. Deprecated. Use tenant_project_id instead to extract the tenant project ID.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>service-endpoint=et</code><ul>
|
||||
<li><code>service-endpoint=erat</code><ul>
|
||||
<li>Output only. Endpoint on which the Data Fusion UI is accessible.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>state=vero</code><ul>
|
||||
<li><code>state=sed</code><ul>
|
||||
<li>Output only. The current state of this Data Fusion instance.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>state-message=erat</code><ul>
|
||||
<li><code>state-message=duo</code><ul>
|
||||
<li>Output only. Additional information about the current state of this Data Fusion instance if available.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>tenant-project-id=sed</code><ul>
|
||||
<li><code>tenant-project-id=dolore</code><ul>
|
||||
<li>Output only. The name of the tenant project.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>type=duo</code><ul>
|
||||
<li><code>type=et</code><ul>
|
||||
<li>Required. Instance type.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>update-time=dolore</code><ul>
|
||||
<li><code>update-time=voluptua.</code><ul>
|
||||
<li>Output only. The time the instance was last updated.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>version=et</code><ul>
|
||||
<li><code>version=amet.</code><ul>
|
||||
<li>Current version of the Data Fusion. Only specifiable in Update.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>zone=voluptua.</code><ul>
|
||||
<li><code>zone=consetetur</code><ul>
|
||||
<li>Name of the zone in which the Data Fusion instance will be created. Only DEVELOPER instances use this field.</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Locations Instances Restart - Data Fusion v2.0.4+20210322</title>
|
||||
<title>Locations Instances Restart - Data Fusion v3.0.0+20211028</title>
|
||||
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
|
||||
<div class="wy-side-nav-search">
|
||||
<a href=".." class="icon icon-home"> Data Fusion v2.0.4+20210322</a>
|
||||
<a href=".." class="icon icon-home"> Data Fusion v3.0.0+20211028</a>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -189,7 +189,7 @@ You can set the scope for this method like this: <code>datafusion1 --scope <s
|
||||
<h1 id="required-scalar-argument">Required Scalar Argument</h1>
|
||||
<ul>
|
||||
<li><strong><name></strong> <em>(string)</em><ul>
|
||||
<li>Name of the Data Fusion instance which need to be restarted in the form of projects/{project}/locations/{location}/instances/{instance}</li>
|
||||
<li>Required. Name of the Data Fusion instance which need to be restarted in the form of projects/{project}/locations/{location}/instances/{instance}</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Locations Instances Set Iam Policy - Data Fusion v2.0.4+20210322</title>
|
||||
<title>Locations Instances Set Iam Policy - Data Fusion v3.0.0+20211028</title>
|
||||
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
|
||||
<div class="wy-side-nav-search">
|
||||
<a href=".." class="icon icon-home"> Data Fusion v2.0.4+20210322</a>
|
||||
<a href=".." class="icon icon-home"> Data Fusion v3.0.0+20211028</a>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -207,18 +207,18 @@ In the latter case it is advised to set the field-cursor to the data-structure's
|
||||
|
||||
<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 .policy etag=amet.</code><ul>
|
||||
<li><code>-r .policy etag=diam</code><ul>
|
||||
<li><code>etag</code> is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the <code>etag</code> in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An <code>etag</code> is returned in the response to <code>getIamPolicy</code>, and systems are expected to put that etag in the request to <code>setIamPolicy</code> to ensure that their change will be applied to the same version of the policy. <strong>Important:</strong> If you use IAM Conditions, you must include the <code>etag</code> field whenever you call <code>setIamPolicy</code>. If you omit this field, then IAM allows you to overwrite a version <code>3</code> policy with a version <code>1</code> policy, and all of the conditions in the version <code>3</code> policy are lost.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<p><code>version=5</code></p>
|
||||
<p><code>version=52</code></p>
|
||||
<ul>
|
||||
<li>Specifies the format of the policy. Valid values are <code>0</code>, <code>1</code>, and <code>3</code>. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version <code>3</code>. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions <strong>Important:</strong> If you use IAM Conditions, you must include the <code>etag</code> field whenever you call <code>setIamPolicy</code>. If you omit this field, then IAM allows you to overwrite a version <code>3</code> policy with a version <code>1</code> policy, and all of the conditions in the version <code>3</code> policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the <a href="https://cloud.google.com/iam/help/conditions/resource-policies">IAM documentation</a>.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<p><code>.. update-mask=diam</code></p>
|
||||
<p><code>.. update-mask=et</code></p>
|
||||
<ul>
|
||||
<li>OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only the fields in the mask will be modified. If no mask is provided, the following default mask is used: <code>paths: &#34;bindings, etag&#34;</code></li>
|
||||
</ul>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Locations Instances Test Iam Permissions - Data Fusion v2.0.4+20210322</title>
|
||||
<title>Locations Instances Test Iam Permissions - Data Fusion v3.0.0+20211028</title>
|
||||
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
|
||||
<div class="wy-side-nav-search">
|
||||
<a href=".." class="icon icon-home"> Data Fusion v2.0.4+20210322</a>
|
||||
<a href=".." class="icon icon-home"> Data Fusion v3.0.0+20211028</a>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -204,7 +204,7 @@ In the latter case it is advised to set the field-cursor to the data-structure's
|
||||
|
||||
<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 . permissions=dolor</code><ul>
|
||||
<li><code>-r . permissions=et</code><ul>
|
||||
<li>The set of permissions to check for the <code>resource</code>. Permissions with wildcards (such as '<em>' or 'storage.</em>') are not allowed. For more information see <a href="https://cloud.google.com/iam/docs/overview#permissions">IAM Overview</a>.</li>
|
||||
<li>Each invocation of this argument appends the given value to the array.</li>
|
||||
</ul>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Locations List - Data Fusion v2.0.4+20210322</title>
|
||||
<title>Locations List - Data Fusion v3.0.0+20211028</title>
|
||||
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
|
||||
<div class="wy-side-nav-search">
|
||||
<a href=".." class="icon icon-home"> Data Fusion v2.0.4+20210322</a>
|
||||
<a href=".." class="icon icon-home"> Data Fusion v3.0.0+20211028</a>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -222,7 +222,7 @@ or more key-value-pairs, and is called like this <code>-p k1=v1 k2=v2</code> eve
|
||||
<li>
|
||||
<p><strong>-p page-size=integer</strong></p>
|
||||
<ul>
|
||||
<li>The maximum number of results to return. If not set, the service will select a default.</li>
|
||||
<li>The maximum number of results to return. If not set, the service selects a default.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Locations Operations Cancel - Data Fusion v2.0.4+20210322</title>
|
||||
<title>Locations Operations Cancel - Data Fusion v3.0.0+20211028</title>
|
||||
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
|
||||
<div class="wy-side-nav-search">
|
||||
<a href=".." class="icon icon-home"> Data Fusion v2.0.4+20210322</a>
|
||||
<a href=".." class="icon icon-home"> Data Fusion v3.0.0+20211028</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Locations Operations Delete - Data Fusion v2.0.4+20210322</title>
|
||||
<title>Locations Operations Delete - Data Fusion v3.0.0+20211028</title>
|
||||
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
|
||||
<div class="wy-side-nav-search">
|
||||
<a href=".." class="icon icon-home"> Data Fusion v2.0.4+20210322</a>
|
||||
<a href=".." class="icon icon-home"> Data Fusion v3.0.0+20211028</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Locations Operations Get - Data Fusion v2.0.4+20210322</title>
|
||||
<title>Locations Operations Get - Data Fusion v3.0.0+20211028</title>
|
||||
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
|
||||
<div class="wy-side-nav-search">
|
||||
<a href=".." class="icon icon-home"> Data Fusion v2.0.4+20210322</a>
|
||||
<a href=".." class="icon icon-home"> Data Fusion v3.0.0+20211028</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Locations Operations List - Data Fusion v2.0.4+20210322</title>
|
||||
<title>Locations Operations List - Data Fusion v3.0.0+20211028</title>
|
||||
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
|
||||
<div class="wy-side-nav-search">
|
||||
<a href=".." class="icon icon-home"> Data Fusion v2.0.4+20210322</a>
|
||||
<a href=".." class="icon icon-home"> Data Fusion v3.0.0+20211028</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Locations Versions List - Data Fusion v2.0.4+20210322</title>
|
||||
<title>Locations Versions List - Data Fusion v3.0.0+20211028</title>
|
||||
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
|
||||
<div class="wy-side-nav-search">
|
||||
<a href=".." class="icon icon-home"> Data Fusion v2.0.4+20210322</a>
|
||||
<a href=".." class="icon icon-home"> Data Fusion v3.0.0+20211028</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user