Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
32a077e
chore: update docs/dyn/index.md
yoshi-automation Dec 20, 2022
038fdb6
feat(accesscontextmanager): update the api
yoshi-automation Dec 20, 2022
6057d89
feat(alertcenter): update the api
yoshi-automation Dec 20, 2022
ec22103
feat(androidenterprise): update the api
yoshi-automation Dec 20, 2022
43f435c
feat(apigee): update the api
yoshi-automation Dec 20, 2022
3dd983b
feat(batch): update the api
yoshi-automation Dec 20, 2022
9a176a4
feat(clouddeploy): update the api
yoshi-automation Dec 20, 2022
bba3627
feat(compute): update the api
yoshi-automation Dec 20, 2022
98d6112
feat(container): update the api
yoshi-automation Dec 20, 2022
00fa4bb
feat(contentwarehouse): update the api
yoshi-automation Dec 20, 2022
db1dddc
feat(datafusion): update the api
yoshi-automation Dec 20, 2022
12effe4
feat(datamigration): update the api
yoshi-automation Dec 20, 2022
91b60af
feat(datapipelines): update the api
yoshi-automation Dec 20, 2022
04bafe3
feat(dataplex): update the api
yoshi-automation Dec 20, 2022
1ad16fa
feat(dataproc): update the api
yoshi-automation Dec 20, 2022
30f2921
feat(datastream): update the api
yoshi-automation Dec 20, 2022
89b34a9
feat(firestore): update the api
yoshi-automation Dec 20, 2022
a4ca99c
feat(gmail): update the api
yoshi-automation Dec 20, 2022
f732fd3
feat(notebooks): update the api
yoshi-automation Dec 20, 2022
d94dee3
feat(retail): update the api
yoshi-automation Dec 20, 2022
339a5d6
feat(speech): update the api
yoshi-automation Dec 20, 2022
ee942d9
feat(texttospeech): update the api
yoshi-automation Dec 20, 2022
93f0e30
feat(workloadmanager): update the api
yoshi-automation Dec 20, 2022
c0abce2
chore(docs): Add new discovery artifacts and artifacts with minor upd…
yoshi-automation Dec 20, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions docs/dyn/accesscontextmanager_v1.accessPolicies.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ <h2>Instance Methods</h2>
</p>
<p class="firstline">Returns the accessLevels Resource.</p>

<p class="toc_element">
<code><a href="accesscontextmanager_v1.accessPolicies.authorizedOrgsDescs.html">authorizedOrgsDescs()</a></code>
</p>
<p class="firstline">Returns the authorizedOrgsDescs Resource.</p>

<p class="toc_element">
<code><a href="accesscontextmanager_v1.accessPolicies.servicePerimeters.html">servicePerimeters()</a></code>
</p>
Expand Down
29 changes: 28 additions & 1 deletion docs/dyn/androidenterprise_v1.enterprises.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ <h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#completeSignup">completeSignup(completionToken=None, enterpriseToken=None, x__xgafv=None)</a></code></p>
<p class="firstline">Completes the signup flow, by specifying the Completion token and Enterprise token. This request must not be called multiple times for a given Enterprise Token.</p>
<p class="toc_element">
<code><a href="#createEnrollmentToken">createEnrollmentToken(enterpriseId, deviceType=None, x__xgafv=None)</a></code></p>
<p class="firstline">Returns a token for device enrollment. The DPC can encode this token within the QR/NFC/zero-touch enrollment payload or fetch it before calling the on-device API to authenticate the user. The token can be generated for each device or reused across multiple devices.</p>
<p class="toc_element">
<code><a href="#createWebToken">createWebToken(enterpriseId, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Returns a unique token to access an embeddable UI. To generate a web UI, pass the generated token into the managed Google Play javascript API. Each token may only be used to start one UI session. See the javascript API documentation for further information.</p>
Expand Down Expand Up @@ -165,6 +168,30 @@ <h3>Method Details</h3>
}</pre>
</div>

