Deprecated: Please use consts in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
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 vars in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
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 )
func RegisterConnectionServiceServer(s *grpc.Server, srv ConnectionServiceServer)
Deprecated: Please use funcs in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
func RegisterTetherServer(s *grpc.Server, srv TetherServer)
Deprecated: Please use funcs in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
The action taken by agent.
Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
type Action = src.Action
type Cluster = src.Cluster
type Connection = src.Connection
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
type ConnectionServiceClient = src.ConnectionServiceClient
func NewConnectionServiceClient(cc grpc.ClientConnInterface) ConnectionServiceClient
Deprecated: Please use funcs in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
ConnectionServiceServer is the server API for ConnectionService service.
Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
type ConnectionServiceServer = src.ConnectionServiceServer
gRPC request payload for tether.
Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
type EgressRequest = src.EgressRequest
gRPC response payload for tether.
Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
type EgressResponse = src.EgressResponse
The http headers.
Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
type Header = src.Header
The proto definition of http request.
Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
type HttpRequest = src.HttpRequest
The proto definition of http response.
Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
type HttpResponse = src.HttpResponse
The request for [ListConnections][Management.ListConnections].
Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
type ListConnectionsRequest = src.ListConnectionsRequest
The response for [ListConnections][Management.ListConnections].
Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
type ListConnectionsResponse = src.ListConnectionsResponse
Payload for EgressRequest.
Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
type Payload = src.Payload
type Payload_Action = src.Payload_Action
type Payload_HttpRequest = src.Payload_HttpRequest
type Payload_StreamInfo = src.Payload_StreamInfo
HTTP Scheme.
Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
type Scheme = src.Scheme
The Information of bi-directional stream.
Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
type StreamInfo = src.StreamInfo
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
type TetherClient = src.TetherClient
func NewTetherClient(cc grpc.ClientConnInterface) TetherClient
Deprecated: Please use funcs in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
Endpoint indicates where the messages will be delivered.
Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
type TetherEndpoint = src.TetherEndpoint
TetherServer is the server API for Tether service.
Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
type TetherServer = src.TetherServer
type Tether_EgressClient = src.Tether_EgressClient
type Tether_EgressServer = src.Tether_EgressServer
UnimplementedConnectionServiceServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
type UnimplementedConnectionServiceServer = src.UnimplementedConnectionServiceServer
UnimplementedTetherServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb
type UnimplementedTetherServer = src.UnimplementedTetherServer
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
type Url = src.Url