Skip to content

Commit

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

The following keys were added:
- schemas.GoogleCloudApigeeV1Instance.properties.consumerAcceptList (Total Keys: 2)
- schemas.GoogleCloudApigeeV1Instance.properties.serviceAttachment (Total Keys: 2)
  • Loading branch information
yoshi-automation committed Mar 15, 2022
1 parent 49ea8e8 commit 6cd7b46
Show file tree
Hide file tree
Showing 5 changed files with 128 additions and 13 deletions.
28 changes: 28 additions & 0 deletions docs/dyn/apigee_v1.organizations.environments.queries.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ <h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#getResult">getResult(name, x__xgafv=None)</a></code></p>
<p class="firstline">After the query is completed, use this API to retrieve the results. If the request succeeds, and there is a non-zero result set, the result is downloaded to the client as a zipped JSON file. The name of the downloaded file will be: OfflineQueryResult-.zip Example: `OfflineQueryResult-9cfc0d85-0f30-46d6-ae6f-318d0cb961bd.zip`</p>
<p class="toc_element">
<code><a href="#getResulturl">getResulturl(name, x__xgafv=None)</a></code></p>
<p class="firstline">After the query is completed, use this API to retrieve the results. If the request succeeds, and there is a non-zero result set, the result is sent to the client as a list of urls to JSON files.</p>
<p class="toc_element">
<code><a href="#list">list(parent, dataset=None, from=None, inclQueriesWithoutReport=None, status=None, submittedBy=None, to=None, x__xgafv=None)</a></code></p>
<p class="firstline">Return a list of Asynchronous Queries</p>
Expand Down Expand Up @@ -237,6 +240,31 @@ <h3>Method Details</h3>
}</pre>
</div>

<div class="method">
<code class="details" id="getResulturl">getResulturl(name, x__xgafv=None)</code>
<pre>After the query is completed, use this API to retrieve the results. If the request succeeds, and there is a non-zero result set, the result is sent to the client as a list of urls to JSON files.

