package appconnectors

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

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

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

func RegisterAppConnectorsServiceServer(s *grpc.Server, srv AppConnectorsServiceServer)

Deprecated: Please use funcs in: cloud.google.com/go/beyondcorp/appconnectors/apiv1/appconnectorspb

Types

type AppConnector

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

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

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

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

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

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

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

func NewAppConnectorsServiceClient(cc grpc.ClientConnInterface) AppConnectorsServiceClient

Deprecated: Please use funcs in: cloud.google.com/go/beyondcorp/appconnectors/apiv1/appconnectorspb

type AppConnectorsServiceServer

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

type CreateAppConnectorRequest = src.CreateAppConnectorRequest

Request message for BeyondCorp.CreateAppConnector.

Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnectors/apiv1/appconnectorspb

type DeleteAppConnectorRequest

type DeleteAppConnectorRequest = src.DeleteAppConnectorRequest

Request message for BeyondCorp.DeleteAppConnector.

Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnectors/apiv1/appconnectorspb

type GetAppConnectorRequest

type GetAppConnectorRequest = src.GetAppConnectorRequest

Request message for BeyondCorp.GetAppConnector.

Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnectors/apiv1/appconnectorspb

type HealthStatus

type HealthStatus = src.HealthStatus

HealthStatus represents the health status.

Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnectors/apiv1/appconnectorspb

type ImageConfig

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

type ListAppConnectorsRequest = src.ListAppConnectorsRequest

Request message for BeyondCorp.ListAppConnectors.

Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnectors/apiv1/appconnectorspb

type ListAppConnectorsResponse

type ListAppConnectorsResponse = src.ListAppConnectorsResponse

Response message for BeyondCorp.ListAppConnectors.

Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnectors/apiv1/appconnectorspb

type NotificationConfig

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

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

type ReportStatusRequest = src.ReportStatusRequest

Request report the connector status.

Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnectors/apiv1/appconnectorspb

type ResourceInfo

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

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

type UpdateAppConnectorRequest = src.UpdateAppConnectorRequest

Request message for BeyondCorp.UpdateAppConnector.

Deprecated: Please use types in: cloud.google.com/go/beyondcorp/appconnectors/apiv1/appconnectorspb

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.