notebooks

package
v0.0.0-...-8c6c420 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 15, 2024 License: Apache-2.0 Imports: 2 Imported by: 1

Documentation

Overview

Package notebooks aliases all exported identifiers in package "cloud.google.com/go/notebooks/apiv1beta1/notebookspb".

Deprecated: Please use types in: cloud.google.com/go/notebooks/apiv1beta1/notebookspb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.

Index

Constants

View Source
const (
	Instance_ACCELERATOR_TYPE_UNSPECIFIED = src.Instance_ACCELERATOR_TYPE_UNSPECIFIED
	Instance_ACTIVE                       = src.Instance_ACTIVE
	Instance_CMEK                         = src.Instance_CMEK
	Instance_DELETED                      = src.Instance_DELETED
	Instance_DISK_ENCRYPTION_UNSPECIFIED  = src.Instance_DISK_ENCRYPTION_UNSPECIFIED
	Instance_DISK_TYPE_UNSPECIFIED        = src.Instance_DISK_TYPE_UNSPECIFIED
	Instance_GMEK                         = src.Instance_GMEK
	Instance_INITIALIZING                 = src.Instance_INITIALIZING
	Instance_NVIDIA_TESLA_K80             = src.Instance_NVIDIA_TESLA_K80
	Instance_NVIDIA_TESLA_P100            = src.Instance_NVIDIA_TESLA_P100
	Instance_NVIDIA_TESLA_P100_VWS        = src.Instance_NVIDIA_TESLA_P100_VWS
	Instance_NVIDIA_TESLA_P4              = src.Instance_NVIDIA_TESLA_P4
	Instance_NVIDIA_TESLA_P4_VWS          = src.Instance_NVIDIA_TESLA_P4_VWS
	Instance_NVIDIA_TESLA_T4              = src.Instance_NVIDIA_TESLA_T4
	Instance_NVIDIA_TESLA_T4_VWS          = src.Instance_NVIDIA_TESLA_T4_VWS
	Instance_NVIDIA_TESLA_V100            = src.Instance_NVIDIA_TESLA_V100
	Instance_PD_BALANCED                  = src.Instance_PD_BALANCED
	Instance_PD_SSD                       = src.Instance_PD_SSD
	Instance_PD_STANDARD                  = src.Instance_PD_STANDARD
	Instance_PROVISIONING                 = src.Instance_PROVISIONING
	Instance_REGISTERING                  = src.Instance_REGISTERING
	Instance_STARTING                     = src.Instance_STARTING
	Instance_STATE_UNSPECIFIED            = src.Instance_STATE_UNSPECIFIED
	Instance_STOPPED                      = src.Instance_STOPPED
	Instance_STOPPING                     = src.Instance_STOPPING
	Instance_TPU_V2                       = src.Instance_TPU_V2
	Instance_TPU_V3                       = src.Instance_TPU_V3
	Instance_UPGRADING                    = src.Instance_UPGRADING
)

Deprecated: Please use consts in: cloud.google.com/go/notebooks/apiv1beta1/notebookspb

Variables

View Source
var (
	File_google_cloud_notebooks_v1beta1_environment_proto = src.File_google_cloud_notebooks_v1beta1_environment_proto
	File_google_cloud_notebooks_v1beta1_instance_proto    = src.File_google_cloud_notebooks_v1beta1_instance_proto
	File_google_cloud_notebooks_v1beta1_service_proto     = src.File_google_cloud_notebooks_v1beta1_service_proto
	Instance_AcceleratorType_name                         = src.Instance_AcceleratorType_name
	Instance_AcceleratorType_value                        = src.Instance_AcceleratorType_value
	Instance_DiskEncryption_name                          = src.Instance_DiskEncryption_name
	Instance_DiskEncryption_value                         = src.Instance_DiskEncryption_value
	Instance_DiskType_name                                = src.Instance_DiskType_name
	Instance_DiskType_value                               = src.Instance_DiskType_value
	Instance_State_name                                   = src.Instance_State_name
	Instance_State_value                                  = src.Instance_State_value
)

Deprecated: Please use vars in: cloud.google.com/go/notebooks/apiv1beta1/notebookspb

Functions

func RegisterNotebookServiceServer deprecated

func RegisterNotebookServiceServer(s *grpc.Server, srv NotebookServiceServer)

Deprecated: Please use funcs in: cloud.google.com/go/notebooks/apiv1beta1/notebookspb

Types

type ContainerImage deprecated

type ContainerImage = src.ContainerImage

Definition of a container image for starting a notebook instance with the environment installed in a container.

Deprecated: Please use types in: cloud.google.com/go/notebooks/apiv1beta1/notebookspb

type CreateEnvironmentRequest deprecated

