chore: update docs/dyn , add static discovery files to discovery_cache/documents (#1111)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/78f53313-0c78-4a29-8841-f031665a4c6a/targets
- [ ] To automatically regenerate this PR, check this box.
Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/dataflow_v1b3.projects.templateVersions.html b/docs/dyn/dataflow_v1b3.projects.templateVersions.html
index 91fa14f..c081a49 100644
--- a/docs/dyn/dataflow_v1b3.projects.templateVersions.html
+++ b/docs/dyn/dataflow_v1b3.projects.templateVersions.html
@@ -78,7 +78,7 @@
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
- <code><a href="#list">list(parent, pageToken=None, pageSize=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
<p class="firstline">List TemplateVersions using project_id and an optional display_name field. List all the TemplateVersions in the Template if display set. List all the TemplateVersions in the Project if display_name not set.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -90,13 +90,13 @@
</div>
<div class="method">
- <code class="details" id="list">list(parent, pageToken=None, pageSize=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
<pre>List TemplateVersions using project_id and an optional display_name field. List all the TemplateVersions in the Template if display set. List all the TemplateVersions in the Project if display_name not set.
Args:
parent: string, parent includes project_id, and display_name is optional. List by project_id(pid1) and display_name(tid1). Format: projects/{pid1}/catalogTemplates/{tid1} List by project_id(pid1). Format: projects/{pid1} (required)
- pageToken: string, The page token, received from a previous ListTemplateVersions call. Provide this to retrieve the subsequent page.
pageSize: integer, The maximum number of TemplateVersions to return per page.
+ pageToken: string, The page token, received from a previous ListTemplateVersions call. Provide this to retrieve the subsequent page.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -106,58 +106,43 @@
An object of the form:
{ # Respond a list of TemplateVersions.
- "nextPageToken": "A String", # A token that can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
"templateVersions": [ # A list of TemplateVersions.
{ # ///////////////////////////////////////////////////////////////////////////// //// Template Catalog is used to organize user TemplateVersions. //// TemplateVersions that have the same project_id and display_name are //// belong to the same Template. //// Templates with the same project_id belong to the same Project. //// TemplateVersion may have labels and multiple labels are allowed. //// Duplicated labels in the same `TemplateVersion` are not allowed. //// TemplateVersion may have tags and multiple tags are allowed. Duplicated //// tags in the same `Template` are not allowed!
- "displayName": "A String", # A customized name for Template. Multiple TemplateVersions per Template.
"createTime": "A String", # Creation time of this TemplateVersion.
- "versionId": "A String", # An auto generated version_id for TemplateVersion.
+ "description": "A String", # Template description from the user.
+ "projectId": "A String", # A unique project_id. Multiple Templates per Project.
"tags": [ # Alias for version_id, helps locate a TemplateVersion.
"A String",
],
- "labels": { # Labels for the Template Version. Labels can be duplicate within Template.
- "a_key": "A String",
- },
"type": "A String", # Either LEGACY or FLEX. This should match with the type of artifact.
- "description": "A String", # Template description from the user.
"artifact": { # Job information for templates. # Job graph and metadata if it is a legacy Template. Container image path and metadata if it is flex Template.
- "jobGraphGcsPath": "A String", # job_graph_gcs_path set for legacy Template.
- "containerSpec": { # Container Spec. # Container image path set for flex Template.
- "defaultEnvironment": { # The environment values to be set at runtime for flex template. # Default runtime environment for the job.
- "maxWorkers": 42, # The maximum number of Google Compute Engine instances to be made available to your pipeline during execution, from 1 to 1000.
- "subnetwork": "A String", # Subnetwork to which VMs will be assigned, if desired. You can specify a subnetwork using either a complete URL or an abbreviated path. Expected to be of the form "https://www.googleapis.com/compute/v1/projects/HOST_PROJECT_ID/regions/REGION/subnetworks/SUBNETWORK" or "regions/REGION/subnetworks/SUBNETWORK". If the subnetwork is located in a Shared VPC network, you must use the complete URL.
- "ipConfiguration": "A String", # Configuration for VM IPs.
- "tempLocation": "A String", # The Cloud Storage path to use for temporary files. Must be a valid Cloud Storage URL, beginning with `gs://`.
- "workerZone": "A String", # The Compute Engine zone (https://cloud.google.com/compute/docs/regions-zones/regions-zones) in which worker processing should occur, e.g. "us-west1-a". Mutually exclusive with worker_region. If neither worker_region nor worker_zone is specified, a zone in the control plane's region is chosen based on available capacity. If both `worker_zone` and `zone` are set, `worker_zone` takes precedence.
- "enableStreamingEngine": True or False, # Whether to enable Streaming Engine for the job.
- "network": "A String", # Network to which VMs will be assigned. If empty or unspecified, the service will use the network "default".
- "additionalExperiments": [ # Additional experiment flags for the job.
- "A String",
- ],
- "serviceAccountEmail": "A String", # The email address of the service account to run the job as.
- "additionalUserLabels": { # Additional user labels to be specified for the job. Keys and values must follow the restrictions specified in the [labeling restrictions](https://cloud.google.com/compute/docs/labeling-resources#restrictions) page. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1kg", "count": "3" }.
- "a_key": "A String",
+ "metadata": { # Metadata describing a template. # Metadata set for legacy Template.
+ "parameters": [ # The parameters for the template.
+ { # Metadata for a specific parameter.
+ "label": "A String", # Required. The label to display for the parameter.
+ "paramType": "A String", # Optional. The type of the parameter. Used for selecting input picker.
+ "isOptional": True or False, # Optional. Whether the parameter is optional. Defaults to false.
+ "regexes": [ # Optional. Regexes that the parameter must match.
+ "A String",
+ ],
+ "name": "A String", # Required. The name of the parameter.
+ "helpText": "A String", # Required. The help text to display for the parameter.
},
- "zone": "A String", # The Compute Engine [availability zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones) for launching worker instances to run your pipeline. In the future, worker_zone will take precedence.
- "workerRegion": "A String", # The Compute Engine region (https://cloud.google.com/compute/docs/regions-zones/regions-zones) in which worker processing should occur, e.g. "us-west1". Mutually exclusive with worker_zone. If neither worker_region nor worker_zone is specified, default to the control plane's region.
- "numWorkers": 42, # The initial number of Google Compute Engine instances for the job.
- "kmsKeyName": "A String", # Name for the Cloud KMS key for the job. Key format is: projects//locations//keyRings//cryptoKeys/
- "machineType": "A String", # The machine type to use for the job. Defaults to the value from the template if not specified.
- },
- "sdkInfo": { # SDK Information. # Required. SDK info of the Flex Template.
- "language": "A String", # Required. The SDK Language.
- "version": "A String", # Optional. The SDK version.
- },
+ ],
+ "name": "A String", # Required. The name of the template.
+ "description": "A String", # Optional. A description of the template.
+ },
+ "containerSpec": { # Container Spec. # Container image path set for flex Template.
"metadata": { # Metadata describing a template. # Metadata describing a template including description and validation rules.
"parameters": [ # The parameters for the template.
{ # Metadata for a specific parameter.
+ "label": "A String", # Required. The label to display for the parameter.
+ "paramType": "A String", # Optional. The type of the parameter. Used for selecting input picker.
+ "isOptional": True or False, # Optional. Whether the parameter is optional. Defaults to false.
"regexes": [ # Optional. Regexes that the parameter must match.
"A String",
],
- "label": "A String", # Required. The label to display for the parameter.
- "paramType": "A String", # Optional. The type of the parameter. Used for selecting input picker.
"name": "A String", # Required. The name of the parameter.
- "isOptional": True or False, # Optional. Whether the parameter is optional. Defaults to false.
"helpText": "A String", # Required. The help text to display for the parameter.
},
],
@@ -165,27 +150,42 @@
"description": "A String", # Optional. A description of the template.
},
"image": "A String", # Name of the docker container image. E.g., gcr.io/project/some-image
- },
- "metadata": { # Metadata describing a template. # Metadata set for legacy Template.
- "parameters": [ # The parameters for the template.
- { # Metadata for a specific parameter.
- "regexes": [ # Optional. Regexes that the parameter must match.
- "A String",
- ],
- "label": "A String", # Required. The label to display for the parameter.
- "paramType": "A String", # Optional. The type of the parameter. Used for selecting input picker.
- "name": "A String", # Required. The name of the parameter.
- "isOptional": True or False, # Optional. Whether the parameter is optional. Defaults to false.
- "helpText": "A String", # Required. The help text to display for the parameter.
+ "defaultEnvironment": { # The environment values to be set at runtime for flex template. # Default runtime environment for the job.
+ "network": "A String", # Network to which VMs will be assigned. If empty or unspecified, the service will use the network "default".
+ "machineType": "A String", # The machine type to use for the job. Defaults to the value from the template if not specified.
+ "additionalUserLabels": { # Additional user labels to be specified for the job. Keys and values must follow the restrictions specified in the [labeling restrictions](https://cloud.google.com/compute/docs/labeling-resources#restrictions) page. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1kg", "count": "3" }.
+ "a_key": "A String",
},
- ],
- "name": "A String", # Required. The name of the template.
- "description": "A String", # Optional. A description of the template.
+ "workerRegion": "A String", # The Compute Engine region (https://cloud.google.com/compute/docs/regions-zones/regions-zones) in which worker processing should occur, e.g. "us-west1". Mutually exclusive with worker_zone. If neither worker_region nor worker_zone is specified, default to the control plane's region.
+ "serviceAccountEmail": "A String", # The email address of the service account to run the job as.
+ "workerZone": "A String", # The Compute Engine zone (https://cloud.google.com/compute/docs/regions-zones/regions-zones) in which worker processing should occur, e.g. "us-west1-a". Mutually exclusive with worker_region. If neither worker_region nor worker_zone is specified, a zone in the control plane's region is chosen based on available capacity. If both `worker_zone` and `zone` are set, `worker_zone` takes precedence.
+ "subnetwork": "A String", # Subnetwork to which VMs will be assigned, if desired. You can specify a subnetwork using either a complete URL or an abbreviated path. Expected to be of the form "https://www.googleapis.com/compute/v1/projects/HOST_PROJECT_ID/regions/REGION/subnetworks/SUBNETWORK" or "regions/REGION/subnetworks/SUBNETWORK". If the subnetwork is located in a Shared VPC network, you must use the complete URL.
+ "maxWorkers": 42, # The maximum number of Google Compute Engine instances to be made available to your pipeline during execution, from 1 to 1000.
+ "enableStreamingEngine": True or False, # Whether to enable Streaming Engine for the job.
+ "kmsKeyName": "A String", # Name for the Cloud KMS key for the job. Key format is: projects//locations//keyRings//cryptoKeys/
+ "ipConfiguration": "A String", # Configuration for VM IPs.
+ "additionalExperiments": [ # Additional experiment flags for the job.
+ "A String",
+ ],
+ "numWorkers": 42, # The initial number of Google Compute Engine instances for the job.
+ "zone": "A String", # The Compute Engine [availability zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones) for launching worker instances to run your pipeline. In the future, worker_zone will take precedence.
+ "tempLocation": "A String", # The Cloud Storage path to use for temporary files. Must be a valid Cloud Storage URL, beginning with `gs://`.
+ },
+ "sdkInfo": { # SDK Information. # Required. SDK info of the Flex Template.
+ "version": "A String", # Optional. The SDK version.
+ "language": "A String", # Required. The SDK Language.
+ },
},
+ "jobGraphGcsPath": "A String", # job_graph_gcs_path set for legacy Template.
},
- "projectId": "A String", # A unique project_id. Multiple Templates per Project.
+ "labels": { # Labels for the Template Version. Labels can be duplicate within Template.
+ "a_key": "A String",
+ },
+ "versionId": "A String", # An auto generated version_id for TemplateVersion.
+ "displayName": "A String", # A customized name for Template. Multiple TemplateVersions per Template.
},
],
+ "nextPageToken": "A String", # A token that can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
}</pre>
</div>