Documentation ¶
Overview ¶
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
- Variables
- func RegisterAppConnectionsServiceServer(s *grpc.Server, srv AppConnectionsServiceServer)deprecated
- type AppConnectiondeprecated
- type AppConnectionOperationMetadatadeprecated
- type AppConnection_ApplicationEndpointdeprecated
- type AppConnection_Gatewaydeprecated
- type AppConnection_Gateway_Typedeprecated
- type AppConnection_Statedeprecated
- type AppConnection_Typedeprecated
- type AppConnectionsServiceClientdeprecated
- type AppConnectionsServiceServerdeprecated
- type CreateAppConnectionRequestdeprecated
- type DeleteAppConnectionRequestdeprecated
- type GetAppConnectionRequestdeprecated
- type ListAppConnectionsRequestdeprecated
- type ListAppConnectionsResponsedeprecated
- type ResolveAppConnectionsRequestdeprecated
- type ResolveAppConnectionsResponsedeprecated
- type ResolveAppConnectionsResponse_AppConnectionDetailsdeprecated
- type UnimplementedAppConnectionsServiceServerdeprecated
- type UpdateAppConnectionRequestdeprecated
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
deprecated
func RegisterAppConnectionsServiceServer(s *grpc.Server, srv AppConnectionsServiceServer)
Deprecated: Please use funcs in: cloud.google.com/go/beyondcorp/appconnections/apiv1/appconnectionspb
Types ¶
type AppConnection
deprecated
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
deprecated
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
deprecated
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
deprecated
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
deprecated
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
deprecated
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
deprecated
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
deprecated
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
deprecated
func NewAppConnectionsServiceClient(cc grpc.ClientConnInterface) AppConnectionsServiceClient
Deprecated: Please use funcs in: cloud.google.com/go/beyondcorp/appconnections/apiv1/appconnectionspb
type AppConnectionsServiceServer
deprecated
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
deprecated
type CreateAppConnectionRequest = src.CreateAppConnectionRequest
Request message for BeyondCorp.CreateAppConnection.
Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnections/apiv1/appconnectionspb
type DeleteAppConnectionRequest
deprecated
type DeleteAppConnectionRequest = src.DeleteAppConnectionRequest
Request message for BeyondCorp.DeleteAppConnection.
Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnections/apiv1/appconnectionspb
type GetAppConnectionRequest
deprecated
type GetAppConnectionRequest = src.GetAppConnectionRequest
Request message for BeyondCorp.GetAppConnection.
Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnections/apiv1/appconnectionspb
type ListAppConnectionsRequest
deprecated
type ListAppConnectionsRequest = src.ListAppConnectionsRequest
Request message for BeyondCorp.ListAppConnections.
Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnections/apiv1/appconnectionspb
type ListAppConnectionsResponse
deprecated
type ListAppConnectionsResponse = src.ListAppConnectionsResponse
Response message for BeyondCorp.ListAppConnections.
Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnections/apiv1/appconnectionspb
type ResolveAppConnectionsRequest
deprecated
type ResolveAppConnectionsRequest = src.ResolveAppConnectionsRequest
Request message for BeyondCorp.ResolveAppConnections.
Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnections/apiv1/appconnectionspb
type ResolveAppConnectionsResponse
deprecated
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
deprecated
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
deprecated
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
deprecated
type UpdateAppConnectionRequest = src.UpdateAppConnectionRequest
Request message for BeyondCorp.UpdateAppConnection.
Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnections/apiv1/appconnectionspb