type CreateEnvironmentRequest = src.CreateEnvironmentRequest

Request for creating a notebook environment.

Deprecated: Please use types in: cloud.google.com/go/notebooks/apiv1beta1/notebookspb

type CreateInstanceRequest deprecated

type CreateInstanceRequest = src.CreateInstanceRequest

Request for creating a notebook instance.

Deprecated: Please use types in: cloud.google.com/go/notebooks/apiv1beta1/notebookspb

type DeleteEnvironmentRequest deprecated

type DeleteEnvironmentRequest = src.DeleteEnvironmentRequest

Request for deleting a notebook environment.

Deprecated: Please use types in: cloud.google.com/go/notebooks/apiv1beta1/notebookspb

type DeleteInstanceRequest deprecated

type DeleteInstanceRequest = src.DeleteInstanceRequest

Request for deleting a notebook instance.

Deprecated: Please use types in: cloud.google.com/go/notebooks/apiv1beta1/notebookspb

type Environment deprecated

type Environment = src.Environment

Definition of a software environment that is used to start a notebook instance.

Deprecated: Please use types in: cloud.google.com/go/notebooks/apiv1beta1/notebookspb

type Environment_ContainerImage

type Environment_ContainerImage = src.Environment_ContainerImage

type Environment_VmImage

type Environment_VmImage = src.Environment_VmImage

type GetEnvironmentRequest deprecated

type GetEnvironmentRequest = src.GetEnvironmentRequest

Request for getting a notebook environment.

Deprecated: Please use types in: cloud.google.com/go/notebooks/apiv1beta1/notebookspb

type GetInstanceRequest deprecated

type GetInstanceRequest = src.GetInstanceRequest

Request for getting a notebook instance.

Deprecated: Please use types in: cloud.google.com/go/notebooks/apiv1beta1/notebookspb

type Instance deprecated

type Instance = src.Instance

The definition of a notebook instance.

Deprecated: Please use types in: cloud.google.com/go/notebooks/apiv1beta1/notebookspb

type Instance_AcceleratorConfig deprecated

type Instance_AcceleratorConfig = src.Instance_AcceleratorConfig

