Documentation ¶
Index ¶
- Variables
- type AccountLimits
- type ArgumentConfiguration
- func (*ArgumentConfiguration) Descriptor() ([]byte, []int)deprecated
- func (x *ArgumentConfiguration) GetName() string
- func (x *ArgumentConfiguration) GetSourceType() ArgumentSource
- func (*ArgumentConfiguration) ProtoMessage()
- func (x *ArgumentConfiguration) ProtoReflect() protoreflect.Message
- func (x *ArgumentConfiguration) Reset()
- func (x *ArgumentConfiguration) String() string
- type ArgumentRenderConfiguration
- func (ArgumentRenderConfiguration) Descriptor() protoreflect.EnumDescriptor
- func (x ArgumentRenderConfiguration) Enum() *ArgumentRenderConfiguration
- func (ArgumentRenderConfiguration) EnumDescriptor() ([]byte, []int)deprecated
- func (x ArgumentRenderConfiguration) Number() protoreflect.EnumNumber
- func (x ArgumentRenderConfiguration) String() string
- func (ArgumentRenderConfiguration) Type() protoreflect.EnumType
- type ArgumentSource
- func (ArgumentSource) Descriptor() protoreflect.EnumDescriptor
- func (x ArgumentSource) Enum() *ArgumentSource
- func (ArgumentSource) EnumDescriptor() ([]byte, []int)deprecated
- func (x ArgumentSource) Number() protoreflect.EnumNumber
- func (x ArgumentSource) String() string
- func (ArgumentSource) Type() protoreflect.EnumType
- type AuthorizationConfiguration
- func (*AuthorizationConfiguration) Descriptor() ([]byte, []int)deprecated
- func (x *AuthorizationConfiguration) GetRequiredOrScopes() []*Scopes
- func (x *AuthorizationConfiguration) GetRequiresAuthentication() bool
- func (*AuthorizationConfiguration) ProtoMessage()
- func (x *AuthorizationConfiguration) ProtoReflect() protoreflect.Message
- func (x *AuthorizationConfiguration) Reset()
- func (x *AuthorizationConfiguration) String() string
- type ConfigurationVariable
- func (*ConfigurationVariable) Descriptor() ([]byte, []int)deprecated
- func (x *ConfigurationVariable) GetEnvironmentVariableDefaultValue() string
- func (x *ConfigurationVariable) GetEnvironmentVariableName() string
- func (x *ConfigurationVariable) GetKind() ConfigurationVariableKind
- func (x *ConfigurationVariable) GetPlaceholderVariableName() string
- func (x *ConfigurationVariable) GetStaticVariableContent() string
- func (*ConfigurationVariable) ProtoMessage()
- func (x *ConfigurationVariable) ProtoReflect() protoreflect.Message
- func (x *ConfigurationVariable) Reset()
- func (x *ConfigurationVariable) String() string
- type ConfigurationVariableKind
- func (ConfigurationVariableKind) Descriptor() protoreflect.EnumDescriptor
- func (x ConfigurationVariableKind) Enum() *ConfigurationVariableKind
- func (ConfigurationVariableKind) EnumDescriptor() ([]byte, []int)deprecated
- func (x ConfigurationVariableKind) Number() protoreflect.EnumNumber
- func (x ConfigurationVariableKind) String() string
- func (ConfigurationVariableKind) Type() protoreflect.EnumType
- type DataSourceConfiguration
- func (*DataSourceConfiguration) Descriptor() ([]byte, []int)deprecated
- func (x *DataSourceConfiguration) GetChildNodes() []*TypeField
- func (x *DataSourceConfiguration) GetCustomEvents() *DataSourceCustomEvents
- func (x *DataSourceConfiguration) GetCustomGraphql() *DataSourceCustom_GraphQL
- func (x *DataSourceConfiguration) GetCustomStatic() *DataSourceCustom_Static
- func (x *DataSourceConfiguration) GetDirectives() []*DirectiveConfiguration
- func (x *DataSourceConfiguration) GetEntityInterfaces() []*EntityInterfaceConfiguration
- func (x *DataSourceConfiguration) GetId() string
- func (x *DataSourceConfiguration) GetInterfaceObjects() []*EntityInterfaceConfiguration
- func (x *DataSourceConfiguration) GetKeys() []*RequiredField
- func (x *DataSourceConfiguration) GetKind() DataSourceKind
- func (x *DataSourceConfiguration) GetOverrideFieldPathFromAlias() bool
- func (x *DataSourceConfiguration) GetProvides() []*RequiredField
- func (x *DataSourceConfiguration) GetRequestTimeoutSeconds() int64
- func (x *DataSourceConfiguration) GetRequires() []*RequiredField
- func (x *DataSourceConfiguration) GetRootNodes() []*TypeField
- func (*DataSourceConfiguration) ProtoMessage()
- func (x *DataSourceConfiguration) ProtoReflect() protoreflect.Message
- func (x *DataSourceConfiguration) Reset()
- func (x *DataSourceConfiguration) String() string
- type DataSourceCustomEvents
- func (*DataSourceCustomEvents) Descriptor() ([]byte, []int)deprecated
- func (x *DataSourceCustomEvents) GetKafka() []*KafkaEventConfiguration
- func (x *DataSourceCustomEvents) GetNats() []*NatsEventConfiguration
- func (*DataSourceCustomEvents) ProtoMessage()
- func (x *DataSourceCustomEvents) ProtoReflect() protoreflect.Message
- func (x *DataSourceCustomEvents) Reset()
- func (x *DataSourceCustomEvents) String() string
- type DataSourceCustom_GraphQL
- func (*DataSourceCustom_GraphQL) Descriptor() ([]byte, []int)deprecated
- func (x *DataSourceCustom_GraphQL) GetCustomScalarTypeFields() []*SingleTypeField
- func (x *DataSourceCustom_GraphQL) GetFederation() *GraphQLFederationConfiguration
- func (x *DataSourceCustom_GraphQL) GetFetch() *FetchConfiguration
- func (x *DataSourceCustom_GraphQL) GetSubscription() *GraphQLSubscriptionConfiguration
- func (x *DataSourceCustom_GraphQL) GetUpstreamSchema() *InternedString
- func (*DataSourceCustom_GraphQL) ProtoMessage()
- func (x *DataSourceCustom_GraphQL) ProtoReflect() protoreflect.Message
- func (x *DataSourceCustom_GraphQL) Reset()
- func (x *DataSourceCustom_GraphQL) String() string
- type DataSourceCustom_Static
- func (*DataSourceCustom_Static) Descriptor() ([]byte, []int)deprecated
- func (x *DataSourceCustom_Static) GetData() *ConfigurationVariable
- func (*DataSourceCustom_Static) ProtoMessage()
- func (x *DataSourceCustom_Static) ProtoReflect() protoreflect.Message
- func (x *DataSourceCustom_Static) Reset()
- func (x *DataSourceCustom_Static) String() string
- type DataSourceKind
- func (DataSourceKind) Descriptor() protoreflect.EnumDescriptor
- func (x DataSourceKind) Enum() *DataSourceKind
- func (DataSourceKind) EnumDescriptor() ([]byte, []int)deprecated
- func (x DataSourceKind) Number() protoreflect.EnumNumber
- func (x DataSourceKind) String() string
- func (DataSourceKind) Type() protoreflect.EnumType
- type DirectiveConfiguration
- func (*DirectiveConfiguration) Descriptor() ([]byte, []int)deprecated
- func (x *DirectiveConfiguration) GetDirectiveName() string
- func (x *DirectiveConfiguration) GetRenameTo() string
- func (*DirectiveConfiguration) ProtoMessage()
- func (x *DirectiveConfiguration) ProtoReflect() protoreflect.Message
- func (x *DirectiveConfiguration) Reset()
- func (x *DirectiveConfiguration) String() string
- type EngineConfiguration
- func (*EngineConfiguration) Descriptor() ([]byte, []int)deprecated
- func (x *EngineConfiguration) GetDatasourceConfigurations() []*DataSourceConfiguration
- func (x *EngineConfiguration) GetDefaultFlushInterval() int64
- func (x *EngineConfiguration) GetFieldConfigurations() []*FieldConfiguration
- func (x *EngineConfiguration) GetGraphqlClientSchema() string
- func (x *EngineConfiguration) GetGraphqlSchema() string
- func (x *EngineConfiguration) GetStringStorage() map[string]string
- func (x *EngineConfiguration) GetTypeConfigurations() []*TypeConfiguration
- func (*EngineConfiguration) ProtoMessage()
- func (x *EngineConfiguration) ProtoReflect() protoreflect.Message
- func (x *EngineConfiguration) Reset()
- func (x *EngineConfiguration) String() string
- type EngineEventConfiguration
- func (*EngineEventConfiguration) Descriptor() ([]byte, []int)deprecated
- func (x *EngineEventConfiguration) GetFieldName() string
- func (x *EngineEventConfiguration) GetProviderId() string
- func (x *EngineEventConfiguration) GetType() EventType
- func (x *EngineEventConfiguration) GetTypeName() string
- func (*EngineEventConfiguration) ProtoMessage()
- func (x *EngineEventConfiguration) ProtoReflect() protoreflect.Message
- func (x *EngineEventConfiguration) Reset()
- func (x *EngineEventConfiguration) String() string
- type EntityInterfaceConfiguration
- func (*EntityInterfaceConfiguration) Descriptor() ([]byte, []int)deprecated
- func (x *EntityInterfaceConfiguration) GetConcreteTypeNames() []string
- func (x *EntityInterfaceConfiguration) GetInterfaceTypeName() string
- func (*EntityInterfaceConfiguration) ProtoMessage()
- func (x *EntityInterfaceConfiguration) ProtoReflect() protoreflect.Message
- func (x *EntityInterfaceConfiguration) Reset()
- func (x *EntityInterfaceConfiguration) String() string
- type EventType
- type FeatureFlagRouterExecutionConfig
- func (*FeatureFlagRouterExecutionConfig) Descriptor() ([]byte, []int)deprecated
- func (x *FeatureFlagRouterExecutionConfig) GetEngineConfig() *EngineConfiguration
- func (x *FeatureFlagRouterExecutionConfig) GetSubgraphs() []*Subgraph
- func (x *FeatureFlagRouterExecutionConfig) GetVersion() string
- func (*FeatureFlagRouterExecutionConfig) ProtoMessage()
- func (x *FeatureFlagRouterExecutionConfig) ProtoReflect() protoreflect.Message
- func (x *FeatureFlagRouterExecutionConfig) Reset()
- func (x *FeatureFlagRouterExecutionConfig) String() string
- type FeatureFlagRouterExecutionConfigs
- func (*FeatureFlagRouterExecutionConfigs) Descriptor() ([]byte, []int)deprecated
- func (x *FeatureFlagRouterExecutionConfigs) GetConfigByFeatureFlagName() map[string]*FeatureFlagRouterExecutionConfig
- func (*FeatureFlagRouterExecutionConfigs) ProtoMessage()
- func (x *FeatureFlagRouterExecutionConfigs) ProtoReflect() protoreflect.Message
- func (x *FeatureFlagRouterExecutionConfigs) Reset()
- func (x *FeatureFlagRouterExecutionConfigs) String() string
- type FetchConfiguration
- func (*FetchConfiguration) Descriptor() ([]byte, []int)deprecated
- func (x *FetchConfiguration) GetBaseUrl() *ConfigurationVariable
- func (x *FetchConfiguration) GetBody() *ConfigurationVariable
- func (x *FetchConfiguration) GetHeader() map[string]*HTTPHeader
- func (x *FetchConfiguration) GetHttpProxyUrl() *ConfigurationVariable
- func (x *FetchConfiguration) GetMethod() HTTPMethod
- func (x *FetchConfiguration) GetMtls() *MTLSConfiguration
- func (x *FetchConfiguration) GetPath() *ConfigurationVariable
- func (x *FetchConfiguration) GetQuery() []*URLQueryConfiguration
- func (x *FetchConfiguration) GetUrl() *ConfigurationVariable
- func (x *FetchConfiguration) GetUrlEncodeBody() bool
- func (*FetchConfiguration) ProtoMessage()
- func (x *FetchConfiguration) ProtoReflect() protoreflect.Message
- func (x *FetchConfiguration) Reset()
- func (x *FetchConfiguration) String() string
- type FieldConfiguration
- func (*FieldConfiguration) Descriptor() ([]byte, []int)deprecated
- func (x *FieldConfiguration) GetArgumentsConfiguration() []*ArgumentConfiguration
- func (x *FieldConfiguration) GetAuthorizationConfiguration() *AuthorizationConfiguration
- func (x *FieldConfiguration) GetFieldName() string
- func (x *FieldConfiguration) GetSubscriptionFilterCondition() *SubscriptionFilterCondition
- func (x *FieldConfiguration) GetTypeName() string
- func (*FieldConfiguration) ProtoMessage()
- func (x *FieldConfiguration) ProtoReflect() protoreflect.Message
- func (x *FieldConfiguration) Reset()
- func (x *FieldConfiguration) String() string
- type GraphQLFederationConfiguration
- func (*GraphQLFederationConfiguration) Descriptor() ([]byte, []int)deprecated
- func (x *GraphQLFederationConfiguration) GetEnabled() bool
- func (x *GraphQLFederationConfiguration) GetServiceSdl() string
- func (*GraphQLFederationConfiguration) ProtoMessage()
- func (x *GraphQLFederationConfiguration) ProtoReflect() protoreflect.Message
- func (x *GraphQLFederationConfiguration) Reset()
- func (x *GraphQLFederationConfiguration) String() string
- type GraphQLSubscriptionConfiguration
- func (*GraphQLSubscriptionConfiguration) Descriptor() ([]byte, []int)deprecated
- func (x *GraphQLSubscriptionConfiguration) GetEnabled() bool
- func (x *GraphQLSubscriptionConfiguration) GetProtocol() common.GraphQLSubscriptionProtocol
- func (x *GraphQLSubscriptionConfiguration) GetUrl() *ConfigurationVariable
- func (x *GraphQLSubscriptionConfiguration) GetUseSSE() bool
- func (x *GraphQLSubscriptionConfiguration) GetWebsocketSubprotocol() common.GraphQLWebsocketSubprotocol
- func (*GraphQLSubscriptionConfiguration) ProtoMessage()
- func (x *GraphQLSubscriptionConfiguration) ProtoReflect() protoreflect.Message
- func (x *GraphQLSubscriptionConfiguration) Reset()
- func (x *GraphQLSubscriptionConfiguration) String() string
- type HTTPHeader
- type HTTPMethod
- type InternedString
- type KafkaEventConfiguration
- func (*KafkaEventConfiguration) Descriptor() ([]byte, []int)deprecated
- func (x *KafkaEventConfiguration) GetEngineEventConfiguration() *EngineEventConfiguration
- func (x *KafkaEventConfiguration) GetTopics() []string
- func (*KafkaEventConfiguration) ProtoMessage()
- func (x *KafkaEventConfiguration) ProtoReflect() protoreflect.Message
- func (x *KafkaEventConfiguration) Reset()
- func (x *KafkaEventConfiguration) String() string
- type MTLSConfiguration
- func (*MTLSConfiguration) Descriptor() ([]byte, []int)deprecated
- func (x *MTLSConfiguration) GetCert() *ConfigurationVariable
- func (x *MTLSConfiguration) GetInsecureSkipVerify() bool
- func (x *MTLSConfiguration) GetKey() *ConfigurationVariable
- func (*MTLSConfiguration) ProtoMessage()
- func (x *MTLSConfiguration) ProtoReflect() protoreflect.Message
- func (x *MTLSConfiguration) Reset()
- func (x *MTLSConfiguration) String() string
- type NatsEventConfiguration
- func (*NatsEventConfiguration) Descriptor() ([]byte, []int)deprecated
- func (x *NatsEventConfiguration) GetEngineEventConfiguration() *EngineEventConfiguration
- func (x *NatsEventConfiguration) GetStreamConfiguration() *NatsStreamConfiguration
- func (x *NatsEventConfiguration) GetSubjects() []string
- func (*NatsEventConfiguration) ProtoMessage()
- func (x *NatsEventConfiguration) ProtoReflect() protoreflect.Message
- func (x *NatsEventConfiguration) Reset()
- func (x *NatsEventConfiguration) String() string
- type NatsStreamConfiguration
- func (*NatsStreamConfiguration) Descriptor() ([]byte, []int)deprecated
- func (x *NatsStreamConfiguration) GetConsumerName() string
- func (x *NatsStreamConfiguration) GetStreamName() string
- func (*NatsStreamConfiguration) ProtoMessage()
- func (x *NatsStreamConfiguration) ProtoReflect() protoreflect.Message
- func (x *NatsStreamConfiguration) Reset()
- func (x *NatsStreamConfiguration) String() string
- type RegistrationInfo
- func (*RegistrationInfo) Descriptor() ([]byte, []int)deprecated
- func (x *RegistrationInfo) GetAccountLimits() *AccountLimits
- func (x *RegistrationInfo) GetGraphPublicKey() string
- func (*RegistrationInfo) ProtoMessage()
- func (x *RegistrationInfo) ProtoReflect() protoreflect.Message
- func (x *RegistrationInfo) Reset()
- func (x *RegistrationInfo) String() string
- type RequiredField
- func (*RequiredField) Descriptor() ([]byte, []int)deprecated
- func (x *RequiredField) GetDisableEntityResolver() bool
- func (x *RequiredField) GetFieldName() string
- func (x *RequiredField) GetSelectionSet() string
- func (x *RequiredField) GetTypeName() string
- func (*RequiredField) ProtoMessage()
- func (x *RequiredField) ProtoReflect() protoreflect.Message
- func (x *RequiredField) Reset()
- func (x *RequiredField) String() string
- type Response
- type ResponseStatus
- func (*ResponseStatus) Descriptor() ([]byte, []int)deprecated
- func (x *ResponseStatus) GetCode() int32
- func (x *ResponseStatus) GetMessage() string
- func (*ResponseStatus) ProtoMessage()
- func (x *ResponseStatus) ProtoReflect() protoreflect.Message
- func (x *ResponseStatus) Reset()
- func (x *ResponseStatus) String() string
- type RouterConfig
- func (*RouterConfig) Descriptor() ([]byte, []int)deprecated
- func (x *RouterConfig) GetEngineConfig() *EngineConfiguration
- func (x *RouterConfig) GetFeatureFlagConfigs() *FeatureFlagRouterExecutionConfigs
- func (x *RouterConfig) GetSubgraphs() []*Subgraph
- func (x *RouterConfig) GetVersion() string
- func (*RouterConfig) ProtoMessage()
- func (x *RouterConfig) ProtoReflect() protoreflect.Message
- func (x *RouterConfig) Reset()
- func (x *RouterConfig) String() string
- type Scopes
- type SelfRegisterRequest
- type SelfRegisterResponse
- func (*SelfRegisterResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SelfRegisterResponse) GetRegistrationInfo() *RegistrationInfo
- func (x *SelfRegisterResponse) GetResponse() *Response
- func (*SelfRegisterResponse) ProtoMessage()
- func (x *SelfRegisterResponse) ProtoReflect() protoreflect.Message
- func (x *SelfRegisterResponse) Reset()
- func (x *SelfRegisterResponse) String() string
- type SingleTypeField
- func (*SingleTypeField) Descriptor() ([]byte, []int)deprecated
- func (x *SingleTypeField) GetFieldName() string
- func (x *SingleTypeField) GetTypeName() string
- func (*SingleTypeField) ProtoMessage()
- func (x *SingleTypeField) ProtoReflect() protoreflect.Message
- func (x *SingleTypeField) Reset()
- func (x *SingleTypeField) String() string
- type StatusCodeTypeMapping
- func (*StatusCodeTypeMapping) Descriptor() ([]byte, []int)deprecated
- func (x *StatusCodeTypeMapping) GetInjectStatusCodeIntoBody() bool
- func (x *StatusCodeTypeMapping) GetStatusCode() int64
- func (x *StatusCodeTypeMapping) GetTypeName() string
- func (*StatusCodeTypeMapping) ProtoMessage()
- func (x *StatusCodeTypeMapping) ProtoReflect() protoreflect.Message
- func (x *StatusCodeTypeMapping) Reset()
- func (x *StatusCodeTypeMapping) String() string
- type Subgraph
- func (*Subgraph) Descriptor() ([]byte, []int)deprecated
- func (x *Subgraph) GetId() string
- func (x *Subgraph) GetName() string
- func (x *Subgraph) GetRoutingUrl() string
- func (*Subgraph) ProtoMessage()
- func (x *Subgraph) ProtoReflect() protoreflect.Message
- func (x *Subgraph) Reset()
- func (x *Subgraph) String() string
- type SubscriptionFieldCondition
- func (*SubscriptionFieldCondition) Descriptor() ([]byte, []int)deprecated
- func (x *SubscriptionFieldCondition) GetFieldPath() []string
- func (x *SubscriptionFieldCondition) GetJson() string
- func (*SubscriptionFieldCondition) ProtoMessage()
- func (x *SubscriptionFieldCondition) ProtoReflect() protoreflect.Message
- func (x *SubscriptionFieldCondition) Reset()
- func (x *SubscriptionFieldCondition) String() string
- type SubscriptionFilterCondition
- func (*SubscriptionFilterCondition) Descriptor() ([]byte, []int)deprecated
- func (x *SubscriptionFilterCondition) GetAnd() []*SubscriptionFilterCondition
- func (x *SubscriptionFilterCondition) GetIn() *SubscriptionFieldCondition
- func (x *SubscriptionFilterCondition) GetNot() *SubscriptionFilterCondition
- func (x *SubscriptionFilterCondition) GetOr() []*SubscriptionFilterCondition
- func (*SubscriptionFilterCondition) ProtoMessage()
- func (x *SubscriptionFilterCondition) ProtoReflect() protoreflect.Message
- func (x *SubscriptionFilterCondition) Reset()
- func (x *SubscriptionFilterCondition) String() string
- type TypeConfiguration
- func (*TypeConfiguration) Descriptor() ([]byte, []int)deprecated
- func (x *TypeConfiguration) GetRenameTo() string
- func (x *TypeConfiguration) GetTypeName() string
- func (*TypeConfiguration) ProtoMessage()
- func (x *TypeConfiguration) ProtoReflect() protoreflect.Message
- func (x *TypeConfiguration) Reset()
- func (x *TypeConfiguration) String() string
- type TypeField
- func (*TypeField) Descriptor() ([]byte, []int)deprecated
- func (x *TypeField) GetExternalFieldNames() []string
- func (x *TypeField) GetFieldNames() []string
- func (x *TypeField) GetTypeName() string
- func (*TypeField) ProtoMessage()
- func (x *TypeField) ProtoReflect() protoreflect.Message
- func (x *TypeField) Reset()
- func (x *TypeField) String() string
- type URLQueryConfiguration
- func (*URLQueryConfiguration) Descriptor() ([]byte, []int)deprecated
- func (x *URLQueryConfiguration) GetName() string
- func (x *URLQueryConfiguration) GetValue() string
- func (*URLQueryConfiguration) ProtoMessage()
- func (x *URLQueryConfiguration) ProtoReflect() protoreflect.Message
- func (x *URLQueryConfiguration) Reset()
- func (x *URLQueryConfiguration) String() string
Constants ¶
This section is empty.
Variables ¶
var ( ArgumentRenderConfiguration_name = map[int32]string{ 0: "RENDER_ARGUMENT_DEFAULT", 1: "RENDER_ARGUMENT_AS_GRAPHQL_VALUE", 2: "RENDER_ARGUMENT_AS_ARRAY_CSV", } ArgumentRenderConfiguration_value = map[string]int32{ "RENDER_ARGUMENT_DEFAULT": 0, "RENDER_ARGUMENT_AS_GRAPHQL_VALUE": 1, "RENDER_ARGUMENT_AS_ARRAY_CSV": 2, } )
Enum value maps for ArgumentRenderConfiguration.
var ( ArgumentSource_name = map[int32]string{ 0: "OBJECT_FIELD", 1: "FIELD_ARGUMENT", } ArgumentSource_value = map[string]int32{ "OBJECT_FIELD": 0, "FIELD_ARGUMENT": 1, } )
Enum value maps for ArgumentSource.
var ( DataSourceKind_name = map[int32]string{ 0: "STATIC", 1: "GRAPHQL", 2: "PUBSUB", } DataSourceKind_value = map[string]int32{ "STATIC": 0, "GRAPHQL": 1, "PUBSUB": 2, } )
Enum value maps for DataSourceKind.
var ( EventType_name = map[int32]string{ 0: "PUBLISH", 1: "REQUEST", 2: "SUBSCRIBE", } EventType_value = map[string]int32{ "PUBLISH": 0, "REQUEST": 1, "SUBSCRIBE": 2, } )
Enum value maps for EventType.
var ( ConfigurationVariableKind_name = map[int32]string{ 0: "STATIC_CONFIGURATION_VARIABLE", 1: "ENV_CONFIGURATION_VARIABLE", 2: "PLACEHOLDER_CONFIGURATION_VARIABLE", } ConfigurationVariableKind_value = map[string]int32{ "STATIC_CONFIGURATION_VARIABLE": 0, "ENV_CONFIGURATION_VARIABLE": 1, "PLACEHOLDER_CONFIGURATION_VARIABLE": 2, } )
Enum value maps for ConfigurationVariableKind.
var ( HTTPMethod_name = map[int32]string{ 0: "GET", 1: "POST", 2: "PUT", 3: "DELETE", 4: "OPTIONS", } HTTPMethod_value = map[string]int32{ "GET": 0, "POST": 1, "PUT": 2, "DELETE": 3, "OPTIONS": 4, } )
Enum value maps for HTTPMethod.
var File_wg_cosmo_node_v1_node_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AccountLimits ¶
type AccountLimits struct { // The maximum sampling rate for traces. Must be between 0 and 1. // 0 means no traces will be sampled and 1 means all traces will be sampled. TraceSamplingRate float32 `protobuf:"fixed32,1,opt,name=trace_sampling_rate,json=traceSamplingRate,proto3" json:"trace_sampling_rate,omitempty"` // contains filtered or unexported fields }
func (*AccountLimits) Descriptor
deprecated
func (*AccountLimits) Descriptor() ([]byte, []int)
Deprecated: Use AccountLimits.ProtoReflect.Descriptor instead.
func (*AccountLimits) GetTraceSamplingRate ¶
func (x *AccountLimits) GetTraceSamplingRate() float32
func (*AccountLimits) ProtoMessage ¶
func (*AccountLimits) ProtoMessage()
func (*AccountLimits) ProtoReflect ¶
func (x *AccountLimits) ProtoReflect() protoreflect.Message
func (*AccountLimits) Reset ¶
func (x *AccountLimits) Reset()
func (*AccountLimits) String ¶
func (x *AccountLimits) String() string
type ArgumentConfiguration ¶
type ArgumentConfiguration struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` SourceType ArgumentSource `` /* 129-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ArgumentConfiguration) Descriptor
deprecated
func (*ArgumentConfiguration) Descriptor() ([]byte, []int)
Deprecated: Use ArgumentConfiguration.ProtoReflect.Descriptor instead.
func (*ArgumentConfiguration) GetName ¶
func (x *ArgumentConfiguration) GetName() string
func (*ArgumentConfiguration) GetSourceType ¶
func (x *ArgumentConfiguration) GetSourceType() ArgumentSource
func (*ArgumentConfiguration) ProtoMessage ¶
func (*ArgumentConfiguration) ProtoMessage()
func (*ArgumentConfiguration) ProtoReflect ¶
func (x *ArgumentConfiguration) ProtoReflect() protoreflect.Message
func (*ArgumentConfiguration) Reset ¶
func (x *ArgumentConfiguration) Reset()
func (*ArgumentConfiguration) String ¶
func (x *ArgumentConfiguration) String() string
type ArgumentRenderConfiguration ¶
type ArgumentRenderConfiguration int32
const ( ArgumentRenderConfiguration_RENDER_ARGUMENT_DEFAULT ArgumentRenderConfiguration = 0 ArgumentRenderConfiguration_RENDER_ARGUMENT_AS_GRAPHQL_VALUE ArgumentRenderConfiguration = 1 ArgumentRenderConfiguration_RENDER_ARGUMENT_AS_ARRAY_CSV ArgumentRenderConfiguration = 2 )
func (ArgumentRenderConfiguration) Descriptor ¶
func (ArgumentRenderConfiguration) Descriptor() protoreflect.EnumDescriptor
func (ArgumentRenderConfiguration) Enum ¶
func (x ArgumentRenderConfiguration) Enum() *ArgumentRenderConfiguration
func (ArgumentRenderConfiguration) EnumDescriptor
deprecated
func (ArgumentRenderConfiguration) EnumDescriptor() ([]byte, []int)
Deprecated: Use ArgumentRenderConfiguration.Descriptor instead.
func (ArgumentRenderConfiguration) Number ¶
func (x ArgumentRenderConfiguration) Number() protoreflect.EnumNumber
func (ArgumentRenderConfiguration) String ¶
func (x ArgumentRenderConfiguration) String() string
func (ArgumentRenderConfiguration) Type ¶
func (ArgumentRenderConfiguration) Type() protoreflect.EnumType
type ArgumentSource ¶
type ArgumentSource int32
const ( ArgumentSource_OBJECT_FIELD ArgumentSource = 0 ArgumentSource_FIELD_ARGUMENT ArgumentSource = 1 )
func (ArgumentSource) Descriptor ¶
func (ArgumentSource) Descriptor() protoreflect.EnumDescriptor
func (ArgumentSource) Enum ¶
func (x ArgumentSource) Enum() *ArgumentSource
func (ArgumentSource) EnumDescriptor
deprecated
func (ArgumentSource) EnumDescriptor() ([]byte, []int)
Deprecated: Use ArgumentSource.Descriptor instead.
func (ArgumentSource) Number ¶
func (x ArgumentSource) Number() protoreflect.EnumNumber
func (ArgumentSource) String ¶
func (x ArgumentSource) String() string
func (ArgumentSource) Type ¶
func (ArgumentSource) Type() protoreflect.EnumType
type AuthorizationConfiguration ¶
type AuthorizationConfiguration struct { RequiresAuthentication bool `` /* 128-byte string literal not displayed */ RequiredOrScopes []*Scopes `protobuf:"bytes,2,rep,name=required_or_scopes,json=requiredOrScopes,proto3" json:"required_or_scopes,omitempty"` // contains filtered or unexported fields }
func (*AuthorizationConfiguration) Descriptor
deprecated
func (*AuthorizationConfiguration) Descriptor() ([]byte, []int)
Deprecated: Use AuthorizationConfiguration.ProtoReflect.Descriptor instead.
func (*AuthorizationConfiguration) GetRequiredOrScopes ¶
func (x *AuthorizationConfiguration) GetRequiredOrScopes() []*Scopes
func (*AuthorizationConfiguration) GetRequiresAuthentication ¶
func (x *AuthorizationConfiguration) GetRequiresAuthentication() bool
func (*AuthorizationConfiguration) ProtoMessage ¶
func (*AuthorizationConfiguration) ProtoMessage()
func (*AuthorizationConfiguration) ProtoReflect ¶
func (x *AuthorizationConfiguration) ProtoReflect() protoreflect.Message
func (*AuthorizationConfiguration) Reset ¶
func (x *AuthorizationConfiguration) Reset()
func (*AuthorizationConfiguration) String ¶
func (x *AuthorizationConfiguration) String() string
type ConfigurationVariable ¶
type ConfigurationVariable struct { Kind ConfigurationVariableKind `protobuf:"varint,1,opt,name=kind,proto3,enum=wg.cosmo.node.v1.ConfigurationVariableKind" json:"kind,omitempty"` StaticVariableContent string `` /* 126-byte string literal not displayed */ EnvironmentVariableName string `` /* 132-byte string literal not displayed */ EnvironmentVariableDefaultValue string `` /* 158-byte string literal not displayed */ PlaceholderVariableName string `` /* 132-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ConfigurationVariable) Descriptor
deprecated
func (*ConfigurationVariable) Descriptor() ([]byte, []int)
Deprecated: Use ConfigurationVariable.ProtoReflect.Descriptor instead.
func (*ConfigurationVariable) GetEnvironmentVariableDefaultValue ¶
func (x *ConfigurationVariable) GetEnvironmentVariableDefaultValue() string
func (*ConfigurationVariable) GetEnvironmentVariableName ¶
func (x *ConfigurationVariable) GetEnvironmentVariableName() string
func (*ConfigurationVariable) GetKind ¶
func (x *ConfigurationVariable) GetKind() ConfigurationVariableKind
func (*ConfigurationVariable) GetPlaceholderVariableName ¶
func (x *ConfigurationVariable) GetPlaceholderVariableName() string
func (*ConfigurationVariable) GetStaticVariableContent ¶
func (x *ConfigurationVariable) GetStaticVariableContent() string
func (*ConfigurationVariable) ProtoMessage ¶
func (*ConfigurationVariable) ProtoMessage()
func (*ConfigurationVariable) ProtoReflect ¶
func (x *ConfigurationVariable) ProtoReflect() protoreflect.Message
func (*ConfigurationVariable) Reset ¶
func (x *ConfigurationVariable) Reset()
func (*ConfigurationVariable) String ¶
func (x *ConfigurationVariable) String() string
type ConfigurationVariableKind ¶
type ConfigurationVariableKind int32
const ( ConfigurationVariableKind_STATIC_CONFIGURATION_VARIABLE ConfigurationVariableKind = 0 ConfigurationVariableKind_ENV_CONFIGURATION_VARIABLE ConfigurationVariableKind = 1 ConfigurationVariableKind_PLACEHOLDER_CONFIGURATION_VARIABLE ConfigurationVariableKind = 2 )
func (ConfigurationVariableKind) Descriptor ¶
func (ConfigurationVariableKind) Descriptor() protoreflect.EnumDescriptor
func (ConfigurationVariableKind) Enum ¶
func (x ConfigurationVariableKind) Enum() *ConfigurationVariableKind
func (ConfigurationVariableKind) EnumDescriptor
deprecated
func (ConfigurationVariableKind) EnumDescriptor() ([]byte, []int)
Deprecated: Use ConfigurationVariableKind.Descriptor instead.
func (ConfigurationVariableKind) Number ¶
func (x ConfigurationVariableKind) Number() protoreflect.EnumNumber
func (ConfigurationVariableKind) String ¶
func (x ConfigurationVariableKind) String() string
func (ConfigurationVariableKind) Type ¶
func (ConfigurationVariableKind) Type() protoreflect.EnumType
type DataSourceConfiguration ¶
type DataSourceConfiguration struct { Kind DataSourceKind `protobuf:"varint,1,opt,name=kind,proto3,enum=wg.cosmo.node.v1.DataSourceKind" json:"kind,omitempty"` RootNodes []*TypeField `protobuf:"bytes,2,rep,name=root_nodes,json=rootNodes,proto3" json:"root_nodes,omitempty"` ChildNodes []*TypeField `protobuf:"bytes,3,rep,name=child_nodes,json=childNodes,proto3" json:"child_nodes,omitempty"` OverrideFieldPathFromAlias bool `` /* 146-byte string literal not displayed */ CustomGraphql *DataSourceCustom_GraphQL `protobuf:"bytes,5,opt,name=custom_graphql,json=customGraphql,proto3" json:"custom_graphql,omitempty"` CustomStatic *DataSourceCustom_Static `protobuf:"bytes,6,opt,name=custom_static,json=customStatic,proto3" json:"custom_static,omitempty"` Directives []*DirectiveConfiguration `protobuf:"bytes,7,rep,name=directives,proto3" json:"directives,omitempty"` RequestTimeoutSeconds int64 `` /* 127-byte string literal not displayed */ Id string `protobuf:"bytes,9,opt,name=id,proto3" json:"id,omitempty"` Keys []*RequiredField `protobuf:"bytes,10,rep,name=keys,proto3" json:"keys,omitempty"` Provides []*RequiredField `protobuf:"bytes,11,rep,name=provides,proto3" json:"provides,omitempty"` Requires []*RequiredField `protobuf:"bytes,12,rep,name=requires,proto3" json:"requires,omitempty"` CustomEvents *DataSourceCustomEvents `protobuf:"bytes,13,opt,name=custom_events,json=customEvents,proto3" json:"custom_events,omitempty"` EntityInterfaces []*EntityInterfaceConfiguration `protobuf:"bytes,14,rep,name=entity_interfaces,json=entityInterfaces,proto3" json:"entity_interfaces,omitempty"` InterfaceObjects []*EntityInterfaceConfiguration `protobuf:"bytes,15,rep,name=interface_objects,json=interfaceObjects,proto3" json:"interface_objects,omitempty"` // contains filtered or unexported fields }
func (*DataSourceConfiguration) Descriptor
deprecated
func (*DataSourceConfiguration) Descriptor() ([]byte, []int)
Deprecated: Use DataSourceConfiguration.ProtoReflect.Descriptor instead.
func (*DataSourceConfiguration) GetChildNodes ¶
func (x *DataSourceConfiguration) GetChildNodes() []*TypeField
func (*DataSourceConfiguration) GetCustomEvents ¶
func (x *DataSourceConfiguration) GetCustomEvents() *DataSourceCustomEvents
func (*DataSourceConfiguration) GetCustomGraphql ¶
func (x *DataSourceConfiguration) GetCustomGraphql() *DataSourceCustom_GraphQL
func (*DataSourceConfiguration) GetCustomStatic ¶
func (x *DataSourceConfiguration) GetCustomStatic() *DataSourceCustom_Static
func (*DataSourceConfiguration) GetDirectives ¶
func (x *DataSourceConfiguration) GetDirectives() []*DirectiveConfiguration
func (*DataSourceConfiguration) GetEntityInterfaces ¶
func (x *DataSourceConfiguration) GetEntityInterfaces() []*EntityInterfaceConfiguration
func (*DataSourceConfiguration) GetId ¶
func (x *DataSourceConfiguration) GetId() string
func (*DataSourceConfiguration) GetInterfaceObjects ¶
func (x *DataSourceConfiguration) GetInterfaceObjects() []*EntityInterfaceConfiguration
func (*DataSourceConfiguration) GetKeys ¶
func (x *DataSourceConfiguration) GetKeys() []*RequiredField
func (*DataSourceConfiguration) GetKind ¶
func (x *DataSourceConfiguration) GetKind() DataSourceKind
func (*DataSourceConfiguration) GetOverrideFieldPathFromAlias ¶
func (x *DataSourceConfiguration) GetOverrideFieldPathFromAlias() bool
func (*DataSourceConfiguration) GetProvides ¶
func (x *DataSourceConfiguration) GetProvides() []*RequiredField
func (*DataSourceConfiguration) GetRequestTimeoutSeconds ¶
func (x *DataSourceConfiguration) GetRequestTimeoutSeconds() int64
func (*DataSourceConfiguration) GetRequires ¶
func (x *DataSourceConfiguration) GetRequires() []*RequiredField
func (*DataSourceConfiguration) GetRootNodes ¶
func (x *DataSourceConfiguration) GetRootNodes() []*TypeField
func (*DataSourceConfiguration) ProtoMessage ¶
func (*DataSourceConfiguration) ProtoMessage()
func (*DataSourceConfiguration) ProtoReflect ¶
func (x *DataSourceConfiguration) ProtoReflect() protoreflect.Message
func (*DataSourceConfiguration) Reset ¶
func (x *DataSourceConfiguration) Reset()
func (*DataSourceConfiguration) String ¶
func (x *DataSourceConfiguration) String() string
type DataSourceCustomEvents ¶
type DataSourceCustomEvents struct { Nats []*NatsEventConfiguration `protobuf:"bytes,1,rep,name=nats,proto3" json:"nats,omitempty"` Kafka []*KafkaEventConfiguration `protobuf:"bytes,2,rep,name=kafka,proto3" json:"kafka,omitempty"` // contains filtered or unexported fields }
func (*DataSourceCustomEvents) Descriptor
deprecated
func (*DataSourceCustomEvents) Descriptor() ([]byte, []int)
Deprecated: Use DataSourceCustomEvents.ProtoReflect.Descriptor instead.
func (*DataSourceCustomEvents) GetKafka ¶
func (x *DataSourceCustomEvents) GetKafka() []*KafkaEventConfiguration
func (*DataSourceCustomEvents) GetNats ¶
func (x *DataSourceCustomEvents) GetNats() []*NatsEventConfiguration
func (*DataSourceCustomEvents) ProtoMessage ¶
func (*DataSourceCustomEvents) ProtoMessage()
func (*DataSourceCustomEvents) ProtoReflect ¶
func (x *DataSourceCustomEvents) ProtoReflect() protoreflect.Message
func (*DataSourceCustomEvents) Reset ¶
func (x *DataSourceCustomEvents) Reset()
func (*DataSourceCustomEvents) String ¶
func (x *DataSourceCustomEvents) String() string
type DataSourceCustom_GraphQL ¶
type DataSourceCustom_GraphQL struct { Fetch *FetchConfiguration `protobuf:"bytes,1,opt,name=fetch,proto3" json:"fetch,omitempty"` Subscription *GraphQLSubscriptionConfiguration `protobuf:"bytes,2,opt,name=subscription,proto3" json:"subscription,omitempty"` Federation *GraphQLFederationConfiguration `protobuf:"bytes,3,opt,name=federation,proto3" json:"federation,omitempty"` UpstreamSchema *InternedString `protobuf:"bytes,4,opt,name=upstream_schema,json=upstreamSchema,proto3" json:"upstream_schema,omitempty"` CustomScalarTypeFields []*SingleTypeField `` /* 131-byte string literal not displayed */ // contains filtered or unexported fields }
func (*DataSourceCustom_GraphQL) Descriptor
deprecated
func (*DataSourceCustom_GraphQL) Descriptor() ([]byte, []int)
Deprecated: Use DataSourceCustom_GraphQL.ProtoReflect.Descriptor instead.
func (*DataSourceCustom_GraphQL) GetCustomScalarTypeFields ¶
func (x *DataSourceCustom_GraphQL) GetCustomScalarTypeFields() []*SingleTypeField
func (*DataSourceCustom_GraphQL) GetFederation ¶
func (x *DataSourceCustom_GraphQL) GetFederation() *GraphQLFederationConfiguration
func (*DataSourceCustom_GraphQL) GetFetch ¶
func (x *DataSourceCustom_GraphQL) GetFetch() *FetchConfiguration
func (*DataSourceCustom_GraphQL) GetSubscription ¶
func (x *DataSourceCustom_GraphQL) GetSubscription() *GraphQLSubscriptionConfiguration
func (*DataSourceCustom_GraphQL) GetUpstreamSchema ¶
func (x *DataSourceCustom_GraphQL) GetUpstreamSchema() *InternedString
func (*DataSourceCustom_GraphQL) ProtoMessage ¶
func (*DataSourceCustom_GraphQL) ProtoMessage()
func (*DataSourceCustom_GraphQL) ProtoReflect ¶
func (x *DataSourceCustom_GraphQL) ProtoReflect() protoreflect.Message
func (*DataSourceCustom_GraphQL) Reset ¶
func (x *DataSourceCustom_GraphQL) Reset()
func (*DataSourceCustom_GraphQL) String ¶
func (x *DataSourceCustom_GraphQL) String() string
type DataSourceCustom_Static ¶
type DataSourceCustom_Static struct { Data *ConfigurationVariable `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*DataSourceCustom_Static) Descriptor
deprecated
func (*DataSourceCustom_Static) Descriptor() ([]byte, []int)
Deprecated: Use DataSourceCustom_Static.ProtoReflect.Descriptor instead.
func (*DataSourceCustom_Static) GetData ¶
func (x *DataSourceCustom_Static) GetData() *ConfigurationVariable
func (*DataSourceCustom_Static) ProtoMessage ¶
func (*DataSourceCustom_Static) ProtoMessage()
func (*DataSourceCustom_Static) ProtoReflect ¶
func (x *DataSourceCustom_Static) ProtoReflect() protoreflect.Message
func (*DataSourceCustom_Static) Reset ¶
func (x *DataSourceCustom_Static) Reset()
func (*DataSourceCustom_Static) String ¶
func (x *DataSourceCustom_Static) String() string
type DataSourceKind ¶
type DataSourceKind int32
const ( DataSourceKind_STATIC DataSourceKind = 0 DataSourceKind_GRAPHQL DataSourceKind = 1 DataSourceKind_PUBSUB DataSourceKind = 2 )
func (DataSourceKind) Descriptor ¶
func (DataSourceKind) Descriptor() protoreflect.EnumDescriptor
func (DataSourceKind) Enum ¶
func (x DataSourceKind) Enum() *DataSourceKind
func (DataSourceKind) EnumDescriptor
deprecated
func (DataSourceKind) EnumDescriptor() ([]byte, []int)
Deprecated: Use DataSourceKind.Descriptor instead.
func (DataSourceKind) Number ¶
func (x DataSourceKind) Number() protoreflect.EnumNumber
func (DataSourceKind) String ¶
func (x DataSourceKind) String() string
func (DataSourceKind) Type ¶
func (DataSourceKind) Type() protoreflect.EnumType
type DirectiveConfiguration ¶
type DirectiveConfiguration struct { DirectiveName string `protobuf:"bytes,1,opt,name=directive_name,json=directiveName,proto3" json:"directive_name,omitempty"` RenameTo string `protobuf:"bytes,2,opt,name=rename_to,json=renameTo,proto3" json:"rename_to,omitempty"` // contains filtered or unexported fields }
func (*DirectiveConfiguration) Descriptor
deprecated
func (*DirectiveConfiguration) Descriptor() ([]byte, []int)
Deprecated: Use DirectiveConfiguration.ProtoReflect.Descriptor instead.
func (*DirectiveConfiguration) GetDirectiveName ¶
func (x *DirectiveConfiguration) GetDirectiveName() string
func (*DirectiveConfiguration) GetRenameTo ¶
func (x *DirectiveConfiguration) GetRenameTo() string
func (*DirectiveConfiguration) ProtoMessage ¶
func (*DirectiveConfiguration) ProtoMessage()
func (*DirectiveConfiguration) ProtoReflect ¶
func (x *DirectiveConfiguration) ProtoReflect() protoreflect.Message
func (*DirectiveConfiguration) Reset ¶
func (x *DirectiveConfiguration) Reset()
func (*DirectiveConfiguration) String ¶
func (x *DirectiveConfiguration) String() string
type EngineConfiguration ¶
type EngineConfiguration struct { DefaultFlushInterval int64 `protobuf:"varint,1,opt,name=defaultFlushInterval,proto3" json:"defaultFlushInterval,omitempty"` DatasourceConfigurations []*DataSourceConfiguration `` /* 133-byte string literal not displayed */ FieldConfigurations []*FieldConfiguration `protobuf:"bytes,3,rep,name=field_configurations,json=fieldConfigurations,proto3" json:"field_configurations,omitempty"` GraphqlSchema string `protobuf:"bytes,4,opt,name=graphqlSchema,proto3" json:"graphqlSchema,omitempty"` TypeConfigurations []*TypeConfiguration `protobuf:"bytes,5,rep,name=type_configurations,json=typeConfigurations,proto3" json:"type_configurations,omitempty"` StringStorage map[string]string `` /* 188-byte string literal not displayed */ GraphqlClientSchema *string `` /* 126-byte string literal not displayed */ // contains filtered or unexported fields }
func (*EngineConfiguration) Descriptor
deprecated
func (*EngineConfiguration) Descriptor() ([]byte, []int)
Deprecated: Use EngineConfiguration.ProtoReflect.Descriptor instead.
func (*EngineConfiguration) GetDatasourceConfigurations ¶
func (x *EngineConfiguration) GetDatasourceConfigurations() []*DataSourceConfiguration
func (*EngineConfiguration) GetDefaultFlushInterval ¶
func (x *EngineConfiguration) GetDefaultFlushInterval() int64
func (*EngineConfiguration) GetFieldConfigurations ¶
func (x *EngineConfiguration) GetFieldConfigurations() []*FieldConfiguration
func (*EngineConfiguration) GetGraphqlClientSchema ¶
func (x *EngineConfiguration) GetGraphqlClientSchema() string
func (*EngineConfiguration) GetGraphqlSchema ¶
func (x *EngineConfiguration) GetGraphqlSchema() string
func (*EngineConfiguration) GetStringStorage ¶
func (x *EngineConfiguration) GetStringStorage() map[string]string
func (*EngineConfiguration) GetTypeConfigurations ¶
func (x *EngineConfiguration) GetTypeConfigurations() []*TypeConfiguration
func (*EngineConfiguration) ProtoMessage ¶
func (*EngineConfiguration) ProtoMessage()
func (*EngineConfiguration) ProtoReflect ¶
func (x *EngineConfiguration) ProtoReflect() protoreflect.Message
func (*EngineConfiguration) Reset ¶
func (x *EngineConfiguration) Reset()
func (*EngineConfiguration) String ¶
func (x *EngineConfiguration) String() string
type EngineEventConfiguration ¶
type EngineEventConfiguration struct { ProviderId string `protobuf:"bytes,1,opt,name=provider_id,json=providerId,proto3" json:"provider_id,omitempty"` Type EventType `protobuf:"varint,2,opt,name=type,proto3,enum=wg.cosmo.node.v1.EventType" json:"type,omitempty"` TypeName string `protobuf:"bytes,3,opt,name=type_name,json=typeName,proto3" json:"type_name,omitempty"` FieldName string `protobuf:"bytes,4,opt,name=field_name,json=fieldName,proto3" json:"field_name,omitempty"` // contains filtered or unexported fields }
func (*EngineEventConfiguration) Descriptor
deprecated
func (*EngineEventConfiguration) Descriptor() ([]byte, []int)
Deprecated: Use EngineEventConfiguration.ProtoReflect.Descriptor instead.
func (*EngineEventConfiguration) GetFieldName ¶
func (x *EngineEventConfiguration) GetFieldName() string
func (*EngineEventConfiguration) GetProviderId ¶
func (x *EngineEventConfiguration) GetProviderId() string
func (*EngineEventConfiguration) GetType ¶
func (x *EngineEventConfiguration) GetType() EventType
func (*EngineEventConfiguration) GetTypeName ¶
func (x *EngineEventConfiguration) GetTypeName() string
func (*EngineEventConfiguration) ProtoMessage ¶
func (*EngineEventConfiguration) ProtoMessage()
func (*EngineEventConfiguration) ProtoReflect ¶
func (x *EngineEventConfiguration) ProtoReflect() protoreflect.Message
func (*EngineEventConfiguration) Reset ¶
func (x *EngineEventConfiguration) Reset()
func (*EngineEventConfiguration) String ¶
func (x *EngineEventConfiguration) String() string
type EntityInterfaceConfiguration ¶
type EntityInterfaceConfiguration struct { InterfaceTypeName string `protobuf:"bytes,1,opt,name=interface_type_name,json=interfaceTypeName,proto3" json:"interface_type_name,omitempty"` ConcreteTypeNames []string `protobuf:"bytes,2,rep,name=concrete_type_names,json=concreteTypeNames,proto3" json:"concrete_type_names,omitempty"` // contains filtered or unexported fields }
func (*EntityInterfaceConfiguration) Descriptor
deprecated
func (*EntityInterfaceConfiguration) Descriptor() ([]byte, []int)
Deprecated: Use EntityInterfaceConfiguration.ProtoReflect.Descriptor instead.
func (*EntityInterfaceConfiguration) GetConcreteTypeNames ¶
func (x *EntityInterfaceConfiguration) GetConcreteTypeNames() []string
func (*EntityInterfaceConfiguration) GetInterfaceTypeName ¶
func (x *EntityInterfaceConfiguration) GetInterfaceTypeName() string
func (*EntityInterfaceConfiguration) ProtoMessage ¶
func (*EntityInterfaceConfiguration) ProtoMessage()
func (*EntityInterfaceConfiguration) ProtoReflect ¶
func (x *EntityInterfaceConfiguration) ProtoReflect() protoreflect.Message
func (*EntityInterfaceConfiguration) Reset ¶
func (x *EntityInterfaceConfiguration) Reset()
func (*EntityInterfaceConfiguration) String ¶
func (x *EntityInterfaceConfiguration) String() string
type EventType ¶
type EventType int32
func (EventType) Descriptor ¶
func (EventType) Descriptor() protoreflect.EnumDescriptor
func (EventType) EnumDescriptor
deprecated
func (EventType) Number ¶
func (x EventType) Number() protoreflect.EnumNumber
func (EventType) Type ¶
func (EventType) Type() protoreflect.EnumType
type FeatureFlagRouterExecutionConfig ¶
type FeatureFlagRouterExecutionConfig struct { EngineConfig *EngineConfiguration `protobuf:"bytes,1,opt,name=engine_config,json=engineConfig,proto3" json:"engine_config,omitempty"` Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"` Subgraphs []*Subgraph `protobuf:"bytes,3,rep,name=subgraphs,proto3" json:"subgraphs,omitempty"` // contains filtered or unexported fields }
func (*FeatureFlagRouterExecutionConfig) Descriptor
deprecated
func (*FeatureFlagRouterExecutionConfig) Descriptor() ([]byte, []int)
Deprecated: Use FeatureFlagRouterExecutionConfig.ProtoReflect.Descriptor instead.
func (*FeatureFlagRouterExecutionConfig) GetEngineConfig ¶
func (x *FeatureFlagRouterExecutionConfig) GetEngineConfig() *EngineConfiguration
func (*FeatureFlagRouterExecutionConfig) GetSubgraphs ¶
func (x *FeatureFlagRouterExecutionConfig) GetSubgraphs() []*Subgraph
func (*FeatureFlagRouterExecutionConfig) GetVersion ¶
func (x *FeatureFlagRouterExecutionConfig) GetVersion() string
func (*FeatureFlagRouterExecutionConfig) ProtoMessage ¶
func (*FeatureFlagRouterExecutionConfig) ProtoMessage()
func (*FeatureFlagRouterExecutionConfig) ProtoReflect ¶
func (x *FeatureFlagRouterExecutionConfig) ProtoReflect() protoreflect.Message
func (*FeatureFlagRouterExecutionConfig) Reset ¶
func (x *FeatureFlagRouterExecutionConfig) Reset()
func (*FeatureFlagRouterExecutionConfig) String ¶
func (x *FeatureFlagRouterExecutionConfig) String() string
type FeatureFlagRouterExecutionConfigs ¶
type FeatureFlagRouterExecutionConfigs struct { ConfigByFeatureFlagName map[string]*FeatureFlagRouterExecutionConfig `` /* 224-byte string literal not displayed */ // contains filtered or unexported fields }
func (*FeatureFlagRouterExecutionConfigs) Descriptor
deprecated
func (*FeatureFlagRouterExecutionConfigs) Descriptor() ([]byte, []int)
Deprecated: Use FeatureFlagRouterExecutionConfigs.ProtoReflect.Descriptor instead.
func (*FeatureFlagRouterExecutionConfigs) GetConfigByFeatureFlagName ¶
func (x *FeatureFlagRouterExecutionConfigs) GetConfigByFeatureFlagName() map[string]*FeatureFlagRouterExecutionConfig
func (*FeatureFlagRouterExecutionConfigs) ProtoMessage ¶
func (*FeatureFlagRouterExecutionConfigs) ProtoMessage()
func (*FeatureFlagRouterExecutionConfigs) ProtoReflect ¶
func (x *FeatureFlagRouterExecutionConfigs) ProtoReflect() protoreflect.Message
func (*FeatureFlagRouterExecutionConfigs) Reset ¶
func (x *FeatureFlagRouterExecutionConfigs) Reset()
func (*FeatureFlagRouterExecutionConfigs) String ¶
func (x *FeatureFlagRouterExecutionConfigs) String() string
type FetchConfiguration ¶
type FetchConfiguration struct { // You should either configure url OR a combination of baseURL and path // If url resolves to a non empty string, it takes precedence over baseURL and path // If url resolves to an empty string, the url will be configured as "{{baseURL}}{{path}}" Url *ConfigurationVariable `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` Method HTTPMethod `protobuf:"varint,2,opt,name=method,proto3,enum=wg.cosmo.node.v1.HTTPMethod" json:"method,omitempty"` Header map[string]*HTTPHeader `` /* 153-byte string literal not displayed */ Body *ConfigurationVariable `protobuf:"bytes,4,opt,name=body,proto3" json:"body,omitempty"` Query []*URLQueryConfiguration `protobuf:"bytes,5,rep,name=query,proto3" json:"query,omitempty"` // urlEncodeBody defines whether the body should be URL encoded or not // by default, the body will be JSON encoded // setting urlEncodeBody to true will render the body empty, // the Header Content-Type will be set to application/x-www-form-urlencoded, // and the body will be URL encoded and set as the URL Query String UrlEncodeBody bool `protobuf:"varint,7,opt,name=url_encode_body,json=urlEncodeBody,proto3" json:"url_encode_body,omitempty"` Mtls *MTLSConfiguration `protobuf:"bytes,8,opt,name=mtls,proto3" json:"mtls,omitempty"` BaseUrl *ConfigurationVariable `protobuf:"bytes,9,opt,name=base_url,json=baseUrl,proto3" json:"base_url,omitempty"` Path *ConfigurationVariable `protobuf:"bytes,10,opt,name=path,proto3" json:"path,omitempty"` HttpProxyUrl *ConfigurationVariable `protobuf:"bytes,11,opt,name=http_proxy_url,json=httpProxyUrl,proto3,oneof" json:"http_proxy_url,omitempty"` // contains filtered or unexported fields }
func (*FetchConfiguration) Descriptor
deprecated
func (*FetchConfiguration) Descriptor() ([]byte, []int)
Deprecated: Use FetchConfiguration.ProtoReflect.Descriptor instead.
func (*FetchConfiguration) GetBaseUrl ¶
func (x *FetchConfiguration) GetBaseUrl() *ConfigurationVariable
func (*FetchConfiguration) GetBody ¶
func (x *FetchConfiguration) GetBody() *ConfigurationVariable
func (*FetchConfiguration) GetHeader ¶
func (x *FetchConfiguration) GetHeader() map[string]*HTTPHeader
func (*FetchConfiguration) GetHttpProxyUrl ¶
func (x *FetchConfiguration) GetHttpProxyUrl() *ConfigurationVariable
func (*FetchConfiguration) GetMethod ¶
func (x *FetchConfiguration) GetMethod() HTTPMethod
func (*FetchConfiguration) GetMtls ¶
func (x *FetchConfiguration) GetMtls() *MTLSConfiguration
func (*FetchConfiguration) GetPath ¶
func (x *FetchConfiguration) GetPath() *ConfigurationVariable
func (*FetchConfiguration) GetQuery ¶
func (x *FetchConfiguration) GetQuery() []*URLQueryConfiguration
func (*FetchConfiguration) GetUrl ¶
func (x *FetchConfiguration) GetUrl() *ConfigurationVariable
func (*FetchConfiguration) GetUrlEncodeBody ¶
func (x *FetchConfiguration) GetUrlEncodeBody() bool
func (*FetchConfiguration) ProtoMessage ¶
func (*FetchConfiguration) ProtoMessage()
func (*FetchConfiguration) ProtoReflect ¶
func (x *FetchConfiguration) ProtoReflect() protoreflect.Message
func (*FetchConfiguration) Reset ¶
func (x *FetchConfiguration) Reset()
func (*FetchConfiguration) String ¶
func (x *FetchConfiguration) String() string
type FieldConfiguration ¶
type FieldConfiguration struct { TypeName string `protobuf:"bytes,1,opt,name=type_name,json=typeName,proto3" json:"type_name,omitempty"` FieldName string `protobuf:"bytes,2,opt,name=field_name,json=fieldName,proto3" json:"field_name,omitempty"` ArgumentsConfiguration []*ArgumentConfiguration `` /* 127-byte string literal not displayed */ AuthorizationConfiguration *AuthorizationConfiguration `` /* 139-byte string literal not displayed */ SubscriptionFilterCondition *SubscriptionFilterCondition `` /* 150-byte string literal not displayed */ // contains filtered or unexported fields }
func (*FieldConfiguration) Descriptor
deprecated
func (*FieldConfiguration) Descriptor() ([]byte, []int)
Deprecated: Use FieldConfiguration.ProtoReflect.Descriptor instead.
func (*FieldConfiguration) GetArgumentsConfiguration ¶
func (x *FieldConfiguration) GetArgumentsConfiguration() []*ArgumentConfiguration
func (*FieldConfiguration) GetAuthorizationConfiguration ¶
func (x *FieldConfiguration) GetAuthorizationConfiguration() *AuthorizationConfiguration
func (*FieldConfiguration) GetFieldName ¶
func (x *FieldConfiguration) GetFieldName() string
func (*FieldConfiguration) GetSubscriptionFilterCondition ¶
func (x *FieldConfiguration) GetSubscriptionFilterCondition() *SubscriptionFilterCondition
func (*FieldConfiguration) GetTypeName ¶
func (x *FieldConfiguration) GetTypeName() string
func (*FieldConfiguration) ProtoMessage ¶
func (*FieldConfiguration) ProtoMessage()
func (*FieldConfiguration) ProtoReflect ¶
func (x *FieldConfiguration) ProtoReflect() protoreflect.Message
func (*FieldConfiguration) Reset ¶
func (x *FieldConfiguration) Reset()
func (*FieldConfiguration) String ¶
func (x *FieldConfiguration) String() string
type GraphQLFederationConfiguration ¶
type GraphQLFederationConfiguration struct { Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"` ServiceSdl string `protobuf:"bytes,2,opt,name=serviceSdl,proto3" json:"serviceSdl,omitempty"` // contains filtered or unexported fields }
func (*GraphQLFederationConfiguration) Descriptor
deprecated
func (*GraphQLFederationConfiguration) Descriptor() ([]byte, []int)
Deprecated: Use GraphQLFederationConfiguration.ProtoReflect.Descriptor instead.
func (*GraphQLFederationConfiguration) GetEnabled ¶
func (x *GraphQLFederationConfiguration) GetEnabled() bool
func (*GraphQLFederationConfiguration) GetServiceSdl ¶
func (x *GraphQLFederationConfiguration) GetServiceSdl() string
func (*GraphQLFederationConfiguration) ProtoMessage ¶
func (*GraphQLFederationConfiguration) ProtoMessage()
func (*GraphQLFederationConfiguration) ProtoReflect ¶
func (x *GraphQLFederationConfiguration) ProtoReflect() protoreflect.Message
func (*GraphQLFederationConfiguration) Reset ¶
func (x *GraphQLFederationConfiguration) Reset()
func (*GraphQLFederationConfiguration) String ¶
func (x *GraphQLFederationConfiguration) String() string
type GraphQLSubscriptionConfiguration ¶
type GraphQLSubscriptionConfiguration struct { Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"` Url *ConfigurationVariable `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"` // @deprecated - Kept for backwards compatibility when decoding. Use protocol instead. UseSSE *bool `protobuf:"varint,3,opt,name=useSSE,proto3,oneof" json:"useSSE,omitempty"` Protocol *common.GraphQLSubscriptionProtocol `protobuf:"varint,4,opt,name=protocol,proto3,enum=wg.cosmo.common.GraphQLSubscriptionProtocol,oneof" json:"protocol,omitempty"` WebsocketSubprotocol *common.GraphQLWebsocketSubprotocol `` /* 149-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GraphQLSubscriptionConfiguration) Descriptor
deprecated
func (*GraphQLSubscriptionConfiguration) Descriptor() ([]byte, []int)
Deprecated: Use GraphQLSubscriptionConfiguration.ProtoReflect.Descriptor instead.
func (*GraphQLSubscriptionConfiguration) GetEnabled ¶
func (x *GraphQLSubscriptionConfiguration) GetEnabled() bool
func (*GraphQLSubscriptionConfiguration) GetProtocol ¶
func (x *GraphQLSubscriptionConfiguration) GetProtocol() common.GraphQLSubscriptionProtocol
func (*GraphQLSubscriptionConfiguration) GetUrl ¶
func (x *GraphQLSubscriptionConfiguration) GetUrl() *ConfigurationVariable
func (*GraphQLSubscriptionConfiguration) GetUseSSE ¶
func (x *GraphQLSubscriptionConfiguration) GetUseSSE() bool
func (*GraphQLSubscriptionConfiguration) GetWebsocketSubprotocol ¶
func (x *GraphQLSubscriptionConfiguration) GetWebsocketSubprotocol() common.GraphQLWebsocketSubprotocol
func (*GraphQLSubscriptionConfiguration) ProtoMessage ¶
func (*GraphQLSubscriptionConfiguration) ProtoMessage()
func (*GraphQLSubscriptionConfiguration) ProtoReflect ¶
func (x *GraphQLSubscriptionConfiguration) ProtoReflect() protoreflect.Message
func (*GraphQLSubscriptionConfiguration) Reset ¶
func (x *GraphQLSubscriptionConfiguration) Reset()
func (*GraphQLSubscriptionConfiguration) String ¶
func (x *GraphQLSubscriptionConfiguration) String() string
type HTTPHeader ¶
type HTTPHeader struct { Values []*ConfigurationVariable `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"` // contains filtered or unexported fields }
func (*HTTPHeader) Descriptor
deprecated
func (*HTTPHeader) Descriptor() ([]byte, []int)
Deprecated: Use HTTPHeader.ProtoReflect.Descriptor instead.
func (*HTTPHeader) GetValues ¶
func (x *HTTPHeader) GetValues() []*ConfigurationVariable
func (*HTTPHeader) ProtoMessage ¶
func (*HTTPHeader) ProtoMessage()
func (*HTTPHeader) ProtoReflect ¶
func (x *HTTPHeader) ProtoReflect() protoreflect.Message
func (*HTTPHeader) Reset ¶
func (x *HTTPHeader) Reset()
func (*HTTPHeader) String ¶
func (x *HTTPHeader) String() string
type HTTPMethod ¶
type HTTPMethod int32
const ( HTTPMethod_GET HTTPMethod = 0 HTTPMethod_POST HTTPMethod = 1 HTTPMethod_PUT HTTPMethod = 2 HTTPMethod_DELETE HTTPMethod = 3 HTTPMethod_OPTIONS HTTPMethod = 4 )
func (HTTPMethod) Descriptor ¶
func (HTTPMethod) Descriptor() protoreflect.EnumDescriptor
func (HTTPMethod) Enum ¶
func (x HTTPMethod) Enum() *HTTPMethod
func (HTTPMethod) EnumDescriptor
deprecated
func (HTTPMethod) EnumDescriptor() ([]byte, []int)
Deprecated: Use HTTPMethod.Descriptor instead.
func (HTTPMethod) Number ¶
func (x HTTPMethod) Number() protoreflect.EnumNumber
func (HTTPMethod) String ¶
func (x HTTPMethod) String() string
func (HTTPMethod) Type ¶
func (HTTPMethod) Type() protoreflect.EnumType
type InternedString ¶
type InternedString struct { // key to index into EngineConfiguration.stringStorage Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` // contains filtered or unexported fields }
func (*InternedString) Descriptor
deprecated
func (*InternedString) Descriptor() ([]byte, []int)
Deprecated: Use InternedString.ProtoReflect.Descriptor instead.
func (*InternedString) GetKey ¶
func (x *InternedString) GetKey() string
func (*InternedString) ProtoMessage ¶
func (*InternedString) ProtoMessage()
func (*InternedString) ProtoReflect ¶
func (x *InternedString) ProtoReflect() protoreflect.Message
func (*InternedString) Reset ¶
func (x *InternedString) Reset()
func (*InternedString) String ¶
func (x *InternedString) String() string
type KafkaEventConfiguration ¶
type KafkaEventConfiguration struct { EngineEventConfiguration *EngineEventConfiguration `` /* 135-byte string literal not displayed */ Topics []string `protobuf:"bytes,2,rep,name=topics,proto3" json:"topics,omitempty"` // contains filtered or unexported fields }
func (*KafkaEventConfiguration) Descriptor
deprecated
func (*KafkaEventConfiguration) Descriptor() ([]byte, []int)
Deprecated: Use KafkaEventConfiguration.ProtoReflect.Descriptor instead.
func (*KafkaEventConfiguration) GetEngineEventConfiguration ¶
func (x *KafkaEventConfiguration) GetEngineEventConfiguration() *EngineEventConfiguration
func (*KafkaEventConfiguration) GetTopics ¶
func (x *KafkaEventConfiguration) GetTopics() []string
func (*KafkaEventConfiguration) ProtoMessage ¶
func (*KafkaEventConfiguration) ProtoMessage()
func (*KafkaEventConfiguration) ProtoReflect ¶
func (x *KafkaEventConfiguration) ProtoReflect() protoreflect.Message
func (*KafkaEventConfiguration) Reset ¶
func (x *KafkaEventConfiguration) Reset()
func (*KafkaEventConfiguration) String ¶
func (x *KafkaEventConfiguration) String() string
type MTLSConfiguration ¶
type MTLSConfiguration struct { Key *ConfigurationVariable `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Cert *ConfigurationVariable `protobuf:"bytes,2,opt,name=cert,proto3" json:"cert,omitempty"` InsecureSkipVerify bool `protobuf:"varint,3,opt,name=insecureSkipVerify,proto3" json:"insecureSkipVerify,omitempty"` // contains filtered or unexported fields }
func (*MTLSConfiguration) Descriptor
deprecated
func (*MTLSConfiguration) Descriptor() ([]byte, []int)
Deprecated: Use MTLSConfiguration.ProtoReflect.Descriptor instead.
func (*MTLSConfiguration) GetCert ¶
func (x *MTLSConfiguration) GetCert() *ConfigurationVariable
func (*MTLSConfiguration) GetInsecureSkipVerify ¶
func (x *MTLSConfiguration) GetInsecureSkipVerify() bool
func (*MTLSConfiguration) GetKey ¶
func (x *MTLSConfiguration) GetKey() *ConfigurationVariable
func (*MTLSConfiguration) ProtoMessage ¶
func (*MTLSConfiguration) ProtoMessage()
func (*MTLSConfiguration) ProtoReflect ¶
func (x *MTLSConfiguration) ProtoReflect() protoreflect.Message
func (*MTLSConfiguration) Reset ¶
func (x *MTLSConfiguration) Reset()
func (*MTLSConfiguration) String ¶
func (x *MTLSConfiguration) String() string
type NatsEventConfiguration ¶
type NatsEventConfiguration struct { EngineEventConfiguration *EngineEventConfiguration `` /* 135-byte string literal not displayed */ Subjects []string `protobuf:"bytes,2,rep,name=subjects,proto3" json:"subjects,omitempty"` StreamConfiguration *NatsStreamConfiguration `protobuf:"bytes,3,opt,name=stream_configuration,json=streamConfiguration,proto3" json:"stream_configuration,omitempty"` // contains filtered or unexported fields }
func (*NatsEventConfiguration) Descriptor
deprecated
func (*NatsEventConfiguration) Descriptor() ([]byte, []int)
Deprecated: Use NatsEventConfiguration.ProtoReflect.Descriptor instead.
func (*NatsEventConfiguration) GetEngineEventConfiguration ¶
func (x *NatsEventConfiguration) GetEngineEventConfiguration() *EngineEventConfiguration
func (*NatsEventConfiguration) GetStreamConfiguration ¶
func (x *NatsEventConfiguration) GetStreamConfiguration() *NatsStreamConfiguration
func (*NatsEventConfiguration) GetSubjects ¶
func (x *NatsEventConfiguration) GetSubjects() []string
func (*NatsEventConfiguration) ProtoMessage ¶
func (*NatsEventConfiguration) ProtoMessage()
func (*NatsEventConfiguration) ProtoReflect ¶
func (x *NatsEventConfiguration) ProtoReflect() protoreflect.Message
func (*NatsEventConfiguration) Reset ¶
func (x *NatsEventConfiguration) Reset()
func (*NatsEventConfiguration) String ¶
func (x *NatsEventConfiguration) String() string
type NatsStreamConfiguration ¶
type NatsStreamConfiguration struct { ConsumerName string `protobuf:"bytes,1,opt,name=consumer_name,json=consumerName,proto3" json:"consumer_name,omitempty"` StreamName string `protobuf:"bytes,2,opt,name=stream_name,json=streamName,proto3" json:"stream_name,omitempty"` // contains filtered or unexported fields }
func (*NatsStreamConfiguration) Descriptor
deprecated
func (*NatsStreamConfiguration) Descriptor() ([]byte, []int)
Deprecated: Use NatsStreamConfiguration.ProtoReflect.Descriptor instead.
func (*NatsStreamConfiguration) GetConsumerName ¶
func (x *NatsStreamConfiguration) GetConsumerName() string
func (*NatsStreamConfiguration) GetStreamName ¶
func (x *NatsStreamConfiguration) GetStreamName() string
func (*NatsStreamConfiguration) ProtoMessage ¶
func (*NatsStreamConfiguration) ProtoMessage()
func (*NatsStreamConfiguration) ProtoReflect ¶
func (x *NatsStreamConfiguration) ProtoReflect() protoreflect.Message
func (*NatsStreamConfiguration) Reset ¶
func (x *NatsStreamConfiguration) Reset()
func (*NatsStreamConfiguration) String ¶
func (x *NatsStreamConfiguration) String() string
type RegistrationInfo ¶
type RegistrationInfo struct { AccountLimits *AccountLimits `protobuf:"bytes,1,opt,name=account_limits,json=accountLimits,proto3" json:"account_limits,omitempty"` GraphPublicKey string `protobuf:"bytes,2,opt,name=graph_public_key,json=graphPublicKey,proto3" json:"graph_public_key,omitempty"` // contains filtered or unexported fields }
func (*RegistrationInfo) Descriptor
deprecated
func (*RegistrationInfo) Descriptor() ([]byte, []int)
Deprecated: Use RegistrationInfo.ProtoReflect.Descriptor instead.
func (*RegistrationInfo) GetAccountLimits ¶
func (x *RegistrationInfo) GetAccountLimits() *AccountLimits
func (*RegistrationInfo) GetGraphPublicKey ¶
func (x *RegistrationInfo) GetGraphPublicKey() string
func (*RegistrationInfo) ProtoMessage ¶
func (*RegistrationInfo) ProtoMessage()
func (*RegistrationInfo) ProtoReflect ¶
func (x *RegistrationInfo) ProtoReflect() protoreflect.Message
func (*RegistrationInfo) Reset ¶
func (x *RegistrationInfo) Reset()
func (*RegistrationInfo) String ¶
func (x *RegistrationInfo) String() string
type RequiredField ¶
type RequiredField struct { TypeName string `protobuf:"bytes,1,opt,name=type_name,json=typeName,proto3" json:"type_name,omitempty"` FieldName string `protobuf:"bytes,2,opt,name=field_name,json=fieldName,proto3" json:"field_name,omitempty"` SelectionSet string `protobuf:"bytes,3,opt,name=selection_set,json=selectionSet,proto3" json:"selection_set,omitempty"` DisableEntityResolver bool `` /* 127-byte string literal not displayed */ // contains filtered or unexported fields }
func (*RequiredField) Descriptor
deprecated
func (*RequiredField) Descriptor() ([]byte, []int)
Deprecated: Use RequiredField.ProtoReflect.Descriptor instead.
func (*RequiredField) GetDisableEntityResolver ¶
func (x *RequiredField) GetDisableEntityResolver() bool
func (*RequiredField) GetFieldName ¶
func (x *RequiredField) GetFieldName() string
func (*RequiredField) GetSelectionSet ¶
func (x *RequiredField) GetSelectionSet() string
func (*RequiredField) GetTypeName ¶
func (x *RequiredField) GetTypeName() string
func (*RequiredField) ProtoMessage ¶
func (*RequiredField) ProtoMessage()
func (*RequiredField) ProtoReflect ¶
func (x *RequiredField) ProtoReflect() protoreflect.Message
func (*RequiredField) Reset ¶
func (x *RequiredField) Reset()
func (*RequiredField) String ¶
func (x *RequiredField) String() string
type Response ¶
type Response struct { Code common.EnumStatusCode `protobuf:"varint,1,opt,name=code,proto3,enum=wg.cosmo.common.EnumStatusCode" json:"code,omitempty"` // details is an optional field which can be used to provide more details about the error. Details *string `protobuf:"bytes,2,opt,name=details,proto3,oneof" json:"details,omitempty"` // contains filtered or unexported fields }
func (*Response) Descriptor
deprecated
func (*Response) GetCode ¶
func (x *Response) GetCode() common.EnumStatusCode
func (*Response) GetDetails ¶
func (*Response) ProtoMessage ¶
func (*Response) ProtoMessage()
func (*Response) ProtoReflect ¶
func (x *Response) ProtoReflect() protoreflect.Message
type ResponseStatus ¶
type ResponseStatus struct { Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"` Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*ResponseStatus) Descriptor
deprecated
func (*ResponseStatus) Descriptor() ([]byte, []int)
Deprecated: Use ResponseStatus.ProtoReflect.Descriptor instead.
func (*ResponseStatus) GetCode ¶
func (x *ResponseStatus) GetCode() int32
func (*ResponseStatus) GetMessage ¶
func (x *ResponseStatus) GetMessage() string
func (*ResponseStatus) ProtoMessage ¶
func (*ResponseStatus) ProtoMessage()
func (*ResponseStatus) ProtoReflect ¶
func (x *ResponseStatus) ProtoReflect() protoreflect.Message
func (*ResponseStatus) Reset ¶
func (x *ResponseStatus) Reset()
func (*ResponseStatus) String ¶
func (x *ResponseStatus) String() string
type RouterConfig ¶
type RouterConfig struct { EngineConfig *EngineConfiguration `protobuf:"bytes,1,opt,name=engine_config,json=engineConfig,proto3" json:"engine_config,omitempty"` Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"` Subgraphs []*Subgraph `protobuf:"bytes,3,rep,name=subgraphs,proto3" json:"subgraphs,omitempty"` // The map of feature flag router execution configs requires a wrapper to be non-breaking FeatureFlagConfigs *FeatureFlagRouterExecutionConfigs `protobuf:"bytes,4,opt,name=feature_flag_configs,json=featureFlagConfigs,proto3,oneof" json:"feature_flag_configs,omitempty"` // contains filtered or unexported fields }
func (*RouterConfig) Descriptor
deprecated
func (*RouterConfig) Descriptor() ([]byte, []int)
Deprecated: Use RouterConfig.ProtoReflect.Descriptor instead.
func (*RouterConfig) GetEngineConfig ¶
func (x *RouterConfig) GetEngineConfig() *EngineConfiguration
func (*RouterConfig) GetFeatureFlagConfigs ¶
func (x *RouterConfig) GetFeatureFlagConfigs() *FeatureFlagRouterExecutionConfigs
func (*RouterConfig) GetSubgraphs ¶
func (x *RouterConfig) GetSubgraphs() []*Subgraph
func (*RouterConfig) GetVersion ¶
func (x *RouterConfig) GetVersion() string
func (*RouterConfig) ProtoMessage ¶
func (*RouterConfig) ProtoMessage()
func (*RouterConfig) ProtoReflect ¶
func (x *RouterConfig) ProtoReflect() protoreflect.Message
func (*RouterConfig) Reset ¶
func (x *RouterConfig) Reset()
func (*RouterConfig) String ¶
func (x *RouterConfig) String() string
type Scopes ¶
type Scopes struct { RequiredAndScopes []string `protobuf:"bytes,1,rep,name=required_and_scopes,json=requiredAndScopes,proto3" json:"required_and_scopes,omitempty"` // contains filtered or unexported fields }
func (*Scopes) Descriptor
deprecated
func (*Scopes) GetRequiredAndScopes ¶
func (*Scopes) ProtoMessage ¶
func (*Scopes) ProtoMessage()
func (*Scopes) ProtoReflect ¶
func (x *Scopes) ProtoReflect() protoreflect.Message
type SelfRegisterRequest ¶
type SelfRegisterRequest struct {
// contains filtered or unexported fields
}
func (*SelfRegisterRequest) Descriptor
deprecated
func (*SelfRegisterRequest) Descriptor() ([]byte, []int)
Deprecated: Use SelfRegisterRequest.ProtoReflect.Descriptor instead.
func (*SelfRegisterRequest) ProtoMessage ¶
func (*SelfRegisterRequest) ProtoMessage()
func (*SelfRegisterRequest) ProtoReflect ¶
func (x *SelfRegisterRequest) ProtoReflect() protoreflect.Message
func (*SelfRegisterRequest) Reset ¶
func (x *SelfRegisterRequest) Reset()
func (*SelfRegisterRequest) String ¶
func (x *SelfRegisterRequest) String() string
type SelfRegisterResponse ¶
type SelfRegisterResponse struct { Response *Response `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"` RegistrationInfo *RegistrationInfo `protobuf:"bytes,2,opt,name=registrationInfo,proto3,oneof" json:"registrationInfo,omitempty"` // contains filtered or unexported fields }
func (*SelfRegisterResponse) Descriptor
deprecated
func (*SelfRegisterResponse) Descriptor() ([]byte, []int)
Deprecated: Use SelfRegisterResponse.ProtoReflect.Descriptor instead.
func (*SelfRegisterResponse) GetRegistrationInfo ¶
func (x *SelfRegisterResponse) GetRegistrationInfo() *RegistrationInfo
func (*SelfRegisterResponse) GetResponse ¶
func (x *SelfRegisterResponse) GetResponse() *Response
func (*SelfRegisterResponse) ProtoMessage ¶
func (*SelfRegisterResponse) ProtoMessage()
func (*SelfRegisterResponse) ProtoReflect ¶
func (x *SelfRegisterResponse) ProtoReflect() protoreflect.Message
func (*SelfRegisterResponse) Reset ¶
func (x *SelfRegisterResponse) Reset()
func (*SelfRegisterResponse) String ¶
func (x *SelfRegisterResponse) String() string
type SingleTypeField ¶
type SingleTypeField struct { TypeName string `protobuf:"bytes,1,opt,name=type_name,json=typeName,proto3" json:"type_name,omitempty"` FieldName string `protobuf:"bytes,2,opt,name=field_name,json=fieldName,proto3" json:"field_name,omitempty"` // contains filtered or unexported fields }
func (*SingleTypeField) Descriptor
deprecated
func (*SingleTypeField) Descriptor() ([]byte, []int)
Deprecated: Use SingleTypeField.ProtoReflect.Descriptor instead.
func (*SingleTypeField) GetFieldName ¶
func (x *SingleTypeField) GetFieldName() string
func (*SingleTypeField) GetTypeName ¶
func (x *SingleTypeField) GetTypeName() string
func (*SingleTypeField) ProtoMessage ¶
func (*SingleTypeField) ProtoMessage()
func (*SingleTypeField) ProtoReflect ¶
func (x *SingleTypeField) ProtoReflect() protoreflect.Message
func (*SingleTypeField) Reset ¶
func (x *SingleTypeField) Reset()
func (*SingleTypeField) String ¶
func (x *SingleTypeField) String() string
type StatusCodeTypeMapping ¶
type StatusCodeTypeMapping struct { StatusCode int64 `protobuf:"varint,1,opt,name=status_code,json=statusCode,proto3" json:"status_code,omitempty"` TypeName string `protobuf:"bytes,2,opt,name=type_name,json=typeName,proto3" json:"type_name,omitempty"` InjectStatusCodeIntoBody bool `` /* 140-byte string literal not displayed */ // contains filtered or unexported fields }
func (*StatusCodeTypeMapping) Descriptor
deprecated
func (*StatusCodeTypeMapping) Descriptor() ([]byte, []int)
Deprecated: Use StatusCodeTypeMapping.ProtoReflect.Descriptor instead.
func (*StatusCodeTypeMapping) GetInjectStatusCodeIntoBody ¶
func (x *StatusCodeTypeMapping) GetInjectStatusCodeIntoBody() bool
func (*StatusCodeTypeMapping) GetStatusCode ¶
func (x *StatusCodeTypeMapping) GetStatusCode() int64
func (*StatusCodeTypeMapping) GetTypeName ¶
func (x *StatusCodeTypeMapping) GetTypeName() string
func (*StatusCodeTypeMapping) ProtoMessage ¶
func (*StatusCodeTypeMapping) ProtoMessage()
func (*StatusCodeTypeMapping) ProtoReflect ¶
func (x *StatusCodeTypeMapping) ProtoReflect() protoreflect.Message
func (*StatusCodeTypeMapping) Reset ¶
func (x *StatusCodeTypeMapping) Reset()
func (*StatusCodeTypeMapping) String ¶
func (x *StatusCodeTypeMapping) String() string
type Subgraph ¶
type Subgraph struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` RoutingUrl string `protobuf:"bytes,3,opt,name=routing_url,json=routingUrl,proto3" json:"routing_url,omitempty"` // contains filtered or unexported fields }
func (*Subgraph) Descriptor
deprecated
func (*Subgraph) GetRoutingUrl ¶
func (*Subgraph) ProtoMessage ¶
func (*Subgraph) ProtoMessage()
func (*Subgraph) ProtoReflect ¶
func (x *Subgraph) ProtoReflect() protoreflect.Message
type SubscriptionFieldCondition ¶
type SubscriptionFieldCondition struct { FieldPath []string `protobuf:"bytes,1,rep,name=field_path,json=fieldPath,proto3" json:"field_path,omitempty"` Json string `protobuf:"bytes,2,opt,name=json,proto3" json:"json,omitempty"` // contains filtered or unexported fields }
func (*SubscriptionFieldCondition) Descriptor
deprecated
func (*SubscriptionFieldCondition) Descriptor() ([]byte, []int)
Deprecated: Use SubscriptionFieldCondition.ProtoReflect.Descriptor instead.
func (*SubscriptionFieldCondition) GetFieldPath ¶
func (x *SubscriptionFieldCondition) GetFieldPath() []string
func (*SubscriptionFieldCondition) GetJson ¶
func (x *SubscriptionFieldCondition) GetJson() string
func (*SubscriptionFieldCondition) ProtoMessage ¶
func (*SubscriptionFieldCondition) ProtoMessage()
func (*SubscriptionFieldCondition) ProtoReflect ¶
func (x *SubscriptionFieldCondition) ProtoReflect() protoreflect.Message
func (*SubscriptionFieldCondition) Reset ¶
func (x *SubscriptionFieldCondition) Reset()
func (*SubscriptionFieldCondition) String ¶
func (x *SubscriptionFieldCondition) String() string
type SubscriptionFilterCondition ¶
type SubscriptionFilterCondition struct { And []*SubscriptionFilterCondition `protobuf:"bytes,1,rep,name=and,proto3" json:"and,omitempty"` In *SubscriptionFieldCondition `protobuf:"bytes,2,opt,name=in,proto3,oneof" json:"in,omitempty"` Not *SubscriptionFilterCondition `protobuf:"bytes,3,opt,name=not,proto3,oneof" json:"not,omitempty"` Or []*SubscriptionFilterCondition `protobuf:"bytes,4,rep,name=or,proto3" json:"or,omitempty"` // contains filtered or unexported fields }
func (*SubscriptionFilterCondition) Descriptor
deprecated
func (*SubscriptionFilterCondition) Descriptor() ([]byte, []int)
Deprecated: Use SubscriptionFilterCondition.ProtoReflect.Descriptor instead.
func (*SubscriptionFilterCondition) GetAnd ¶
func (x *SubscriptionFilterCondition) GetAnd() []*SubscriptionFilterCondition
func (*SubscriptionFilterCondition) GetIn ¶
func (x *SubscriptionFilterCondition) GetIn() *SubscriptionFieldCondition
func (*SubscriptionFilterCondition) GetNot ¶
func (x *SubscriptionFilterCondition) GetNot() *SubscriptionFilterCondition
func (*SubscriptionFilterCondition) GetOr ¶
func (x *SubscriptionFilterCondition) GetOr() []*SubscriptionFilterCondition
func (*SubscriptionFilterCondition) ProtoMessage ¶
func (*SubscriptionFilterCondition) ProtoMessage()
func (*SubscriptionFilterCondition) ProtoReflect ¶
func (x *SubscriptionFilterCondition) ProtoReflect() protoreflect.Message
func (*SubscriptionFilterCondition) Reset ¶
func (x *SubscriptionFilterCondition) Reset()
func (*SubscriptionFilterCondition) String ¶
func (x *SubscriptionFilterCondition) String() string
type TypeConfiguration ¶
type TypeConfiguration struct { TypeName string `protobuf:"bytes,1,opt,name=type_name,json=typeName,proto3" json:"type_name,omitempty"` RenameTo string `protobuf:"bytes,2,opt,name=rename_to,json=renameTo,proto3" json:"rename_to,omitempty"` // contains filtered or unexported fields }
func (*TypeConfiguration) Descriptor
deprecated
func (*TypeConfiguration) Descriptor() ([]byte, []int)
Deprecated: Use TypeConfiguration.ProtoReflect.Descriptor instead.
func (*TypeConfiguration) GetRenameTo ¶
func (x *TypeConfiguration) GetRenameTo() string
func (*TypeConfiguration) GetTypeName ¶
func (x *TypeConfiguration) GetTypeName() string
func (*TypeConfiguration) ProtoMessage ¶
func (*TypeConfiguration) ProtoMessage()
func (*TypeConfiguration) ProtoReflect ¶
func (x *TypeConfiguration) ProtoReflect() protoreflect.Message
func (*TypeConfiguration) Reset ¶
func (x *TypeConfiguration) Reset()
func (*TypeConfiguration) String ¶
func (x *TypeConfiguration) String() string
type TypeField ¶
type TypeField struct { TypeName string `protobuf:"bytes,1,opt,name=type_name,json=typeName,proto3" json:"type_name,omitempty"` FieldNames []string `protobuf:"bytes,2,rep,name=field_names,json=fieldNames,proto3" json:"field_names,omitempty"` ExternalFieldNames []string `protobuf:"bytes,3,rep,name=external_field_names,json=externalFieldNames,proto3" json:"external_field_names,omitempty"` // contains filtered or unexported fields }
func (*TypeField) Descriptor
deprecated
func (*TypeField) GetExternalFieldNames ¶
func (*TypeField) GetFieldNames ¶
func (*TypeField) GetTypeName ¶
func (*TypeField) ProtoMessage ¶
func (*TypeField) ProtoMessage()
func (*TypeField) ProtoReflect ¶
func (x *TypeField) ProtoReflect() protoreflect.Message
type URLQueryConfiguration ¶
type URLQueryConfiguration struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*URLQueryConfiguration) Descriptor
deprecated
func (*URLQueryConfiguration) Descriptor() ([]byte, []int)
Deprecated: Use URLQueryConfiguration.ProtoReflect.Descriptor instead.
func (*URLQueryConfiguration) GetName ¶
func (x *URLQueryConfiguration) GetName() string
func (*URLQueryConfiguration) GetValue ¶
func (x *URLQueryConfiguration) GetValue() string
func (*URLQueryConfiguration) ProtoMessage ¶
func (*URLQueryConfiguration) ProtoMessage()
func (*URLQueryConfiguration) ProtoReflect ¶
func (x *URLQueryConfiguration) ProtoReflect() protoreflect.Message
func (*URLQueryConfiguration) Reset ¶
func (x *URLQueryConfiguration) Reset()
func (*URLQueryConfiguration) String ¶
func (x *URLQueryConfiguration) String() string