Versions in this module Expand all Collapse all v0 v0.20211202.0 Dec 2, 2021 Changes in this version + var E_HttpOptions = &file_ext_proto_extTypes[1] + var E_HttpServerOptions = &file_ext_proto_extTypes[0] + var E_ProxyOptions = &file_ext_proto_extTypes[2] + var File_ext_proto protoreflect.FileDescriptor + var HttpRequestPriority_name = map[int32]string + var HttpRequestPriority_value = map[string]int32 + var HttpRequestRetryPolicy_name = map[int32]string + var HttpRequestRetryPolicy_value = map[string]int32 + var Protocol_name = map[int32]string + var Protocol_value = map[string]int32 + type HttpOptions struct + ClientPollMs uint64 + ErrorOverrides []*HttpStatusError + ErrorType string + Impl string + InternalPath string + Method string + Path string + PushAsyncOnly bool + PushCacheEnabled bool + PushCacheTtlMs int64 + PushEnabled bool + PushServiceName string + PushTopic string + RequestPriority HttpRequestPriority + RequestRetryGroup string + RequestRetryPolicy HttpRequestRetryPolicy + ServerPollMs uint64 + func (*HttpOptions) Descriptor() ([]byte, []int) + func (*HttpOptions) ProtoMessage() + func (x *HttpOptions) GetClientPollMs() uint64 + func (x *HttpOptions) GetErrorOverrides() []*HttpStatusError + func (x *HttpOptions) GetErrorType() string + func (x *HttpOptions) GetImpl() string + func (x *HttpOptions) GetInternalPath() string + func (x *HttpOptions) GetMethod() string + func (x *HttpOptions) GetPath() string + func (x *HttpOptions) GetPushAsyncOnly() bool + func (x *HttpOptions) GetPushCacheEnabled() bool + func (x *HttpOptions) GetPushCacheTtlMs() int64 + func (x *HttpOptions) GetPushEnabled() bool + func (x *HttpOptions) GetPushServiceName() string + func (x *HttpOptions) GetPushTopic() string + func (x *HttpOptions) GetRequestPriority() HttpRequestPriority + func (x *HttpOptions) GetRequestRetryGroup() string + func (x *HttpOptions) GetRequestRetryPolicy() HttpRequestRetryPolicy + func (x *HttpOptions) GetServerPollMs() uint64 + func (x *HttpOptions) ProtoReflect() protoreflect.Message + func (x *HttpOptions) Reset() + func (x *HttpOptions) String() string + type HttpRequestPriority int32 + const HttpRequestPriority_LOW + const HttpRequestPriority_NORMAL + func (HttpRequestPriority) Descriptor() protoreflect.EnumDescriptor + func (HttpRequestPriority) EnumDescriptor() ([]byte, []int) + func (HttpRequestPriority) Type() protoreflect.EnumType + func (x HttpRequestPriority) Enum() *HttpRequestPriority + func (x HttpRequestPriority) Number() protoreflect.EnumNumber + func (x HttpRequestPriority) String() string + type HttpRequestRetryPolicy int32 + const HttpRequestRetryPolicy_DEFAULT + const HttpRequestRetryPolicy_DEFER_ON_DISK + const HttpRequestRetryPolicy_INFINITELY_RETRY_RECOVERABLE_ERRORS + func (HttpRequestRetryPolicy) Descriptor() protoreflect.EnumDescriptor + func (HttpRequestRetryPolicy) EnumDescriptor() ([]byte, []int) + func (HttpRequestRetryPolicy) Type() protoreflect.EnumType + func (x HttpRequestRetryPolicy) Enum() *HttpRequestRetryPolicy + func (x HttpRequestRetryPolicy) Number() protoreflect.EnumNumber + func (x HttpRequestRetryPolicy) String() string + type HttpServerOptions struct + GenerateGrpcClient bool + GenerateLegacyHttpClient bool + GenerateLegacyServerStubs bool + IsHttpServer bool + Name string + Protocol Protocol + func (*HttpServerOptions) Descriptor() ([]byte, []int) + func (*HttpServerOptions) ProtoMessage() + func (x *HttpServerOptions) GetGenerateGrpcClient() bool + func (x *HttpServerOptions) GetGenerateLegacyHttpClient() bool + func (x *HttpServerOptions) GetGenerateLegacyServerStubs() bool + func (x *HttpServerOptions) GetIsHttpServer() bool + func (x *HttpServerOptions) GetName() string + func (x *HttpServerOptions) GetProtocol() Protocol + func (x *HttpServerOptions) ProtoReflect() protoreflect.Message + func (x *HttpServerOptions) Reset() + func (x *HttpServerOptions) String() string + type HttpStatusError struct + Code int32 + Type string + func (*HttpStatusError) Descriptor() ([]byte, []int) + func (*HttpStatusError) ProtoMessage() + func (x *HttpStatusError) GetCode() int32 + func (x *HttpStatusError) GetType() string + func (x *HttpStatusError) ProtoReflect() protoreflect.Message + func (x *HttpStatusError) Reset() + func (x *HttpStatusError) String() string + type Protocol int32 + const Protocol_GRPC + const Protocol_LEGACYPOR + const Protocol_MULTIPLE + const Protocol_PROTORPC + const Protocol_UNSPECIFIED + func (Protocol) Descriptor() protoreflect.EnumDescriptor + func (Protocol) EnumDescriptor() ([]byte, []int) + func (Protocol) Type() protoreflect.EnumType + func (x Protocol) Enum() *Protocol + func (x Protocol) Number() protoreflect.EnumNumber + func (x Protocol) String() string + type ProxyOptions struct + GenerateLegacyProxies bool + func (*ProxyOptions) Descriptor() ([]byte, []int) + func (*ProxyOptions) ProtoMessage() + func (x *ProxyOptions) GetGenerateLegacyProxies() bool + func (x *ProxyOptions) ProtoReflect() protoreflect.Message + func (x *ProxyOptions) Reset() + func (x *ProxyOptions) String() string