Args:
name: string, Required. Name of the asynchronous query result to get. Must be of the form `organizations/{org}/environments/{env}/queries/{queryId}/resulturl`. (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format

Returns:
An object of the form:

{ # The response for GetAsyncQueryResultUrl
&quot;urls&quot;: [ # The list of Signed URLs generated by the CreateAsyncQuery request
{ # A Signed URL and the relevant metadata associated with it.
&quot;md5&quot;: &quot;A String&quot;, # The MD5 Hash of the JSON data
&quot;sizeBytes&quot;: &quot;A String&quot;, # The size of the returned file in bytes
&quot;uri&quot;: &quot;A String&quot;, # The signed URL of the JSON data. Will be of the form `https://storage.googleapis.com/example-bucket/cat.jpeg?X-Goog-Algorithm= GOOG4-RSA-SHA256&amp;X-Goog-Credential=example%40example-project.iam.gserviceaccount .com%2F20181026%2Fus-central1%2Fstorage%2Fgoog4_request&amp;X-Goog-Date=20181026T18 1309Z&amp;X-Goog-Expires=900&amp;X-Goog-SignedHeaders=host&amp;X-Goog-Signature=247a2aa45f16 9edf4d187d54e7cc46e4731b1e6273242c4f4c39a1d2507a0e58706e25e3a85a7dbb891d62afa849 6def8e260c1db863d9ace85ff0a184b894b117fe46d1225c82f2aa19efd52cf21d3e2022b3b868dc c1aca2741951ed5bf3bb25a34f5e9316a2841e8ff4c530b22ceaa1c5ce09c7cbb5732631510c2058 0e61723f5594de3aea497f195456a2ff2bdd0d13bad47289d8611b6f9cfeef0c46c91a455b94e90a 66924f722292d21e24d31dcfb38ce0c0f353ffa5a9756fc2a9f2b40bc2113206a81e324fc4fd6823 a29163fa845c8ae7eca1fcf6e5bb48b3200983c56c5ca81fffb151cca7402beddfc4a76b13344703 2ea7abedc098d2eb14a7`
},
],
}</pre>
</div>

<div class="method">
<code class="details" id="list">list(parent, dataset=None, from=None, inclQueriesWithoutReport=None, status=None, submittedBy=None, to=None, x__xgafv=None)</code>
<pre>Return a list of Asynchronous Queries
Expand Down
12 changes: 6 additions & 6 deletions docs/dyn/apigee_v1.organizations.environments.targetservers.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ <h3>Method Details</h3>
&quot;port&quot;: 42, # Required. The port number this target connects to on the given host. Value must be between 1 and 65535, inclusive.
&quot;protocol&quot;: &quot;A String&quot;, # Immutable. The protocol used by this TargetServer.
&quot;sSLInfo&quot;: { # TLS configuration information for virtual hosts and TargetServers. # Optional. Specifies TLS configuration info for this TargetServer. The JSON name is `sSLInfo` for legacy/backwards compatibility reasons -- Edge originally supported SSL, and the name is still used for TLS configuration.
&quot;ciphers&quot;: [ # The SSL/TLS cipher suites to be used. Must be one of the cipher suite names listed in: http://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#ciphersuites
&quot;ciphers&quot;: [ # The SSL/TLS cipher suites to be used. For programmable proxies, it must be one of the cipher suite names listed in: http://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#ciphersuites. For configurable proxies, it must follow the configuration specified in: https://commondatastorage.googleapis.com/chromium-boringssl-docs/ssl.h.html#Cipher-suite-configuration. This setting has no effect for configurable proxies when negotiating TLS 1.3.
&quot;A String&quot;,
],
&quot;clientAuthEnabled&quot;: True or False, # Optional. Enables two-way TLS.
Expand Down Expand Up @@ -148,7 +148,7 @@ <h3>Method Details</h3>
&quot;port&quot;: 42, # Required. The port number this target connects to on the given host. Value must be between 1 and 65535, inclusive.
&quot;protocol&quot;: &quot;A String&quot;, # Immutable. The protocol used by this TargetServer.
&quot;sSLInfo&quot;: { # TLS configuration information for virtual hosts and TargetServers. # Optional. Specifies TLS configuration info for this TargetServer. The JSON name is `sSLInfo` for legacy/backwards compatibility reasons -- Edge originally supported SSL, and the name is still used for TLS configuration.
&quot;ciphers&quot;: [ # The SSL/TLS cipher suites to be used. Must be one of the cipher suite names listed in: http://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#ciphersuites
&quot;ciphers&quot;: [ # The SSL/TLS cipher suites to be used. For programmable proxies, it must be one of the cipher suite names listed in: http://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#ciphersuites. For configurable proxies, it must follow the configuration specified in: https://commondatastorage.googleapis.com/chromium-boringssl-docs/ssl.h.html#Cipher-suite-configuration. This setting has no effect for configurable proxies when negotiating TLS 1.3.
&quot;A String&quot;,
],
&quot;clientAuthEnabled&quot;: True or False, # Optional. Enables two-way TLS.
Expand Down Expand Up @@ -190,7 +190,7 @@ <h3>Method Details</h3>
&quot;port&quot;: 42, # Required. The port number this target connects to on the given host. Value must be between 1 and 65535, inclusive.
&quot;protocol&quot;: &quot;A String&quot;, # Immutable. The protocol used by this TargetServer.
&quot;sSLInfo&quot;: { # TLS configuration information for virtual hosts and TargetServers. # Optional. Specifies TLS configuration info for this TargetServer. The JSON name is `sSLInfo` for legacy/backwards compatibility reasons -- Edge originally supported SSL, and the name is still used for TLS configuration.
&quot;ciphers&quot;: [ # The SSL/TLS cipher suites to be used. Must be one of the cipher suite names listed in: http://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#ciphersuites
&quot;ciphers&quot;: [ # The SSL/TLS cipher suites to be used. For programmable proxies, it must be one of the cipher suite names listed in: http://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#ciphersuites. For configurable proxies, it must follow the configuration specified in: https://commondatastorage.googleapis.com/chromium-boringssl-docs/ssl.h.html#Cipher-suite-configuration. This setting has no effect for configurable proxies when negotiating TLS 1.3.
&quot;A String&quot;,
],
&quot;clientAuthEnabled&quot;: True or False, # Optional. Enables two-way TLS.
Expand Down Expand Up @@ -232,7 +232,7 @@ <h3>Method Details</h3>
&quot;port&quot;: 42, # Required. The port number this target connects to on the given host. Value must be between 1 and 65535, inclusive.
&quot;protocol&quot;: &quot;A String&quot;, # Immutable. The protocol used by this TargetServer.
&quot;sSLInfo&quot;: { # TLS configuration information for virtual hosts and TargetServers. # Optional. Specifies TLS configuration info for this TargetServer. The JSON name is `sSLInfo` for legacy/backwards compatibility reasons -- Edge originally supported SSL, and the name is still used for TLS configuration.
&quot;ciphers&quot;: [ # The SSL/TLS cipher suites to be used. Must be one of the cipher suite names listed in: http://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#ciphersuites
&quot;ciphers&quot;: [ # The SSL/TLS cipher suites to be used. For programmable proxies, it must be one of the cipher suite names listed in: http://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#ciphersuites. For configurable proxies, it must follow the configuration specified in: https://commondatastorage.googleapis.com/chromium-boringssl-docs/ssl.h.html#Cipher-suite-configuration. This setting has no effect for configurable proxies when negotiating TLS 1.3.
&quot;A String&quot;,
],
&quot;clientAuthEnabled&quot;: True or False, # Optional. Enables two-way TLS.
Expand Down Expand Up @@ -269,7 +269,7 @@ <h3>Method Details</h3>
&quot;port&quot;: 42, # Required. The port number this target connects to on the given host. Value must be between 1 and 65535, inclusive.
&quot;protocol&quot;: &quot;A String&quot;, # Immutable. The protocol used by this TargetServer.
&quot;sSLInfo&quot;: { # TLS configuration information for virtual hosts and TargetServers. # Optional. Specifies TLS configuration info for this TargetServer. The JSON name is `sSLInfo` for legacy/backwards compatibility reasons -- Edge originally supported SSL, and the name is still used for TLS configuration.
&quot;ciphers&quot;: [ # The SSL/TLS cipher suites to be used. Must be one of the cipher suite names listed in: http://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#ciphersuites
&quot;ciphers&quot;: [ # The SSL/TLS cipher suites to be used. For programmable proxies, it must be one of the cipher suite names listed in: http://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#ciphersuites. For configurable proxies, it must follow the configuration specified in: https://commondatastorage.googleapis.com/chromium-boringssl-docs/ssl.h.html#Cipher-suite-configuration. This setting has no effect for configurable proxies when negotiating TLS 1.3.
&quot;A String&quot;,
],
&quot;clientAuthEnabled&quot;: True or False, # Optional. Enables two-way TLS.
Expand Down Expand Up @@ -304,7 +304,7 @@ <h3>Method Details</h3>
&quot;port&quot;: 42, # Required. The port number this target connects to on the given host. Value must be between 1 and 65535, inclusive.
&quot;protocol&quot;: &quot;A String&quot;, # Immutable. The protocol used by this TargetServer.
&quot;sSLInfo&quot;: { # TLS configuration information for virtual hosts and TargetServers. # Optional. Specifies TLS configuration info for this TargetServer. The JSON name is `sSLInfo` for legacy/backwards compatibility reasons -- Edge originally supported SSL, and the name is still used for TLS configuration.
&quot;ciphers&quot;: [ # The SSL/TLS cipher suites to be used. Must be one of the cipher suite names listed in: http://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#ciphersuites
&quot;ciphers&quot;: [ # The SSL/TLS cipher suites to be used. For programmable proxies, it must be one of the cipher suite names listed in: http://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#ciphersuites. For configurable proxies, it must follow the configuration specified in: https://commondatastorage.googleapis.com/chromium-boringssl-docs/ssl.h.html#Cipher-suite-configuration. This setting has no effect for configurable proxies when negotiating TLS 1.3.
&quot;A String&quot;,
],
&quot;clientAuthEnabled&quot;: True or False, # Optional. Enables two-way TLS.
Expand Down
8 changes: 4 additions & 4 deletions docs/dyn/apigee_v1.organizations.html
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ <h3>Method Details</h3>
&quot;enabled&quot;: True or False, # Flag that specifies whether the Monetization add-on is enabled.
},
},
&quot;analyticsRegion&quot;: &quot;A String&quot;, # Required. Primary GCP region for analytics data storage. For valid values, see [Create an Apigee organization](https://cloud.google.com/apigee/docs/api-platform/get-started/create-org).
&quot;analyticsRegion&quot;: &quot;A String&quot;, # Required. DEPRECATED: This field will be deprecated once Apigee supports DRZ. Primary GCP region for analytics data storage. For valid values, see [Create an Apigee organization](https://cloud.google.com/apigee/docs/api-platform/get-started/create-org).
&quot;attributes&quot;: [ # Not used by Apigee.
&quot;A String&quot;,
],
Expand Down Expand Up @@ -361,7 +361,7 @@ <h3>Method Details</h3>
&quot;enabled&quot;: True or False, # Flag that specifies whether the Monetization add-on is enabled.
},
},
&quot;analyticsRegion&quot;: &quot;A String&quot;, # Required. Primary GCP region for analytics data storage. For valid values, see [Create an Apigee organization](https://cloud.google.com/apigee/docs/api-platform/get-started/create-org).
&quot;analyticsRegion&quot;: &quot;A String&quot;, # Required. DEPRECATED: This field will be deprecated once Apigee supports DRZ. Primary GCP region for analytics data storage. For valid values, see [Create an Apigee organization](https://cloud.google.com/apigee/docs/api-platform/get-started/create-org).
&quot;attributes&quot;: [ # Not used by Apigee.
&quot;A String&quot;,
],
Expand Down Expand Up @@ -632,7 +632,7 @@ <h3>Method Details</h3>
&quot;enabled&quot;: True or False, # Flag that specifies whether the Monetization add-on is enabled.
},
},
&quot;analyticsRegion&quot;: &quot;A String&quot;, # Required. Primary GCP region for analytics data storage. For valid values, see [Create an Apigee organization](https://cloud.google.com/apigee/docs/api-platform/get-started/create-org).
&quot;analyticsRegion&quot;: &quot;A String&quot;, # Required. DEPRECATED: This field will be deprecated once Apigee supports DRZ. Primary GCP region for analytics data storage. For valid values, see [Create an Apigee organization](https://cloud.google.com/apigee/docs/api-platform/get-started/create-org).
&quot;attributes&quot;: [ # Not used by Apigee.
&quot;A String&quot;,
],
Expand Down Expand Up @@ -690,7 +690,7 @@ <h3>Method Details</h3>
&quot;enabled&quot;: True or False, # Flag that specifies whether the Monetization add-on is enabled.
},
},
&quot;analyticsRegion&quot;: &quot;A String&quot;, # Required. Primary GCP region for analytics data storage. For valid values, see [Create an Apigee organization](https://cloud.google.com/apigee/docs/api-platform/get-started/create-org).
&quot;analyticsRegion&quot;: &quot;A String&quot;, # Required. DEPRECATED: This field will be deprecated once Apigee supports DRZ. Primary GCP region for analytics data storage. For valid values, see [Create an Apigee organization](https://cloud.google.com/apigee/docs/api-platform/get-started/create-org).
&quot;attributes&quot;: [ # Not used by Apigee.
&quot;A String&quot;,
],
Expand Down
Loading

0 comments on commit 6cd7b46

Please sign in to comment.