package notebooks

import "google.golang.org/genproto/googleapis/cloud/notebooks/v1beta1"

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

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

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

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

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

Types

type ContainerImage

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

type CreateEnvironmentRequest = src.CreateEnvironmentRequest

Request for creating a notebook environment.

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

type CreateInstanceRequest

type CreateInstanceRequest = src.CreateInstanceRequest

Request for creating a notebook instance.

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

type DeleteEnvironmentRequest

type DeleteEnvironmentRequest = src.DeleteEnvironmentRequest

Request for deleting a notebook environment.

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

type DeleteInstanceRequest

type DeleteInstanceRequest = src.DeleteInstanceRequest

Request for deleting a notebook instance.

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

type Environment

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

type GetEnvironmentRequest = src.GetEnvironmentRequest

Request for getting a notebook environment.

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

type GetInstanceRequest

type GetInstanceRequest = src.GetInstanceRequest

Request for getting a notebook instance.

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

type Instance

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

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

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

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

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

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

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

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

type ListEnvironmentsRequest = src.ListEnvironmentsRequest

Request for listing environments.

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

type ListEnvironmentsResponse

type ListEnvironmentsResponse = src.ListEnvironmentsResponse

Response for listing environments.

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

type ListInstancesRequest

type ListInstancesRequest = src.ListInstancesRequest

Request for listing notebook instances.

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

type ListInstancesResponse

type ListInstancesResponse = src.ListInstancesResponse

Response for listing notebook instances.

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

type NotebookServiceClient

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

func NewNotebookServiceClient(cc grpc.ClientConnInterface) NotebookServiceClient

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

type NotebookServiceServer

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

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

type RegisterInstanceRequest = src.RegisterInstanceRequest

Request for registering a notebook instance.

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

type ReportInstanceInfoRequest

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

type ResetInstanceRequest = src.ResetInstanceRequest

Request for reseting a notebook instance

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

type SetInstanceAcceleratorRequest

type SetInstanceAcceleratorRequest = src.SetInstanceAcceleratorRequest

Request for setting instance accelerator.

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

type SetInstanceLabelsRequest

type SetInstanceLabelsRequest = src.SetInstanceLabelsRequest

Request for setting instance labels.

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

type SetInstanceMachineTypeRequest

type SetInstanceMachineTypeRequest = src.SetInstanceMachineTypeRequest

Request for setting instance machine type.

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

type StartInstanceRequest

type StartInstanceRequest = src.StartInstanceRequest

Request for starting a notebook instance

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

type StopInstanceRequest

type StopInstanceRequest = src.StopInstanceRequest

Request for stopping a notebook instance

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

type UnimplementedNotebookServiceServer

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

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

type UpgradeInstanceRequest = src.UpgradeInstanceRequest

Request for upgrading a notebook instance

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

type VmImage

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

Source Files

alias.go

Version
v0.0.0-20250219182151-9fdb1cabc7b2 (latest)
Published
Feb 19, 2025
Platform
linux/amd64
Imports
2 packages
Last checked
1 hour ago

Tools for package owners.