@Generated("by gapic-generator-java")
Package com.google.cloud.notebooks.v1beta1
A client to Notebooks API
The interfaces provided are listed below, along with usage samples.
======================= NotebookServiceClient =======================
Service Description: API v1beta1 service for Cloud AI Platform Notebooks.
Sample for NotebookServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (NotebookServiceClient notebookServiceClient = NotebookServiceClient.create()) {
GetInstanceRequest request = GetInstanceRequest.newBuilder().setName("name3373707").build();
Instance response = notebookServiceClient.getInstance(request);
}
-
Class Summary Class Description ContainerImage Definition of a container image for starting a notebook instance with the environment installed in a container.ContainerImage.Builder Definition of a container image for starting a notebook instance with the environment installed in a container.CreateEnvironmentRequest Request for creating a notebook environment.CreateEnvironmentRequest.Builder Request for creating a notebook environment.CreateInstanceRequest Request for creating a notebook instance.CreateInstanceRequest.Builder Request for creating a notebook instance.DeleteEnvironmentRequest Request for deleting a notebook environment.DeleteEnvironmentRequest.Builder Request for deleting a notebook environment.DeleteInstanceRequest Request for deleting a notebook instance.DeleteInstanceRequest.Builder Request for deleting a notebook instance.Environment Definition of a software environment that is used to start a notebook instance.Environment.Builder Definition of a software environment that is used to start a notebook instance.EnvironmentProto GetEnvironmentRequest Request for getting a notebook environment.GetEnvironmentRequest.Builder Request for getting a notebook environment.GetInstanceRequest Request for getting a notebook instance.GetInstanceRequest.Builder Request for getting a notebook instance.Instance The definition of a notebook instance.Instance.AcceleratorConfig Definition of a hardware accelerator.Instance.AcceleratorConfig.Builder Definition of a hardware accelerator.Instance.Builder The definition of a notebook instance.InstanceProto IsInstanceUpgradeableRequest Request for checking if a notebook instance is upgradeable.IsInstanceUpgradeableRequest.Builder Request for checking if a notebook instance is upgradeable.IsInstanceUpgradeableResponse Response for checking if a notebook instance is upgradeable.IsInstanceUpgradeableResponse.Builder Response for checking if a notebook instance is upgradeable.ListEnvironmentsRequest Request for listing environments.ListEnvironmentsRequest.Builder Request for listing environments.ListEnvironmentsResponse Response for listing environments.ListEnvironmentsResponse.Builder Response for listing environments.ListInstancesRequest Request for listing notebook instances.ListInstancesRequest.Builder Request for listing notebook instances.ListInstancesResponse Response for listing notebook instances.ListInstancesResponse.Builder Response for listing notebook instances.NotebookServiceClient Service Description: API v1beta1 service for Cloud AI Platform Notebooks.NotebookServiceClient.ListEnvironmentsFixedSizeCollection NotebookServiceClient.ListEnvironmentsPage NotebookServiceClient.ListEnvironmentsPagedResponse NotebookServiceClient.ListInstancesFixedSizeCollection NotebookServiceClient.ListInstancesPage NotebookServiceClient.ListInstancesPagedResponse NotebookServiceClient.ListLocationsFixedSizeCollection NotebookServiceClient.ListLocationsPage NotebookServiceClient.ListLocationsPagedResponse NotebookServiceGrpc API v1beta1 service for Cloud AI Platform Notebooks.NotebookServiceGrpc.NotebookServiceBlockingStub A stub to allow clients to do synchronous rpc calls to service NotebookService.NotebookServiceGrpc.NotebookServiceFutureStub A stub to allow clients to do ListenableFuture-style rpc calls to service NotebookService.NotebookServiceGrpc.NotebookServiceImplBase Base class for the server implementation of the service NotebookService.NotebookServiceGrpc.NotebookServiceStub A stub to allow clients to do asynchronous rpc calls to service NotebookService.NotebookServiceSettings Settings class to configure an instance ofNotebookServiceClient
.NotebookServiceSettings.Builder Builder for NotebookServiceSettings.NotebooksProto OperationMetadata Represents the metadata of the long-running operation.OperationMetadata.Builder Represents the metadata of the long-running operation.RegisterInstanceRequest Request for registering a notebook instance.RegisterInstanceRequest.Builder Request for registering a notebook instance.ReportInstanceInfoRequest Request for notebook instances to report information to Notebooks API.ReportInstanceInfoRequest.Builder Request for notebook instances to report information to Notebooks API.ReservationAffinity Reservation Affinity for consuming Zonal reservation.ReservationAffinity.Builder Reservation Affinity for consuming Zonal reservation.ResetInstanceRequest Request for reseting a notebook instanceResetInstanceRequest.Builder Request for reseting a notebook instanceSetInstanceAcceleratorRequest Request for setting instance accelerator.SetInstanceAcceleratorRequest.Builder Request for setting instance accelerator.SetInstanceLabelsRequest Request for setting instance labels.SetInstanceLabelsRequest.Builder Request for setting instance labels.SetInstanceMachineTypeRequest Request for setting instance machine type.SetInstanceMachineTypeRequest.Builder Request for setting instance machine type.StartInstanceRequest Request for starting a notebook instanceStartInstanceRequest.Builder Request for starting a notebook instanceStopInstanceRequest Request for stopping a notebook instanceStopInstanceRequest.Builder Request for stopping a notebook instanceUpgradeInstanceInternalRequest Request for upgrading a notebook instance from within the VMUpgradeInstanceInternalRequest.Builder Request for upgrading a notebook instance from within the VMUpgradeInstanceRequest Request for upgrading a notebook instanceUpgradeInstanceRequest.Builder Request for upgrading a notebook instanceVmImage Definition of a custom Compute Engine virtual machine image for starting a notebook instance with the environment installed directly on the VM.VmImage.Builder Definition of a custom Compute Engine virtual machine image for starting a notebook instance with the environment installed directly on the VM. -
Enum Summary Enum Description Environment.ImageTypeCase Instance.AcceleratorType Definition of the types of hardware accelerators that can be used on this instance.Instance.DiskEncryption Definition of the disk encryption options.Instance.DiskType Possible disk types for notebook instances.Instance.EnvironmentCase Instance.NicType The type of vNIC driver.Instance.State The definition of the states of this instance.ReservationAffinity.Type Indicates whether to consume capacity from an reservation or not.VmImage.ImageCase