Skip to content

Commit 26601ae

Browse files
feat: Automated regeneration of CloudScheduler client (googleapis#12556)
Auto-created at 2024-11-17 13:17:15 +0000 using the toys pull request generator.
1 parent e3256c9 commit 26601ae

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

clients/cloud_scheduler/lib/google_api/cloud_scheduler/v1/api/projects.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ defmodule GoogleApi.CloudScheduler.V1.Api.Projects do
395395
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
396396
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
397397
* `:pageSize` (*type:* `integer()`) - Requested page size. The maximum page size is 500. If unspecified, the page size will be the maximum. Fewer jobs than requested might be returned, even if more jobs exist; use next_page_token to determine if more jobs exist.
398-
* `:pageToken` (*type:* `String.t`) - A token identifying a page of results the server will return. To request the first page results, page_token must be empty. To request the next page of results, page_token must be the value of next_page_token returned from the previous call to ListJobs. It is an error to switch the value of filter or order_by while iterating through pages.
398+
* `:pageToken` (*type:* `String.t`) - A token identifying a page of results the server will return. To request the first page results, page_token must be empty. To request the next page of results, page_token must be the value of next_page_token returned from the previous call to ListJobs.
399399
* `opts` (*type:* `keyword()`) - Call options
400400
401401
## Returns

clients/cloud_scheduler/lib/google_api/cloud_scheduler/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.CloudScheduler.V1 do
2020
API client metadata for GoogleApi.CloudScheduler.V1.
2121
"""
2222

23-
@discovery_revision "20240917"
23+
@discovery_revision "20241113"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/cloud_scheduler/lib/google_api/cloud_scheduler/v1/model/operation_metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ defmodule GoogleApi.CloudScheduler.V1.Model.OperationMetadata do
2222
## Attributes
2323
2424
* `apiVersion` (*type:* `String.t`, *default:* `nil`) - Output only. API version used to start the operation.
25-
* `cancelRequested` (*type:* `boolean()`, *default:* `nil`) - Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
25+
* `cancelRequested` (*type:* `boolean()`, *default:* `nil`) - Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have google.longrunning.Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
2626
* `createTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The time the operation was created.
2727
* `endTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The time the operation finished running.
2828
* `statusDetail` (*type:* `String.t`, *default:* `nil`) - Output only. Human-readable status of the operation, if any.

clients/cloud_scheduler/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.CloudScheduler.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.8.0"
21+
@version "0.8.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)