<div class="method">
<code class="details" id="createEnrollmentToken">createEnrollmentToken(enterpriseId, deviceType=None, x__xgafv=None)</code>
<pre>Returns a token for device enrollment. The DPC can encode this token within the QR/NFC/zero-touch enrollment payload or fetch it before calling the on-device API to authenticate the user. The token can be generated for each device or reused across multiple devices.

Args:
enterpriseId: string, The ID of the enterprise. (required)
deviceType: string, Whether it’s a dedicated device or a knowledge worker device.
Allowed values
unknown - This value is unused
dedicatedDevice - This device is a dedicated device.
knowledgeWorker - This device is required to have an authenticated user.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format

Returns:
An object of the form:

{ # Response message for create enrollment token.
&quot;enrollmentToken&quot;: &quot;A String&quot;, # Enrollment token.
}</pre>
</div>

<div class="method">
<code class="details" id="createWebToken">createWebToken(enterpriseId, body=None, x__xgafv=None)</code>
<pre>Returns a unique token to access an embeddable UI. To generate a web UI, pass the generated token into the managed Google Play javascript API. Each token may only be used to start one UI session. See the javascript API documentation for further information.
Expand Down Expand Up @@ -384,7 +411,7 @@ <h3>Method Details</h3>
<pre>Pulls and returns a notification set for the enterprises associated with the service account authenticated for the request. The notification set may be empty if no notification are pending. A notification set returned needs to be acknowledged within 20 seconds by calling Enterprises.AcknowledgeNotificationSet, unless the notification set is empty. Notifications that are not acknowledged within the 20 seconds will eventually be included again in the response to another PullNotificationSet request, and those that are never acknowledged will ultimately be deleted according to the Google Cloud Platform Pub/Sub system policy. Multiple requests might be performed concurrently to retrieve notifications, in which case the pending notifications (if any) will be split among each caller, if any are pending. If no notifications are present, an empty notification list is returned. Subsequent requests may return more notifications once they become available.

Args:
requestMode: string, The request mode for pulling notifications. Specifying waitForNotifications will cause the request to block and wait until one or more notifications are present, or return an empty notification list if no notifications are present after some time. Speciying returnImmediately will cause the request to immediately return the pending notifications, or an empty list if no notifications are present. If omitted, defaults to waitForNotifications.
requestMode: string, The request mode for pulling notifications. Specifying waitForNotifications will cause the request to block and wait until one or more notifications are present, or return an empty notification list if no notifications are present after some time. Specifying returnImmediately will cause the request to immediately return the pending notifications, or an empty list if no notifications are present. If omitted, defaults to waitForNotifications.
Allowed values
waitForNotifications - Wait until one or more notifications are present.
returnImmediately - Returns immediately whether notifications are present or not.
Expand Down
54 changes: 54 additions & 0 deletions docs/dyn/apigee_v1.organizations.envgroups.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ <h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
<p class="firstline">Gets an environment group.</p>
<p class="toc_element">
<code><a href="#getDeployedIngressConfig">getDeployedIngressConfig(name, view=None, x__xgafv=None)</a></code></p>
<p class="firstline">Gets the deployed ingress configuration for an environment group.</p>
<p class="toc_element">
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists all environment groups.</p>
Expand Down Expand Up @@ -215,6 +218,57 @@ <h3>Method Details</h3>
}</pre>
</div>

<div class="method">
<code class="details" id="getDeployedIngressConfig">getDeployedIngressConfig(name, view=None, x__xgafv=None)</code>
<pre>Gets the deployed ingress configuration for an environment group.

