Skip to content

chore: Update discovery artifacts #2483

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
b964fd5
feat(accesscontextmanager): update the api
yoshi-automation Sep 17, 2024
a6d415a
feat(aiplatform): update the api
yoshi-automation Sep 17, 2024
0f6213f
feat(apigee): update the api
yoshi-automation Sep 17, 2024
056033d
feat(beyondcorp): update the api
yoshi-automation Sep 17, 2024
d94ebee
fix(bigquery): update the api
yoshi-automation Sep 17, 2024
6047039
feat(bigtableadmin): update the api
yoshi-automation Sep 17, 2024
1fc953d
fix(chat): update the api
yoshi-automation Sep 17, 2024
6d726e5
feat(civicinfo): update the api
yoshi-automation Sep 17, 2024
4ecae70
feat(cloudchannel): update the api
yoshi-automation Sep 17, 2024
29f873c
feat(cloudfunctions): update the api
yoshi-automation Sep 17, 2024
d5e971b
feat(compute): update the api
yoshi-automation Sep 17, 2024
06ea65f
feat(contactcenterinsights): update the api
yoshi-automation Sep 17, 2024
04b980f
feat(container): update the api
yoshi-automation Sep 17, 2024
ab3b637
feat(css): update the api
yoshi-automation Sep 17, 2024
78f62b8
feat(datastream): update the api
yoshi-automation Sep 17, 2024
7202a2a
feat(discoveryengine): update the api
yoshi-automation Sep 17, 2024
e93475d
feat(documentai): update the api
yoshi-automation Sep 17, 2024
182ad14
feat(firebase): update the api
yoshi-automation Sep 17, 2024
700ed6f
feat(firebaseml): update the api
yoshi-automation Sep 17, 2024
3433f23
feat(firestore): update the api
yoshi-automation Sep 17, 2024
8ffba99
feat(gkehub): update the api
yoshi-automation Sep 17, 2024
dba4e69
feat(logging): update the api
yoshi-automation Sep 17, 2024
7539ba5
feat(looker): update the api
yoshi-automation Sep 17, 2024
0c46c84
feat(merchantapi): update the api
yoshi-automation Sep 17, 2024
51c5920
feat(networkconnectivity): update the api
yoshi-automation Sep 17, 2024
f6e10fb
feat(networkmanagement): update the api
yoshi-automation Sep 17, 2024
168199f
feat(serviceconsumermanagement): update the api
yoshi-automation Sep 17, 2024
5542477
feat(serviceusage): update the api
yoshi-automation Sep 17, 2024
921d89c
fix(translate): update the api
yoshi-automation Sep 17, 2024
dc53829
feat(vpcaccess): update the api
yoshi-automation Sep 17, 2024
3a7e931
feat(walletobjects): update the api
yoshi-automation Sep 17, 2024
57798cd
chore(docs): Add new discovery artifacts and artifacts with minor upd…
yoshi-automation Sep 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

258 changes: 258 additions & 0 deletions docs/dyn/aiplatform_v1.projects.locations.schedules.html

Large diffs are not rendered by default.

205 changes: 205 additions & 0 deletions docs/dyn/aiplatform_v1beta1.projects.locations.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

100 changes: 50 additions & 50 deletions docs/dyn/androidpublisher_v3.monetization.subscriptions.html

Large diffs are not rendered by default.

255 changes: 255 additions & 0 deletions docs/dyn/apigee_v1.organizations.environments.deployments.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/dyn/backupdr_v1.projects.locations.backupPlans.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ <h3>Method Details</h3>
body: object, The request body.
The object takes the form of:

