package apigeeconnect
import "google.golang.org/genproto/googleapis/cloud/apigeeconnect/v1"
Package apigeeconnect aliases all exported identifiers in package "cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb".
Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.
Index ¶
- Constants
- Variables
- func RegisterConnectionServiceServer(s *grpc.Server, srv ConnectionServiceServer)
- func RegisterTetherServer(s *grpc.Server, srv TetherServer)
- type Action
- type Cluster
- type Connection
- type ConnectionServiceClient
- type ConnectionServiceServer
- type EgressRequest
- type EgressResponse
- type Header
- type HttpRequest
- type HttpResponse
- type ListConnectionsRequest
- type ListConnectionsResponse
- type Payload
- type Payload_Action
- type Payload_HttpRequest
- type Payload_StreamInfo
- type Scheme
- type StreamInfo
- type TetherClient
- type TetherEndpoint
- type TetherServer
- type Tether_EgressClient
- type Tether_EgressServer
- type UnimplementedConnectionServiceServer
- type UnimplementedTetherServer
- type Url
Constants ¶
const ( Action_ACTION_UNSPECIFIED = src.Action_ACTION_UNSPECIFIED Action_OPEN_NEW_STREAM = src.Action_OPEN_NEW_STREAM Scheme_HTTPS = src.Scheme_HTTPS Scheme_SCHEME_UNSPECIFIED = src.Scheme_SCHEME_UNSPECIFIED TetherEndpoint_APIGEE_MART = src.TetherEndpoint_APIGEE_MART TetherEndpoint_APIGEE_MINT_RATING = src.TetherEndpoint_APIGEE_MINT_RATING TetherEndpoint_APIGEE_RUNTIME = src.TetherEndpoint_APIGEE_RUNTIME TetherEndpoint_TETHER_ENDPOINT_UNSPECIFIED = src.TetherEndpoint_TETHER_ENDPOINT_UNSPECIFIED )
Deprecated: Please use consts in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
Variables ¶
var ( Action_name = src.Action_name Action_value = src.Action_value File_google_cloud_apigeeconnect_v1_connection_proto = src.File_google_cloud_apigeeconnect_v1_connection_proto File_google_cloud_apigeeconnect_v1_tether_proto = src.File_google_cloud_apigeeconnect_v1_tether_proto Scheme_name = src.Scheme_name Scheme_value = src.Scheme_value TetherEndpoint_name = src.TetherEndpoint_name TetherEndpoint_value = src.TetherEndpoint_value )
Deprecated: Please use vars in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
Functions ¶
func RegisterConnectionServiceServer ¶
func RegisterConnectionServiceServer(s *grpc.Server, srv ConnectionServiceServer)
Deprecated: Please use funcs in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
func RegisterTetherServer ¶
func RegisterTetherServer(s *grpc.Server, srv TetherServer)
Deprecated: Please use funcs in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
Types ¶
type Action ¶
The action taken by agent.
Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
type Cluster ¶
type Connection ¶
type Connection = src.Connection
type ConnectionServiceClient ¶
type ConnectionServiceClient = src.ConnectionServiceClient
ConnectionServiceClient is the client API for ConnectionService 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/apigeeconnect/apiv1/apigeeconnectpb
func NewConnectionServiceClient ¶
func NewConnectionServiceClient(cc grpc.ClientConnInterface) ConnectionServiceClient
Deprecated: Please use funcs in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
type ConnectionServiceServer ¶
type ConnectionServiceServer = src.ConnectionServiceServer
ConnectionServiceServer is the server API for ConnectionService service.
Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
type EgressRequest ¶
type EgressRequest = src.EgressRequest
gRPC request payload for tether.
Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
type EgressResponse ¶
type EgressResponse = src.EgressResponse
gRPC response payload for tether.
Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
type Header ¶
The http headers.
Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
type HttpRequest ¶
type HttpRequest = src.HttpRequest
The proto definition of http request.
Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
type HttpResponse ¶
type HttpResponse = src.HttpResponse
The proto definition of http response.
Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
type ListConnectionsRequest ¶
type ListConnectionsRequest = src.ListConnectionsRequest
The request for [ListConnections][Management.ListConnections].
Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
type ListConnectionsResponse ¶
type ListConnectionsResponse = src.ListConnectionsResponse
The response for [ListConnections][Management.ListConnections].
Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
type Payload ¶
Payload for EgressRequest.
Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
type Payload_Action ¶
type Payload_Action = src.Payload_Action
type Payload_HttpRequest ¶
type Payload_HttpRequest = src.Payload_HttpRequest
type Payload_StreamInfo ¶
type Payload_StreamInfo = src.Payload_StreamInfo
type Scheme ¶
HTTP Scheme.
Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
type StreamInfo ¶
type StreamInfo = src.StreamInfo
The Information of bi-directional stream.
Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
type TetherClient ¶
type TetherClient = src.TetherClient
TetherClient is the client API for Tether 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/apigeeconnect/apiv1/apigeeconnectpb
func NewTetherClient ¶
func NewTetherClient(cc grpc.ClientConnInterface) TetherClient
Deprecated: Please use funcs in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
type TetherEndpoint ¶
type TetherEndpoint = src.TetherEndpoint
Endpoint indicates where the messages will be delivered.
Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
type TetherServer ¶
type TetherServer = src.TetherServer
TetherServer is the server API for Tether service.
Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
type Tether_EgressClient ¶
type Tether_EgressClient = src.Tether_EgressClient
type Tether_EgressServer ¶
type Tether_EgressServer = src.Tether_EgressServer
type UnimplementedConnectionServiceServer ¶
type UnimplementedConnectionServiceServer = src.UnimplementedConnectionServiceServer
UnimplementedConnectionServiceServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
type UnimplementedTetherServer ¶
type UnimplementedTetherServer = src.UnimplementedTetherServer
UnimplementedTetherServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
type Url ¶
The proto definition of url. A url represents a URL and the general form represented is: `[scheme://][google.cloud.apigeeconnect.v1.Url.host][path]`
Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
Source Files ¶
alias.go
- Version
- v0.0.0-20250219182151-9fdb1cabc7b2 (latest)
- Published
- Feb 19, 2025
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 53 minutes ago –
Tools for package owners.