Skip to content

Commit a2bfe7a

Browse files
feat: Automated regeneration of Notebooks client (googleapis#12542)
Auto-created at 2024-11-16 13:16:17 +0000 using the toys pull request generator.
1 parent 56e686c commit a2bfe7a

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

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

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

23-
@discovery_revision "20241016"
23+
@discovery_revision "20241106"
2424

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

clients/notebooks/lib/google_api/notebooks/v1/model/instance.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ defmodule GoogleApi.Notebooks.V1.Model.Instance do
4040
* `noRemoveDataDisk` (*type:* `boolean()`, *default:* `nil`) - Input only. If true, the data disk will not be auto deleted when deleting the instance.
4141
* `disks` (*type:* `list(GoogleApi.Notebooks.V1.Model.Disk.t)`, *default:* `nil`) - Output only. Attached disks to notebook instance.
4242
* `dataDiskType` (*type:* `String.t`, *default:* `nil`) - Input only. The type of the data disk attached to this instance, defaults to standard persistent disk (`PD_STANDARD`).
43-
* `machineType` (*type:* `String.t`, *default:* `nil`) - Required. The [Compute Engine machine type](https://cloud.google.com/compute/docs/machine-types) of this instance.
43+
* `machineType` (*type:* `String.t`, *default:* `nil`) - Required. The [Compute Engine machine type](https://cloud.google.com/compute/docs/machine-resource) of this instance.
4444
* `installGpuDriver` (*type:* `boolean()`, *default:* `nil`) - Whether the end user authorizes Google Cloud to install GPU driver on this instance. If this field is empty or set to false, the GPU driver won't be installed. Only applicable to instances with GPUs.
4545
* `acceleratorConfig` (*type:* `GoogleApi.Notebooks.V1.Model.AcceleratorConfig.t`, *default:* `nil`) - The hardware accelerator used on this instance. If you use accelerators, make sure that your configuration has [enough vCPUs and memory to support the `machine_type` you have selected](https://cloud.google.com/compute/docs/gpus/#gpus-list).
4646
* `nicType` (*type:* `String.t`, *default:* `nil`) - Optional. The type of vNIC to be used on this interface. This may be gVNIC or VirtioNet.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ defmodule GoogleApi.Notebooks.V1.Model.OperationMetadata do
2525
* `createTime` (*type:* `DateTime.t`, *default:* `nil`) - The time the operation was created.
2626
* `endTime` (*type:* `DateTime.t`, *default:* `nil`) - The time the operation finished running.
2727
* `endpoint` (*type:* `String.t`, *default:* `nil`) - API endpoint name of this operation.
28-
* `requestedCancellation` (*type:* `boolean()`, *default:* `nil`) - Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
28+
* `requestedCancellation` (*type:* `boolean()`, *default:* `nil`) - Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have google.longrunning.Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
2929
* `statusMessage` (*type:* `String.t`, *default:* `nil`) - Human-readable status of the operation, if any.
3030
* `target` (*type:* `String.t`, *default:* `nil`) - Server-defined resource path for the target of the operation.
3131
* `verb` (*type:* `String.t`, *default:* `nil`) - Name of the verb executed by the operation.

clients/notebooks/lib/google_api/notebooks/v1/model/set_instance_machine_type_request.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defmodule GoogleApi.Notebooks.V1.Model.SetInstanceMachineTypeRequest do
2121
2222
## Attributes
2323
24-
* `machineType` (*type:* `String.t`, *default:* `nil`) - Required. The [Compute Engine machine type](https://cloud.google.com/compute/docs/machine-types).
24+
* `machineType` (*type:* `String.t`, *default:* `nil`) - Required. The [Compute Engine machine type](https://cloud.google.com/compute/docs/machine-resource).
2525
"""
2626

2727
use GoogleApi.Gax.ModelBase

clients/notebooks/lib/google_api/notebooks/v2/metadata.ex

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

23-
@discovery_revision "20241016"
23+
@discovery_revision "20241106"
2424

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

clients/notebooks/lib/google_api/notebooks/v2/model/operation_metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ defmodule GoogleApi.Notebooks.V2.Model.OperationMetadata do
2525
* `createTime` (*type:* `DateTime.t`, *default:* `nil`) - The time the operation was created.
2626
* `endTime` (*type:* `DateTime.t`, *default:* `nil`) - The time the operation finished running.
2727
* `endpoint` (*type:* `String.t`, *default:* `nil`) - API endpoint name of this operation.
28-
* `requestedCancellation` (*type:* `boolean()`, *default:* `nil`) - Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
28+
* `requestedCancellation` (*type:* `boolean()`, *default:* `nil`) - Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have google.longrunning.Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
2929
* `statusMessage` (*type:* `String.t`, *default:* `nil`) - Human-readable status of the operation, if any.
3030
* `target` (*type:* `String.t`, *default:* `nil`) - Server-defined resource path for the target of the operation.
3131
* `verb` (*type:* `String.t`, *default:* `nil`) - Name of the verb executed by the operation.

clients/notebooks/mix.exs

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

21-
@version "0.14.2"
21+
@version "0.14.3"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)