nodev1

package
v0.0.0-...-2f30950 Latest Latest
Warning

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

Go to latest
Published: May 13, 2024 License: Apache-2.0 Imports: 5 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
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.

View Source
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.

View Source
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.

View Source
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.

View Source
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.

View Source
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.

View Source
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) Enum

func (ArgumentRenderConfiguration) EnumDescriptor deprecated

func (ArgumentRenderConfiguration) EnumDescriptor() ([]byte, []int)

Deprecated: Use ArgumentRenderConfiguration.Descriptor instead.

func (ArgumentRenderConfiguration) Number

func (ArgumentRenderConfiguration) String

func (ArgumentRenderConfiguration) Type

type ArgumentSource

type ArgumentSource int32
const (
	ArgumentSource_OBJECT_FIELD   ArgumentSource = 0
	ArgumentSource_FIELD_ARGUMENT ArgumentSource = 1
)

func (ArgumentSource) Descriptor

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 (ArgumentSource) String

func (x ArgumentSource) String() string

func (ArgumentSource) Type

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 (*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 (*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) Enum

func (ConfigurationVariableKind) EnumDescriptor deprecated

func (ConfigurationVariableKind) EnumDescriptor() ([]byte, []int)

Deprecated: Use ConfigurationVariableKind.Descriptor instead.

func (ConfigurationVariableKind) Number

func (ConfigurationVariableKind) String

func (x ConfigurationVariableKind) String() string

func (ConfigurationVariableKind) Type

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               *DataSourceCustom_Events        `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() *DataSourceCustom_Events

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 (*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 DataSourceCustom_Events

type DataSourceCustom_Events struct {
	Events []*EventConfiguration `protobuf:"bytes,1,rep,name=events,proto3" json:"events,omitempty"`
	// contains filtered or unexported fields
}

func (*DataSourceCustom_Events) Descriptor deprecated

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

Deprecated: Use DataSourceCustom_Events.ProtoReflect.Descriptor instead.

func (*DataSourceCustom_Events) GetEvents

func (x *DataSourceCustom_Events) GetEvents() []*EventConfiguration

func (*DataSourceCustom_Events) ProtoMessage

func (*DataSourceCustom_Events) ProtoMessage()

func (*DataSourceCustom_Events) ProtoReflect

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

func (*DataSourceCustom_Events) Reset

func (x *DataSourceCustom_Events) Reset()

func (*DataSourceCustom_Events) String

func (x *DataSourceCustom_Events) 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 (*DataSourceCustom_GraphQL) GetFetch

func (*DataSourceCustom_GraphQL) GetSubscription

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 (*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) Enum

func (x DataSourceKind) Enum() *DataSourceKind

func (DataSourceKind) EnumDescriptor deprecated

func (DataSourceKind) EnumDescriptor() ([]byte, []int)

Deprecated: Use DataSourceKind.Descriptor instead.

func (DataSourceKind) Number

func (DataSourceKind) String

func (x DataSourceKind) String() string

func (DataSourceKind) Type

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 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 (*EntityInterfaceConfiguration) Reset

func (x *EntityInterfaceConfiguration) Reset()

func (*EntityInterfaceConfiguration) String

type EventConfiguration

type EventConfiguration struct {
	Type                EventType            `protobuf:"varint,1,opt,name=type,proto3,enum=wg.cosmo.node.v1.EventType" json:"type,omitempty"`
	TypeName            string               `protobuf:"bytes,2,opt,name=type_name,json=typeName,proto3" json:"type_name,omitempty"`
	FieldName           string               `protobuf:"bytes,3,opt,name=field_name,json=fieldName,proto3" json:"field_name,omitempty"`
	Subjects            []string             `protobuf:"bytes,4,rep,name=subjects,proto3" json:"subjects,omitempty"`
	SourceName          string               `protobuf:"bytes,5,opt,name=source_name,json=sourceName,proto3" json:"source_name,omitempty"`
	StreamConfiguration *StreamConfiguration `protobuf:"bytes,6,opt,name=stream_configuration,json=streamConfiguration,proto3" json:"stream_configuration,omitempty"`
	// contains filtered or unexported fields
}

func (*EventConfiguration) Descriptor deprecated

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

Deprecated: Use EventConfiguration.ProtoReflect.Descriptor instead.

func (*EventConfiguration) GetFieldName

func (x *EventConfiguration) GetFieldName() string

func (*EventConfiguration) GetSourceName

func (x *EventConfiguration) GetSourceName() string

func (*EventConfiguration) GetStreamConfiguration

func (x *EventConfiguration) GetStreamConfiguration() *StreamConfiguration

func (*EventConfiguration) GetSubjects

func (x *EventConfiguration) GetSubjects() []string

func (*EventConfiguration) GetType

func (x *EventConfiguration) GetType() EventType

func (*EventConfiguration) GetTypeName

func (x *EventConfiguration) GetTypeName() string

func (*EventConfiguration) ProtoMessage

func (*EventConfiguration) ProtoMessage()

func (*EventConfiguration) ProtoReflect

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

func (*EventConfiguration) Reset

func (x *EventConfiguration) Reset()

func (*EventConfiguration) String

func (x *EventConfiguration) String() string

type EventType

type EventType int32
const (
	EventType_PUBLISH   EventType = 0
	EventType_REQUEST   EventType = 1
	EventType_SUBSCRIBE EventType = 2
)

func (EventType) Descriptor

func (EventType) Descriptor() protoreflect.EnumDescriptor

func (EventType) Enum

func (x EventType) Enum() *EventType

func (EventType) EnumDescriptor deprecated

func (EventType) EnumDescriptor() ([]byte, []int)

Deprecated: Use EventType.Descriptor instead.

func (EventType) Number

func (x EventType) Number() protoreflect.EnumNumber

func (EventType) String

func (x EventType) String() string

func (EventType) Type

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 (*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 (*FetchConfiguration) GetQuery

func (x *FetchConfiguration) GetQuery() []*URLQueryConfiguration

func (*FetchConfiguration) GetUrl

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 */
	// 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) 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 GetConfigRequest

type GetConfigRequest struct {

	// With the introduction of namespaces, we no longer need the graph name. We keep it for backwards compatibility.
	// The FQDN of the graph to get the config for e.g. "wg.production"
	//
	// Deprecated: Marked as deprecated in wg/cosmo/node/v1/node.proto.
	GraphName string `protobuf:"bytes,1,opt,name=graph_name,json=graphName,proto3" json:"graph_name,omitempty"`
	// The version to check for. If the version is not specified, the latest router config version will be returned.
	// Otherwise, the version will be used to check if a newer version of the router config is available.
	// That allow us to not send the router config if the version is the same.
	Version *string `protobuf:"bytes,2,opt,name=version,proto3,oneof" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*GetConfigRequest) Descriptor deprecated

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

