trav3alpha

package
v1.33.0-20240416201307... Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: unknown License: Apache-2.0 Imports: 8 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_contrib_envoy_extensions_filters_network_sip_proxy_tra_v3alpha_tra_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CreateRequest

type CreateRequest struct {
	Data    map[string]string `` /* 149-byte string literal not displayed */
	Context map[string]string `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateRequest) Descriptor deprecated

func (*CreateRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateRequest.ProtoReflect.Descriptor instead.

func (*CreateRequest) GetContext

func (x *CreateRequest) GetContext() map[string]string

func (*CreateRequest) GetData

func (x *CreateRequest) GetData() map[string]string

func (*CreateRequest) ProtoMessage

func (*CreateRequest) ProtoMessage()

func (*CreateRequest) ProtoReflect

func (x *CreateRequest) ProtoReflect() protoreflect.Message

func (*CreateRequest) Reset

func (x *CreateRequest) Reset()

func (*CreateRequest) String

func (x *CreateRequest) String() string

type CreateResponse

type CreateResponse struct {
	// contains filtered or unexported fields
}

func (*CreateResponse) Descriptor deprecated

func (*CreateResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateResponse.ProtoReflect.Descriptor instead.

func (*CreateResponse) ProtoMessage

func (*CreateResponse) ProtoMessage()

func (*CreateResponse) ProtoReflect

func (x *CreateResponse) ProtoReflect() protoreflect.Message

func (*CreateResponse) Reset

func (x *CreateResponse) Reset()

func (*CreateResponse) String

func (x *CreateResponse) String() string

type DeleteRequest

type DeleteRequest struct {
	Key     string            `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Context map[string]string `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DeleteRequest) Descriptor deprecated

func (*DeleteRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteRequest.ProtoReflect.Descriptor instead.

func (*DeleteRequest) GetContext

func (x *DeleteRequest) GetContext() map[string]string

func (*DeleteRequest) GetKey

func (x *DeleteRequest) GetKey() string

func (*DeleteRequest) ProtoMessage

func (*DeleteRequest) ProtoMessage()

func (*DeleteRequest) ProtoReflect

func (x *DeleteRequest) ProtoReflect() protoreflect.Message

func (*DeleteRequest) Reset

func (x *DeleteRequest) Reset()

func (*DeleteRequest) String

func (x *DeleteRequest) String() string

type DeleteResponse

type DeleteResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteResponse) Descriptor deprecated

func (*DeleteResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteResponse.ProtoReflect.Descriptor instead.

func (*DeleteResponse) ProtoMessage

func (*DeleteResponse) ProtoMessage()

func (*DeleteResponse) ProtoReflect

func (x *DeleteResponse) ProtoReflect() protoreflect.Message

func (*DeleteResponse) Reset

func (x *DeleteResponse) Reset()

func (*DeleteResponse) String

func (x *DeleteResponse) String() string

type RetrieveRequest

type RetrieveRequest struct {
	Key     string            `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Context map[string]string `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RetrieveRequest) Descriptor deprecated

func (*RetrieveRequest) Descriptor() ([]byte, []int)

Deprecated: Use RetrieveRequest.ProtoReflect.Descriptor instead.

func (*RetrieveRequest) GetContext

func (x *RetrieveRequest) GetContext() map[string]string

func (*RetrieveRequest) GetKey

func (x *RetrieveRequest) GetKey() string

func (*RetrieveRequest) ProtoMessage

func (*RetrieveRequest) ProtoMessage()

func (*RetrieveRequest) ProtoReflect

func (x *RetrieveRequest) ProtoReflect() protoreflect.Message

func (*RetrieveRequest) Reset

func (x *RetrieveRequest) Reset()

func (*RetrieveRequest) String

func (x *RetrieveRequest) String() string

type RetrieveResponse

type RetrieveResponse struct {
	Data map[string]string `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RetrieveResponse) Descriptor deprecated

func (*RetrieveResponse) Descriptor() ([]byte, []int)

Deprecated: Use RetrieveResponse.ProtoReflect.Descriptor instead.

