shell

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: 2

Documentation

Overview

Package shell aliases all exported identifiers in package "cloud.google.com/go/shell/apiv1/shellpb".

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

Index

Constants

View Source
const (
	CloudShellErrorDetails_CLOUD_SHELL_DISABLED               = src.CloudShellErrorDetails_CLOUD_SHELL_DISABLED
	CloudShellErrorDetails_CLOUD_SHELL_ERROR_CODE_UNSPECIFIED = src.CloudShellErrorDetails_CLOUD_SHELL_ERROR_CODE_UNSPECIFIED
	CloudShellErrorDetails_IMAGE_UNAVAILABLE                  = src.CloudShellErrorDetails_IMAGE_UNAVAILABLE
	CloudShellErrorDetails_QUOTA_EXCEEDED                     = src.CloudShellErrorDetails_QUOTA_EXCEEDED
	CloudShellErrorDetails_TOS_VIOLATION                      = src.CloudShellErrorDetails_TOS_VIOLATION
	Environment_DELETING                                      = src.Environment_DELETING
	Environment_PENDING                                       = src.Environment_PENDING
	Environment_RUNNING                                       = src.Environment_RUNNING
	Environment_STATE_UNSPECIFIED                             = src.Environment_STATE_UNSPECIFIED
	Environment_SUSPENDED                                     = src.Environment_SUSPENDED
	StartEnvironmentMetadata_AWAITING_COMPUTE_RESOURCES       = src.StartEnvironmentMetadata_AWAITING_COMPUTE_RESOURCES
	StartEnvironmentMetadata_FINISHED                         = src.StartEnvironmentMetadata_FINISHED
	StartEnvironmentMetadata_STARTING                         = src.StartEnvironmentMetadata_STARTING
	StartEnvironmentMetadata_STATE_UNSPECIFIED                = src.StartEnvironmentMetadata_STATE_UNSPECIFIED
	StartEnvironmentMetadata_UNARCHIVING_DISK                 = src.StartEnvironmentMetadata_UNARCHIVING_DISK
)

Deprecated: Please use consts in: cloud.google.com/go/shell/apiv1/shellpb

Variables

View Source
var (
	CloudShellErrorDetails_CloudShellErrorCode_name  = src.CloudShellErrorDetails_CloudShellErrorCode_name
	CloudShellErrorDetails_CloudShellErrorCode_value = src.CloudShellErrorDetails_CloudShellErrorCode_value
	Environment_State_name                           = src.Environment_State_name
	Environment_State_value                          = src.Environment_State_value
	File_google_cloud_shell_v1_cloudshell_proto      = src.File_google_cloud_shell_v1_cloudshell_proto
	StartEnvironmentMetadata_State_name              = src.StartEnvironmentMetadata_State_name
	StartEnvironmentMetadata_State_value             = src.StartEnvironmentMetadata_State_value
)

Deprecated: Please use vars in: cloud.google.com/go/shell/apiv1/shellpb

Functions

func RegisterCloudShellServiceServer deprecated

func RegisterCloudShellServiceServer(s *grpc.Server, srv CloudShellServiceServer)

Deprecated: Please use funcs in: cloud.google.com/go/shell/apiv1/shellpb

Types

type AddPublicKeyMetadata deprecated

type AddPublicKeyMetadata = src.AddPublicKeyMetadata

Message included in the metadata field of operations returned from [AddPublicKey][google.cloud.shell.v1.CloudShellService.AddPublicKey].

Deprecated: Please use types in: cloud.google.com/go/shell/apiv1/shellpb

type AddPublicKeyRequest deprecated

type AddPublicKeyRequest = src.AddPublicKeyRequest

Request message for [AddPublicKey][google.cloud.shell.v1.CloudShellService.AddPublicKey].

Deprecated: Please use types in: cloud.google.com/go/shell/apiv1/shellpb

type AddPublicKeyResponse deprecated

type AddPublicKeyResponse = src.AddPublicKeyResponse

Response message for [AddPublicKey][google.cloud.shell.v1.CloudShellService.AddPublicKey].

Deprecated: Please use types in: cloud.google.com/go/shell/apiv1/shellpb

type AuthorizeEnvironmentMetadata deprecated

type AuthorizeEnvironmentMetadata = src.AuthorizeEnvironmentMetadata

Message included in the metadata field of operations returned from [AuthorizeEnvironment][google.cloud.shell.v1.CloudShellService.AuthorizeEnvironment].

Deprecated: Please use types in: cloud.google.com/go/shell/apiv1/shellpb

type AuthorizeEnvironmentRequest deprecated

type AuthorizeEnvironmentRequest = src.AuthorizeEnvironmentRequest

Request message for [AuthorizeEnvironment][google.cloud.shell.v1.CloudShellService.AuthorizeEnvironment].

Deprecated: Please use types in: cloud.google.com/go/shell/apiv1/shellpb

type AuthorizeEnvironmentResponse deprecated

type AuthorizeEnvironmentResponse = src.AuthorizeEnvironmentResponse

Response message for [AuthorizeEnvironment][google.cloud.shell.v1.CloudShellService.AuthorizeEnvironment].

Deprecated: Please use types in: cloud.google.com/go/shell/apiv1/shellpb

type CloudShellErrorDetails deprecated

type CloudShellErrorDetails = src.CloudShellErrorDetails

