Skip to content

Commit

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

The following keys were added:
- resources.projects.methods.setCloudArmorTier (Total Keys: 14)
- schemas.DiskSettings.properties.accessLocation.$ref (Total Keys: 1)
- schemas.DiskSettingsAccessLocation (Total Keys: 7)
- schemas.FutureReservation.properties.specificReservationRequired.type (Total Keys: 1)
- schemas.InstanceGroupManagerInstanceFlexibilityPolicy.properties.provisioningModelMix.$ref (Total Keys: 1)
- schemas.InstanceGroupManagerInstanceFlexibilityPolicyProvisioningModelMix (Total Keys: 6)
- schemas.ManagedInstancePropertiesFromFlexibilityPolicy.properties.provisioningModel.type (Total Keys: 1)
- schemas.Project.properties.cloudArmorTier.type (Total Keys: 1)
- schemas.ProjectsSetCloudArmorTierRequest (Total Keys: 3)
- schemas.Scheduling.properties.onInstanceStopAction.$ref (Total Keys: 1)
- schemas.SchedulingOnInstanceStopAction (Total Keys: 3)
- schemas.ServiceAttachmentConnectedEndpoint.properties.propagatedConnectionCount (Total Keys: 2)

#### compute:beta

The following keys were added:
- resources.projects.methods.setCloudArmorTier (Total Keys: 14)
- schemas.HealthCheck.properties.sourceRegions (Total Keys: 2)
- schemas.NetworkEndpoint.properties.clientPort (Total Keys: 2)
- schemas.NetworkEndpointGroup.properties.clientPortMappingMode.type (Total Keys: 1)
- schemas.Project.properties.cloudArmorTier.type (Total Keys: 1)
- schemas.ProjectsSetCloudArmorTierRequest (Total Keys: 3)
- schemas.Scheduling.properties.onInstanceStopAction.$ref (Total Keys: 1)
- schemas.SchedulingOnInstanceStopAction (Total Keys: 3)
- schemas.ServiceAttachment.properties.propagatedConnectionLimit (Total Keys: 2)
- schemas.ServiceAttachmentConnectedEndpoint.properties.propagatedConnectionCount (Total Keys: 2)

#### compute:v1

The following keys were added:
- resources.instantSnapshots.methods.aggregatedList (Total Keys: 29)
- resources.instantSnapshots.methods.delete (Total Keys: 21)
- resources.instantSnapshots.methods.get (Total Keys: 41)
- resources.instantSnapshots.methods.insert (Total Keys: 18)
- resources.instantSnapshots.methods.list (Total Keys: 28)
- resources.instantSnapshots.methods.setIamPolicy (Total Keys: 20)
- resources.instantSnapshots.methods.setLabels (Total Keys: 22)
- resources.instantSnapshots.methods.testIamPermissions (Total Keys: 20)
- resources.projects.methods.setCloudArmorTier (Total Keys: 14)
- resources.regionInstantSnapshots.methods.delete (Total Keys: 21)
- resources.regionInstantSnapshots.methods.get (Total Keys: 41)
- resources.regionInstantSnapshots.methods.insert (Total Keys: 18)
- resources.regionInstantSnapshots.methods.list (Total Keys: 28)
- resources.regionInstantSnapshots.methods.setIamPolicy (Total Keys: 20)
- resources.regionInstantSnapshots.methods.setLabels (Total Keys: 22)
- resources.regionInstantSnapshots.methods.testIamPermissions (Total Keys: 20)
- schemas.Backend.properties.preference.type (Total Keys: 1)
- schemas.BackendService.properties.serviceLbPolicy.type (Total Keys: 1)
- schemas.Disk.properties.sourceInstantSnapshot (Total Keys: 2)
- schemas.ExternalVpnGatewayInterface.properties.ipv6Address.type (Total Keys: 1)
- schemas.InstanceGroupManagerInstanceLifecyclePolicy.properties.defaultActionOnFailure.type (Total Keys: 1)
- schemas.InstantSnapshot (Total Keys: 76)
- schemas.Project.properties.cloudArmorTier.type (Total Keys: 1)
- schemas.ProjectsSetCloudArmorTierRequest (Total Keys: 3)
- schemas.Snapshot.properties.sourceInstantSnapshot (Total Keys: 3)
- schemas.VpnGateway.properties.gatewayIpVersion.type (Total Keys: 1)
- schemas.VpnGatewayVpnGatewayInterface.properties.ipv6Address.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Feb 27, 2024
1 parent a9f4a0a commit b5798db
Show file tree
Hide file tree
Showing 295 changed files with 6,457 additions and 1,729 deletions.
8 changes: 4 additions & 4 deletions docs/dyn/compute_alpha.acceleratorTypes.html
Expand Up @@ -76,7 +76,7 @@ <h1><a href="compute_alpha.html">Compute Engine API</a> . <a href="compute_alpha
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#aggregatedList">aggregatedList(project, filter=None, includeAllScopes=None, maxResults=None, orderBy=None, pageToken=None, returnPartialSuccess=None, serviceProjectNumber=None, x__xgafv=None)</a></code></p>
<p class="firstline">Retrieves an aggregated list of accelerator types.</p>
<p class="firstline">Retrieves an aggregated list of accelerator types. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.</p>
<p class="toc_element">
<code><a href="#aggregatedList_next">aggregatedList_next()</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
Expand All @@ -95,7 +95,7 @@ <h2>Instance Methods</h2>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="aggregatedList">aggregatedList(project, filter=None, includeAllScopes=None, maxResults=None, orderBy=None, pageToken=None, returnPartialSuccess=None, serviceProjectNumber=None, x__xgafv=None)</code>
<pre>Retrieves an aggregated list of accelerator types.
<pre>Retrieves an aggregated list of accelerator types. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.