func (*RetrieveResponse) GetData

func (x *RetrieveResponse) GetData() map[string]string

func (*RetrieveResponse) ProtoMessage

func (*RetrieveResponse) ProtoMessage()

func (*RetrieveResponse) ProtoReflect

func (x *RetrieveResponse) ProtoReflect() protoreflect.Message

func (*RetrieveResponse) Reset

func (x *RetrieveResponse) Reset()

func (*RetrieveResponse) String

func (x *RetrieveResponse) String() string

type SubscribeRequest

type SubscribeRequest struct {
	// contains filtered or unexported fields
}

func (*SubscribeRequest) Descriptor deprecated

func (*SubscribeRequest) Descriptor() ([]byte, []int)

Deprecated: Use SubscribeRequest.ProtoReflect.Descriptor instead.

func (*SubscribeRequest) ProtoMessage

func (*SubscribeRequest) ProtoMessage()

func (*SubscribeRequest) ProtoReflect

func (x *SubscribeRequest) ProtoReflect() protoreflect.Message

func (*SubscribeRequest) Reset

func (x *SubscribeRequest) Reset()

func (*SubscribeRequest) String

func (x *SubscribeRequest) String() string

type SubscribeResponse

type SubscribeResponse struct {
	Data map[string]string `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SubscribeResponse) Descriptor deprecated

func (*SubscribeResponse) Descriptor() ([]byte, []int)

Deprecated: Use SubscribeResponse.ProtoReflect.Descriptor instead.

func (*SubscribeResponse) GetData

func (x *SubscribeResponse) GetData() map[string]string

func (*SubscribeResponse) ProtoMessage

func (*SubscribeResponse) ProtoMessage()

func (*SubscribeResponse) ProtoReflect

func (x *SubscribeResponse) ProtoReflect() protoreflect.Message

func (*SubscribeResponse) Reset

func (x *SubscribeResponse) Reset()

func (*SubscribeResponse) String

func (x *SubscribeResponse) String() string

type TraServiceConfig

type TraServiceConfig struct {

	// Specifies the gRPC service that hosts the rate limit service. The client
	// will connect to this cluster when it needs to make rate limit service
	// requests.
	GrpcService *v3.GrpcService `protobuf:"bytes,1,opt,name=grpc_service,json=grpcService,proto3" json:"grpc_service,omitempty"`
	// API version for rate limit transport protocol. This describes the rate limit gRPC endpoint and
	// version of messages used on the wire.
	TransportApiVersion v3.ApiVersion        `` /* 158-byte string literal not displayed */
	Timeout             *durationpb.Duration `protobuf:"bytes,3,opt,name=timeout,proto3" json:"timeout,omitempty"`
	// contains filtered or unexported fields
}

func (*TraServiceConfig) Descriptor deprecated

func (*TraServiceConfig) Descriptor() ([]byte, []int)

Deprecated: Use TraServiceConfig.ProtoReflect.Descriptor instead.

func (*TraServiceConfig) GetGrpcService

func (x *TraServiceConfig) GetGrpcService() *v3.GrpcService

func (*TraServiceConfig) GetTimeout

func (x *TraServiceConfig) GetTimeout() *durationpb.Duration

func (*TraServiceConfig) GetTransportApiVersion

func (x *TraServiceConfig) GetTransportApiVersion() v3.ApiVersion

func (*TraServiceConfig) ProtoMessage

func (*TraServiceConfig) ProtoMessage()

func (*TraServiceConfig) ProtoReflect

func (x *TraServiceConfig) ProtoReflect() protoreflect.Message

func (*TraServiceConfig) Reset

func (x *TraServiceConfig) Reset()

func (*TraServiceConfig) String

func (x *TraServiceConfig) String() string

type TraServiceRequest

type TraServiceRequest struct {
	Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	// Types that are assignable to Request:
	//
	//	*TraServiceRequest_CreateRequest
	//	*TraServiceRequest_UpdateRequest
	//	*TraServiceRequest_RetrieveRequest
	//	*TraServiceRequest_DeleteRequest
	//	*TraServiceRequest_SubscribeRequest
	Request isTraServiceRequest_Request `protobuf_oneof:"request"`
	// contains filtered or unexported fields
}

[#next-free-field: 7]

func (*TraServiceRequest) Descriptor deprecated

func (*TraServiceRequest) Descriptor() ([]byte, []int)

Deprecated: Use TraServiceRequest.ProtoReflect.Descriptor instead.

func (*TraServiceRequest) GetCreateRequest

func (x *TraServiceRequest) GetCreateRequest() *CreateRequest

func (*TraServiceRequest) GetDeleteRequest

func (x *TraServiceRequest) GetDeleteRequest() *DeleteRequest

func (*TraServiceRequest) GetRequest

func (m *TraServiceRequest) GetRequest() isTraServiceRequest_Request

func (*TraServiceRequest) GetRetrieveRequest

func (x *TraServiceRequest) GetRetrieveRequest() *RetrieveRequest

func (*TraServiceRequest) GetSubscribeRequest

func (x *TraServiceRequest) GetSubscribeRequest() *SubscribeRequest

func (*TraServiceRequest) GetType

func (x *TraServiceRequest) GetType() string

func (*TraServiceRequest) GetUpdateRequest

func (x *TraServiceRequest) GetUpdateRequest() *UpdateRequest

func (*TraServiceRequest) ProtoMessage

func (*TraServiceRequest) ProtoMessage()

func (*TraServiceRequest) ProtoReflect

func (x *TraServiceRequest) ProtoReflect() protoreflect.Message

func (*TraServiceRequest) Reset

func (x *TraServiceRequest) Reset()

func (*TraServiceRequest) String

func (x *TraServiceRequest) String() string

type TraServiceRequest_CreateRequest

type TraServiceRequest_CreateRequest struct {
	CreateRequest *CreateRequest `protobuf:"bytes,2,opt,name=create_request,json=createRequest,proto3,oneof"`
}

type TraServiceRequest_DeleteRequest

type TraServiceRequest_DeleteRequest struct {
	DeleteRequest *DeleteRequest `protobuf:"bytes,5,opt,name=delete_request,json=deleteRequest,proto3,oneof"`
}

type TraServiceRequest_RetrieveRequest

type TraServiceRequest_RetrieveRequest struct {
	RetrieveRequest *RetrieveRequest `protobuf:"bytes,4,opt,name=retrieve_request,json=retrieveRequest,proto3,oneof"`
}

type TraServiceRequest_SubscribeRequest

type TraServiceRequest_SubscribeRequest struct {
	SubscribeRequest *SubscribeRequest `protobuf:"bytes,6,opt,name=subscribe_request,json=subscribeRequest,proto3,oneof"`
}

type TraServiceRequest_UpdateRequest

type TraServiceRequest_UpdateRequest struct {
	UpdateRequest *UpdateRequest `protobuf:"bytes,3,opt,name=update_request,json=updateRequest,proto3,oneof"`
}

type TraServiceResponse

type TraServiceResponse struct {
	Type   string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Ret    int32  `protobuf:"varint,2,opt,name=ret,proto3" json:"ret,omitempty"`
	Reason string `protobuf:"bytes,3,opt,name=reason,proto3" json:"reason,omitempty"`
	// Types that are assignable to Response:
	//
	//	*TraServiceResponse_CreateResponse
	//	*TraServiceResponse_UpdateResponse
	//	*TraServiceResponse_RetrieveResponse
	//	*TraServiceResponse_DeleteResponse
	//	*TraServiceResponse_SubscribeResponse
	Response isTraServiceResponse_Response `protobuf_oneof:"response"`
	// contains filtered or unexported fields
}

[#next-free-field: 9]

func (*TraServiceResponse) Descriptor deprecated

func (*TraServiceResponse) Descriptor() ([]byte, []int)

Deprecated: Use TraServiceResponse.ProtoReflect.Descriptor instead.

func (*TraServiceResponse) GetCreateResponse

func (x *TraServiceResponse) GetCreateResponse() *CreateResponse

func (*TraServiceResponse) GetDeleteResponse

func (x *TraServiceResponse) GetDeleteResponse() *DeleteResponse

func (*TraServiceResponse) GetReason

func (x *TraServiceResponse) GetReason() string

func (*TraServiceResponse) GetResponse

func (m *TraServiceResponse) GetResponse() isTraServiceResponse_Response

func (*TraServiceResponse) GetRet

func (x *TraServiceResponse) GetRet() int32

func (*TraServiceResponse) GetRetrieveResponse

func (x *TraServiceResponse) GetRetrieveResponse() *RetrieveResponse

func (*TraServiceResponse) GetSubscribeResponse

func (x *TraServiceResponse) GetSubscribeResponse() *SubscribeResponse

func (*TraServiceResponse) GetType

func (x *TraServiceResponse) GetType() string

func (*TraServiceResponse) GetUpdateResponse

func (x *TraServiceResponse) GetUpdateResponse() *UpdateResponse

func (*TraServiceResponse) ProtoMessage

func (*TraServiceResponse) ProtoMessage()

func (*TraServiceResponse) ProtoReflect

func (x *TraServiceResponse) ProtoReflect() protoreflect.Message

func (*TraServiceResponse) Reset

func (x *TraServiceResponse) Reset()

func (*TraServiceResponse) String

func (x *TraServiceResponse) String() string

type TraServiceResponse_CreateResponse

type TraServiceResponse_CreateResponse struct {
	CreateResponse *CreateResponse `protobuf:"bytes,4,opt,name=create_response,json=createResponse,proto3,oneof"`
}

type TraServiceResponse_DeleteResponse

type TraServiceResponse_DeleteResponse struct {
	DeleteResponse *DeleteResponse `protobuf:"bytes,7,opt,name=delete_response,json=deleteResponse,proto3,oneof"`
}

type TraServiceResponse_RetrieveResponse

type TraServiceResponse_RetrieveResponse struct {
	RetrieveResponse *RetrieveResponse `protobuf:"bytes,6,opt,name=retrieve_response,json=retrieveResponse,proto3,oneof"`
}

type TraServiceResponse_SubscribeResponse

type TraServiceResponse_SubscribeResponse struct {
	SubscribeResponse *SubscribeResponse `protobuf:"bytes,8,opt,name=subscribe_response,json=subscribeResponse,proto3,oneof"`
}

type TraServiceResponse_UpdateResponse

type TraServiceResponse_UpdateResponse struct {
	UpdateResponse *UpdateResponse `protobuf:"bytes,5,opt,name=update_response,json=updateResponse,proto3,oneof"`
}

type UpdateRequest

type UpdateRequest struct {
	Data    map[string]string `` /* 149-byte string literal not displayed */
	Context map[string]string `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UpdateRequest) Descriptor deprecated

func (*UpdateRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateRequest.ProtoReflect.Descriptor instead.

func (*UpdateRequest) GetContext

func (x *UpdateRequest) GetContext() map[string]string

func (*UpdateRequest) GetData

func (x *UpdateRequest) GetData() map[string]string

func (*UpdateRequest) ProtoMessage

func (*UpdateRequest) ProtoMessage()

func (*UpdateRequest) ProtoReflect

func (x *UpdateRequest) ProtoReflect() protoreflect.Message

func (*UpdateRequest) Reset

func (x *UpdateRequest) Reset()

func (*UpdateRequest) String

func (x *UpdateRequest) String() string

type UpdateResponse

type UpdateResponse struct {
	// contains filtered or unexported fields
}

func (*UpdateResponse) Descriptor deprecated

func (*UpdateResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateResponse.ProtoReflect.Descriptor instead.

func (*UpdateResponse) ProtoMessage

func (*UpdateResponse) ProtoMessage()

func (*UpdateResponse) ProtoReflect

func (x *UpdateResponse) ProtoReflect() protoreflect.Message

func (*UpdateResponse) Reset

func (x *UpdateResponse) Reset()

func (*UpdateResponse) String

func (x *UpdateResponse) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL