Documentation ¶
Overview ¶
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)deprecated
- func RegisterTetherServer(s *grpc.Server, srv TetherServer)deprecated
- type Actiondeprecated
- type Cluster
- type Connection
- type ConnectionServiceClientdeprecated
- type ConnectionServiceServerdeprecated
- type EgressRequestdeprecated
- type EgressResponsedeprecated
- type Headerdeprecated
- type HttpRequestdeprecated
- type HttpResponsedeprecated
- type ListConnectionsRequestdeprecated
- type ListConnectionsResponsedeprecated
- type Payloaddeprecated
- type Payload_Action
- type Payload_HttpRequest
- type Payload_StreamInfo
- type Schemedeprecated
- type StreamInfodeprecated
- type TetherClientdeprecated
- type TetherEndpointdeprecated
- type TetherServerdeprecated
- type Tether_EgressClient
- type Tether_EgressServer
- type UnimplementedConnectionServiceServerdeprecated
- type UnimplementedTetherServerdeprecated
- type Urldeprecated
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
deprecated
func RegisterConnectionServiceServer(s *grpc.Server, srv ConnectionServiceServer)
Deprecated: Please use funcs in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
func RegisterTetherServer
deprecated
func RegisterTetherServer(s *grpc.Server, srv TetherServer)
Deprecated: Please use funcs in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
Types ¶
type Connection ¶
type Connection = src.Connection
type ConnectionServiceClient
deprecated
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
deprecated
func NewConnectionServiceClient(cc grpc.ClientConnInterface) ConnectionServiceClient
Deprecated: Please use funcs in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
type ConnectionServiceServer
deprecated
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
deprecated
type EgressRequest = src.EgressRequest
gRPC request payload for tether.
Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
type EgressResponse
deprecated
type EgressResponse = src.EgressResponse
gRPC response payload for tether.
Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
type HttpRequest
deprecated
type HttpRequest = src.HttpRequest
The proto definition of http request.
Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
type HttpResponse
deprecated
type HttpResponse = src.HttpResponse
The proto definition of http response.
Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
type ListConnectionsRequest
deprecated
type ListConnectionsRequest = src.ListConnectionsRequest
The request for [ListConnections][Management.ListConnections].
Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
type ListConnectionsResponse
deprecated
type ListConnectionsResponse = src.ListConnectionsResponse
The response for [ListConnections][Management.ListConnections].
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 StreamInfo
deprecated
type StreamInfo = src.StreamInfo
The Information of bi-directional stream.
Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
type TetherClient
deprecated
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
deprecated
func NewTetherClient(cc grpc.ClientConnInterface) TetherClient
Deprecated: Please use funcs in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
type TetherEndpoint
deprecated
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
deprecated
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
deprecated
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
deprecated
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