Args:
name: string, Required. Name of the deployed configuration for the environment group in the following format: &#x27;organizations/{org}/envgroups/{envgroup}/deployedIngressConfig&#x27;. (required)
view: string, When set to FULL, additional details about the specific deployments receiving traffic will be included in the IngressConfig response&#x27;s RoutingRules.
Allowed values
INGRESS_CONFIG_VIEW_UNSPECIFIED - The default/unset value. The API will default to the BASIC view.
BASIC - Include all ingress config data necessary for the runtime to configure ingress, but no more. Routing rules will include only basepath and destination environment. This the default value.
FULL - Include all ingress config data, including internal debug info for each routing rule such as the proxy claiming a particular basepath and when the routing rule first appeared in the env group.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format

Returns:
An object of the form:

{ # EnvironmentGroupConfig is a revisioned snapshot of an EnvironmentGroup and its associated routing rules.
&quot;endpointChainingRules&quot;: [ # A list of proxies in each deployment group for proxy chaining calls.
{ # EndpointChainingRule specifies the proxies contained in a particular deployment group, so that other deployment groups can find them in chaining calls.
&quot;deploymentGroup&quot;: &quot;A String&quot;, # The deployment group to target for cross-shard chaining calls to these proxies.
&quot;proxyIds&quot;: [ # List of proxy ids which may be found in the given deployment group.
&quot;A String&quot;,
],
},
],
&quot;hostnames&quot;: [ # Host names for the environment group.
&quot;A String&quot;,
],
&quot;location&quot;: &quot;A String&quot;, # When this message appears in the top-level IngressConfig, this field will be populated in lieu of the inlined routing_rules and hostnames fields. Some URL for downloading the full EnvironmentGroupConfig for this group.
&quot;name&quot;: &quot;A String&quot;, # Name of the environment group in the following format: `organizations/{org}/envgroups/{envgroup}`.
&quot;revisionId&quot;: &quot;A String&quot;, # Revision id that defines the ordering of the EnvironmentGroupConfig resource. The higher the revision, the more recently the configuration was deployed.
&quot;routingRules&quot;: [ # Ordered list of routing rules defining how traffic to this environment group&#x27;s hostnames should be routed to different environments.
{
&quot;basepath&quot;: &quot;A String&quot;, # URI path prefix used to route to the specified environment. May contain one or more wildcards. For example, path segments consisting of a single `*` character will match any string.
&quot;deploymentGroup&quot;: &quot;A String&quot;, # Name of a deployment group in an environment bound to the environment group in the following format: `organizations/{org}/environment/{env}/deploymentGroups/{group}` Only one of environment or deployment_group will be set.
&quot;envGroupRevision&quot;: &quot;A String&quot;, # The env group config revision_id when this rule was added or last updated. This value is set when the rule is created and will only update if the the environment_id changes. It is used to determine if the runtime is up to date with respect to this rule. This field is omitted from the IngressConfig unless the GetDeployedIngressConfig API is called with view=FULL.
&quot;environment&quot;: &quot;A String&quot;, # Name of an environment bound to the environment group in the following format: `organizations/{org}/environments/{env}`. Only one of environment or deployment_group will be set.
&quot;otherTargets&quot;: [ # Conflicting targets, which will be resource names specifying either deployment groups or environments.
&quot;A String&quot;,
],
&quot;receiver&quot;: &quot;A String&quot;, # The resource name of the proxy revision that is receiving this basepath in the following format: `organizations/{org}/apis/{api}/revisions/{rev}`. This field is omitted from the IngressConfig unless the GetDeployedIngressConfig API is called with view=FULL.
&quot;updateTime&quot;: &quot;A String&quot;, # The unix timestamp when this rule was updated. This is updated whenever env_group_revision is updated. This field is omitted from the IngressConfig unless the GetDeployedIngressConfig API is called with view=FULL.
},
],
&quot;uid&quot;: &quot;A String&quot;, # A unique id for the environment group config that will only change if the environment group is deleted and recreated.
}</pre>
</div>

