package appgateways
import "google.golang.org/genproto/googleapis/cloud/beyondcorp/appgateways/v1"
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)
- type AppGateway
- type AppGatewayOperationMetadata
- type AppGateway_AllocatedConnection
- type AppGateway_HostType
- type AppGateway_State
- type AppGateway_Type
- type AppGatewaysServiceClient
- type AppGatewaysServiceServer
- type CreateAppGatewayRequest
- type DeleteAppGatewayRequest
- type GetAppGatewayRequest
- type ListAppGatewaysRequest
- type ListAppGatewaysResponse
- type UnimplementedAppGatewaysServiceServer
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 ¶
func RegisterAppGatewaysServiceServer(s *grpc.Server, srv AppGatewaysServiceServer)
Deprecated: Please use funcs in: cloud.google.com/go/beyondcorp/appgateways/apiv1/appgatewayspb
Types ¶
type AppGateway ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
func NewAppGatewaysServiceClient(cc grpc.ClientConnInterface) AppGatewaysServiceClient
Deprecated: Please use funcs in: cloud.google.com/go/beyondcorp/appgateways/apiv1/appgatewayspb
type AppGatewaysServiceServer ¶
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 ¶
type CreateAppGatewayRequest = src.CreateAppGatewayRequest
Request message for BeyondCorp.CreateAppGateway.
Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appgateways/apiv1/appgatewayspb
type DeleteAppGatewayRequest ¶
type DeleteAppGatewayRequest = src.DeleteAppGatewayRequest
Request message for BeyondCorp.DeleteAppGateway.
Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appgateways/apiv1/appgatewayspb
type GetAppGatewayRequest ¶
type GetAppGatewayRequest = src.GetAppGatewayRequest
Request message for BeyondCorp.GetAppGateway.
Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appgateways/apiv1/appgatewayspb
type ListAppGatewaysRequest ¶
type ListAppGatewaysRequest = src.ListAppGatewaysRequest
Request message for BeyondCorp.ListAppGateways.
Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appgateways/apiv1/appgatewayspb
type ListAppGatewaysResponse ¶
type ListAppGatewaysResponse = src.ListAppGatewaysResponse
Response message for BeyondCorp.ListAppGateways.
Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appgateways/apiv1/appgatewayspb
type UnimplementedAppGatewaysServiceServer ¶
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
Source Files ¶
alias.go
- Version
- v0.0.0-20250219182151-9fdb1cabc7b2 (latest)
- Published
- Feb 19, 2025
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 54 minutes ago –
Tools for package owners.