Documentation
¶
Index ¶
- Variables
- type ActionType
- type Argument
- func (*Argument) Descriptor() ([]byte, []int)deprecated
- func (x *Argument) GetIf() *CELValue
- func (x *Argument) GetName() string
- func (x *Argument) GetType() *Type
- func (x *Argument) GetValue() *Value
- func (*Argument) ProtoMessage()
- func (x *Argument) ProtoReflect() protoreflect.Message
- func (x *Argument) Reset()
- func (x *Argument) String() string
- type AutoBindField
- func (*AutoBindField) Descriptor() ([]byte, []int)deprecated
- func (x *AutoBindField) GetFieldId() string
- func (x *AutoBindField) GetVariableDefinitionId() string
- func (*AutoBindField) ProtoMessage()
- func (x *AutoBindField) ProtoReflect() protoreflect.Message
- func (x *AutoBindField) Reset()
- func (x *AutoBindField) String() string
- type BadRequest
- type BadRequestFieldViolation
- func (*BadRequestFieldViolation) Descriptor() ([]byte, []int)deprecated
- func (x *BadRequestFieldViolation) GetDescription() *CELValue
- func (x *BadRequestFieldViolation) GetField() *CELValue
- func (*BadRequestFieldViolation) ProtoMessage()
- func (x *BadRequestFieldViolation) ProtoReflect() protoreflect.Message
- func (x *BadRequestFieldViolation) Reset()
- func (x *BadRequestFieldViolation) String() string
- type CELFunction
- func (*CELFunction) Descriptor() ([]byte, []int)deprecated
- func (x *CELFunction) GetArgs() []*Type
- func (x *CELFunction) GetId() string
- func (x *CELFunction) GetName() string
- func (x *CELFunction) GetReceiverId() string
- func (x *CELFunction) GetReturn() *Type
- func (*CELFunction) ProtoMessage()
- func (x *CELFunction) ProtoReflect() protoreflect.Message
- func (x *CELFunction) Reset()
- func (x *CELFunction) String() string
- type CELPlugin
- func (*CELPlugin) Descriptor() ([]byte, []int)deprecated
- func (x *CELPlugin) GetDescription() string
- func (x *CELPlugin) GetFunctions() []*CELFunction
- func (x *CELPlugin) GetId() string
- func (x *CELPlugin) GetName() string
- func (*CELPlugin) ProtoMessage()
- func (x *CELPlugin) ProtoReflect() protoreflect.Message
- func (x *CELPlugin) Reset()
- func (x *CELPlugin) String() string
- type CELValue
- type CallExpr
- func (*CallExpr) Descriptor() ([]byte, []int)deprecated
- func (x *CallExpr) GetErrors() []*GRPCError
- func (x *CallExpr) GetMethodId() string
- func (x *CallExpr) GetRequest() *Request
- func (x *CallExpr) GetRetry() *RetryPolicy
- func (x *CallExpr) GetTimeout() *durationpb.Duration
- func (*CallExpr) ProtoMessage()
- func (x *CallExpr) ProtoReflect() protoreflect.Message
- func (x *CallExpr) Reset()
- func (x *CallExpr) String() string
- type CodeGeneratorRequest
- func (*CodeGeneratorRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CodeGeneratorRequest) GetFiles() []*ProtoCodeGeneratorResponse_File
- func (x *CodeGeneratorRequest) GetGrpcFederationFileIds() []string
- func (x *CodeGeneratorRequest) GetOutDir() string
- func (x *CodeGeneratorRequest) GetProtoPath() string
- func (x *CodeGeneratorRequest) GetReference() *Reference
- func (x *CodeGeneratorRequest) GetType() ActionType
- func (*CodeGeneratorRequest) ProtoMessage()
- func (x *CodeGeneratorRequest) ProtoReflect() protoreflect.Message
- func (x *CodeGeneratorRequest) Reset()
- func (x *CodeGeneratorRequest) String() string
- type ConcurrentVariableDefinitionGroup
- func (*ConcurrentVariableDefinitionGroup) Descriptor() ([]byte, []int)deprecated
- func (x *ConcurrentVariableDefinitionGroup) GetEnd() string
- func (x *ConcurrentVariableDefinitionGroup) GetStarts() []string
- func (*ConcurrentVariableDefinitionGroup) ProtoMessage()
- func (x *ConcurrentVariableDefinitionGroup) ProtoReflect() protoreflect.Message
- func (x *ConcurrentVariableDefinitionGroup) Reset()
- func (x *ConcurrentVariableDefinitionGroup) String() string
- type Enum
- func (*Enum) Descriptor() ([]byte, []int)deprecated
- func (x *Enum) GetFileId() string
- func (x *Enum) GetId() string
- func (x *Enum) GetMessageId() string
- func (x *Enum) GetName() string
- func (x *Enum) GetRule() *EnumRule
- func (x *Enum) GetValueIds() []string
- func (*Enum) ProtoMessage()
- func (x *Enum) ProtoReflect() protoreflect.Message
- func (x *Enum) Reset()
- func (x *Enum) String() string
- type EnumRule
- type EnumValue
- func (*EnumValue) Descriptor() ([]byte, []int)deprecated
- func (x *EnumValue) GetEnumId() string
- func (x *EnumValue) GetId() string
- func (x *EnumValue) GetRule() *EnumValueRule
- func (x *EnumValue) GetValue() string
- func (*EnumValue) ProtoMessage()
- func (x *EnumValue) ProtoReflect() protoreflect.Message
- func (x *EnumValue) Reset()
- func (x *EnumValue) String() string
- type EnumValueAlias
- func (*EnumValueAlias) Descriptor() ([]byte, []int)deprecated
- func (x *EnumValueAlias) GetAliasIds() []string
- func (x *EnumValueAlias) GetEnumAliasId() string
- func (*EnumValueAlias) ProtoMessage()
- func (x *EnumValueAlias) ProtoReflect() protoreflect.Message
- func (x *EnumValueAlias) Reset()
- func (x *EnumValueAlias) String() string
- type EnumValueRule
- func (*EnumValueRule) Descriptor() ([]byte, []int)deprecated
- func (x *EnumValueRule) GetAliases() []*EnumValueAlias
- func (x *EnumValueRule) GetDefault() bool
- func (*EnumValueRule) ProtoMessage()
- func (x *EnumValueRule) ProtoReflect() protoreflect.Message
- func (x *EnumValueRule) Reset()
- func (x *EnumValueRule) String() string
- type Field
- func (*Field) Descriptor() ([]byte, []int)deprecated
- func (x *Field) GetId() string
- func (x *Field) GetMessageId() string
- func (x *Field) GetName() string
- func (x *Field) GetOneofId() string
- func (x *Field) GetRule() *FieldRule
- func (x *Field) GetType() *Type
- func (*Field) ProtoMessage()
- func (x *Field) ProtoReflect() protoreflect.Message
- func (x *Field) Reset()
- func (x *Field) String() string
- type FieldOneofRule
- func (*FieldOneofRule) Descriptor() ([]byte, []int)deprecated
- func (x *FieldOneofRule) GetBy() *CELValue
- func (x *FieldOneofRule) GetDefSet() *VariableDefinitionSet
- func (x *FieldOneofRule) GetDefault() bool
- func (x *FieldOneofRule) GetIf() *CELValue
- func (*FieldOneofRule) ProtoMessage()
- func (x *FieldOneofRule) ProtoReflect() protoreflect.Message
- func (x *FieldOneofRule) Reset()
- func (x *FieldOneofRule) String() string
- type FieldRule
- func (*FieldRule) Descriptor() ([]byte, []int)deprecated
- func (x *FieldRule) GetAliasIds() []string
- func (x *FieldRule) GetAutoBindField() *AutoBindField
- func (x *FieldRule) GetCustomResolver() bool
- func (x *FieldRule) GetMessageCustomResolver() bool
- func (x *FieldRule) GetOneofRule() *FieldOneofRule
- func (x *FieldRule) GetValue() *Value
- func (*FieldRule) ProtoMessage()
- func (x *FieldRule) ProtoReflect() protoreflect.Message
- func (x *FieldRule) Reset()
- func (x *FieldRule) String() string
- type File
- func (*File) Descriptor() ([]byte, []int)deprecated
- func (x *File) GetCelPluginIds() []string
- func (x *File) GetEnumIds() []string
- func (x *File) GetGoPackage() *GoPackage
- func (x *File) GetId() string
- func (x *File) GetImportFileIds() []string
- func (x *File) GetMessageIds() []string
- func (x *File) GetName() string
- func (x *File) GetPackage() *Package
- func (x *File) GetServiceIds() []string
- func (*File) ProtoMessage()
- func (x *File) ProtoReflect() protoreflect.Message
- func (x *File) Reset()
- func (x *File) String() string
- type GRPCError
- func (*GRPCError) Descriptor() ([]byte, []int)deprecated
- func (x *GRPCError) GetCode() code.Code
- func (x *GRPCError) GetDefSet() *VariableDefinitionSet
- func (x *GRPCError) GetDetails() []*GRPCErrorDetail
- func (x *GRPCError) GetIf() *CELValue
- func (x *GRPCError) GetIgnore() bool
- func (x *GRPCError) GetIgnoreAndResponse() *CELValue
- func (x *GRPCError) GetMessage() *CELValue
- func (*GRPCError) ProtoMessage()
- func (x *GRPCError) ProtoReflect() protoreflect.Message
- func (x *GRPCError) Reset()
- func (x *GRPCError) String() string
- type GRPCErrorDetail
- func (*GRPCErrorDetail) Descriptor() ([]byte, []int)deprecated
- func (x *GRPCErrorDetail) GetBadRequests() []*BadRequest
- func (x *GRPCErrorDetail) GetBy() []*CELValue
- func (x *GRPCErrorDetail) GetDefSet() *VariableDefinitionSet
- func (x *GRPCErrorDetail) GetIf() *CELValue
- func (x *GRPCErrorDetail) GetLocalizedMessages() []*LocalizedMessage
- func (x *GRPCErrorDetail) GetMessages() *VariableDefinitionSet
- func (x *GRPCErrorDetail) GetPreconditionFailures() []*PreconditionFailure
- func (*GRPCErrorDetail) ProtoMessage()
- func (x *GRPCErrorDetail) ProtoReflect() protoreflect.Message
- func (x *GRPCErrorDetail) Reset()
- func (x *GRPCErrorDetail) String() string
- type GoPackage
- func (*GoPackage) Descriptor() ([]byte, []int)deprecated
- func (x *GoPackage) GetAliasName() string
- func (x *GoPackage) GetImportPath() string
- func (x *GoPackage) GetName() string
- func (*GoPackage) ProtoMessage()
- func (x *GoPackage) ProtoReflect() protoreflect.Message
- func (x *GoPackage) Reset()
- func (x *GoPackage) String() string
- type Iterator
- type LocalizedMessage
- func (*LocalizedMessage) Descriptor() ([]byte, []int)deprecated
- func (x *LocalizedMessage) GetLocale() string
- func (x *LocalizedMessage) GetMessage() *CELValue
- func (*LocalizedMessage) ProtoMessage()
- func (x *LocalizedMessage) ProtoReflect() protoreflect.Message
- func (x *LocalizedMessage) Reset()
- func (x *LocalizedMessage) String() string
- type MapExpr
- type MapIteratorExpr
- func (*MapIteratorExpr) Descriptor() ([]byte, []int)deprecated
- func (x *MapIteratorExpr) GetBy() *CELValue
- func (m *MapIteratorExpr) GetExpr() isMapIteratorExpr_Expr
- func (x *MapIteratorExpr) GetMessage() *MessageExpr
- func (x *MapIteratorExpr) GetType() *Type
- func (*MapIteratorExpr) ProtoMessage()
- func (x *MapIteratorExpr) ProtoReflect() protoreflect.Message
- func (x *MapIteratorExpr) Reset()
- func (x *MapIteratorExpr) String() string
- type MapIteratorExpr_By
- type MapIteratorExpr_Message
- type Message
- func (*Message) Descriptor() ([]byte, []int)deprecated
- func (x *Message) GetEnumIds() []string
- func (x *Message) GetFieldIds() []string
- func (x *Message) GetFileId() string
- func (x *Message) GetId() string
- func (x *Message) GetIsMapEntry() bool
- func (x *Message) GetName() string
- func (x *Message) GetNestedMessageIds() []string
- func (x *Message) GetOneofIds() []string
- func (x *Message) GetParentMessageId() string
- func (x *Message) GetRule() *MessageRule
- func (*Message) ProtoMessage()
- func (x *Message) ProtoReflect() protoreflect.Message
- func (x *Message) Reset()
- func (x *Message) String() string
- type MessageDependencyGraph
- func (*MessageDependencyGraph) Descriptor() ([]byte, []int)deprecated
- func (x *MessageDependencyGraph) GetId() string
- func (x *MessageDependencyGraph) GetRoots() []*MessageDependencyGraphNode
- func (*MessageDependencyGraph) ProtoMessage()
- func (x *MessageDependencyGraph) ProtoReflect() protoreflect.Message
- func (x *MessageDependencyGraph) Reset()
- func (x *MessageDependencyGraph) String() string
- type MessageDependencyGraphNode
- func (*MessageDependencyGraphNode) Descriptor() ([]byte, []int)deprecated
- func (x *MessageDependencyGraphNode) GetBaseMessageId() string
- func (x *MessageDependencyGraphNode) GetChildren() []*MessageDependencyGraphNode
- func (x *MessageDependencyGraphNode) GetVariableDefinitionId() string
- func (*MessageDependencyGraphNode) ProtoMessage()
- func (x *MessageDependencyGraphNode) ProtoReflect() protoreflect.Message
- func (x *MessageDependencyGraphNode) Reset()
- func (x *MessageDependencyGraphNode) String() string
- type MessageExpr
- func (*MessageExpr) Descriptor() ([]byte, []int)deprecated
- func (x *MessageExpr) GetArgs() []*Argument
- func (x *MessageExpr) GetMessageId() string
- func (*MessageExpr) ProtoMessage()
- func (x *MessageExpr) ProtoReflect() protoreflect.Message
- func (x *MessageExpr) Reset()
- func (x *MessageExpr) String() string
- type MessageRule
- func (*MessageRule) Descriptor() ([]byte, []int)deprecated
- func (x *MessageRule) GetAliasIds() []string
- func (x *MessageRule) GetCustomResolver() bool
- func (x *MessageRule) GetDefSet() *VariableDefinitionSet
- func (x *MessageRule) GetMessageArgumentId() string
- func (*MessageRule) ProtoMessage()
- func (x *MessageRule) ProtoReflect() protoreflect.Message
- func (x *MessageRule) Reset()
- func (x *MessageRule) String() string
- type Method
- func (*Method) Descriptor() ([]byte, []int)deprecated
- func (x *Method) GetId() string
- func (x *Method) GetName() string
- func (x *Method) GetRequestId() string
- func (x *Method) GetResponseId() string
- func (x *Method) GetRule() *MethodRule
- func (x *Method) GetServiceId() string
- func (*Method) ProtoMessage()
- func (x *Method) ProtoReflect() protoreflect.Message
- func (x *Method) Reset()
- func (x *Method) String() string
- type MethodRule
- func (*MethodRule) Descriptor() ([]byte, []int)deprecated
- func (x *MethodRule) GetResponseId() string
- func (x *MethodRule) GetTimeout() *durationpb.Duration
- func (*MethodRule) ProtoMessage()
- func (x *MethodRule) ProtoReflect() protoreflect.Message
- func (x *MethodRule) Reset()
- func (x *MethodRule) String() string
- type Oneof
- func (*Oneof) Descriptor() ([]byte, []int)deprecated
- func (x *Oneof) GetFieldIds() []string
- func (x *Oneof) GetId() string
- func (x *Oneof) GetMessageId() string
- func (x *Oneof) GetName() string
- func (*Oneof) ProtoMessage()
- func (x *Oneof) ProtoReflect() protoreflect.Message
- func (x *Oneof) Reset()
- func (x *Oneof) String() string
- type Package
- type PreconditionFailure
- func (*PreconditionFailure) Descriptor() ([]byte, []int)deprecated
- func (x *PreconditionFailure) GetViolations() []*PreconditionFailureViolation
- func (*PreconditionFailure) ProtoMessage()
- func (x *PreconditionFailure) ProtoReflect() protoreflect.Message
- func (x *PreconditionFailure) Reset()
- func (x *PreconditionFailure) String() string
- type PreconditionFailureViolation
- func (*PreconditionFailureViolation) Descriptor() ([]byte, []int)deprecated
- func (x *PreconditionFailureViolation) GetDescription() *CELValue
- func (x *PreconditionFailureViolation) GetSubject() *CELValue
- func (x *PreconditionFailureViolation) GetType() *CELValue
- func (*PreconditionFailureViolation) ProtoMessage()
- func (x *PreconditionFailureViolation) ProtoReflect() protoreflect.Message
- func (x *PreconditionFailureViolation) Reset()
- func (x *PreconditionFailureViolation) String() string
- type ProtoCodeGeneratorResponse
- func (*ProtoCodeGeneratorResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ProtoCodeGeneratorResponse) GetError() string
- func (x *ProtoCodeGeneratorResponse) GetFile() []*ProtoCodeGeneratorResponse_File
- func (x *ProtoCodeGeneratorResponse) GetMaximumEdition() int32
- func (x *ProtoCodeGeneratorResponse) GetMinimumEdition() int32
- func (x *ProtoCodeGeneratorResponse) GetSupportedFeatures() uint64
- func (*ProtoCodeGeneratorResponse) ProtoMessage()
- func (x *ProtoCodeGeneratorResponse) ProtoReflect() protoreflect.Message
- func (x *ProtoCodeGeneratorResponse) Reset()
- func (x *ProtoCodeGeneratorResponse) String() string
- type ProtoCodeGeneratorResponse_Feature
- func (ProtoCodeGeneratorResponse_Feature) Descriptor() protoreflect.EnumDescriptor
- func (x ProtoCodeGeneratorResponse_Feature) Enum() *ProtoCodeGeneratorResponse_Feature
- func (ProtoCodeGeneratorResponse_Feature) EnumDescriptor() ([]byte, []int)deprecated
- func (x ProtoCodeGeneratorResponse_Feature) Number() protoreflect.EnumNumber
- func (x ProtoCodeGeneratorResponse_Feature) String() string
- func (ProtoCodeGeneratorResponse_Feature) Type() protoreflect.EnumType
- type ProtoCodeGeneratorResponse_File
- func (*ProtoCodeGeneratorResponse_File) Descriptor() ([]byte, []int)deprecated
- func (x *ProtoCodeGeneratorResponse_File) GetContent() string
- func (x *ProtoCodeGeneratorResponse_File) GetGeneratedCodeInfo() *ProtoCodeGeneratorResponse_GeneratedCodeInfo
- func (x *ProtoCodeGeneratorResponse_File) GetInsertionPoint() string
- func (x *ProtoCodeGeneratorResponse_File) GetName() string
- func (*ProtoCodeGeneratorResponse_File) ProtoMessage()
- func (x *ProtoCodeGeneratorResponse_File) ProtoReflect() protoreflect.Message
- func (x *ProtoCodeGeneratorResponse_File) Reset()
- func (x *ProtoCodeGeneratorResponse_File) String() string
- type ProtoCodeGeneratorResponse_GeneratedCodeInfo
- func (*ProtoCodeGeneratorResponse_GeneratedCodeInfo) Descriptor() ([]byte, []int)deprecated
- func (x *ProtoCodeGeneratorResponse_GeneratedCodeInfo) GetAnnotation() []*ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation
- func (*ProtoCodeGeneratorResponse_GeneratedCodeInfo) ProtoMessage()
- func (x *ProtoCodeGeneratorResponse_GeneratedCodeInfo) ProtoReflect() protoreflect.Message
- func (x *ProtoCodeGeneratorResponse_GeneratedCodeInfo) Reset()
- func (x *ProtoCodeGeneratorResponse_GeneratedCodeInfo) String() string
- type ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation
- func (*ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) Descriptor() ([]byte, []int)deprecated
- func (x *ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) GetBegin() int32
- func (x *ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) GetEnd() int32
- func (x *ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) GetPath() []int32
- func (x *ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) GetSemantic() ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_Semantic
- func (x *ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) GetSourceFile() string
- func (*ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) ProtoMessage()
- func (x *ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) ProtoReflect() protoreflect.Message
- func (x *ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) Reset()
- func (x *ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) String() string
- type ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_Semantic
- func (ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_Semantic) Descriptor() protoreflect.EnumDescriptor
- func (x ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_Semantic) Enum() *ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_Semantic
- func (ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_Semantic) EnumDescriptor() ([]byte, []int)deprecated
- func (x ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_Semantic) Number() protoreflect.EnumNumber
- func (x ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_Semantic) String() string
- func (ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_Semantic) Type() protoreflect.EnumType
- type Reference
- func (*Reference) Descriptor() ([]byte, []int)deprecated
- func (x *Reference) GetCelPluginMap() map[string]*CELPlugin
- func (x *Reference) GetEnumMap() map[string]*Enum
- func (x *Reference) GetEnumValueMap() map[string]*EnumValue
- func (x *Reference) GetFieldMap() map[string]*Field
- func (x *Reference) GetFileMap() map[string]*File
- func (x *Reference) GetGraphMap() map[string]*MessageDependencyGraph
- func (x *Reference) GetMessageMap() map[string]*Message
- func (x *Reference) GetMethodMap() map[string]*Method
- func (x *Reference) GetOneofMap() map[string]*Oneof
- func (x *Reference) GetServiceMap() map[string]*Service
- func (x *Reference) GetVariableDefinitionGroupMap() map[string]*VariableDefinitionGroup
- func (x *Reference) GetVariableDefinitionMap() map[string]*VariableDefinition
- func (*Reference) ProtoMessage()
- func (x *Reference) ProtoReflect() protoreflect.Message
- func (x *Reference) Reset()
- func (x *Reference) String() string
- type Request
- type RetryPolicy
- func (*RetryPolicy) Descriptor() ([]byte, []int)deprecated
- func (x *RetryPolicy) GetConstant() *RetryPolicyConstant
- func (x *RetryPolicy) GetExponential() *RetryPolicyExponential
- func (x *RetryPolicy) GetIf() *CELValue
- func (m *RetryPolicy) GetPolicy() isRetryPolicy_Policy
- func (*RetryPolicy) ProtoMessage()
- func (x *RetryPolicy) ProtoReflect() protoreflect.Message
- func (x *RetryPolicy) Reset()
- func (x *RetryPolicy) String() string
- type RetryPolicyConstant
- func (*RetryPolicyConstant) Descriptor() ([]byte, []int)deprecated
- func (x *RetryPolicyConstant) GetInterval() *durationpb.Duration
- func (x *RetryPolicyConstant) GetMaxRetries() uint64
- func (*RetryPolicyConstant) ProtoMessage()
- func (x *RetryPolicyConstant) ProtoReflect() protoreflect.Message
- func (x *RetryPolicyConstant) Reset()
- func (x *RetryPolicyConstant) String() string
- type RetryPolicyExponential
- func (*RetryPolicyExponential) Descriptor() ([]byte, []int)deprecated
- func (x *RetryPolicyExponential) GetInitialInterval() *durationpb.Duration
- func (x *RetryPolicyExponential) GetMaxElapsedTime() *durationpb.Duration
- func (x *RetryPolicyExponential) GetMaxInterval() *durationpb.Duration
- func (x *RetryPolicyExponential) GetMaxRetries() uint64
- func (x *RetryPolicyExponential) GetMultiplier() float64
- func (x *RetryPolicyExponential) GetRandomizationFactor() float64
- func (*RetryPolicyExponential) ProtoMessage()
- func (x *RetryPolicyExponential) ProtoReflect() protoreflect.Message
- func (x *RetryPolicyExponential) Reset()
- func (x *RetryPolicyExponential) String() string
- type RetryPolicy_Constant
- type RetryPolicy_Exponential
- type SequentialVariableDefinitionGroup
- func (*SequentialVariableDefinitionGroup) Descriptor() ([]byte, []int)deprecated
- func (x *SequentialVariableDefinitionGroup) GetEnd() string
- func (x *SequentialVariableDefinitionGroup) GetStart() string
- func (*SequentialVariableDefinitionGroup) ProtoMessage()
- func (x *SequentialVariableDefinitionGroup) ProtoReflect() protoreflect.Message
- func (x *SequentialVariableDefinitionGroup) Reset()
- func (x *SequentialVariableDefinitionGroup) String() string
- type Service
- func (*Service) Descriptor() ([]byte, []int)deprecated
- func (x *Service) GetCelPluginIds() []string
- func (x *Service) GetFileId() string
- func (x *Service) GetId() string
- func (x *Service) GetMessageArgIds() []string
- func (x *Service) GetMessageIds() []string
- func (x *Service) GetMethodIds() []string
- func (x *Service) GetName() string
- func (x *Service) GetRule() *ServiceRule
- func (*Service) ProtoMessage()
- func (x *Service) ProtoReflect() protoreflect.Message
- func (x *Service) Reset()
- func (x *Service) String() string
- type ServiceRule
- type Type
- func (*Type) Descriptor() ([]byte, []int)deprecated
- func (x *Type) GetEnumId() string
- func (x *Type) GetIsNull() bool
- func (x *Type) GetKind() TypeKind
- func (x *Type) GetMessageId() string
- func (x *Type) GetOneofFieldId() string
- func (m *Type) GetRef() isType_Ref
- func (x *Type) GetRepeated() bool
- func (*Type) ProtoMessage()
- func (x *Type) ProtoReflect() protoreflect.Message
- func (x *Type) Reset()
- func (x *Type) String() string
- type TypeKind
- type Type_EnumId
- type Type_MessageId
- type Type_OneofFieldId
- type ValidationExpr
- func (*ValidationExpr) Descriptor() ([]byte, []int)deprecated
- func (x *ValidationExpr) GetError() *GRPCError
- func (x *ValidationExpr) GetName() string
- func (*ValidationExpr) ProtoMessage()
- func (x *ValidationExpr) ProtoReflect() protoreflect.Message
- func (x *ValidationExpr) Reset()
- func (x *ValidationExpr) String() string
- type Value
- type VariableDefinition
- func (*VariableDefinition) Descriptor() ([]byte, []int)deprecated
- func (x *VariableDefinition) GetAutoBind() bool
- func (x *VariableDefinition) GetExpr() *VariableExpr
- func (x *VariableDefinition) GetId() string
- func (x *VariableDefinition) GetIf() *CELValue
- func (x *VariableDefinition) GetIndex() int64
- func (x *VariableDefinition) GetName() string
- func (x *VariableDefinition) GetUsed() bool
- func (*VariableDefinition) ProtoMessage()
- func (x *VariableDefinition) ProtoReflect() protoreflect.Message
- func (x *VariableDefinition) Reset()
- func (x *VariableDefinition) String() string
- type VariableDefinitionGroup
- func (*VariableDefinitionGroup) Descriptor() ([]byte, []int)deprecated
- func (x *VariableDefinitionGroup) GetConcurrent() *ConcurrentVariableDefinitionGroup
- func (m *VariableDefinitionGroup) GetGroup() isVariableDefinitionGroup_Group
- func (x *VariableDefinitionGroup) GetId() string
- func (x *VariableDefinitionGroup) GetSequential() *SequentialVariableDefinitionGroup
- func (*VariableDefinitionGroup) ProtoMessage()
- func (x *VariableDefinitionGroup) ProtoReflect() protoreflect.Message
- func (x *VariableDefinitionGroup) Reset()
- func (x *VariableDefinitionGroup) String() string
- type VariableDefinitionGroup_Concurrent
- type VariableDefinitionGroup_Sequential
- type VariableDefinitionSet
- func (*VariableDefinitionSet) Descriptor() ([]byte, []int)deprecated
- func (x *VariableDefinitionSet) GetDependencyGraphId() string
- func (x *VariableDefinitionSet) GetVariableDefinitionGroupIds() []string
- func (x *VariableDefinitionSet) GetVariableDefinitionIds() []string
- func (*VariableDefinitionSet) ProtoMessage()
- func (x *VariableDefinitionSet) ProtoReflect() protoreflect.Message
- func (x *VariableDefinitionSet) Reset()
- func (x *VariableDefinitionSet) String() string
- type VariableExpr
- func (*VariableExpr) Descriptor() ([]byte, []int)deprecated
- func (x *VariableExpr) GetBy() *CELValue
- func (x *VariableExpr) GetCall() *CallExpr
- func (m *VariableExpr) GetExpr() isVariableExpr_Expr
- func (x *VariableExpr) GetMap() *MapExpr
- func (x *VariableExpr) GetMessage() *MessageExpr
- func (x *VariableExpr) GetType() *Type
- func (x *VariableExpr) GetValidation() *ValidationExpr
- func (*VariableExpr) ProtoMessage()
- func (x *VariableExpr) ProtoReflect() protoreflect.Message
- func (x *VariableExpr) Reset()
- func (x *VariableExpr) String() string
- type VariableExpr_By
- type VariableExpr_Call
- type VariableExpr_Map
- type VariableExpr_Message
- type VariableExpr_Validation
Constants ¶
This section is empty.
Variables ¶
var ( ActionType_name = map[int32]string{ 0: "GENERATE_ACTION", 1: "KEEP_ACTION", 2: "CREATE_ACTION", 3: "DELETE_ACTION", 4: "UPDATE_ACTION", } ActionType_value = map[string]int32{ "GENERATE_ACTION": 0, "KEEP_ACTION": 1, "CREATE_ACTION": 2, "DELETE_ACTION": 3, "UPDATE_ACTION": 4, } )
Enum value maps for ActionType.
var ( TypeKind_name = map[int32]string{ 0: "UNKNOWN_TYPE", 1: "DOUBLE_TYPE", 2: "FLOAT_TYPE", 3: "INT64_TYPE", 4: "UINT64_TYPE", 5: "INT32_TYPE", 6: "FIXED64_TYPE", 7: "FIXED32_TYPE", 8: "BOOL_TYPE", 9: "STRING_TYPE", 10: "GROUP_TYPE", 11: "MESSAGE_TYPE", 12: "BYTES_TYPE", 13: "UINT32_TYPE", 14: "ENUM_TYPE", 15: "SFIXED32_TYPE", 16: "SFIXED64_TYPE", 17: "SINT32_TYPE", 18: "SINT64_TYPE", } TypeKind_value = map[string]int32{ "UNKNOWN_TYPE": 0, "DOUBLE_TYPE": 1, "FLOAT_TYPE": 2, "INT64_TYPE": 3, "UINT64_TYPE": 4, "INT32_TYPE": 5, "FIXED64_TYPE": 6, "FIXED32_TYPE": 7, "BOOL_TYPE": 8, "STRING_TYPE": 9, "GROUP_TYPE": 10, "MESSAGE_TYPE": 11, "BYTES_TYPE": 12, "UINT32_TYPE": 13, "ENUM_TYPE": 14, "SFIXED32_TYPE": 15, "SFIXED64_TYPE": 16, "SINT32_TYPE": 17, "SINT64_TYPE": 18, } )
Enum value maps for TypeKind.
var ( ProtoCodeGeneratorResponse_Feature_name = map[int32]string{ 0: "FEATURE_NONE", 1: "FEATURE_PROTO3_OPTIONAL", 2: "FEATURE_SUPPORTS_EDITIONS", } ProtoCodeGeneratorResponse_Feature_value = map[string]int32{ "FEATURE_NONE": 0, "FEATURE_PROTO3_OPTIONAL": 1, "FEATURE_SUPPORTS_EDITIONS": 2, } )
Enum value maps for ProtoCodeGeneratorResponse_Feature.
var ( ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_Semantic_name = map[int32]string{ 0: "NONE", 1: "SET", 2: "ALIAS", } ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_Semantic_value = map[string]int32{ "NONE": 0, "SET": 1, "ALIAS": 2, } )
Enum value maps for ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_Semantic.
var File_grpc_federation_generator_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ActionType ¶
type ActionType int32
const ( ActionType_GENERATE_ACTION ActionType = 0 ActionType_KEEP_ACTION ActionType = 1 ActionType_CREATE_ACTION ActionType = 2 ActionType_DELETE_ACTION ActionType = 3 ActionType_UPDATE_ACTION ActionType = 4 )
func (ActionType) Descriptor ¶
func (ActionType) Descriptor() protoreflect.EnumDescriptor
func (ActionType) Enum ¶
func (x ActionType) Enum() *ActionType
func (ActionType) EnumDescriptor
deprecated
func (ActionType) EnumDescriptor() ([]byte, []int)
Deprecated: Use ActionType.Descriptor instead.
func (ActionType) Number ¶
func (x ActionType) Number() protoreflect.EnumNumber
func (ActionType) String ¶
func (x ActionType) String() string
func (ActionType) Type ¶
func (ActionType) Type() protoreflect.EnumType
type Argument ¶
type Argument struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Type *Type `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` Value *Value `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"` If *CELValue `protobuf:"bytes,4,opt,name=if,proto3" json:"if,omitempty"` // contains filtered or unexported fields }
func (*Argument) Descriptor
deprecated
func (*Argument) ProtoMessage ¶
func (*Argument) ProtoMessage()
func (*Argument) ProtoReflect ¶
func (x *Argument) ProtoReflect() protoreflect.Message
type AutoBindField ¶
type AutoBindField struct { VariableDefinitionId string `protobuf:"bytes,1,opt,name=variable_definition_id,json=variableDefinitionId,proto3" json:"variable_definition_id,omitempty"` FieldId string `protobuf:"bytes,2,opt,name=field_id,json=fieldId,proto3" json:"field_id,omitempty"` // contains filtered or unexported fields }
func (*AutoBindField) Descriptor
deprecated
func (*AutoBindField) Descriptor() ([]byte, []int)
Deprecated: Use AutoBindField.ProtoReflect.Descriptor instead.
func (*AutoBindField) GetFieldId ¶
func (x *AutoBindField) GetFieldId() string
func (*AutoBindField) GetVariableDefinitionId ¶
func (x *AutoBindField) GetVariableDefinitionId() string
func (*AutoBindField) ProtoMessage ¶
func (*AutoBindField) ProtoMessage()
func (*AutoBindField) ProtoReflect ¶
func (x *AutoBindField) ProtoReflect() protoreflect.Message
func (*AutoBindField) Reset ¶
func (x *AutoBindField) Reset()
func (*AutoBindField) String ¶
func (x *AutoBindField) String() string
type BadRequest ¶
type BadRequest struct { FieldViolations []*BadRequestFieldViolation `protobuf:"bytes,1,rep,name=field_violations,json=fieldViolations,proto3" json:"field_violations,omitempty"` // contains filtered or unexported fields }
func (*BadRequest) Descriptor
deprecated
func (*BadRequest) Descriptor() ([]byte, []int)
Deprecated: Use BadRequest.ProtoReflect.Descriptor instead.
func (*BadRequest) GetFieldViolations ¶
func (x *BadRequest) GetFieldViolations() []*BadRequestFieldViolation
func (*BadRequest) ProtoMessage ¶
func (*BadRequest) ProtoMessage()
func (*BadRequest) ProtoReflect ¶
func (x *BadRequest) ProtoReflect() protoreflect.Message
func (*BadRequest) Reset ¶
func (x *BadRequest) Reset()
func (*BadRequest) String ¶
func (x *BadRequest) String() string
type BadRequestFieldViolation ¶
type BadRequestFieldViolation struct { Field *CELValue `protobuf:"bytes,1,opt,name=field,proto3" json:"field,omitempty"` Description *CELValue `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` // contains filtered or unexported fields }
func (*BadRequestFieldViolation) Descriptor
deprecated
func (*BadRequestFieldViolation) Descriptor() ([]byte, []int)
Deprecated: Use BadRequestFieldViolation.ProtoReflect.Descriptor instead.
func (*BadRequestFieldViolation) GetDescription ¶
func (x *BadRequestFieldViolation) GetDescription() *CELValue
func (*BadRequestFieldViolation) GetField ¶
func (x *BadRequestFieldViolation) GetField() *CELValue
func (*BadRequestFieldViolation) ProtoMessage ¶
func (*BadRequestFieldViolation) ProtoMessage()
func (*BadRequestFieldViolation) ProtoReflect ¶
func (x *BadRequestFieldViolation) ProtoReflect() protoreflect.Message
func (*BadRequestFieldViolation) Reset ¶
func (x *BadRequestFieldViolation) Reset()
func (*BadRequestFieldViolation) String ¶
func (x *BadRequestFieldViolation) String() string
type CELFunction ¶
type CELFunction struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` Args []*Type `protobuf:"bytes,3,rep,name=args,proto3" json:"args,omitempty"` Return *Type `protobuf:"bytes,4,opt,name=return,proto3" json:"return,omitempty"` ReceiverId string `protobuf:"bytes,5,opt,name=receiver_id,json=receiverId,proto3" json:"receiver_id,omitempty"` // contains filtered or unexported fields }
func (*CELFunction) Descriptor
deprecated
func (*CELFunction) Descriptor() ([]byte, []int)
Deprecated: Use CELFunction.ProtoReflect.Descriptor instead.
func (*CELFunction) GetArgs ¶
func (x *CELFunction) GetArgs() []*Type
func (*CELFunction) GetId ¶
func (x *CELFunction) GetId() string
func (*CELFunction) GetName ¶
func (x *CELFunction) GetName() string
func (*CELFunction) GetReceiverId ¶
func (x *CELFunction) GetReceiverId() string
func (*CELFunction) GetReturn ¶
func (x *CELFunction) GetReturn() *Type
func (*CELFunction) ProtoMessage ¶
func (*CELFunction) ProtoMessage()
func (*CELFunction) ProtoReflect ¶
func (x *CELFunction) ProtoReflect() protoreflect.Message
func (*CELFunction) Reset ¶
func (x *CELFunction) Reset()
func (*CELFunction) String ¶
func (x *CELFunction) String() string
type CELPlugin ¶
type CELPlugin struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` Functions []*CELFunction `protobuf:"bytes,4,rep,name=functions,proto3" json:"functions,omitempty"` // contains filtered or unexported fields }
func (*CELPlugin) Descriptor
deprecated
func (*CELPlugin) GetDescription ¶
func (*CELPlugin) GetFunctions ¶
func (x *CELPlugin) GetFunctions() []*CELFunction
func (*CELPlugin) ProtoMessage ¶
func (*CELPlugin) ProtoMessage()
func (*CELPlugin) ProtoReflect ¶
func (x *CELPlugin) ProtoReflect() protoreflect.Message
type CELValue ¶
type CELValue struct { Expr string `protobuf:"bytes,1,opt,name=expr,proto3" json:"expr,omitempty"` Out *Type `protobuf:"bytes,2,opt,name=out,proto3" json:"out,omitempty"` // contains filtered or unexported fields }
func (*CELValue) Descriptor
deprecated
func (*CELValue) ProtoMessage ¶
func (*CELValue) ProtoMessage()
func (*CELValue) ProtoReflect ¶
func (x *CELValue) ProtoReflect() protoreflect.Message
type CallExpr ¶
type CallExpr struct { MethodId string `protobuf:"bytes,1,opt,name=method_id,json=methodId,proto3" json:"method_id,omitempty"` Request *Request `protobuf:"bytes,2,opt,name=request,proto3" json:"request,omitempty"` Timeout *durationpb.Duration `protobuf:"bytes,3,opt,name=timeout,proto3" json:"timeout,omitempty"` Retry *RetryPolicy `protobuf:"bytes,4,opt,name=retry,proto3" json:"retry,omitempty"` Errors []*GRPCError `protobuf:"bytes,5,rep,name=errors,proto3" json:"errors,omitempty"` // contains filtered or unexported fields }
func (*CallExpr) Descriptor
deprecated
func (*CallExpr) GetMethodId ¶
func (*CallExpr) GetRequest ¶
func (*CallExpr) GetRetry ¶
func (x *CallExpr) GetRetry() *RetryPolicy
func (*CallExpr) GetTimeout ¶
func (x *CallExpr) GetTimeout() *durationpb.Duration
func (*CallExpr) ProtoMessage ¶
func (*CallExpr) ProtoMessage()
func (*CallExpr) ProtoReflect ¶
func (x *CallExpr) ProtoReflect() protoreflect.Message
type CodeGeneratorRequest ¶
type CodeGeneratorRequest struct { Type ActionType `protobuf:"varint,1,opt,name=type,proto3,enum=grpc.federation.generator.plugin.ActionType" json:"type,omitempty"` ProtoPath string `protobuf:"bytes,2,opt,name=proto_path,json=protoPath,proto3" json:"proto_path,omitempty"` OutDir string `protobuf:"bytes,3,opt,name=out_dir,json=outDir,proto3" json:"out_dir,omitempty"` Files []*ProtoCodeGeneratorResponse_File `protobuf:"bytes,4,rep,name=files,proto3" json:"files,omitempty"` GrpcFederationFileIds []string `` /* 128-byte string literal not displayed */ Reference *Reference `protobuf:"bytes,6,opt,name=reference,proto3" json:"reference,omitempty"` // contains filtered or unexported fields }
CodeGeneratorRequest.
func (*CodeGeneratorRequest) Descriptor
deprecated
func (*CodeGeneratorRequest) Descriptor() ([]byte, []int)
Deprecated: Use CodeGeneratorRequest.ProtoReflect.Descriptor instead.
func (*CodeGeneratorRequest) GetFiles ¶
func (x *CodeGeneratorRequest) GetFiles() []*ProtoCodeGeneratorResponse_File
func (*CodeGeneratorRequest) GetGrpcFederationFileIds ¶
func (x *CodeGeneratorRequest) GetGrpcFederationFileIds() []string
func (*CodeGeneratorRequest) GetOutDir ¶
func (x *CodeGeneratorRequest) GetOutDir() string
func (*CodeGeneratorRequest) GetProtoPath ¶
func (x *CodeGeneratorRequest) GetProtoPath() string
func (*CodeGeneratorRequest) GetReference ¶
func (x *CodeGeneratorRequest) GetReference() *Reference
func (*CodeGeneratorRequest) GetType ¶
func (x *CodeGeneratorRequest) GetType() ActionType
func (*CodeGeneratorRequest) ProtoMessage ¶
func (*CodeGeneratorRequest) ProtoMessage()
func (*CodeGeneratorRequest) ProtoReflect ¶
func (x *CodeGeneratorRequest) ProtoReflect() protoreflect.Message
func (*CodeGeneratorRequest) Reset ¶
func (x *CodeGeneratorRequest) Reset()
func (*CodeGeneratorRequest) String ¶
func (x *CodeGeneratorRequest) String() string
type ConcurrentVariableDefinitionGroup ¶
type ConcurrentVariableDefinitionGroup struct { Starts []string `protobuf:"bytes,1,rep,name=starts,proto3" json:"starts,omitempty"` End string `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"` // contains filtered or unexported fields }
func (*ConcurrentVariableDefinitionGroup) Descriptor
deprecated
func (*ConcurrentVariableDefinitionGroup) Descriptor() ([]byte, []int)
Deprecated: Use ConcurrentVariableDefinitionGroup.ProtoReflect.Descriptor instead.
func (*ConcurrentVariableDefinitionGroup) GetEnd ¶
func (x *ConcurrentVariableDefinitionGroup) GetEnd() string
func (*ConcurrentVariableDefinitionGroup) GetStarts ¶
func (x *ConcurrentVariableDefinitionGroup) GetStarts() []string
func (*ConcurrentVariableDefinitionGroup) ProtoMessage ¶
func (*ConcurrentVariableDefinitionGroup) ProtoMessage()
func (*ConcurrentVariableDefinitionGroup) ProtoReflect ¶
func (x *ConcurrentVariableDefinitionGroup) ProtoReflect() protoreflect.Message
func (*ConcurrentVariableDefinitionGroup) Reset ¶
func (x *ConcurrentVariableDefinitionGroup) Reset()
func (*ConcurrentVariableDefinitionGroup) String ¶
func (x *ConcurrentVariableDefinitionGroup) String() string
type Enum ¶
type Enum struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` ValueIds []string `protobuf:"bytes,3,rep,name=value_ids,json=valueIds,proto3" json:"value_ids,omitempty"` MessageId string `protobuf:"bytes,4,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"` FileId string `protobuf:"bytes,5,opt,name=file_id,json=fileId,proto3" json:"file_id,omitempty"` Rule *EnumRule `protobuf:"bytes,6,opt,name=rule,proto3" json:"rule,omitempty"` // contains filtered or unexported fields }
func (*Enum) Descriptor
deprecated
func (*Enum) GetMessageId ¶
func (*Enum) GetValueIds ¶
func (*Enum) ProtoMessage ¶
func (*Enum) ProtoMessage()
func (*Enum) ProtoReflect ¶
func (x *Enum) ProtoReflect() protoreflect.Message
type EnumRule ¶
type EnumRule struct { AliasIds []string `protobuf:"bytes,1,rep,name=alias_ids,json=aliasIds,proto3" json:"alias_ids,omitempty"` // contains filtered or unexported fields }
func (*EnumRule) Descriptor
deprecated
func (*EnumRule) GetAliasIds ¶ added in v0.17.0
func (*EnumRule) ProtoMessage ¶
func (*EnumRule) ProtoMessage()
func (*EnumRule) ProtoReflect ¶
func (x *EnumRule) ProtoReflect() protoreflect.Message
type EnumValue ¶
type EnumValue struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` EnumId string `protobuf:"bytes,3,opt,name=enum_id,json=enumId,proto3" json:"enum_id,omitempty"` Rule *EnumValueRule `protobuf:"bytes,4,opt,name=rule,proto3" json:"rule,omitempty"` // contains filtered or unexported fields }
func (*EnumValue) Descriptor
deprecated
func (*EnumValue) GetRule ¶
func (x *EnumValue) GetRule() *EnumValueRule
func (*EnumValue) ProtoMessage ¶
func (*EnumValue) ProtoMessage()
func (*EnumValue) ProtoReflect ¶
func (x *EnumValue) ProtoReflect() protoreflect.Message
type EnumValueAlias ¶ added in v0.17.0
type EnumValueAlias struct { EnumAliasId string `protobuf:"bytes,1,opt,name=enum_alias_id,json=enumAliasId,proto3" json:"enum_alias_id,omitempty"` AliasIds []string `protobuf:"bytes,2,rep,name=alias_ids,json=aliasIds,proto3" json:"alias_ids,omitempty"` // contains filtered or unexported fields }
func (*EnumValueAlias) Descriptor
deprecated
added in
v0.17.0
func (*EnumValueAlias) Descriptor() ([]byte, []int)
Deprecated: Use EnumValueAlias.ProtoReflect.Descriptor instead.
func (*EnumValueAlias) GetAliasIds ¶ added in v0.17.0
func (x *EnumValueAlias) GetAliasIds() []string
func (*EnumValueAlias) GetEnumAliasId ¶ added in v0.17.0
func (x *EnumValueAlias) GetEnumAliasId() string
func (*EnumValueAlias) ProtoMessage ¶ added in v0.17.0
func (*EnumValueAlias) ProtoMessage()
func (*EnumValueAlias) ProtoReflect ¶ added in v0.17.0
func (x *EnumValueAlias) ProtoReflect() protoreflect.Message
func (*EnumValueAlias) Reset ¶ added in v0.17.0
func (x *EnumValueAlias) Reset()
func (*EnumValueAlias) String ¶ added in v0.17.0
func (x *EnumValueAlias) String() string
type EnumValueRule ¶
type EnumValueRule struct { Default bool `protobuf:"varint,1,opt,name=default,proto3" json:"default,omitempty"` Aliases []*EnumValueAlias `protobuf:"bytes,2,rep,name=aliases,proto3" json:"aliases,omitempty"` // contains filtered or unexported fields }
func (*EnumValueRule) Descriptor
deprecated
func (*EnumValueRule) Descriptor() ([]byte, []int)
Deprecated: Use EnumValueRule.ProtoReflect.Descriptor instead.
func (*EnumValueRule) GetAliases ¶ added in v0.17.0
func (x *EnumValueRule) GetAliases() []*EnumValueAlias
func (*EnumValueRule) GetDefault ¶
func (x *EnumValueRule) GetDefault() bool
func (*EnumValueRule) ProtoMessage ¶
func (*EnumValueRule) ProtoMessage()
func (*EnumValueRule) ProtoReflect ¶
func (x *EnumValueRule) ProtoReflect() protoreflect.Message
func (*EnumValueRule) Reset ¶
func (x *EnumValueRule) Reset()
func (*EnumValueRule) String ¶
func (x *EnumValueRule) String() string
type Field ¶
type Field struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Type *Type `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"` OneofId string `protobuf:"bytes,4,opt,name=oneof_id,json=oneofId,proto3" json:"oneof_id,omitempty"` Rule *FieldRule `protobuf:"bytes,5,opt,name=rule,proto3" json:"rule,omitempty"` MessageId string `protobuf:"bytes,6,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"` // contains filtered or unexported fields }
func (*Field) Descriptor
deprecated
func (*Field) GetMessageId ¶
func (*Field) GetOneofId ¶
func (*Field) ProtoMessage ¶
func (*Field) ProtoMessage()
func (*Field) ProtoReflect ¶
func (x *Field) ProtoReflect() protoreflect.Message
type FieldOneofRule ¶
type FieldOneofRule struct { If *CELValue `protobuf:"bytes,1,opt,name=if,proto3" json:"if,omitempty"` Default bool `protobuf:"varint,2,opt,name=default,proto3" json:"default,omitempty"` By *CELValue `protobuf:"bytes,3,opt,name=by,proto3" json:"by,omitempty"` DefSet *VariableDefinitionSet `protobuf:"bytes,4,opt,name=def_set,json=defSet,proto3" json:"def_set,omitempty"` // contains filtered or unexported fields }
func (*FieldOneofRule) Descriptor
deprecated
func (*FieldOneofRule) Descriptor() ([]byte, []int)
Deprecated: Use FieldOneofRule.ProtoReflect.Descriptor instead.
func (*FieldOneofRule) GetBy ¶
func (x *FieldOneofRule) GetBy() *CELValue
func (*FieldOneofRule) GetDefSet ¶ added in v0.13.0
func (x *FieldOneofRule) GetDefSet() *VariableDefinitionSet
func (*FieldOneofRule) GetDefault ¶
func (x *FieldOneofRule) GetDefault() bool
func (*FieldOneofRule) GetIf ¶
func (x *FieldOneofRule) GetIf() *CELValue
func (*FieldOneofRule) ProtoMessage ¶
func (*FieldOneofRule) ProtoMessage()
func (*FieldOneofRule) ProtoReflect ¶
func (x *FieldOneofRule) ProtoReflect() protoreflect.Message
func (*FieldOneofRule) Reset ¶
func (x *FieldOneofRule) Reset()
func (*FieldOneofRule) String ¶
func (x *FieldOneofRule) String() string
type FieldRule ¶
type FieldRule struct { Value *Value `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` CustomResolver bool `protobuf:"varint,2,opt,name=custom_resolver,json=customResolver,proto3" json:"custom_resolver,omitempty"` MessageCustomResolver bool `` /* 127-byte string literal not displayed */ AliasIds []string `protobuf:"bytes,4,rep,name=alias_ids,json=aliasIds,proto3" json:"alias_ids,omitempty"` AutoBindField *AutoBindField `protobuf:"bytes,5,opt,name=auto_bind_field,json=autoBindField,proto3" json:"auto_bind_field,omitempty"` OneofRule *FieldOneofRule `protobuf:"bytes,6,opt,name=oneof_rule,json=oneofRule,proto3" json:"oneof_rule,omitempty"` // contains filtered or unexported fields }
func (*FieldRule) Descriptor
deprecated
func (*FieldRule) GetAliasIds ¶ added in v0.17.0
func (*FieldRule) GetAutoBindField ¶
func (x *FieldRule) GetAutoBindField() *AutoBindField
func (*FieldRule) GetCustomResolver ¶
func (*FieldRule) GetMessageCustomResolver ¶
func (*FieldRule) GetOneofRule ¶
func (x *FieldRule) GetOneofRule() *FieldOneofRule
func (*FieldRule) ProtoMessage ¶
func (*FieldRule) ProtoMessage()
func (*FieldRule) ProtoReflect ¶
func (x *FieldRule) ProtoReflect() protoreflect.Message
type File ¶
type File struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Package *Package `protobuf:"bytes,2,opt,name=package,proto3" json:"package,omitempty"` GoPackage *GoPackage `protobuf:"bytes,3,opt,name=go_package,json=goPackage,proto3" json:"go_package,omitempty"` Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` ServiceIds []string `protobuf:"bytes,5,rep,name=service_ids,json=serviceIds,proto3" json:"service_ids,omitempty"` MessageIds []string `protobuf:"bytes,6,rep,name=message_ids,json=messageIds,proto3" json:"message_ids,omitempty"` EnumIds []string `protobuf:"bytes,7,rep,name=enum_ids,json=enumIds,proto3" json:"enum_ids,omitempty"` CelPluginIds []string `protobuf:"bytes,8,rep,name=cel_plugin_ids,json=celPluginIds,proto3" json:"cel_plugin_ids,omitempty"` ImportFileIds []string `protobuf:"bytes,9,rep,name=import_file_ids,json=importFileIds,proto3" json:"import_file_ids,omitempty"` // contains filtered or unexported fields }
func (*File) Descriptor
deprecated
func (*File) GetCelPluginIds ¶
func (*File) GetEnumIds ¶
func (*File) GetGoPackage ¶
func (*File) GetImportFileIds ¶ added in v0.13.1
func (*File) GetMessageIds ¶
func (*File) GetPackage ¶
func (*File) GetServiceIds ¶
func (*File) ProtoMessage ¶
func (*File) ProtoMessage()
func (*File) ProtoReflect ¶
func (x *File) ProtoReflect() protoreflect.Message
type GRPCError ¶ added in v0.13.0
type GRPCError struct { DefSet *VariableDefinitionSet `protobuf:"bytes,1,opt,name=def_set,json=defSet,proto3" json:"def_set,omitempty"` If *CELValue `protobuf:"bytes,2,opt,name=if,proto3" json:"if,omitempty"` Code code.Code `protobuf:"varint,3,opt,name=code,proto3,enum=google.rpc.Code" json:"code,omitempty"` Message *CELValue `protobuf:"bytes,4,opt,name=message,proto3" json:"message,omitempty"` Details []*GRPCErrorDetail `protobuf:"bytes,5,rep,name=details,proto3" json:"details,omitempty"` Ignore bool `protobuf:"varint,6,opt,name=ignore,proto3" json:"ignore,omitempty"` IgnoreAndResponse *CELValue `protobuf:"bytes,7,opt,name=ignore_and_response,json=ignoreAndResponse,proto3" json:"ignore_and_response,omitempty"` // contains filtered or unexported fields }
func (*GRPCError) Descriptor
deprecated
added in
v0.13.0
func (*GRPCError) GetDefSet ¶ added in v0.13.0
func (x *GRPCError) GetDefSet() *VariableDefinitionSet
func (*GRPCError) GetDetails ¶ added in v0.13.0
func (x *GRPCError) GetDetails() []*GRPCErrorDetail
func (*GRPCError) GetIgnoreAndResponse ¶ added in v0.14.0
func (*GRPCError) GetMessage ¶ added in v0.13.0
func (*GRPCError) ProtoMessage ¶ added in v0.13.0
func (*GRPCError) ProtoMessage()
func (*GRPCError) ProtoReflect ¶ added in v0.13.0
func (x *GRPCError) ProtoReflect() protoreflect.Message
type GRPCErrorDetail ¶ added in v0.13.0
type GRPCErrorDetail struct { DefSet *VariableDefinitionSet `protobuf:"bytes,1,opt,name=def_set,json=defSet,proto3" json:"def_set,omitempty"` If *CELValue `protobuf:"bytes,2,opt,name=if,proto3" json:"if,omitempty"` Messages *VariableDefinitionSet `protobuf:"bytes,3,opt,name=messages,proto3" json:"messages,omitempty"` PreconditionFailures []*PreconditionFailure `protobuf:"bytes,4,rep,name=precondition_failures,json=preconditionFailures,proto3" json:"precondition_failures,omitempty"` BadRequests []*BadRequest `protobuf:"bytes,5,rep,name=bad_requests,json=badRequests,proto3" json:"bad_requests,omitempty"` LocalizedMessages []*LocalizedMessage `protobuf:"bytes,6,rep,name=localized_messages,json=localizedMessages,proto3" json:"localized_messages,omitempty"` By []*CELValue `protobuf:"bytes,7,rep,name=by,proto3" json:"by,omitempty"` // contains filtered or unexported fields }
func (*GRPCErrorDetail) Descriptor
deprecated
added in
v0.13.0
func (*GRPCErrorDetail) Descriptor() ([]byte, []int)
Deprecated: Use GRPCErrorDetail.ProtoReflect.Descriptor instead.
func (*GRPCErrorDetail) GetBadRequests ¶ added in v0.13.0
func (x *GRPCErrorDetail) GetBadRequests() []*BadRequest
func (*GRPCErrorDetail) GetBy ¶ added in v1.2.0
func (x *GRPCErrorDetail) GetBy() []*CELValue
func (*GRPCErrorDetail) GetDefSet ¶ added in v0.13.0
func (x *GRPCErrorDetail) GetDefSet() *VariableDefinitionSet
func (*GRPCErrorDetail) GetIf ¶ added in v0.13.0
func (x *GRPCErrorDetail) GetIf() *CELValue
func (*GRPCErrorDetail) GetLocalizedMessages ¶ added in v0.13.0
func (x *GRPCErrorDetail) GetLocalizedMessages() []*LocalizedMessage
func (*GRPCErrorDetail) GetMessages ¶ added in v0.13.0
func (x *GRPCErrorDetail) GetMessages() *VariableDefinitionSet
func (*GRPCErrorDetail) GetPreconditionFailures ¶ added in v0.13.0
func (x *GRPCErrorDetail) GetPreconditionFailures() []*PreconditionFailure
func (*GRPCErrorDetail) ProtoMessage ¶ added in v0.13.0
func (*GRPCErrorDetail) ProtoMessage()
func (*GRPCErrorDetail) ProtoReflect ¶ added in v0.13.0
func (x *GRPCErrorDetail) ProtoReflect() protoreflect.Message
func (*GRPCErrorDetail) Reset ¶ added in v0.13.0
func (x *GRPCErrorDetail) Reset()
func (*GRPCErrorDetail) String ¶ added in v0.13.0
func (x *GRPCErrorDetail) String() string
type GoPackage ¶
type GoPackage struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` ImportPath string `protobuf:"bytes,2,opt,name=import_path,json=importPath,proto3" json:"import_path,omitempty"` AliasName string `protobuf:"bytes,3,opt,name=alias_name,json=aliasName,proto3" json:"alias_name,omitempty"` // contains filtered or unexported fields }
func (*GoPackage) Descriptor
deprecated
func (*GoPackage) GetAliasName ¶
func (*GoPackage) GetImportPath ¶
func (*GoPackage) ProtoMessage ¶
func (*GoPackage) ProtoMessage()
func (*GoPackage) ProtoReflect ¶
func (x *GoPackage) ProtoReflect() protoreflect.Message
type Iterator ¶
type Iterator struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` SourceId string `protobuf:"bytes,2,opt,name=source_id,json=sourceId,proto3" json:"source_id,omitempty"` // contains filtered or unexported fields }
func (*Iterator) Descriptor
deprecated
func (*Iterator) GetSourceId ¶
func (*Iterator) ProtoMessage ¶
func (*Iterator) ProtoMessage()
func (*Iterator) ProtoReflect ¶
func (x *Iterator) ProtoReflect() protoreflect.Message
type LocalizedMessage ¶
type LocalizedMessage struct { Locale string `protobuf:"bytes,1,opt,name=locale,proto3" json:"locale,omitempty"` Message *CELValue `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*LocalizedMessage) Descriptor
deprecated
func (*LocalizedMessage) Descriptor() ([]byte, []int)
Deprecated: Use LocalizedMessage.ProtoReflect.Descriptor instead.
func (*LocalizedMessage) GetLocale ¶
func (x *LocalizedMessage) GetLocale() string
func (*LocalizedMessage) GetMessage ¶
func (x *LocalizedMessage) GetMessage() *CELValue
func (*LocalizedMessage) ProtoMessage ¶
func (*LocalizedMessage) ProtoMessage()
func (*LocalizedMessage) ProtoReflect ¶
func (x *LocalizedMessage) ProtoReflect() protoreflect.Message
func (*LocalizedMessage) Reset ¶
func (x *LocalizedMessage) Reset()
func (*LocalizedMessage) String ¶
func (x *LocalizedMessage) String() string
type MapExpr ¶
type MapExpr struct { Iterator *Iterator `protobuf:"bytes,1,opt,name=iterator,proto3" json:"iterator,omitempty"` Expr *MapIteratorExpr `protobuf:"bytes,2,opt,name=expr,proto3" json:"expr,omitempty"` // contains filtered or unexported fields }
func (*MapExpr) Descriptor
deprecated
func (*MapExpr) GetExpr ¶
func (x *MapExpr) GetExpr() *MapIteratorExpr
func (*MapExpr) GetIterator ¶
func (*MapExpr) ProtoMessage ¶
func (*MapExpr) ProtoMessage()
func (*MapExpr) ProtoReflect ¶
func (x *MapExpr) ProtoReflect() protoreflect.Message
type MapIteratorExpr ¶
type MapIteratorExpr struct { Type *Type `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` // Types that are assignable to Expr: // // *MapIteratorExpr_By // *MapIteratorExpr_Message Expr isMapIteratorExpr_Expr `protobuf_oneof:"expr"` // contains filtered or unexported fields }
func (*MapIteratorExpr) Descriptor
deprecated
func (*MapIteratorExpr) Descriptor() ([]byte, []int)
Deprecated: Use MapIteratorExpr.ProtoReflect.Descriptor instead.
func (*MapIteratorExpr) GetBy ¶
func (x *MapIteratorExpr) GetBy() *CELValue
func (*MapIteratorExpr) GetExpr ¶
func (m *MapIteratorExpr) GetExpr() isMapIteratorExpr_Expr
func (*MapIteratorExpr) GetMessage ¶
func (x *MapIteratorExpr) GetMessage() *MessageExpr
func (*MapIteratorExpr) GetType ¶
func (x *MapIteratorExpr) GetType() *Type
func (*MapIteratorExpr) ProtoMessage ¶
func (*MapIteratorExpr) ProtoMessage()
func (*MapIteratorExpr) ProtoReflect ¶
func (x *MapIteratorExpr) ProtoReflect() protoreflect.Message
func (*MapIteratorExpr) Reset ¶
func (x *MapIteratorExpr) Reset()
func (*MapIteratorExpr) String ¶
func (x *MapIteratorExpr) String() string
type MapIteratorExpr_By ¶
type MapIteratorExpr_By struct {
By *CELValue `protobuf:"bytes,2,opt,name=by,proto3,oneof"`
}
type MapIteratorExpr_Message ¶
type MapIteratorExpr_Message struct {
Message *MessageExpr `protobuf:"bytes,3,opt,name=message,proto3,oneof"`
}
type Message ¶
type Message struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` IsMapEntry bool `protobuf:"varint,3,opt,name=is_map_entry,json=isMapEntry,proto3" json:"is_map_entry,omitempty"` FileId string `protobuf:"bytes,4,opt,name=file_id,json=fileId,proto3" json:"file_id,omitempty"` ParentMessageId string `protobuf:"bytes,5,opt,name=parent_message_id,json=parentMessageId,proto3" json:"parent_message_id,omitempty"` NestedMessageIds []string `protobuf:"bytes,6,rep,name=nested_message_ids,json=nestedMessageIds,proto3" json:"nested_message_ids,omitempty"` EnumIds []string `protobuf:"bytes,7,rep,name=enum_ids,json=enumIds,proto3" json:"enum_ids,omitempty"` FieldIds []string `protobuf:"bytes,8,rep,name=field_ids,json=fieldIds,proto3" json:"field_ids,omitempty"` OneofIds []string `protobuf:"bytes,9,rep,name=oneof_ids,json=oneofIds,proto3" json:"oneof_ids,omitempty"` Rule *MessageRule `protobuf:"bytes,10,opt,name=rule,proto3" json:"rule,omitempty"` // contains filtered or unexported fields }
func (*Message) Descriptor
deprecated
func (*Message) GetEnumIds ¶
func (*Message) GetFieldIds ¶
func (*Message) GetIsMapEntry ¶
func (*Message) GetNestedMessageIds ¶
func (*Message) GetOneofIds ¶
func (*Message) GetParentMessageId ¶
func (*Message) GetRule ¶
func (x *Message) GetRule() *MessageRule
func (*Message) ProtoMessage ¶
func (*Message) ProtoMessage()
func (*Message) ProtoReflect ¶
func (x *Message) ProtoReflect() protoreflect.Message
type MessageDependencyGraph ¶
type MessageDependencyGraph struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Roots []*MessageDependencyGraphNode `protobuf:"bytes,2,rep,name=roots,proto3" json:"roots,omitempty"` // contains filtered or unexported fields }
func (*MessageDependencyGraph) Descriptor
deprecated
func (*MessageDependencyGraph) Descriptor() ([]byte, []int)
Deprecated: Use MessageDependencyGraph.ProtoReflect.Descriptor instead.
func (*MessageDependencyGraph) GetId ¶
func (x *MessageDependencyGraph) GetId() string
func (*MessageDependencyGraph) GetRoots ¶
func (x *MessageDependencyGraph) GetRoots() []*MessageDependencyGraphNode
func (*MessageDependencyGraph) ProtoMessage ¶
func (*MessageDependencyGraph) ProtoMessage()
func (*MessageDependencyGraph) ProtoReflect ¶
func (x *MessageDependencyGraph) ProtoReflect() protoreflect.Message
func (*MessageDependencyGraph) Reset ¶
func (x *MessageDependencyGraph) Reset()
func (*MessageDependencyGraph) String ¶
func (x *MessageDependencyGraph) String() string
type MessageDependencyGraphNode ¶
type MessageDependencyGraphNode struct { Children []*MessageDependencyGraphNode `protobuf:"bytes,1,rep,name=children,proto3" json:"children,omitempty"` BaseMessageId string `protobuf:"bytes,2,opt,name=base_message_id,json=baseMessageId,proto3" json:"base_message_id,omitempty"` VariableDefinitionId string `protobuf:"bytes,3,opt,name=variable_definition_id,json=variableDefinitionId,proto3" json:"variable_definition_id,omitempty"` // contains filtered or unexported fields }
func (*MessageDependencyGraphNode) Descriptor
deprecated
func (*MessageDependencyGraphNode) Descriptor() ([]byte, []int)
Deprecated: Use MessageDependencyGraphNode.ProtoReflect.Descriptor instead.
func (*MessageDependencyGraphNode) GetBaseMessageId ¶
func (x *MessageDependencyGraphNode) GetBaseMessageId() string
func (*MessageDependencyGraphNode) GetChildren ¶
func (x *MessageDependencyGraphNode) GetChildren() []*MessageDependencyGraphNode
func (*MessageDependencyGraphNode) GetVariableDefinitionId ¶
func (x *MessageDependencyGraphNode) GetVariableDefinitionId() string
func (*MessageDependencyGraphNode) ProtoMessage ¶
func (*MessageDependencyGraphNode) ProtoMessage()
func (*MessageDependencyGraphNode) ProtoReflect ¶
func (x *MessageDependencyGraphNode) ProtoReflect() protoreflect.Message
func (*MessageDependencyGraphNode) Reset ¶
func (x *MessageDependencyGraphNode) Reset()
func (*MessageDependencyGraphNode) String ¶
func (x *MessageDependencyGraphNode) String() string
type MessageExpr ¶
type MessageExpr struct { MessageId string `protobuf:"bytes,1,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"` Args []*Argument `protobuf:"bytes,2,rep,name=args,proto3" json:"args,omitempty"` // contains filtered or unexported fields }
func (*MessageExpr) Descriptor
deprecated
func (*MessageExpr) Descriptor() ([]byte, []int)
Deprecated: Use MessageExpr.ProtoReflect.Descriptor instead.
func (*MessageExpr) GetArgs ¶
func (x *MessageExpr) GetArgs() []*Argument
func (*MessageExpr) GetMessageId ¶
func (x *MessageExpr) GetMessageId() string
func (*MessageExpr) ProtoMessage ¶
func (*MessageExpr) ProtoMessage()
func (*MessageExpr) ProtoReflect ¶
func (x *MessageExpr) ProtoReflect() protoreflect.Message
func (*MessageExpr) Reset ¶
func (x *MessageExpr) Reset()
func (*MessageExpr) String ¶
func (x *MessageExpr) String() string
type MessageRule ¶
type MessageRule struct { MessageArgumentId string `protobuf:"bytes,1,opt,name=message_argument_id,json=messageArgumentId,proto3" json:"message_argument_id,omitempty"` CustomResolver bool `protobuf:"varint,2,opt,name=custom_resolver,json=customResolver,proto3" json:"custom_resolver,omitempty"` AliasIds []string `protobuf:"bytes,3,rep,name=alias_ids,json=aliasIds,proto3" json:"alias_ids,omitempty"` DefSet *VariableDefinitionSet `protobuf:"bytes,4,opt,name=def_set,json=defSet,proto3" json:"def_set,omitempty"` // contains filtered or unexported fields }
func (*MessageRule) Descriptor
deprecated
func (*MessageRule) Descriptor() ([]byte, []int)
Deprecated: Use MessageRule.ProtoReflect.Descriptor instead.
func (*MessageRule) GetAliasIds ¶ added in v0.17.0
func (x *MessageRule) GetAliasIds() []string
func (*MessageRule) GetCustomResolver ¶
func (x *MessageRule) GetCustomResolver() bool
func (*MessageRule) GetDefSet ¶ added in v0.13.0
func (x *MessageRule) GetDefSet() *VariableDefinitionSet
func (*MessageRule) GetMessageArgumentId ¶
func (x *MessageRule) GetMessageArgumentId() string
func (*MessageRule) ProtoMessage ¶
func (*MessageRule) ProtoMessage()
func (*MessageRule) ProtoReflect ¶
func (x *MessageRule) ProtoReflect() protoreflect.Message
func (*MessageRule) Reset ¶
func (x *MessageRule) Reset()
func (*MessageRule) String ¶
func (x *MessageRule) String() string
type Method ¶
type Method struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` RequestId string `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"` ResponseId string `protobuf:"bytes,4,opt,name=response_id,json=responseId,proto3" json:"response_id,omitempty"` ServiceId string `protobuf:"bytes,5,opt,name=service_id,json=serviceId,proto3" json:"service_id,omitempty"` Rule *MethodRule `protobuf:"bytes,6,opt,name=rule,proto3" json:"rule,omitempty"` // contains filtered or unexported fields }
func (*Method) Descriptor
deprecated
func (*Method) GetRequestId ¶
func (*Method) GetResponseId ¶
func (*Method) GetRule ¶
func (x *Method) GetRule() *MethodRule
func (*Method) GetServiceId ¶
func (*Method) ProtoMessage ¶
func (*Method) ProtoMessage()
func (*Method) ProtoReflect ¶
func (x *Method) ProtoReflect() protoreflect.Message
type MethodRule ¶
type MethodRule struct { Timeout *durationpb.Duration `protobuf:"bytes,1,opt,name=timeout,proto3" json:"timeout,omitempty"` ResponseId string `protobuf:"bytes,2,opt,name=response_id,json=responseId,proto3" json:"response_id,omitempty"` // contains filtered or unexported fields }
func (*MethodRule) Descriptor
deprecated
func (*MethodRule) Descriptor() ([]byte, []int)
Deprecated: Use MethodRule.ProtoReflect.Descriptor instead.
func (*MethodRule) GetResponseId ¶ added in v1.5.0
func (x *MethodRule) GetResponseId() string
func (*MethodRule) GetTimeout ¶
func (x *MethodRule) GetTimeout() *durationpb.Duration
func (*MethodRule) ProtoMessage ¶
func (*MethodRule) ProtoMessage()
func (*MethodRule) ProtoReflect ¶
func (x *MethodRule) ProtoReflect() protoreflect.Message
func (*MethodRule) Reset ¶
func (x *MethodRule) Reset()
func (*MethodRule) String ¶
func (x *MethodRule) String() string
type Oneof ¶
type Oneof struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` MessageId string `protobuf:"bytes,3,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"` FieldIds []string `protobuf:"bytes,4,rep,name=field_ids,json=fieldIds,proto3" json:"field_ids,omitempty"` // contains filtered or unexported fields }
func (*Oneof) Descriptor
deprecated
func (*Oneof) GetFieldIds ¶
func (*Oneof) GetMessageId ¶
func (*Oneof) ProtoMessage ¶
func (*Oneof) ProtoMessage()
func (*Oneof) ProtoReflect ¶
func (x *Oneof) ProtoReflect() protoreflect.Message
type Package ¶
type Package struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` FileIds []string `protobuf:"bytes,2,rep,name=file_ids,json=fileIds,proto3" json:"file_ids,omitempty"` // contains filtered or unexported fields }
func (*Package) Descriptor
deprecated
func (*Package) GetFileIds ¶
func (*Package) ProtoMessage ¶
func (*Package) ProtoMessage()
func (*Package) ProtoReflect ¶
func (x *Package) ProtoReflect() protoreflect.Message
type PreconditionFailure ¶
type PreconditionFailure struct { Violations []*PreconditionFailureViolation `protobuf:"bytes,1,rep,name=violations,proto3" json:"violations,omitempty"` // contains filtered or unexported fields }
func (*PreconditionFailure) Descriptor
deprecated
func (*PreconditionFailure) Descriptor() ([]byte, []int)
Deprecated: Use PreconditionFailure.ProtoReflect.Descriptor instead.
func (*PreconditionFailure) GetViolations ¶
func (x *PreconditionFailure) GetViolations() []*PreconditionFailureViolation
func (*PreconditionFailure) ProtoMessage ¶
func (*PreconditionFailure) ProtoMessage()
func (*PreconditionFailure) ProtoReflect ¶
func (x *PreconditionFailure) ProtoReflect() protoreflect.Message
func (*PreconditionFailure) Reset ¶
func (x *PreconditionFailure) Reset()
func (*PreconditionFailure) String ¶
func (x *PreconditionFailure) String() string
type PreconditionFailureViolation ¶
type PreconditionFailureViolation struct { Type *CELValue `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` Subject *CELValue `protobuf:"bytes,2,opt,name=subject,proto3" json:"subject,omitempty"` Description *CELValue `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` // contains filtered or unexported fields }
func (*PreconditionFailureViolation) Descriptor
deprecated
func (*PreconditionFailureViolation) Descriptor() ([]byte, []int)
Deprecated: Use PreconditionFailureViolation.ProtoReflect.Descriptor instead.
func (*PreconditionFailureViolation) GetDescription ¶
func (x *PreconditionFailureViolation) GetDescription() *CELValue
func (*PreconditionFailureViolation) GetSubject ¶
func (x *PreconditionFailureViolation) GetSubject() *CELValue
func (*PreconditionFailureViolation) GetType ¶
func (x *PreconditionFailureViolation) GetType() *CELValue
func (*PreconditionFailureViolation) ProtoMessage ¶
func (*PreconditionFailureViolation) ProtoMessage()
func (*PreconditionFailureViolation) ProtoReflect ¶
func (x *PreconditionFailureViolation) ProtoReflect() protoreflect.Message
func (*PreconditionFailureViolation) Reset ¶
func (x *PreconditionFailureViolation) Reset()
func (*PreconditionFailureViolation) String ¶
func (x *PreconditionFailureViolation) String() string
type ProtoCodeGeneratorResponse ¶
type ProtoCodeGeneratorResponse struct { Error *string `protobuf:"bytes,1,opt,name=error,proto3,oneof" json:"error,omitempty"` SupportedFeatures *uint64 `protobuf:"varint,2,opt,name=supported_features,json=supportedFeatures,proto3,oneof" json:"supported_features,omitempty"` MinimumEdition *int32 `protobuf:"varint,3,opt,name=minimum_edition,json=minimumEdition,proto3,oneof" json:"minimum_edition,omitempty"` MaximumEdition *int32 `protobuf:"varint,4,opt,name=maximum_edition,json=maximumEdition,proto3,oneof" json:"maximum_edition,omitempty"` File []*ProtoCodeGeneratorResponse_File `protobuf:"bytes,15,rep,name=file,proto3" json:"file,omitempty"` // contains filtered or unexported fields }
func (*ProtoCodeGeneratorResponse) Descriptor
deprecated
func (*ProtoCodeGeneratorResponse) Descriptor() ([]byte, []int)
Deprecated: Use ProtoCodeGeneratorResponse.ProtoReflect.Descriptor instead.
func (*ProtoCodeGeneratorResponse) GetError ¶
func (x *ProtoCodeGeneratorResponse) GetError() string
func (*ProtoCodeGeneratorResponse) GetFile ¶
func (x *ProtoCodeGeneratorResponse) GetFile() []*ProtoCodeGeneratorResponse_File
func (*ProtoCodeGeneratorResponse) GetMaximumEdition ¶
func (x *ProtoCodeGeneratorResponse) GetMaximumEdition() int32
func (*ProtoCodeGeneratorResponse) GetMinimumEdition ¶
func (x *ProtoCodeGeneratorResponse) GetMinimumEdition() int32
func (*ProtoCodeGeneratorResponse) GetSupportedFeatures ¶
func (x *ProtoCodeGeneratorResponse) GetSupportedFeatures() uint64
func (*ProtoCodeGeneratorResponse) ProtoMessage ¶
func (*ProtoCodeGeneratorResponse) ProtoMessage()
func (*ProtoCodeGeneratorResponse) ProtoReflect ¶
func (x *ProtoCodeGeneratorResponse) ProtoReflect() protoreflect.Message
func (*ProtoCodeGeneratorResponse) Reset ¶
func (x *ProtoCodeGeneratorResponse) Reset()
func (*ProtoCodeGeneratorResponse) String ¶
func (x *ProtoCodeGeneratorResponse) String() string
type ProtoCodeGeneratorResponse_Feature ¶
type ProtoCodeGeneratorResponse_Feature int32
const ( ProtoCodeGeneratorResponse_FEATURE_NONE ProtoCodeGeneratorResponse_Feature = 0 ProtoCodeGeneratorResponse_FEATURE_PROTO3_OPTIONAL ProtoCodeGeneratorResponse_Feature = 1 ProtoCodeGeneratorResponse_FEATURE_SUPPORTS_EDITIONS ProtoCodeGeneratorResponse_Feature = 2 )
func (ProtoCodeGeneratorResponse_Feature) Descriptor ¶
func (ProtoCodeGeneratorResponse_Feature) Descriptor() protoreflect.EnumDescriptor
func (ProtoCodeGeneratorResponse_Feature) Enum ¶
func (x ProtoCodeGeneratorResponse_Feature) Enum() *ProtoCodeGeneratorResponse_Feature
func (ProtoCodeGeneratorResponse_Feature) EnumDescriptor
deprecated
func (ProtoCodeGeneratorResponse_Feature) EnumDescriptor() ([]byte, []int)
Deprecated: Use ProtoCodeGeneratorResponse_Feature.Descriptor instead.
func (ProtoCodeGeneratorResponse_Feature) Number ¶
func (x ProtoCodeGeneratorResponse_Feature) Number() protoreflect.EnumNumber
func (ProtoCodeGeneratorResponse_Feature) String ¶
func (x ProtoCodeGeneratorResponse_Feature) String() string
func (ProtoCodeGeneratorResponse_Feature) Type ¶
func (ProtoCodeGeneratorResponse_Feature) Type() protoreflect.EnumType
type ProtoCodeGeneratorResponse_File ¶
type ProtoCodeGeneratorResponse_File struct { Name *string `protobuf:"bytes,1,opt,name=name,proto3,oneof" json:"name,omitempty"` InsertionPoint *string `protobuf:"bytes,2,opt,name=insertion_point,json=insertionPoint,proto3,oneof" json:"insertion_point,omitempty"` Content *string `protobuf:"bytes,15,opt,name=content,proto3,oneof" json:"content,omitempty"` GeneratedCodeInfo *ProtoCodeGeneratorResponse_GeneratedCodeInfo `protobuf:"bytes,16,opt,name=generated_code_info,json=generatedCodeInfo,proto3,oneof" json:"generated_code_info,omitempty"` // contains filtered or unexported fields }
func (*ProtoCodeGeneratorResponse_File) Descriptor
deprecated
func (*ProtoCodeGeneratorResponse_File) Descriptor() ([]byte, []int)
Deprecated: Use ProtoCodeGeneratorResponse_File.ProtoReflect.Descriptor instead.
func (*ProtoCodeGeneratorResponse_File) GetContent ¶
func (x *ProtoCodeGeneratorResponse_File) GetContent() string
func (*ProtoCodeGeneratorResponse_File) GetGeneratedCodeInfo ¶
func (x *ProtoCodeGeneratorResponse_File) GetGeneratedCodeInfo() *ProtoCodeGeneratorResponse_GeneratedCodeInfo
func (*ProtoCodeGeneratorResponse_File) GetInsertionPoint ¶
func (x *ProtoCodeGeneratorResponse_File) GetInsertionPoint() string
func (*ProtoCodeGeneratorResponse_File) GetName ¶
func (x *ProtoCodeGeneratorResponse_File) GetName() string
func (*ProtoCodeGeneratorResponse_File) ProtoMessage ¶
func (*ProtoCodeGeneratorResponse_File) ProtoMessage()
func (*ProtoCodeGeneratorResponse_File) ProtoReflect ¶
func (x *ProtoCodeGeneratorResponse_File) ProtoReflect() protoreflect.Message
func (*ProtoCodeGeneratorResponse_File) Reset ¶
func (x *ProtoCodeGeneratorResponse_File) Reset()
func (*ProtoCodeGeneratorResponse_File) String ¶
func (x *ProtoCodeGeneratorResponse_File) String() string
type ProtoCodeGeneratorResponse_GeneratedCodeInfo ¶
type ProtoCodeGeneratorResponse_GeneratedCodeInfo struct { Annotation []*ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation `protobuf:"bytes,1,rep,name=annotation,proto3" json:"annotation,omitempty"` // contains filtered or unexported fields }
func (*ProtoCodeGeneratorResponse_GeneratedCodeInfo) Descriptor
deprecated
func (*ProtoCodeGeneratorResponse_GeneratedCodeInfo) Descriptor() ([]byte, []int)
Deprecated: Use ProtoCodeGeneratorResponse_GeneratedCodeInfo.ProtoReflect.Descriptor instead.
func (*ProtoCodeGeneratorResponse_GeneratedCodeInfo) GetAnnotation ¶
func (x *ProtoCodeGeneratorResponse_GeneratedCodeInfo) GetAnnotation() []*ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation
func (*ProtoCodeGeneratorResponse_GeneratedCodeInfo) ProtoMessage ¶
func (*ProtoCodeGeneratorResponse_GeneratedCodeInfo) ProtoMessage()
func (*ProtoCodeGeneratorResponse_GeneratedCodeInfo) ProtoReflect ¶
func (x *ProtoCodeGeneratorResponse_GeneratedCodeInfo) ProtoReflect() protoreflect.Message
func (*ProtoCodeGeneratorResponse_GeneratedCodeInfo) Reset ¶
func (x *ProtoCodeGeneratorResponse_GeneratedCodeInfo) Reset()
func (*ProtoCodeGeneratorResponse_GeneratedCodeInfo) String ¶
func (x *ProtoCodeGeneratorResponse_GeneratedCodeInfo) String() string
type ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation ¶
type ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation struct { Path []int32 `protobuf:"varint,1,rep,packed,name=path,proto3" json:"path,omitempty"` SourceFile *string `protobuf:"bytes,2,opt,name=source_file,json=sourceFile,proto3,oneof" json:"source_file,omitempty"` Begin *int32 `protobuf:"varint,3,opt,name=begin,proto3,oneof" json:"begin,omitempty"` End *int32 `protobuf:"varint,4,opt,name=end,proto3,oneof" json:"end,omitempty"` Semantic *ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_Semantic `` /* 179-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) Descriptor
deprecated
func (*ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) Descriptor() ([]byte, []int)
Deprecated: Use ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation.ProtoReflect.Descriptor instead.
func (*ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) GetBegin ¶
func (x *ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) GetBegin() int32
func (*ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) GetEnd ¶
func (x *ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) GetEnd() int32
func (*ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) GetPath ¶
func (x *ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) GetPath() []int32
func (*ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) GetSemantic ¶
func (*ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) GetSourceFile ¶
func (x *ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) GetSourceFile() string
func (*ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) ProtoMessage ¶
func (*ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) ProtoMessage()
func (*ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) ProtoReflect ¶
func (x *ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) ProtoReflect() protoreflect.Message
func (*ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) Reset ¶
func (x *ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) Reset()
func (*ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) String ¶
func (x *ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) String() string
type ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_Semantic ¶
type ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_Semantic int32
const ( ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_NONE ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_Semantic = 0 ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_SET ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_Semantic = 1 ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_ALIAS ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_Semantic = 2 )
func (ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_Semantic) Descriptor ¶
func (ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_Semantic) EnumDescriptor
deprecated
func (ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_Semantic) EnumDescriptor() ([]byte, []int)
Deprecated: Use ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_Semantic.Descriptor instead.
func (ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_Semantic) String ¶
func (x ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_Semantic) String() string
type Reference ¶
type Reference struct { FileMap map[string]*File `` /* 170-byte string literal not displayed */ ServiceMap map[string]*Service `` /* 179-byte string literal not displayed */ MethodMap map[string]*Method `` /* 176-byte string literal not displayed */ MessageMap map[string]*Message `` /* 179-byte string literal not displayed */ FieldMap map[string]*Field `` /* 173-byte string literal not displayed */ EnumMap map[string]*Enum `` /* 170-byte string literal not displayed */ EnumValueMap map[string]*EnumValue `` /* 187-byte string literal not displayed */ OneofMap map[string]*Oneof `` /* 173-byte string literal not displayed */ CelPluginMap map[string]*CELPlugin `` /* 187-byte string literal not displayed */ GraphMap map[string]*MessageDependencyGraph `` /* 174-byte string literal not displayed */ VariableDefinitionMap map[string]*VariableDefinition `` /* 215-byte string literal not displayed */ VariableDefinitionGroupMap map[string]*VariableDefinitionGroup `` /* 232-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Reference) Descriptor
deprecated
func (*Reference) GetCelPluginMap ¶
func (*Reference) GetEnumMap ¶
func (*Reference) GetEnumValueMap ¶
func (*Reference) GetFieldMap ¶
func (*Reference) GetFileMap ¶
func (*Reference) GetGraphMap ¶
func (x *Reference) GetGraphMap() map[string]*MessageDependencyGraph
func (*Reference) GetMessageMap ¶
func (*Reference) GetMethodMap ¶
func (*Reference) GetOneofMap ¶
func (*Reference) GetServiceMap ¶
func (*Reference) GetVariableDefinitionGroupMap ¶
func (x *Reference) GetVariableDefinitionGroupMap() map[string]*VariableDefinitionGroup
func (*Reference) GetVariableDefinitionMap ¶
func (x *Reference) GetVariableDefinitionMap() map[string]*VariableDefinition
func (*Reference) ProtoMessage ¶
func (*Reference) ProtoMessage()
func (*Reference) ProtoReflect ¶
func (x *Reference) ProtoReflect() protoreflect.Message
type Request ¶
type Request struct { Args []*Argument `protobuf:"bytes,1,rep,name=args,proto3" json:"args,omitempty"` TypeId string `protobuf:"bytes,2,opt,name=type_id,json=typeId,proto3" json:"type_id,omitempty"` // contains filtered or unexported fields }
func (*Request) Descriptor
deprecated
func (*Request) ProtoMessage ¶
func (*Request) ProtoMessage()
func (*Request) ProtoReflect ¶
func (x *Request) ProtoReflect() protoreflect.Message
type RetryPolicy ¶
type RetryPolicy struct { // Types that are assignable to Policy: // // *RetryPolicy_Constant // *RetryPolicy_Exponential Policy isRetryPolicy_Policy `protobuf_oneof:"policy"` If *CELValue `protobuf:"bytes,3,opt,name=if,proto3" json:"if,omitempty"` // contains filtered or unexported fields }
func (*RetryPolicy) Descriptor
deprecated
func (*RetryPolicy) Descriptor() ([]byte, []int)
Deprecated: Use RetryPolicy.ProtoReflect.Descriptor instead.
func (*RetryPolicy) GetConstant ¶
func (x *RetryPolicy) GetConstant() *RetryPolicyConstant
func (*RetryPolicy) GetExponential ¶
func (x *RetryPolicy) GetExponential() *RetryPolicyExponential
func (*RetryPolicy) GetIf ¶ added in v0.14.0
func (x *RetryPolicy) GetIf() *CELValue
func (*RetryPolicy) GetPolicy ¶
func (m *RetryPolicy) GetPolicy() isRetryPolicy_Policy
func (*RetryPolicy) ProtoMessage ¶
func (*RetryPolicy) ProtoMessage()
func (*RetryPolicy) ProtoReflect ¶
func (x *RetryPolicy) ProtoReflect() protoreflect.Message
func (*RetryPolicy) Reset ¶
func (x *RetryPolicy) Reset()
func (*RetryPolicy) String ¶
func (x *RetryPolicy) String() string
type RetryPolicyConstant ¶
type RetryPolicyConstant struct { Interval *durationpb.Duration `protobuf:"bytes,1,opt,name=interval,proto3" json:"interval,omitempty"` MaxRetries uint64 `protobuf:"varint,2,opt,name=max_retries,json=maxRetries,proto3" json:"max_retries,omitempty"` // contains filtered or unexported fields }
func (*RetryPolicyConstant) Descriptor
deprecated
func (*RetryPolicyConstant) Descriptor() ([]byte, []int)
Deprecated: Use RetryPolicyConstant.ProtoReflect.Descriptor instead.
func (*RetryPolicyConstant) GetInterval ¶
func (x *RetryPolicyConstant) GetInterval() *durationpb.Duration
func (*RetryPolicyConstant) GetMaxRetries ¶
func (x *RetryPolicyConstant) GetMaxRetries() uint64
func (*RetryPolicyConstant) ProtoMessage ¶
func (*RetryPolicyConstant) ProtoMessage()
func (*RetryPolicyConstant) ProtoReflect ¶
func (x *RetryPolicyConstant) ProtoReflect() protoreflect.Message
func (*RetryPolicyConstant) Reset ¶
func (x *RetryPolicyConstant) Reset()
func (*RetryPolicyConstant) String ¶
func (x *RetryPolicyConstant) String() string
type RetryPolicyExponential ¶
type RetryPolicyExponential struct { InitialInterval *durationpb.Duration `protobuf:"bytes,1,opt,name=initial_interval,json=initialInterval,proto3" json:"initial_interval,omitempty"` RandomizationFactor float64 `protobuf:"fixed64,2,opt,name=randomization_factor,json=randomizationFactor,proto3" json:"randomization_factor,omitempty"` Multiplier float64 `protobuf:"fixed64,3,opt,name=multiplier,proto3" json:"multiplier,omitempty"` MaxInterval *durationpb.Duration `protobuf:"bytes,4,opt,name=max_interval,json=maxInterval,proto3" json:"max_interval,omitempty"` MaxRetries uint64 `protobuf:"varint,5,opt,name=max_retries,json=maxRetries,proto3" json:"max_retries,omitempty"` MaxElapsedTime *durationpb.Duration `protobuf:"bytes,6,opt,name=max_elapsed_time,json=maxElapsedTime,proto3" json:"max_elapsed_time,omitempty"` // contains filtered or unexported fields }
func (*RetryPolicyExponential) Descriptor
deprecated
func (*RetryPolicyExponential) Descriptor() ([]byte, []int)
Deprecated: Use RetryPolicyExponential.ProtoReflect.Descriptor instead.
func (*RetryPolicyExponential) GetInitialInterval ¶
func (x *RetryPolicyExponential) GetInitialInterval() *durationpb.Duration
func (*RetryPolicyExponential) GetMaxElapsedTime ¶
func (x *RetryPolicyExponential) GetMaxElapsedTime() *durationpb.Duration
func (*RetryPolicyExponential) GetMaxInterval ¶
func (x *RetryPolicyExponential) GetMaxInterval() *durationpb.Duration
func (*RetryPolicyExponential) GetMaxRetries ¶
func (x *RetryPolicyExponential) GetMaxRetries() uint64
func (*RetryPolicyExponential) GetMultiplier ¶
func (x *RetryPolicyExponential) GetMultiplier() float64
func (*RetryPolicyExponential) GetRandomizationFactor ¶
func (x *RetryPolicyExponential) GetRandomizationFactor() float64
func (*RetryPolicyExponential) ProtoMessage ¶
func (*RetryPolicyExponential) ProtoMessage()
func (*RetryPolicyExponential) ProtoReflect ¶
func (x *RetryPolicyExponential) ProtoReflect() protoreflect.Message
func (*RetryPolicyExponential) Reset ¶
func (x *RetryPolicyExponential) Reset()
func (*RetryPolicyExponential) String ¶
func (x *RetryPolicyExponential) String() string
type RetryPolicy_Constant ¶
type RetryPolicy_Constant struct {
Constant *RetryPolicyConstant `protobuf:"bytes,1,opt,name=constant,proto3,oneof"`
}
type RetryPolicy_Exponential ¶
type RetryPolicy_Exponential struct {
Exponential *RetryPolicyExponential `protobuf:"bytes,2,opt,name=exponential,proto3,oneof"`
}
type SequentialVariableDefinitionGroup ¶
type SequentialVariableDefinitionGroup struct { Start string `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"` End string `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"` // contains filtered or unexported fields }
func (*SequentialVariableDefinitionGroup) Descriptor
deprecated
func (*SequentialVariableDefinitionGroup) Descriptor() ([]byte, []int)
Deprecated: Use SequentialVariableDefinitionGroup.ProtoReflect.Descriptor instead.
func (*SequentialVariableDefinitionGroup) GetEnd ¶
func (x *SequentialVariableDefinitionGroup) GetEnd() string
func (*SequentialVariableDefinitionGroup) GetStart ¶
func (x *SequentialVariableDefinitionGroup) GetStart() string
func (*SequentialVariableDefinitionGroup) ProtoMessage ¶
func (*SequentialVariableDefinitionGroup) ProtoMessage()
func (*SequentialVariableDefinitionGroup) ProtoReflect ¶
func (x *SequentialVariableDefinitionGroup) ProtoReflect() protoreflect.Message
func (*SequentialVariableDefinitionGroup) Reset ¶
func (x *SequentialVariableDefinitionGroup) Reset()
func (*SequentialVariableDefinitionGroup) String ¶
func (x *SequentialVariableDefinitionGroup) String() string
type Service ¶
type Service struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` MethodIds []string `protobuf:"bytes,3,rep,name=method_ids,json=methodIds,proto3" json:"method_ids,omitempty"` FileId string `protobuf:"bytes,4,opt,name=file_id,json=fileId,proto3" json:"file_id,omitempty"` MessageIds []string `protobuf:"bytes,5,rep,name=message_ids,json=messageIds,proto3" json:"message_ids,omitempty"` MessageArgIds []string `protobuf:"bytes,6,rep,name=message_arg_ids,json=messageArgIds,proto3" json:"message_arg_ids,omitempty"` CelPluginIds []string `protobuf:"bytes,7,rep,name=cel_plugin_ids,json=celPluginIds,proto3" json:"cel_plugin_ids,omitempty"` Rule *ServiceRule `protobuf:"bytes,8,opt,name=rule,proto3" json:"rule,omitempty"` // contains filtered or unexported fields }
func (*Service) Descriptor
deprecated
func (*Service) GetCelPluginIds ¶
func (*Service) GetMessageArgIds ¶
func (*Service) GetMessageIds ¶
func (*Service) GetMethodIds ¶
func (*Service) GetRule ¶
func (x *Service) GetRule() *ServiceRule
func (*Service) ProtoMessage ¶
func (*Service) ProtoMessage()
func (*Service) ProtoReflect ¶
func (x *Service) ProtoReflect() protoreflect.Message
type ServiceRule ¶
type ServiceRule struct {
// contains filtered or unexported fields
}
func (*ServiceRule) Descriptor
deprecated
func (*ServiceRule) Descriptor() ([]byte, []int)
Deprecated: Use ServiceRule.ProtoReflect.Descriptor instead.
func (*ServiceRule) ProtoMessage ¶
func (*ServiceRule) ProtoMessage()
func (*ServiceRule) ProtoReflect ¶
func (x *ServiceRule) ProtoReflect() protoreflect.Message
func (*ServiceRule) Reset ¶
func (x *ServiceRule) Reset()
func (*ServiceRule) String ¶
func (x *ServiceRule) String() string
type Type ¶
type Type struct { Kind TypeKind `protobuf:"varint,1,opt,name=kind,proto3,enum=grpc.federation.generator.plugin.TypeKind" json:"kind,omitempty"` Repeated bool `protobuf:"varint,2,opt,name=repeated,proto3" json:"repeated,omitempty"` IsNull bool `protobuf:"varint,3,opt,name=is_null,json=isNull,proto3" json:"is_null,omitempty"` // Types that are assignable to Ref: // // *Type_MessageId // *Type_EnumId // *Type_OneofFieldId Ref isType_Ref `protobuf_oneof:"ref"` // contains filtered or unexported fields }
func (*Type) Descriptor
deprecated
func (*Type) GetMessageId ¶
func (*Type) GetOneofFieldId ¶
func (*Type) GetRepeated ¶
func (*Type) ProtoMessage ¶
func (*Type) ProtoMessage()
func (*Type) ProtoReflect ¶
func (x *Type) ProtoReflect() protoreflect.Message
type TypeKind ¶
type TypeKind int32
const ( TypeKind_UNKNOWN_TYPE TypeKind = 0 TypeKind_DOUBLE_TYPE TypeKind = 1 TypeKind_FLOAT_TYPE TypeKind = 2 TypeKind_INT64_TYPE TypeKind = 3 TypeKind_UINT64_TYPE TypeKind = 4 TypeKind_INT32_TYPE TypeKind = 5 TypeKind_FIXED64_TYPE TypeKind = 6 TypeKind_FIXED32_TYPE TypeKind = 7 TypeKind_BOOL_TYPE TypeKind = 8 TypeKind_STRING_TYPE TypeKind = 9 TypeKind_GROUP_TYPE TypeKind = 10 TypeKind_MESSAGE_TYPE TypeKind = 11 TypeKind_BYTES_TYPE TypeKind = 12 TypeKind_UINT32_TYPE TypeKind = 13 TypeKind_ENUM_TYPE TypeKind = 14 TypeKind_SFIXED32_TYPE TypeKind = 15 TypeKind_SFIXED64_TYPE TypeKind = 16 TypeKind_SINT32_TYPE TypeKind = 17 TypeKind_SINT64_TYPE TypeKind = 18 )
func (TypeKind) Descriptor ¶
func (TypeKind) Descriptor() protoreflect.EnumDescriptor
func (TypeKind) EnumDescriptor
deprecated
func (TypeKind) Number ¶
func (x TypeKind) Number() protoreflect.EnumNumber
func (TypeKind) Type ¶
func (TypeKind) Type() protoreflect.EnumType
type Type_EnumId ¶
type Type_EnumId struct {
EnumId string `protobuf:"bytes,5,opt,name=enum_id,json=enumId,proto3,oneof"`
}
type Type_MessageId ¶
type Type_MessageId struct {
MessageId string `protobuf:"bytes,4,opt,name=message_id,json=messageId,proto3,oneof"`
}
type Type_OneofFieldId ¶
type Type_OneofFieldId struct {
OneofFieldId string `protobuf:"bytes,6,opt,name=oneof_field_id,json=oneofFieldId,proto3,oneof"`
}
type ValidationExpr ¶
type ValidationExpr struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Error *GRPCError `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"` // contains filtered or unexported fields }
func (*ValidationExpr) Descriptor
deprecated
func (*ValidationExpr) Descriptor() ([]byte, []int)
Deprecated: Use ValidationExpr.ProtoReflect.Descriptor instead.
func (*ValidationExpr) GetError ¶
func (x *ValidationExpr) GetError() *GRPCError
func (*ValidationExpr) GetName ¶ added in v0.13.0
func (x *ValidationExpr) GetName() string
func (*ValidationExpr) ProtoMessage ¶
func (*ValidationExpr) ProtoMessage()
func (*ValidationExpr) ProtoReflect ¶
func (x *ValidationExpr) ProtoReflect() protoreflect.Message
func (*ValidationExpr) Reset ¶
func (x *ValidationExpr) Reset()
func (*ValidationExpr) String ¶
func (x *ValidationExpr) String() string
type Value ¶
type Value struct { Inline bool `protobuf:"varint,1,opt,name=inline,proto3" json:"inline,omitempty"` Cel *CELValue `protobuf:"bytes,2,opt,name=cel,proto3" json:"cel,omitempty"` // contains filtered or unexported fields }
func (*Value) Descriptor
deprecated
func (*Value) ProtoMessage ¶
func (*Value) ProtoMessage()
func (*Value) ProtoReflect ¶
func (x *Value) ProtoReflect() protoreflect.Message
type VariableDefinition ¶
type VariableDefinition struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Index int64 `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` If *CELValue `protobuf:"bytes,4,opt,name=if,proto3" json:"if,omitempty"` AutoBind bool `protobuf:"varint,5,opt,name=auto_bind,json=autoBind,proto3" json:"auto_bind,omitempty"` Used bool `protobuf:"varint,6,opt,name=used,proto3" json:"used,omitempty"` Expr *VariableExpr `protobuf:"bytes,7,opt,name=expr,proto3" json:"expr,omitempty"` // contains filtered or unexported fields }
func (*VariableDefinition) Descriptor
deprecated
func (*VariableDefinition) Descriptor() ([]byte, []int)
Deprecated: Use VariableDefinition.ProtoReflect.Descriptor instead.
func (*VariableDefinition) GetAutoBind ¶
func (x *VariableDefinition) GetAutoBind() bool
func (*VariableDefinition) GetExpr ¶
func (x *VariableDefinition) GetExpr() *VariableExpr
func (*VariableDefinition) GetId ¶
func (x *VariableDefinition) GetId() string
func (*VariableDefinition) GetIf ¶
func (x *VariableDefinition) GetIf() *CELValue
func (*VariableDefinition) GetIndex ¶
func (x *VariableDefinition) GetIndex() int64
func (*VariableDefinition) GetName ¶
func (x *VariableDefinition) GetName() string
func (*VariableDefinition) GetUsed ¶
func (x *VariableDefinition) GetUsed() bool
func (*VariableDefinition) ProtoMessage ¶
func (*VariableDefinition) ProtoMessage()
func (*VariableDefinition) ProtoReflect ¶
func (x *VariableDefinition) ProtoReflect() protoreflect.Message
func (*VariableDefinition) Reset ¶
func (x *VariableDefinition) Reset()
func (*VariableDefinition) String ¶
func (x *VariableDefinition) String() string
type VariableDefinitionGroup ¶
type VariableDefinitionGroup struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // Types that are assignable to Group: // // *VariableDefinitionGroup_Sequential // *VariableDefinitionGroup_Concurrent Group isVariableDefinitionGroup_Group `protobuf_oneof:"group"` // contains filtered or unexported fields }
func (*VariableDefinitionGroup) Descriptor
deprecated
func (*VariableDefinitionGroup) Descriptor() ([]byte, []int)
Deprecated: Use VariableDefinitionGroup.ProtoReflect.Descriptor instead.
func (*VariableDefinitionGroup) GetConcurrent ¶
func (x *VariableDefinitionGroup) GetConcurrent() *ConcurrentVariableDefinitionGroup
func (*VariableDefinitionGroup) GetGroup ¶
func (m *VariableDefinitionGroup) GetGroup() isVariableDefinitionGroup_Group
func (*VariableDefinitionGroup) GetId ¶
func (x *VariableDefinitionGroup) GetId() string
func (*VariableDefinitionGroup) GetSequential ¶
func (x *VariableDefinitionGroup) GetSequential() *SequentialVariableDefinitionGroup
func (*VariableDefinitionGroup) ProtoMessage ¶
func (*VariableDefinitionGroup) ProtoMessage()
func (*VariableDefinitionGroup) ProtoReflect ¶
func (x *VariableDefinitionGroup) ProtoReflect() protoreflect.Message
func (*VariableDefinitionGroup) Reset ¶
func (x *VariableDefinitionGroup) Reset()
func (*VariableDefinitionGroup) String ¶
func (x *VariableDefinitionGroup) String() string
type VariableDefinitionGroup_Concurrent ¶
type VariableDefinitionGroup_Concurrent struct {
Concurrent *ConcurrentVariableDefinitionGroup `protobuf:"bytes,3,opt,name=concurrent,proto3,oneof"`
}
type VariableDefinitionGroup_Sequential ¶
type VariableDefinitionGroup_Sequential struct {
Sequential *SequentialVariableDefinitionGroup `protobuf:"bytes,2,opt,name=sequential,proto3,oneof"`
}
type VariableDefinitionSet ¶ added in v0.13.0
type VariableDefinitionSet struct { VariableDefinitionIds []string `` /* 126-byte string literal not displayed */ VariableDefinitionGroupIds []string `` /* 143-byte string literal not displayed */ DependencyGraphId string `protobuf:"bytes,3,opt,name=dependency_graph_id,json=dependencyGraphId,proto3" json:"dependency_graph_id,omitempty"` // contains filtered or unexported fields }
func (*VariableDefinitionSet) Descriptor
deprecated
added in
v0.13.0
func (*VariableDefinitionSet) Descriptor() ([]byte, []int)
Deprecated: Use VariableDefinitionSet.ProtoReflect.Descriptor instead.
func (*VariableDefinitionSet) GetDependencyGraphId ¶ added in v0.13.0
func (x *VariableDefinitionSet) GetDependencyGraphId() string
func (*VariableDefinitionSet) GetVariableDefinitionGroupIds ¶ added in v0.13.0
func (x *VariableDefinitionSet) GetVariableDefinitionGroupIds() []string
func (*VariableDefinitionSet) GetVariableDefinitionIds ¶ added in v0.13.0
func (x *VariableDefinitionSet) GetVariableDefinitionIds() []string
func (*VariableDefinitionSet) ProtoMessage ¶ added in v0.13.0
func (*VariableDefinitionSet) ProtoMessage()
func (*VariableDefinitionSet) ProtoReflect ¶ added in v0.13.0
func (x *VariableDefinitionSet) ProtoReflect() protoreflect.Message
func (*VariableDefinitionSet) Reset ¶ added in v0.13.0
func (x *VariableDefinitionSet) Reset()
func (*VariableDefinitionSet) String ¶ added in v0.13.0
func (x *VariableDefinitionSet) String() string
type VariableExpr ¶
type VariableExpr struct { Type *Type `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` // Types that are assignable to Expr: // // *VariableExpr_By // *VariableExpr_Map // *VariableExpr_Call // *VariableExpr_Message // *VariableExpr_Validation Expr isVariableExpr_Expr `protobuf_oneof:"expr"` // contains filtered or unexported fields }
func (*VariableExpr) Descriptor
deprecated
func (*VariableExpr) Descriptor() ([]byte, []int)
Deprecated: Use VariableExpr.ProtoReflect.Descriptor instead.
func (*VariableExpr) GetBy ¶
func (x *VariableExpr) GetBy() *CELValue
func (*VariableExpr) GetCall ¶
func (x *VariableExpr) GetCall() *CallExpr
func (*VariableExpr) GetExpr ¶
func (m *VariableExpr) GetExpr() isVariableExpr_Expr
func (*VariableExpr) GetMap ¶
func (x *VariableExpr) GetMap() *MapExpr
func (*VariableExpr) GetMessage ¶
func (x *VariableExpr) GetMessage() *MessageExpr
func (*VariableExpr) GetType ¶
func (x *VariableExpr) GetType() *Type
func (*VariableExpr) GetValidation ¶
func (x *VariableExpr) GetValidation() *ValidationExpr
func (*VariableExpr) ProtoMessage ¶
func (*VariableExpr) ProtoMessage()
func (*VariableExpr) ProtoReflect ¶
func (x *VariableExpr) ProtoReflect() protoreflect.Message
func (*VariableExpr) Reset ¶
func (x *VariableExpr) Reset()
func (*VariableExpr) String ¶
func (x *VariableExpr) String() string
type VariableExpr_By ¶
type VariableExpr_By struct {
By *CELValue `protobuf:"bytes,2,opt,name=by,proto3,oneof"`
}
type VariableExpr_Call ¶
type VariableExpr_Call struct {
Call *CallExpr `protobuf:"bytes,4,opt,name=call,proto3,oneof"`
}
type VariableExpr_Map ¶
type VariableExpr_Map struct {
Map *MapExpr `protobuf:"bytes,3,opt,name=map,proto3,oneof"`
}
type VariableExpr_Message ¶
type VariableExpr_Message struct {
Message *MessageExpr `protobuf:"bytes,5,opt,name=message,proto3,oneof"`
}
type VariableExpr_Validation ¶
type VariableExpr_Validation struct {
Validation *ValidationExpr `protobuf:"bytes,6,opt,name=validation,proto3,oneof"`
}