Cloud-shell specific information that will be included as details in failure responses.

Deprecated: Please use types in: cloud.google.com/go/shell/apiv1/shellpb

type CloudShellErrorDetails_CloudShellErrorCode deprecated

type CloudShellErrorDetails_CloudShellErrorCode = src.CloudShellErrorDetails_CloudShellErrorCode

Set of possible errors returned from API calls.

Deprecated: Please use types in: cloud.google.com/go/shell/apiv1/shellpb

type CloudShellServiceClient deprecated

type CloudShellServiceClient = src.CloudShellServiceClient

CloudShellServiceClient is the client API for CloudShellService 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/shell/apiv1/shellpb

func NewCloudShellServiceClient deprecated

func NewCloudShellServiceClient(cc grpc.ClientConnInterface) CloudShellServiceClient

Deprecated: Please use funcs in: cloud.google.com/go/shell/apiv1/shellpb

type CloudShellServiceServer deprecated

type CloudShellServiceServer = src.CloudShellServiceServer

CloudShellServiceServer is the server API for CloudShellService service.

Deprecated: Please use types in: cloud.google.com/go/shell/apiv1/shellpb

type CreateEnvironmentMetadata deprecated

type CreateEnvironmentMetadata = src.CreateEnvironmentMetadata

Message included in the metadata field of operations returned from [CreateEnvironment][google.cloud.shell.v1.CloudShellService.CreateEnvironment].

Deprecated: Please use types in: cloud.google.com/go/shell/apiv1/shellpb

type DeleteEnvironmentMetadata deprecated

type DeleteEnvironmentMetadata = src.DeleteEnvironmentMetadata

Message included in the metadata field of operations returned from [DeleteEnvironment][google.cloud.shell.v1.CloudShellService.DeleteEnvironment].

Deprecated: Please use types in: cloud.google.com/go/shell/apiv1/shellpb

type Environment deprecated

type Environment = src.Environment

A Cloud Shell environment, which is defined as the combination of a Docker image specifying what is installed on the environment and a home directory containing the user's data that will remain across sessions. Each user has at least an environment with the ID "default".

Deprecated: Please use types in: cloud.google.com/go/shell/apiv1/shellpb

type Environment_State deprecated

type Environment_State = src.Environment_State

Possible execution states for an environment.

Deprecated: Please use types in: cloud.google.com/go/shell/apiv1/shellpb

type GetEnvironmentRequest deprecated

type GetEnvironmentRequest = src.GetEnvironmentRequest

Request message for [GetEnvironment][google.cloud.shell.v1.CloudShellService.GetEnvironment].

Deprecated: Please use types in: cloud.google.com/go/shell/apiv1/shellpb

type RemovePublicKeyMetadata deprecated

type RemovePublicKeyMetadata = src.RemovePublicKeyMetadata

Message included in the metadata field of operations returned from [RemovePublicKey][google.cloud.shell.v1.CloudShellService.RemovePublicKey].

Deprecated: Please use types in: cloud.google.com/go/shell/apiv1/shellpb

type RemovePublicKeyRequest deprecated

type RemovePublicKeyRequest = src.RemovePublicKeyRequest

Request message for [RemovePublicKey][google.cloud.shell.v1.CloudShellService.RemovePublicKey].

Deprecated: Please use types in: cloud.google.com/go/shell/apiv1/shellpb

type RemovePublicKeyResponse deprecated

type RemovePublicKeyResponse = src.RemovePublicKeyResponse

Response message for [RemovePublicKey][google.cloud.shell.v1.CloudShellService.RemovePublicKey].

Deprecated: Please use types in: cloud.google.com/go/shell/apiv1/shellpb

type StartEnvironmentMetadata deprecated

type StartEnvironmentMetadata = src.StartEnvironmentMetadata

Message included in the metadata field of operations returned from [StartEnvironment][google.cloud.shell.v1.CloudShellService.StartEnvironment].

Deprecated: Please use types in: cloud.google.com/go/shell/apiv1/shellpb

type StartEnvironmentMetadata_State deprecated

type StartEnvironmentMetadata_State = src.StartEnvironmentMetadata_State

Possible states an environment might transition between during startup. These states are not normally actionable by clients, but may be used to show a progress message to the user. An environment won't necessarily go through all of these states when starting. More states are likely to be added in the future.

Deprecated: Please use types in: cloud.google.com/go/shell/apiv1/shellpb

type StartEnvironmentRequest deprecated

type StartEnvironmentRequest = src.StartEnvironmentRequest

Request message for [StartEnvironment][google.cloud.shell.v1.CloudShellService.StartEnvironment].

Deprecated: Please use types in: cloud.google.com/go/shell/apiv1/shellpb

type StartEnvironmentResponse deprecated

type StartEnvironmentResponse = src.StartEnvironmentResponse

Message included in the response field of operations returned from [StartEnvironment][google.cloud.shell.v1.CloudShellService.StartEnvironment] once the operation is complete.

Deprecated: Please use types in: cloud.google.com/go/shell/apiv1/shellpb

type UnimplementedCloudShellServiceServer deprecated

type UnimplementedCloudShellServiceServer = src.UnimplementedCloudShellServiceServer

UnimplementedCloudShellServiceServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/shell/apiv1/shellpb

Jump to

Keyboard shortcuts

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