{ # A `BackupPlan` specifies some common fields, such as `display_name` as well as one or more `BackupRule` messages. Each `BackupRule` has a retention policy and defines a schedule by which the system is to perform backup workloads.
{ # A `BackupPlan` specifies some common fields, such as `description` as well as one or more `BackupRule` messages. Each `BackupRule` has a retention policy and defines a schedule by which the system is to perform backup workloads.
&quot;backupRules&quot;: [ # Required. The backup rules for this `BackupPlan`. There must be at least one `BackupRule` message.
{ # `BackupRule` binds the backup schedule to a retention policy.
&quot;backupRetentionDays&quot;: 42, # Required. Configures the duration for which backup data will be kept. It is defined in “days”. The value should be greater than or equal to minimum enforced retention of the backup vault.
Expand Down Expand Up @@ -231,7 +231,7 @@ <h3>Method Details</h3>
Returns:
An object of the form:

{ # A `BackupPlan` specifies some common fields, such as `display_name` as well as one or more `BackupRule` messages. Each `BackupRule` has a retention policy and defines a schedule by which the system is to perform backup workloads.
{ # A `BackupPlan` specifies some common fields, such as `description` as well as one or more `BackupRule` messages. Each `BackupRule` has a retention policy and defines a schedule by which the system is to perform backup workloads.
&quot;backupRules&quot;: [ # Required. The backup rules for this `BackupPlan`. There must be at least one `BackupRule` message.
{ # `BackupRule` binds the backup schedule to a retention policy.
&quot;backupRetentionDays&quot;: 42, # Required. Configures the duration for which backup data will be kept. It is defined in “days”. The value should be greater than or equal to minimum enforced retention of the backup vault.
Expand Down Expand Up @@ -295,7 +295,7 @@ <h3>Method Details</h3>

{ # The response message for getting a list of `BackupPlan`.
&quot;backupPlans&quot;: [ # The list of `BackupPlans` in the project for the specified location. If the `{location}` value in the request is &quot;-&quot;, the response contains a list of resources from all locations. In case any location is unreachable, the response will only return backup plans in reachable locations and the &#x27;unreachable&#x27; field will be populated with a list of unreachable locations. BackupPlan
{ # A `BackupPlan` specifies some common fields, such as `display_name` as well as one or more `BackupRule` messages. Each `BackupRule` has a retention policy and defines a schedule by which the system is to perform backup workloads.
{ # A `BackupPlan` specifies some common fields, such as `description` as well as one or more `BackupRule` messages. Each `BackupRule` has a retention policy and defines a schedule by which the system is to perform backup workloads.
&quot;backupRules&quot;: [ # Required. The backup rules for this `BackupPlan`. There must be at least one `BackupRule` message.
{ # `BackupRule` binds the backup schedule to a retention policy.
&quot;backupRetentionDays&quot;: 42, # Required. Configures the duration for which backup data will be kept. It is defined in “days”. The value should be greater than or equal to minimum enforced retention of the backup vault.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,24 +102,21 @@ <h3>Method Details</h3>
The object takes the form of:

{ # A Beyondcorp Application resource information.
&quot;applicationMatchFilter&quot;: { # Match Criteria for Application Filtering. # Required. Application filter conditions associated with an application.
&quot;matchConditions&quot;: [ # Required. Match conditions for AND logic. An array of match conditions to allow for multiple matching criteria. The rule is considered a match if all the conditions are met. The conditions can be one of the following combination (FQDN), (FQDN &amp; PORTS), (IP_ADDRESS), (IP_ADDRESS &amp; PORTS) EXAMPLES: FQDN - (&quot;*.abc.com&quot;), (&quot;xyz.abc.com&quot;) FQDN and PORTS - (&quot;abc.com&quot; and &quot;22&quot;), (&quot;abc.com&quot; and &quot;22,33)&quot; etc IP_ADDRESS - (&quot;10.20.30.40&quot;), (&quot;100.20.30.40&quot;) IP_ADDRESS and PORTS - (&quot;10.20.30.40&quot; and &quot;4&quot;), (&quot;10.20.30.40&quot; and &quot;4,5&quot;)
{ # Match condition for idenfying the application.
&quot;fqdn&quot;: &quot;A String&quot;, # Optional. FQDN of the application.
&quot;ipAddress&quot;: &quot;A String&quot;, # Optional. IP Address of the application.
&quot;ports&quot;: [ # Optional. Ports of the application.
42,
],
},
],
},
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the resource was created.
&quot;displayName&quot;: &quot;A String&quot;, # Optional. An arbitrary user-provided name for the Route resource. Cannot exceed 64 characters.
&quot;endpointMatchers&quot;: [ # Required. Endpoint matchers associated with an application. A combination of hostname and ports as endpoint matcher is used to match the application. Match conditions for OR logic. An array of match conditions to allow for multiple matching criteria. The rule is considered a match if one the conditions are met. The conditions can be one of the following combination (Hostname), (Hostname &amp; Ports) EXAMPLES: Hostname - (&quot;*.abc.com&quot;), (&quot;xyz.abc.com&quot;) Hostname and Ports - (&quot;abc.com&quot; and &quot;22&quot;), (&quot;abc.com&quot; and &quot;22,33&quot;) etc
{ # EndpointMatcher contains the information of the endpoint that will match the application.
&quot;hostname&quot;: &quot;A String&quot;, # Required. Hostname of the application.
&quot;ports&quot;: [ # Optional. Ports of the application.
42,
],
},
],
&quot;name&quot;: &quot;A String&quot;, # Identifier. Name of the resource.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the resource was last modified.
}

applicationId: string, Optional. User-settable Hub resource ID. * Must start with a letter. * Must contain between 4-63 characters from `/a-z-/`. * Must end with a number or letter.
applicationId: string, Optional. User-settable Application resource ID. * Must start with a letter. * Must contain between 4-63 characters from `/a-z-/`. * Must end with a number or letter.
requestId: string, Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request.
x__xgafv: string, V1 error format.
Allowed values
Expand Down Expand Up @@ -160,19 +157,16 @@ <h3>Method Details</h3>
The object takes the form of:

{ # A Beyondcorp Application resource information.
&quot;applicationMatchFilter&quot;: { # Match Criteria for Application Filtering. # Required. Application filter conditions associated with an application.
&quot;matchConditions&quot;: [ # Required. Match conditions for AND logic. An array of match conditions to allow for multiple matching criteria. The rule is considered a match if all the conditions are met. The conditions can be one of the following combination (FQDN), (FQDN &amp; PORTS), (IP_ADDRESS), (IP_ADDRESS &amp; PORTS) EXAMPLES: FQDN - (&quot;*.abc.com&quot;), (&quot;xyz.abc.com&quot;) FQDN and PORTS - (&quot;abc.com&quot; and &quot;22&quot;), (&quot;abc.com&quot; and &quot;22,33)&quot; etc IP_ADDRESS - (&quot;10.20.30.40&quot;), (&quot;100.20.30.40&quot;) IP_ADDRESS and PORTS - (&quot;10.20.30.40&quot; and &quot;4&quot;), (&quot;10.20.30.40&quot; and &quot;4,5&quot;)
{ # Match condition for idenfying the application.
&quot;fqdn&quot;: &quot;A String&quot;, # Optional. FQDN of the application.
&quot;ipAddress&quot;: &quot;A String&quot;, # Optional. IP Address of the application.
&quot;ports&quot;: [ # Optional. Ports of the application.
42,
],
},
],
},
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the resource was created.
&quot;displayName&quot;: &quot;A String&quot;, # Optional. An arbitrary user-provided name for the Route resource. Cannot exceed 64 characters.
&quot;endpointMatchers&quot;: [ # Required. Endpoint matchers associated with an application. A combination of hostname and ports as endpoint matcher is used to match the application. Match conditions for OR logic. An array of match conditions to allow for multiple matching criteria. The rule is considered a match if one the conditions are met. The conditions can be one of the following combination (Hostname), (Hostname &amp; Ports) EXAMPLES: Hostname - (&quot;*.abc.com&quot;), (&quot;xyz.abc.com&quot;) Hostname and Ports - (&quot;abc.com&quot; and &quot;22&quot;), (&quot;abc.com&quot; and &quot;22,33&quot;) etc
{ # EndpointMatcher contains the information of the endpoint that will match the application.
&quot;hostname&quot;: &quot;A String&quot;, # Required. Hostname of the application.
&quot;ports&quot;: [ # Optional. Ports of the application.
42,
],
},
],
&quot;name&quot;: &quot;A String&quot;, # Identifier. Name of the resource.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the resource was last modified.
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,6 @@ <h2>Instance Methods</h2>
</p>
<p class="firstline">Returns the applications Resource.</p>

<p class="toc_element">
<code><a href="beyondcorp_v1alpha.projects.locations.global_.securityGateways.hubs.html">hubs()</a></code>
</p>
<p class="firstline">Returns the hubs Resource.</p>

<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
Expand Down
Loading