...

Package apigeeconnect

import "google.golang.org/genproto/googleapis/cloud/apigeeconnect/v1"
Overview
Index

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.

Constants

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
)

Variables

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

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

type Action

The action taken by agent.

Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb

type Action = src.Action

type Cluster

type Cluster = src.Cluster

type Connection

type Connection = src.Connection

type 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

type ConnectionServiceClient = src.ConnectionServiceClient

func NewConnectionServiceClient

func NewConnectionServiceClient(cc grpc.ClientConnInterface) ConnectionServiceClient

Deprecated: Please use funcs in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb

type ConnectionServiceServer

ConnectionServiceServer is the server API for ConnectionService service.

Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb

type ConnectionServiceServer = src.ConnectionServiceServer

type EgressRequest

gRPC request payload for tether.

Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb

type EgressRequest = src.EgressRequest

type EgressResponse

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

type HttpRequest

The proto definition of http request.

Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb

type HttpRequest = src.HttpRequest

type HttpResponse

The proto definition of http response.

Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb

type HttpResponse = src.HttpResponse

type ListConnectionsRequest

The request for [ListConnections][Management.ListConnections].

Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb

type ListConnectionsRequest = src.ListConnectionsRequest

type ListConnectionsResponse

The response for [ListConnections][Management.ListConnections].

Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb

type ListConnectionsResponse = src.ListConnectionsResponse

type Payload

Payload for EgressRequest.

Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb

type Payload = src.Payload

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 Scheme = src.Scheme

type StreamInfo

The Information of bi-directional stream.

Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb

type StreamInfo = src.StreamInfo

type 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

type TetherClient = src.TetherClient

func NewTetherClient

func NewTetherClient(cc grpc.ClientConnInterface) TetherClient

Deprecated: Please use funcs in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb

type TetherEndpoint

Endpoint indicates where the messages will be delivered.

Deprecated: Please use types in: cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb

type TetherEndpoint = src.TetherEndpoint

type TetherServer

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

type Tether_EgressClient = src.Tether_EgressClient

type Tether_EgressServer

type Tether_EgressServer = src.Tether_EgressServer

type UnimplementedConnectionServiceServer

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

type UnimplementedTetherServer

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

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

type Url = src.Url