Deprecated: Use GetConfigRequest.ProtoReflect.Descriptor instead.

func (*GetConfigRequest) GetGraphName deprecated

func (x *GetConfigRequest) GetGraphName() string

Deprecated: Marked as deprecated in wg/cosmo/node/v1/node.proto.

func (*GetConfigRequest) GetVersion

func (x *GetConfigRequest) GetVersion() string

func (*GetConfigRequest) ProtoMessage

func (*GetConfigRequest) ProtoMessage()

func (*GetConfigRequest) ProtoReflect

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

func (*GetConfigRequest) Reset

func (x *GetConfigRequest) Reset()

func (*GetConfigRequest) String

func (x *GetConfigRequest) String() string

type GetConfigResponse

type GetConfigResponse struct {
	Response *Response `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	// RouterConfig is the router config for the graph. It can be nil when a version is specified and the version is the same as the latest version.
	Config *RouterConfig `protobuf:"bytes,2,opt,name=config,proto3,oneof" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*GetConfigResponse) Descriptor deprecated

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

Deprecated: Use GetConfigResponse.ProtoReflect.Descriptor instead.

func (*GetConfigResponse) GetConfig

func (x *GetConfigResponse) GetConfig() *RouterConfig

func (*GetConfigResponse) GetResponse

func (x *GetConfigResponse) GetResponse() *Response

func (*GetConfigResponse) ProtoMessage