Args:
project: string, Project ID for this request. (required)
Expand All @@ -104,7 +104,7 @@ <h3>Method Details</h3>
maxResults: integer, The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
orderBy: string, Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=&quot;creationTimestamp desc&quot;`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
pageToken: string, Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
returnPartialSuccess: boolean, Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
returnPartialSuccess: boolean, Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.
serviceProjectNumber: string, The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.
x__xgafv: string, V1 error format.
Allowed values
Expand Down Expand Up @@ -247,7 +247,7 @@ <h3>Method Details</h3>
maxResults: integer, The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
orderBy: string, Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=&quot;creationTimestamp desc&quot;`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
pageToken: string, Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
returnPartialSuccess: boolean, Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
returnPartialSuccess: boolean, Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
Expand Down
8 changes: 4 additions & 4 deletions docs/dyn/compute_alpha.addresses.html
Expand Up @@ -76,7 +76,7 @@ <h1><a href="compute_alpha.html">Compute Engine API</a> . <a href="compute_alpha
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#aggregatedList">aggregatedList(project, filter=None, includeAllScopes=None, maxResults=None, orderBy=None, pageToken=None, returnPartialSuccess=None, serviceProjectNumber=None, x__xgafv=None)</a></code></p>
<p class="firstline">Retrieves an aggregated list of addresses.</p>
<p class="firstline">Retrieves an aggregated list of addresses. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.</p>
<p class="toc_element">
<code><a href="#aggregatedList_next">aggregatedList_next()</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
Expand Down Expand Up @@ -110,7 +110,7 @@ <h2>Instance Methods</h2>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="aggregatedList">aggregatedList(project, filter=None, includeAllScopes=None, maxResults=None, orderBy=None, pageToken=None, returnPartialSuccess=None, serviceProjectNumber=None, x__xgafv=None)</code>
<pre>Retrieves an aggregated list of addresses.
<pre>Retrieves an aggregated list of addresses. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.

Args:
project: string, Project ID for this request. (required)
Expand All @@ -119,7 +119,7 @@ <h3>Method Details</h3>
maxResults: integer, The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
orderBy: string, Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=&quot;creationTimestamp desc&quot;`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
pageToken: string, Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
returnPartialSuccess: boolean, Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
returnPartialSuccess: boolean, Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.
serviceProjectNumber: string, The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.
x__xgafv: string, V1 error format.
Allowed values
Expand Down Expand Up @@ -550,7 +550,7 @@ <h3>Method Details</h3>
maxResults: integer, The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
orderBy: string, Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=&quot;creationTimestamp desc&quot;`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
pageToken: string, Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
returnPartialSuccess: boolean, Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
returnPartialSuccess: boolean, Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
Expand Down
8 changes: 4 additions & 4 deletions docs/dyn/compute_alpha.autoscalers.html
Expand Up @@ -76,7 +76,7 @@ <h1><a href="compute_alpha.html">Compute Engine API</a> . <a href="compute_alpha
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#aggregatedList">aggregatedList(project, filter=None, includeAllScopes=None, maxResults=None, orderBy=None, pageToken=None, returnPartialSuccess=None, serviceProjectNumber=None, x__xgafv=None)</a></code></p>
<p class="firstline">Retrieves an aggregated list of autoscalers.</p>
<p class="firstline">Retrieves an aggregated list of autoscalers. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.</p>
<p class="toc_element">
<code><a href="#aggregatedList_next">aggregatedList_next()</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
Expand Down Expand Up @@ -110,7 +110,7 @@ <h2>Instance Methods</h2>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="aggregatedList">aggregatedList(project, filter=None, includeAllScopes=None, maxResults=None, orderBy=None, pageToken=None, returnPartialSuccess=None, serviceProjectNumber=None, x__xgafv=None)</code>
<pre>Retrieves an aggregated list of autoscalers.
<pre>Retrieves an aggregated list of autoscalers. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.

Args:
project: string, Project ID for this request. (required)
Expand All @@ -119,7 +119,7 @@ <h3>Method Details</h3>
maxResults: integer, The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
orderBy: string, Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=&quot;creationTimestamp desc&quot;`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
pageToken: string, Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
returnPartialSuccess: boolean, Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
returnPartialSuccess: boolean, Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.
serviceProjectNumber: string, The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.
x__xgafv: string, V1 error format.
Allowed values
Expand Down Expand Up @@ -694,7 +694,7 @@ <h3>Method Details</h3>
maxResults: integer, The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
orderBy: string, Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=&quot;creationTimestamp desc&quot;`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
pageToken: string, Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
returnPartialSuccess: boolean, Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
returnPartialSuccess: boolean, Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/compute_alpha.backendBuckets.html
Expand Up @@ -860,7 +860,7 @@ <h3>Method Details</h3>
maxResults: integer, The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
orderBy: string, Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=&quot;creationTimestamp desc&quot;`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
pageToken: string, Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
returnPartialSuccess: boolean, Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
returnPartialSuccess: boolean, Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
Expand Down

0 comments on commit b5798db

Please sign in to comment.