Documentation ¶
Overview ¶
Package appgateways aliases all exported identifiers in package "cloud.google.com/go/beyondcorp/appgateways/apiv1/appgatewayspb".
Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appgateways/apiv1/appgatewayspb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.
Index ¶
- Constants
- Variables
- func RegisterAppGatewaysServiceServer(s *grpc.Server, srv AppGatewaysServiceServer)deprecated
- type AppGatewaydeprecated
- type AppGatewayOperationMetadatadeprecated
- type AppGateway_AllocatedConnectiondeprecated
- type AppGateway_HostTypedeprecated
- type AppGateway_Statedeprecated
- type AppGateway_Typedeprecated
- type AppGatewaysServiceClientdeprecated
- type AppGatewaysServiceServerdeprecated
- type CreateAppGatewayRequestdeprecated
- type DeleteAppGatewayRequestdeprecated
- type GetAppGatewayRequestdeprecated
- type ListAppGatewaysRequestdeprecated
- type ListAppGatewaysResponsedeprecated
- type UnimplementedAppGatewaysServiceServerdeprecated
Constants ¶
const ( AppGateway_CREATED = src.AppGateway_CREATED AppGateway_CREATING = src.AppGateway_CREATING AppGateway_DELETING = src.AppGateway_DELETING AppGateway_DOWN = src.AppGateway_DOWN AppGateway_GCP_REGIONAL_MIG = src.AppGateway_GCP_REGIONAL_MIG AppGateway_HOST_TYPE_UNSPECIFIED = src.AppGateway_HOST_TYPE_UNSPECIFIED AppGateway_STATE_UNSPECIFIED = src.AppGateway_STATE_UNSPECIFIED AppGateway_TCP_PROXY = src.AppGateway_TCP_PROXY AppGateway_TYPE_UNSPECIFIED = src.AppGateway_TYPE_UNSPECIFIED AppGateway_UPDATING = src.AppGateway_UPDATING )
Deprecated: Please use consts in: cloud.google.com/go/beyondcorp/appgateways/apiv1/appgatewayspb
Variables ¶
var ( AppGateway_HostType_name = src.AppGateway_HostType_name AppGateway_HostType_value = src.AppGateway_HostType_value AppGateway_State_name = src.AppGateway_State_name AppGateway_State_value = src.AppGateway_State_value AppGateway_Type_name = src.AppGateway_Type_name AppGateway_Type_value = src.AppGateway_Type_value File_google_cloud_beyondcorp_appgateways_v1_app_gateways_service_proto = src.File_google_cloud_beyondcorp_appgateways_v1_app_gateways_service_proto )
Deprecated: Please use vars in: cloud.google.com/go/beyondcorp/appgateways/apiv1/appgatewayspb
Functions ¶
func RegisterAppGatewaysServiceServer
deprecated
func RegisterAppGatewaysServiceServer(s *grpc.Server, srv AppGatewaysServiceServer)
Deprecated: Please use funcs in: cloud.google.com/go/beyondcorp/appgateways/apiv1/appgatewayspb
Types ¶
type AppGateway
deprecated
type AppGateway = src.AppGateway
A BeyondCorp AppGateway resource represents a BeyondCorp protected AppGateway to a remote application. It creates all the necessary GCP components needed for creating a BeyondCorp protected AppGateway. Multiple connectors can be authorised for a single AppGateway.
Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appgateways/apiv1/appgatewayspb
type AppGatewayOperationMetadata
deprecated
type AppGatewayOperationMetadata = src.AppGatewayOperationMetadata
Represents the metadata of the long-running operation.
Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appgateways/apiv1/appgatewayspb
type AppGateway_AllocatedConnection
deprecated
type AppGateway_AllocatedConnection = src.AppGateway_AllocatedConnection
Allocated connection of the AppGateway.
Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appgateways/apiv1/appgatewayspb
type AppGateway_HostType
deprecated
type AppGateway_HostType = src.AppGateway_HostType
Enum containing list of all possible host types supported by BeyondCorp Connection.
Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appgateways/apiv1/appgatewayspb
type AppGateway_State
deprecated
type AppGateway_State = src.AppGateway_State
Represents the different states of an AppGateway.
Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appgateways/apiv1/appgatewayspb
type AppGateway_Type
deprecated
type AppGateway_Type = src.AppGateway_Type
Enum containing list of all possible network connectivity options supported by BeyondCorp AppGateway.
Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appgateways/apiv1/appgatewayspb
type AppGatewaysServiceClient
deprecated
type AppGatewaysServiceClient = src.AppGatewaysServiceClient
AppGatewaysServiceClient is the client API for AppGatewaysService 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/appgateways/apiv1/appgatewayspb
func NewAppGatewaysServiceClient
deprecated
func NewAppGatewaysServiceClient(cc grpc.ClientConnInterface) AppGatewaysServiceClient
Deprecated: Please use funcs in: cloud.google.com/go/beyondcorp/appgateways/apiv1/appgatewayspb
type AppGatewaysServiceServer
deprecated
type AppGatewaysServiceServer = src.AppGatewaysServiceServer
AppGatewaysServiceServer is the server API for AppGatewaysService service.
Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appgateways/apiv1/appgatewayspb
type CreateAppGatewayRequest
deprecated
type CreateAppGatewayRequest = src.CreateAppGatewayRequest
Request message for BeyondCorp.CreateAppGateway.
Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appgateways/apiv1/appgatewayspb
type DeleteAppGatewayRequest
deprecated
type DeleteAppGatewayRequest = src.DeleteAppGatewayRequest
Request message for BeyondCorp.DeleteAppGateway.
Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appgateways/apiv1/appgatewayspb
type GetAppGatewayRequest
deprecated
type GetAppGatewayRequest = src.GetAppGatewayRequest
Request message for BeyondCorp.GetAppGateway.
Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appgateways/apiv1/appgatewayspb
type ListAppGatewaysRequest
deprecated
type ListAppGatewaysRequest = src.ListAppGatewaysRequest
Request message for BeyondCorp.ListAppGateways.
Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appgateways/apiv1/appgatewayspb
type ListAppGatewaysResponse
deprecated
type ListAppGatewaysResponse = src.ListAppGatewaysResponse
Response message for BeyondCorp.ListAppGateways.
Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appgateways/apiv1/appgatewayspb
type UnimplementedAppGatewaysServiceServer
deprecated
type UnimplementedAppGatewaysServiceServer = src.UnimplementedAppGatewaysServiceServer
UnimplementedAppGatewaysServiceServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appgateways/apiv1/appgatewayspb