package appconnections

import "google.golang.org/genproto/googleapis/cloud/beyondcorp/appconnections/v1"

Package appconnections aliases all exported identifiers in package "cloud.google.com/go/beyondcorp/appconnections/apiv1/appconnectionspb".

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

Index

Constants

const (
	AppConnection_CREATED                  = src.AppConnection_CREATED
	AppConnection_CREATING                 = src.AppConnection_CREATING
	AppConnection_DELETING                 = src.AppConnection_DELETING
	AppConnection_DOWN                     = src.AppConnection_DOWN
	AppConnection_Gateway_GCP_REGIONAL_MIG = src.AppConnection_Gateway_GCP_REGIONAL_MIG
	AppConnection_Gateway_TYPE_UNSPECIFIED = src.AppConnection_Gateway_TYPE_UNSPECIFIED
	AppConnection_STATE_UNSPECIFIED        = src.AppConnection_STATE_UNSPECIFIED
	AppConnection_TCP_PROXY                = src.AppConnection_TCP_PROXY
	AppConnection_TYPE_UNSPECIFIED         = src.AppConnection_TYPE_UNSPECIFIED
	AppConnection_UPDATING                 = src.AppConnection_UPDATING
)

Deprecated: Please use consts in: cloud.google.com/go/beyondcorp/appconnections/apiv1/appconnectionspb

Variables

var (
	AppConnection_Gateway_Type_name                                              = src.AppConnection_Gateway_Type_name
	AppConnection_Gateway_Type_value                                             = src.AppConnection_Gateway_Type_value
	AppConnection_State_name                                                     = src.AppConnection_State_name
	AppConnection_State_value                                                    = src.AppConnection_State_value
	AppConnection_Type_name                                                      = src.AppConnection_Type_name
	AppConnection_Type_value                                                     = src.AppConnection_Type_value
	File_google_cloud_beyondcorp_appconnections_v1_app_connections_service_proto = src.File_google_cloud_beyondcorp_appconnections_v1_app_connections_service_proto
)

Deprecated: Please use vars in: cloud.google.com/go/beyondcorp/appconnections/apiv1/appconnectionspb

Functions

func RegisterAppConnectionsServiceServer

func RegisterAppConnectionsServiceServer(s *grpc.Server, srv AppConnectionsServiceServer)

Deprecated: Please use funcs in: cloud.google.com/go/beyondcorp/appconnections/apiv1/appconnectionspb

Types

type AppConnection

type AppConnection = src.AppConnection

A BeyondCorp AppConnection resource represents a BeyondCorp protected AppConnection to a remote application. It creates all the necessary GCP components needed for creating a BeyondCorp protected AppConnection. Multiple connectors can be authorised for a single AppConnection.

Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnections/apiv1/appconnectionspb

type AppConnectionOperationMetadata

type AppConnectionOperationMetadata = src.AppConnectionOperationMetadata

Represents the metadata of the long-running operation.

Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnections/apiv1/appconnectionspb

type AppConnection_ApplicationEndpoint

type AppConnection_ApplicationEndpoint = src.AppConnection_ApplicationEndpoint

ApplicationEndpoint represents a remote application endpoint.

Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnections/apiv1/appconnectionspb

type AppConnection_Gateway

type AppConnection_Gateway = src.AppConnection_Gateway

Gateway represents a user facing component that serves as an entrance to enable connectivity.

Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnections/apiv1/appconnectionspb

type AppConnection_Gateway_Type

type AppConnection_Gateway_Type = src.AppConnection_Gateway_Type

Enum listing possible gateway hosting options.

Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnections/apiv1/appconnectionspb

type AppConnection_State

type AppConnection_State = src.AppConnection_State

Represents the different states of a AppConnection.

Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnections/apiv1/appconnectionspb

type AppConnection_Type

type AppConnection_Type = src.AppConnection_Type

Enum containing list of all possible network connectivity options supported by BeyondCorp AppConnection.

Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnections/apiv1/appconnectionspb

type AppConnectionsServiceClient

type AppConnectionsServiceClient = src.AppConnectionsServiceClient

AppConnectionsServiceClient is the client API for AppConnectionsService 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/beyondcorp/appconnections/apiv1/appconnectionspb

func NewAppConnectionsServiceClient

func NewAppConnectionsServiceClient(cc grpc.ClientConnInterface) AppConnectionsServiceClient

Deprecated: Please use funcs in: cloud.google.com/go/beyondcorp/appconnections/apiv1/appconnectionspb

type AppConnectionsServiceServer

type AppConnectionsServiceServer = src.AppConnectionsServiceServer

AppConnectionsServiceServer is the server API for AppConnectionsService service.

Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnections/apiv1/appconnectionspb

type CreateAppConnectionRequest

type CreateAppConnectionRequest = src.CreateAppConnectionRequest

Request message for BeyondCorp.CreateAppConnection.

Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnections/apiv1/appconnectionspb

type DeleteAppConnectionRequest

type DeleteAppConnectionRequest = src.DeleteAppConnectionRequest

Request message for BeyondCorp.DeleteAppConnection.

Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnections/apiv1/appconnectionspb

type GetAppConnectionRequest

type GetAppConnectionRequest = src.GetAppConnectionRequest

Request message for BeyondCorp.GetAppConnection.

Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnections/apiv1/appconnectionspb

type ListAppConnectionsRequest

type ListAppConnectionsRequest = src.ListAppConnectionsRequest

Request message for BeyondCorp.ListAppConnections.

Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnections/apiv1/appconnectionspb

type ListAppConnectionsResponse

type ListAppConnectionsResponse = src.ListAppConnectionsResponse

Response message for BeyondCorp.ListAppConnections.

Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnections/apiv1/appconnectionspb

type ResolveAppConnectionsRequest

type ResolveAppConnectionsRequest = src.ResolveAppConnectionsRequest

Request message for BeyondCorp.ResolveAppConnections.

Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnections/apiv1/appconnectionspb

type ResolveAppConnectionsResponse

type ResolveAppConnectionsResponse = src.ResolveAppConnectionsResponse

Response message for BeyondCorp.ResolveAppConnections.

Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnections/apiv1/appconnectionspb

type ResolveAppConnectionsResponse_AppConnectionDetails

type ResolveAppConnectionsResponse_AppConnectionDetails = src.ResolveAppConnectionsResponse_AppConnectionDetails

Details of the AppConnection.

Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnections/apiv1/appconnectionspb

type UnimplementedAppConnectionsServiceServer

type UnimplementedAppConnectionsServiceServer = src.UnimplementedAppConnectionsServiceServer

UnimplementedAppConnectionsServiceServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnections/apiv1/appconnectionspb

type UpdateAppConnectionRequest

type UpdateAppConnectionRequest = src.UpdateAppConnectionRequest

Request message for BeyondCorp.UpdateAppConnection.

Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnections/apiv1/appconnectionspb

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.