Documentation ¶
Overview ¶
Package appconnectors aliases all exported identifiers in package "cloud.google.com/go/beyondcorp/appconnectors/apiv1/appconnectorspb".
Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnectors/apiv1/appconnectorspb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.
Index ¶
- Constants
- Variables
- func RegisterAppConnectorsServiceServer(s *grpc.Server, srv AppConnectorsServiceServer)deprecated
- type AppConnectordeprecated
- type AppConnectorInstanceConfigdeprecated
- type AppConnectorOperationMetadatadeprecated
- type AppConnector_PrincipalInfodeprecated
- type AppConnector_PrincipalInfo_ServiceAccountdeprecated
- type AppConnector_PrincipalInfo_ServiceAccount_
- type AppConnector_Statedeprecated
- type AppConnectorsServiceClientdeprecated
- type AppConnectorsServiceServerdeprecated
- type CreateAppConnectorRequestdeprecated
- type DeleteAppConnectorRequestdeprecated
- type GetAppConnectorRequestdeprecated
- type HealthStatusdeprecated
- type ImageConfigdeprecated
- type ListAppConnectorsRequestdeprecated
- type ListAppConnectorsResponsedeprecated
- type NotificationConfigdeprecated
- type NotificationConfig_CloudPubSubNotificationConfigdeprecated
- type NotificationConfig_PubsubNotification
- type ReportStatusRequestdeprecated
- type ResourceInfodeprecated
- type UnimplementedAppConnectorsServiceServerdeprecated
- type UpdateAppConnectorRequestdeprecated
Constants ¶
const ( AppConnector_CREATED = src.AppConnector_CREATED AppConnector_CREATING = src.AppConnector_CREATING AppConnector_DELETING = src.AppConnector_DELETING AppConnector_DOWN = src.AppConnector_DOWN AppConnector_STATE_UNSPECIFIED = src.AppConnector_STATE_UNSPECIFIED AppConnector_UPDATING = src.AppConnector_UPDATING HealthStatus_DEGRADED = src.HealthStatus_DEGRADED HealthStatus_HEALTHY = src.HealthStatus_HEALTHY HealthStatus_HEALTH_STATUS_UNSPECIFIED = src.HealthStatus_HEALTH_STATUS_UNSPECIFIED HealthStatus_UNHEALTHY = src.HealthStatus_UNHEALTHY HealthStatus_UNRESPONSIVE = src.HealthStatus_UNRESPONSIVE )
Deprecated: Please use consts in: cloud.google.com/go/beyondcorp/appconnectors/apiv1/appconnectorspb
Variables ¶
var ( AppConnector_State_name = src.AppConnector_State_name AppConnector_State_value = src.AppConnector_State_value File_google_cloud_beyondcorp_appconnectors_v1_app_connector_instance_config_proto = src.File_google_cloud_beyondcorp_appconnectors_v1_app_connector_instance_config_proto File_google_cloud_beyondcorp_appconnectors_v1_app_connectors_service_proto = src.File_google_cloud_beyondcorp_appconnectors_v1_app_connectors_service_proto File_google_cloud_beyondcorp_appconnectors_v1_resource_info_proto = src.File_google_cloud_beyondcorp_appconnectors_v1_resource_info_proto HealthStatus_name = src.HealthStatus_name HealthStatus_value = src.HealthStatus_value )
Deprecated: Please use vars in: cloud.google.com/go/beyondcorp/appconnectors/apiv1/appconnectorspb
Functions ¶
func RegisterAppConnectorsServiceServer
deprecated
func RegisterAppConnectorsServiceServer(s *grpc.Server, srv AppConnectorsServiceServer)
Deprecated: Please use funcs in: cloud.google.com/go/beyondcorp/appconnectors/apiv1/appconnectorspb
Types ¶
type AppConnector
deprecated
type AppConnector = src.AppConnector
A BeyondCorp connector resource that represents an application facing component deployed proximal to and with direct access to the application instances. It is used to establish connectivity between the remote enterprise environment and GCP. It initiates connections to the applications and can proxy the data from users over the connection.
Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnectors/apiv1/appconnectorspb
type AppConnectorInstanceConfig
deprecated
type AppConnectorInstanceConfig = src.AppConnectorInstanceConfig
AppConnectorInstanceConfig defines the instance config of a AppConnector.
Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnectors/apiv1/appconnectorspb
type AppConnectorOperationMetadata
deprecated
type AppConnectorOperationMetadata = src.AppConnectorOperationMetadata
Represents the metadata of the long-running operation.
Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnectors/apiv1/appconnectorspb
type AppConnector_PrincipalInfo
deprecated
type AppConnector_PrincipalInfo = src.AppConnector_PrincipalInfo
PrincipalInfo represents an Identity oneof.
Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnectors/apiv1/appconnectorspb
type AppConnector_PrincipalInfo_ServiceAccount
deprecated
type AppConnector_PrincipalInfo_ServiceAccount = src.AppConnector_PrincipalInfo_ServiceAccount
ServiceAccount represents a GCP service account.
Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnectors/apiv1/appconnectorspb
type AppConnector_PrincipalInfo_ServiceAccount_ ¶
type AppConnector_PrincipalInfo_ServiceAccount_ = src.AppConnector_PrincipalInfo_ServiceAccount_
type AppConnector_State
deprecated
type AppConnector_State = src.AppConnector_State
Represents the different states of a AppConnector.
Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnectors/apiv1/appconnectorspb
type AppConnectorsServiceClient
deprecated
type AppConnectorsServiceClient = src.AppConnectorsServiceClient
AppConnectorsServiceClient is the client API for AppConnectorsService 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/appconnectors/apiv1/appconnectorspb
func NewAppConnectorsServiceClient
deprecated
func NewAppConnectorsServiceClient(cc grpc.ClientConnInterface) AppConnectorsServiceClient
Deprecated: Please use funcs in: cloud.google.com/go/beyondcorp/appconnectors/apiv1/appconnectorspb
type AppConnectorsServiceServer
deprecated
type AppConnectorsServiceServer = src.AppConnectorsServiceServer
AppConnectorsServiceServer is the server API for AppConnectorsService service.
Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnectors/apiv1/appconnectorspb
type CreateAppConnectorRequest
deprecated
type CreateAppConnectorRequest = src.CreateAppConnectorRequest
Request message for BeyondCorp.CreateAppConnector.
Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnectors/apiv1/appconnectorspb
type DeleteAppConnectorRequest
deprecated
type DeleteAppConnectorRequest = src.DeleteAppConnectorRequest
Request message for BeyondCorp.DeleteAppConnector.
Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnectors/apiv1/appconnectorspb
type GetAppConnectorRequest
deprecated
type GetAppConnectorRequest = src.GetAppConnectorRequest
Request message for BeyondCorp.GetAppConnector.
Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnectors/apiv1/appconnectorspb
type HealthStatus
deprecated
type HealthStatus = src.HealthStatus
HealthStatus represents the health status.
Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnectors/apiv1/appconnectorspb
type ImageConfig
deprecated
type ImageConfig = src.ImageConfig
ImageConfig defines the control plane images to run.
Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnectors/apiv1/appconnectorspb
type ListAppConnectorsRequest
deprecated
type ListAppConnectorsRequest = src.ListAppConnectorsRequest
Request message for BeyondCorp.ListAppConnectors.
Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnectors/apiv1/appconnectorspb
type ListAppConnectorsResponse
deprecated
type ListAppConnectorsResponse = src.ListAppConnectorsResponse
Response message for BeyondCorp.ListAppConnectors.
Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnectors/apiv1/appconnectorspb
type NotificationConfig
deprecated
type NotificationConfig = src.NotificationConfig
NotificationConfig defines the mechanisms to notify instance agent.
Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnectors/apiv1/appconnectorspb
type NotificationConfig_CloudPubSubNotificationConfig
deprecated
type NotificationConfig_CloudPubSubNotificationConfig = src.NotificationConfig_CloudPubSubNotificationConfig
The configuration for Pub/Sub messaging for the AppConnector.
Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnectors/apiv1/appconnectorspb
type NotificationConfig_PubsubNotification ¶
type NotificationConfig_PubsubNotification = src.NotificationConfig_PubsubNotification
type ReportStatusRequest
deprecated
type ReportStatusRequest = src.ReportStatusRequest
Request report the connector status.
Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnectors/apiv1/appconnectorspb
type ResourceInfo
deprecated
type ResourceInfo = src.ResourceInfo
ResourceInfo represents the information/status of an app connector resource. Such as: - remote_agent - container - runtime - appgateway - appconnector - appconnection - tunnel - logagent
Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnectors/apiv1/appconnectorspb
type UnimplementedAppConnectorsServiceServer
deprecated
type UnimplementedAppConnectorsServiceServer = src.UnimplementedAppConnectorsServiceServer
UnimplementedAppConnectorsServiceServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnectors/apiv1/appconnectorspb
type UpdateAppConnectorRequest
deprecated
type UpdateAppConnectorRequest = src.UpdateAppConnectorRequest
Request message for BeyondCorp.UpdateAppConnector.
Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnectors/apiv1/appconnectorspb