<div class="method">
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
<pre>Lists all environment groups.
Expand Down
16 changes: 15 additions & 1 deletion docs/dyn/apigee_v1.organizations.environments.html
Original file line number Diff line number Diff line change
Expand Up @@ -481,19 +481,33 @@ <h3>Method Details</h3>
&quot;A String&quot;,
],
},
&quot;deploymentGroups&quot;: [ # List of deployment groups in the environment.
{ # DeploymentGroupConfig represents a deployment group that should be present in a particular environment.
&quot;name&quot;: &quot;A String&quot;, # Name of the deployment group in the following format: `organizations/{org}/environments/{env}/deploymentGroups/{group}`.
&quot;revisionId&quot;: &quot;A String&quot;, # Revision number which can be used by the runtime to detect if the deployment group has changed between two versions.
&quot;uid&quot;: &quot;A String&quot;, # Unique ID. The ID will only change if the deployment group is deleted and recreated.
},
],
&quot;deployments&quot;: [ # List of deployments in the environment.
{ # NEXT ID: 9
{ # NEXT ID: 11
&quot;attributes&quot;: { # Additional key-value metadata for the deployment.
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;basePath&quot;: &quot;A String&quot;, # Base path where the application will be hosted. Defaults to &quot;/&quot;.
&quot;deploymentGroups&quot;: [ # The list of deployment groups in which this proxy should be deployed. Not currently populated for shared flows.
&quot;A String&quot;,
],
&quot;endpoints&quot;: { # A mapping from basepaths to proxy endpoint names in this proxy. Not populated for shared flows.
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;location&quot;: &quot;A String&quot;, # Location of the API proxy bundle as a URI.
&quot;name&quot;: &quot;A String&quot;, # Name of the API or shared flow revision to be deployed in the following format: `organizations/{org}/apis/{api}/revisions/{rev}` or `organizations/{org}/sharedflows/{sharedflow}/revisions/{rev}`
&quot;proxyUid&quot;: &quot;A String&quot;, # Unique ID of the API proxy revision.
&quot;serviceAccount&quot;: &quot;A String&quot;, # The service account identity associated with this deployment. If non-empty, will be in the following format: `projects/-/serviceAccounts/{account_email}`
&quot;uid&quot;: &quot;A String&quot;, # Unique ID. The ID will only change if the deployment is deleted and recreated.
},
],
&quot;envScopedRevisionId&quot;: &quot;A String&quot;, # Revision ID for environment-scoped resources (e.g. target servers, keystores) in this config. This ID will increment any time a resource not scoped to a deployment group changes.
&quot;featureFlags&quot;: { # Feature flags inherited from the organization and environment.
&quot;a_key&quot;: &quot;A String&quot;,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h3>Method Details</h3>
body: object, The request body.
The object takes the form of:

{ # TargetServer configuration. TargetServers are used to decouple a proxy&#x27;s TargetEndpoint HTTPTargetConnections from concrete URLs for backend services.
{ # TargetServer configuration. TargetServers are used to decouple a proxy TargetEndpoint HTTPTargetConnections from concrete URLs for backend services.
&quot;description&quot;: &quot;A String&quot;, # Optional. A human-readable description of this TargetServer.
&quot;host&quot;: &quot;A String&quot;, # Required. The host name this target connects to. Value must be a valid hostname as described by RFC-1123.
&quot;isEnabled&quot;: True or False, # Optional. Enabling/disabling a TargetServer is useful when TargetServers are used in load balancing configurations, and one or more TargetServers need to taken out of rotation periodically. Defaults to true.
Expand Down Expand Up @@ -140,7 +140,7 @@ <h3>Method Details</h3>
Returns:
An object of the form:

{ # TargetServer configuration. TargetServers are used to decouple a proxy&#x27;s TargetEndpoint HTTPTargetConnections from concrete URLs for backend services.
{ # TargetServer configuration. TargetServers are used to decouple a proxy TargetEndpoint HTTPTargetConnections from concrete URLs for backend services.
&quot;description&quot;: &quot;A String&quot;, # Optional. A human-readable description of this TargetServer.
&quot;host&quot;: &quot;A String&quot;, # Required. The host name this target connects to. Value must be a valid hostname as described by RFC-1123.
&quot;isEnabled&quot;: True or False, # Optional. Enabling/disabling a TargetServer is useful when TargetServers are used in load balancing configurations, and one or more TargetServers need to taken out of rotation periodically. Defaults to true.
Expand Down Expand Up @@ -182,7 +182,7 @@ <h3>Method Details</h3>
Returns:
An object of the form:

{ # TargetServer configuration. TargetServers are used to decouple a proxy&#x27;s TargetEndpoint HTTPTargetConnections from concrete URLs for backend services.
{ # TargetServer configuration. TargetServers are used to decouple a proxy TargetEndpoint HTTPTargetConnections from concrete URLs for backend services.
&quot;description&quot;: &quot;A String&quot;, # Optional. A human-readable description of this TargetServer.
&quot;host&quot;: &quot;A String&quot;, # Required. The host name this target connects to. Value must be a valid hostname as described by RFC-1123.
&quot;isEnabled&quot;: True or False, # Optional. Enabling/disabling a TargetServer is useful when TargetServers are used in load balancing configurations, and one or more TargetServers need to taken out of rotation periodically. Defaults to true.
Expand Down Expand Up @@ -224,7 +224,7 @@ <h3>Method Details</h3>
Returns:
An object of the form:

{ # TargetServer configuration. TargetServers are used to decouple a proxy&#x27;s TargetEndpoint HTTPTargetConnections from concrete URLs for backend services.
{ # TargetServer configuration. TargetServers are used to decouple a proxy TargetEndpoint HTTPTargetConnections from concrete URLs for backend services.
&quot;description&quot;: &quot;A String&quot;, # Optional. A human-readable description of this TargetServer.
&quot;host&quot;: &quot;A String&quot;, # Required. The host name this target connects to. Value must be a valid hostname as described by RFC-1123.
&quot;isEnabled&quot;: True or False, # Optional. Enabling/disabling a TargetServer is useful when TargetServers are used in load balancing configurations, and one or more TargetServers need to taken out of rotation periodically. Defaults to true.
Expand Down Expand Up @@ -261,7 +261,7 @@ <h3>Method Details</h3>
body: object, The request body.
The object takes the form of:

{ # TargetServer configuration. TargetServers are used to decouple a proxy&#x27;s TargetEndpoint HTTPTargetConnections from concrete URLs for backend services.
{ # TargetServer configuration. TargetServers are used to decouple a proxy TargetEndpoint HTTPTargetConnections from concrete URLs for backend services.
&quot;description&quot;: &quot;A String&quot;, # Optional. A human-readable description of this TargetServer.
&quot;host&quot;: &quot;A String&quot;, # Required. The host name this target connects to. Value must be a valid hostname as described by RFC-1123.
&quot;isEnabled&quot;: True or False, # Optional. Enabling/disabling a TargetServer is useful when TargetServers are used in load balancing configurations, and one or more TargetServers need to taken out of rotation periodically. Defaults to true.
Expand Down Expand Up @@ -296,7 +296,7 @@ <h3>Method Details</h3>
Returns:
An object of the form:

{ # TargetServer configuration. TargetServers are used to decouple a proxy&#x27;s TargetEndpoint HTTPTargetConnections from concrete URLs for backend services.
{ # TargetServer configuration. TargetServers are used to decouple a proxy TargetEndpoint HTTPTargetConnections from concrete URLs for backend services.
&quot;description&quot;: &quot;A String&quot;, # Optional. A human-readable description of this TargetServer.
&quot;host&quot;: &quot;A String&quot;, # Required. The host name this target connects to. Value must be a valid hostname as described by RFC-1123.
&quot;isEnabled&quot;: True or False, # Optional. Enabling/disabling a TargetServer is useful when TargetServers are used in load balancing configurations, and one or more TargetServers need to taken out of rotation periodically. Defaults to true.
Expand Down
Loading