Documentation ¶
Index ¶
- Variables
- type ApiAuthenticationConfig
- func (*ApiAuthenticationConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ApiAuthenticationConfig) GetCookieBased() *CookieBasedAuthentication
- func (x *ApiAuthenticationConfig) GetHooks() *ApiAuthenticationHooks
- func (x *ApiAuthenticationConfig) GetJwksBased() *JwksBasedAuthentication
- func (x *ApiAuthenticationConfig) GetPublicClaims() []string
- func (*ApiAuthenticationConfig) ProtoMessage()
- func (x *ApiAuthenticationConfig) ProtoReflect() protoreflect.Message
- func (x *ApiAuthenticationConfig) Reset()
- func (x *ApiAuthenticationConfig) String() string
- type ApiAuthenticationHooks
- func (*ApiAuthenticationHooks) Descriptor() ([]byte, []int)deprecated
- func (x *ApiAuthenticationHooks) GetMutatingPostAuthentication() bool
- func (x *ApiAuthenticationHooks) GetPostAuthentication() bool
- func (x *ApiAuthenticationHooks) GetPostLogout() bool
- func (x *ApiAuthenticationHooks) GetRevalidateAuthentication() bool
- func (*ApiAuthenticationHooks) ProtoMessage()
- func (x *ApiAuthenticationHooks) ProtoReflect() protoreflect.Message
- func (x *ApiAuthenticationHooks) Reset()
- func (x *ApiAuthenticationHooks) String() string
- type ApiCacheConfig
- func (*ApiCacheConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ApiCacheConfig) GetInMemoryConfig() *InMemoryCacheConfig
- func (x *ApiCacheConfig) GetKind() ApiCacheKind
- func (x *ApiCacheConfig) GetRedisConfig() *RedisCacheConfig
- func (*ApiCacheConfig) ProtoMessage()
- func (x *ApiCacheConfig) ProtoReflect() protoreflect.Message
- func (x *ApiCacheConfig) Reset()
- func (x *ApiCacheConfig) String() string
- type ApiCacheKind
- func (ApiCacheKind) Descriptor() protoreflect.EnumDescriptor
- func (x ApiCacheKind) Enum() *ApiCacheKind
- func (ApiCacheKind) EnumDescriptor() ([]byte, []int)deprecated
- func (x ApiCacheKind) Number() protoreflect.EnumNumber
- func (x ApiCacheKind) String() string
- func (ApiCacheKind) Type() protoreflect.EnumType
- type ArgumentConfiguration
- func (*ArgumentConfiguration) Descriptor() ([]byte, []int)deprecated
- func (x *ArgumentConfiguration) GetName() string
- func (x *ArgumentConfiguration) GetRenameTypeTo() string
- func (x *ArgumentConfiguration) GetRenderConfiguration() ArgumentRenderConfiguration
- func (x *ArgumentConfiguration) GetSourcePath() []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 AuthProvider
- func (*AuthProvider) Descriptor() ([]byte, []int)deprecated
- func (x *AuthProvider) GetGithubConfig() *GithubAuthProviderConfig
- func (x *AuthProvider) GetId() string
- func (x *AuthProvider) GetKind() AuthProviderKind
- func (x *AuthProvider) GetOidcConfig() *OpenIDConnectAuthProviderConfig
- func (*AuthProvider) ProtoMessage()
- func (x *AuthProvider) ProtoReflect() protoreflect.Message
- func (x *AuthProvider) Reset()
- func (x *AuthProvider) String() string
- type AuthProviderKind
- func (AuthProviderKind) Descriptor() protoreflect.EnumDescriptor
- func (x AuthProviderKind) Enum() *AuthProviderKind
- func (AuthProviderKind) EnumDescriptor() ([]byte, []int)deprecated
- func (x AuthProviderKind) Number() protoreflect.EnumNumber
- func (x AuthProviderKind) String() string
- func (AuthProviderKind) Type() protoreflect.EnumType
- type BuildInfo
- func (*BuildInfo) Descriptor() ([]byte, []int)deprecated
- func (x *BuildInfo) GetNode() *BuildInfoVersion
- func (x *BuildInfo) GetOs() *BuildInfoOS
- func (x *BuildInfo) GetSdk() *BuildInfoVersion
- func (x *BuildInfo) GetStats() *BuildInfoStats
- func (x *BuildInfo) GetSuccess() bool
- func (x *BuildInfo) GetWunderctl() *BuildInfoVersion
- func (*BuildInfo) ProtoMessage()
- func (x *BuildInfo) ProtoReflect() protoreflect.Message
- func (x *BuildInfo) Reset()
- func (x *BuildInfo) String() string
- type BuildInfoOS
- func (*BuildInfoOS) Descriptor() ([]byte, []int)deprecated
- func (x *BuildInfoOS) GetArch() string
- func (x *BuildInfoOS) GetPlatform() string
- func (x *BuildInfoOS) GetRelease() string
- func (x *BuildInfoOS) GetType() string
- func (x *BuildInfoOS) GetVersion() string
- func (*BuildInfoOS) ProtoMessage()
- func (x *BuildInfoOS) ProtoReflect() protoreflect.Message
- func (x *BuildInfoOS) Reset()
- func (x *BuildInfoOS) String() string
- type BuildInfoStats
- func (*BuildInfoStats) Descriptor() ([]byte, []int)deprecated
- func (x *BuildInfoStats) GetHasAuthenticationProvider() bool
- func (x *BuildInfoStats) GetHasUploadProvider() bool
- func (x *BuildInfoStats) GetTotalApis() int32
- func (x *BuildInfoStats) GetTotalOperations() int32
- func (x *BuildInfoStats) GetTotalWebhooks() int32
- func (*BuildInfoStats) ProtoMessage()
- func (x *BuildInfoStats) ProtoReflect() protoreflect.Message
- func (x *BuildInfoStats) Reset()
- func (x *BuildInfoStats) String() string
- type BuildInfoVersion
- type ClaimConfig
- func (*ClaimConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ClaimConfig) GetClaimType() ClaimType
- func (x *ClaimConfig) GetCustom() *CustomClaim
- func (x *ClaimConfig) GetVariablePathComponents() []string
- func (*ClaimConfig) ProtoMessage()
- func (x *ClaimConfig) ProtoReflect() protoreflect.Message
- func (x *ClaimConfig) Reset()
- func (x *ClaimConfig) String() string
- type ClaimType
- 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 CookieBasedAuthentication
- func (*CookieBasedAuthentication) Descriptor() ([]byte, []int)deprecated
- func (x *CookieBasedAuthentication) GetAuthorizedRedirectUriRegexes() []*ConfigurationVariable
- func (x *CookieBasedAuthentication) GetAuthorizedRedirectUris() []*ConfigurationVariable
- func (x *CookieBasedAuthentication) GetBlockKey() *ConfigurationVariable
- func (x *CookieBasedAuthentication) GetCsrfSecret() *ConfigurationVariable
- func (x *CookieBasedAuthentication) GetHashKey() *ConfigurationVariable
- func (x *CookieBasedAuthentication) GetProviders() []*AuthProvider
- func (*CookieBasedAuthentication) ProtoMessage()
- func (x *CookieBasedAuthentication) ProtoReflect() protoreflect.Message
- func (x *CookieBasedAuthentication) Reset()
- func (x *CookieBasedAuthentication) String() string
- type CorsConfiguration
- func (*CorsConfiguration) Descriptor() ([]byte, []int)deprecated
- func (x *CorsConfiguration) GetAllowCredentials() bool
- func (x *CorsConfiguration) GetAllowedHeaders() []string
- func (x *CorsConfiguration) GetAllowedMethods() []string
- func (x *CorsConfiguration) GetAllowedOrigins() []*ConfigurationVariable
- func (x *CorsConfiguration) GetExposedHeaders() []string
- func (x *CorsConfiguration) GetMaxAge() int64
- func (*CorsConfiguration) ProtoMessage()
- func (x *CorsConfiguration) ProtoReflect() protoreflect.Message
- func (x *CorsConfiguration) Reset()
- func (x *CorsConfiguration) String() string
- type CustomClaim
- func (*CustomClaim) Descriptor() ([]byte, []int)deprecated
- func (x *CustomClaim) GetJsonPathComponents() []string
- func (x *CustomClaim) GetName() string
- func (x *CustomClaim) GetRequired() bool
- func (x *CustomClaim) GetType() ValueType
- func (*CustomClaim) ProtoMessage()
- func (x *CustomClaim) ProtoReflect() protoreflect.Message
- func (x *CustomClaim) Reset()
- func (x *CustomClaim) String() string
- type DataSourceConfiguration
- func (*DataSourceConfiguration) Descriptor() ([]byte, []int)deprecated
- func (x *DataSourceConfiguration) GetChildNodes() []*TypeField
- func (x *DataSourceConfiguration) GetCustomDatabase() *DataSourceCustom_Database
- func (x *DataSourceConfiguration) GetCustomGraphql() *DataSourceCustom_GraphQL
- func (x *DataSourceConfiguration) GetCustomRest() *DataSourceCustom_REST
- func (x *DataSourceConfiguration) GetCustomStatic() *DataSourceCustom_Static
- func (x *DataSourceConfiguration) GetDirectives() []*DirectiveConfiguration
- func (x *DataSourceConfiguration) GetId() string
- func (x *DataSourceConfiguration) GetKind() DataSourceKind
- func (x *DataSourceConfiguration) GetOverrideFieldPathFromAlias() bool
- func (x *DataSourceConfiguration) GetRequestTimeoutSeconds() int64
- func (x *DataSourceConfiguration) GetRootNodes() []*TypeField
- func (*DataSourceConfiguration) ProtoMessage()
- func (x *DataSourceConfiguration) ProtoReflect() protoreflect.Message
- func (x *DataSourceConfiguration) Reset()
- func (x *DataSourceConfiguration) String() string
- type DataSourceCustom_Database
- func (*DataSourceCustom_Database) Descriptor() ([]byte, []int)deprecated
- func (x *DataSourceCustom_Database) GetCloseTimeoutSeconds() int64
- func (x *DataSourceCustom_Database) GetDatabaseURL() *ConfigurationVariable
- func (x *DataSourceCustom_Database) GetGraphqlSchema() string
- func (x *DataSourceCustom_Database) GetJsonInputVariables() []string
- func (x *DataSourceCustom_Database) GetJsonTypeFields() []*SingleTypeField
- func (x *DataSourceCustom_Database) GetPrismaSchema() string
- func (*DataSourceCustom_Database) ProtoMessage()
- func (x *DataSourceCustom_Database) ProtoReflect() protoreflect.Message
- func (x *DataSourceCustom_Database) Reset()
- func (x *DataSourceCustom_Database) 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) GetHooksConfiguration() *GraphQLDataSourceHooksConfiguration
- func (x *DataSourceCustom_GraphQL) GetSubscription() *GraphQLSubscriptionConfiguration
- func (x *DataSourceCustom_GraphQL) GetUpstreamSchema() string
- func (*DataSourceCustom_GraphQL) ProtoMessage()
- func (x *DataSourceCustom_GraphQL) ProtoReflect() protoreflect.Message
- func (x *DataSourceCustom_GraphQL) Reset()
- func (x *DataSourceCustom_GraphQL) String() string
- type DataSourceCustom_REST
- func (*DataSourceCustom_REST) Descriptor() ([]byte, []int)deprecated
- func (x *DataSourceCustom_REST) GetDefaultTypeName() string
- func (x *DataSourceCustom_REST) GetFetch() *FetchConfiguration
- func (x *DataSourceCustom_REST) GetStatusCodeTypeMappings() []*StatusCodeTypeMapping
- func (x *DataSourceCustom_REST) GetSubscription() *RESTSubscriptionConfiguration
- func (*DataSourceCustom_REST) ProtoMessage()
- func (x *DataSourceCustom_REST) ProtoReflect() protoreflect.Message
- func (x *DataSourceCustom_REST) Reset()
- func (x *DataSourceCustom_REST) 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) GetGraphqlSchema() 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 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) GetMTLS() *MTLSConfiguration
- func (x *FetchConfiguration) GetMethod() HTTPMethod
- func (x *FetchConfiguration) GetPath() *ConfigurationVariable
- func (x *FetchConfiguration) GetQuery() []*URLQueryConfiguration
- func (x *FetchConfiguration) GetUpstreamAuthentication() *UpstreamAuthentication
- 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) GetDisableDefaultFieldMapping() bool
- func (x *FieldConfiguration) GetFieldName() string
- func (x *FieldConfiguration) GetPath() []string
- func (x *FieldConfiguration) GetRequiresFields() []string
- func (x *FieldConfiguration) GetTypeName() string
- func (x *FieldConfiguration) GetUnescapeResponseJson() bool
- func (*FieldConfiguration) ProtoMessage()
- func (x *FieldConfiguration) ProtoReflect() protoreflect.Message
- func (x *FieldConfiguration) Reset()
- func (x *FieldConfiguration) String() string
- type GithubAuthProviderConfig
- func (*GithubAuthProviderConfig) Descriptor() ([]byte, []int)deprecated
- func (x *GithubAuthProviderConfig) GetClientId() *ConfigurationVariable
- func (x *GithubAuthProviderConfig) GetClientSecret() *ConfigurationVariable
- func (*GithubAuthProviderConfig) ProtoMessage()
- func (x *GithubAuthProviderConfig) ProtoReflect() protoreflect.Message
- func (x *GithubAuthProviderConfig) Reset()
- func (x *GithubAuthProviderConfig) String() string
- type GraphQLDataSourceHooksConfiguration
- func (*GraphQLDataSourceHooksConfiguration) Descriptor() ([]byte, []int)deprecated
- func (x *GraphQLDataSourceHooksConfiguration) GetOnWSTransportConnectionInit() bool
- func (*GraphQLDataSourceHooksConfiguration) ProtoMessage()
- func (x *GraphQLDataSourceHooksConfiguration) ProtoReflect() protoreflect.Message
- func (x *GraphQLDataSourceHooksConfiguration) Reset()
- func (x *GraphQLDataSourceHooksConfiguration) 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) GetUrl() *ConfigurationVariable
- func (x *GraphQLSubscriptionConfiguration) GetUseSSE() bool
- func (*GraphQLSubscriptionConfiguration) ProtoMessage()
- func (x *GraphQLSubscriptionConfiguration) ProtoReflect() protoreflect.Message
- func (x *GraphQLSubscriptionConfiguration) Reset()
- func (x *GraphQLSubscriptionConfiguration) String() string
- type HTTPHeader
- type HTTPMethod
- type InMemoryCacheConfig
- func (*InMemoryCacheConfig) Descriptor() ([]byte, []int)deprecated
- func (x *InMemoryCacheConfig) GetMaxSize() int64
- func (*InMemoryCacheConfig) ProtoMessage()
- func (x *InMemoryCacheConfig) ProtoReflect() protoreflect.Message
- func (x *InMemoryCacheConfig) Reset()
- func (x *InMemoryCacheConfig) String() string
- type InjectVariableKind
- func (InjectVariableKind) Descriptor() protoreflect.EnumDescriptor
- func (x InjectVariableKind) Enum() *InjectVariableKind
- func (InjectVariableKind) EnumDescriptor() ([]byte, []int)deprecated
- func (x InjectVariableKind) Number() protoreflect.EnumNumber
- func (x InjectVariableKind) String() string
- func (InjectVariableKind) Type() protoreflect.EnumType
- type InternalListenerOptions
- func (*InternalListenerOptions) Descriptor() ([]byte, []int)deprecated
- func (x *InternalListenerOptions) GetPort() *ConfigurationVariable
- func (*InternalListenerOptions) ProtoMessage()
- func (x *InternalListenerOptions) ProtoReflect() protoreflect.Message
- func (x *InternalListenerOptions) Reset()
- func (x *InternalListenerOptions) String() string
- type JwksAuthProvider
- func (*JwksAuthProvider) Descriptor() ([]byte, []int)deprecated
- func (x *JwksAuthProvider) GetJwksJson() *ConfigurationVariable
- func (x *JwksAuthProvider) GetJwksUrl() *ConfigurationVariable
- func (x *JwksAuthProvider) GetUserInfoCacheTtlSeconds() int64
- func (x *JwksAuthProvider) GetUserInfoEndpoint() *ConfigurationVariable
- func (*JwksAuthProvider) ProtoMessage()
- func (x *JwksAuthProvider) ProtoReflect() protoreflect.Message
- func (x *JwksAuthProvider) Reset()
- func (x *JwksAuthProvider) String() string
- type JwksBasedAuthentication
- func (*JwksBasedAuthentication) Descriptor() ([]byte, []int)deprecated
- func (x *JwksBasedAuthentication) GetProviders() []*JwksAuthProvider
- func (*JwksBasedAuthentication) ProtoMessage()
- func (x *JwksBasedAuthentication) ProtoReflect() protoreflect.Message
- func (x *JwksBasedAuthentication) Reset()
- func (x *JwksBasedAuthentication) String() string
- type JwtUpstreamAuthenticationConfig
- func (*JwtUpstreamAuthenticationConfig) Descriptor() ([]byte, []int)deprecated
- func (x *JwtUpstreamAuthenticationConfig) GetSecret() *ConfigurationVariable
- func (x *JwtUpstreamAuthenticationConfig) GetSigningMethod() SigningMethod
- func (*JwtUpstreamAuthenticationConfig) ProtoMessage()
- func (x *JwtUpstreamAuthenticationConfig) ProtoReflect() protoreflect.Message
- func (x *JwtUpstreamAuthenticationConfig) Reset()
- func (x *JwtUpstreamAuthenticationConfig) String() string
- type JwtUpstreamAuthenticationWithAccessTokenExchange
- func (*JwtUpstreamAuthenticationWithAccessTokenExchange) Descriptor() ([]byte, []int)deprecated
- func (x *JwtUpstreamAuthenticationWithAccessTokenExchange) GetAccessTokenExchangeEndpoint() *ConfigurationVariable
- func (x *JwtUpstreamAuthenticationWithAccessTokenExchange) GetSecret() *ConfigurationVariable
- func (x *JwtUpstreamAuthenticationWithAccessTokenExchange) GetSigningMethod() SigningMethod
- func (*JwtUpstreamAuthenticationWithAccessTokenExchange) ProtoMessage()
- func (x *JwtUpstreamAuthenticationWithAccessTokenExchange) ProtoReflect() protoreflect.Message
- func (x *JwtUpstreamAuthenticationWithAccessTokenExchange) Reset()
- func (x *JwtUpstreamAuthenticationWithAccessTokenExchange) String() string
- type ListenerOptions
- func (*ListenerOptions) Descriptor() ([]byte, []int)deprecated
- func (x *ListenerOptions) GetHost() *ConfigurationVariable
- func (x *ListenerOptions) GetPort() *ConfigurationVariable
- func (*ListenerOptions) ProtoMessage()
- func (x *ListenerOptions) ProtoReflect() protoreflect.Message
- func (x *ListenerOptions) Reset()
- func (x *ListenerOptions) String() string
- type LogLevel
- 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 MockResolveHookConfiguration
- func (*MockResolveHookConfiguration) Descriptor() ([]byte, []int)deprecated
- func (x *MockResolveHookConfiguration) GetEnable() bool
- func (x *MockResolveHookConfiguration) GetSubscriptionPollingIntervalMillis() int64
- func (*MockResolveHookConfiguration) ProtoMessage()
- func (x *MockResolveHookConfiguration) ProtoReflect() protoreflect.Message
- func (x *MockResolveHookConfiguration) Reset()
- func (x *MockResolveHookConfiguration) String() string
- type NodeLogging
- type NodeOptions
- func (*NodeOptions) Descriptor() ([]byte, []int)deprecated
- func (x *NodeOptions) GetDefaultHttpProxyUrl() *ConfigurationVariable
- func (x *NodeOptions) GetDefaultRequestTimeoutSeconds() int64
- func (x *NodeOptions) GetListen() *ListenerOptions
- func (x *NodeOptions) GetListenInternal() *InternalListenerOptions
- func (x *NodeOptions) GetLogger() *NodeLogging
- func (x *NodeOptions) GetNodeInternalUrl() *ConfigurationVariable
- func (x *NodeOptions) GetNodeUrl() *ConfigurationVariable
- func (x *NodeOptions) GetPublicNodeUrl() *ConfigurationVariable
- func (*NodeOptions) ProtoMessage()
- func (x *NodeOptions) ProtoReflect() protoreflect.Message
- func (x *NodeOptions) Reset()
- func (x *NodeOptions) String() string
- type OpenIDConnectAuthProviderConfig
- func (*OpenIDConnectAuthProviderConfig) Descriptor() ([]byte, []int)deprecated
- func (x *OpenIDConnectAuthProviderConfig) GetClientId() *ConfigurationVariable
- func (x *OpenIDConnectAuthProviderConfig) GetClientSecret() *ConfigurationVariable
- func (x *OpenIDConnectAuthProviderConfig) GetIssuer() *ConfigurationVariable
- func (x *OpenIDConnectAuthProviderConfig) GetQueryParameters() []*OpenIDConnectQueryParameter
- func (*OpenIDConnectAuthProviderConfig) ProtoMessage()
- func (x *OpenIDConnectAuthProviderConfig) ProtoReflect() protoreflect.Message
- func (x *OpenIDConnectAuthProviderConfig) Reset()
- func (x *OpenIDConnectAuthProviderConfig) String() string
- type OpenIDConnectQueryParameter
- func (*OpenIDConnectQueryParameter) Descriptor() ([]byte, []int)deprecated
- func (x *OpenIDConnectQueryParameter) GetName() *ConfigurationVariable
- func (x *OpenIDConnectQueryParameter) GetValue() *ConfigurationVariable
- func (*OpenIDConnectQueryParameter) ProtoMessage()
- func (x *OpenIDConnectQueryParameter) ProtoReflect() protoreflect.Message
- func (x *OpenIDConnectQueryParameter) Reset()
- func (x *OpenIDConnectQueryParameter) String() string
- type Operation
- func (*Operation) Descriptor() ([]byte, []int)deprecated
- func (x *Operation) GetAuthenticationConfig() *OperationAuthenticationConfig
- func (x *Operation) GetAuthorizationConfig() *OperationAuthorizationConfig
- func (x *Operation) GetCacheConfig() *OperationCacheConfig
- func (x *Operation) GetContent() string
- func (x *Operation) GetEngine() OperationExecutionEngine
- func (x *Operation) GetHooksConfiguration() *OperationHooksConfiguration
- func (x *Operation) GetInternal() bool
- func (x *Operation) GetInterpolationVariablesSchema() string
- func (x *Operation) GetLiveQueryConfig() *OperationLiveQueryConfig
- func (x *Operation) GetName() string
- func (x *Operation) GetOperationType() OperationType
- func (x *Operation) GetPath() string
- func (x *Operation) GetPostResolveTransformations() []*PostResolveTransformation
- func (x *Operation) GetResponseSchema() string
- func (x *Operation) GetVariablesConfiguration() *OperationVariablesConfiguration
- func (x *Operation) GetVariablesSchema() string
- func (*Operation) ProtoMessage()
- func (x *Operation) ProtoReflect() protoreflect.Message
- func (x *Operation) Reset()
- func (x *Operation) String() string
- type OperationAuthenticationConfig
- func (*OperationAuthenticationConfig) Descriptor() ([]byte, []int)deprecated
- func (x *OperationAuthenticationConfig) GetAuthRequired() bool
- func (*OperationAuthenticationConfig) ProtoMessage()
- func (x *OperationAuthenticationConfig) ProtoReflect() protoreflect.Message
- func (x *OperationAuthenticationConfig) Reset()
- func (x *OperationAuthenticationConfig) String() string
- type OperationAuthorizationConfig
- func (*OperationAuthorizationConfig) Descriptor() ([]byte, []int)deprecated
- func (x *OperationAuthorizationConfig) GetClaims() []*ClaimConfig
- func (x *OperationAuthorizationConfig) GetRoleConfig() *OperationRoleConfig
- func (*OperationAuthorizationConfig) ProtoMessage()
- func (x *OperationAuthorizationConfig) ProtoReflect() protoreflect.Message
- func (x *OperationAuthorizationConfig) Reset()
- func (x *OperationAuthorizationConfig) String() string
- type OperationCacheConfig
- func (*OperationCacheConfig) Descriptor() ([]byte, []int)deprecated
- func (x *OperationCacheConfig) GetEnable() bool
- func (x *OperationCacheConfig) GetMaxAge() int64
- func (x *OperationCacheConfig) GetPublic() bool
- func (x *OperationCacheConfig) GetStaleWhileRevalidate() int64
- func (*OperationCacheConfig) ProtoMessage()
- func (x *OperationCacheConfig) ProtoReflect() protoreflect.Message
- func (x *OperationCacheConfig) Reset()
- func (x *OperationCacheConfig) String() string
- type OperationExecutionEngine
- func (OperationExecutionEngine) Descriptor() protoreflect.EnumDescriptor
- func (x OperationExecutionEngine) Enum() *OperationExecutionEngine
- func (OperationExecutionEngine) EnumDescriptor() ([]byte, []int)deprecated
- func (x OperationExecutionEngine) Number() protoreflect.EnumNumber
- func (x OperationExecutionEngine) String() string
- func (OperationExecutionEngine) Type() protoreflect.EnumType
- type OperationHooksConfiguration
- func (*OperationHooksConfiguration) Descriptor() ([]byte, []int)deprecated
- func (x *OperationHooksConfiguration) GetCustomResolve() bool
- func (x *OperationHooksConfiguration) GetHttpTransportOnRequest() bool
- func (x *OperationHooksConfiguration) GetHttpTransportOnResponse() bool
- func (x *OperationHooksConfiguration) GetMockResolve() *MockResolveHookConfiguration
- func (x *OperationHooksConfiguration) GetMutatingPostResolve() bool
- func (x *OperationHooksConfiguration) GetMutatingPreResolve() bool
- func (x *OperationHooksConfiguration) GetPostResolve() bool
- func (x *OperationHooksConfiguration) GetPreResolve() bool
- func (*OperationHooksConfiguration) ProtoMessage()
- func (x *OperationHooksConfiguration) ProtoReflect() protoreflect.Message
- func (x *OperationHooksConfiguration) Reset()
- func (x *OperationHooksConfiguration) String() string
- type OperationLiveQueryConfig
- func (*OperationLiveQueryConfig) Descriptor() ([]byte, []int)deprecated
- func (x *OperationLiveQueryConfig) GetEnable() bool
- func (x *OperationLiveQueryConfig) GetPollingIntervalSeconds() int64
- func (*OperationLiveQueryConfig) ProtoMessage()
- func (x *OperationLiveQueryConfig) ProtoReflect() protoreflect.Message
- func (x *OperationLiveQueryConfig) Reset()
- func (x *OperationLiveQueryConfig) String() string
- type OperationRoleConfig
- func (*OperationRoleConfig) Descriptor() ([]byte, []int)deprecated
- func (x *OperationRoleConfig) GetDenyMatchAll() []string
- func (x *OperationRoleConfig) GetDenyMatchAny() []string
- func (x *OperationRoleConfig) GetRequireMatchAll() []string
- func (x *OperationRoleConfig) GetRequireMatchAny() []string
- func (*OperationRoleConfig) ProtoMessage()
- func (x *OperationRoleConfig) ProtoReflect() protoreflect.Message
- func (x *OperationRoleConfig) Reset()
- func (x *OperationRoleConfig) String() string
- type OperationType
- func (OperationType) Descriptor() protoreflect.EnumDescriptor
- func (x OperationType) Enum() *OperationType
- func (OperationType) EnumDescriptor() ([]byte, []int)deprecated
- func (x OperationType) Number() protoreflect.EnumNumber
- func (x OperationType) String() string
- func (OperationType) Type() protoreflect.EnumType
- type OperationVariablesConfiguration
- func (*OperationVariablesConfiguration) Descriptor() ([]byte, []int)deprecated
- func (x *OperationVariablesConfiguration) GetInjectVariables() []*VariableInjectionConfiguration
- func (*OperationVariablesConfiguration) ProtoMessage()
- func (x *OperationVariablesConfiguration) ProtoReflect() protoreflect.Message
- func (x *OperationVariablesConfiguration) Reset()
- func (x *OperationVariablesConfiguration) String() string
- type PostResolveGetTransformation
- func (*PostResolveGetTransformation) Descriptor() ([]byte, []int)deprecated
- func (x *PostResolveGetTransformation) GetFrom() []string
- func (x *PostResolveGetTransformation) GetTo() []string
- func (*PostResolveGetTransformation) ProtoMessage()
- func (x *PostResolveGetTransformation) ProtoReflect() protoreflect.Message
- func (x *PostResolveGetTransformation) Reset()
- func (x *PostResolveGetTransformation) String() string
- type PostResolveTransformation
- func (*PostResolveTransformation) Descriptor() ([]byte, []int)deprecated
- func (x *PostResolveTransformation) GetDepth() int64
- func (x *PostResolveTransformation) GetGet() *PostResolveGetTransformation
- func (x *PostResolveTransformation) GetKind() PostResolveTransformationKind
- func (*PostResolveTransformation) ProtoMessage()
- func (x *PostResolveTransformation) ProtoReflect() protoreflect.Message
- func (x *PostResolveTransformation) Reset()
- func (x *PostResolveTransformation) String() string
- type PostResolveTransformationKind
- func (PostResolveTransformationKind) Descriptor() protoreflect.EnumDescriptor
- func (x PostResolveTransformationKind) Enum() *PostResolveTransformationKind
- func (PostResolveTransformationKind) EnumDescriptor() ([]byte, []int)deprecated
- func (x PostResolveTransformationKind) Number() protoreflect.EnumNumber
- func (x PostResolveTransformationKind) String() string
- func (PostResolveTransformationKind) Type() protoreflect.EnumType
- type RESTSubscriptionConfiguration
- func (*RESTSubscriptionConfiguration) Descriptor() ([]byte, []int)deprecated
- func (x *RESTSubscriptionConfiguration) GetEnabled() bool
- func (x *RESTSubscriptionConfiguration) GetPollingIntervalMillis() int64
- func (x *RESTSubscriptionConfiguration) GetSkipPublishSameResponse() bool
- func (*RESTSubscriptionConfiguration) ProtoMessage()
- func (x *RESTSubscriptionConfiguration) ProtoReflect() protoreflect.Message
- func (x *RESTSubscriptionConfiguration) Reset()
- func (x *RESTSubscriptionConfiguration) String() string
- type RedisCacheConfig
- type S3UploadConfiguration
- func (*S3UploadConfiguration) Descriptor() ([]byte, []int)deprecated
- func (x *S3UploadConfiguration) GetAccessKeyID() *ConfigurationVariable
- func (x *S3UploadConfiguration) GetBucketLocation() *ConfigurationVariable
- func (x *S3UploadConfiguration) GetBucketName() *ConfigurationVariable
- func (x *S3UploadConfiguration) GetEndpoint() *ConfigurationVariable
- func (x *S3UploadConfiguration) GetName() string
- func (x *S3UploadConfiguration) GetSecretAccessKey() *ConfigurationVariable
- func (x *S3UploadConfiguration) GetUploadProfiles() map[string]*S3UploadProfile
- func (x *S3UploadConfiguration) GetUseSSL() bool
- func (*S3UploadConfiguration) ProtoMessage()
- func (x *S3UploadConfiguration) ProtoReflect() protoreflect.Message
- func (x *S3UploadConfiguration) Reset()
- func (x *S3UploadConfiguration) String() string
- type S3UploadProfile
- func (*S3UploadProfile) Descriptor() ([]byte, []int)deprecated
- func (x *S3UploadProfile) GetAllowedFileExtensions() []string
- func (x *S3UploadProfile) GetAllowedMimeTypes() []string
- func (x *S3UploadProfile) GetHooks() *S3UploadProfileHooksConfiguration
- func (x *S3UploadProfile) GetMaxAllowedFiles() int32
- func (x *S3UploadProfile) GetMaxAllowedUploadSizeBytes() int32
- func (x *S3UploadProfile) GetMetadataJSONSchema() string
- func (x *S3UploadProfile) GetRequireAuthentication() bool
- func (*S3UploadProfile) ProtoMessage()
- func (x *S3UploadProfile) ProtoReflect() protoreflect.Message
- func (x *S3UploadProfile) Reset()
- func (x *S3UploadProfile) String() string
- type S3UploadProfileHooksConfiguration
- func (*S3UploadProfileHooksConfiguration) Descriptor() ([]byte, []int)deprecated
- func (x *S3UploadProfileHooksConfiguration) GetPostUpload() bool
- func (x *S3UploadProfileHooksConfiguration) GetPreUpload() bool
- func (*S3UploadProfileHooksConfiguration) ProtoMessage()
- func (x *S3UploadProfileHooksConfiguration) ProtoReflect() protoreflect.Message
- func (x *S3UploadProfileHooksConfiguration) Reset()
- func (x *S3UploadProfileHooksConfiguration) String() string
- type ServerLogging
- type ServerOptions
- func (*ServerOptions) Descriptor() ([]byte, []int)deprecated
- func (x *ServerOptions) GetListen() *ListenerOptions
- func (x *ServerOptions) GetLogger() *ServerLogging
- func (x *ServerOptions) GetServerUrl() *ConfigurationVariable
- func (*ServerOptions) ProtoMessage()
- func (x *ServerOptions) ProtoReflect() protoreflect.Message
- func (x *ServerOptions) Reset()
- func (x *ServerOptions) String() string
- type SigningMethod
- func (SigningMethod) Descriptor() protoreflect.EnumDescriptor
- func (x SigningMethod) Enum() *SigningMethod
- func (SigningMethod) EnumDescriptor() ([]byte, []int)deprecated
- func (x SigningMethod) Number() protoreflect.EnumNumber
- func (x SigningMethod) String() string
- func (SigningMethod) Type() protoreflect.EnumType
- 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 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
- 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
- type UpstreamAuthentication
- func (*UpstreamAuthentication) Descriptor() ([]byte, []int)deprecated
- func (x *UpstreamAuthentication) GetJwtConfig() *JwtUpstreamAuthenticationConfig
- func (x *UpstreamAuthentication) GetJwtWithAccessTokenExchangeConfig() *JwtUpstreamAuthenticationWithAccessTokenExchange
- func (x *UpstreamAuthentication) GetKind() UpstreamAuthenticationKind
- func (*UpstreamAuthentication) ProtoMessage()
- func (x *UpstreamAuthentication) ProtoReflect() protoreflect.Message
- func (x *UpstreamAuthentication) Reset()
- func (x *UpstreamAuthentication) String() string
- type UpstreamAuthenticationKind
- func (UpstreamAuthenticationKind) Descriptor() protoreflect.EnumDescriptor
- func (x UpstreamAuthenticationKind) Enum() *UpstreamAuthenticationKind
- func (UpstreamAuthenticationKind) EnumDescriptor() ([]byte, []int)deprecated
- func (x UpstreamAuthenticationKind) Number() protoreflect.EnumNumber
- func (x UpstreamAuthenticationKind) String() string
- func (UpstreamAuthenticationKind) Type() protoreflect.EnumType
- type UserDefinedApi
- func (*UserDefinedApi) Descriptor() ([]byte, []int)deprecated
- func (x *UserDefinedApi) GetAllowedHostNames() []*ConfigurationVariable
- func (x *UserDefinedApi) GetAuthenticationConfig() *ApiAuthenticationConfig
- func (x *UserDefinedApi) GetCorsConfiguration() *CorsConfiguration
- func (x *UserDefinedApi) GetEnableGraphqlEndpoint() bool
- func (x *UserDefinedApi) GetEngineConfiguration() *EngineConfiguration
- func (x *UserDefinedApi) GetInvalidOperationNames() []string
- func (x *UserDefinedApi) GetNodeOptions() *NodeOptions
- func (x *UserDefinedApi) GetOperations() []*Operation
- func (x *UserDefinedApi) GetS3UploadConfiguration() []*S3UploadConfiguration
- func (x *UserDefinedApi) GetServerOptions() *ServerOptions
- func (x *UserDefinedApi) GetWebhooks() []*WebhookConfiguration
- func (*UserDefinedApi) ProtoMessage()
- func (x *UserDefinedApi) ProtoReflect() protoreflect.Message
- func (x *UserDefinedApi) Reset()
- func (x *UserDefinedApi) String() string
- type ValueType
- type VariableInjectionConfiguration
- func (*VariableInjectionConfiguration) Descriptor() ([]byte, []int)deprecated
- func (x *VariableInjectionConfiguration) GetDateFormat() string
- func (x *VariableInjectionConfiguration) GetEnvironmentVariableName() string
- func (x *VariableInjectionConfiguration) GetVariableKind() InjectVariableKind
- func (x *VariableInjectionConfiguration) GetVariablePathComponents() []string
- func (*VariableInjectionConfiguration) ProtoMessage()
- func (x *VariableInjectionConfiguration) ProtoReflect() protoreflect.Message
- func (x *VariableInjectionConfiguration) Reset()
- func (x *VariableInjectionConfiguration) String() string
- type WebhookConfiguration
- func (*WebhookConfiguration) Descriptor() ([]byte, []int)deprecated
- func (x *WebhookConfiguration) GetFilePath() string
- func (x *WebhookConfiguration) GetName() string
- func (x *WebhookConfiguration) GetVerifier() *WebhookVerifier
- func (*WebhookConfiguration) ProtoMessage()
- func (x *WebhookConfiguration) ProtoReflect() protoreflect.Message
- func (x *WebhookConfiguration) Reset()
- func (x *WebhookConfiguration) String() string
- type WebhookVerifier
- func (*WebhookVerifier) Descriptor() ([]byte, []int)deprecated
- func (x *WebhookVerifier) GetKind() WebhookVerifierKind
- func (x *WebhookVerifier) GetSecret() *ConfigurationVariable
- func (x *WebhookVerifier) GetSignatureHeader() string
- func (x *WebhookVerifier) GetSignatureHeaderPrefix() string
- func (*WebhookVerifier) ProtoMessage()
- func (x *WebhookVerifier) ProtoReflect() protoreflect.Message
- func (x *WebhookVerifier) Reset()
- func (x *WebhookVerifier) String() string
- type WebhookVerifierKind
- func (WebhookVerifierKind) Descriptor() protoreflect.EnumDescriptor
- func (x WebhookVerifierKind) Enum() *WebhookVerifierKind
- func (WebhookVerifierKind) EnumDescriptor() ([]byte, []int)deprecated
- func (x WebhookVerifierKind) Number() protoreflect.EnumNumber
- func (x WebhookVerifierKind) String() string
- func (WebhookVerifierKind) Type() protoreflect.EnumType
- type WunderGraphConfiguration
- func (*WunderGraphConfiguration) Descriptor() ([]byte, []int)deprecated
- func (x *WunderGraphConfiguration) GetApi() *UserDefinedApi
- func (x *WunderGraphConfiguration) GetApiId() string
- func (x *WunderGraphConfiguration) GetDangerouslyEnableGraphQLEndpoint() bool
- func (x *WunderGraphConfiguration) GetEnvironmentIds() []string
- func (*WunderGraphConfiguration) ProtoMessage()
- func (x *WunderGraphConfiguration) ProtoReflect() protoreflect.Message
- func (x *WunderGraphConfiguration) Reset()
- func (x *WunderGraphConfiguration) String() string
Constants ¶
This section is empty.
Variables ¶
var ( LogLevel_name = map[int32]string{ 0: "DEBUG", 1: "INFO", 2: "ERROR", 3: "WARNING", 4: "PANIC", 5: "FATAL", } LogLevel_value = map[string]int32{ "DEBUG": 0, "INFO": 1, "ERROR": 2, "WARNING": 3, "PANIC": 4, "FATAL": 5, } )
Enum value maps for LogLevel.
var ( AuthProviderKind_name = map[int32]string{ 0: "AuthProviderGithub", 1: "AuthProviderOIDC", 2: "AuthProviderAuth0", } AuthProviderKind_value = map[string]int32{ "AuthProviderGithub": 0, "AuthProviderOIDC": 1, "AuthProviderAuth0": 2, } )
Enum value maps for AuthProviderKind.
var ( ApiCacheKind_name = map[int32]string{ 0: "NO_CACHE", 1: "IN_MEMORY_CACHE", 2: "REDIS_CACHE", } ApiCacheKind_value = map[string]int32{ "NO_CACHE": 0, "IN_MEMORY_CACHE": 1, "REDIS_CACHE": 2, } )
Enum value maps for ApiCacheKind.
var ( OperationExecutionEngine_name = map[int32]string{ 0: "ENGINE_GRAPHQL", 1: "ENGINE_NODEJS", } OperationExecutionEngine_value = map[string]int32{ "ENGINE_GRAPHQL": 0, "ENGINE_NODEJS": 1, } )
Enum value maps for OperationExecutionEngine.
var ( PostResolveTransformationKind_name = map[int32]string{ 0: "GET_POST_RESOLVE_TRANSFORMATION", } PostResolveTransformationKind_value = map[string]int32{ "GET_POST_RESOLVE_TRANSFORMATION": 0, } )
Enum value maps for PostResolveTransformationKind.
var ( InjectVariableKind_name = map[int32]string{ 0: "UUID", 1: "DATE_TIME", 2: "ENVIRONMENT_VARIABLE", } InjectVariableKind_value = map[string]int32{ "UUID": 0, "DATE_TIME": 1, "ENVIRONMENT_VARIABLE": 2, } )
Enum value maps for InjectVariableKind.
var ( ClaimType_name = map[int32]string{ 0: "ISSUER", 1: "SUBJECT", 2: "NAME", 3: "GIVEN_NAME", 4: "FAMILY_NAME", 5: "MIDDLE_NAME", 6: "NICKNAME", 7: "PREFERRED_USERNAME", 8: "PROFILE", 9: "PICTURE", 10: "WEBSITE", 11: "EMAIL", 12: "EMAIL_VERIFIED", 13: "GENDER", 14: "BIRTH_DATE", 15: "ZONE_INFO", 16: "LOCALE", 17: "LOCATION", 999: "CUSTOM", } ClaimType_value = map[string]int32{ "ISSUER": 0, "PROVIDER": 0, "SUBJECT": 1, "USERID": 1, "NAME": 2, "GIVEN_NAME": 3, "FAMILY_NAME": 4, "MIDDLE_NAME": 5, "NICKNAME": 6, "PREFERRED_USERNAME": 7, "PROFILE": 8, "PICTURE": 9, "WEBSITE": 10, "EMAIL": 11, "EMAIL_VERIFIED": 12, "GENDER": 13, "BIRTH_DATE": 14, "ZONE_INFO": 15, "LOCALE": 16, "LOCATION": 17, "CUSTOM": 999, } )
Enum value maps for ClaimType.
var ( ValueType_name = map[int32]string{ 0: "STRING", 1: "INT", 2: "FLOAT", 3: "BOOLEAN", } ValueType_value = map[string]int32{ "STRING": 0, "INT": 1, "FLOAT": 2, "BOOLEAN": 3, } )
Enum value maps for ValueType.
var ( OperationType_name = map[int32]string{ 0: "QUERY", 1: "MUTATION", 2: "SUBSCRIPTION", } OperationType_value = map[string]int32{ "QUERY": 0, "MUTATION": 1, "SUBSCRIPTION": 2, } )
Enum value maps for OperationType.
var ( DataSourceKind_name = map[int32]string{ 0: "STATIC", 1: "REST", 2: "GRAPHQL", 3: "POSTGRESQL", 4: "MYSQL", 5: "SQLSERVER", 6: "MONGODB", 7: "SQLITE", 8: "PRISMA", } DataSourceKind_value = map[string]int32{ "STATIC": 0, "REST": 1, "GRAPHQL": 2, "POSTGRESQL": 3, "MYSQL": 4, "SQLSERVER": 5, "MONGODB": 6, "SQLITE": 7, "PRISMA": 8, } )
Enum value maps for DataSourceKind.
var ( UpstreamAuthenticationKind_name = map[int32]string{ 0: "UpstreamAuthenticationJWT", 1: "UpstreamAuthenticationJWTWithAccessTokenExchange", } UpstreamAuthenticationKind_value = map[string]int32{ "UpstreamAuthenticationJWT": 0, "UpstreamAuthenticationJWTWithAccessTokenExchange": 1, } )
Enum value maps for UpstreamAuthenticationKind.
var ( SigningMethod_name = map[int32]string{ 0: "SigningMethodHS256", } SigningMethod_value = map[string]int32{ "SigningMethodHS256": 0, } )
Enum value maps for SigningMethod.
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 ( 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 ( 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 ( WebhookVerifierKind_name = map[int32]string{ 0: "HMAC_SHA256", } WebhookVerifierKind_value = map[string]int32{ "HMAC_SHA256": 0, } )
Enum value maps for WebhookVerifierKind.
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 File_wundernode_config_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ApiAuthenticationConfig ¶
type ApiAuthenticationConfig struct { CookieBased *CookieBasedAuthentication `protobuf:"bytes,1,opt,name=cookieBased,proto3" json:"cookieBased,omitempty"` Hooks *ApiAuthenticationHooks `protobuf:"bytes,2,opt,name=hooks,proto3" json:"hooks,omitempty"` JwksBased *JwksBasedAuthentication `protobuf:"bytes,3,opt,name=jwksBased,proto3" json:"jwksBased,omitempty"` PublicClaims []string `protobuf:"bytes,4,rep,name=publicClaims,proto3" json:"publicClaims,omitempty"` // contains filtered or unexported fields }
func (*ApiAuthenticationConfig) Descriptor
deprecated
func (*ApiAuthenticationConfig) Descriptor() ([]byte, []int)
Deprecated: Use ApiAuthenticationConfig.ProtoReflect.Descriptor instead.
func (*ApiAuthenticationConfig) GetCookieBased ¶
func (x *ApiAuthenticationConfig) GetCookieBased() *CookieBasedAuthentication
func (*ApiAuthenticationConfig) GetHooks ¶
func (x *ApiAuthenticationConfig) GetHooks() *ApiAuthenticationHooks
func (*ApiAuthenticationConfig) GetJwksBased ¶
func (x *ApiAuthenticationConfig) GetJwksBased() *JwksBasedAuthentication
func (*ApiAuthenticationConfig) GetPublicClaims ¶ added in v0.132.0
func (x *ApiAuthenticationConfig) GetPublicClaims() []string
func (*ApiAuthenticationConfig) ProtoMessage ¶
func (*ApiAuthenticationConfig) ProtoMessage()
func (*ApiAuthenticationConfig) ProtoReflect ¶
func (x *ApiAuthenticationConfig) ProtoReflect() protoreflect.Message
func (*ApiAuthenticationConfig) Reset ¶
func (x *ApiAuthenticationConfig) Reset()
func (*ApiAuthenticationConfig) String ¶
func (x *ApiAuthenticationConfig) String() string
type ApiAuthenticationHooks ¶
type ApiAuthenticationHooks struct { PostAuthentication bool `protobuf:"varint,1,opt,name=postAuthentication,proto3" json:"postAuthentication,omitempty"` MutatingPostAuthentication bool `protobuf:"varint,2,opt,name=mutatingPostAuthentication,proto3" json:"mutatingPostAuthentication,omitempty"` RevalidateAuthentication bool `protobuf:"varint,3,opt,name=revalidateAuthentication,proto3" json:"revalidateAuthentication,omitempty"` PostLogout bool `protobuf:"varint,4,opt,name=postLogout,proto3" json:"postLogout,omitempty"` // contains filtered or unexported fields }
func (*ApiAuthenticationHooks) Descriptor
deprecated
func (*ApiAuthenticationHooks) Descriptor() ([]byte, []int)
Deprecated: Use ApiAuthenticationHooks.ProtoReflect.Descriptor instead.
func (*ApiAuthenticationHooks) GetMutatingPostAuthentication ¶
func (x *ApiAuthenticationHooks) GetMutatingPostAuthentication() bool
func (*ApiAuthenticationHooks) GetPostAuthentication ¶
func (x *ApiAuthenticationHooks) GetPostAuthentication() bool
func (*ApiAuthenticationHooks) GetPostLogout ¶ added in v0.110.1
func (x *ApiAuthenticationHooks) GetPostLogout() bool
func (*ApiAuthenticationHooks) GetRevalidateAuthentication ¶
func (x *ApiAuthenticationHooks) GetRevalidateAuthentication() bool
func (*ApiAuthenticationHooks) ProtoMessage ¶
func (*ApiAuthenticationHooks) ProtoMessage()
func (*ApiAuthenticationHooks) ProtoReflect ¶
func (x *ApiAuthenticationHooks) ProtoReflect() protoreflect.Message
func (*ApiAuthenticationHooks) Reset ¶
func (x *ApiAuthenticationHooks) Reset()
func (*ApiAuthenticationHooks) String ¶
func (x *ApiAuthenticationHooks) String() string
type ApiCacheConfig ¶
type ApiCacheConfig struct { Kind ApiCacheKind `protobuf:"varint,1,opt,name=kind,proto3,enum=wgpb.ApiCacheKind" json:"kind,omitempty"` InMemoryConfig *InMemoryCacheConfig `protobuf:"bytes,2,opt,name=inMemoryConfig,proto3" json:"inMemoryConfig,omitempty"` RedisConfig *RedisCacheConfig `protobuf:"bytes,3,opt,name=redisConfig,proto3" json:"redisConfig,omitempty"` // contains filtered or unexported fields }
func (*ApiCacheConfig) Descriptor
deprecated
func (*ApiCacheConfig) Descriptor() ([]byte, []int)
Deprecated: Use ApiCacheConfig.ProtoReflect.Descriptor instead.
func (*ApiCacheConfig) GetInMemoryConfig ¶
func (x *ApiCacheConfig) GetInMemoryConfig() *InMemoryCacheConfig
func (*ApiCacheConfig) GetKind ¶
func (x *ApiCacheConfig) GetKind() ApiCacheKind
func (*ApiCacheConfig) GetRedisConfig ¶
func (x *ApiCacheConfig) GetRedisConfig() *RedisCacheConfig
func (*ApiCacheConfig) ProtoMessage ¶
func (*ApiCacheConfig) ProtoMessage()
func (*ApiCacheConfig) ProtoReflect ¶
func (x *ApiCacheConfig) ProtoReflect() protoreflect.Message
func (*ApiCacheConfig) Reset ¶
func (x *ApiCacheConfig) Reset()
func (*ApiCacheConfig) String ¶
func (x *ApiCacheConfig) String() string
type ApiCacheKind ¶
type ApiCacheKind int32
const ( ApiCacheKind_NO_CACHE ApiCacheKind = 0 ApiCacheKind_IN_MEMORY_CACHE ApiCacheKind = 1 ApiCacheKind_REDIS_CACHE ApiCacheKind = 2 )
func (ApiCacheKind) Descriptor ¶
func (ApiCacheKind) Descriptor() protoreflect.EnumDescriptor
func (ApiCacheKind) Enum ¶
func (x ApiCacheKind) Enum() *ApiCacheKind
func (ApiCacheKind) EnumDescriptor
deprecated
func (ApiCacheKind) EnumDescriptor() ([]byte, []int)
Deprecated: Use ApiCacheKind.Descriptor instead.
func (ApiCacheKind) Number ¶
func (x ApiCacheKind) Number() protoreflect.EnumNumber
func (ApiCacheKind) String ¶
func (x ApiCacheKind) String() string
func (ApiCacheKind) Type ¶
func (ApiCacheKind) Type() protoreflect.EnumType
type ArgumentConfiguration ¶
type ArgumentConfiguration struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` SourceType ArgumentSource `protobuf:"varint,2,opt,name=sourceType,proto3,enum=wgpb.ArgumentSource" json:"sourceType,omitempty"` SourcePath []string `protobuf:"bytes,3,rep,name=sourcePath,proto3" json:"sourcePath,omitempty"` RenderConfiguration ArgumentRenderConfiguration `` /* 130-byte string literal not displayed */ RenameTypeTo string `protobuf:"bytes,5,opt,name=renameTypeTo,proto3" json:"renameTypeTo,omitempty"` // 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) GetRenameTypeTo ¶ added in v0.132.1
func (x *ArgumentConfiguration) GetRenameTypeTo() string
func (*ArgumentConfiguration) GetRenderConfiguration ¶
func (x *ArgumentConfiguration) GetRenderConfiguration() ArgumentRenderConfiguration
func (*ArgumentConfiguration) GetSourcePath ¶
func (x *ArgumentConfiguration) GetSourcePath() []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 AuthProvider ¶
type AuthProvider struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Kind AuthProviderKind `protobuf:"varint,2,opt,name=kind,proto3,enum=wgpb.AuthProviderKind" json:"kind,omitempty"` GithubConfig *GithubAuthProviderConfig `protobuf:"bytes,3,opt,name=githubConfig,proto3" json:"githubConfig,omitempty"` OidcConfig *OpenIDConnectAuthProviderConfig `protobuf:"bytes,4,opt,name=oidcConfig,proto3" json:"oidcConfig,omitempty"` // contains filtered or unexported fields }
func (*AuthProvider) Descriptor
deprecated
func (*AuthProvider) Descriptor() ([]byte, []int)
Deprecated: Use AuthProvider.ProtoReflect.Descriptor instead.
func (*AuthProvider) GetGithubConfig ¶
func (x *AuthProvider) GetGithubConfig() *GithubAuthProviderConfig
func (*AuthProvider) GetId ¶
func (x *AuthProvider) GetId() string
func (*AuthProvider) GetKind ¶
func (x *AuthProvider) GetKind() AuthProviderKind
func (*AuthProvider) GetOidcConfig ¶
func (x *AuthProvider) GetOidcConfig() *OpenIDConnectAuthProviderConfig
func (*AuthProvider) ProtoMessage ¶
func (*AuthProvider) ProtoMessage()
func (*AuthProvider) ProtoReflect ¶
func (x *AuthProvider) ProtoReflect() protoreflect.Message
func (*AuthProvider) Reset ¶
func (x *AuthProvider) Reset()
func (*AuthProvider) String ¶
func (x *AuthProvider) String() string
type AuthProviderKind ¶
type AuthProviderKind int32
const ( AuthProviderKind_AuthProviderGithub AuthProviderKind = 0 AuthProviderKind_AuthProviderOIDC AuthProviderKind = 1 AuthProviderKind_AuthProviderAuth0 AuthProviderKind = 2 )
func (AuthProviderKind) Descriptor ¶
func (AuthProviderKind) Descriptor() protoreflect.EnumDescriptor
func (AuthProviderKind) Enum ¶
func (x AuthProviderKind) Enum() *AuthProviderKind
func (AuthProviderKind) EnumDescriptor
deprecated
func (AuthProviderKind) EnumDescriptor() ([]byte, []int)
Deprecated: Use AuthProviderKind.Descriptor instead.
func (AuthProviderKind) Number ¶
func (x AuthProviderKind) Number() protoreflect.EnumNumber
func (AuthProviderKind) String ¶
func (x AuthProviderKind) String() string
func (AuthProviderKind) Type ¶
func (AuthProviderKind) Type() protoreflect.EnumType
type BuildInfo ¶ added in v0.139.0
type BuildInfo struct { Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` Sdk *BuildInfoVersion `protobuf:"bytes,2,opt,name=sdk,proto3" json:"sdk,omitempty"` Wunderctl *BuildInfoVersion `protobuf:"bytes,3,opt,name=wunderctl,proto3" json:"wunderctl,omitempty"` Node *BuildInfoVersion `protobuf:"bytes,4,opt,name=node,proto3" json:"node,omitempty"` Os *BuildInfoOS `protobuf:"bytes,5,opt,name=os,proto3" json:"os,omitempty"` Stats *BuildInfoStats `protobuf:"bytes,6,opt,name=stats,proto3" json:"stats,omitempty"` // contains filtered or unexported fields }
func (*BuildInfo) Descriptor
deprecated
added in
v0.139.0
func (*BuildInfo) GetNode ¶ added in v0.139.0
func (x *BuildInfo) GetNode() *BuildInfoVersion
func (*BuildInfo) GetOs ¶ added in v0.139.0
func (x *BuildInfo) GetOs() *BuildInfoOS
func (*BuildInfo) GetSdk ¶ added in v0.139.0
func (x *BuildInfo) GetSdk() *BuildInfoVersion
func (*BuildInfo) GetStats ¶ added in v0.139.0
func (x *BuildInfo) GetStats() *BuildInfoStats
func (*BuildInfo) GetSuccess ¶ added in v0.139.0
func (*BuildInfo) GetWunderctl ¶ added in v0.139.0
func (x *BuildInfo) GetWunderctl() *BuildInfoVersion
func (*BuildInfo) ProtoMessage ¶ added in v0.139.0
func (*BuildInfo) ProtoMessage()
func (*BuildInfo) ProtoReflect ¶ added in v0.139.0
func (x *BuildInfo) ProtoReflect() protoreflect.Message
type BuildInfoOS ¶ added in v0.139.0
type BuildInfoOS struct { Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` Platform string `protobuf:"bytes,2,opt,name=platform,proto3" json:"platform,omitempty"` Arch string `protobuf:"bytes,3,opt,name=arch,proto3" json:"arch,omitempty"` Version string `protobuf:"bytes,4,opt,name=version,proto3" json:"version,omitempty"` Release string `protobuf:"bytes,5,opt,name=release,proto3" json:"release,omitempty"` // contains filtered or unexported fields }
func (*BuildInfoOS) Descriptor
deprecated
added in
v0.139.0
func (*BuildInfoOS) Descriptor() ([]byte, []int)
Deprecated: Use BuildInfoOS.ProtoReflect.Descriptor instead.
func (*BuildInfoOS) GetArch ¶ added in v0.139.0
func (x *BuildInfoOS) GetArch() string
func (*BuildInfoOS) GetPlatform ¶ added in v0.139.0
func (x *BuildInfoOS) GetPlatform() string
func (*BuildInfoOS) GetRelease ¶ added in v0.139.0
func (x *BuildInfoOS) GetRelease() string
func (*BuildInfoOS) GetType ¶ added in v0.139.0
func (x *BuildInfoOS) GetType() string
func (*BuildInfoOS) GetVersion ¶ added in v0.139.0
func (x *BuildInfoOS) GetVersion() string
func (*BuildInfoOS) ProtoMessage ¶ added in v0.139.0
func (*BuildInfoOS) ProtoMessage()
func (*BuildInfoOS) ProtoReflect ¶ added in v0.139.0
func (x *BuildInfoOS) ProtoReflect() protoreflect.Message
func (*BuildInfoOS) Reset ¶ added in v0.139.0
func (x *BuildInfoOS) Reset()
func (*BuildInfoOS) String ¶ added in v0.139.0
func (x *BuildInfoOS) String() string
type BuildInfoStats ¶ added in v0.139.0
type BuildInfoStats struct { TotalApis int32 `protobuf:"varint,1,opt,name=totalApis,proto3" json:"totalApis,omitempty"` TotalOperations int32 `protobuf:"varint,2,opt,name=totalOperations,proto3" json:"totalOperations,omitempty"` TotalWebhooks int32 `protobuf:"varint,3,opt,name=totalWebhooks,proto3" json:"totalWebhooks,omitempty"` HasAuthenticationProvider bool `protobuf:"varint,4,opt,name=hasAuthenticationProvider,proto3" json:"hasAuthenticationProvider,omitempty"` HasUploadProvider bool `protobuf:"varint,5,opt,name=hasUploadProvider,proto3" json:"hasUploadProvider,omitempty"` // contains filtered or unexported fields }
func (*BuildInfoStats) Descriptor
deprecated
added in
v0.139.0
func (*BuildInfoStats) Descriptor() ([]byte, []int)
Deprecated: Use BuildInfoStats.ProtoReflect.Descriptor instead.
func (*BuildInfoStats) GetHasAuthenticationProvider ¶ added in v0.139.0
func (x *BuildInfoStats) GetHasAuthenticationProvider() bool
func (*BuildInfoStats) GetHasUploadProvider ¶ added in v0.139.0
func (x *BuildInfoStats) GetHasUploadProvider() bool
func (*BuildInfoStats) GetTotalApis ¶ added in v0.139.0
func (x *BuildInfoStats) GetTotalApis() int32
func (*BuildInfoStats) GetTotalOperations ¶ added in v0.139.0
func (x *BuildInfoStats) GetTotalOperations() int32
func (*BuildInfoStats) GetTotalWebhooks ¶ added in v0.139.0
func (x *BuildInfoStats) GetTotalWebhooks() int32
func (*BuildInfoStats) ProtoMessage ¶ added in v0.139.0
func (*BuildInfoStats) ProtoMessage()
func (*BuildInfoStats) ProtoReflect ¶ added in v0.139.0
func (x *BuildInfoStats) ProtoReflect() protoreflect.Message
func (*BuildInfoStats) Reset ¶ added in v0.139.0
func (x *BuildInfoStats) Reset()
func (*BuildInfoStats) String ¶ added in v0.139.0
func (x *BuildInfoStats) String() string
type BuildInfoVersion ¶ added in v0.139.0
type BuildInfoVersion struct { Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` // contains filtered or unexported fields }
func (*BuildInfoVersion) Descriptor
deprecated
added in
v0.139.0
func (*BuildInfoVersion) Descriptor() ([]byte, []int)
Deprecated: Use BuildInfoVersion.ProtoReflect.Descriptor instead.
func (*BuildInfoVersion) GetVersion ¶ added in v0.139.0
func (x *BuildInfoVersion) GetVersion() string
func (*BuildInfoVersion) ProtoMessage ¶ added in v0.139.0
func (*BuildInfoVersion) ProtoMessage()
func (*BuildInfoVersion) ProtoReflect ¶ added in v0.139.0
func (x *BuildInfoVersion) ProtoReflect() protoreflect.Message
func (*BuildInfoVersion) Reset ¶ added in v0.139.0
func (x *BuildInfoVersion) Reset()
func (*BuildInfoVersion) String ¶ added in v0.139.0
func (x *BuildInfoVersion) String() string
type ClaimConfig ¶
type ClaimConfig struct { VariablePathComponents []string `protobuf:"bytes,1,rep,name=variablePathComponents,proto3" json:"variablePathComponents,omitempty"` ClaimType ClaimType `protobuf:"varint,2,opt,name=claimType,proto3,enum=wgpb.ClaimType" json:"claimType,omitempty"` // Available iff claimType == CUSTOM Custom *CustomClaim `protobuf:"bytes,3,opt,name=custom,proto3,oneof" json:"custom,omitempty"` // contains filtered or unexported fields }
func (*ClaimConfig) Descriptor
deprecated
func (*ClaimConfig) Descriptor() ([]byte, []int)
Deprecated: Use ClaimConfig.ProtoReflect.Descriptor instead.
func (*ClaimConfig) GetClaimType ¶ added in v0.131.0
func (x *ClaimConfig) GetClaimType() ClaimType
func (*ClaimConfig) GetCustom ¶ added in v0.131.0
func (x *ClaimConfig) GetCustom() *CustomClaim
func (*ClaimConfig) GetVariablePathComponents ¶ added in v0.132.0
func (x *ClaimConfig) GetVariablePathComponents() []string
func (*ClaimConfig) ProtoMessage ¶
func (*ClaimConfig) ProtoMessage()
func (*ClaimConfig) ProtoReflect ¶
func (x *ClaimConfig) ProtoReflect() protoreflect.Message
func (*ClaimConfig) Reset ¶
func (x *ClaimConfig) Reset()
func (*ClaimConfig) String ¶
func (x *ClaimConfig) String() string
type ClaimType ¶ added in v0.131.0
type ClaimType int32
const ( ClaimType_ISSUER ClaimType = 0 // iss ClaimType_PROVIDER ClaimType = 0 // alias for iss, deprecated ClaimType_SUBJECT ClaimType = 1 // sub ClaimType_USERID ClaimType = 1 // alias for sub ClaimType_NAME ClaimType = 2 // name ClaimType_GIVEN_NAME ClaimType = 3 // given_name ClaimType_FAMILY_NAME ClaimType = 4 // family_name ClaimType_MIDDLE_NAME ClaimType = 5 // middle_name ClaimType_NICKNAME ClaimType = 6 // nickname ClaimType_PREFERRED_USERNAME ClaimType = 7 // preferred_username ClaimType_PROFILE ClaimType = 8 // profile ClaimType_PICTURE ClaimType = 9 // picture ClaimType_WEBSITE ClaimType = 10 // website ClaimType_EMAIL ClaimType = 11 // email ClaimType_EMAIL_VERIFIED ClaimType = 12 // email_verified ClaimType_GENDER ClaimType = 13 // gender ClaimType_BIRTH_DATE ClaimType = 14 // birthdate ClaimType_ZONE_INFO ClaimType = 15 // zoneinfo ClaimType_LOCALE ClaimType = 16 // locale ClaimType_LOCATION ClaimType = 17 // location ClaimType_CUSTOM ClaimType = 999 )
func (ClaimType) Descriptor ¶ added in v0.131.0
func (ClaimType) Descriptor() protoreflect.EnumDescriptor
func (ClaimType) EnumDescriptor
deprecated
added in
v0.131.0
func (ClaimType) Number ¶ added in v0.131.0
func (x ClaimType) Number() protoreflect.EnumNumber
func (ClaimType) Type ¶ added in v0.131.0
func (ClaimType) Type() protoreflect.EnumType
type ConfigurationVariable ¶
type ConfigurationVariable struct { Kind ConfigurationVariableKind `protobuf:"varint,1,opt,name=kind,proto3,enum=wgpb.ConfigurationVariableKind" json:"kind,omitempty"` StaticVariableContent string `protobuf:"bytes,2,opt,name=staticVariableContent,proto3" json:"staticVariableContent,omitempty"` EnvironmentVariableName string `protobuf:"bytes,3,opt,name=environmentVariableName,proto3" json:"environmentVariableName,omitempty"` EnvironmentVariableDefaultValue string `protobuf:"bytes,4,opt,name=environmentVariableDefaultValue,proto3" json:"environmentVariableDefaultValue,omitempty"` PlaceholderVariableName string `protobuf:"bytes,5,opt,name=placeholderVariableName,proto3" json:"placeholderVariableName,omitempty"` // 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 CookieBasedAuthentication ¶
type CookieBasedAuthentication struct { Providers []*AuthProvider `protobuf:"bytes,1,rep,name=providers,proto3" json:"providers,omitempty"` AuthorizedRedirectUris []*ConfigurationVariable `protobuf:"bytes,2,rep,name=authorizedRedirectUris,proto3" json:"authorizedRedirectUris,omitempty"` AuthorizedRedirectUriRegexes []*ConfigurationVariable `protobuf:"bytes,3,rep,name=authorizedRedirectUriRegexes,proto3" json:"authorizedRedirectUriRegexes,omitempty"` HashKey *ConfigurationVariable `protobuf:"bytes,4,opt,name=hashKey,proto3" json:"hashKey,omitempty"` BlockKey *ConfigurationVariable `protobuf:"bytes,5,opt,name=blockKey,proto3" json:"blockKey,omitempty"` CsrfSecret *ConfigurationVariable `protobuf:"bytes,6,opt,name=csrfSecret,proto3" json:"csrfSecret,omitempty"` // contains filtered or unexported fields }
func (*CookieBasedAuthentication) Descriptor
deprecated
func (*CookieBasedAuthentication) Descriptor() ([]byte, []int)
Deprecated: Use CookieBasedAuthentication.ProtoReflect.Descriptor instead.
func (*CookieBasedAuthentication) GetAuthorizedRedirectUriRegexes ¶
func (x *CookieBasedAuthentication) GetAuthorizedRedirectUriRegexes() []*ConfigurationVariable
func (*CookieBasedAuthentication) GetAuthorizedRedirectUris ¶
func (x *CookieBasedAuthentication) GetAuthorizedRedirectUris() []*ConfigurationVariable
func (*CookieBasedAuthentication) GetBlockKey ¶
func (x *CookieBasedAuthentication) GetBlockKey() *ConfigurationVariable
func (*CookieBasedAuthentication) GetCsrfSecret ¶
func (x *CookieBasedAuthentication) GetCsrfSecret() *ConfigurationVariable
func (*CookieBasedAuthentication) GetHashKey ¶
func (x *CookieBasedAuthentication) GetHashKey() *ConfigurationVariable
func (*CookieBasedAuthentication) GetProviders ¶
func (x *CookieBasedAuthentication) GetProviders() []*AuthProvider
func (*CookieBasedAuthentication) ProtoMessage ¶
func (*CookieBasedAuthentication) ProtoMessage()
func (*CookieBasedAuthentication) ProtoReflect ¶
func (x *CookieBasedAuthentication) ProtoReflect() protoreflect.Message
func (*CookieBasedAuthentication) Reset ¶
func (x *CookieBasedAuthentication) Reset()
func (*CookieBasedAuthentication) String ¶
func (x *CookieBasedAuthentication) String() string
type CorsConfiguration ¶
type CorsConfiguration struct { // AllowedOrigins is a list of origins a cross-domain request can be executed from. // If the special "*" value is present in the list, all origins will be allowed. // An origin may contain a wildcard (*) to replace 0 or more characters // (i.e.: http://*.domain.com). Usage of wildcards implies a small performance penalty. // Only one wildcard can be used per origin. // Default value is ["*"] AllowedOrigins []*ConfigurationVariable `protobuf:"bytes,1,rep,name=allowedOrigins,proto3" json:"allowedOrigins,omitempty"` // AllowedMethods is a list of methods the client is allowed to use with // cross-domain requests. Default value is simple methods (HEAD, GET and POST). AllowedMethods []string `protobuf:"bytes,2,rep,name=allowedMethods,proto3" json:"allowedMethods,omitempty"` // AllowedHeaders is list of non simple headers the client is allowed to use with // cross-domain requests. // If the special "*" value is present in the list, all headers will be allowed. // Default value is [] but "Origin" is always appended to the list. AllowedHeaders []string `protobuf:"bytes,3,rep,name=allowedHeaders,proto3" json:"allowedHeaders,omitempty"` // ExposedHeaders indicates which headers are safe to expose to the API of a CORS // API specification ExposedHeaders []string `protobuf:"bytes,4,rep,name=exposedHeaders,proto3" json:"exposedHeaders,omitempty"` // MaxAge indicates how long (in seconds) the results of a preflight request // can be cached MaxAge int64 `protobuf:"varint,5,opt,name=maxAge,proto3" json:"maxAge,omitempty"` // AllowCredentials indicates whether the request can include user credentials like // cookies, HTTP authentication or client side SSL certificates. AllowCredentials bool `protobuf:"varint,6,opt,name=allowCredentials,proto3" json:"allowCredentials,omitempty"` // contains filtered or unexported fields }
func (*CorsConfiguration) Descriptor
deprecated
func (*CorsConfiguration) Descriptor() ([]byte, []int)
Deprecated: Use CorsConfiguration.ProtoReflect.Descriptor instead.
func (*CorsConfiguration) GetAllowCredentials ¶
func (x *CorsConfiguration) GetAllowCredentials() bool
func (*CorsConfiguration) GetAllowedHeaders ¶
func (x *CorsConfiguration) GetAllowedHeaders() []string
func (*CorsConfiguration) GetAllowedMethods ¶
func (x *CorsConfiguration) GetAllowedMethods() []string
func (*CorsConfiguration) GetAllowedOrigins ¶
func (x *CorsConfiguration) GetAllowedOrigins() []*ConfigurationVariable
func (*CorsConfiguration) GetExposedHeaders ¶
func (x *CorsConfiguration) GetExposedHeaders() []string
func (*CorsConfiguration) GetMaxAge ¶
func (x *CorsConfiguration) GetMaxAge() int64
func (*CorsConfiguration) ProtoMessage ¶
func (*CorsConfiguration) ProtoMessage()
func (*CorsConfiguration) ProtoReflect ¶
func (x *CorsConfiguration) ProtoReflect() protoreflect.Message
func (*CorsConfiguration) Reset ¶
func (x *CorsConfiguration) Reset()
func (*CorsConfiguration) String ¶
func (x *CorsConfiguration) String() string
type CustomClaim ¶ added in v0.131.0
type CustomClaim struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` JsonPathComponents []string `protobuf:"bytes,2,rep,name=jsonPathComponents,proto3" json:"jsonPathComponents,omitempty"` Type ValueType `protobuf:"varint,3,opt,name=type,proto3,enum=wgpb.ValueType" json:"type,omitempty"` Required bool `protobuf:"varint,4,opt,name=required,proto3" json:"required,omitempty"` // contains filtered or unexported fields }
func (*CustomClaim) Descriptor
deprecated
added in
v0.131.0
func (*CustomClaim) Descriptor() ([]byte, []int)
Deprecated: Use CustomClaim.ProtoReflect.Descriptor instead.
func (*CustomClaim) GetJsonPathComponents ¶ added in v0.131.0
func (x *CustomClaim) GetJsonPathComponents() []string
func (*CustomClaim) GetName ¶ added in v0.131.0
func (x *CustomClaim) GetName() string
func (*CustomClaim) GetRequired ¶ added in v0.131.0
func (x *CustomClaim) GetRequired() bool
func (*CustomClaim) GetType ¶ added in v0.131.0
func (x *CustomClaim) GetType() ValueType
func (*CustomClaim) ProtoMessage ¶ added in v0.131.0
func (*CustomClaim) ProtoMessage()
func (*CustomClaim) ProtoReflect ¶ added in v0.131.0
func (x *CustomClaim) ProtoReflect() protoreflect.Message
func (*CustomClaim) Reset ¶ added in v0.131.0
func (x *CustomClaim) Reset()
func (*CustomClaim) String ¶ added in v0.131.0
func (x *CustomClaim) String() string
type DataSourceConfiguration ¶
type DataSourceConfiguration struct { Kind DataSourceKind `protobuf:"varint,1,opt,name=kind,proto3,enum=wgpb.DataSourceKind" json:"kind,omitempty"` RootNodes []*TypeField `protobuf:"bytes,2,rep,name=rootNodes,proto3" json:"rootNodes,omitempty"` ChildNodes []*TypeField `protobuf:"bytes,3,rep,name=childNodes,proto3" json:"childNodes,omitempty"` OverrideFieldPathFromAlias bool `protobuf:"varint,4,opt,name=overrideFieldPathFromAlias,proto3" json:"overrideFieldPathFromAlias,omitempty"` CustomRest *DataSourceCustom_REST `protobuf:"bytes,5,opt,name=customRest,proto3" json:"customRest,omitempty"` CustomGraphql *DataSourceCustom_GraphQL `protobuf:"bytes,6,opt,name=customGraphql,proto3" json:"customGraphql,omitempty"` CustomStatic *DataSourceCustom_Static `protobuf:"bytes,7,opt,name=customStatic,proto3" json:"customStatic,omitempty"` CustomDatabase *DataSourceCustom_Database `protobuf:"bytes,8,opt,name=customDatabase,proto3" json:"customDatabase,omitempty"` Directives []*DirectiveConfiguration `protobuf:"bytes,9,rep,name=directives,proto3" json:"directives,omitempty"` RequestTimeoutSeconds int64 `protobuf:"varint,10,opt,name=requestTimeoutSeconds,proto3" json:"requestTimeoutSeconds,omitempty"` Id string `protobuf:"bytes,11,opt,name=id,proto3" json:"id,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) GetCustomDatabase ¶
func (x *DataSourceConfiguration) GetCustomDatabase() *DataSourceCustom_Database
func (*DataSourceConfiguration) GetCustomGraphql ¶
func (x *DataSourceConfiguration) GetCustomGraphql() *DataSourceCustom_GraphQL
func (*DataSourceConfiguration) GetCustomRest ¶
func (x *DataSourceConfiguration) GetCustomRest() *DataSourceCustom_REST
func (*DataSourceConfiguration) GetCustomStatic ¶
func (x *DataSourceConfiguration) GetCustomStatic() *DataSourceCustom_Static
func (*DataSourceConfiguration) GetDirectives ¶
func (x *DataSourceConfiguration) GetDirectives() []*DirectiveConfiguration
func (*DataSourceConfiguration) GetId ¶ added in v0.112.0
func (x *DataSourceConfiguration) GetId() string
func (*DataSourceConfiguration) GetKind ¶
func (x *DataSourceConfiguration) GetKind() DataSourceKind
func (*DataSourceConfiguration) GetOverrideFieldPathFromAlias ¶
func (x *DataSourceConfiguration) GetOverrideFieldPathFromAlias() bool
func (*DataSourceConfiguration) GetRequestTimeoutSeconds ¶ added in v0.112.0
func (x *DataSourceConfiguration) GetRequestTimeoutSeconds() int64
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_Database ¶
type DataSourceCustom_Database struct { DatabaseURL *ConfigurationVariable `protobuf:"bytes,1,opt,name=databaseURL,proto3" json:"databaseURL,omitempty"` PrismaSchema string `protobuf:"bytes,2,opt,name=prismaSchema,proto3" json:"prismaSchema,omitempty"` GraphqlSchema string `protobuf:"bytes,3,opt,name=graphqlSchema,proto3" json:"graphqlSchema,omitempty"` // closeTimeoutSeconds define that the database connection will be closed after the given amount of seconds of inactivity CloseTimeoutSeconds int64 `protobuf:"varint,4,opt,name=closeTimeoutSeconds,proto3" json:"closeTimeoutSeconds,omitempty"` JsonTypeFields []*SingleTypeField `protobuf:"bytes,5,rep,name=jsonTypeFields,proto3" json:"jsonTypeFields,omitempty"` JsonInputVariables []string `protobuf:"bytes,6,rep,name=jsonInputVariables,proto3" json:"jsonInputVariables,omitempty"` // contains filtered or unexported fields }
func (*DataSourceCustom_Database) Descriptor
deprecated
func (*DataSourceCustom_Database) Descriptor() ([]byte, []int)
Deprecated: Use DataSourceCustom_Database.ProtoReflect.Descriptor instead.
func (*DataSourceCustom_Database) GetCloseTimeoutSeconds ¶
func (x *DataSourceCustom_Database) GetCloseTimeoutSeconds() int64
func (*DataSourceCustom_Database) GetDatabaseURL ¶
func (x *DataSourceCustom_Database) GetDatabaseURL() *ConfigurationVariable
func (*DataSourceCustom_Database) GetGraphqlSchema ¶
func (x *DataSourceCustom_Database) GetGraphqlSchema() string
func (*DataSourceCustom_Database) GetJsonInputVariables ¶
func (x *DataSourceCustom_Database) GetJsonInputVariables() []string
func (*DataSourceCustom_Database) GetJsonTypeFields ¶
func (x *DataSourceCustom_Database) GetJsonTypeFields() []*SingleTypeField
func (*DataSourceCustom_Database) GetPrismaSchema ¶
func (x *DataSourceCustom_Database) GetPrismaSchema() string
func (*DataSourceCustom_Database) ProtoMessage ¶
func (*DataSourceCustom_Database) ProtoMessage()
func (*DataSourceCustom_Database) ProtoReflect ¶
func (x *DataSourceCustom_Database) ProtoReflect() protoreflect.Message
func (*DataSourceCustom_Database) Reset ¶
func (x *DataSourceCustom_Database) Reset()
func (*DataSourceCustom_Database) String ¶
func (x *DataSourceCustom_Database) 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 string `protobuf:"bytes,4,opt,name=upstreamSchema,proto3" json:"upstreamSchema,omitempty"` HooksConfiguration *GraphQLDataSourceHooksConfiguration `protobuf:"bytes,5,opt,name=hooksConfiguration,proto3" json:"hooksConfiguration,omitempty"` CustomScalarTypeFields []*SingleTypeField `protobuf:"bytes,6,rep,name=customScalarTypeFields,proto3" json:"customScalarTypeFields,omitempty"` // 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 ¶ added in v0.118.0
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) GetHooksConfiguration ¶ added in v0.112.0
func (x *DataSourceCustom_GraphQL) GetHooksConfiguration() *GraphQLDataSourceHooksConfiguration
func (*DataSourceCustom_GraphQL) GetSubscription ¶
func (x *DataSourceCustom_GraphQL) GetSubscription() *GraphQLSubscriptionConfiguration
func (*DataSourceCustom_GraphQL) GetUpstreamSchema ¶
func (x *DataSourceCustom_GraphQL) GetUpstreamSchema() string
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_REST ¶
type DataSourceCustom_REST struct { Fetch *FetchConfiguration `protobuf:"bytes,1,opt,name=fetch,proto3" json:"fetch,omitempty"` Subscription *RESTSubscriptionConfiguration `protobuf:"bytes,2,opt,name=subscription,proto3" json:"subscription,omitempty"` StatusCodeTypeMappings []*StatusCodeTypeMapping `protobuf:"bytes,3,rep,name=statusCodeTypeMappings,proto3" json:"statusCodeTypeMappings,omitempty"` DefaultTypeName string `protobuf:"bytes,4,opt,name=defaultTypeName,proto3" json:"defaultTypeName,omitempty"` // contains filtered or unexported fields }
func (*DataSourceCustom_REST) Descriptor
deprecated
func (*DataSourceCustom_REST) Descriptor() ([]byte, []int)
Deprecated: Use DataSourceCustom_REST.ProtoReflect.Descriptor instead.
func (*DataSourceCustom_REST) GetDefaultTypeName ¶
func (x *DataSourceCustom_REST) GetDefaultTypeName() string
func (*DataSourceCustom_REST) GetFetch ¶
func (x *DataSourceCustom_REST) GetFetch() *FetchConfiguration
func (*DataSourceCustom_REST) GetStatusCodeTypeMappings ¶
func (x *DataSourceCustom_REST) GetStatusCodeTypeMappings() []*StatusCodeTypeMapping
func (*DataSourceCustom_REST) GetSubscription ¶
func (x *DataSourceCustom_REST) GetSubscription() *RESTSubscriptionConfiguration
func (*DataSourceCustom_REST) ProtoMessage ¶
func (*DataSourceCustom_REST) ProtoMessage()
func (*DataSourceCustom_REST) ProtoReflect ¶
func (x *DataSourceCustom_REST) ProtoReflect() protoreflect.Message
func (*DataSourceCustom_REST) Reset ¶
func (x *DataSourceCustom_REST) Reset()
func (*DataSourceCustom_REST) String ¶
func (x *DataSourceCustom_REST) 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_REST DataSourceKind = 1 DataSourceKind_GRAPHQL DataSourceKind = 2 DataSourceKind_POSTGRESQL DataSourceKind = 3 DataSourceKind_MYSQL DataSourceKind = 4 DataSourceKind_SQLSERVER DataSourceKind = 5 DataSourceKind_MONGODB DataSourceKind = 6 DataSourceKind_SQLITE DataSourceKind = 7 DataSourceKind_PRISMA DataSourceKind = 8 )
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=directiveName,proto3" json:"directiveName,omitempty"` RenameTo string `protobuf:"bytes,2,opt,name=renameTo,proto3" json:"renameTo,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 `protobuf:"bytes,2,rep,name=datasourceConfigurations,proto3" json:"datasourceConfigurations,omitempty"` FieldConfigurations []*FieldConfiguration `protobuf:"bytes,3,rep,name=fieldConfigurations,proto3" json:"fieldConfigurations,omitempty"` GraphqlSchema string `protobuf:"bytes,4,opt,name=graphqlSchema,proto3" json:"graphqlSchema,omitempty"` TypeConfigurations []*TypeConfiguration `protobuf:"bytes,5,rep,name=typeConfigurations,proto3" json:"typeConfigurations,omitempty"` // 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) GetGraphqlSchema ¶
func (x *EngineConfiguration) GetGraphqlSchema() 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 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=wgpb.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"` UpstreamAuthentication *UpstreamAuthentication `protobuf:"bytes,6,opt,name=upstreamAuthentication,proto3" json:"upstreamAuthentication,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=urlEncodeBody,proto3" json:"urlEncodeBody,omitempty"` MTLS *MTLSConfiguration `protobuf:"bytes,8,opt,name=mTLS,proto3" json:"mTLS,omitempty"` BaseUrl *ConfigurationVariable `protobuf:"bytes,9,opt,name=baseUrl,proto3" json:"baseUrl,omitempty"` Path *ConfigurationVariable `protobuf:"bytes,10,opt,name=path,proto3" json:"path,omitempty"` HttpProxyUrl *ConfigurationVariable `protobuf:"bytes,11,opt,name=httpProxyUrl,proto3,oneof" json:"httpProxyUrl,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 ¶ added in v0.144.0
func (x *FetchConfiguration) GetHttpProxyUrl() *ConfigurationVariable
func (*FetchConfiguration) GetMTLS ¶
func (x *FetchConfiguration) GetMTLS() *MTLSConfiguration
func (*FetchConfiguration) GetMethod ¶
func (x *FetchConfiguration) GetMethod() HTTPMethod
func (*FetchConfiguration) GetPath ¶
func (x *FetchConfiguration) GetPath() *ConfigurationVariable
func (*FetchConfiguration) GetQuery ¶
func (x *FetchConfiguration) GetQuery() []*URLQueryConfiguration
func (*FetchConfiguration) GetUpstreamAuthentication ¶
func (x *FetchConfiguration) GetUpstreamAuthentication() *UpstreamAuthentication
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=typeName,proto3" json:"typeName,omitempty"` FieldName string `protobuf:"bytes,2,opt,name=fieldName,proto3" json:"fieldName,omitempty"` DisableDefaultFieldMapping bool `protobuf:"varint,3,opt,name=disableDefaultFieldMapping,proto3" json:"disableDefaultFieldMapping,omitempty"` Path []string `protobuf:"bytes,4,rep,name=path,proto3" json:"path,omitempty"` ArgumentsConfiguration []*ArgumentConfiguration `protobuf:"bytes,6,rep,name=argumentsConfiguration,proto3" json:"argumentsConfiguration,omitempty"` RequiresFields []string `protobuf:"bytes,7,rep,name=requiresFields,proto3" json:"requiresFields,omitempty"` UnescapeResponseJson bool `protobuf:"varint,8,opt,name=unescapeResponseJson,proto3" json:"unescapeResponseJson,omitempty"` // 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) GetDisableDefaultFieldMapping ¶
func (x *FieldConfiguration) GetDisableDefaultFieldMapping() bool
func (*FieldConfiguration) GetFieldName ¶
func (x *FieldConfiguration) GetFieldName() string
func (*FieldConfiguration) GetPath ¶
func (x *FieldConfiguration) GetPath() []string
func (*FieldConfiguration) GetRequiresFields ¶
func (x *FieldConfiguration) GetRequiresFields() []string
func (*FieldConfiguration) GetTypeName ¶
func (x *FieldConfiguration) GetTypeName() string
func (*FieldConfiguration) GetUnescapeResponseJson ¶
func (x *FieldConfiguration) GetUnescapeResponseJson() bool
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 GithubAuthProviderConfig ¶
type GithubAuthProviderConfig struct { ClientId *ConfigurationVariable `protobuf:"bytes,1,opt,name=clientId,proto3" json:"clientId,omitempty"` ClientSecret *ConfigurationVariable `protobuf:"bytes,2,opt,name=clientSecret,proto3" json:"clientSecret,omitempty"` // contains filtered or unexported fields }
func (*GithubAuthProviderConfig) Descriptor
deprecated
func (*GithubAuthProviderConfig) Descriptor() ([]byte, []int)
Deprecated: Use GithubAuthProviderConfig.ProtoReflect.Descriptor instead.
func (*GithubAuthProviderConfig) GetClientId ¶
func (x *GithubAuthProviderConfig) GetClientId() *ConfigurationVariable
func (*GithubAuthProviderConfig) GetClientSecret ¶
func (x *GithubAuthProviderConfig) GetClientSecret() *ConfigurationVariable
func (*GithubAuthProviderConfig) ProtoMessage ¶
func (*GithubAuthProviderConfig) ProtoMessage()
func (*GithubAuthProviderConfig) ProtoReflect ¶
func (x *GithubAuthProviderConfig) ProtoReflect() protoreflect.Message
func (*GithubAuthProviderConfig) Reset ¶
func (x *GithubAuthProviderConfig) Reset()
func (*GithubAuthProviderConfig) String ¶
func (x *GithubAuthProviderConfig) String() string
type GraphQLDataSourceHooksConfiguration ¶ added in v0.112.0
type GraphQLDataSourceHooksConfiguration struct { OnWSTransportConnectionInit bool `protobuf:"varint,1,opt,name=onWSTransportConnectionInit,proto3" json:"onWSTransportConnectionInit,omitempty"` // contains filtered or unexported fields }
func (*GraphQLDataSourceHooksConfiguration) Descriptor
deprecated
added in
v0.112.0
func (*GraphQLDataSourceHooksConfiguration) Descriptor() ([]byte, []int)
Deprecated: Use GraphQLDataSourceHooksConfiguration.ProtoReflect.Descriptor instead.
func (*GraphQLDataSourceHooksConfiguration) GetOnWSTransportConnectionInit ¶ added in v0.112.0
func (x *GraphQLDataSourceHooksConfiguration) GetOnWSTransportConnectionInit() bool
func (*GraphQLDataSourceHooksConfiguration) ProtoMessage ¶ added in v0.112.0
func (*GraphQLDataSourceHooksConfiguration) ProtoMessage()
func (*GraphQLDataSourceHooksConfiguration) ProtoReflect ¶ added in v0.112.0
func (x *GraphQLDataSourceHooksConfiguration) ProtoReflect() protoreflect.Message
func (*GraphQLDataSourceHooksConfiguration) Reset ¶ added in v0.112.0
func (x *GraphQLDataSourceHooksConfiguration) Reset()
func (*GraphQLDataSourceHooksConfiguration) String ¶ added in v0.112.0
func (x *GraphQLDataSourceHooksConfiguration) 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"` UseSSE bool `protobuf:"varint,3,opt,name=useSSE,proto3" json:"useSSE,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) GetUrl ¶
func (x *GraphQLSubscriptionConfiguration) GetUrl() *ConfigurationVariable
func (*GraphQLSubscriptionConfiguration) GetUseSSE ¶ added in v0.111.0
func (x *GraphQLSubscriptionConfiguration) GetUseSSE() bool
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 InMemoryCacheConfig ¶
type InMemoryCacheConfig struct { MaxSize int64 `protobuf:"varint,1,opt,name=maxSize,proto3" json:"maxSize,omitempty"` // contains filtered or unexported fields }
func (*InMemoryCacheConfig) Descriptor
deprecated
func (*InMemoryCacheConfig) Descriptor() ([]byte, []int)
Deprecated: Use InMemoryCacheConfig.ProtoReflect.Descriptor instead.
func (*InMemoryCacheConfig) GetMaxSize ¶
func (x *InMemoryCacheConfig) GetMaxSize() int64
func (*InMemoryCacheConfig) ProtoMessage ¶
func (*InMemoryCacheConfig) ProtoMessage()
func (*InMemoryCacheConfig) ProtoReflect ¶
func (x *InMemoryCacheConfig) ProtoReflect() protoreflect.Message
func (*InMemoryCacheConfig) Reset ¶
func (x *InMemoryCacheConfig) Reset()
func (*InMemoryCacheConfig) String ¶
func (x *InMemoryCacheConfig) String() string
type InjectVariableKind ¶
type InjectVariableKind int32
const ( InjectVariableKind_UUID InjectVariableKind = 0 InjectVariableKind_DATE_TIME InjectVariableKind = 1 InjectVariableKind_ENVIRONMENT_VARIABLE InjectVariableKind = 2 )
func (InjectVariableKind) Descriptor ¶
func (InjectVariableKind) Descriptor() protoreflect.EnumDescriptor
func (InjectVariableKind) Enum ¶
func (x InjectVariableKind) Enum() *InjectVariableKind
func (InjectVariableKind) EnumDescriptor
deprecated
func (InjectVariableKind) EnumDescriptor() ([]byte, []int)
Deprecated: Use InjectVariableKind.Descriptor instead.
func (InjectVariableKind) Number ¶
func (x InjectVariableKind) Number() protoreflect.EnumNumber
func (InjectVariableKind) String ¶
func (x InjectVariableKind) String() string
func (InjectVariableKind) Type ¶
func (InjectVariableKind) Type() protoreflect.EnumType
type InternalListenerOptions ¶ added in v0.143.0
type InternalListenerOptions struct { Port *ConfigurationVariable `protobuf:"bytes,1,opt,name=port,proto3" json:"port,omitempty"` // contains filtered or unexported fields }
func (*InternalListenerOptions) Descriptor
deprecated
added in
v0.143.0
func (*InternalListenerOptions) Descriptor() ([]byte, []int)
Deprecated: Use InternalListenerOptions.ProtoReflect.Descriptor instead.
func (*InternalListenerOptions) GetPort ¶ added in v0.143.0
func (x *InternalListenerOptions) GetPort() *ConfigurationVariable
func (*InternalListenerOptions) ProtoMessage ¶ added in v0.143.0
func (*InternalListenerOptions) ProtoMessage()
func (*InternalListenerOptions) ProtoReflect ¶ added in v0.143.0
func (x *InternalListenerOptions) ProtoReflect() protoreflect.Message
func (*InternalListenerOptions) Reset ¶ added in v0.143.0
func (x *InternalListenerOptions) Reset()
func (*InternalListenerOptions) String ¶ added in v0.143.0
func (x *InternalListenerOptions) String() string
type JwksAuthProvider ¶
type JwksAuthProvider struct { JwksUrl *ConfigurationVariable `protobuf:"bytes,1,opt,name=jwksUrl,proto3" json:"jwksUrl,omitempty"` JwksJson *ConfigurationVariable `protobuf:"bytes,2,opt,name=jwksJson,proto3" json:"jwksJson,omitempty"` UserInfoEndpoint *ConfigurationVariable `protobuf:"bytes,3,opt,name=userInfoEndpoint,proto3" json:"userInfoEndpoint,omitempty"` UserInfoCacheTtlSeconds int64 `protobuf:"varint,4,opt,name=userInfoCacheTtlSeconds,proto3" json:"userInfoCacheTtlSeconds,omitempty"` // contains filtered or unexported fields }
func (*JwksAuthProvider) Descriptor
deprecated
func (*JwksAuthProvider) Descriptor() ([]byte, []int)
Deprecated: Use JwksAuthProvider.ProtoReflect.Descriptor instead.
func (*JwksAuthProvider) GetJwksJson ¶
func (x *JwksAuthProvider) GetJwksJson() *ConfigurationVariable
func (*JwksAuthProvider) GetJwksUrl ¶
func (x *JwksAuthProvider) GetJwksUrl() *ConfigurationVariable
func (*JwksAuthProvider) GetUserInfoCacheTtlSeconds ¶
func (x *JwksAuthProvider) GetUserInfoCacheTtlSeconds() int64
func (*JwksAuthProvider) GetUserInfoEndpoint ¶
func (x *JwksAuthProvider) GetUserInfoEndpoint() *ConfigurationVariable
func (*JwksAuthProvider) ProtoMessage ¶
func (*JwksAuthProvider) ProtoMessage()
func (*JwksAuthProvider) ProtoReflect ¶
func (x *JwksAuthProvider) ProtoReflect() protoreflect.Message
func (*JwksAuthProvider) Reset ¶
func (x *JwksAuthProvider) Reset()
func (*JwksAuthProvider) String ¶
func (x *JwksAuthProvider) String() string
type JwksBasedAuthentication ¶
type JwksBasedAuthentication struct { Providers []*JwksAuthProvider `protobuf:"bytes,1,rep,name=providers,proto3" json:"providers,omitempty"` // contains filtered or unexported fields }
func (*JwksBasedAuthentication) Descriptor
deprecated
func (*JwksBasedAuthentication) Descriptor() ([]byte, []int)
Deprecated: Use JwksBasedAuthentication.ProtoReflect.Descriptor instead.
func (*JwksBasedAuthentication) GetProviders ¶
func (x *JwksBasedAuthentication) GetProviders() []*JwksAuthProvider
func (*JwksBasedAuthentication) ProtoMessage ¶
func (*JwksBasedAuthentication) ProtoMessage()
func (*JwksBasedAuthentication) ProtoReflect ¶
func (x *JwksBasedAuthentication) ProtoReflect() protoreflect.Message
func (*JwksBasedAuthentication) Reset ¶
func (x *JwksBasedAuthentication) Reset()
func (*JwksBasedAuthentication) String ¶
func (x *JwksBasedAuthentication) String() string
type JwtUpstreamAuthenticationConfig ¶
type JwtUpstreamAuthenticationConfig struct { Secret *ConfigurationVariable `protobuf:"bytes,1,opt,name=secret,proto3" json:"secret,omitempty"` SigningMethod SigningMethod `protobuf:"varint,2,opt,name=signingMethod,proto3,enum=wgpb.SigningMethod" json:"signingMethod,omitempty"` // contains filtered or unexported fields }
func (*JwtUpstreamAuthenticationConfig) Descriptor
deprecated
func (*JwtUpstreamAuthenticationConfig) Descriptor() ([]byte, []int)
Deprecated: Use JwtUpstreamAuthenticationConfig.ProtoReflect.Descriptor instead.
func (*JwtUpstreamAuthenticationConfig) GetSecret ¶
func (x *JwtUpstreamAuthenticationConfig) GetSecret() *ConfigurationVariable
func (*JwtUpstreamAuthenticationConfig) GetSigningMethod ¶
func (x *JwtUpstreamAuthenticationConfig) GetSigningMethod() SigningMethod
func (*JwtUpstreamAuthenticationConfig) ProtoMessage ¶
func (*JwtUpstreamAuthenticationConfig) ProtoMessage()
func (*JwtUpstreamAuthenticationConfig) ProtoReflect ¶
func (x *JwtUpstreamAuthenticationConfig) ProtoReflect() protoreflect.Message
func (*JwtUpstreamAuthenticationConfig) Reset ¶
func (x *JwtUpstreamAuthenticationConfig) Reset()
func (*JwtUpstreamAuthenticationConfig) String ¶
func (x *JwtUpstreamAuthenticationConfig) String() string
type JwtUpstreamAuthenticationWithAccessTokenExchange ¶
type JwtUpstreamAuthenticationWithAccessTokenExchange struct { Secret *ConfigurationVariable `protobuf:"bytes,1,opt,name=secret,proto3" json:"secret,omitempty"` SigningMethod SigningMethod `protobuf:"varint,2,opt,name=signingMethod,proto3,enum=wgpb.SigningMethod" json:"signingMethod,omitempty"` AccessTokenExchangeEndpoint *ConfigurationVariable `protobuf:"bytes,3,opt,name=accessTokenExchangeEndpoint,proto3" json:"accessTokenExchangeEndpoint,omitempty"` // contains filtered or unexported fields }
func (*JwtUpstreamAuthenticationWithAccessTokenExchange) Descriptor
deprecated
func (*JwtUpstreamAuthenticationWithAccessTokenExchange) Descriptor() ([]byte, []int)
Deprecated: Use JwtUpstreamAuthenticationWithAccessTokenExchange.ProtoReflect.Descriptor instead.
func (*JwtUpstreamAuthenticationWithAccessTokenExchange) GetAccessTokenExchangeEndpoint ¶
func (x *JwtUpstreamAuthenticationWithAccessTokenExchange) GetAccessTokenExchangeEndpoint() *ConfigurationVariable
func (*JwtUpstreamAuthenticationWithAccessTokenExchange) GetSecret ¶
func (x *JwtUpstreamAuthenticationWithAccessTokenExchange) GetSecret() *ConfigurationVariable
func (*JwtUpstreamAuthenticationWithAccessTokenExchange) GetSigningMethod ¶
func (x *JwtUpstreamAuthenticationWithAccessTokenExchange) GetSigningMethod() SigningMethod
func (*JwtUpstreamAuthenticationWithAccessTokenExchange) ProtoMessage ¶
func (*JwtUpstreamAuthenticationWithAccessTokenExchange) ProtoMessage()
func (*JwtUpstreamAuthenticationWithAccessTokenExchange) ProtoReflect ¶
func (x *JwtUpstreamAuthenticationWithAccessTokenExchange) ProtoReflect() protoreflect.Message
func (*JwtUpstreamAuthenticationWithAccessTokenExchange) Reset ¶
func (x *JwtUpstreamAuthenticationWithAccessTokenExchange) Reset()
func (*JwtUpstreamAuthenticationWithAccessTokenExchange) String ¶
func (x *JwtUpstreamAuthenticationWithAccessTokenExchange) String() string
type ListenerOptions ¶ added in v0.110.0
type ListenerOptions struct { Host *ConfigurationVariable `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty"` Port *ConfigurationVariable `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty"` // contains filtered or unexported fields }
func (*ListenerOptions) Descriptor
deprecated
added in
v0.110.0
func (*ListenerOptions) Descriptor() ([]byte, []int)
Deprecated: Use ListenerOptions.ProtoReflect.Descriptor instead.
func (*ListenerOptions) GetHost ¶ added in v0.110.0
func (x *ListenerOptions) GetHost() *ConfigurationVariable
func (*ListenerOptions) GetPort ¶ added in v0.110.0
func (x *ListenerOptions) GetPort() *ConfigurationVariable
func (*ListenerOptions) ProtoMessage ¶ added in v0.110.0
func (*ListenerOptions) ProtoMessage()
func (*ListenerOptions) ProtoReflect ¶ added in v0.110.0
func (x *ListenerOptions) ProtoReflect() protoreflect.Message
func (*ListenerOptions) Reset ¶ added in v0.110.0
func (x *ListenerOptions) Reset()
func (*ListenerOptions) String ¶ added in v0.110.0
func (x *ListenerOptions) String() string
type LogLevel ¶
type LogLevel int32
func (LogLevel) Descriptor ¶
func (LogLevel) Descriptor() protoreflect.EnumDescriptor
func (LogLevel) EnumDescriptor
deprecated
func (LogLevel) Number ¶
func (x LogLevel) Number() protoreflect.EnumNumber
func (LogLevel) Type ¶
func (LogLevel) Type() protoreflect.EnumType
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 MockResolveHookConfiguration ¶
type MockResolveHookConfiguration struct { Enable bool `protobuf:"varint,1,opt,name=enable,proto3" json:"enable,omitempty"` SubscriptionPollingIntervalMillis int64 `protobuf:"varint,2,opt,name=subscriptionPollingIntervalMillis,proto3" json:"subscriptionPollingIntervalMillis,omitempty"` // contains filtered or unexported fields }
func (*MockResolveHookConfiguration) Descriptor
deprecated
func (*MockResolveHookConfiguration) Descriptor() ([]byte, []int)
Deprecated: Use MockResolveHookConfiguration.ProtoReflect.Descriptor instead.
func (*MockResolveHookConfiguration) GetEnable ¶
func (x *MockResolveHookConfiguration) GetEnable() bool
func (*MockResolveHookConfiguration) GetSubscriptionPollingIntervalMillis ¶
func (x *MockResolveHookConfiguration) GetSubscriptionPollingIntervalMillis() int64
func (*MockResolveHookConfiguration) ProtoMessage ¶
func (*MockResolveHookConfiguration) ProtoMessage()
func (*MockResolveHookConfiguration) ProtoReflect ¶
func (x *MockResolveHookConfiguration) ProtoReflect() protoreflect.Message
func (*MockResolveHookConfiguration) Reset ¶
func (x *MockResolveHookConfiguration) Reset()
func (*MockResolveHookConfiguration) String ¶
func (x *MockResolveHookConfiguration) String() string
type NodeLogging ¶ added in v0.110.0
type NodeLogging struct { Level *ConfigurationVariable `protobuf:"bytes,1,opt,name=level,proto3" json:"level,omitempty"` // contains filtered or unexported fields }
func (*NodeLogging) Descriptor
deprecated
added in
v0.110.0
func (*NodeLogging) Descriptor() ([]byte, []int)
Deprecated: Use NodeLogging.ProtoReflect.Descriptor instead.
func (*NodeLogging) GetLevel ¶ added in v0.110.0
func (x *NodeLogging) GetLevel() *ConfigurationVariable
func (*NodeLogging) ProtoMessage ¶ added in v0.110.0
func (*NodeLogging) ProtoMessage()
func (*NodeLogging) ProtoReflect ¶ added in v0.110.0
func (x *NodeLogging) ProtoReflect() protoreflect.Message
func (*NodeLogging) Reset ¶ added in v0.110.0
func (x *NodeLogging) Reset()
func (*NodeLogging) String ¶ added in v0.110.0
func (x *NodeLogging) String() string
type NodeOptions ¶ added in v0.110.0
type NodeOptions struct { NodeUrl *ConfigurationVariable `protobuf:"bytes,1,opt,name=nodeUrl,proto3" json:"nodeUrl,omitempty"` PublicNodeUrl *ConfigurationVariable `protobuf:"bytes,4,opt,name=publicNodeUrl,proto3" json:"publicNodeUrl,omitempty"` Listen *ListenerOptions `protobuf:"bytes,2,opt,name=listen,proto3" json:"listen,omitempty"` Logger *NodeLogging `protobuf:"bytes,3,opt,name=logger,proto3" json:"logger,omitempty"` DefaultRequestTimeoutSeconds int64 `protobuf:"varint,5,opt,name=defaultRequestTimeoutSeconds,proto3" json:"defaultRequestTimeoutSeconds,omitempty"` ListenInternal *InternalListenerOptions `protobuf:"bytes,6,opt,name=listenInternal,proto3" json:"listenInternal,omitempty"` NodeInternalUrl *ConfigurationVariable `protobuf:"bytes,7,opt,name=nodeInternalUrl,proto3" json:"nodeInternalUrl,omitempty"` DefaultHttpProxyUrl *ConfigurationVariable `protobuf:"bytes,8,opt,name=defaultHttpProxyUrl,proto3" json:"defaultHttpProxyUrl,omitempty"` // contains filtered or unexported fields }
func (*NodeOptions) Descriptor
deprecated
added in
v0.110.0
func (*NodeOptions) Descriptor() ([]byte, []int)
Deprecated: Use NodeOptions.ProtoReflect.Descriptor instead.
func (*NodeOptions) GetDefaultHttpProxyUrl ¶ added in v0.144.0
func (x *NodeOptions) GetDefaultHttpProxyUrl() *ConfigurationVariable
func (*NodeOptions) GetDefaultRequestTimeoutSeconds ¶ added in v0.112.0
func (x *NodeOptions) GetDefaultRequestTimeoutSeconds() int64
func (*NodeOptions) GetListen ¶ added in v0.110.0
func (x *NodeOptions) GetListen() *ListenerOptions
func (*NodeOptions) GetListenInternal ¶ added in v0.143.0
func (x *NodeOptions) GetListenInternal() *InternalListenerOptions
func (*NodeOptions) GetLogger ¶ added in v0.110.0
func (x *NodeOptions) GetLogger() *NodeLogging
func (*NodeOptions) GetNodeInternalUrl ¶ added in v0.143.0
func (x *NodeOptions) GetNodeInternalUrl() *ConfigurationVariable
func (*NodeOptions) GetNodeUrl ¶ added in v0.110.0
func (x *NodeOptions) GetNodeUrl() *ConfigurationVariable
func (*NodeOptions) GetPublicNodeUrl ¶ added in v0.111.0
func (x *NodeOptions) GetPublicNodeUrl() *ConfigurationVariable
func (*NodeOptions) ProtoMessage ¶ added in v0.110.0
func (*NodeOptions) ProtoMessage()
func (*NodeOptions) ProtoReflect ¶ added in v0.110.0
func (x *NodeOptions) ProtoReflect() protoreflect.Message
func (*NodeOptions) Reset ¶ added in v0.110.0
func (x *NodeOptions) Reset()
func (*NodeOptions) String ¶ added in v0.110.0
func (x *NodeOptions) String() string
type OpenIDConnectAuthProviderConfig ¶
type OpenIDConnectAuthProviderConfig struct { Issuer *ConfigurationVariable `protobuf:"bytes,1,opt,name=issuer,proto3" json:"issuer,omitempty"` ClientId *ConfigurationVariable `protobuf:"bytes,2,opt,name=clientId,proto3" json:"clientId,omitempty"` ClientSecret *ConfigurationVariable `protobuf:"bytes,3,opt,name=clientSecret,proto3" json:"clientSecret,omitempty"` QueryParameters []*OpenIDConnectQueryParameter `protobuf:"bytes,4,rep,name=queryParameters,proto3" json:"queryParameters,omitempty"` // contains filtered or unexported fields }
func (*OpenIDConnectAuthProviderConfig) Descriptor
deprecated
func (*OpenIDConnectAuthProviderConfig) Descriptor() ([]byte, []int)
Deprecated: Use OpenIDConnectAuthProviderConfig.ProtoReflect.Descriptor instead.
func (*OpenIDConnectAuthProviderConfig) GetClientId ¶
func (x *OpenIDConnectAuthProviderConfig) GetClientId() *ConfigurationVariable
func (*OpenIDConnectAuthProviderConfig) GetClientSecret ¶
func (x *OpenIDConnectAuthProviderConfig) GetClientSecret() *ConfigurationVariable
func (*OpenIDConnectAuthProviderConfig) GetIssuer ¶
func (x *OpenIDConnectAuthProviderConfig) GetIssuer() *ConfigurationVariable
func (*OpenIDConnectAuthProviderConfig) GetQueryParameters ¶ added in v0.108.0
func (x *OpenIDConnectAuthProviderConfig) GetQueryParameters() []*OpenIDConnectQueryParameter
func (*OpenIDConnectAuthProviderConfig) ProtoMessage ¶
func (*OpenIDConnectAuthProviderConfig) ProtoMessage()
func (*OpenIDConnectAuthProviderConfig) ProtoReflect ¶
func (x *OpenIDConnectAuthProviderConfig) ProtoReflect() protoreflect.Message
func (*OpenIDConnectAuthProviderConfig) Reset ¶
func (x *OpenIDConnectAuthProviderConfig) Reset()
func (*OpenIDConnectAuthProviderConfig) String ¶
func (x *OpenIDConnectAuthProviderConfig) String() string
type OpenIDConnectQueryParameter ¶ added in v0.108.0
type OpenIDConnectQueryParameter struct { Name *ConfigurationVariable `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Value *ConfigurationVariable `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*OpenIDConnectQueryParameter) Descriptor
deprecated
added in
v0.108.0
func (*OpenIDConnectQueryParameter) Descriptor() ([]byte, []int)
Deprecated: Use OpenIDConnectQueryParameter.ProtoReflect.Descriptor instead.
func (*OpenIDConnectQueryParameter) GetName ¶ added in v0.108.0
func (x *OpenIDConnectQueryParameter) GetName() *ConfigurationVariable
func (*OpenIDConnectQueryParameter) GetValue ¶ added in v0.108.0
func (x *OpenIDConnectQueryParameter) GetValue() *ConfigurationVariable
func (*OpenIDConnectQueryParameter) ProtoMessage ¶ added in v0.108.0
func (*OpenIDConnectQueryParameter) ProtoMessage()
func (*OpenIDConnectQueryParameter) ProtoReflect ¶ added in v0.108.0
func (x *OpenIDConnectQueryParameter) ProtoReflect() protoreflect.Message
func (*OpenIDConnectQueryParameter) Reset ¶ added in v0.108.0
func (x *OpenIDConnectQueryParameter) Reset()
func (*OpenIDConnectQueryParameter) String ¶ added in v0.108.0
func (x *OpenIDConnectQueryParameter) String() string
type Operation ¶
type Operation struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Content string `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"` OperationType OperationType `protobuf:"varint,3,opt,name=operationType,proto3,enum=wgpb.OperationType" json:"operationType,omitempty"` VariablesSchema string `protobuf:"bytes,4,opt,name=variablesSchema,proto3" json:"variablesSchema,omitempty"` ResponseSchema string `protobuf:"bytes,5,opt,name=responseSchema,proto3" json:"responseSchema,omitempty"` CacheConfig *OperationCacheConfig `protobuf:"bytes,7,opt,name=cacheConfig,proto3" json:"cacheConfig,omitempty"` AuthenticationConfig *OperationAuthenticationConfig `protobuf:"bytes,8,opt,name=authenticationConfig,proto3" json:"authenticationConfig,omitempty"` LiveQueryConfig *OperationLiveQueryConfig `protobuf:"bytes,9,opt,name=liveQueryConfig,proto3" json:"liveQueryConfig,omitempty"` AuthorizationConfig *OperationAuthorizationConfig `protobuf:"bytes,10,opt,name=authorizationConfig,proto3" json:"authorizationConfig,omitempty"` HooksConfiguration *OperationHooksConfiguration `protobuf:"bytes,11,opt,name=hooksConfiguration,proto3" json:"hooksConfiguration,omitempty"` VariablesConfiguration *OperationVariablesConfiguration `protobuf:"bytes,12,opt,name=variablesConfiguration,proto3" json:"variablesConfiguration,omitempty"` // internal operations are only accessible internally, e.g. to hooks // they cannot be reached from the public surface of the API Internal bool `protobuf:"varint,13,opt,name=internal,proto3" json:"internal,omitempty"` InterpolationVariablesSchema string `protobuf:"bytes,14,opt,name=interpolationVariablesSchema,proto3" json:"interpolationVariablesSchema,omitempty"` PostResolveTransformations []*PostResolveTransformation `protobuf:"bytes,15,rep,name=postResolveTransformations,proto3" json:"postResolveTransformations,omitempty"` Engine OperationExecutionEngine `protobuf:"varint,16,opt,name=engine,proto3,enum=wgpb.OperationExecutionEngine" json:"engine,omitempty"` Path string `protobuf:"bytes,17,opt,name=path,proto3" json:"path,omitempty"` // contains filtered or unexported fields }
func (*Operation) Descriptor
deprecated
func (*Operation) GetAuthenticationConfig ¶
func (x *Operation) GetAuthenticationConfig() *OperationAuthenticationConfig
func (*Operation) GetAuthorizationConfig ¶
func (x *Operation) GetAuthorizationConfig() *OperationAuthorizationConfig
func (*Operation) GetCacheConfig ¶
func (x *Operation) GetCacheConfig() *OperationCacheConfig
func (*Operation) GetContent ¶
func (*Operation) GetEngine ¶ added in v0.126.0
func (x *Operation) GetEngine() OperationExecutionEngine
func (*Operation) GetHooksConfiguration ¶
func (x *Operation) GetHooksConfiguration() *OperationHooksConfiguration
func (*Operation) GetInternal ¶
func (*Operation) GetInterpolationVariablesSchema ¶
func (*Operation) GetLiveQueryConfig ¶
func (x *Operation) GetLiveQueryConfig() *OperationLiveQueryConfig
func (*Operation) GetOperationType ¶
func (x *Operation) GetOperationType() OperationType
func (*Operation) GetPostResolveTransformations ¶
func (x *Operation) GetPostResolveTransformations() []*PostResolveTransformation
func (*Operation) GetResponseSchema ¶
func (*Operation) GetVariablesConfiguration ¶
func (x *Operation) GetVariablesConfiguration() *OperationVariablesConfiguration
func (*Operation) GetVariablesSchema ¶
func (*Operation) ProtoMessage ¶
func (*Operation) ProtoMessage()
func (*Operation) ProtoReflect ¶
func (x *Operation) ProtoReflect() protoreflect.Message
type OperationAuthenticationConfig ¶
type OperationAuthenticationConfig struct { AuthRequired bool `protobuf:"varint,1,opt,name=authRequired,proto3" json:"authRequired,omitempty"` // contains filtered or unexported fields }
func (*OperationAuthenticationConfig) Descriptor
deprecated
func (*OperationAuthenticationConfig) Descriptor() ([]byte, []int)
Deprecated: Use OperationAuthenticationConfig.ProtoReflect.Descriptor instead.
func (*OperationAuthenticationConfig) GetAuthRequired ¶
func (x *OperationAuthenticationConfig) GetAuthRequired() bool
func (*OperationAuthenticationConfig) ProtoMessage ¶
func (*OperationAuthenticationConfig) ProtoMessage()
func (*OperationAuthenticationConfig) ProtoReflect ¶
func (x *OperationAuthenticationConfig) ProtoReflect() protoreflect.Message
func (*OperationAuthenticationConfig) Reset ¶
func (x *OperationAuthenticationConfig) Reset()
func (*OperationAuthenticationConfig) String ¶
func (x *OperationAuthenticationConfig) String() string
type OperationAuthorizationConfig ¶
type OperationAuthorizationConfig struct { Claims []*ClaimConfig `protobuf:"bytes,1,rep,name=claims,proto3" json:"claims,omitempty"` RoleConfig *OperationRoleConfig `protobuf:"bytes,2,opt,name=roleConfig,proto3" json:"roleConfig,omitempty"` // contains filtered or unexported fields }
func (*OperationAuthorizationConfig) Descriptor
deprecated
func (*OperationAuthorizationConfig) Descriptor() ([]byte, []int)
Deprecated: Use OperationAuthorizationConfig.ProtoReflect.Descriptor instead.
func (*OperationAuthorizationConfig) GetClaims ¶
func (x *OperationAuthorizationConfig) GetClaims() []*ClaimConfig
func (*OperationAuthorizationConfig) GetRoleConfig ¶
func (x *OperationAuthorizationConfig) GetRoleConfig() *OperationRoleConfig
func (*OperationAuthorizationConfig) ProtoMessage ¶
func (*OperationAuthorizationConfig) ProtoMessage()
func (*OperationAuthorizationConfig) ProtoReflect ¶
func (x *OperationAuthorizationConfig) ProtoReflect() protoreflect.Message
func (*OperationAuthorizationConfig) Reset ¶
func (x *OperationAuthorizationConfig) Reset()
func (*OperationAuthorizationConfig) String ¶
func (x *OperationAuthorizationConfig) String() string
type OperationCacheConfig ¶
type OperationCacheConfig struct { Enable bool `protobuf:"varint,1,opt,name=enable,proto3" json:"enable,omitempty"` MaxAge int64 `protobuf:"varint,2,opt,name=maxAge,proto3" json:"maxAge,omitempty"` Public bool `protobuf:"varint,3,opt,name=public,proto3" json:"public,omitempty"` StaleWhileRevalidate int64 `protobuf:"varint,4,opt,name=staleWhileRevalidate,proto3" json:"staleWhileRevalidate,omitempty"` // contains filtered or unexported fields }
func (*OperationCacheConfig) Descriptor
deprecated
func (*OperationCacheConfig) Descriptor() ([]byte, []int)
Deprecated: Use OperationCacheConfig.ProtoReflect.Descriptor instead.
func (*OperationCacheConfig) GetEnable ¶
func (x *OperationCacheConfig) GetEnable() bool
func (*OperationCacheConfig) GetMaxAge ¶
func (x *OperationCacheConfig) GetMaxAge() int64
func (*OperationCacheConfig) GetPublic ¶
func (x *OperationCacheConfig) GetPublic() bool
func (*OperationCacheConfig) GetStaleWhileRevalidate ¶
func (x *OperationCacheConfig) GetStaleWhileRevalidate() int64
func (*OperationCacheConfig) ProtoMessage ¶
func (*OperationCacheConfig) ProtoMessage()
func (*OperationCacheConfig) ProtoReflect ¶
func (x *OperationCacheConfig) ProtoReflect() protoreflect.Message
func (*OperationCacheConfig) Reset ¶
func (x *OperationCacheConfig) Reset()
func (*OperationCacheConfig) String ¶
func (x *OperationCacheConfig) String() string
type OperationExecutionEngine ¶ added in v0.126.0
type OperationExecutionEngine int32
const ( OperationExecutionEngine_ENGINE_GRAPHQL OperationExecutionEngine = 0 OperationExecutionEngine_ENGINE_NODEJS OperationExecutionEngine = 1 )
func (OperationExecutionEngine) Descriptor ¶ added in v0.126.0
func (OperationExecutionEngine) Descriptor() protoreflect.EnumDescriptor
func (OperationExecutionEngine) Enum ¶ added in v0.126.0
func (x OperationExecutionEngine) Enum() *OperationExecutionEngine
func (OperationExecutionEngine) EnumDescriptor
deprecated
added in
v0.126.0
func (OperationExecutionEngine) EnumDescriptor() ([]byte, []int)
Deprecated: Use OperationExecutionEngine.Descriptor instead.
func (OperationExecutionEngine) Number ¶ added in v0.126.0
func (x OperationExecutionEngine) Number() protoreflect.EnumNumber
func (OperationExecutionEngine) String ¶ added in v0.126.0
func (x OperationExecutionEngine) String() string
func (OperationExecutionEngine) Type ¶ added in v0.126.0
func (OperationExecutionEngine) Type() protoreflect.EnumType
type OperationHooksConfiguration ¶
type OperationHooksConfiguration struct { PreResolve bool `protobuf:"varint,1,opt,name=preResolve,proto3" json:"preResolve,omitempty"` PostResolve bool `protobuf:"varint,2,opt,name=postResolve,proto3" json:"postResolve,omitempty"` MutatingPreResolve bool `protobuf:"varint,3,opt,name=mutatingPreResolve,proto3" json:"mutatingPreResolve,omitempty"` MutatingPostResolve bool `protobuf:"varint,4,opt,name=mutatingPostResolve,proto3" json:"mutatingPostResolve,omitempty"` MockResolve *MockResolveHookConfiguration `protobuf:"bytes,5,opt,name=mockResolve,proto3" json:"mockResolve,omitempty"` HttpTransportOnRequest bool `protobuf:"varint,6,opt,name=httpTransportOnRequest,proto3" json:"httpTransportOnRequest,omitempty"` HttpTransportOnResponse bool `protobuf:"varint,7,opt,name=httpTransportOnResponse,proto3" json:"httpTransportOnResponse,omitempty"` CustomResolve bool `protobuf:"varint,8,opt,name=customResolve,proto3" json:"customResolve,omitempty"` // contains filtered or unexported fields }
func (*OperationHooksConfiguration) Descriptor
deprecated
func (*OperationHooksConfiguration) Descriptor() ([]byte, []int)
Deprecated: Use OperationHooksConfiguration.ProtoReflect.Descriptor instead.
func (*OperationHooksConfiguration) GetCustomResolve ¶
func (x *OperationHooksConfiguration) GetCustomResolve() bool
func (*OperationHooksConfiguration) GetHttpTransportOnRequest ¶
func (x *OperationHooksConfiguration) GetHttpTransportOnRequest() bool
func (*OperationHooksConfiguration) GetHttpTransportOnResponse ¶
func (x *OperationHooksConfiguration) GetHttpTransportOnResponse() bool
func (*OperationHooksConfiguration) GetMockResolve ¶
func (x *OperationHooksConfiguration) GetMockResolve() *MockResolveHookConfiguration
func (*OperationHooksConfiguration) GetMutatingPostResolve ¶
func (x *OperationHooksConfiguration) GetMutatingPostResolve() bool
func (*OperationHooksConfiguration) GetMutatingPreResolve ¶
func (x *OperationHooksConfiguration) GetMutatingPreResolve() bool
func (*OperationHooksConfiguration) GetPostResolve ¶
func (x *OperationHooksConfiguration) GetPostResolve() bool
func (*OperationHooksConfiguration) GetPreResolve ¶
func (x *OperationHooksConfiguration) GetPreResolve() bool
func (*OperationHooksConfiguration) ProtoMessage ¶
func (*OperationHooksConfiguration) ProtoMessage()
func (*OperationHooksConfiguration) ProtoReflect ¶
func (x *OperationHooksConfiguration) ProtoReflect() protoreflect.Message
func (*OperationHooksConfiguration) Reset ¶
func (x *OperationHooksConfiguration) Reset()
func (*OperationHooksConfiguration) String ¶
func (x *OperationHooksConfiguration) String() string
type OperationLiveQueryConfig ¶
type OperationLiveQueryConfig struct { Enable bool `protobuf:"varint,1,opt,name=enable,proto3" json:"enable,omitempty"` PollingIntervalSeconds int64 `protobuf:"varint,2,opt,name=pollingIntervalSeconds,proto3" json:"pollingIntervalSeconds,omitempty"` // contains filtered or unexported fields }
func (*OperationLiveQueryConfig) Descriptor
deprecated
func (*OperationLiveQueryConfig) Descriptor() ([]byte, []int)
Deprecated: Use OperationLiveQueryConfig.ProtoReflect.Descriptor instead.
func (*OperationLiveQueryConfig) GetEnable ¶
func (x *OperationLiveQueryConfig) GetEnable() bool
func (*OperationLiveQueryConfig) GetPollingIntervalSeconds ¶
func (x *OperationLiveQueryConfig) GetPollingIntervalSeconds() int64
func (*OperationLiveQueryConfig) ProtoMessage ¶
func (*OperationLiveQueryConfig) ProtoMessage()
func (*OperationLiveQueryConfig) ProtoReflect ¶
func (x *OperationLiveQueryConfig) ProtoReflect() protoreflect.Message
func (*OperationLiveQueryConfig) Reset ¶
func (x *OperationLiveQueryConfig) Reset()
func (*OperationLiveQueryConfig) String ¶
func (x *OperationLiveQueryConfig) String() string
type OperationRoleConfig ¶
type OperationRoleConfig struct { // the user must match all roles RequireMatchAll []string `protobuf:"bytes,1,rep,name=requireMatchAll,proto3" json:"requireMatchAll,omitempty"` // the user must match at least one of the roles RequireMatchAny []string `protobuf:"bytes,2,rep,name=requireMatchAny,proto3" json:"requireMatchAny,omitempty"` // the user must not match all of the roles DenyMatchAll []string `protobuf:"bytes,3,rep,name=denyMatchAll,proto3" json:"denyMatchAll,omitempty"` // the user must not match any of the roles DenyMatchAny []string `protobuf:"bytes,4,rep,name=denyMatchAny,proto3" json:"denyMatchAny,omitempty"` // contains filtered or unexported fields }
func (*OperationRoleConfig) Descriptor
deprecated
func (*OperationRoleConfig) Descriptor() ([]byte, []int)
Deprecated: Use OperationRoleConfig.ProtoReflect.Descriptor instead.
func (*OperationRoleConfig) GetDenyMatchAll ¶
func (x *OperationRoleConfig) GetDenyMatchAll() []string
func (*OperationRoleConfig) GetDenyMatchAny ¶
func (x *OperationRoleConfig) GetDenyMatchAny() []string
func (*OperationRoleConfig) GetRequireMatchAll ¶
func (x *OperationRoleConfig) GetRequireMatchAll() []string
func (*OperationRoleConfig) GetRequireMatchAny ¶
func (x *OperationRoleConfig) GetRequireMatchAny() []string
func (*OperationRoleConfig) ProtoMessage ¶
func (*OperationRoleConfig) ProtoMessage()
func (*OperationRoleConfig) ProtoReflect ¶
func (x *OperationRoleConfig) ProtoReflect() protoreflect.Message
func (*OperationRoleConfig) Reset ¶
func (x *OperationRoleConfig) Reset()
func (*OperationRoleConfig) String ¶
func (x *OperationRoleConfig) String() string
type OperationType ¶
type OperationType int32
const ( OperationType_QUERY OperationType = 0 OperationType_MUTATION OperationType = 1 OperationType_SUBSCRIPTION OperationType = 2 )
func (OperationType) Descriptor ¶
func (OperationType) Descriptor() protoreflect.EnumDescriptor
func (OperationType) Enum ¶
func (x OperationType) Enum() *OperationType
func (OperationType) EnumDescriptor
deprecated
func (OperationType) EnumDescriptor() ([]byte, []int)
Deprecated: Use OperationType.Descriptor instead.
func (OperationType) Number ¶
func (x OperationType) Number() protoreflect.EnumNumber
func (OperationType) String ¶
func (x OperationType) String() string
func (OperationType) Type ¶
func (OperationType) Type() protoreflect.EnumType
type OperationVariablesConfiguration ¶
type OperationVariablesConfiguration struct { InjectVariables []*VariableInjectionConfiguration `protobuf:"bytes,1,rep,name=injectVariables,proto3" json:"injectVariables,omitempty"` // contains filtered or unexported fields }
func (*OperationVariablesConfiguration) Descriptor
deprecated
func (*OperationVariablesConfiguration) Descriptor() ([]byte, []int)
Deprecated: Use OperationVariablesConfiguration.ProtoReflect.Descriptor instead.
func (*OperationVariablesConfiguration) GetInjectVariables ¶
func (x *OperationVariablesConfiguration) GetInjectVariables() []*VariableInjectionConfiguration
func (*OperationVariablesConfiguration) ProtoMessage ¶
func (*OperationVariablesConfiguration) ProtoMessage()
func (*OperationVariablesConfiguration) ProtoReflect ¶
func (x *OperationVariablesConfiguration) ProtoReflect() protoreflect.Message
func (*OperationVariablesConfiguration) Reset ¶
func (x *OperationVariablesConfiguration) Reset()
func (*OperationVariablesConfiguration) String ¶
func (x *OperationVariablesConfiguration) String() string
type PostResolveGetTransformation ¶
type PostResolveGetTransformation struct { From []string `protobuf:"bytes,1,rep,name=from,proto3" json:"from,omitempty"` To []string `protobuf:"bytes,2,rep,name=to,proto3" json:"to,omitempty"` // contains filtered or unexported fields }
func (*PostResolveGetTransformation) Descriptor
deprecated
func (*PostResolveGetTransformation) Descriptor() ([]byte, []int)
Deprecated: Use PostResolveGetTransformation.ProtoReflect.Descriptor instead.
func (*PostResolveGetTransformation) GetFrom ¶
func (x *PostResolveGetTransformation) GetFrom() []string
func (*PostResolveGetTransformation) GetTo ¶
func (x *PostResolveGetTransformation) GetTo() []string
func (*PostResolveGetTransformation) ProtoMessage ¶
func (*PostResolveGetTransformation) ProtoMessage()
func (*PostResolveGetTransformation) ProtoReflect ¶
func (x *PostResolveGetTransformation) ProtoReflect() protoreflect.Message
func (*PostResolveGetTransformation) Reset ¶
func (x *PostResolveGetTransformation) Reset()
func (*PostResolveGetTransformation) String ¶
func (x *PostResolveGetTransformation) String() string
type PostResolveTransformation ¶
type PostResolveTransformation struct { Kind PostResolveTransformationKind `protobuf:"varint,1,opt,name=kind,proto3,enum=wgpb.PostResolveTransformationKind" json:"kind,omitempty"` Depth int64 `protobuf:"varint,2,opt,name=depth,proto3" json:"depth,omitempty"` Get *PostResolveGetTransformation `protobuf:"bytes,3,opt,name=get,proto3" json:"get,omitempty"` // contains filtered or unexported fields }
func (*PostResolveTransformation) Descriptor
deprecated
func (*PostResolveTransformation) Descriptor() ([]byte, []int)
Deprecated: Use PostResolveTransformation.ProtoReflect.Descriptor instead.
func (*PostResolveTransformation) GetDepth ¶
func (x *PostResolveTransformation) GetDepth() int64
func (*PostResolveTransformation) GetGet ¶
func (x *PostResolveTransformation) GetGet() *PostResolveGetTransformation
func (*PostResolveTransformation) GetKind ¶
func (x *PostResolveTransformation) GetKind() PostResolveTransformationKind
func (*PostResolveTransformation) ProtoMessage ¶
func (*PostResolveTransformation) ProtoMessage()
func (*PostResolveTransformation) ProtoReflect ¶
func (x *PostResolveTransformation) ProtoReflect() protoreflect.Message
func (*PostResolveTransformation) Reset ¶
func (x *PostResolveTransformation) Reset()
func (*PostResolveTransformation) String ¶
func (x *PostResolveTransformation) String() string
type PostResolveTransformationKind ¶
type PostResolveTransformationKind int32
const (
PostResolveTransformationKind_GET_POST_RESOLVE_TRANSFORMATION PostResolveTransformationKind = 0
)
func (PostResolveTransformationKind) Descriptor ¶
func (PostResolveTransformationKind) Descriptor() protoreflect.EnumDescriptor
func (PostResolveTransformationKind) Enum ¶
func (x PostResolveTransformationKind) Enum() *PostResolveTransformationKind
func (PostResolveTransformationKind) EnumDescriptor
deprecated
func (PostResolveTransformationKind) EnumDescriptor() ([]byte, []int)
Deprecated: Use PostResolveTransformationKind.Descriptor instead.
func (PostResolveTransformationKind) Number ¶
func (x PostResolveTransformationKind) Number() protoreflect.EnumNumber
func (PostResolveTransformationKind) String ¶
func (x PostResolveTransformationKind) String() string
func (PostResolveTransformationKind) Type ¶
func (PostResolveTransformationKind) Type() protoreflect.EnumType
type RESTSubscriptionConfiguration ¶
type RESTSubscriptionConfiguration struct { Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"` PollingIntervalMillis int64 `protobuf:"varint,2,opt,name=pollingIntervalMillis,proto3" json:"pollingIntervalMillis,omitempty"` SkipPublishSameResponse bool `protobuf:"varint,3,opt,name=skipPublishSameResponse,proto3" json:"skipPublishSameResponse,omitempty"` // contains filtered or unexported fields }
func (*RESTSubscriptionConfiguration) Descriptor
deprecated
func (*RESTSubscriptionConfiguration) Descriptor() ([]byte, []int)
Deprecated: Use RESTSubscriptionConfiguration.ProtoReflect.Descriptor instead.
func (*RESTSubscriptionConfiguration) GetEnabled ¶
func (x *RESTSubscriptionConfiguration) GetEnabled() bool
func (*RESTSubscriptionConfiguration) GetPollingIntervalMillis ¶
func (x *RESTSubscriptionConfiguration) GetPollingIntervalMillis() int64
func (*RESTSubscriptionConfiguration) GetSkipPublishSameResponse ¶
func (x *RESTSubscriptionConfiguration) GetSkipPublishSameResponse() bool
func (*RESTSubscriptionConfiguration) ProtoMessage ¶
func (*RESTSubscriptionConfiguration) ProtoMessage()
func (*RESTSubscriptionConfiguration) ProtoReflect ¶
func (x *RESTSubscriptionConfiguration) ProtoReflect() protoreflect.Message
func (*RESTSubscriptionConfiguration) Reset ¶
func (x *RESTSubscriptionConfiguration) Reset()
func (*RESTSubscriptionConfiguration) String ¶
func (x *RESTSubscriptionConfiguration) String() string
type RedisCacheConfig ¶
type RedisCacheConfig struct { RedisUrlEnvVar string `protobuf:"bytes,1,opt,name=redisUrlEnvVar,proto3" json:"redisUrlEnvVar,omitempty"` // contains filtered or unexported fields }
func (*RedisCacheConfig) Descriptor
deprecated
func (*RedisCacheConfig) Descriptor() ([]byte, []int)
Deprecated: Use RedisCacheConfig.ProtoReflect.Descriptor instead.
func (*RedisCacheConfig) GetRedisUrlEnvVar ¶
func (x *RedisCacheConfig) GetRedisUrlEnvVar() string
func (*RedisCacheConfig) ProtoMessage ¶
func (*RedisCacheConfig) ProtoMessage()
func (*RedisCacheConfig) ProtoReflect ¶
func (x *RedisCacheConfig) ProtoReflect() protoreflect.Message
func (*RedisCacheConfig) Reset ¶
func (x *RedisCacheConfig) Reset()
func (*RedisCacheConfig) String ¶
func (x *RedisCacheConfig) String() string
type S3UploadConfiguration ¶
type S3UploadConfiguration struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Endpoint *ConfigurationVariable `protobuf:"bytes,2,opt,name=endpoint,proto3" json:"endpoint,omitempty"` AccessKeyID *ConfigurationVariable `protobuf:"bytes,3,opt,name=accessKeyID,proto3" json:"accessKeyID,omitempty"` SecretAccessKey *ConfigurationVariable `protobuf:"bytes,4,opt,name=secretAccessKey,proto3" json:"secretAccessKey,omitempty"` BucketName *ConfigurationVariable `protobuf:"bytes,5,opt,name=bucketName,proto3" json:"bucketName,omitempty"` BucketLocation *ConfigurationVariable `protobuf:"bytes,6,opt,name=bucketLocation,proto3" json:"bucketLocation,omitempty"` UseSSL bool `protobuf:"varint,7,opt,name=useSSL,proto3" json:"useSSL,omitempty"` UploadProfiles map[string]*S3UploadProfile `` /* 169-byte string literal not displayed */ // contains filtered or unexported fields }
func (*S3UploadConfiguration) Descriptor
deprecated
func (*S3UploadConfiguration) Descriptor() ([]byte, []int)
Deprecated: Use S3UploadConfiguration.ProtoReflect.Descriptor instead.
func (*S3UploadConfiguration) GetAccessKeyID ¶
func (x *S3UploadConfiguration) GetAccessKeyID() *ConfigurationVariable
func (*S3UploadConfiguration) GetBucketLocation ¶
func (x *S3UploadConfiguration) GetBucketLocation() *ConfigurationVariable
func (*S3UploadConfiguration) GetBucketName ¶
func (x *S3UploadConfiguration) GetBucketName() *ConfigurationVariable
func (*S3UploadConfiguration) GetEndpoint ¶
func (x *S3UploadConfiguration) GetEndpoint() *ConfigurationVariable
func (*S3UploadConfiguration) GetName ¶
func (x *S3UploadConfiguration) GetName() string
func (*S3UploadConfiguration) GetSecretAccessKey ¶
func (x *S3UploadConfiguration) GetSecretAccessKey() *ConfigurationVariable
func (*S3UploadConfiguration) GetUploadProfiles ¶ added in v0.127.0
func (x *S3UploadConfiguration) GetUploadProfiles() map[string]*S3UploadProfile
func (*S3UploadConfiguration) GetUseSSL ¶
func (x *S3UploadConfiguration) GetUseSSL() bool
func (*S3UploadConfiguration) ProtoMessage ¶
func (*S3UploadConfiguration) ProtoMessage()
func (*S3UploadConfiguration) ProtoReflect ¶
func (x *S3UploadConfiguration) ProtoReflect() protoreflect.Message
func (*S3UploadConfiguration) Reset ¶
func (x *S3UploadConfiguration) Reset()
func (*S3UploadConfiguration) String ¶
func (x *S3UploadConfiguration) String() string
type S3UploadProfile ¶ added in v0.127.0
type S3UploadProfile struct { RequireAuthentication bool `protobuf:"varint,1,opt,name=requireAuthentication,proto3" json:"requireAuthentication,omitempty"` MaxAllowedUploadSizeBytes int32 `protobuf:"varint,2,opt,name=maxAllowedUploadSizeBytes,proto3" json:"maxAllowedUploadSizeBytes,omitempty"` MaxAllowedFiles int32 `protobuf:"varint,3,opt,name=maxAllowedFiles,proto3" json:"maxAllowedFiles,omitempty"` AllowedMimeTypes []string `protobuf:"bytes,4,rep,name=allowedMimeTypes,proto3" json:"allowedMimeTypes,omitempty"` AllowedFileExtensions []string `protobuf:"bytes,5,rep,name=allowedFileExtensions,proto3" json:"allowedFileExtensions,omitempty"` MetadataJSONSchema string `protobuf:"bytes,6,opt,name=metadataJSONSchema,proto3" json:"metadataJSONSchema,omitempty"` Hooks *S3UploadProfileHooksConfiguration `protobuf:"bytes,7,opt,name=hooks,proto3" json:"hooks,omitempty"` // contains filtered or unexported fields }
func (*S3UploadProfile) Descriptor
deprecated
added in
v0.127.0
func (*S3UploadProfile) Descriptor() ([]byte, []int)
Deprecated: Use S3UploadProfile.ProtoReflect.Descriptor instead.
func (*S3UploadProfile) GetAllowedFileExtensions ¶ added in v0.127.0
func (x *S3UploadProfile) GetAllowedFileExtensions() []string
func (*S3UploadProfile) GetAllowedMimeTypes ¶ added in v0.127.0
func (x *S3UploadProfile) GetAllowedMimeTypes() []string
func (*S3UploadProfile) GetHooks ¶ added in v0.127.0
func (x *S3UploadProfile) GetHooks() *S3UploadProfileHooksConfiguration
func (*S3UploadProfile) GetMaxAllowedFiles ¶ added in v0.127.0
func (x *S3UploadProfile) GetMaxAllowedFiles() int32
func (*S3UploadProfile) GetMaxAllowedUploadSizeBytes ¶ added in v0.127.0
func (x *S3UploadProfile) GetMaxAllowedUploadSizeBytes() int32
func (*S3UploadProfile) GetMetadataJSONSchema ¶ added in v0.127.0
func (x *S3UploadProfile) GetMetadataJSONSchema() string
func (*S3UploadProfile) GetRequireAuthentication ¶ added in v0.130.0
func (x *S3UploadProfile) GetRequireAuthentication() bool
func (*S3UploadProfile) ProtoMessage ¶ added in v0.127.0
func (*S3UploadProfile) ProtoMessage()
func (*S3UploadProfile) ProtoReflect ¶ added in v0.127.0
func (x *S3UploadProfile) ProtoReflect() protoreflect.Message
func (*S3UploadProfile) Reset ¶ added in v0.127.0
func (x *S3UploadProfile) Reset()
func (*S3UploadProfile) String ¶ added in v0.127.0
func (x *S3UploadProfile) String() string
type S3UploadProfileHooksConfiguration ¶ added in v0.127.0
type S3UploadProfileHooksConfiguration struct { PreUpload bool `protobuf:"varint,1,opt,name=preUpload,proto3" json:"preUpload,omitempty"` PostUpload bool `protobuf:"varint,2,opt,name=postUpload,proto3" json:"postUpload,omitempty"` // contains filtered or unexported fields }
func (*S3UploadProfileHooksConfiguration) Descriptor
deprecated
added in
v0.127.0
func (*S3UploadProfileHooksConfiguration) Descriptor() ([]byte, []int)
Deprecated: Use S3UploadProfileHooksConfiguration.ProtoReflect.Descriptor instead.
func (*S3UploadProfileHooksConfiguration) GetPostUpload ¶ added in v0.127.0
func (x *S3UploadProfileHooksConfiguration) GetPostUpload() bool
func (*S3UploadProfileHooksConfiguration) GetPreUpload ¶ added in v0.127.0
func (x *S3UploadProfileHooksConfiguration) GetPreUpload() bool
func (*S3UploadProfileHooksConfiguration) ProtoMessage ¶ added in v0.127.0
func (*S3UploadProfileHooksConfiguration) ProtoMessage()
func (*S3UploadProfileHooksConfiguration) ProtoReflect ¶ added in v0.127.0
func (x *S3UploadProfileHooksConfiguration) ProtoReflect() protoreflect.Message
func (*S3UploadProfileHooksConfiguration) Reset ¶ added in v0.127.0
func (x *S3UploadProfileHooksConfiguration) Reset()
func (*S3UploadProfileHooksConfiguration) String ¶ added in v0.127.0
func (x *S3UploadProfileHooksConfiguration) String() string
type ServerLogging ¶ added in v0.110.0
type ServerLogging struct { Level *ConfigurationVariable `protobuf:"bytes,1,opt,name=level,proto3" json:"level,omitempty"` // contains filtered or unexported fields }
func (*ServerLogging) Descriptor
deprecated
added in
v0.110.0
func (*ServerLogging) Descriptor() ([]byte, []int)
Deprecated: Use ServerLogging.ProtoReflect.Descriptor instead.
func (*ServerLogging) GetLevel ¶ added in v0.110.0
func (x *ServerLogging) GetLevel() *ConfigurationVariable
func (*ServerLogging) ProtoMessage ¶ added in v0.110.0
func (*ServerLogging) ProtoMessage()
func (*ServerLogging) ProtoReflect ¶ added in v0.110.0
func (x *ServerLogging) ProtoReflect() protoreflect.Message
func (*ServerLogging) Reset ¶ added in v0.110.0
func (x *ServerLogging) Reset()
func (*ServerLogging) String ¶ added in v0.110.0
func (x *ServerLogging) String() string
type ServerOptions ¶ added in v0.110.0
type ServerOptions struct { ServerUrl *ConfigurationVariable `protobuf:"bytes,1,opt,name=serverUrl,proto3" json:"serverUrl,omitempty"` Listen *ListenerOptions `protobuf:"bytes,2,opt,name=listen,proto3" json:"listen,omitempty"` Logger *ServerLogging `protobuf:"bytes,3,opt,name=logger,proto3" json:"logger,omitempty"` // contains filtered or unexported fields }
func (*ServerOptions) Descriptor
deprecated
added in
v0.110.0
func (*ServerOptions) Descriptor() ([]byte, []int)
Deprecated: Use ServerOptions.ProtoReflect.Descriptor instead.
func (*ServerOptions) GetListen ¶ added in v0.110.0
func (x *ServerOptions) GetListen() *ListenerOptions
func (*ServerOptions) GetLogger ¶ added in v0.110.0
func (x *ServerOptions) GetLogger() *ServerLogging
func (*ServerOptions) GetServerUrl ¶ added in v0.110.0
func (x *ServerOptions) GetServerUrl() *ConfigurationVariable
func (*ServerOptions) ProtoMessage ¶ added in v0.110.0
func (*ServerOptions) ProtoMessage()
func (*ServerOptions) ProtoReflect ¶ added in v0.110.0
func (x *ServerOptions) ProtoReflect() protoreflect.Message
func (*ServerOptions) Reset ¶ added in v0.110.0
func (x *ServerOptions) Reset()
func (*ServerOptions) String ¶ added in v0.110.0
func (x *ServerOptions) String() string
type SigningMethod ¶
type SigningMethod int32
const (
SigningMethod_SigningMethodHS256 SigningMethod = 0
)
func (SigningMethod) Descriptor ¶
func (SigningMethod) Descriptor() protoreflect.EnumDescriptor
func (SigningMethod) Enum ¶
func (x SigningMethod) Enum() *SigningMethod
func (SigningMethod) EnumDescriptor
deprecated
func (SigningMethod) EnumDescriptor() ([]byte, []int)
Deprecated: Use SigningMethod.Descriptor instead.
func (SigningMethod) Number ¶
func (x SigningMethod) Number() protoreflect.EnumNumber
func (SigningMethod) String ¶
func (x SigningMethod) String() string
func (SigningMethod) Type ¶
func (SigningMethod) Type() protoreflect.EnumType
type SingleTypeField ¶
type SingleTypeField struct { TypeName string `protobuf:"bytes,1,opt,name=typeName,proto3" json:"typeName,omitempty"` FieldName string `protobuf:"bytes,2,opt,name=fieldName,proto3" json:"fieldName,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=statusCode,proto3" json:"statusCode,omitempty"` TypeName string `protobuf:"bytes,2,opt,name=typeName,proto3" json:"typeName,omitempty"` InjectStatusCodeIntoBody bool `protobuf:"varint,3,opt,name=injectStatusCodeIntoBody,proto3" json:"injectStatusCodeIntoBody,omitempty"` // 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 TypeConfiguration ¶
type TypeConfiguration struct { TypeName string `protobuf:"bytes,1,opt,name=typeName,proto3" json:"typeName,omitempty"` RenameTo string `protobuf:"bytes,2,opt,name=renameTo,proto3" json:"renameTo,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=typeName,proto3" json:"typeName,omitempty"` FieldNames []string `protobuf:"bytes,2,rep,name=fieldNames,proto3" json:"fieldNames,omitempty"` // contains filtered or unexported fields }
func (*TypeField) Descriptor
deprecated
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
type UpstreamAuthentication ¶
type UpstreamAuthentication struct { Kind UpstreamAuthenticationKind `protobuf:"varint,1,opt,name=kind,proto3,enum=wgpb.UpstreamAuthenticationKind" json:"kind,omitempty"` JwtConfig *JwtUpstreamAuthenticationConfig `protobuf:"bytes,2,opt,name=jwtConfig,proto3" json:"jwtConfig,omitempty"` JwtWithAccessTokenExchangeConfig *JwtUpstreamAuthenticationWithAccessTokenExchange `protobuf:"bytes,3,opt,name=jwtWithAccessTokenExchangeConfig,proto3" json:"jwtWithAccessTokenExchangeConfig,omitempty"` // contains filtered or unexported fields }
func (*UpstreamAuthentication) Descriptor
deprecated
func (*UpstreamAuthentication) Descriptor() ([]byte, []int)
Deprecated: Use UpstreamAuthentication.ProtoReflect.Descriptor instead.
func (*UpstreamAuthentication) GetJwtConfig ¶
func (x *UpstreamAuthentication) GetJwtConfig() *JwtUpstreamAuthenticationConfig
func (*UpstreamAuthentication) GetJwtWithAccessTokenExchangeConfig ¶
func (x *UpstreamAuthentication) GetJwtWithAccessTokenExchangeConfig() *JwtUpstreamAuthenticationWithAccessTokenExchange
func (*UpstreamAuthentication) GetKind ¶
func (x *UpstreamAuthentication) GetKind() UpstreamAuthenticationKind
func (*UpstreamAuthentication) ProtoMessage ¶
func (*UpstreamAuthentication) ProtoMessage()
func (*UpstreamAuthentication) ProtoReflect ¶
func (x *UpstreamAuthentication) ProtoReflect() protoreflect.Message
func (*UpstreamAuthentication) Reset ¶
func (x *UpstreamAuthentication) Reset()
func (*UpstreamAuthentication) String ¶
func (x *UpstreamAuthentication) String() string
type UpstreamAuthenticationKind ¶
type UpstreamAuthenticationKind int32
const ( UpstreamAuthenticationKind_UpstreamAuthenticationJWT UpstreamAuthenticationKind = 0 UpstreamAuthenticationKind_UpstreamAuthenticationJWTWithAccessTokenExchange UpstreamAuthenticationKind = 1 )
func (UpstreamAuthenticationKind) Descriptor ¶
func (UpstreamAuthenticationKind) Descriptor() protoreflect.EnumDescriptor
func (UpstreamAuthenticationKind) Enum ¶
func (x UpstreamAuthenticationKind) Enum() *UpstreamAuthenticationKind
func (UpstreamAuthenticationKind) EnumDescriptor
deprecated
func (UpstreamAuthenticationKind) EnumDescriptor() ([]byte, []int)
Deprecated: Use UpstreamAuthenticationKind.Descriptor instead.
func (UpstreamAuthenticationKind) Number ¶
func (x UpstreamAuthenticationKind) Number() protoreflect.EnumNumber
func (UpstreamAuthenticationKind) String ¶
func (x UpstreamAuthenticationKind) String() string
func (UpstreamAuthenticationKind) Type ¶
func (UpstreamAuthenticationKind) Type() protoreflect.EnumType
type UserDefinedApi ¶
type UserDefinedApi struct { EngineConfiguration *EngineConfiguration `protobuf:"bytes,3,opt,name=engineConfiguration,proto3" json:"engineConfiguration,omitempty"` EnableGraphqlEndpoint bool `protobuf:"varint,5,opt,name=enableGraphqlEndpoint,proto3" json:"enableGraphqlEndpoint,omitempty"` Operations []*Operation `protobuf:"bytes,6,rep,name=operations,proto3" json:"operations,omitempty"` InvalidOperationNames []string `protobuf:"bytes,16,rep,name=invalidOperationNames,proto3" json:"invalidOperationNames,omitempty"` CorsConfiguration *CorsConfiguration `protobuf:"bytes,7,opt,name=corsConfiguration,proto3" json:"corsConfiguration,omitempty"` AuthenticationConfig *ApiAuthenticationConfig `protobuf:"bytes,8,opt,name=authenticationConfig,proto3" json:"authenticationConfig,omitempty"` S3UploadConfiguration []*S3UploadConfiguration `protobuf:"bytes,9,rep,name=s3UploadConfiguration,proto3" json:"s3UploadConfiguration,omitempty"` AllowedHostNames []*ConfigurationVariable `protobuf:"bytes,11,rep,name=allowedHostNames,proto3" json:"allowedHostNames,omitempty"` Webhooks []*WebhookConfiguration `protobuf:"bytes,12,rep,name=webhooks,proto3" json:"webhooks,omitempty"` ServerOptions *ServerOptions `protobuf:"bytes,14,opt,name=serverOptions,proto3" json:"serverOptions,omitempty"` NodeOptions *NodeOptions `protobuf:"bytes,15,opt,name=nodeOptions,proto3" json:"nodeOptions,omitempty"` // contains filtered or unexported fields }
func (*UserDefinedApi) Descriptor
deprecated
func (*UserDefinedApi) Descriptor() ([]byte, []int)
Deprecated: Use UserDefinedApi.ProtoReflect.Descriptor instead.
func (*UserDefinedApi) GetAllowedHostNames ¶
func (x *UserDefinedApi) GetAllowedHostNames() []*ConfigurationVariable
func (*UserDefinedApi) GetAuthenticationConfig ¶
func (x *UserDefinedApi) GetAuthenticationConfig() *ApiAuthenticationConfig
func (*UserDefinedApi) GetCorsConfiguration ¶
func (x *UserDefinedApi) GetCorsConfiguration() *CorsConfiguration
func (*UserDefinedApi) GetEnableGraphqlEndpoint ¶
func (x *UserDefinedApi) GetEnableGraphqlEndpoint() bool
func (*UserDefinedApi) GetEngineConfiguration ¶
func (x *UserDefinedApi) GetEngineConfiguration() *EngineConfiguration
func (*UserDefinedApi) GetInvalidOperationNames ¶ added in v0.119.0
func (x *UserDefinedApi) GetInvalidOperationNames() []string
func (*UserDefinedApi) GetNodeOptions ¶ added in v0.110.0
func (x *UserDefinedApi) GetNodeOptions() *NodeOptions
func (*UserDefinedApi) GetOperations ¶
func (x *UserDefinedApi) GetOperations() []*Operation
func (*UserDefinedApi) GetS3UploadConfiguration ¶
func (x *UserDefinedApi) GetS3UploadConfiguration() []*S3UploadConfiguration
func (*UserDefinedApi) GetServerOptions ¶ added in v0.110.0
func (x *UserDefinedApi) GetServerOptions() *ServerOptions
func (*UserDefinedApi) GetWebhooks ¶
func (x *UserDefinedApi) GetWebhooks() []*WebhookConfiguration
func (*UserDefinedApi) ProtoMessage ¶
func (*UserDefinedApi) ProtoMessage()
func (*UserDefinedApi) ProtoReflect ¶
func (x *UserDefinedApi) ProtoReflect() protoreflect.Message
func (*UserDefinedApi) Reset ¶
func (x *UserDefinedApi) Reset()
func (*UserDefinedApi) String ¶
func (x *UserDefinedApi) String() string
type ValueType ¶ added in v0.131.0
type ValueType int32
func (ValueType) Descriptor ¶ added in v0.131.0
func (ValueType) Descriptor() protoreflect.EnumDescriptor
func (ValueType) EnumDescriptor
deprecated
added in
v0.131.0
func (ValueType) Number ¶ added in v0.131.0
func (x ValueType) Number() protoreflect.EnumNumber
func (ValueType) Type ¶ added in v0.131.0
func (ValueType) Type() protoreflect.EnumType
type VariableInjectionConfiguration ¶
type VariableInjectionConfiguration struct { VariablePathComponents []string `protobuf:"bytes,1,rep,name=variablePathComponents,proto3" json:"variablePathComponents,omitempty"` VariableKind InjectVariableKind `protobuf:"varint,2,opt,name=variableKind,proto3,enum=wgpb.InjectVariableKind" json:"variableKind,omitempty"` DateFormat string `protobuf:"bytes,3,opt,name=dateFormat,proto3" json:"dateFormat,omitempty"` EnvironmentVariableName string `protobuf:"bytes,4,opt,name=environmentVariableName,proto3" json:"environmentVariableName,omitempty"` // contains filtered or unexported fields }
func (*VariableInjectionConfiguration) Descriptor
deprecated
func (*VariableInjectionConfiguration) Descriptor() ([]byte, []int)
Deprecated: Use VariableInjectionConfiguration.ProtoReflect.Descriptor instead.
func (*VariableInjectionConfiguration) GetDateFormat ¶
func (x *VariableInjectionConfiguration) GetDateFormat() string
func (*VariableInjectionConfiguration) GetEnvironmentVariableName ¶
func (x *VariableInjectionConfiguration) GetEnvironmentVariableName() string
func (*VariableInjectionConfiguration) GetVariableKind ¶
func (x *VariableInjectionConfiguration) GetVariableKind() InjectVariableKind
func (*VariableInjectionConfiguration) GetVariablePathComponents ¶ added in v0.132.0
func (x *VariableInjectionConfiguration) GetVariablePathComponents() []string
func (*VariableInjectionConfiguration) ProtoMessage ¶
func (*VariableInjectionConfiguration) ProtoMessage()
func (*VariableInjectionConfiguration) ProtoReflect ¶
func (x *VariableInjectionConfiguration) ProtoReflect() protoreflect.Message
func (*VariableInjectionConfiguration) Reset ¶
func (x *VariableInjectionConfiguration) Reset()
func (*VariableInjectionConfiguration) String ¶
func (x *VariableInjectionConfiguration) String() string
type WebhookConfiguration ¶
type WebhookConfiguration struct { // Name of the webhook. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // The path to the bundled file. // The path is relative to the bundle directory. FilePath string `protobuf:"bytes,2,opt,name=filePath,proto3" json:"filePath,omitempty"` Verifier *WebhookVerifier `protobuf:"bytes,3,opt,name=verifier,proto3" json:"verifier,omitempty"` // contains filtered or unexported fields }
func (*WebhookConfiguration) Descriptor
deprecated
func (*WebhookConfiguration) Descriptor() ([]byte, []int)
Deprecated: Use WebhookConfiguration.ProtoReflect.Descriptor instead.
func (*WebhookConfiguration) GetFilePath ¶
func (x *WebhookConfiguration) GetFilePath() string
func (*WebhookConfiguration) GetName ¶
func (x *WebhookConfiguration) GetName() string
func (*WebhookConfiguration) GetVerifier ¶
func (x *WebhookConfiguration) GetVerifier() *WebhookVerifier
func (*WebhookConfiguration) ProtoMessage ¶
func (*WebhookConfiguration) ProtoMessage()
func (*WebhookConfiguration) ProtoReflect ¶
func (x *WebhookConfiguration) ProtoReflect() protoreflect.Message
func (*WebhookConfiguration) Reset ¶
func (x *WebhookConfiguration) Reset()
func (*WebhookConfiguration) String ¶
func (x *WebhookConfiguration) String() string
type WebhookVerifier ¶
type WebhookVerifier struct { Kind WebhookVerifierKind `protobuf:"varint,1,opt,name=kind,proto3,enum=wgpb.WebhookVerifierKind" json:"kind,omitempty"` Secret *ConfigurationVariable `protobuf:"bytes,2,opt,name=secret,proto3" json:"secret,omitempty"` SignatureHeader string `protobuf:"bytes,3,opt,name=signatureHeader,proto3" json:"signatureHeader,omitempty"` SignatureHeaderPrefix string `protobuf:"bytes,4,opt,name=signatureHeaderPrefix,proto3" json:"signatureHeaderPrefix,omitempty"` // contains filtered or unexported fields }
func (*WebhookVerifier) Descriptor
deprecated
func (*WebhookVerifier) Descriptor() ([]byte, []int)
Deprecated: Use WebhookVerifier.ProtoReflect.Descriptor instead.
func (*WebhookVerifier) GetKind ¶
func (x *WebhookVerifier) GetKind() WebhookVerifierKind
func (*WebhookVerifier) GetSecret ¶
func (x *WebhookVerifier) GetSecret() *ConfigurationVariable
func (*WebhookVerifier) GetSignatureHeader ¶
func (x *WebhookVerifier) GetSignatureHeader() string
func (*WebhookVerifier) GetSignatureHeaderPrefix ¶
func (x *WebhookVerifier) GetSignatureHeaderPrefix() string
func (*WebhookVerifier) ProtoMessage ¶
func (*WebhookVerifier) ProtoMessage()
func (*WebhookVerifier) ProtoReflect ¶
func (x *WebhookVerifier) ProtoReflect() protoreflect.Message
func (*WebhookVerifier) Reset ¶
func (x *WebhookVerifier) Reset()
func (*WebhookVerifier) String ¶
func (x *WebhookVerifier) String() string
type WebhookVerifierKind ¶
type WebhookVerifierKind int32
const (
WebhookVerifierKind_HMAC_SHA256 WebhookVerifierKind = 0
)
func (WebhookVerifierKind) Descriptor ¶
func (WebhookVerifierKind) Descriptor() protoreflect.EnumDescriptor
func (WebhookVerifierKind) Enum ¶
func (x WebhookVerifierKind) Enum() *WebhookVerifierKind
func (WebhookVerifierKind) EnumDescriptor
deprecated
func (WebhookVerifierKind) EnumDescriptor() ([]byte, []int)
Deprecated: Use WebhookVerifierKind.Descriptor instead.
func (WebhookVerifierKind) Number ¶
func (x WebhookVerifierKind) Number() protoreflect.EnumNumber
func (WebhookVerifierKind) String ¶
func (x WebhookVerifierKind) String() string
func (WebhookVerifierKind) Type ¶
func (WebhookVerifierKind) Type() protoreflect.EnumType
type WunderGraphConfiguration ¶
type WunderGraphConfiguration struct { Api *UserDefinedApi `protobuf:"bytes,1,opt,name=api,proto3" json:"api,omitempty"` ApiId string `protobuf:"bytes,2,opt,name=apiId,proto3" json:"apiId,omitempty"` EnvironmentIds []string `protobuf:"bytes,3,rep,name=environmentIds,proto3" json:"environmentIds,omitempty"` DangerouslyEnableGraphQLEndpoint bool `protobuf:"varint,4,opt,name=dangerouslyEnableGraphQLEndpoint,proto3" json:"dangerouslyEnableGraphQLEndpoint,omitempty"` // contains filtered or unexported fields }
func (*WunderGraphConfiguration) Descriptor
deprecated
func (*WunderGraphConfiguration) Descriptor() ([]byte, []int)
Deprecated: Use WunderGraphConfiguration.ProtoReflect.Descriptor instead.
func (*WunderGraphConfiguration) GetApi ¶
func (x *WunderGraphConfiguration) GetApi() *UserDefinedApi
func (*WunderGraphConfiguration) GetApiId ¶
func (x *WunderGraphConfiguration) GetApiId() string
func (*WunderGraphConfiguration) GetDangerouslyEnableGraphQLEndpoint ¶
func (x *WunderGraphConfiguration) GetDangerouslyEnableGraphQLEndpoint() bool
func (*WunderGraphConfiguration) GetEnvironmentIds ¶
func (x *WunderGraphConfiguration) GetEnvironmentIds() []string
func (*WunderGraphConfiguration) ProtoMessage ¶
func (*WunderGraphConfiguration) ProtoMessage()
func (*WunderGraphConfiguration) ProtoReflect ¶
func (x *WunderGraphConfiguration) ProtoReflect() protoreflect.Message
func (*WunderGraphConfiguration) Reset ¶
func (x *WunderGraphConfiguration) Reset()
func (*WunderGraphConfiguration) String ¶
func (x *WunderGraphConfiguration) String() string