Definition of a hardware accelerator. Note that not all combinations of `type` and `core_count` are valid. Check [GPUs on Compute Engine](/compute/docs/gpus/#gpus-list) to find a valid combination. TPUs are not supported.

Deprecated: Please use types in: cloud.google.com/go/notebooks/apiv1beta1/notebookspb

type Instance_AcceleratorType deprecated

type Instance_AcceleratorType = src.Instance_AcceleratorType

Definition of the types of hardware accelerators that can be used on this instance.

Deprecated: Please use types in: cloud.google.com/go/notebooks/apiv1beta1/notebookspb

type Instance_ContainerImage

type Instance_ContainerImage = src.Instance_ContainerImage

type Instance_DiskEncryption deprecated

type Instance_DiskEncryption = src.Instance_DiskEncryption

Definition of the disk encryption options.

Deprecated: Please use types in: cloud.google.com/go/notebooks/apiv1beta1/notebookspb

type Instance_DiskType deprecated

type Instance_DiskType = src.Instance_DiskType

Possible disk types for notebook instances.

Deprecated: Please use types in: cloud.google.com/go/notebooks/apiv1beta1/notebookspb

type Instance_State deprecated

type Instance_State = src.Instance_State

The definition of the states of this instance.

Deprecated: Please use types in: cloud.google.com/go/notebooks/apiv1beta1/notebookspb

type Instance_VmImage

type Instance_VmImage = src.Instance_VmImage

type IsInstanceUpgradeableRequest deprecated

type IsInstanceUpgradeableRequest = src.IsInstanceUpgradeableRequest

Request for checking if a notebook instance is upgradeable.

Deprecated: Please use types in: cloud.google.com/go/notebooks/apiv1beta1/notebookspb

type IsInstanceUpgradeableResponse deprecated

type IsInstanceUpgradeableResponse = src.IsInstanceUpgradeableResponse

Response for checking if a notebook instance is upgradeable.

Deprecated: Please use types in: cloud.google.com/go/notebooks/apiv1beta1/notebookspb

type ListEnvironmentsRequest deprecated

type ListEnvironmentsRequest = src.ListEnvironmentsRequest

Request for listing environments.

Deprecated: Please use types in: cloud.google.com/go/notebooks/apiv1beta1/notebookspb

type ListEnvironmentsResponse deprecated

type ListEnvironmentsResponse = src.ListEnvironmentsResponse

Response for listing environments.

Deprecated: Please use types in: cloud.google.com/go/notebooks/apiv1beta1/notebookspb

type ListInstancesRequest deprecated

type ListInstancesRequest = src.ListInstancesRequest

Request for listing notebook instances.

Deprecated: Please use types in: cloud.google.com/go/notebooks/apiv1beta1/notebookspb

type ListInstancesResponse deprecated

type ListInstancesResponse = src.ListInstancesResponse

Response for listing notebook instances.

Deprecated: Please use types in: cloud.google.com/go/notebooks/apiv1beta1/notebookspb

type NotebookServiceClient deprecated

type NotebookServiceClient = src.NotebookServiceClient

NotebookServiceClient is the client API for NotebookService service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

Deprecated: Please use types in: cloud.google.com/go/notebooks/apiv1beta1/notebookspb

func NewNotebookServiceClient deprecated

func NewNotebookServiceClient(cc grpc.ClientConnInterface) NotebookServiceClient

Deprecated: Please use funcs in: cloud.google.com/go/notebooks/apiv1beta1/notebookspb

type NotebookServiceServer deprecated

type NotebookServiceServer = src.NotebookServiceServer

NotebookServiceServer is the server API for NotebookService service.

Deprecated: Please use types in: cloud.google.com/go/notebooks/apiv1beta1/notebookspb

type OperationMetadata deprecated

type OperationMetadata = src.OperationMetadata

Represents the metadata of the long-running operation.

Deprecated: Please use types in: cloud.google.com/go/notebooks/apiv1beta1/notebookspb

type RegisterInstanceRequest deprecated

type RegisterInstanceRequest = src.RegisterInstanceRequest

Request for registering a notebook instance.

Deprecated: Please use types in: cloud.google.com/go/notebooks/apiv1beta1/notebookspb

type ReportInstanceInfoRequest deprecated

type ReportInstanceInfoRequest = src.ReportInstanceInfoRequest

Request for notebook instances to report information to Notebooks API.

Deprecated: Please use types in: cloud.google.com/go/notebooks/apiv1beta1/notebookspb

type ResetInstanceRequest deprecated

type ResetInstanceRequest = src.ResetInstanceRequest

Request for reseting a notebook instance

Deprecated: Please use types in: cloud.google.com/go/notebooks/apiv1beta1/notebookspb

type SetInstanceAcceleratorRequest deprecated

type SetInstanceAcceleratorRequest = src.SetInstanceAcceleratorRequest

Request for setting instance accelerator.

Deprecated: Please use types in: cloud.google.com/go/notebooks/apiv1beta1/notebookspb

type SetInstanceLabelsRequest deprecated

type SetInstanceLabelsRequest = src.SetInstanceLabelsRequest

Request for setting instance labels.

Deprecated: Please use types in: cloud.google.com/go/notebooks/apiv1beta1/notebookspb

type SetInstanceMachineTypeRequest deprecated

type SetInstanceMachineTypeRequest = src.SetInstanceMachineTypeRequest

Request for setting instance machine type.

Deprecated: Please use types in: cloud.google.com/go/notebooks/apiv1beta1/notebookspb

type StartInstanceRequest deprecated

type StartInstanceRequest = src.StartInstanceRequest

Request for starting a notebook instance

Deprecated: Please use types in: cloud.google.com/go/notebooks/apiv1beta1/notebookspb

type StopInstanceRequest deprecated

type StopInstanceRequest = src.StopInstanceRequest

Request for stopping a notebook instance

Deprecated: Please use types in: cloud.google.com/go/notebooks/apiv1beta1/notebookspb

type UnimplementedNotebookServiceServer deprecated

type UnimplementedNotebookServiceServer = src.UnimplementedNotebookServiceServer

UnimplementedNotebookServiceServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/notebooks/apiv1beta1/notebookspb

type UpgradeInstanceInternalRequest deprecated

type UpgradeInstanceInternalRequest = src.UpgradeInstanceInternalRequest

Request for upgrading a notebook instance from within the VM

Deprecated: Please use types in: cloud.google.com/go/notebooks/apiv1beta1/notebookspb

type UpgradeInstanceRequest deprecated

type UpgradeInstanceRequest = src.UpgradeInstanceRequest

Request for upgrading a notebook instance

Deprecated: Please use types in: cloud.google.com/go/notebooks/apiv1beta1/notebookspb

type VmImage deprecated

type VmImage = src.VmImage

Definition of a custom Compute Engine virtual machine image for starting a notebook instance with the environment installed directly on the VM.

Deprecated: Please use types in: cloud.google.com/go/notebooks/apiv1beta1/notebookspb

type VmImage_ImageFamily

type VmImage_ImageFamily = src.VmImage_ImageFamily

type VmImage_ImageName

type VmImage_ImageName = src.VmImage_ImageName

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL