Skip to content

Commit 8949663

Browse files
feat: Automated regeneration of Dataproc client (googleapis#12883)
Auto-created at 2025-01-28 13:13:21 +0000 using the toys pull request generator.
1 parent 3b48125 commit 8949663

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

23-
@discovery_revision "20250111"
23+
@discovery_revision "20250122"
2424

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

clients/dataproc/lib/google_api/dataproc/v1/model/session.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ defmodule GoogleApi.Dataproc.V1.Model.Session do
2626
* `environmentConfig` (*type:* `GoogleApi.Dataproc.V1.Model.EnvironmentConfig.t`, *default:* `nil`) - Optional. Environment configuration for the session execution.
2727
* `jupyterSession` (*type:* `GoogleApi.Dataproc.V1.Model.JupyterConfig.t`, *default:* `nil`) - Optional. Jupyter session config.
2828
* `labels` (*type:* `map()`, *default:* `nil`) - Optional. The labels to associate with the session. Label keys must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be associated with a session.
29-
* `name` (*type:* `String.t`, *default:* `nil`) - Required. The resource name of the session.
29+
* `name` (*type:* `String.t`, *default:* `nil`) - Identifier. The resource name of the session.
3030
* `runtimeConfig` (*type:* `GoogleApi.Dataproc.V1.Model.RuntimeConfig.t`, *default:* `nil`) - Optional. Runtime configuration for the session execution.
3131
* `runtimeInfo` (*type:* `GoogleApi.Dataproc.V1.Model.RuntimeInfo.t`, *default:* `nil`) - Output only. Runtime information about session execution.
3232
* `sessionTemplate` (*type:* `String.t`, *default:* `nil`) - Optional. The session template used by the session.Only resource names, including project ID and location, are valid.Example: * https://www.googleapis.com/compute/v1/projects/[project_id]/locations/[dataproc_region]/sessionTemplates/[template_id] * projects/[project_id]/locations/[dataproc_region]/sessionTemplates/[template_id]The template must be in the same project and Dataproc region as the session.

0 commit comments

Comments
 (0)