func (*GetConfigResponse) ProtoMessage()

func (*GetConfigResponse) ProtoReflect

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

func (*GetConfigResponse) Reset

func (x *GetConfigResponse) Reset()

func (*GetConfigResponse) String

func (x *GetConfigResponse) 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 (*GraphQLFederationConfiguration) Reset

func (x *GraphQLFederationConfiguration) Reset()

func (*GraphQLFederationConfiguration) 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"`
	// 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 (*GraphQLSubscriptionConfiguration) GetUrl

func (*GraphQLSubscriptionConfiguration) GetUseSSE

func (x *GraphQLSubscriptionConfiguration) GetUseSSE() bool

func (*GraphQLSubscriptionConfiguration) ProtoMessage

func (*GraphQLSubscriptionConfiguration) ProtoMessage()

func (*GraphQLSubscriptionConfiguration) ProtoReflect

func (*GraphQLSubscriptionConfiguration) Reset

func (*GraphQLSubscriptionConfiguration) 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

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 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 (*MTLSConfiguration) GetInsecureSkipVerify

func (x *MTLSConfiguration) GetInsecureSkipVerify() bool

func (*MTLSConfiguration) GetKey

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 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) Descriptor() ([]byte, []int)

Deprecated: Use Response.ProtoReflect.Descriptor instead.

func (*Response) GetCode

func (x *Response) GetCode() common.EnumStatusCode

func (*Response) GetDetails

func (x *Response) GetDetails() string

func (*Response) ProtoMessage

func (*Response) ProtoMessage()

func (*Response) ProtoReflect

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

func (*Response) Reset

func (x *Response) Reset()

func (*Response) String

func (x *Response) String() string

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"`
	// 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) 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) Descriptor() ([]byte, []int)

Deprecated: Use Scopes.ProtoReflect.Descriptor instead.

func (*Scopes) GetRequiredAndScopes

func (x *Scopes) GetRequiredAndScopes() []string

func (*Scopes) ProtoMessage

func (*Scopes) ProtoMessage()

func (*Scopes) ProtoReflect

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

func (*Scopes) Reset

func (x *Scopes) Reset()

func (*Scopes) String

func (x *Scopes) String() string

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 StreamConfiguration

type StreamConfiguration 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 (*StreamConfiguration) Descriptor deprecated

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

Deprecated: Use StreamConfiguration.ProtoReflect.Descriptor instead.

func (*StreamConfiguration) GetConsumerName

func (x *StreamConfiguration) GetConsumerName() string

func (*StreamConfiguration) GetStreamName

func (x *StreamConfiguration) GetStreamName() string

func (*StreamConfiguration) ProtoMessage

func (*StreamConfiguration) ProtoMessage()

func (*StreamConfiguration) ProtoReflect

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

func (*StreamConfiguration) Reset

func (x *StreamConfiguration) Reset()

func (*StreamConfiguration) String

func (x *StreamConfiguration) 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) Descriptor() ([]byte, []int)

Deprecated: Use Subgraph.ProtoReflect.Descriptor instead.

func (*Subgraph) GetId

func (x *Subgraph) GetId() string

func (*Subgraph) GetName

func (x *Subgraph) GetName() string

func (*Subgraph) GetRoutingUrl

func (x *Subgraph) GetRoutingUrl() string

func (*Subgraph) ProtoMessage

func (*Subgraph) ProtoMessage()

func (*Subgraph) ProtoReflect

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

func (*Subgraph) Reset

func (x *Subgraph) Reset()

func (*Subgraph) String

func (x *Subgraph) 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"`
	// contains filtered or unexported fields
}

func (*TypeField) Descriptor deprecated

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

Deprecated: Use TypeField.ProtoReflect.Descriptor instead.

func (*TypeField) GetFieldNames

func (x *TypeField) GetFieldNames() []string

func (*TypeField) GetTypeName

func (x *TypeField) GetTypeName() string

func (*TypeField) ProtoMessage

func (*TypeField) ProtoMessage()

func (*TypeField) ProtoReflect

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

func (*TypeField) Reset

func (x *TypeField) Reset()

func (*TypeField) String

func (x *TypeField) String() string

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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