Documentation
¶
Index ¶
- Constants
- Variables
- type AddOrUpdatePolicyResponse
- func (x *AddOrUpdatePolicyResponse) ClearSuccess()
- func (x *AddOrUpdatePolicyResponse) GetSuccess() *emptypb.Empty
- func (x *AddOrUpdatePolicyResponse) HasSuccess() bool
- func (*AddOrUpdatePolicyResponse) ProtoMessage()
- func (x *AddOrUpdatePolicyResponse) ProtoReflect() protoreflect.Message
- func (x *AddOrUpdatePolicyResponse) Reset()
- func (x *AddOrUpdatePolicyResponse) SetSuccess(v *emptypb.Empty)
- func (x *AddOrUpdatePolicyResponse) String() string
- type AddOrUpdatePolicyResponse_builder
- type AddOrUpdateSchemaResponse
- type AddOrUpdateSchemaResponse_builder
- type CheckResourceBatchResponse
- func (x *CheckResourceBatchResponse) GetRequestId() string
- func (x *CheckResourceBatchResponse) GetResults() []*CheckResourceBatchResponse_ActionEffectMap
- func (*CheckResourceBatchResponse) ProtoMessage()
- func (x *CheckResourceBatchResponse) ProtoReflect() protoreflect.Message
- func (x *CheckResourceBatchResponse) Reset()
- func (x *CheckResourceBatchResponse) SetRequestId(v string)
- func (x *CheckResourceBatchResponse) SetResults(v []*CheckResourceBatchResponse_ActionEffectMap)
- func (x *CheckResourceBatchResponse) String() string
- type CheckResourceBatchResponse_ActionEffectMap
- func (x *CheckResourceBatchResponse_ActionEffectMap) GetActions() map[string]v14.Effect
- func (x *CheckResourceBatchResponse_ActionEffectMap) GetResourceId() string
- func (x *CheckResourceBatchResponse_ActionEffectMap) GetValidationErrors() []*v11.ValidationError
- func (*CheckResourceBatchResponse_ActionEffectMap) ProtoMessage()
- func (x *CheckResourceBatchResponse_ActionEffectMap) ProtoReflect() protoreflect.Message
- func (x *CheckResourceBatchResponse_ActionEffectMap) Reset()
- func (x *CheckResourceBatchResponse_ActionEffectMap) SetActions(v map[string]v14.Effect)
- func (x *CheckResourceBatchResponse_ActionEffectMap) SetResourceId(v string)
- func (x *CheckResourceBatchResponse_ActionEffectMap) SetValidationErrors(v []*v11.ValidationError)
- func (x *CheckResourceBatchResponse_ActionEffectMap) String() string
- type CheckResourceBatchResponse_ActionEffectMap_builder
- type CheckResourceBatchResponse_builder
- type CheckResourceSetResponse
- func (x *CheckResourceSetResponse) ClearMeta()
- func (x *CheckResourceSetResponse) GetMeta() *CheckResourceSetResponse_Meta
- func (x *CheckResourceSetResponse) GetRequestId() string
- func (x *CheckResourceSetResponse) GetResourceInstances() map[string]*CheckResourceSetResponse_ActionEffectMap
- func (x *CheckResourceSetResponse) HasMeta() bool
- func (*CheckResourceSetResponse) ProtoMessage()
- func (x *CheckResourceSetResponse) ProtoReflect() protoreflect.Message
- func (x *CheckResourceSetResponse) Reset()
- func (x *CheckResourceSetResponse) SetMeta(v *CheckResourceSetResponse_Meta)
- func (x *CheckResourceSetResponse) SetRequestId(v string)
- func (x *CheckResourceSetResponse) SetResourceInstances(v map[string]*CheckResourceSetResponse_ActionEffectMap)
- func (x *CheckResourceSetResponse) String() string
- type CheckResourceSetResponse_ActionEffectMap
- func (x *CheckResourceSetResponse_ActionEffectMap) GetActions() map[string]v14.Effect
- func (x *CheckResourceSetResponse_ActionEffectMap) GetValidationErrors() []*v11.ValidationError
- func (*CheckResourceSetResponse_ActionEffectMap) ProtoMessage()
- func (x *CheckResourceSetResponse_ActionEffectMap) ProtoReflect() protoreflect.Message
- func (x *CheckResourceSetResponse_ActionEffectMap) Reset()
- func (x *CheckResourceSetResponse_ActionEffectMap) SetActions(v map[string]v14.Effect)
- func (x *CheckResourceSetResponse_ActionEffectMap) SetValidationErrors(v []*v11.ValidationError)
- func (x *CheckResourceSetResponse_ActionEffectMap) String() string
- type CheckResourceSetResponse_ActionEffectMap_builder
- type CheckResourceSetResponse_Meta
- func (x *CheckResourceSetResponse_Meta) GetResourceInstances() map[string]*CheckResourceSetResponse_Meta_ActionMeta
- func (*CheckResourceSetResponse_Meta) ProtoMessage()
- func (x *CheckResourceSetResponse_Meta) ProtoReflect() protoreflect.Message
- func (x *CheckResourceSetResponse_Meta) Reset()
- func (x *CheckResourceSetResponse_Meta) SetResourceInstances(v map[string]*CheckResourceSetResponse_Meta_ActionMeta)
- func (x *CheckResourceSetResponse_Meta) String() string
- type CheckResourceSetResponse_Meta_ActionMeta
- func (x *CheckResourceSetResponse_Meta_ActionMeta) GetActions() map[string]*CheckResourceSetResponse_Meta_EffectMeta
- func (x *CheckResourceSetResponse_Meta_ActionMeta) GetEffectiveDerivedRoles() []string
- func (*CheckResourceSetResponse_Meta_ActionMeta) ProtoMessage()
- func (x *CheckResourceSetResponse_Meta_ActionMeta) ProtoReflect() protoreflect.Message
- func (x *CheckResourceSetResponse_Meta_ActionMeta) Reset()
- func (x *CheckResourceSetResponse_Meta_ActionMeta) SetActions(v map[string]*CheckResourceSetResponse_Meta_EffectMeta)
- func (x *CheckResourceSetResponse_Meta_ActionMeta) SetEffectiveDerivedRoles(v []string)
- func (x *CheckResourceSetResponse_Meta_ActionMeta) String() string
- type CheckResourceSetResponse_Meta_ActionMeta_builder
- type CheckResourceSetResponse_Meta_EffectMeta
- func (x *CheckResourceSetResponse_Meta_EffectMeta) GetMatchedPolicy() string
- func (x *CheckResourceSetResponse_Meta_EffectMeta) GetMatchedScope() string
- func (*CheckResourceSetResponse_Meta_EffectMeta) ProtoMessage()
- func (x *CheckResourceSetResponse_Meta_EffectMeta) ProtoReflect() protoreflect.Message
- func (x *CheckResourceSetResponse_Meta_EffectMeta) Reset()
- func (x *CheckResourceSetResponse_Meta_EffectMeta) SetMatchedPolicy(v string)
- func (x *CheckResourceSetResponse_Meta_EffectMeta) SetMatchedScope(v string)
- func (x *CheckResourceSetResponse_Meta_EffectMeta) String() string
- type CheckResourceSetResponse_Meta_EffectMeta_builder
- type CheckResourceSetResponse_Meta_builder
- type CheckResourceSetResponse_builder
- type CheckResourcesResponse
- func (x *CheckResourcesResponse) GetCerbosCallId() string
- func (x *CheckResourcesResponse) GetRequestId() string
- func (x *CheckResourcesResponse) GetResults() []*CheckResourcesResponse_ResultEntry
- func (*CheckResourcesResponse) ProtoMessage()
- func (x *CheckResourcesResponse) ProtoReflect() protoreflect.Message
- func (x *CheckResourcesResponse) Reset()
- func (x *CheckResourcesResponse) SetCerbosCallId(v string)
- func (x *CheckResourcesResponse) SetRequestId(v string)
- func (x *CheckResourcesResponse) SetResults(v []*CheckResourcesResponse_ResultEntry)
- func (x *CheckResourcesResponse) String() string
- type CheckResourcesResponse_ResultEntry
- func (x *CheckResourcesResponse_ResultEntry) ClearMeta()
- func (x *CheckResourcesResponse_ResultEntry) ClearResource()
- func (x *CheckResourcesResponse_ResultEntry) GetActions() map[string]v14.Effect
- func (x *CheckResourcesResponse_ResultEntry) GetMeta() *CheckResourcesResponse_ResultEntry_Meta
- func (x *CheckResourcesResponse_ResultEntry) GetOutputs() []*v1.OutputEntry
- func (x *CheckResourcesResponse_ResultEntry) GetResource() *CheckResourcesResponse_ResultEntry_Resource
- func (x *CheckResourcesResponse_ResultEntry) GetValidationErrors() []*v11.ValidationError
- func (x *CheckResourcesResponse_ResultEntry) HasMeta() bool
- func (x *CheckResourcesResponse_ResultEntry) HasResource() bool
- func (*CheckResourcesResponse_ResultEntry) ProtoMessage()
- func (x *CheckResourcesResponse_ResultEntry) ProtoReflect() protoreflect.Message
- func (x *CheckResourcesResponse_ResultEntry) Reset()
- func (x *CheckResourcesResponse_ResultEntry) SetActions(v map[string]v14.Effect)
- func (x *CheckResourcesResponse_ResultEntry) SetMeta(v *CheckResourcesResponse_ResultEntry_Meta)
- func (x *CheckResourcesResponse_ResultEntry) SetOutputs(v []*v1.OutputEntry)
- func (x *CheckResourcesResponse_ResultEntry) SetResource(v *CheckResourcesResponse_ResultEntry_Resource)
- func (x *CheckResourcesResponse_ResultEntry) SetValidationErrors(v []*v11.ValidationError)
- func (x *CheckResourcesResponse_ResultEntry) String() string
- type CheckResourcesResponse_ResultEntry_Meta
- func (x *CheckResourcesResponse_ResultEntry_Meta) GetActions() map[string]*CheckResourcesResponse_ResultEntry_Meta_EffectMeta
- func (x *CheckResourcesResponse_ResultEntry_Meta) GetEffectiveDerivedRoles() []string
- func (*CheckResourcesResponse_ResultEntry_Meta) ProtoMessage()
- func (x *CheckResourcesResponse_ResultEntry_Meta) ProtoReflect() protoreflect.Message
- func (x *CheckResourcesResponse_ResultEntry_Meta) Reset()
- func (x *CheckResourcesResponse_ResultEntry_Meta) SetActions(v map[string]*CheckResourcesResponse_ResultEntry_Meta_EffectMeta)
- func (x *CheckResourcesResponse_ResultEntry_Meta) SetEffectiveDerivedRoles(v []string)
- func (x *CheckResourcesResponse_ResultEntry_Meta) String() string
- type CheckResourcesResponse_ResultEntry_Meta_EffectMeta
- func (x *CheckResourcesResponse_ResultEntry_Meta_EffectMeta) GetMatchedPolicy() string
- func (x *CheckResourcesResponse_ResultEntry_Meta_EffectMeta) GetMatchedScope() string
- func (*CheckResourcesResponse_ResultEntry_Meta_EffectMeta) ProtoMessage()
- func (x *CheckResourcesResponse_ResultEntry_Meta_EffectMeta) ProtoReflect() protoreflect.Message
- func (x *CheckResourcesResponse_ResultEntry_Meta_EffectMeta) Reset()
- func (x *CheckResourcesResponse_ResultEntry_Meta_EffectMeta) SetMatchedPolicy(v string)
- func (x *CheckResourcesResponse_ResultEntry_Meta_EffectMeta) SetMatchedScope(v string)
- func (x *CheckResourcesResponse_ResultEntry_Meta_EffectMeta) String() string
- type CheckResourcesResponse_ResultEntry_Meta_EffectMeta_builder
- type CheckResourcesResponse_ResultEntry_Meta_builder
- type CheckResourcesResponse_ResultEntry_Resource
- func (x *CheckResourcesResponse_ResultEntry_Resource) GetId() string
- func (x *CheckResourcesResponse_ResultEntry_Resource) GetKind() string
- func (x *CheckResourcesResponse_ResultEntry_Resource) GetPolicyVersion() string
- func (x *CheckResourcesResponse_ResultEntry_Resource) GetScope() string
- func (*CheckResourcesResponse_ResultEntry_Resource) ProtoMessage()
- func (x *CheckResourcesResponse_ResultEntry_Resource) ProtoReflect() protoreflect.Message
- func (x *CheckResourcesResponse_ResultEntry_Resource) Reset()
- func (x *CheckResourcesResponse_ResultEntry_Resource) SetId(v string)
- func (x *CheckResourcesResponse_ResultEntry_Resource) SetKind(v string)
- func (x *CheckResourcesResponse_ResultEntry_Resource) SetPolicyVersion(v string)
- func (x *CheckResourcesResponse_ResultEntry_Resource) SetScope(v string)
- func (x *CheckResourcesResponse_ResultEntry_Resource) String() string
- type CheckResourcesResponse_ResultEntry_Resource_builder
- type CheckResourcesResponse_ResultEntry_builder
- type CheckResourcesResponse_builder
- type DeletePolicyErrorDetails
- func (x *DeletePolicyErrorDetails) GetErrors() map[string]*IntegrityErrors
- func (*DeletePolicyErrorDetails) ProtoMessage()
- func (x *DeletePolicyErrorDetails) ProtoReflect() protoreflect.Message
- func (x *DeletePolicyErrorDetails) Reset()
- func (x *DeletePolicyErrorDetails) SetErrors(v map[string]*IntegrityErrors)
- func (x *DeletePolicyErrorDetails) String() string
- type DeletePolicyErrorDetails_builder
- type DeletePolicyResponse
- func (x *DeletePolicyResponse) GetDeletedPolicies() uint32
- func (*DeletePolicyResponse) ProtoMessage()
- func (x *DeletePolicyResponse) ProtoReflect() protoreflect.Message
- func (x *DeletePolicyResponse) Reset()
- func (x *DeletePolicyResponse) SetDeletedPolicies(v uint32)
- func (x *DeletePolicyResponse) String() string
- type DeletePolicyResponse_builder
- type DeleteSchemaResponse
- func (x *DeleteSchemaResponse) GetDeletedSchemas() uint32
- func (*DeleteSchemaResponse) ProtoMessage()
- func (x *DeleteSchemaResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteSchemaResponse) Reset()
- func (x *DeleteSchemaResponse) SetDeletedSchemas(v uint32)
- func (x *DeleteSchemaResponse) String() string
- type DeleteSchemaResponse_builder
- type DisablePolicyErrorDetails
- func (x *DisablePolicyErrorDetails) GetErrors() map[string]*IntegrityErrors
- func (*DisablePolicyErrorDetails) ProtoMessage()
- func (x *DisablePolicyErrorDetails) ProtoReflect() protoreflect.Message
- func (x *DisablePolicyErrorDetails) Reset()
- func (x *DisablePolicyErrorDetails) SetErrors(v map[string]*IntegrityErrors)
- func (x *DisablePolicyErrorDetails) String() string
- type DisablePolicyErrorDetails_builder
- type DisablePolicyResponse
- func (x *DisablePolicyResponse) GetDisabledPolicies() uint32
- func (*DisablePolicyResponse) ProtoMessage()
- func (x *DisablePolicyResponse) ProtoReflect() protoreflect.Message
- func (x *DisablePolicyResponse) Reset()
- func (x *DisablePolicyResponse) SetDisabledPolicies(v uint32)
- func (x *DisablePolicyResponse) String() string
- type DisablePolicyResponse_builder
- type EnablePolicyResponse
- func (x *EnablePolicyResponse) GetEnabledPolicies() uint32
- func (*EnablePolicyResponse) ProtoMessage()
- func (x *EnablePolicyResponse) ProtoReflect() protoreflect.Message
- func (x *EnablePolicyResponse) Reset()
- func (x *EnablePolicyResponse) SetEnabledPolicies(v uint32)
- func (x *EnablePolicyResponse) String() string
- type EnablePolicyResponse_builder
- type GetPolicyResponse
- type GetPolicyResponse_builder
- type GetSchemaResponse
- type GetSchemaResponse_builder
- type InspectPoliciesResponse
- func (x *InspectPoliciesResponse) GetResults() map[string]*InspectPoliciesResponse_Result
- func (*InspectPoliciesResponse) ProtoMessage()
- func (x *InspectPoliciesResponse) ProtoReflect() protoreflect.Message
- func (x *InspectPoliciesResponse) Reset()
- func (x *InspectPoliciesResponse) SetResults(v map[string]*InspectPoliciesResponse_Result)
- func (x *InspectPoliciesResponse) String() string
- type InspectPoliciesResponse_Attribute
- func (x *InspectPoliciesResponse_Attribute) GetKind() InspectPoliciesResponse_Attribute_Kind
- func (x *InspectPoliciesResponse_Attribute) GetName() string
- func (*InspectPoliciesResponse_Attribute) ProtoMessage()
- func (x *InspectPoliciesResponse_Attribute) ProtoReflect() protoreflect.Message
- func (x *InspectPoliciesResponse_Attribute) Reset()
- func (x *InspectPoliciesResponse_Attribute) SetKind(v InspectPoliciesResponse_Attribute_Kind)
- func (x *InspectPoliciesResponse_Attribute) SetName(v string)
- func (x *InspectPoliciesResponse_Attribute) String() string
- type InspectPoliciesResponse_Attribute_Kind
- func (InspectPoliciesResponse_Attribute_Kind) Descriptor() protoreflect.EnumDescriptor
- func (x InspectPoliciesResponse_Attribute_Kind) Enum() *InspectPoliciesResponse_Attribute_Kind
- func (x InspectPoliciesResponse_Attribute_Kind) Number() protoreflect.EnumNumber
- func (x InspectPoliciesResponse_Attribute_Kind) String() string
- func (InspectPoliciesResponse_Attribute_Kind) Type() protoreflect.EnumType
- type InspectPoliciesResponse_Attribute_builder
- type InspectPoliciesResponse_Constant
- func (x *InspectPoliciesResponse_Constant) ClearValue()
- func (x *InspectPoliciesResponse_Constant) GetKind() InspectPoliciesResponse_Constant_Kind
- func (x *InspectPoliciesResponse_Constant) GetName() string
- func (x *InspectPoliciesResponse_Constant) GetSource() string
- func (x *InspectPoliciesResponse_Constant) GetUsed() bool
- func (x *InspectPoliciesResponse_Constant) GetValue() *structpb.Value
- func (x *InspectPoliciesResponse_Constant) HasValue() bool
- func (*InspectPoliciesResponse_Constant) ProtoMessage()
- func (x *InspectPoliciesResponse_Constant) ProtoReflect() protoreflect.Message
- func (x *InspectPoliciesResponse_Constant) Reset()
- func (x *InspectPoliciesResponse_Constant) SetKind(v InspectPoliciesResponse_Constant_Kind)
- func (x *InspectPoliciesResponse_Constant) SetName(v string)
- func (x *InspectPoliciesResponse_Constant) SetSource(v string)
- func (x *InspectPoliciesResponse_Constant) SetUsed(v bool)
- func (x *InspectPoliciesResponse_Constant) SetValue(v *structpb.Value)
- func (x *InspectPoliciesResponse_Constant) String() string
- type InspectPoliciesResponse_Constant_Kind
- func (InspectPoliciesResponse_Constant_Kind) Descriptor() protoreflect.EnumDescriptor
- func (x InspectPoliciesResponse_Constant_Kind) Enum() *InspectPoliciesResponse_Constant_Kind
- func (x InspectPoliciesResponse_Constant_Kind) Number() protoreflect.EnumNumber
- func (x InspectPoliciesResponse_Constant_Kind) String() string
- func (InspectPoliciesResponse_Constant_Kind) Type() protoreflect.EnumType
- type InspectPoliciesResponse_Constant_builder
- type InspectPoliciesResponse_DerivedRole
- func (x *InspectPoliciesResponse_DerivedRole) GetKind() InspectPoliciesResponse_DerivedRole_Kind
- func (x *InspectPoliciesResponse_DerivedRole) GetName() string
- func (x *InspectPoliciesResponse_DerivedRole) GetSource() string
- func (*InspectPoliciesResponse_DerivedRole) ProtoMessage()
- func (x *InspectPoliciesResponse_DerivedRole) ProtoReflect() protoreflect.Message
- func (x *InspectPoliciesResponse_DerivedRole) Reset()
- func (x *InspectPoliciesResponse_DerivedRole) SetKind(v InspectPoliciesResponse_DerivedRole_Kind)
- func (x *InspectPoliciesResponse_DerivedRole) SetName(v string)
- func (x *InspectPoliciesResponse_DerivedRole) SetSource(v string)
- func (x *InspectPoliciesResponse_DerivedRole) String() string
- type InspectPoliciesResponse_DerivedRole_Kind
- func (InspectPoliciesResponse_DerivedRole_Kind) Descriptor() protoreflect.EnumDescriptor
- func (x InspectPoliciesResponse_DerivedRole_Kind) Enum() *InspectPoliciesResponse_DerivedRole_Kind
- func (x InspectPoliciesResponse_DerivedRole_Kind) Number() protoreflect.EnumNumber
- func (x InspectPoliciesResponse_DerivedRole_Kind) String() string
- func (InspectPoliciesResponse_DerivedRole_Kind) Type() protoreflect.EnumType
- type InspectPoliciesResponse_DerivedRole_builder
- type InspectPoliciesResponse_Result
- func (x *InspectPoliciesResponse_Result) GetActions() []string
- func (x *InspectPoliciesResponse_Result) GetAttributes() []*InspectPoliciesResponse_Attribute
- func (x *InspectPoliciesResponse_Result) GetConstants() []*InspectPoliciesResponse_Constant
- func (x *InspectPoliciesResponse_Result) GetDerivedRoles() []*InspectPoliciesResponse_DerivedRole
- func (x *InspectPoliciesResponse_Result) GetPolicyId() string
- func (x *InspectPoliciesResponse_Result) GetVariables() []*InspectPoliciesResponse_Variable
- func (*InspectPoliciesResponse_Result) ProtoMessage()
- func (x *InspectPoliciesResponse_Result) ProtoReflect() protoreflect.Message
- func (x *InspectPoliciesResponse_Result) Reset()
- func (x *InspectPoliciesResponse_Result) SetActions(v []string)
- func (x *InspectPoliciesResponse_Result) SetAttributes(v []*InspectPoliciesResponse_Attribute)
- func (x *InspectPoliciesResponse_Result) SetConstants(v []*InspectPoliciesResponse_Constant)
- func (x *InspectPoliciesResponse_Result) SetDerivedRoles(v []*InspectPoliciesResponse_DerivedRole)
- func (x *InspectPoliciesResponse_Result) SetPolicyId(v string)
- func (x *InspectPoliciesResponse_Result) SetVariables(v []*InspectPoliciesResponse_Variable)
- func (x *InspectPoliciesResponse_Result) String() string
- type InspectPoliciesResponse_Result_builder
- type InspectPoliciesResponse_Variable
- func (x *InspectPoliciesResponse_Variable) GetKind() InspectPoliciesResponse_Variable_Kind
- func (x *InspectPoliciesResponse_Variable) GetName() string
- func (x *InspectPoliciesResponse_Variable) GetSource() string
- func (x *InspectPoliciesResponse_Variable) GetUsed() bool
- func (x *InspectPoliciesResponse_Variable) GetValue() string
- func (*InspectPoliciesResponse_Variable) ProtoMessage()
- func (x *InspectPoliciesResponse_Variable) ProtoReflect() protoreflect.Message
- func (x *InspectPoliciesResponse_Variable) Reset()
- func (x *InspectPoliciesResponse_Variable) SetKind(v InspectPoliciesResponse_Variable_Kind)
- func (x *InspectPoliciesResponse_Variable) SetName(v string)
- func (x *InspectPoliciesResponse_Variable) SetSource(v string)
- func (x *InspectPoliciesResponse_Variable) SetUsed(v bool)
- func (x *InspectPoliciesResponse_Variable) SetValue(v string)
- func (x *InspectPoliciesResponse_Variable) String() string
- type InspectPoliciesResponse_Variable_Kind
- func (InspectPoliciesResponse_Variable_Kind) Descriptor() protoreflect.EnumDescriptor
- func (x InspectPoliciesResponse_Variable_Kind) Enum() *InspectPoliciesResponse_Variable_Kind
- func (x InspectPoliciesResponse_Variable_Kind) Number() protoreflect.EnumNumber
- func (x InspectPoliciesResponse_Variable_Kind) String() string
- func (InspectPoliciesResponse_Variable_Kind) Type() protoreflect.EnumType
- type InspectPoliciesResponse_Variable_builder
- type InspectPoliciesResponse_builder
- type IntegrityErrors
- func (x *IntegrityErrors) ClearBreaksScopeChain()
- func (x *IntegrityErrors) ClearRequiredByOtherPolicies()
- func (x *IntegrityErrors) GetBreaksScopeChain() *IntegrityErrors_BreaksScopeChain
- func (x *IntegrityErrors) GetRequiredByOtherPolicies() *IntegrityErrors_RequiredByOtherPolicies
- func (x *IntegrityErrors) HasBreaksScopeChain() bool
- func (x *IntegrityErrors) HasRequiredByOtherPolicies() bool
- func (*IntegrityErrors) ProtoMessage()
- func (x *IntegrityErrors) ProtoReflect() protoreflect.Message
- func (x *IntegrityErrors) Reset()
- func (x *IntegrityErrors) SetBreaksScopeChain(v *IntegrityErrors_BreaksScopeChain)
- func (x *IntegrityErrors) SetRequiredByOtherPolicies(v *IntegrityErrors_RequiredByOtherPolicies)
- func (x *IntegrityErrors) String() string
- type IntegrityErrors_BreaksScopeChain
- func (x *IntegrityErrors_BreaksScopeChain) GetDescendants() []string
- func (*IntegrityErrors_BreaksScopeChain) ProtoMessage()
- func (x *IntegrityErrors_BreaksScopeChain) ProtoReflect() protoreflect.Message
- func (x *IntegrityErrors_BreaksScopeChain) Reset()
- func (x *IntegrityErrors_BreaksScopeChain) SetDescendants(v []string)
- func (x *IntegrityErrors_BreaksScopeChain) String() string
- type IntegrityErrors_BreaksScopeChain_builder
- type IntegrityErrors_RequiredByOtherPolicies
- func (x *IntegrityErrors_RequiredByOtherPolicies) GetDependents() []string
- func (*IntegrityErrors_RequiredByOtherPolicies) ProtoMessage()
- func (x *IntegrityErrors_RequiredByOtherPolicies) ProtoReflect() protoreflect.Message
- func (x *IntegrityErrors_RequiredByOtherPolicies) Reset()
- func (x *IntegrityErrors_RequiredByOtherPolicies) SetDependents(v []string)
- func (x *IntegrityErrors_RequiredByOtherPolicies) String() string
- type IntegrityErrors_RequiredByOtherPolicies_builder
- type IntegrityErrors_builder
- type ListAuditLogEntriesResponse
- func (x *ListAuditLogEntriesResponse) ClearAccessLogEntry()
- func (x *ListAuditLogEntriesResponse) ClearDecisionLogEntry()
- func (x *ListAuditLogEntriesResponse) ClearEntry()
- func (x *ListAuditLogEntriesResponse) GetAccessLogEntry() *v12.AccessLogEntry
- func (x *ListAuditLogEntriesResponse) GetDecisionLogEntry() *v12.DecisionLogEntry
- func (x *ListAuditLogEntriesResponse) GetEntry() isListAuditLogEntriesResponse_Entry
- func (x *ListAuditLogEntriesResponse) HasAccessLogEntry() bool
- func (x *ListAuditLogEntriesResponse) HasDecisionLogEntry() bool
- func (x *ListAuditLogEntriesResponse) HasEntry() bool
- func (*ListAuditLogEntriesResponse) ProtoMessage()
- func (x *ListAuditLogEntriesResponse) ProtoReflect() protoreflect.Message
- func (x *ListAuditLogEntriesResponse) Reset()
- func (x *ListAuditLogEntriesResponse) SetAccessLogEntry(v *v12.AccessLogEntry)
- func (x *ListAuditLogEntriesResponse) SetDecisionLogEntry(v *v12.DecisionLogEntry)
- func (x *ListAuditLogEntriesResponse) String() string
- func (x *ListAuditLogEntriesResponse) WhichEntry() case_ListAuditLogEntriesResponse_Entry
- type ListAuditLogEntriesResponse_AccessLogEntry
- type ListAuditLogEntriesResponse_DecisionLogEntry
- type ListAuditLogEntriesResponse_builder
- type ListPoliciesResponse
- func (x *ListPoliciesResponse) GetPolicyIds() []string
- func (*ListPoliciesResponse) ProtoMessage()
- func (x *ListPoliciesResponse) ProtoReflect() protoreflect.Message
- func (x *ListPoliciesResponse) Reset()
- func (x *ListPoliciesResponse) SetPolicyIds(v []string)
- func (x *ListPoliciesResponse) String() string
- type ListPoliciesResponse_builder
- type ListSchemasResponse
- func (x *ListSchemasResponse) GetSchemaIds() []string
- func (*ListSchemasResponse) ProtoMessage()
- func (x *ListSchemasResponse) ProtoReflect() protoreflect.Message
- func (x *ListSchemasResponse) Reset()
- func (x *ListSchemasResponse) SetSchemaIds(v []string)
- func (x *ListSchemasResponse) String() string
- type ListSchemasResponse_builder
- type PlanResourcesResponse
- func (x *PlanResourcesResponse) ClearFilter()
- func (x *PlanResourcesResponse) ClearMeta()
- func (x *PlanResourcesResponse) GetAction() stringdeprecated
- func (x *PlanResourcesResponse) GetActions() []string
- func (x *PlanResourcesResponse) GetCerbosCallId() string
- func (x *PlanResourcesResponse) GetFilter() *v1.PlanResourcesFilter
- func (x *PlanResourcesResponse) GetMeta() *PlanResourcesResponse_Meta
- func (x *PlanResourcesResponse) GetPolicyVersion() string
- func (x *PlanResourcesResponse) GetRequestId() string
- func (x *PlanResourcesResponse) GetResourceKind() string
- func (x *PlanResourcesResponse) GetValidationErrors() []*v11.ValidationError
- func (x *PlanResourcesResponse) HasFilter() bool
- func (x *PlanResourcesResponse) HasMeta() bool
- func (*PlanResourcesResponse) ProtoMessage()
- func (x *PlanResourcesResponse) ProtoReflect() protoreflect.Message
- func (x *PlanResourcesResponse) Reset()
- func (x *PlanResourcesResponse) SetAction(v string)deprecated
- func (x *PlanResourcesResponse) SetActions(v []string)
- func (x *PlanResourcesResponse) SetCerbosCallId(v string)
- func (x *PlanResourcesResponse) SetFilter(v *v1.PlanResourcesFilter)
- func (x *PlanResourcesResponse) SetMeta(v *PlanResourcesResponse_Meta)
- func (x *PlanResourcesResponse) SetPolicyVersion(v string)
- func (x *PlanResourcesResponse) SetRequestId(v string)
- func (x *PlanResourcesResponse) SetResourceKind(v string)
- func (x *PlanResourcesResponse) SetValidationErrors(v []*v11.ValidationError)
- func (x *PlanResourcesResponse) String() string
- type PlanResourcesResponse_Meta
- func (x *PlanResourcesResponse_Meta) GetFilterDebug() string
- func (x *PlanResourcesResponse_Meta) GetMatchedScope() stringdeprecated
- func (x *PlanResourcesResponse_Meta) GetMatchedScopes() map[string]string
- func (*PlanResourcesResponse_Meta) ProtoMessage()
- func (x *PlanResourcesResponse_Meta) ProtoReflect() protoreflect.Message
- func (x *PlanResourcesResponse_Meta) Reset()
- func (x *PlanResourcesResponse_Meta) SetFilterDebug(v string)
- func (x *PlanResourcesResponse_Meta) SetMatchedScope(v string)deprecated
- func (x *PlanResourcesResponse_Meta) SetMatchedScopes(v map[string]string)
- func (x *PlanResourcesResponse_Meta) String() string
- type PlanResourcesResponse_Meta_builder
- type PlanResourcesResponse_builder
- type PlaygroundEvaluateResponse
- func (x *PlaygroundEvaluateResponse) ClearFailure()
- func (x *PlaygroundEvaluateResponse) ClearOutcome()
- func (x *PlaygroundEvaluateResponse) ClearSuccess()
- func (x *PlaygroundEvaluateResponse) GetFailure() *PlaygroundFailure
- func (x *PlaygroundEvaluateResponse) GetOutcome() isPlaygroundEvaluateResponse_Outcome
- func (x *PlaygroundEvaluateResponse) GetPlaygroundId() string
- func (x *PlaygroundEvaluateResponse) GetSuccess() *PlaygroundEvaluateResponse_EvalResultList
- func (x *PlaygroundEvaluateResponse) HasFailure() bool
- func (x *PlaygroundEvaluateResponse) HasOutcome() bool
- func (x *PlaygroundEvaluateResponse) HasSuccess() bool
- func (*PlaygroundEvaluateResponse) ProtoMessage()
- func (x *PlaygroundEvaluateResponse) ProtoReflect() protoreflect.Message
- func (x *PlaygroundEvaluateResponse) Reset()
- func (x *PlaygroundEvaluateResponse) SetFailure(v *PlaygroundFailure)
- func (x *PlaygroundEvaluateResponse) SetPlaygroundId(v string)
- func (x *PlaygroundEvaluateResponse) SetSuccess(v *PlaygroundEvaluateResponse_EvalResultList)
- func (x *PlaygroundEvaluateResponse) String() string
- func (x *PlaygroundEvaluateResponse) WhichOutcome() case_PlaygroundEvaluateResponse_Outcome
- type PlaygroundEvaluateResponse_EvalResult
- func (x *PlaygroundEvaluateResponse_EvalResult) GetAction() string
- func (x *PlaygroundEvaluateResponse_EvalResult) GetEffect() v14.Effect
- func (x *PlaygroundEvaluateResponse_EvalResult) GetEffectiveDerivedRoles() []stringdeprecated
- func (x *PlaygroundEvaluateResponse_EvalResult) GetPolicy() string
- func (x *PlaygroundEvaluateResponse_EvalResult) GetValidationErrors() []*v11.ValidationErrordeprecated
- func (*PlaygroundEvaluateResponse_EvalResult) ProtoMessage()
- func (x *PlaygroundEvaluateResponse_EvalResult) ProtoReflect() protoreflect.Message
- func (x *PlaygroundEvaluateResponse_EvalResult) Reset()
- func (x *PlaygroundEvaluateResponse_EvalResult) SetAction(v string)
- func (x *PlaygroundEvaluateResponse_EvalResult) SetEffect(v v14.Effect)
- func (x *PlaygroundEvaluateResponse_EvalResult) SetEffectiveDerivedRoles(v []string)deprecated
- func (x *PlaygroundEvaluateResponse_EvalResult) SetPolicy(v string)
- func (x *PlaygroundEvaluateResponse_EvalResult) SetValidationErrors(v []*v11.ValidationError)deprecated
- func (x *PlaygroundEvaluateResponse_EvalResult) String() string
- type PlaygroundEvaluateResponse_EvalResultList
- func (x *PlaygroundEvaluateResponse_EvalResultList) GetEffectiveDerivedRoles() []string
- func (x *PlaygroundEvaluateResponse_EvalResultList) GetOutputs() []*v1.OutputEntry
- func (x *PlaygroundEvaluateResponse_EvalResultList) GetResults() []*PlaygroundEvaluateResponse_EvalResult
- func (x *PlaygroundEvaluateResponse_EvalResultList) GetValidationErrors() []*v11.ValidationError
- func (*PlaygroundEvaluateResponse_EvalResultList) ProtoMessage()
- func (x *PlaygroundEvaluateResponse_EvalResultList) ProtoReflect() protoreflect.Message
- func (x *PlaygroundEvaluateResponse_EvalResultList) Reset()
- func (x *PlaygroundEvaluateResponse_EvalResultList) SetEffectiveDerivedRoles(v []string)
- func (x *PlaygroundEvaluateResponse_EvalResultList) SetOutputs(v []*v1.OutputEntry)
- func (x *PlaygroundEvaluateResponse_EvalResultList) SetResults(v []*PlaygroundEvaluateResponse_EvalResult)
- func (x *PlaygroundEvaluateResponse_EvalResultList) SetValidationErrors(v []*v11.ValidationError)
- func (x *PlaygroundEvaluateResponse_EvalResultList) String() string
- type PlaygroundEvaluateResponse_EvalResultList_builder
- type PlaygroundEvaluateResponse_EvalResult_builder
- type PlaygroundEvaluateResponse_Failure
- type PlaygroundEvaluateResponse_Success
- type PlaygroundEvaluateResponse_builder
- type PlaygroundFailure
- func (x *PlaygroundFailure) GetErrors() []*PlaygroundFailure_Error
- func (*PlaygroundFailure) ProtoMessage()
- func (x *PlaygroundFailure) ProtoReflect() protoreflect.Message
- func (x *PlaygroundFailure) Reset()
- func (x *PlaygroundFailure) SetErrors(v []*PlaygroundFailure_Error)
- func (x *PlaygroundFailure) String() string
- type PlaygroundFailure_Error
- func (x *PlaygroundFailure_Error) ClearDetails()
- func (x *PlaygroundFailure_Error) GetDetails() *PlaygroundFailure_ErrorDetails
- func (x *PlaygroundFailure_Error) GetError() string
- func (x *PlaygroundFailure_Error) GetFile() string
- func (x *PlaygroundFailure_Error) HasDetails() bool
- func (*PlaygroundFailure_Error) ProtoMessage()
- func (x *PlaygroundFailure_Error) ProtoReflect() protoreflect.Message
- func (x *PlaygroundFailure_Error) Reset()
- func (x *PlaygroundFailure_Error) SetDetails(v *PlaygroundFailure_ErrorDetails)
- func (x *PlaygroundFailure_Error) SetError(v string)
- func (x *PlaygroundFailure_Error) SetFile(v string)
- func (x *PlaygroundFailure_Error) String() string
- type PlaygroundFailure_ErrorDetails
- func (x *PlaygroundFailure_ErrorDetails) GetColumn() uint32
- func (x *PlaygroundFailure_ErrorDetails) GetContext() string
- func (x *PlaygroundFailure_ErrorDetails) GetLine() uint32
- func (*PlaygroundFailure_ErrorDetails) ProtoMessage()
- func (x *PlaygroundFailure_ErrorDetails) ProtoReflect() protoreflect.Message
- func (x *PlaygroundFailure_ErrorDetails) Reset()
- func (x *PlaygroundFailure_ErrorDetails) SetColumn(v uint32)
- func (x *PlaygroundFailure_ErrorDetails) SetContext(v string)
- func (x *PlaygroundFailure_ErrorDetails) SetLine(v uint32)
- func (x *PlaygroundFailure_ErrorDetails) String() string
- type PlaygroundFailure_ErrorDetails_builder
- type PlaygroundFailure_Error_builder
- type PlaygroundFailure_builder
- type PlaygroundProxyResponse
- func (x *PlaygroundProxyResponse) ClearCheckResourceBatch()
- func (x *PlaygroundProxyResponse) ClearCheckResourceSet()
- func (x *PlaygroundProxyResponse) ClearCheckResources()
- func (x *PlaygroundProxyResponse) ClearFailure()
- func (x *PlaygroundProxyResponse) ClearOutcome()
- func (x *PlaygroundProxyResponse) ClearPlanResources()
- func (x *PlaygroundProxyResponse) GetCheckResourceBatch() *CheckResourceBatchResponse
- func (x *PlaygroundProxyResponse) GetCheckResourceSet() *CheckResourceSetResponse
- func (x *PlaygroundProxyResponse) GetCheckResources() *CheckResourcesResponse
- func (x *PlaygroundProxyResponse) GetFailure() *PlaygroundFailure
- func (x *PlaygroundProxyResponse) GetOutcome() isPlaygroundProxyResponse_Outcome
- func (x *PlaygroundProxyResponse) GetPlanResources() *PlanResourcesResponse
- func (x *PlaygroundProxyResponse) GetPlaygroundId() string
- func (x *PlaygroundProxyResponse) HasCheckResourceBatch() bool
- func (x *PlaygroundProxyResponse) HasCheckResourceSet() bool
- func (x *PlaygroundProxyResponse) HasCheckResources() bool
- func (x *PlaygroundProxyResponse) HasFailure() bool
- func (x *PlaygroundProxyResponse) HasOutcome() bool
- func (x *PlaygroundProxyResponse) HasPlanResources() bool
- func (*PlaygroundProxyResponse) ProtoMessage()
- func (x *PlaygroundProxyResponse) ProtoReflect() protoreflect.Message
- func (x *PlaygroundProxyResponse) Reset()
- func (x *PlaygroundProxyResponse) SetCheckResourceBatch(v *CheckResourceBatchResponse)
- func (x *PlaygroundProxyResponse) SetCheckResourceSet(v *CheckResourceSetResponse)
- func (x *PlaygroundProxyResponse) SetCheckResources(v *CheckResourcesResponse)
- func (x *PlaygroundProxyResponse) SetFailure(v *PlaygroundFailure)
- func (x *PlaygroundProxyResponse) SetPlanResources(v *PlanResourcesResponse)
- func (x *PlaygroundProxyResponse) SetPlaygroundId(v string)
- func (x *PlaygroundProxyResponse) String() string
- func (x *PlaygroundProxyResponse) WhichOutcome() case_PlaygroundProxyResponse_Outcome
- type PlaygroundProxyResponse_CheckResourceBatch
- type PlaygroundProxyResponse_CheckResourceSet
- type PlaygroundProxyResponse_CheckResources
- type PlaygroundProxyResponse_Failure
- type PlaygroundProxyResponse_PlanResources
- type PlaygroundProxyResponse_builder
- type PlaygroundTestResponse
- func (x *PlaygroundTestResponse) ClearFailure()
- func (x *PlaygroundTestResponse) ClearOutcome()
- func (x *PlaygroundTestResponse) ClearSuccess()
- func (x *PlaygroundTestResponse) GetFailure() *PlaygroundFailure
- func (x *PlaygroundTestResponse) GetOutcome() isPlaygroundTestResponse_Outcome
- func (x *PlaygroundTestResponse) GetPlaygroundId() string
- func (x *PlaygroundTestResponse) GetSuccess() *PlaygroundTestResponse_TestResults
- func (x *PlaygroundTestResponse) HasFailure() bool
- func (x *PlaygroundTestResponse) HasOutcome() bool
- func (x *PlaygroundTestResponse) HasSuccess() bool
- func (*PlaygroundTestResponse) ProtoMessage()
- func (x *PlaygroundTestResponse) ProtoReflect() protoreflect.Message
- func (x *PlaygroundTestResponse) Reset()
- func (x *PlaygroundTestResponse) SetFailure(v *PlaygroundFailure)
- func (x *PlaygroundTestResponse) SetPlaygroundId(v string)
- func (x *PlaygroundTestResponse) SetSuccess(v *PlaygroundTestResponse_TestResults)
- func (x *PlaygroundTestResponse) String() string
- func (x *PlaygroundTestResponse) WhichOutcome() case_PlaygroundTestResponse_Outcome
- type PlaygroundTestResponse_Failure
- type PlaygroundTestResponse_Success
- type PlaygroundTestResponse_TestResults
- func (x *PlaygroundTestResponse_TestResults) ClearResults()
- func (x *PlaygroundTestResponse_TestResults) GetResults() *v13.TestResults
- func (x *PlaygroundTestResponse_TestResults) HasResults() bool
- func (*PlaygroundTestResponse_TestResults) ProtoMessage()
- func (x *PlaygroundTestResponse_TestResults) ProtoReflect() protoreflect.Message
- func (x *PlaygroundTestResponse_TestResults) Reset()
- func (x *PlaygroundTestResponse_TestResults) SetResults(v *v13.TestResults)
- func (x *PlaygroundTestResponse_TestResults) String() string
- type PlaygroundTestResponse_TestResults_builder
- type PlaygroundTestResponse_builder
- type PlaygroundValidateResponse
- func (x *PlaygroundValidateResponse) ClearFailure()
- func (x *PlaygroundValidateResponse) ClearOutcome()
- func (x *PlaygroundValidateResponse) ClearSuccess()
- func (x *PlaygroundValidateResponse) GetFailure() *PlaygroundFailure
- func (x *PlaygroundValidateResponse) GetOutcome() isPlaygroundValidateResponse_Outcome
- func (x *PlaygroundValidateResponse) GetPlaygroundId() string
- func (x *PlaygroundValidateResponse) GetSuccess() *emptypb.Empty
- func (x *PlaygroundValidateResponse) HasFailure() bool
- func (x *PlaygroundValidateResponse) HasOutcome() bool
- func (x *PlaygroundValidateResponse) HasSuccess() bool
- func (*PlaygroundValidateResponse) ProtoMessage()
- func (x *PlaygroundValidateResponse) ProtoReflect() protoreflect.Message
- func (x *PlaygroundValidateResponse) Reset()
- func (x *PlaygroundValidateResponse) SetFailure(v *PlaygroundFailure)
- func (x *PlaygroundValidateResponse) SetPlaygroundId(v string)
- func (x *PlaygroundValidateResponse) SetSuccess(v *emptypb.Empty)
- func (x *PlaygroundValidateResponse) String() string
- func (x *PlaygroundValidateResponse) WhichOutcome() case_PlaygroundValidateResponse_Outcome
- type PlaygroundValidateResponse_Failure
- type PlaygroundValidateResponse_Success
- type PlaygroundValidateResponse_builder
- type PurgeStoreRevisionsResponse
- func (x *PurgeStoreRevisionsResponse) GetAffectedRows() uint32
- func (*PurgeStoreRevisionsResponse) ProtoMessage()
- func (x *PurgeStoreRevisionsResponse) ProtoReflect() protoreflect.Message
- func (x *PurgeStoreRevisionsResponse) Reset()
- func (x *PurgeStoreRevisionsResponse) SetAffectedRows(v uint32)
- func (x *PurgeStoreRevisionsResponse) String() string
- type PurgeStoreRevisionsResponse_builder
- type ReloadStoreResponse
- type ReloadStoreResponse_builder
- type ServerInfoResponse
- func (x *ServerInfoResponse) GetBuildDate() string
- func (x *ServerInfoResponse) GetCommit() string
- func (x *ServerInfoResponse) GetVersion() string
- func (*ServerInfoResponse) ProtoMessage()
- func (x *ServerInfoResponse) ProtoReflect() protoreflect.Message
- func (x *ServerInfoResponse) Reset()
- func (x *ServerInfoResponse) SetBuildDate(v string)
- func (x *ServerInfoResponse) SetCommit(v string)
- func (x *ServerInfoResponse) SetVersion(v string)
- func (x *ServerInfoResponse) String() string
- type ServerInfoResponse_builder
Constants ¶
const ListAuditLogEntriesResponse_AccessLogEntry_case case_ListAuditLogEntriesResponse_Entry = 1
const ListAuditLogEntriesResponse_DecisionLogEntry_case case_ListAuditLogEntriesResponse_Entry = 2
const ListAuditLogEntriesResponse_Entry_not_set_case case_ListAuditLogEntriesResponse_Entry = 0
const PlaygroundEvaluateResponse_Failure_case case_PlaygroundEvaluateResponse_Outcome = 2
const PlaygroundEvaluateResponse_Outcome_not_set_case case_PlaygroundEvaluateResponse_Outcome = 0
const PlaygroundEvaluateResponse_Success_case case_PlaygroundEvaluateResponse_Outcome = 3
const PlaygroundProxyResponse_CheckResourceBatch_case case_PlaygroundProxyResponse_Outcome = 4
const PlaygroundProxyResponse_CheckResourceSet_case case_PlaygroundProxyResponse_Outcome = 3
const PlaygroundProxyResponse_CheckResources_case case_PlaygroundProxyResponse_Outcome = 6
const PlaygroundProxyResponse_Failure_case case_PlaygroundProxyResponse_Outcome = 2
const PlaygroundProxyResponse_Outcome_not_set_case case_PlaygroundProxyResponse_Outcome = 0
const PlaygroundProxyResponse_PlanResources_case case_PlaygroundProxyResponse_Outcome = 5
const PlaygroundTestResponse_Failure_case case_PlaygroundTestResponse_Outcome = 2
const PlaygroundTestResponse_Outcome_not_set_case case_PlaygroundTestResponse_Outcome = 0
const PlaygroundTestResponse_Success_case case_PlaygroundTestResponse_Outcome = 3
const PlaygroundValidateResponse_Failure_case case_PlaygroundValidateResponse_Outcome = 2
const PlaygroundValidateResponse_Outcome_not_set_case case_PlaygroundValidateResponse_Outcome = 0
const PlaygroundValidateResponse_Success_case case_PlaygroundValidateResponse_Outcome = 3
Variables ¶
var ( InspectPoliciesResponse_Attribute_Kind_name = map[int32]string{ 0: "KIND_UNSPECIFIED", 1: "KIND_PRINCIPAL_ATTRIBUTE", 2: "KIND_RESOURCE_ATTRIBUTE", } InspectPoliciesResponse_Attribute_Kind_value = map[string]int32{ "KIND_UNSPECIFIED": 0, "KIND_PRINCIPAL_ATTRIBUTE": 1, "KIND_RESOURCE_ATTRIBUTE": 2, } )
Enum value maps for InspectPoliciesResponse_Attribute_Kind.
var ( InspectPoliciesResponse_DerivedRole_Kind_name = map[int32]string{ 0: "KIND_UNSPECIFIED", 1: "KIND_UNDEFINED", 2: "KIND_EXPORTED", 3: "KIND_IMPORTED", } InspectPoliciesResponse_DerivedRole_Kind_value = map[string]int32{ "KIND_UNSPECIFIED": 0, "KIND_UNDEFINED": 1, "KIND_EXPORTED": 2, "KIND_IMPORTED": 3, } )
Enum value maps for InspectPoliciesResponse_DerivedRole_Kind.
var ( InspectPoliciesResponse_Constant_Kind_name = map[int32]string{ 0: "KIND_UNSPECIFIED", 1: "KIND_EXPORTED", 2: "KIND_IMPORTED", 3: "KIND_LOCAL", 4: "KIND_UNDEFINED", 5: "KIND_UNKNOWN", } InspectPoliciesResponse_Constant_Kind_value = map[string]int32{ "KIND_UNSPECIFIED": 0, "KIND_EXPORTED": 1, "KIND_IMPORTED": 2, "KIND_LOCAL": 3, "KIND_UNDEFINED": 4, "KIND_UNKNOWN": 5, } )
Enum value maps for InspectPoliciesResponse_Constant_Kind.
var ( InspectPoliciesResponse_Variable_Kind_name = map[int32]string{ 0: "KIND_UNSPECIFIED", 1: "KIND_EXPORTED", 2: "KIND_IMPORTED", 3: "KIND_LOCAL", 4: "KIND_UNDEFINED", 5: "KIND_UNKNOWN", } InspectPoliciesResponse_Variable_Kind_value = map[string]int32{ "KIND_UNSPECIFIED": 0, "KIND_EXPORTED": 1, "KIND_IMPORTED": 2, "KIND_LOCAL": 3, "KIND_UNDEFINED": 4, "KIND_UNKNOWN": 5, } )
Enum value maps for InspectPoliciesResponse_Variable_Kind.
var File_cerbos_response_v1_response_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AddOrUpdatePolicyResponse ¶
type AddOrUpdatePolicyResponse struct {
Success *emptypb.Empty `protobuf:"bytes,1,opt,name=success,proto3" json:"success,omitempty"`
// contains filtered or unexported fields
}
func (*AddOrUpdatePolicyResponse) ClearSuccess ¶
func (x *AddOrUpdatePolicyResponse) ClearSuccess()
func (*AddOrUpdatePolicyResponse) GetSuccess ¶
func (x *AddOrUpdatePolicyResponse) GetSuccess() *emptypb.Empty
func (*AddOrUpdatePolicyResponse) HasSuccess ¶
func (x *AddOrUpdatePolicyResponse) HasSuccess() bool
func (*AddOrUpdatePolicyResponse) ProtoMessage ¶
func (*AddOrUpdatePolicyResponse) ProtoMessage()
func (*AddOrUpdatePolicyResponse) ProtoReflect ¶
func (x *AddOrUpdatePolicyResponse) ProtoReflect() protoreflect.Message
func (*AddOrUpdatePolicyResponse) Reset ¶
func (x *AddOrUpdatePolicyResponse) Reset()
func (*AddOrUpdatePolicyResponse) SetSuccess ¶
func (x *AddOrUpdatePolicyResponse) SetSuccess(v *emptypb.Empty)
func (*AddOrUpdatePolicyResponse) String ¶
func (x *AddOrUpdatePolicyResponse) String() string
type AddOrUpdatePolicyResponse_builder ¶
type AddOrUpdatePolicyResponse_builder struct {
Success *emptypb.Empty
// contains filtered or unexported fields
}
func (AddOrUpdatePolicyResponse_builder) Build ¶
func (b0 AddOrUpdatePolicyResponse_builder) Build() *AddOrUpdatePolicyResponse
type AddOrUpdateSchemaResponse ¶
type AddOrUpdateSchemaResponse struct {
// contains filtered or unexported fields
}
func (*AddOrUpdateSchemaResponse) ProtoMessage ¶
func (*AddOrUpdateSchemaResponse) ProtoMessage()
func (*AddOrUpdateSchemaResponse) ProtoReflect ¶
func (x *AddOrUpdateSchemaResponse) ProtoReflect() protoreflect.Message
func (*AddOrUpdateSchemaResponse) Reset ¶
func (x *AddOrUpdateSchemaResponse) Reset()
func (*AddOrUpdateSchemaResponse) String ¶
func (x *AddOrUpdateSchemaResponse) String() string
type AddOrUpdateSchemaResponse_builder ¶
type AddOrUpdateSchemaResponse_builder struct {
// contains filtered or unexported fields
}
func (AddOrUpdateSchemaResponse_builder) Build ¶
func (b0 AddOrUpdateSchemaResponse_builder) Build() *AddOrUpdateSchemaResponse
type CheckResourceBatchResponse ¶
type CheckResourceBatchResponse struct {
RequestId string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
Results []*CheckResourceBatchResponse_ActionEffectMap `protobuf:"bytes,2,rep,name=results,proto3" json:"results,omitempty"`
// contains filtered or unexported fields
}
Deprecated. See CheckResourcesResponse.
func (*CheckResourceBatchResponse) GetRequestId ¶
func (x *CheckResourceBatchResponse) GetRequestId() string
func (*CheckResourceBatchResponse) GetResults ¶
func (x *CheckResourceBatchResponse) GetResults() []*CheckResourceBatchResponse_ActionEffectMap
func (*CheckResourceBatchResponse) ProtoMessage ¶
func (*CheckResourceBatchResponse) ProtoMessage()
func (*CheckResourceBatchResponse) ProtoReflect ¶
func (x *CheckResourceBatchResponse) ProtoReflect() protoreflect.Message
func (*CheckResourceBatchResponse) Reset ¶
func (x *CheckResourceBatchResponse) Reset()
func (*CheckResourceBatchResponse) SetRequestId ¶
func (x *CheckResourceBatchResponse) SetRequestId(v string)
func (*CheckResourceBatchResponse) SetResults ¶
func (x *CheckResourceBatchResponse) SetResults(v []*CheckResourceBatchResponse_ActionEffectMap)
func (*CheckResourceBatchResponse) String ¶
func (x *CheckResourceBatchResponse) String() string
type CheckResourceBatchResponse_ActionEffectMap ¶
type CheckResourceBatchResponse_ActionEffectMap struct {
ResourceId string `protobuf:"bytes,1,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"`
Actions map[string]v14.Effect `` /* 171-byte string literal not displayed */
ValidationErrors []*v11.ValidationError `protobuf:"bytes,3,rep,name=validation_errors,json=validationErrors,proto3" json:"validation_errors,omitempty"`
// contains filtered or unexported fields
}
func (*CheckResourceBatchResponse_ActionEffectMap) GetActions ¶
func (x *CheckResourceBatchResponse_ActionEffectMap) GetActions() map[string]v14.Effect
func (*CheckResourceBatchResponse_ActionEffectMap) GetResourceId ¶
func (x *CheckResourceBatchResponse_ActionEffectMap) GetResourceId() string
func (*CheckResourceBatchResponse_ActionEffectMap) GetValidationErrors ¶
func (x *CheckResourceBatchResponse_ActionEffectMap) GetValidationErrors() []*v11.ValidationError
func (*CheckResourceBatchResponse_ActionEffectMap) ProtoMessage ¶
func (*CheckResourceBatchResponse_ActionEffectMap) ProtoMessage()
func (*CheckResourceBatchResponse_ActionEffectMap) ProtoReflect ¶
func (x *CheckResourceBatchResponse_ActionEffectMap) ProtoReflect() protoreflect.Message
func (*CheckResourceBatchResponse_ActionEffectMap) Reset ¶
func (x *CheckResourceBatchResponse_ActionEffectMap) Reset()
func (*CheckResourceBatchResponse_ActionEffectMap) SetActions ¶
func (x *CheckResourceBatchResponse_ActionEffectMap) SetActions(v map[string]v14.Effect)
func (*CheckResourceBatchResponse_ActionEffectMap) SetResourceId ¶
func (x *CheckResourceBatchResponse_ActionEffectMap) SetResourceId(v string)
func (*CheckResourceBatchResponse_ActionEffectMap) SetValidationErrors ¶
func (x *CheckResourceBatchResponse_ActionEffectMap) SetValidationErrors(v []*v11.ValidationError)
func (*CheckResourceBatchResponse_ActionEffectMap) String ¶
func (x *CheckResourceBatchResponse_ActionEffectMap) String() string
type CheckResourceBatchResponse_ActionEffectMap_builder ¶
type CheckResourceBatchResponse_ActionEffectMap_builder struct {
ResourceId string
Actions map[string]v14.Effect
ValidationErrors []*v11.ValidationError
// contains filtered or unexported fields
}
func (CheckResourceBatchResponse_ActionEffectMap_builder) Build ¶
type CheckResourceBatchResponse_builder ¶
type CheckResourceBatchResponse_builder struct {
RequestId string
Results []*CheckResourceBatchResponse_ActionEffectMap
// contains filtered or unexported fields
}
func (CheckResourceBatchResponse_builder) Build ¶
func (b0 CheckResourceBatchResponse_builder) Build() *CheckResourceBatchResponse
type CheckResourceSetResponse ¶
type CheckResourceSetResponse struct {
RequestId string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
ResourceInstances map[string]*CheckResourceSetResponse_ActionEffectMap `` /* 186-byte string literal not displayed */
Meta *CheckResourceSetResponse_Meta `protobuf:"bytes,3,opt,name=meta,proto3" json:"meta,omitempty"`
// contains filtered or unexported fields
}
Deprecated. See CheckResourcesResponse.
func (*CheckResourceSetResponse) ClearMeta ¶
func (x *CheckResourceSetResponse) ClearMeta()
func (*CheckResourceSetResponse) GetMeta ¶
func (x *CheckResourceSetResponse) GetMeta() *CheckResourceSetResponse_Meta
func (*CheckResourceSetResponse) GetRequestId ¶
func (x *CheckResourceSetResponse) GetRequestId() string
func (*CheckResourceSetResponse) GetResourceInstances ¶
func (x *CheckResourceSetResponse) GetResourceInstances() map[string]*CheckResourceSetResponse_ActionEffectMap
func (*CheckResourceSetResponse) HasMeta ¶
func (x *CheckResourceSetResponse) HasMeta() bool
func (*CheckResourceSetResponse) ProtoMessage ¶
func (*CheckResourceSetResponse) ProtoMessage()
func (*CheckResourceSetResponse) ProtoReflect ¶
func (x *CheckResourceSetResponse) ProtoReflect() protoreflect.Message
func (*CheckResourceSetResponse) Reset ¶
func (x *CheckResourceSetResponse) Reset()
func (*CheckResourceSetResponse) SetMeta ¶
func (x *CheckResourceSetResponse) SetMeta(v *CheckResourceSetResponse_Meta)
func (*CheckResourceSetResponse) SetRequestId ¶
func (x *CheckResourceSetResponse) SetRequestId(v string)
func (*CheckResourceSetResponse) SetResourceInstances ¶
func (x *CheckResourceSetResponse) SetResourceInstances(v map[string]*CheckResourceSetResponse_ActionEffectMap)
func (*CheckResourceSetResponse) String ¶
func (x *CheckResourceSetResponse) String() string
type CheckResourceSetResponse_ActionEffectMap ¶
type CheckResourceSetResponse_ActionEffectMap struct {
Actions map[string]v14.Effect `` /* 171-byte string literal not displayed */
ValidationErrors []*v11.ValidationError `protobuf:"bytes,2,rep,name=validation_errors,json=validationErrors,proto3" json:"validation_errors,omitempty"`
// contains filtered or unexported fields
}
func (*CheckResourceSetResponse_ActionEffectMap) GetActions ¶
func (x *CheckResourceSetResponse_ActionEffectMap) GetActions() map[string]v14.Effect
func (*CheckResourceSetResponse_ActionEffectMap) GetValidationErrors ¶
func (x *CheckResourceSetResponse_ActionEffectMap) GetValidationErrors() []*v11.ValidationError
func (*CheckResourceSetResponse_ActionEffectMap) ProtoMessage ¶
func (*CheckResourceSetResponse_ActionEffectMap) ProtoMessage()
func (*CheckResourceSetResponse_ActionEffectMap) ProtoReflect ¶
func (x *CheckResourceSetResponse_ActionEffectMap) ProtoReflect() protoreflect.Message
func (*CheckResourceSetResponse_ActionEffectMap) Reset ¶
func (x *CheckResourceSetResponse_ActionEffectMap) Reset()
func (*CheckResourceSetResponse_ActionEffectMap) SetActions ¶
func (x *CheckResourceSetResponse_ActionEffectMap) SetActions(v map[string]v14.Effect)
func (*CheckResourceSetResponse_ActionEffectMap) SetValidationErrors ¶
func (x *CheckResourceSetResponse_ActionEffectMap) SetValidationErrors(v []*v11.ValidationError)
func (*CheckResourceSetResponse_ActionEffectMap) String ¶
func (x *CheckResourceSetResponse_ActionEffectMap) String() string
type CheckResourceSetResponse_ActionEffectMap_builder ¶
type CheckResourceSetResponse_ActionEffectMap_builder struct {
Actions map[string]v14.Effect
ValidationErrors []*v11.ValidationError
// contains filtered or unexported fields
}
func (CheckResourceSetResponse_ActionEffectMap_builder) Build ¶
type CheckResourceSetResponse_Meta ¶
type CheckResourceSetResponse_Meta struct {
ResourceInstances map[string]*CheckResourceSetResponse_Meta_ActionMeta `` /* 186-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*CheckResourceSetResponse_Meta) GetResourceInstances ¶
func (x *CheckResourceSetResponse_Meta) GetResourceInstances() map[string]*CheckResourceSetResponse_Meta_ActionMeta
func (*CheckResourceSetResponse_Meta) ProtoMessage ¶
func (*CheckResourceSetResponse_Meta) ProtoMessage()
func (*CheckResourceSetResponse_Meta) ProtoReflect ¶
func (x *CheckResourceSetResponse_Meta) ProtoReflect() protoreflect.Message
func (*CheckResourceSetResponse_Meta) Reset ¶
func (x *CheckResourceSetResponse_Meta) Reset()
func (*CheckResourceSetResponse_Meta) SetResourceInstances ¶
func (x *CheckResourceSetResponse_Meta) SetResourceInstances(v map[string]*CheckResourceSetResponse_Meta_ActionMeta)
func (*CheckResourceSetResponse_Meta) String ¶
func (x *CheckResourceSetResponse_Meta) String() string
type CheckResourceSetResponse_Meta_ActionMeta ¶
type CheckResourceSetResponse_Meta_ActionMeta struct {
Actions map[string]*CheckResourceSetResponse_Meta_EffectMeta `` /* 141-byte string literal not displayed */
EffectiveDerivedRoles []string `` /* 126-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*CheckResourceSetResponse_Meta_ActionMeta) GetActions ¶
func (x *CheckResourceSetResponse_Meta_ActionMeta) GetActions() map[string]*CheckResourceSetResponse_Meta_EffectMeta
func (*CheckResourceSetResponse_Meta_ActionMeta) GetEffectiveDerivedRoles ¶
func (x *CheckResourceSetResponse_Meta_ActionMeta) GetEffectiveDerivedRoles() []string
func (*CheckResourceSetResponse_Meta_ActionMeta) ProtoMessage ¶
func (*CheckResourceSetResponse_Meta_ActionMeta) ProtoMessage()
func (*CheckResourceSetResponse_Meta_ActionMeta) ProtoReflect ¶
func (x *CheckResourceSetResponse_Meta_ActionMeta) ProtoReflect() protoreflect.Message
func (*CheckResourceSetResponse_Meta_ActionMeta) Reset ¶
func (x *CheckResourceSetResponse_Meta_ActionMeta) Reset()
func (*CheckResourceSetResponse_Meta_ActionMeta) SetActions ¶
func (x *CheckResourceSetResponse_Meta_ActionMeta) SetActions(v map[string]*CheckResourceSetResponse_Meta_EffectMeta)
func (*CheckResourceSetResponse_Meta_ActionMeta) SetEffectiveDerivedRoles ¶
func (x *CheckResourceSetResponse_Meta_ActionMeta) SetEffectiveDerivedRoles(v []string)
func (*CheckResourceSetResponse_Meta_ActionMeta) String ¶
func (x *CheckResourceSetResponse_Meta_ActionMeta) String() string
type CheckResourceSetResponse_Meta_ActionMeta_builder ¶
type CheckResourceSetResponse_Meta_ActionMeta_builder struct {
Actions map[string]*CheckResourceSetResponse_Meta_EffectMeta
EffectiveDerivedRoles []string
// contains filtered or unexported fields
}
func (CheckResourceSetResponse_Meta_ActionMeta_builder) Build ¶
type CheckResourceSetResponse_Meta_EffectMeta ¶
type CheckResourceSetResponse_Meta_EffectMeta struct {
MatchedPolicy string `protobuf:"bytes,1,opt,name=matched_policy,json=matchedPolicy,proto3" json:"matched_policy,omitempty"`
MatchedScope string `protobuf:"bytes,2,opt,name=matched_scope,json=matchedScope,proto3" json:"matched_scope,omitempty"`
// contains filtered or unexported fields
}
func (*CheckResourceSetResponse_Meta_EffectMeta) GetMatchedPolicy ¶
func (x *CheckResourceSetResponse_Meta_EffectMeta) GetMatchedPolicy() string
func (*CheckResourceSetResponse_Meta_EffectMeta) GetMatchedScope ¶
func (x *CheckResourceSetResponse_Meta_EffectMeta) GetMatchedScope() string
func (*CheckResourceSetResponse_Meta_EffectMeta) ProtoMessage ¶
func (*CheckResourceSetResponse_Meta_EffectMeta) ProtoMessage()
func (*CheckResourceSetResponse_Meta_EffectMeta) ProtoReflect ¶
func (x *CheckResourceSetResponse_Meta_EffectMeta) ProtoReflect() protoreflect.Message
func (*CheckResourceSetResponse_Meta_EffectMeta) Reset ¶
func (x *CheckResourceSetResponse_Meta_EffectMeta) Reset()
func (*CheckResourceSetResponse_Meta_EffectMeta) SetMatchedPolicy ¶
func (x *CheckResourceSetResponse_Meta_EffectMeta) SetMatchedPolicy(v string)
func (*CheckResourceSetResponse_Meta_EffectMeta) SetMatchedScope ¶
func (x *CheckResourceSetResponse_Meta_EffectMeta) SetMatchedScope(v string)
func (*CheckResourceSetResponse_Meta_EffectMeta) String ¶
func (x *CheckResourceSetResponse_Meta_EffectMeta) String() string
type CheckResourceSetResponse_Meta_EffectMeta_builder ¶
type CheckResourceSetResponse_Meta_EffectMeta_builder struct {
MatchedPolicy string
MatchedScope string
// contains filtered or unexported fields
}
func (CheckResourceSetResponse_Meta_EffectMeta_builder) Build ¶
type CheckResourceSetResponse_Meta_builder ¶
type CheckResourceSetResponse_Meta_builder struct {
ResourceInstances map[string]*CheckResourceSetResponse_Meta_ActionMeta
// contains filtered or unexported fields
}
func (CheckResourceSetResponse_Meta_builder) Build ¶
func (b0 CheckResourceSetResponse_Meta_builder) Build() *CheckResourceSetResponse_Meta
type CheckResourceSetResponse_builder ¶
type CheckResourceSetResponse_builder struct {
RequestId string
ResourceInstances map[string]*CheckResourceSetResponse_ActionEffectMap
Meta *CheckResourceSetResponse_Meta
// contains filtered or unexported fields
}
func (CheckResourceSetResponse_builder) Build ¶
func (b0 CheckResourceSetResponse_builder) Build() *CheckResourceSetResponse
type CheckResourcesResponse ¶
type CheckResourcesResponse struct {
RequestId string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
Results []*CheckResourcesResponse_ResultEntry `protobuf:"bytes,2,rep,name=results,proto3" json:"results,omitempty"`
CerbosCallId string `protobuf:"bytes,3,opt,name=cerbos_call_id,json=cerbosCallId,proto3" json:"cerbos_call_id,omitempty"`
// contains filtered or unexported fields
}
func (*CheckResourcesResponse) GetCerbosCallId ¶
func (x *CheckResourcesResponse) GetCerbosCallId() string
func (*CheckResourcesResponse) GetRequestId ¶
func (x *CheckResourcesResponse) GetRequestId() string
func (*CheckResourcesResponse) GetResults ¶
func (x *CheckResourcesResponse) GetResults() []*CheckResourcesResponse_ResultEntry
func (*CheckResourcesResponse) ProtoMessage ¶
func (*CheckResourcesResponse) ProtoMessage()
func (*CheckResourcesResponse) ProtoReflect ¶
func (x *CheckResourcesResponse) ProtoReflect() protoreflect.Message
func (*CheckResourcesResponse) Reset ¶
func (x *CheckResourcesResponse) Reset()
func (*CheckResourcesResponse) SetCerbosCallId ¶
func (x *CheckResourcesResponse) SetCerbosCallId(v string)
func (*CheckResourcesResponse) SetRequestId ¶
func (x *CheckResourcesResponse) SetRequestId(v string)
func (*CheckResourcesResponse) SetResults ¶
func (x *CheckResourcesResponse) SetResults(v []*CheckResourcesResponse_ResultEntry)
func (*CheckResourcesResponse) String ¶
func (x *CheckResourcesResponse) String() string
type CheckResourcesResponse_ResultEntry ¶
type CheckResourcesResponse_ResultEntry struct {
Resource *CheckResourcesResponse_ResultEntry_Resource `protobuf:"bytes,1,opt,name=resource,proto3" json:"resource,omitempty"`
Actions map[string]v14.Effect `` /* 171-byte string literal not displayed */
ValidationErrors []*v11.ValidationError `protobuf:"bytes,3,rep,name=validation_errors,json=validationErrors,proto3" json:"validation_errors,omitempty"`
Meta *CheckResourcesResponse_ResultEntry_Meta `protobuf:"bytes,4,opt,name=meta,proto3" json:"meta,omitempty"`
Outputs []*v1.OutputEntry `protobuf:"bytes,5,rep,name=outputs,proto3" json:"outputs,omitempty"`
// contains filtered or unexported fields
}
func (*CheckResourcesResponse_ResultEntry) ClearMeta ¶
func (x *CheckResourcesResponse_ResultEntry) ClearMeta()
func (*CheckResourcesResponse_ResultEntry) ClearResource ¶
func (x *CheckResourcesResponse_ResultEntry) ClearResource()
func (*CheckResourcesResponse_ResultEntry) GetActions ¶
func (x *CheckResourcesResponse_ResultEntry) GetActions() map[string]v14.Effect
func (*CheckResourcesResponse_ResultEntry) GetMeta ¶
func (x *CheckResourcesResponse_ResultEntry) GetMeta() *CheckResourcesResponse_ResultEntry_Meta
func (*CheckResourcesResponse_ResultEntry) GetOutputs ¶
func (x *CheckResourcesResponse_ResultEntry) GetOutputs() []*v1.OutputEntry
func (*CheckResourcesResponse_ResultEntry) GetResource ¶
func (x *CheckResourcesResponse_ResultEntry) GetResource() *CheckResourcesResponse_ResultEntry_Resource
func (*CheckResourcesResponse_ResultEntry) GetValidationErrors ¶
func (x *CheckResourcesResponse_ResultEntry) GetValidationErrors() []*v11.ValidationError
func (*CheckResourcesResponse_ResultEntry) HasMeta ¶
func (x *CheckResourcesResponse_ResultEntry) HasMeta() bool
func (*CheckResourcesResponse_ResultEntry) HasResource ¶
func (x *CheckResourcesResponse_ResultEntry) HasResource() bool
func (*CheckResourcesResponse_ResultEntry) ProtoMessage ¶
func (*CheckResourcesResponse_ResultEntry) ProtoMessage()
func (*CheckResourcesResponse_ResultEntry) ProtoReflect ¶
func (x *CheckResourcesResponse_ResultEntry) ProtoReflect() protoreflect.Message
func (*CheckResourcesResponse_ResultEntry) Reset ¶
func (x *CheckResourcesResponse_ResultEntry) Reset()
func (*CheckResourcesResponse_ResultEntry) SetActions ¶
func (x *CheckResourcesResponse_ResultEntry) SetActions(v map[string]v14.Effect)
func (*CheckResourcesResponse_ResultEntry) SetMeta ¶
func (x *CheckResourcesResponse_ResultEntry) SetMeta(v *CheckResourcesResponse_ResultEntry_Meta)
func (*CheckResourcesResponse_ResultEntry) SetOutputs ¶
func (x *CheckResourcesResponse_ResultEntry) SetOutputs(v []*v1.OutputEntry)
func (*CheckResourcesResponse_ResultEntry) SetResource ¶
func (x *CheckResourcesResponse_ResultEntry) SetResource(v *CheckResourcesResponse_ResultEntry_Resource)
func (*CheckResourcesResponse_ResultEntry) SetValidationErrors ¶
func (x *CheckResourcesResponse_ResultEntry) SetValidationErrors(v []*v11.ValidationError)
func (*CheckResourcesResponse_ResultEntry) String ¶
func (x *CheckResourcesResponse_ResultEntry) String() string
type CheckResourcesResponse_ResultEntry_Meta ¶
type CheckResourcesResponse_ResultEntry_Meta struct {
Actions map[string]*CheckResourcesResponse_ResultEntry_Meta_EffectMeta `` /* 141-byte string literal not displayed */
EffectiveDerivedRoles []string `` /* 126-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*CheckResourcesResponse_ResultEntry_Meta) GetActions ¶
func (x *CheckResourcesResponse_ResultEntry_Meta) GetActions() map[string]*CheckResourcesResponse_ResultEntry_Meta_EffectMeta
func (*CheckResourcesResponse_ResultEntry_Meta) GetEffectiveDerivedRoles ¶
func (x *CheckResourcesResponse_ResultEntry_Meta) GetEffectiveDerivedRoles() []string
func (*CheckResourcesResponse_ResultEntry_Meta) ProtoMessage ¶
func (*CheckResourcesResponse_ResultEntry_Meta) ProtoMessage()
func (*CheckResourcesResponse_ResultEntry_Meta) ProtoReflect ¶
func (x *CheckResourcesResponse_ResultEntry_Meta) ProtoReflect() protoreflect.Message
func (*CheckResourcesResponse_ResultEntry_Meta) Reset ¶
func (x *CheckResourcesResponse_ResultEntry_Meta) Reset()
func (*CheckResourcesResponse_ResultEntry_Meta) SetActions ¶
func (x *CheckResourcesResponse_ResultEntry_Meta) SetActions(v map[string]*CheckResourcesResponse_ResultEntry_Meta_EffectMeta)
func (*CheckResourcesResponse_ResultEntry_Meta) SetEffectiveDerivedRoles ¶
func (x *CheckResourcesResponse_ResultEntry_Meta) SetEffectiveDerivedRoles(v []string)
func (*CheckResourcesResponse_ResultEntry_Meta) String ¶
func (x *CheckResourcesResponse_ResultEntry_Meta) String() string
type CheckResourcesResponse_ResultEntry_Meta_EffectMeta ¶
type CheckResourcesResponse_ResultEntry_Meta_EffectMeta struct {
MatchedPolicy string `protobuf:"bytes,1,opt,name=matched_policy,json=matchedPolicy,proto3" json:"matched_policy,omitempty"`
MatchedScope string `protobuf:"bytes,2,opt,name=matched_scope,json=matchedScope,proto3" json:"matched_scope,omitempty"`
// contains filtered or unexported fields
}
func (*CheckResourcesResponse_ResultEntry_Meta_EffectMeta) GetMatchedPolicy ¶
func (x *CheckResourcesResponse_ResultEntry_Meta_EffectMeta) GetMatchedPolicy() string
func (*CheckResourcesResponse_ResultEntry_Meta_EffectMeta) GetMatchedScope ¶
func (x *CheckResourcesResponse_ResultEntry_Meta_EffectMeta) GetMatchedScope() string
func (*CheckResourcesResponse_ResultEntry_Meta_EffectMeta) ProtoMessage ¶
func (*CheckResourcesResponse_ResultEntry_Meta_EffectMeta) ProtoMessage()
func (*CheckResourcesResponse_ResultEntry_Meta_EffectMeta) ProtoReflect ¶
func (x *CheckResourcesResponse_ResultEntry_Meta_EffectMeta) ProtoReflect() protoreflect.Message
func (*CheckResourcesResponse_ResultEntry_Meta_EffectMeta) Reset ¶
func (x *CheckResourcesResponse_ResultEntry_Meta_EffectMeta) Reset()
func (*CheckResourcesResponse_ResultEntry_Meta_EffectMeta) SetMatchedPolicy ¶
func (x *CheckResourcesResponse_ResultEntry_Meta_EffectMeta) SetMatchedPolicy(v string)
func (*CheckResourcesResponse_ResultEntry_Meta_EffectMeta) SetMatchedScope ¶
func (x *CheckResourcesResponse_ResultEntry_Meta_EffectMeta) SetMatchedScope(v string)
func (*CheckResourcesResponse_ResultEntry_Meta_EffectMeta) String ¶
func (x *CheckResourcesResponse_ResultEntry_Meta_EffectMeta) String() string
type CheckResourcesResponse_ResultEntry_Meta_EffectMeta_builder ¶
type CheckResourcesResponse_ResultEntry_Meta_EffectMeta_builder struct {
MatchedPolicy string
MatchedScope string
// contains filtered or unexported fields
}
func (CheckResourcesResponse_ResultEntry_Meta_EffectMeta_builder) Build ¶
type CheckResourcesResponse_ResultEntry_Meta_builder ¶
type CheckResourcesResponse_ResultEntry_Meta_builder struct {
Actions map[string]*CheckResourcesResponse_ResultEntry_Meta_EffectMeta
EffectiveDerivedRoles []string
// contains filtered or unexported fields
}
func (CheckResourcesResponse_ResultEntry_Meta_builder) Build ¶
type CheckResourcesResponse_ResultEntry_Resource ¶
type CheckResourcesResponse_ResultEntry_Resource struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"`
PolicyVersion string `protobuf:"bytes,3,opt,name=policy_version,json=policyVersion,proto3" json:"policy_version,omitempty"`
Scope string `protobuf:"bytes,4,opt,name=scope,proto3" json:"scope,omitempty"`
// contains filtered or unexported fields
}
func (*CheckResourcesResponse_ResultEntry_Resource) GetId ¶
func (x *CheckResourcesResponse_ResultEntry_Resource) GetId() string
func (*CheckResourcesResponse_ResultEntry_Resource) GetKind ¶
func (x *CheckResourcesResponse_ResultEntry_Resource) GetKind() string
func (*CheckResourcesResponse_ResultEntry_Resource) GetPolicyVersion ¶
func (x *CheckResourcesResponse_ResultEntry_Resource) GetPolicyVersion() string
func (*CheckResourcesResponse_ResultEntry_Resource) GetScope ¶
func (x *CheckResourcesResponse_ResultEntry_Resource) GetScope() string
func (*CheckResourcesResponse_ResultEntry_Resource) ProtoMessage ¶
func (*CheckResourcesResponse_ResultEntry_Resource) ProtoMessage()
func (*CheckResourcesResponse_ResultEntry_Resource) ProtoReflect ¶
func (x *CheckResourcesResponse_ResultEntry_Resource) ProtoReflect() protoreflect.Message
func (*CheckResourcesResponse_ResultEntry_Resource) Reset ¶
func (x *CheckResourcesResponse_ResultEntry_Resource) Reset()
func (*CheckResourcesResponse_ResultEntry_Resource) SetId ¶
func (x *CheckResourcesResponse_ResultEntry_Resource) SetId(v string)
func (*CheckResourcesResponse_ResultEntry_Resource) SetKind ¶
func (x *CheckResourcesResponse_ResultEntry_Resource) SetKind(v string)
func (*CheckResourcesResponse_ResultEntry_Resource) SetPolicyVersion ¶
func (x *CheckResourcesResponse_ResultEntry_Resource) SetPolicyVersion(v string)
func (*CheckResourcesResponse_ResultEntry_Resource) SetScope ¶
func (x *CheckResourcesResponse_ResultEntry_Resource) SetScope(v string)
func (*CheckResourcesResponse_ResultEntry_Resource) String ¶
func (x *CheckResourcesResponse_ResultEntry_Resource) String() string
type CheckResourcesResponse_ResultEntry_Resource_builder ¶
type CheckResourcesResponse_ResultEntry_Resource_builder struct {
Id string
Kind string
PolicyVersion string
Scope string
// contains filtered or unexported fields
}
func (CheckResourcesResponse_ResultEntry_Resource_builder) Build ¶
type CheckResourcesResponse_ResultEntry_builder ¶
type CheckResourcesResponse_ResultEntry_builder struct {
Resource *CheckResourcesResponse_ResultEntry_Resource
Actions map[string]v14.Effect
ValidationErrors []*v11.ValidationError
Meta *CheckResourcesResponse_ResultEntry_Meta
Outputs []*v1.OutputEntry
// contains filtered or unexported fields
}
func (CheckResourcesResponse_ResultEntry_builder) Build ¶
func (b0 CheckResourcesResponse_ResultEntry_builder) Build() *CheckResourcesResponse_ResultEntry
type CheckResourcesResponse_builder ¶
type CheckResourcesResponse_builder struct {
RequestId string
Results []*CheckResourcesResponse_ResultEntry
CerbosCallId string
// contains filtered or unexported fields
}
func (CheckResourcesResponse_builder) Build ¶
func (b0 CheckResourcesResponse_builder) Build() *CheckResourcesResponse
type DeletePolicyErrorDetails ¶
type DeletePolicyErrorDetails struct {
Errors map[string]*IntegrityErrors `` /* 139-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*DeletePolicyErrorDetails) GetErrors ¶
func (x *DeletePolicyErrorDetails) GetErrors() map[string]*IntegrityErrors
func (*DeletePolicyErrorDetails) ProtoMessage ¶
func (*DeletePolicyErrorDetails) ProtoMessage()
func (*DeletePolicyErrorDetails) ProtoReflect ¶
func (x *DeletePolicyErrorDetails) ProtoReflect() protoreflect.Message
func (*DeletePolicyErrorDetails) Reset ¶
func (x *DeletePolicyErrorDetails) Reset()
func (*DeletePolicyErrorDetails) SetErrors ¶
func (x *DeletePolicyErrorDetails) SetErrors(v map[string]*IntegrityErrors)
func (*DeletePolicyErrorDetails) String ¶
func (x *DeletePolicyErrorDetails) String() string
type DeletePolicyErrorDetails_builder ¶
type DeletePolicyErrorDetails_builder struct {
Errors map[string]*IntegrityErrors
// contains filtered or unexported fields
}
func (DeletePolicyErrorDetails_builder) Build ¶
func (b0 DeletePolicyErrorDetails_builder) Build() *DeletePolicyErrorDetails
type DeletePolicyResponse ¶
type DeletePolicyResponse struct {
DeletedPolicies uint32 `protobuf:"varint,1,opt,name=deleted_policies,json=deletedPolicies,proto3" json:"deleted_policies,omitempty"`
// contains filtered or unexported fields
}
func (*DeletePolicyResponse) GetDeletedPolicies ¶
func (x *DeletePolicyResponse) GetDeletedPolicies() uint32
func (*DeletePolicyResponse) ProtoMessage ¶
func (*DeletePolicyResponse) ProtoMessage()
func (*DeletePolicyResponse) ProtoReflect ¶
func (x *DeletePolicyResponse) ProtoReflect() protoreflect.Message
func (*DeletePolicyResponse) Reset ¶
func (x *DeletePolicyResponse) Reset()
func (*DeletePolicyResponse) SetDeletedPolicies ¶
func (x *DeletePolicyResponse) SetDeletedPolicies(v uint32)
func (*DeletePolicyResponse) String ¶
func (x *DeletePolicyResponse) String() string
type DeletePolicyResponse_builder ¶
type DeletePolicyResponse_builder struct {
DeletedPolicies uint32
// contains filtered or unexported fields
}
func (DeletePolicyResponse_builder) Build ¶
func (b0 DeletePolicyResponse_builder) Build() *DeletePolicyResponse
type DeleteSchemaResponse ¶
type DeleteSchemaResponse struct {
DeletedSchemas uint32 `protobuf:"varint,1,opt,name=deleted_schemas,json=deletedSchemas,proto3" json:"deleted_schemas,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteSchemaResponse) GetDeletedSchemas ¶
func (x *DeleteSchemaResponse) GetDeletedSchemas() uint32
func (*DeleteSchemaResponse) ProtoMessage ¶
func (*DeleteSchemaResponse) ProtoMessage()
func (*DeleteSchemaResponse) ProtoReflect ¶
func (x *DeleteSchemaResponse) ProtoReflect() protoreflect.Message
func (*DeleteSchemaResponse) Reset ¶
func (x *DeleteSchemaResponse) Reset()
func (*DeleteSchemaResponse) SetDeletedSchemas ¶
func (x *DeleteSchemaResponse) SetDeletedSchemas(v uint32)
func (*DeleteSchemaResponse) String ¶
func (x *DeleteSchemaResponse) String() string
type DeleteSchemaResponse_builder ¶
type DeleteSchemaResponse_builder struct {
DeletedSchemas uint32
// contains filtered or unexported fields
}
func (DeleteSchemaResponse_builder) Build ¶
func (b0 DeleteSchemaResponse_builder) Build() *DeleteSchemaResponse
type DisablePolicyErrorDetails ¶
type DisablePolicyErrorDetails struct {
Errors map[string]*IntegrityErrors `` /* 139-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*DisablePolicyErrorDetails) GetErrors ¶
func (x *DisablePolicyErrorDetails) GetErrors() map[string]*IntegrityErrors
func (*DisablePolicyErrorDetails) ProtoMessage ¶
func (*DisablePolicyErrorDetails) ProtoMessage()
func (*DisablePolicyErrorDetails) ProtoReflect ¶
func (x *DisablePolicyErrorDetails) ProtoReflect() protoreflect.Message
func (*DisablePolicyErrorDetails) Reset ¶
func (x *DisablePolicyErrorDetails) Reset()
func (*DisablePolicyErrorDetails) SetErrors ¶
func (x *DisablePolicyErrorDetails) SetErrors(v map[string]*IntegrityErrors)
func (*DisablePolicyErrorDetails) String ¶
func (x *DisablePolicyErrorDetails) String() string
type DisablePolicyErrorDetails_builder ¶
type DisablePolicyErrorDetails_builder struct {
Errors map[string]*IntegrityErrors
// contains filtered or unexported fields
}
func (DisablePolicyErrorDetails_builder) Build ¶
func (b0 DisablePolicyErrorDetails_builder) Build() *DisablePolicyErrorDetails
type DisablePolicyResponse ¶
type DisablePolicyResponse struct {
DisabledPolicies uint32 `protobuf:"varint,1,opt,name=disabled_policies,json=disabledPolicies,proto3" json:"disabled_policies,omitempty"`
// contains filtered or unexported fields
}
func (*DisablePolicyResponse) GetDisabledPolicies ¶
func (x *DisablePolicyResponse) GetDisabledPolicies() uint32
func (*DisablePolicyResponse) ProtoMessage ¶
func (*DisablePolicyResponse) ProtoMessage()
func (*DisablePolicyResponse) ProtoReflect ¶
func (x *DisablePolicyResponse) ProtoReflect() protoreflect.Message
func (*DisablePolicyResponse) Reset ¶
func (x *DisablePolicyResponse) Reset()
func (*DisablePolicyResponse) SetDisabledPolicies ¶
func (x *DisablePolicyResponse) SetDisabledPolicies(v uint32)
func (*DisablePolicyResponse) String ¶
func (x *DisablePolicyResponse) String() string
type DisablePolicyResponse_builder ¶
type DisablePolicyResponse_builder struct {
DisabledPolicies uint32
// contains filtered or unexported fields
}
func (DisablePolicyResponse_builder) Build ¶
func (b0 DisablePolicyResponse_builder) Build() *DisablePolicyResponse
type EnablePolicyResponse ¶
type EnablePolicyResponse struct {
EnabledPolicies uint32 `protobuf:"varint,1,opt,name=enabled_policies,json=enabledPolicies,proto3" json:"enabled_policies,omitempty"`
// contains filtered or unexported fields
}
func (*EnablePolicyResponse) GetEnabledPolicies ¶
func (x *EnablePolicyResponse) GetEnabledPolicies() uint32
func (*EnablePolicyResponse) ProtoMessage ¶
func (*EnablePolicyResponse) ProtoMessage()
func (*EnablePolicyResponse) ProtoReflect ¶
func (x *EnablePolicyResponse) ProtoReflect() protoreflect.Message
func (*EnablePolicyResponse) Reset ¶
func (x *EnablePolicyResponse) Reset()
func (*EnablePolicyResponse) SetEnabledPolicies ¶
func (x *EnablePolicyResponse) SetEnabledPolicies(v uint32)
func (*EnablePolicyResponse) String ¶
func (x *EnablePolicyResponse) String() string
type EnablePolicyResponse_builder ¶
type EnablePolicyResponse_builder struct {
EnabledPolicies uint32
// contains filtered or unexported fields
}
func (EnablePolicyResponse_builder) Build ¶
func (b0 EnablePolicyResponse_builder) Build() *EnablePolicyResponse
type GetPolicyResponse ¶
type GetPolicyResponse struct {
Policies []*v13.Policy `protobuf:"bytes,1,rep,name=policies,proto3" json:"policies,omitempty"`
// contains filtered or unexported fields
}
func (*GetPolicyResponse) GetPolicies ¶
func (x *GetPolicyResponse) GetPolicies() []*v13.Policy
func (*GetPolicyResponse) ProtoMessage ¶
func (*GetPolicyResponse) ProtoMessage()
func (*GetPolicyResponse) ProtoReflect ¶
func (x *GetPolicyResponse) ProtoReflect() protoreflect.Message
func (*GetPolicyResponse) Reset ¶
func (x *GetPolicyResponse) Reset()
func (*GetPolicyResponse) SetPolicies ¶
func (x *GetPolicyResponse) SetPolicies(v []*v13.Policy)
func (*GetPolicyResponse) String ¶
func (x *GetPolicyResponse) String() string
type GetPolicyResponse_builder ¶
type GetPolicyResponse_builder struct {
Policies []*v13.Policy
// contains filtered or unexported fields
}
func (GetPolicyResponse_builder) Build ¶
func (b0 GetPolicyResponse_builder) Build() *GetPolicyResponse
type GetSchemaResponse ¶
type GetSchemaResponse struct {
Schemas []*v11.Schema `protobuf:"bytes,1,rep,name=schemas,proto3" json:"schemas,omitempty"`
// contains filtered or unexported fields
}
func (*GetSchemaResponse) GetSchemas ¶
func (x *GetSchemaResponse) GetSchemas() []*v11.Schema
func (*GetSchemaResponse) ProtoMessage ¶
func (*GetSchemaResponse) ProtoMessage()
func (*GetSchemaResponse) ProtoReflect ¶
func (x *GetSchemaResponse) ProtoReflect() protoreflect.Message
func (*GetSchemaResponse) Reset ¶
func (x *GetSchemaResponse) Reset()
func (*GetSchemaResponse) SetSchemas ¶
func (x *GetSchemaResponse) SetSchemas(v []*v11.Schema)
func (*GetSchemaResponse) String ¶
func (x *GetSchemaResponse) String() string
type GetSchemaResponse_builder ¶
type GetSchemaResponse_builder struct {
Schemas []*v11.Schema
// contains filtered or unexported fields
}
func (GetSchemaResponse_builder) Build ¶
func (b0 GetSchemaResponse_builder) Build() *GetSchemaResponse
type InspectPoliciesResponse ¶
type InspectPoliciesResponse struct {
Results map[string]*InspectPoliciesResponse_Result `` /* 141-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*InspectPoliciesResponse) GetResults ¶
func (x *InspectPoliciesResponse) GetResults() map[string]*InspectPoliciesResponse_Result
func (*InspectPoliciesResponse) ProtoMessage ¶
func (*InspectPoliciesResponse) ProtoMessage()
func (*InspectPoliciesResponse) ProtoReflect ¶
func (x *InspectPoliciesResponse) ProtoReflect() protoreflect.Message
func (*InspectPoliciesResponse) Reset ¶
func (x *InspectPoliciesResponse) Reset()
func (*InspectPoliciesResponse) SetResults ¶
func (x *InspectPoliciesResponse) SetResults(v map[string]*InspectPoliciesResponse_Result)
func (*InspectPoliciesResponse) String ¶
func (x *InspectPoliciesResponse) String() string
type InspectPoliciesResponse_Attribute ¶
type InspectPoliciesResponse_Attribute struct {
Kind InspectPoliciesResponse_Attribute_Kind `protobuf:"varint,1,opt,name=kind,proto3,enum=cerbos.response.v1.InspectPoliciesResponse_Attribute_Kind" json:"kind,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
// contains filtered or unexported fields
}
func (*InspectPoliciesResponse_Attribute) GetKind ¶
func (x *InspectPoliciesResponse_Attribute) GetKind() InspectPoliciesResponse_Attribute_Kind
func (*InspectPoliciesResponse_Attribute) GetName ¶
func (x *InspectPoliciesResponse_Attribute) GetName() string
func (*InspectPoliciesResponse_Attribute) ProtoMessage ¶
func (*InspectPoliciesResponse_Attribute) ProtoMessage()
func (*InspectPoliciesResponse_Attribute) ProtoReflect ¶
func (x *InspectPoliciesResponse_Attribute) ProtoReflect() protoreflect.Message
func (*InspectPoliciesResponse_Attribute) Reset ¶
func (x *InspectPoliciesResponse_Attribute) Reset()
func (*InspectPoliciesResponse_Attribute) SetKind ¶
func (x *InspectPoliciesResponse_Attribute) SetKind(v InspectPoliciesResponse_Attribute_Kind)
func (*InspectPoliciesResponse_Attribute) SetName ¶
func (x *InspectPoliciesResponse_Attribute) SetName(v string)
func (*InspectPoliciesResponse_Attribute) String ¶
func (x *InspectPoliciesResponse_Attribute) String() string
type InspectPoliciesResponse_Attribute_Kind ¶
type InspectPoliciesResponse_Attribute_Kind int32
const ( InspectPoliciesResponse_Attribute_KIND_UNSPECIFIED InspectPoliciesResponse_Attribute_Kind = 0 InspectPoliciesResponse_Attribute_KIND_PRINCIPAL_ATTRIBUTE InspectPoliciesResponse_Attribute_Kind = 1 InspectPoliciesResponse_Attribute_KIND_RESOURCE_ATTRIBUTE InspectPoliciesResponse_Attribute_Kind = 2 )
func (InspectPoliciesResponse_Attribute_Kind) Descriptor ¶
func (InspectPoliciesResponse_Attribute_Kind) Descriptor() protoreflect.EnumDescriptor
func (InspectPoliciesResponse_Attribute_Kind) Enum ¶
func (InspectPoliciesResponse_Attribute_Kind) Number ¶
func (x InspectPoliciesResponse_Attribute_Kind) Number() protoreflect.EnumNumber
func (InspectPoliciesResponse_Attribute_Kind) String ¶
func (x InspectPoliciesResponse_Attribute_Kind) String() string
func (InspectPoliciesResponse_Attribute_Kind) Type ¶
func (InspectPoliciesResponse_Attribute_Kind) Type() protoreflect.EnumType
type InspectPoliciesResponse_Attribute_builder ¶
type InspectPoliciesResponse_Attribute_builder struct {
Kind InspectPoliciesResponse_Attribute_Kind
Name string
// contains filtered or unexported fields
}
func (InspectPoliciesResponse_Attribute_builder) Build ¶
func (b0 InspectPoliciesResponse_Attribute_builder) Build() *InspectPoliciesResponse_Attribute
type InspectPoliciesResponse_Constant ¶
type InspectPoliciesResponse_Constant struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
Value *structpb.Value `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
Kind InspectPoliciesResponse_Constant_Kind `protobuf:"varint,3,opt,name=kind,proto3,enum=cerbos.response.v1.InspectPoliciesResponse_Constant_Kind" json:"kind,omitempty"`
Source string `protobuf:"bytes,4,opt,name=source,proto3" json:"source,omitempty"`
Used bool `protobuf:"varint,5,opt,name=used,proto3" json:"used,omitempty"`
// contains filtered or unexported fields
}
func (*InspectPoliciesResponse_Constant) ClearValue ¶
func (x *InspectPoliciesResponse_Constant) ClearValue()
func (*InspectPoliciesResponse_Constant) GetKind ¶
func (x *InspectPoliciesResponse_Constant) GetKind() InspectPoliciesResponse_Constant_Kind
func (*InspectPoliciesResponse_Constant) GetName ¶
func (x *InspectPoliciesResponse_Constant) GetName() string
func (*InspectPoliciesResponse_Constant) GetSource ¶
func (x *InspectPoliciesResponse_Constant) GetSource() string
func (*InspectPoliciesResponse_Constant) GetUsed ¶
func (x *InspectPoliciesResponse_Constant) GetUsed() bool
func (*InspectPoliciesResponse_Constant) GetValue ¶
func (x *InspectPoliciesResponse_Constant) GetValue() *structpb.Value
func (*InspectPoliciesResponse_Constant) HasValue ¶
func (x *InspectPoliciesResponse_Constant) HasValue() bool
func (*InspectPoliciesResponse_Constant) ProtoMessage ¶
func (*InspectPoliciesResponse_Constant) ProtoMessage()
func (*InspectPoliciesResponse_Constant) ProtoReflect ¶
func (x *InspectPoliciesResponse_Constant) ProtoReflect() protoreflect.Message
func (*InspectPoliciesResponse_Constant) Reset ¶
func (x *InspectPoliciesResponse_Constant) Reset()
func (*InspectPoliciesResponse_Constant) SetKind ¶
func (x *InspectPoliciesResponse_Constant) SetKind(v InspectPoliciesResponse_Constant_Kind)
func (*InspectPoliciesResponse_Constant) SetName ¶
func (x *InspectPoliciesResponse_Constant) SetName(v string)
func (*InspectPoliciesResponse_Constant) SetSource ¶
func (x *InspectPoliciesResponse_Constant) SetSource(v string)
func (*InspectPoliciesResponse_Constant) SetUsed ¶
func (x *InspectPoliciesResponse_Constant) SetUsed(v bool)
func (*InspectPoliciesResponse_Constant) SetValue ¶
func (x *InspectPoliciesResponse_Constant) SetValue(v *structpb.Value)
func (*InspectPoliciesResponse_Constant) String ¶
func (x *InspectPoliciesResponse_Constant) String() string
type InspectPoliciesResponse_Constant_Kind ¶
type InspectPoliciesResponse_Constant_Kind int32
const ( InspectPoliciesResponse_Constant_KIND_UNSPECIFIED InspectPoliciesResponse_Constant_Kind = 0 InspectPoliciesResponse_Constant_KIND_EXPORTED InspectPoliciesResponse_Constant_Kind = 1 InspectPoliciesResponse_Constant_KIND_IMPORTED InspectPoliciesResponse_Constant_Kind = 2 InspectPoliciesResponse_Constant_KIND_LOCAL InspectPoliciesResponse_Constant_Kind = 3 InspectPoliciesResponse_Constant_KIND_UNDEFINED InspectPoliciesResponse_Constant_Kind = 4 InspectPoliciesResponse_Constant_KIND_UNKNOWN InspectPoliciesResponse_Constant_Kind = 5 )
func (InspectPoliciesResponse_Constant_Kind) Descriptor ¶
func (InspectPoliciesResponse_Constant_Kind) Descriptor() protoreflect.EnumDescriptor
func (InspectPoliciesResponse_Constant_Kind) Enum ¶
func (InspectPoliciesResponse_Constant_Kind) Number ¶
func (x InspectPoliciesResponse_Constant_Kind) Number() protoreflect.EnumNumber
func (InspectPoliciesResponse_Constant_Kind) String ¶
func (x InspectPoliciesResponse_Constant_Kind) String() string
func (InspectPoliciesResponse_Constant_Kind) Type ¶
func (InspectPoliciesResponse_Constant_Kind) Type() protoreflect.EnumType
type InspectPoliciesResponse_Constant_builder ¶
type InspectPoliciesResponse_Constant_builder struct {
Name string
Value *structpb.Value
Kind InspectPoliciesResponse_Constant_Kind
Source string
Used bool
// contains filtered or unexported fields
}
func (InspectPoliciesResponse_Constant_builder) Build ¶
func (b0 InspectPoliciesResponse_Constant_builder) Build() *InspectPoliciesResponse_Constant
type InspectPoliciesResponse_DerivedRole ¶
type InspectPoliciesResponse_DerivedRole struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
Kind InspectPoliciesResponse_DerivedRole_Kind `` /* 127-byte string literal not displayed */
Source string `protobuf:"bytes,3,opt,name=source,proto3" json:"source,omitempty"`
// contains filtered or unexported fields
}
func (*InspectPoliciesResponse_DerivedRole) GetKind ¶
func (x *InspectPoliciesResponse_DerivedRole) GetKind() InspectPoliciesResponse_DerivedRole_Kind
func (*InspectPoliciesResponse_DerivedRole) GetName ¶
func (x *InspectPoliciesResponse_DerivedRole) GetName() string
func (*InspectPoliciesResponse_DerivedRole) GetSource ¶
func (x *InspectPoliciesResponse_DerivedRole) GetSource() string
func (*InspectPoliciesResponse_DerivedRole) ProtoMessage ¶
func (*InspectPoliciesResponse_DerivedRole) ProtoMessage()
func (*InspectPoliciesResponse_DerivedRole) ProtoReflect ¶
func (x *InspectPoliciesResponse_DerivedRole) ProtoReflect() protoreflect.Message
func (*InspectPoliciesResponse_DerivedRole) Reset ¶
func (x *InspectPoliciesResponse_DerivedRole) Reset()
func (*InspectPoliciesResponse_DerivedRole) SetKind ¶
func (x *InspectPoliciesResponse_DerivedRole) SetKind(v InspectPoliciesResponse_DerivedRole_Kind)
func (*InspectPoliciesResponse_DerivedRole) SetName ¶
func (x *InspectPoliciesResponse_DerivedRole) SetName(v string)
func (*InspectPoliciesResponse_DerivedRole) SetSource ¶
func (x *InspectPoliciesResponse_DerivedRole) SetSource(v string)
func (*InspectPoliciesResponse_DerivedRole) String ¶
func (x *InspectPoliciesResponse_DerivedRole) String() string
type InspectPoliciesResponse_DerivedRole_Kind ¶
type InspectPoliciesResponse_DerivedRole_Kind int32
const ( InspectPoliciesResponse_DerivedRole_KIND_UNSPECIFIED InspectPoliciesResponse_DerivedRole_Kind = 0 InspectPoliciesResponse_DerivedRole_KIND_UNDEFINED InspectPoliciesResponse_DerivedRole_Kind = 1 InspectPoliciesResponse_DerivedRole_KIND_EXPORTED InspectPoliciesResponse_DerivedRole_Kind = 2 InspectPoliciesResponse_DerivedRole_KIND_IMPORTED InspectPoliciesResponse_DerivedRole_Kind = 3 )
func (InspectPoliciesResponse_DerivedRole_Kind) Descriptor ¶
func (InspectPoliciesResponse_DerivedRole_Kind) Descriptor() protoreflect.EnumDescriptor
func (InspectPoliciesResponse_DerivedRole_Kind) Enum ¶
func (InspectPoliciesResponse_DerivedRole_Kind) Number ¶
func (x InspectPoliciesResponse_DerivedRole_Kind) Number() protoreflect.EnumNumber
func (InspectPoliciesResponse_DerivedRole_Kind) String ¶
func (x InspectPoliciesResponse_DerivedRole_Kind) String() string
func (InspectPoliciesResponse_DerivedRole_Kind) Type ¶
func (InspectPoliciesResponse_DerivedRole_Kind) Type() protoreflect.EnumType
type InspectPoliciesResponse_DerivedRole_builder ¶
type InspectPoliciesResponse_DerivedRole_builder struct {
Name string
Kind InspectPoliciesResponse_DerivedRole_Kind
Source string
// contains filtered or unexported fields
}
func (InspectPoliciesResponse_DerivedRole_builder) Build ¶
func (b0 InspectPoliciesResponse_DerivedRole_builder) Build() *InspectPoliciesResponse_DerivedRole
type InspectPoliciesResponse_Result ¶
type InspectPoliciesResponse_Result struct {
Actions []string `protobuf:"bytes,1,rep,name=actions,proto3" json:"actions,omitempty"`
Variables []*InspectPoliciesResponse_Variable `protobuf:"bytes,2,rep,name=variables,proto3" json:"variables,omitempty"`
PolicyId string `protobuf:"bytes,3,opt,name=policy_id,json=policyId,proto3" json:"policy_id,omitempty"`
DerivedRoles []*InspectPoliciesResponse_DerivedRole `protobuf:"bytes,4,rep,name=derived_roles,json=derivedRoles,proto3" json:"derived_roles,omitempty"`
Attributes []*InspectPoliciesResponse_Attribute `protobuf:"bytes,5,rep,name=attributes,proto3" json:"attributes,omitempty"`
Constants []*InspectPoliciesResponse_Constant `protobuf:"bytes,6,rep,name=constants,proto3" json:"constants,omitempty"`
// contains filtered or unexported fields
}
func (*InspectPoliciesResponse_Result) GetActions ¶
func (x *InspectPoliciesResponse_Result) GetActions() []string
func (*InspectPoliciesResponse_Result) GetAttributes ¶
func (x *InspectPoliciesResponse_Result) GetAttributes() []*InspectPoliciesResponse_Attribute
func (*InspectPoliciesResponse_Result) GetConstants ¶
func (x *InspectPoliciesResponse_Result) GetConstants() []*InspectPoliciesResponse_Constant
func (*InspectPoliciesResponse_Result) GetDerivedRoles ¶
func (x *InspectPoliciesResponse_Result) GetDerivedRoles() []*InspectPoliciesResponse_DerivedRole
func (*InspectPoliciesResponse_Result) GetPolicyId ¶
func (x *InspectPoliciesResponse_Result) GetPolicyId() string
func (*InspectPoliciesResponse_Result) GetVariables ¶
func (x *InspectPoliciesResponse_Result) GetVariables() []*InspectPoliciesResponse_Variable
func (*InspectPoliciesResponse_Result) ProtoMessage ¶
func (*InspectPoliciesResponse_Result) ProtoMessage()
func (*InspectPoliciesResponse_Result) ProtoReflect ¶
func (x *InspectPoliciesResponse_Result) ProtoReflect() protoreflect.Message
func (*InspectPoliciesResponse_Result) Reset ¶
func (x *InspectPoliciesResponse_Result) Reset()
func (*InspectPoliciesResponse_Result) SetActions ¶
func (x *InspectPoliciesResponse_Result) SetActions(v []string)
func (*InspectPoliciesResponse_Result) SetAttributes ¶
func (x *InspectPoliciesResponse_Result) SetAttributes(v []*InspectPoliciesResponse_Attribute)
func (*InspectPoliciesResponse_Result) SetConstants ¶
func (x *InspectPoliciesResponse_Result) SetConstants(v []*InspectPoliciesResponse_Constant)
func (*InspectPoliciesResponse_Result) SetDerivedRoles ¶
func (x *InspectPoliciesResponse_Result) SetDerivedRoles(v []*InspectPoliciesResponse_DerivedRole)
func (*InspectPoliciesResponse_Result) SetPolicyId ¶
func (x *InspectPoliciesResponse_Result) SetPolicyId(v string)
func (*InspectPoliciesResponse_Result) SetVariables ¶
func (x *InspectPoliciesResponse_Result) SetVariables(v []*InspectPoliciesResponse_Variable)
func (*InspectPoliciesResponse_Result) String ¶
func (x *InspectPoliciesResponse_Result) String() string
type InspectPoliciesResponse_Result_builder ¶
type InspectPoliciesResponse_Result_builder struct {
Actions []string
Variables []*InspectPoliciesResponse_Variable
PolicyId string
DerivedRoles []*InspectPoliciesResponse_DerivedRole
Attributes []*InspectPoliciesResponse_Attribute
Constants []*InspectPoliciesResponse_Constant
// contains filtered or unexported fields
}
func (InspectPoliciesResponse_Result_builder) Build ¶
func (b0 InspectPoliciesResponse_Result_builder) Build() *InspectPoliciesResponse_Result
type InspectPoliciesResponse_Variable ¶
type InspectPoliciesResponse_Variable struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
Kind InspectPoliciesResponse_Variable_Kind `protobuf:"varint,3,opt,name=kind,proto3,enum=cerbos.response.v1.InspectPoliciesResponse_Variable_Kind" json:"kind,omitempty"`
Source string `protobuf:"bytes,4,opt,name=source,proto3" json:"source,omitempty"`
Used bool `protobuf:"varint,5,opt,name=used,proto3" json:"used,omitempty"`
// contains filtered or unexported fields
}
func (*InspectPoliciesResponse_Variable) GetKind ¶
func (x *InspectPoliciesResponse_Variable) GetKind() InspectPoliciesResponse_Variable_Kind
func (*InspectPoliciesResponse_Variable) GetName ¶
func (x *InspectPoliciesResponse_Variable) GetName() string
func (*InspectPoliciesResponse_Variable) GetSource ¶
func (x *InspectPoliciesResponse_Variable) GetSource() string
func (*InspectPoliciesResponse_Variable) GetUsed ¶
func (x *InspectPoliciesResponse_Variable) GetUsed() bool
func (*InspectPoliciesResponse_Variable) GetValue ¶
func (x *InspectPoliciesResponse_Variable) GetValue() string
func (*InspectPoliciesResponse_Variable) ProtoMessage ¶
func (*InspectPoliciesResponse_Variable) ProtoMessage()
func (*InspectPoliciesResponse_Variable) ProtoReflect ¶
func (x *InspectPoliciesResponse_Variable) ProtoReflect() protoreflect.Message
func (*InspectPoliciesResponse_Variable) Reset ¶
func (x *InspectPoliciesResponse_Variable) Reset()
func (*InspectPoliciesResponse_Variable) SetKind ¶
func (x *InspectPoliciesResponse_Variable) SetKind(v InspectPoliciesResponse_Variable_Kind)
func (*InspectPoliciesResponse_Variable) SetName ¶
func (x *InspectPoliciesResponse_Variable) SetName(v string)
func (*InspectPoliciesResponse_Variable) SetSource ¶
func (x *InspectPoliciesResponse_Variable) SetSource(v string)
func (*InspectPoliciesResponse_Variable) SetUsed ¶
func (x *InspectPoliciesResponse_Variable) SetUsed(v bool)
func (*InspectPoliciesResponse_Variable) SetValue ¶
func (x *InspectPoliciesResponse_Variable) SetValue(v string)
func (*InspectPoliciesResponse_Variable) String ¶
func (x *InspectPoliciesResponse_Variable) String() string
type InspectPoliciesResponse_Variable_Kind ¶
type InspectPoliciesResponse_Variable_Kind int32
const ( InspectPoliciesResponse_Variable_KIND_UNSPECIFIED InspectPoliciesResponse_Variable_Kind = 0 InspectPoliciesResponse_Variable_KIND_EXPORTED InspectPoliciesResponse_Variable_Kind = 1 InspectPoliciesResponse_Variable_KIND_IMPORTED InspectPoliciesResponse_Variable_Kind = 2 InspectPoliciesResponse_Variable_KIND_LOCAL InspectPoliciesResponse_Variable_Kind = 3 InspectPoliciesResponse_Variable_KIND_UNDEFINED InspectPoliciesResponse_Variable_Kind = 4 InspectPoliciesResponse_Variable_KIND_UNKNOWN InspectPoliciesResponse_Variable_Kind = 5 )
func (InspectPoliciesResponse_Variable_Kind) Descriptor ¶
func (InspectPoliciesResponse_Variable_Kind) Descriptor() protoreflect.EnumDescriptor
func (InspectPoliciesResponse_Variable_Kind) Enum ¶
func (InspectPoliciesResponse_Variable_Kind) Number ¶
func (x InspectPoliciesResponse_Variable_Kind) Number() protoreflect.EnumNumber
func (InspectPoliciesResponse_Variable_Kind) String ¶
func (x InspectPoliciesResponse_Variable_Kind) String() string
func (InspectPoliciesResponse_Variable_Kind) Type ¶
func (InspectPoliciesResponse_Variable_Kind) Type() protoreflect.EnumType
type InspectPoliciesResponse_Variable_builder ¶
type InspectPoliciesResponse_Variable_builder struct {
Name string
Value string
Kind InspectPoliciesResponse_Variable_Kind
Source string
Used bool
// contains filtered or unexported fields
}
func (InspectPoliciesResponse_Variable_builder) Build ¶
func (b0 InspectPoliciesResponse_Variable_builder) Build() *InspectPoliciesResponse_Variable
type InspectPoliciesResponse_builder ¶
type InspectPoliciesResponse_builder struct {
Results map[string]*InspectPoliciesResponse_Result
// contains filtered or unexported fields
}
func (InspectPoliciesResponse_builder) Build ¶
func (b0 InspectPoliciesResponse_builder) Build() *InspectPoliciesResponse
type IntegrityErrors ¶
type IntegrityErrors struct {
BreaksScopeChain *IntegrityErrors_BreaksScopeChain `protobuf:"bytes,1,opt,name=breaks_scope_chain,json=breaksScopeChain,proto3" json:"breaks_scope_chain,omitempty"`
RequiredByOtherPolicies *IntegrityErrors_RequiredByOtherPolicies `` /* 134-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*IntegrityErrors) ClearBreaksScopeChain ¶
func (x *IntegrityErrors) ClearBreaksScopeChain()
func (*IntegrityErrors) ClearRequiredByOtherPolicies ¶
func (x *IntegrityErrors) ClearRequiredByOtherPolicies()
func (*IntegrityErrors) GetBreaksScopeChain ¶
func (x *IntegrityErrors) GetBreaksScopeChain() *IntegrityErrors_BreaksScopeChain
func (*IntegrityErrors) GetRequiredByOtherPolicies ¶
func (x *IntegrityErrors) GetRequiredByOtherPolicies() *IntegrityErrors_RequiredByOtherPolicies
func (*IntegrityErrors) HasBreaksScopeChain ¶
func (x *IntegrityErrors) HasBreaksScopeChain() bool
func (*IntegrityErrors) HasRequiredByOtherPolicies ¶
func (x *IntegrityErrors) HasRequiredByOtherPolicies() bool
func (*IntegrityErrors) ProtoMessage ¶
func (*IntegrityErrors) ProtoMessage()
func (*IntegrityErrors) ProtoReflect ¶
func (x *IntegrityErrors) ProtoReflect() protoreflect.Message
func (*IntegrityErrors) Reset ¶
func (x *IntegrityErrors) Reset()
func (*IntegrityErrors) SetBreaksScopeChain ¶
func (x *IntegrityErrors) SetBreaksScopeChain(v *IntegrityErrors_BreaksScopeChain)
func (*IntegrityErrors) SetRequiredByOtherPolicies ¶
func (x *IntegrityErrors) SetRequiredByOtherPolicies(v *IntegrityErrors_RequiredByOtherPolicies)
func (*IntegrityErrors) String ¶
func (x *IntegrityErrors) String() string
type IntegrityErrors_BreaksScopeChain ¶
type IntegrityErrors_BreaksScopeChain struct {
Descendants []string `protobuf:"bytes,1,rep,name=descendants,proto3" json:"descendants,omitempty"`
// contains filtered or unexported fields
}
func (*IntegrityErrors_BreaksScopeChain) GetDescendants ¶
func (x *IntegrityErrors_BreaksScopeChain) GetDescendants() []string
func (*IntegrityErrors_BreaksScopeChain) ProtoMessage ¶
func (*IntegrityErrors_BreaksScopeChain) ProtoMessage()
func (*IntegrityErrors_BreaksScopeChain) ProtoReflect ¶
func (x *IntegrityErrors_BreaksScopeChain) ProtoReflect() protoreflect.Message
func (*IntegrityErrors_BreaksScopeChain) Reset ¶
func (x *IntegrityErrors_BreaksScopeChain) Reset()
func (*IntegrityErrors_BreaksScopeChain) SetDescendants ¶
func (x *IntegrityErrors_BreaksScopeChain) SetDescendants(v []string)
func (*IntegrityErrors_BreaksScopeChain) String ¶
func (x *IntegrityErrors_BreaksScopeChain) String() string
type IntegrityErrors_BreaksScopeChain_builder ¶
type IntegrityErrors_BreaksScopeChain_builder struct {
Descendants []string
// contains filtered or unexported fields
}
func (IntegrityErrors_BreaksScopeChain_builder) Build ¶
func (b0 IntegrityErrors_BreaksScopeChain_builder) Build() *IntegrityErrors_BreaksScopeChain
type IntegrityErrors_RequiredByOtherPolicies ¶
type IntegrityErrors_RequiredByOtherPolicies struct {
Dependents []string `protobuf:"bytes,1,rep,name=dependents,proto3" json:"dependents,omitempty"`
// contains filtered or unexported fields
}
func (*IntegrityErrors_RequiredByOtherPolicies) GetDependents ¶
func (x *IntegrityErrors_RequiredByOtherPolicies) GetDependents() []string
func (*IntegrityErrors_RequiredByOtherPolicies) ProtoMessage ¶
func (*IntegrityErrors_RequiredByOtherPolicies) ProtoMessage()
func (*IntegrityErrors_RequiredByOtherPolicies) ProtoReflect ¶
func (x *IntegrityErrors_RequiredByOtherPolicies) ProtoReflect() protoreflect.Message
func (*IntegrityErrors_RequiredByOtherPolicies) Reset ¶
func (x *IntegrityErrors_RequiredByOtherPolicies) Reset()
func (*IntegrityErrors_RequiredByOtherPolicies) SetDependents ¶
func (x *IntegrityErrors_RequiredByOtherPolicies) SetDependents(v []string)
func (*IntegrityErrors_RequiredByOtherPolicies) String ¶
func (x *IntegrityErrors_RequiredByOtherPolicies) String() string
type IntegrityErrors_RequiredByOtherPolicies_builder ¶
type IntegrityErrors_RequiredByOtherPolicies_builder struct {
Dependents []string
// contains filtered or unexported fields
}
func (IntegrityErrors_RequiredByOtherPolicies_builder) Build ¶
type IntegrityErrors_builder ¶
type IntegrityErrors_builder struct {
BreaksScopeChain *IntegrityErrors_BreaksScopeChain
RequiredByOtherPolicies *IntegrityErrors_RequiredByOtherPolicies
// contains filtered or unexported fields
}
func (IntegrityErrors_builder) Build ¶
func (b0 IntegrityErrors_builder) Build() *IntegrityErrors
type ListAuditLogEntriesResponse ¶
type ListAuditLogEntriesResponse struct {
// Types that are valid to be assigned to Entry:
//
// *ListAuditLogEntriesResponse_AccessLogEntry
// *ListAuditLogEntriesResponse_DecisionLogEntry
Entry isListAuditLogEntriesResponse_Entry `protobuf_oneof:"entry"`
// contains filtered or unexported fields
}
func (*ListAuditLogEntriesResponse) ClearAccessLogEntry ¶
func (x *ListAuditLogEntriesResponse) ClearAccessLogEntry()
func (*ListAuditLogEntriesResponse) ClearDecisionLogEntry ¶
func (x *ListAuditLogEntriesResponse) ClearDecisionLogEntry()
func (*ListAuditLogEntriesResponse) ClearEntry ¶
func (x *ListAuditLogEntriesResponse) ClearEntry()
func (*ListAuditLogEntriesResponse) GetAccessLogEntry ¶
func (x *ListAuditLogEntriesResponse) GetAccessLogEntry() *v12.AccessLogEntry
func (*ListAuditLogEntriesResponse) GetDecisionLogEntry ¶
func (x *ListAuditLogEntriesResponse) GetDecisionLogEntry() *v12.DecisionLogEntry
func (*ListAuditLogEntriesResponse) GetEntry ¶
func (x *ListAuditLogEntriesResponse) GetEntry() isListAuditLogEntriesResponse_Entry
func (*ListAuditLogEntriesResponse) HasAccessLogEntry ¶
func (x *ListAuditLogEntriesResponse) HasAccessLogEntry() bool
func (*ListAuditLogEntriesResponse) HasDecisionLogEntry ¶
func (x *ListAuditLogEntriesResponse) HasDecisionLogEntry() bool
func (*ListAuditLogEntriesResponse) HasEntry ¶
func (x *ListAuditLogEntriesResponse) HasEntry() bool
func (*ListAuditLogEntriesResponse) ProtoMessage ¶
func (*ListAuditLogEntriesResponse) ProtoMessage()
func (*ListAuditLogEntriesResponse) ProtoReflect ¶
func (x *ListAuditLogEntriesResponse) ProtoReflect() protoreflect.Message
func (*ListAuditLogEntriesResponse) Reset ¶
func (x *ListAuditLogEntriesResponse) Reset()
func (*ListAuditLogEntriesResponse) SetAccessLogEntry ¶
func (x *ListAuditLogEntriesResponse) SetAccessLogEntry(v *v12.AccessLogEntry)
func (*ListAuditLogEntriesResponse) SetDecisionLogEntry ¶
func (x *ListAuditLogEntriesResponse) SetDecisionLogEntry(v *v12.DecisionLogEntry)
func (*ListAuditLogEntriesResponse) String ¶
func (x *ListAuditLogEntriesResponse) String() string
func (*ListAuditLogEntriesResponse) WhichEntry ¶
func (x *ListAuditLogEntriesResponse) WhichEntry() case_ListAuditLogEntriesResponse_Entry
type ListAuditLogEntriesResponse_AccessLogEntry ¶
type ListAuditLogEntriesResponse_AccessLogEntry struct {
AccessLogEntry *v12.AccessLogEntry `protobuf:"bytes,1,opt,name=access_log_entry,json=accessLogEntry,proto3,oneof"`
}
type ListAuditLogEntriesResponse_DecisionLogEntry ¶
type ListAuditLogEntriesResponse_DecisionLogEntry struct {
DecisionLogEntry *v12.DecisionLogEntry `protobuf:"bytes,2,opt,name=decision_log_entry,json=decisionLogEntry,proto3,oneof"`
}
type ListAuditLogEntriesResponse_builder ¶
type ListAuditLogEntriesResponse_builder struct {
// Fields of oneof Entry:
AccessLogEntry *v12.AccessLogEntry
DecisionLogEntry *v12.DecisionLogEntry
// contains filtered or unexported fields
}
func (ListAuditLogEntriesResponse_builder) Build ¶
func (b0 ListAuditLogEntriesResponse_builder) Build() *ListAuditLogEntriesResponse
type ListPoliciesResponse ¶
type ListPoliciesResponse struct {
PolicyIds []string `protobuf:"bytes,1,rep,name=policy_ids,json=policyIds,proto3" json:"policy_ids,omitempty"`
// contains filtered or unexported fields
}
func (*ListPoliciesResponse) GetPolicyIds ¶
func (x *ListPoliciesResponse) GetPolicyIds() []string
func (*ListPoliciesResponse) ProtoMessage ¶
func (*ListPoliciesResponse) ProtoMessage()
func (*ListPoliciesResponse) ProtoReflect ¶
func (x *ListPoliciesResponse) ProtoReflect() protoreflect.Message
func (*ListPoliciesResponse) Reset ¶
func (x *ListPoliciesResponse) Reset()
func (*ListPoliciesResponse) SetPolicyIds ¶
func (x *ListPoliciesResponse) SetPolicyIds(v []string)
func (*ListPoliciesResponse) String ¶
func (x *ListPoliciesResponse) String() string
type ListPoliciesResponse_builder ¶
type ListPoliciesResponse_builder struct {
PolicyIds []string
// contains filtered or unexported fields
}
func (ListPoliciesResponse_builder) Build ¶
func (b0 ListPoliciesResponse_builder) Build() *ListPoliciesResponse
type ListSchemasResponse ¶
type ListSchemasResponse struct {
SchemaIds []string `protobuf:"bytes,1,rep,name=schema_ids,json=schemaIds,proto3" json:"schema_ids,omitempty"`
// contains filtered or unexported fields
}
func (*ListSchemasResponse) GetSchemaIds ¶
func (x *ListSchemasResponse) GetSchemaIds() []string
func (*ListSchemasResponse) ProtoMessage ¶
func (*ListSchemasResponse) ProtoMessage()
func (*ListSchemasResponse) ProtoReflect ¶
func (x *ListSchemasResponse) ProtoReflect() protoreflect.Message
func (*ListSchemasResponse) Reset ¶
func (x *ListSchemasResponse) Reset()
func (*ListSchemasResponse) SetSchemaIds ¶
func (x *ListSchemasResponse) SetSchemaIds(v []string)
func (*ListSchemasResponse) String ¶
func (x *ListSchemasResponse) String() string
type ListSchemasResponse_builder ¶
type ListSchemasResponse_builder struct {
SchemaIds []string
// contains filtered or unexported fields
}
func (ListSchemasResponse_builder) Build ¶
func (b0 ListSchemasResponse_builder) Build() *ListSchemasResponse
type PlanResourcesResponse ¶
type PlanResourcesResponse struct {
RequestId string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
// Deprecated: Marked as deprecated in cerbos/response/v1/response.proto.
Action string `protobuf:"bytes,2,opt,name=action,proto3" json:"action,omitempty"`
Actions []string `protobuf:"bytes,9,rep,name=actions,proto3" json:"actions,omitempty"`
ResourceKind string `protobuf:"bytes,3,opt,name=resource_kind,json=resourceKind,proto3" json:"resource_kind,omitempty"`
PolicyVersion string `protobuf:"bytes,4,opt,name=policy_version,json=policyVersion,proto3" json:"policy_version,omitempty"`
Filter *v1.PlanResourcesFilter `protobuf:"bytes,5,opt,name=filter,proto3" json:"filter,omitempty"`
Meta *PlanResourcesResponse_Meta `protobuf:"bytes,6,opt,name=meta,proto3" json:"meta,omitempty"`
ValidationErrors []*v11.ValidationError `protobuf:"bytes,7,rep,name=validation_errors,json=validationErrors,proto3" json:"validation_errors,omitempty"`
CerbosCallId string `protobuf:"bytes,8,opt,name=cerbos_call_id,json=cerbosCallId,proto3" json:"cerbos_call_id,omitempty"`
// contains filtered or unexported fields
}
func (*PlanResourcesResponse) ClearFilter ¶
func (x *PlanResourcesResponse) ClearFilter()
func (*PlanResourcesResponse) ClearMeta ¶
func (x *PlanResourcesResponse) ClearMeta()
func (*PlanResourcesResponse) GetAction
deprecated
func (x *PlanResourcesResponse) GetAction() string
Deprecated: Marked as deprecated in cerbos/response/v1/response.proto.
func (*PlanResourcesResponse) GetActions ¶
func (x *PlanResourcesResponse) GetActions() []string
func (*PlanResourcesResponse) GetCerbosCallId ¶
func (x *PlanResourcesResponse) GetCerbosCallId() string
func (*PlanResourcesResponse) GetFilter ¶
func (x *PlanResourcesResponse) GetFilter() *v1.PlanResourcesFilter
func (*PlanResourcesResponse) GetMeta ¶
func (x *PlanResourcesResponse) GetMeta() *PlanResourcesResponse_Meta
func (*PlanResourcesResponse) GetPolicyVersion ¶
func (x *PlanResourcesResponse) GetPolicyVersion() string
func (*PlanResourcesResponse) GetRequestId ¶
func (x *PlanResourcesResponse) GetRequestId() string
func (*PlanResourcesResponse) GetResourceKind ¶
func (x *PlanResourcesResponse) GetResourceKind() string
func (*PlanResourcesResponse) GetValidationErrors ¶
func (x *PlanResourcesResponse) GetValidationErrors() []*v11.ValidationError
func (*PlanResourcesResponse) HasFilter ¶
func (x *PlanResourcesResponse) HasFilter() bool
func (*PlanResourcesResponse) HasMeta ¶
func (x *PlanResourcesResponse) HasMeta() bool
func (*PlanResourcesResponse) ProtoMessage ¶
func (*PlanResourcesResponse) ProtoMessage()
func (*PlanResourcesResponse) ProtoReflect ¶
func (x *PlanResourcesResponse) ProtoReflect() protoreflect.Message
func (*PlanResourcesResponse) Reset ¶
func (x *PlanResourcesResponse) Reset()
func (*PlanResourcesResponse) SetAction
deprecated
func (x *PlanResourcesResponse) SetAction(v string)
Deprecated: Marked as deprecated in cerbos/response/v1/response.proto.
func (*PlanResourcesResponse) SetActions ¶
func (x *PlanResourcesResponse) SetActions(v []string)
func (*PlanResourcesResponse) SetCerbosCallId ¶
func (x *PlanResourcesResponse) SetCerbosCallId(v string)
func (*PlanResourcesResponse) SetFilter ¶
func (x *PlanResourcesResponse) SetFilter(v *v1.PlanResourcesFilter)
func (*PlanResourcesResponse) SetMeta ¶
func (x *PlanResourcesResponse) SetMeta(v *PlanResourcesResponse_Meta)
func (*PlanResourcesResponse) SetPolicyVersion ¶
func (x *PlanResourcesResponse) SetPolicyVersion(v string)
func (*PlanResourcesResponse) SetRequestId ¶
func (x *PlanResourcesResponse) SetRequestId(v string)
func (*PlanResourcesResponse) SetResourceKind ¶
func (x *PlanResourcesResponse) SetResourceKind(v string)
func (*PlanResourcesResponse) SetValidationErrors ¶
func (x *PlanResourcesResponse) SetValidationErrors(v []*v11.ValidationError)
func (*PlanResourcesResponse) String ¶
func (x *PlanResourcesResponse) String() string
type PlanResourcesResponse_Meta ¶
type PlanResourcesResponse_Meta struct {
FilterDebug string `protobuf:"bytes,1,opt,name=filter_debug,json=filterDebug,proto3" json:"filter_debug,omitempty"`
// Deprecated: Marked as deprecated in cerbos/response/v1/response.proto.
MatchedScope string `protobuf:"bytes,2,opt,name=matched_scope,json=matchedScope,proto3" json:"matched_scope,omitempty"`
MatchedScopes map[string]string `` /* 174-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*PlanResourcesResponse_Meta) GetFilterDebug ¶
func (x *PlanResourcesResponse_Meta) GetFilterDebug() string
func (*PlanResourcesResponse_Meta) GetMatchedScope
deprecated
func (x *PlanResourcesResponse_Meta) GetMatchedScope() string
Deprecated: Marked as deprecated in cerbos/response/v1/response.proto.
func (*PlanResourcesResponse_Meta) GetMatchedScopes ¶
func (x *PlanResourcesResponse_Meta) GetMatchedScopes() map[string]string
func (*PlanResourcesResponse_Meta) ProtoMessage ¶
func (*PlanResourcesResponse_Meta) ProtoMessage()
func (*PlanResourcesResponse_Meta) ProtoReflect ¶
func (x *PlanResourcesResponse_Meta) ProtoReflect() protoreflect.Message
func (*PlanResourcesResponse_Meta) Reset ¶
func (x *PlanResourcesResponse_Meta) Reset()
func (*PlanResourcesResponse_Meta) SetFilterDebug ¶
func (x *PlanResourcesResponse_Meta) SetFilterDebug(v string)
func (*PlanResourcesResponse_Meta) SetMatchedScope
deprecated
func (x *PlanResourcesResponse_Meta) SetMatchedScope(v string)
Deprecated: Marked as deprecated in cerbos/response/v1/response.proto.
func (*PlanResourcesResponse_Meta) SetMatchedScopes ¶
func (x *PlanResourcesResponse_Meta) SetMatchedScopes(v map[string]string)
func (*PlanResourcesResponse_Meta) String ¶
func (x *PlanResourcesResponse_Meta) String() string
type PlanResourcesResponse_Meta_builder ¶
type PlanResourcesResponse_Meta_builder struct {
FilterDebug string
// Deprecated: Marked as deprecated in cerbos/response/v1/response.proto.
MatchedScope string
MatchedScopes map[string]string
// contains filtered or unexported fields
}
func (PlanResourcesResponse_Meta_builder) Build ¶
func (b0 PlanResourcesResponse_Meta_builder) Build() *PlanResourcesResponse_Meta
type PlanResourcesResponse_builder ¶
type PlanResourcesResponse_builder struct {
RequestId string
// Deprecated: Marked as deprecated in cerbos/response/v1/response.proto.
Action string
Actions []string
ResourceKind string
PolicyVersion string
Filter *v1.PlanResourcesFilter
Meta *PlanResourcesResponse_Meta
ValidationErrors []*v11.ValidationError
CerbosCallId string
// contains filtered or unexported fields
}
func (PlanResourcesResponse_builder) Build ¶
func (b0 PlanResourcesResponse_builder) Build() *PlanResourcesResponse
type PlaygroundEvaluateResponse ¶
type PlaygroundEvaluateResponse struct {
PlaygroundId string `protobuf:"bytes,1,opt,name=playground_id,json=playgroundId,proto3" json:"playground_id,omitempty"`
// Types that are valid to be assigned to Outcome:
//
// *PlaygroundEvaluateResponse_Failure
// *PlaygroundEvaluateResponse_Success
Outcome isPlaygroundEvaluateResponse_Outcome `protobuf_oneof:"outcome"`
// contains filtered or unexported fields
}
func (*PlaygroundEvaluateResponse) ClearFailure ¶
func (x *PlaygroundEvaluateResponse) ClearFailure()
func (*PlaygroundEvaluateResponse) ClearOutcome ¶
func (x *PlaygroundEvaluateResponse) ClearOutcome()
func (*PlaygroundEvaluateResponse) ClearSuccess ¶
func (x *PlaygroundEvaluateResponse) ClearSuccess()
func (*PlaygroundEvaluateResponse) GetFailure ¶
func (x *PlaygroundEvaluateResponse) GetFailure() *PlaygroundFailure
func (*PlaygroundEvaluateResponse) GetOutcome ¶
func (x *PlaygroundEvaluateResponse) GetOutcome() isPlaygroundEvaluateResponse_Outcome
func (*PlaygroundEvaluateResponse) GetPlaygroundId ¶
func (x *PlaygroundEvaluateResponse) GetPlaygroundId() string
func (*PlaygroundEvaluateResponse) GetSuccess ¶
func (x *PlaygroundEvaluateResponse) GetSuccess() *PlaygroundEvaluateResponse_EvalResultList
func (*PlaygroundEvaluateResponse) HasFailure ¶
func (x *PlaygroundEvaluateResponse) HasFailure() bool
func (*PlaygroundEvaluateResponse) HasOutcome ¶
func (x *PlaygroundEvaluateResponse) HasOutcome() bool
func (*PlaygroundEvaluateResponse) HasSuccess ¶
func (x *PlaygroundEvaluateResponse) HasSuccess() bool
func (*PlaygroundEvaluateResponse) ProtoMessage ¶
func (*PlaygroundEvaluateResponse) ProtoMessage()
func (*PlaygroundEvaluateResponse) ProtoReflect ¶
func (x *PlaygroundEvaluateResponse) ProtoReflect() protoreflect.Message
func (*PlaygroundEvaluateResponse) Reset ¶
func (x *PlaygroundEvaluateResponse) Reset()
func (*PlaygroundEvaluateResponse) SetFailure ¶
func (x *PlaygroundEvaluateResponse) SetFailure(v *PlaygroundFailure)
func (*PlaygroundEvaluateResponse) SetPlaygroundId ¶
func (x *PlaygroundEvaluateResponse) SetPlaygroundId(v string)
func (*PlaygroundEvaluateResponse) SetSuccess ¶
func (x *PlaygroundEvaluateResponse) SetSuccess(v *PlaygroundEvaluateResponse_EvalResultList)
func (*PlaygroundEvaluateResponse) String ¶
func (x *PlaygroundEvaluateResponse) String() string
func (*PlaygroundEvaluateResponse) WhichOutcome ¶
func (x *PlaygroundEvaluateResponse) WhichOutcome() case_PlaygroundEvaluateResponse_Outcome
type PlaygroundEvaluateResponse_EvalResult ¶
type PlaygroundEvaluateResponse_EvalResult struct {
Action string `protobuf:"bytes,1,opt,name=action,proto3" json:"action,omitempty"`
Effect v14.Effect `protobuf:"varint,2,opt,name=effect,proto3,enum=cerbos.effect.v1.Effect" json:"effect,omitempty"`
Policy string `protobuf:"bytes,3,opt,name=policy,proto3" json:"policy,omitempty"`
// Deprecated: Marked as deprecated in cerbos/response/v1/response.proto.
EffectiveDerivedRoles []string `` /* 126-byte string literal not displayed */
// Deprecated: Marked as deprecated in cerbos/response/v1/response.proto.
ValidationErrors []*v11.ValidationError `protobuf:"bytes,5,rep,name=validation_errors,json=validationErrors,proto3" json:"validation_errors,omitempty"`
// contains filtered or unexported fields
}
func (*PlaygroundEvaluateResponse_EvalResult) GetAction ¶
func (x *PlaygroundEvaluateResponse_EvalResult) GetAction() string
func (*PlaygroundEvaluateResponse_EvalResult) GetEffect ¶
func (x *PlaygroundEvaluateResponse_EvalResult) GetEffect() v14.Effect
func (*PlaygroundEvaluateResponse_EvalResult) GetEffectiveDerivedRoles
deprecated
func (x *PlaygroundEvaluateResponse_EvalResult) GetEffectiveDerivedRoles() []string
Deprecated: Marked as deprecated in cerbos/response/v1/response.proto.
func (*PlaygroundEvaluateResponse_EvalResult) GetPolicy ¶
func (x *PlaygroundEvaluateResponse_EvalResult) GetPolicy() string
func (*PlaygroundEvaluateResponse_EvalResult) GetValidationErrors
deprecated
func (x *PlaygroundEvaluateResponse_EvalResult) GetValidationErrors() []*v11.ValidationError
Deprecated: Marked as deprecated in cerbos/response/v1/response.proto.
func (*PlaygroundEvaluateResponse_EvalResult) ProtoMessage ¶
func (*PlaygroundEvaluateResponse_EvalResult) ProtoMessage()
func (*PlaygroundEvaluateResponse_EvalResult) ProtoReflect ¶
func (x *PlaygroundEvaluateResponse_EvalResult) ProtoReflect() protoreflect.Message
func (*PlaygroundEvaluateResponse_EvalResult) Reset ¶
func (x *PlaygroundEvaluateResponse_EvalResult) Reset()
func (*PlaygroundEvaluateResponse_EvalResult) SetAction ¶
func (x *PlaygroundEvaluateResponse_EvalResult) SetAction(v string)
func (*PlaygroundEvaluateResponse_EvalResult) SetEffect ¶
func (x *PlaygroundEvaluateResponse_EvalResult) SetEffect(v v14.Effect)
func (*PlaygroundEvaluateResponse_EvalResult) SetEffectiveDerivedRoles
deprecated
func (x *PlaygroundEvaluateResponse_EvalResult) SetEffectiveDerivedRoles(v []string)
Deprecated: Marked as deprecated in cerbos/response/v1/response.proto.
func (*PlaygroundEvaluateResponse_EvalResult) SetPolicy ¶
func (x *PlaygroundEvaluateResponse_EvalResult) SetPolicy(v string)
func (*PlaygroundEvaluateResponse_EvalResult) SetValidationErrors
deprecated
func (x *PlaygroundEvaluateResponse_EvalResult) SetValidationErrors(v []*v11.ValidationError)
Deprecated: Marked as deprecated in cerbos/response/v1/response.proto.
func (*PlaygroundEvaluateResponse_EvalResult) String ¶
func (x *PlaygroundEvaluateResponse_EvalResult) String() string
type PlaygroundEvaluateResponse_EvalResultList ¶
type PlaygroundEvaluateResponse_EvalResultList struct {
Results []*PlaygroundEvaluateResponse_EvalResult `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
EffectiveDerivedRoles []string `` /* 126-byte string literal not displayed */
ValidationErrors []*v11.ValidationError `protobuf:"bytes,3,rep,name=validation_errors,json=validationErrors,proto3" json:"validation_errors,omitempty"`
Outputs []*v1.OutputEntry `protobuf:"bytes,4,rep,name=outputs,proto3" json:"outputs,omitempty"`
// contains filtered or unexported fields
}
func (*PlaygroundEvaluateResponse_EvalResultList) GetEffectiveDerivedRoles ¶
func (x *PlaygroundEvaluateResponse_EvalResultList) GetEffectiveDerivedRoles() []string
func (*PlaygroundEvaluateResponse_EvalResultList) GetOutputs ¶
func (x *PlaygroundEvaluateResponse_EvalResultList) GetOutputs() []*v1.OutputEntry
func (*PlaygroundEvaluateResponse_EvalResultList) GetResults ¶
func (x *PlaygroundEvaluateResponse_EvalResultList) GetResults() []*PlaygroundEvaluateResponse_EvalResult
func (*PlaygroundEvaluateResponse_EvalResultList) GetValidationErrors ¶
func (x *PlaygroundEvaluateResponse_EvalResultList) GetValidationErrors() []*v11.ValidationError
func (*PlaygroundEvaluateResponse_EvalResultList) ProtoMessage ¶
func (*PlaygroundEvaluateResponse_EvalResultList) ProtoMessage()
func (*PlaygroundEvaluateResponse_EvalResultList) ProtoReflect ¶
func (x *PlaygroundEvaluateResponse_EvalResultList) ProtoReflect() protoreflect.Message
func (*PlaygroundEvaluateResponse_EvalResultList) Reset ¶
func (x *PlaygroundEvaluateResponse_EvalResultList) Reset()
func (*PlaygroundEvaluateResponse_EvalResultList) SetEffectiveDerivedRoles ¶
func (x *PlaygroundEvaluateResponse_EvalResultList) SetEffectiveDerivedRoles(v []string)
func (*PlaygroundEvaluateResponse_EvalResultList) SetOutputs ¶
func (x *PlaygroundEvaluateResponse_EvalResultList) SetOutputs(v []*v1.OutputEntry)
func (*PlaygroundEvaluateResponse_EvalResultList) SetResults ¶
func (x *PlaygroundEvaluateResponse_EvalResultList) SetResults(v []*PlaygroundEvaluateResponse_EvalResult)
func (*PlaygroundEvaluateResponse_EvalResultList) SetValidationErrors ¶
func (x *PlaygroundEvaluateResponse_EvalResultList) SetValidationErrors(v []*v11.ValidationError)
func (*PlaygroundEvaluateResponse_EvalResultList) String ¶
func (x *PlaygroundEvaluateResponse_EvalResultList) String() string
type PlaygroundEvaluateResponse_EvalResultList_builder ¶
type PlaygroundEvaluateResponse_EvalResultList_builder struct {
Results []*PlaygroundEvaluateResponse_EvalResult
EffectiveDerivedRoles []string
ValidationErrors []*v11.ValidationError
Outputs []*v1.OutputEntry
// contains filtered or unexported fields
}
func (PlaygroundEvaluateResponse_EvalResultList_builder) Build ¶
type PlaygroundEvaluateResponse_EvalResult_builder ¶
type PlaygroundEvaluateResponse_EvalResult_builder struct {
Action string
Effect v14.Effect
Policy string
// Deprecated: Marked as deprecated in cerbos/response/v1/response.proto.
EffectiveDerivedRoles []string
// Deprecated: Marked as deprecated in cerbos/response/v1/response.proto.
ValidationErrors []*v11.ValidationError
// contains filtered or unexported fields
}
func (PlaygroundEvaluateResponse_EvalResult_builder) Build ¶
type PlaygroundEvaluateResponse_Failure ¶
type PlaygroundEvaluateResponse_Failure struct {
Failure *PlaygroundFailure `protobuf:"bytes,2,opt,name=failure,proto3,oneof"`
}
type PlaygroundEvaluateResponse_Success ¶
type PlaygroundEvaluateResponse_Success struct {
Success *PlaygroundEvaluateResponse_EvalResultList `protobuf:"bytes,3,opt,name=success,proto3,oneof"`
}
type PlaygroundEvaluateResponse_builder ¶
type PlaygroundEvaluateResponse_builder struct {
PlaygroundId string
// Fields of oneof Outcome:
Failure *PlaygroundFailure
Success *PlaygroundEvaluateResponse_EvalResultList
// contains filtered or unexported fields
}
func (PlaygroundEvaluateResponse_builder) Build ¶
func (b0 PlaygroundEvaluateResponse_builder) Build() *PlaygroundEvaluateResponse
type PlaygroundFailure ¶
type PlaygroundFailure struct {
Errors []*PlaygroundFailure_Error `protobuf:"bytes,1,rep,name=errors,proto3" json:"errors,omitempty"`
// contains filtered or unexported fields
}
func (*PlaygroundFailure) GetErrors ¶
func (x *PlaygroundFailure) GetErrors() []*PlaygroundFailure_Error
func (*PlaygroundFailure) ProtoMessage ¶
func (*PlaygroundFailure) ProtoMessage()
func (*PlaygroundFailure) ProtoReflect ¶
func (x *PlaygroundFailure) ProtoReflect() protoreflect.Message
func (*PlaygroundFailure) Reset ¶
func (x *PlaygroundFailure) Reset()
func (*PlaygroundFailure) SetErrors ¶
func (x *PlaygroundFailure) SetErrors(v []*PlaygroundFailure_Error)
func (*PlaygroundFailure) String ¶
func (x *PlaygroundFailure) String() string
type PlaygroundFailure_Error ¶
type PlaygroundFailure_Error struct {
File string `protobuf:"bytes,1,opt,name=file,proto3" json:"file,omitempty"`
Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
Details *PlaygroundFailure_ErrorDetails `protobuf:"bytes,3,opt,name=details,proto3" json:"details,omitempty"`
// contains filtered or unexported fields
}
func (*PlaygroundFailure_Error) ClearDetails ¶
func (x *PlaygroundFailure_Error) ClearDetails()
func (*PlaygroundFailure_Error) GetDetails ¶
func (x *PlaygroundFailure_Error) GetDetails() *PlaygroundFailure_ErrorDetails
func (*PlaygroundFailure_Error) GetError ¶
func (x *PlaygroundFailure_Error) GetError() string
func (*PlaygroundFailure_Error) GetFile ¶
func (x *PlaygroundFailure_Error) GetFile() string
func (*PlaygroundFailure_Error) HasDetails ¶
func (x *PlaygroundFailure_Error) HasDetails() bool
func (*PlaygroundFailure_Error) ProtoMessage ¶
func (*PlaygroundFailure_Error) ProtoMessage()
func (*PlaygroundFailure_Error) ProtoReflect ¶
func (x *PlaygroundFailure_Error) ProtoReflect() protoreflect.Message
func (*PlaygroundFailure_Error) Reset ¶
func (x *PlaygroundFailure_Error) Reset()
func (*PlaygroundFailure_Error) SetDetails ¶
func (x *PlaygroundFailure_Error) SetDetails(v *PlaygroundFailure_ErrorDetails)
func (*PlaygroundFailure_Error) SetError ¶
func (x *PlaygroundFailure_Error) SetError(v string)
func (*PlaygroundFailure_Error) SetFile ¶
func (x *PlaygroundFailure_Error) SetFile(v string)
func (*PlaygroundFailure_Error) String ¶
func (x *PlaygroundFailure_Error) String() string
type PlaygroundFailure_ErrorDetails ¶
type PlaygroundFailure_ErrorDetails struct {
Line uint32 `protobuf:"varint,1,opt,name=line,proto3" json:"line,omitempty"`
Column uint32 `protobuf:"varint,2,opt,name=column,proto3" json:"column,omitempty"`
Context string `protobuf:"bytes,3,opt,name=context,proto3" json:"context,omitempty"`
// contains filtered or unexported fields
}
func (*PlaygroundFailure_ErrorDetails) GetColumn ¶
func (x *PlaygroundFailure_ErrorDetails) GetColumn() uint32
func (*PlaygroundFailure_ErrorDetails) GetContext ¶
func (x *PlaygroundFailure_ErrorDetails) GetContext() string
func (*PlaygroundFailure_ErrorDetails) GetLine ¶
func (x *PlaygroundFailure_ErrorDetails) GetLine() uint32
func (*PlaygroundFailure_ErrorDetails) ProtoMessage ¶
func (*PlaygroundFailure_ErrorDetails) ProtoMessage()
func (*PlaygroundFailure_ErrorDetails) ProtoReflect ¶
func (x *PlaygroundFailure_ErrorDetails) ProtoReflect() protoreflect.Message
func (*PlaygroundFailure_ErrorDetails) Reset ¶
func (x *PlaygroundFailure_ErrorDetails) Reset()
func (*PlaygroundFailure_ErrorDetails) SetColumn ¶
func (x *PlaygroundFailure_ErrorDetails) SetColumn(v uint32)
func (*PlaygroundFailure_ErrorDetails) SetContext ¶
func (x *PlaygroundFailure_ErrorDetails) SetContext(v string)
func (*PlaygroundFailure_ErrorDetails) SetLine ¶
func (x *PlaygroundFailure_ErrorDetails) SetLine(v uint32)
func (*PlaygroundFailure_ErrorDetails) String ¶
func (x *PlaygroundFailure_ErrorDetails) String() string
type PlaygroundFailure_ErrorDetails_builder ¶
type PlaygroundFailure_ErrorDetails_builder struct {
Line uint32
Column uint32
Context string
// contains filtered or unexported fields
}
func (PlaygroundFailure_ErrorDetails_builder) Build ¶
func (b0 PlaygroundFailure_ErrorDetails_builder) Build() *PlaygroundFailure_ErrorDetails
type PlaygroundFailure_Error_builder ¶
type PlaygroundFailure_Error_builder struct {
File string
Error string
Details *PlaygroundFailure_ErrorDetails
// contains filtered or unexported fields
}
func (PlaygroundFailure_Error_builder) Build ¶
func (b0 PlaygroundFailure_Error_builder) Build() *PlaygroundFailure_Error
type PlaygroundFailure_builder ¶
type PlaygroundFailure_builder struct {
Errors []*PlaygroundFailure_Error
// contains filtered or unexported fields
}
func (PlaygroundFailure_builder) Build ¶
func (b0 PlaygroundFailure_builder) Build() *PlaygroundFailure
type PlaygroundProxyResponse ¶
type PlaygroundProxyResponse struct {
PlaygroundId string `protobuf:"bytes,1,opt,name=playground_id,json=playgroundId,proto3" json:"playground_id,omitempty"`
// Types that are valid to be assigned to Outcome:
//
// *PlaygroundProxyResponse_Failure
// *PlaygroundProxyResponse_CheckResourceSet
// *PlaygroundProxyResponse_CheckResourceBatch
// *PlaygroundProxyResponse_PlanResources
// *PlaygroundProxyResponse_CheckResources
Outcome isPlaygroundProxyResponse_Outcome `protobuf_oneof:"outcome"`
// contains filtered or unexported fields
}
func (*PlaygroundProxyResponse) ClearCheckResourceBatch ¶
func (x *PlaygroundProxyResponse) ClearCheckResourceBatch()
func (*PlaygroundProxyResponse) ClearCheckResourceSet ¶
func (x *PlaygroundProxyResponse) ClearCheckResourceSet()
func (*PlaygroundProxyResponse) ClearCheckResources ¶
func (x *PlaygroundProxyResponse) ClearCheckResources()
func (*PlaygroundProxyResponse) ClearFailure ¶
func (x *PlaygroundProxyResponse) ClearFailure()
func (*PlaygroundProxyResponse) ClearOutcome ¶
func (x *PlaygroundProxyResponse) ClearOutcome()
func (*PlaygroundProxyResponse) ClearPlanResources ¶
func (x *PlaygroundProxyResponse) ClearPlanResources()
func (*PlaygroundProxyResponse) GetCheckResourceBatch ¶
func (x *PlaygroundProxyResponse) GetCheckResourceBatch() *CheckResourceBatchResponse
func (*PlaygroundProxyResponse) GetCheckResourceSet ¶
func (x *PlaygroundProxyResponse) GetCheckResourceSet() *CheckResourceSetResponse
func (*PlaygroundProxyResponse) GetCheckResources ¶
func (x *PlaygroundProxyResponse) GetCheckResources() *CheckResourcesResponse
func (*PlaygroundProxyResponse) GetFailure ¶
func (x *PlaygroundProxyResponse) GetFailure() *PlaygroundFailure
func (*PlaygroundProxyResponse) GetOutcome ¶
func (x *PlaygroundProxyResponse) GetOutcome() isPlaygroundProxyResponse_Outcome
func (*PlaygroundProxyResponse) GetPlanResources ¶
func (x *PlaygroundProxyResponse) GetPlanResources() *PlanResourcesResponse
func (*PlaygroundProxyResponse) GetPlaygroundId ¶
func (x *PlaygroundProxyResponse) GetPlaygroundId() string
func (*PlaygroundProxyResponse) HasCheckResourceBatch ¶
func (x *PlaygroundProxyResponse) HasCheckResourceBatch() bool
func (*PlaygroundProxyResponse) HasCheckResourceSet ¶
func (x *PlaygroundProxyResponse) HasCheckResourceSet() bool
func (*PlaygroundProxyResponse) HasCheckResources ¶
func (x *PlaygroundProxyResponse) HasCheckResources() bool
func (*PlaygroundProxyResponse) HasFailure ¶
func (x *PlaygroundProxyResponse) HasFailure() bool
func (*PlaygroundProxyResponse) HasOutcome ¶
func (x *PlaygroundProxyResponse) HasOutcome() bool
func (*PlaygroundProxyResponse) HasPlanResources ¶
func (x *PlaygroundProxyResponse) HasPlanResources() bool
func (*PlaygroundProxyResponse) ProtoMessage ¶
func (*PlaygroundProxyResponse) ProtoMessage()
func (*PlaygroundProxyResponse) ProtoReflect ¶
func (x *PlaygroundProxyResponse) ProtoReflect() protoreflect.Message
func (*PlaygroundProxyResponse) Reset ¶
func (x *PlaygroundProxyResponse) Reset()
func (*PlaygroundProxyResponse) SetCheckResourceBatch ¶
func (x *PlaygroundProxyResponse) SetCheckResourceBatch(v *CheckResourceBatchResponse)
func (*PlaygroundProxyResponse) SetCheckResourceSet ¶
func (x *PlaygroundProxyResponse) SetCheckResourceSet(v *CheckResourceSetResponse)
func (*PlaygroundProxyResponse) SetCheckResources ¶
func (x *PlaygroundProxyResponse) SetCheckResources(v *CheckResourcesResponse)
func (*PlaygroundProxyResponse) SetFailure ¶
func (x *PlaygroundProxyResponse) SetFailure(v *PlaygroundFailure)
func (*PlaygroundProxyResponse) SetPlanResources ¶
func (x *PlaygroundProxyResponse) SetPlanResources(v *PlanResourcesResponse)
func (*PlaygroundProxyResponse) SetPlaygroundId ¶
func (x *PlaygroundProxyResponse) SetPlaygroundId(v string)
func (*PlaygroundProxyResponse) String ¶
func (x *PlaygroundProxyResponse) String() string
func (*PlaygroundProxyResponse) WhichOutcome ¶
func (x *PlaygroundProxyResponse) WhichOutcome() case_PlaygroundProxyResponse_Outcome
type PlaygroundProxyResponse_CheckResourceBatch ¶
type PlaygroundProxyResponse_CheckResourceBatch struct {
CheckResourceBatch *CheckResourceBatchResponse `protobuf:"bytes,4,opt,name=check_resource_batch,json=checkResourceBatch,proto3,oneof"`
}
type PlaygroundProxyResponse_CheckResourceSet ¶
type PlaygroundProxyResponse_CheckResourceSet struct {
CheckResourceSet *CheckResourceSetResponse `protobuf:"bytes,3,opt,name=check_resource_set,json=checkResourceSet,proto3,oneof"`
}
type PlaygroundProxyResponse_CheckResources ¶
type PlaygroundProxyResponse_CheckResources struct {
CheckResources *CheckResourcesResponse `protobuf:"bytes,6,opt,name=check_resources,json=checkResources,proto3,oneof"`
}
type PlaygroundProxyResponse_Failure ¶
type PlaygroundProxyResponse_Failure struct {
Failure *PlaygroundFailure `protobuf:"bytes,2,opt,name=failure,proto3,oneof"`
}
type PlaygroundProxyResponse_PlanResources ¶
type PlaygroundProxyResponse_PlanResources struct {
PlanResources *PlanResourcesResponse `protobuf:"bytes,5,opt,name=plan_resources,json=planResources,proto3,oneof"`
}
type PlaygroundProxyResponse_builder ¶
type PlaygroundProxyResponse_builder struct {
PlaygroundId string
// Fields of oneof Outcome:
Failure *PlaygroundFailure
CheckResourceSet *CheckResourceSetResponse
CheckResourceBatch *CheckResourceBatchResponse
PlanResources *PlanResourcesResponse
CheckResources *CheckResourcesResponse
// contains filtered or unexported fields
}
func (PlaygroundProxyResponse_builder) Build ¶
func (b0 PlaygroundProxyResponse_builder) Build() *PlaygroundProxyResponse
type PlaygroundTestResponse ¶
type PlaygroundTestResponse struct {
PlaygroundId string `protobuf:"bytes,1,opt,name=playground_id,json=playgroundId,proto3" json:"playground_id,omitempty"`
// Types that are valid to be assigned to Outcome:
//
// *PlaygroundTestResponse_Failure
// *PlaygroundTestResponse_Success
Outcome isPlaygroundTestResponse_Outcome `protobuf_oneof:"outcome"`
// contains filtered or unexported fields
}
func (*PlaygroundTestResponse) ClearFailure ¶
func (x *PlaygroundTestResponse) ClearFailure()
func (*PlaygroundTestResponse) ClearOutcome ¶
func (x *PlaygroundTestResponse) ClearOutcome()
func (*PlaygroundTestResponse) ClearSuccess ¶
func (x *PlaygroundTestResponse) ClearSuccess()
func (*PlaygroundTestResponse) GetFailure ¶
func (x *PlaygroundTestResponse) GetFailure() *PlaygroundFailure
func (*PlaygroundTestResponse) GetOutcome ¶
func (x *PlaygroundTestResponse) GetOutcome() isPlaygroundTestResponse_Outcome
func (*PlaygroundTestResponse) GetPlaygroundId ¶
func (x *PlaygroundTestResponse) GetPlaygroundId() string
func (*PlaygroundTestResponse) GetSuccess ¶
func (x *PlaygroundTestResponse) GetSuccess() *PlaygroundTestResponse_TestResults
func (*PlaygroundTestResponse) HasFailure ¶
func (x *PlaygroundTestResponse) HasFailure() bool
func (*PlaygroundTestResponse) HasOutcome ¶
func (x *PlaygroundTestResponse) HasOutcome() bool
func (*PlaygroundTestResponse) HasSuccess ¶
func (x *PlaygroundTestResponse) HasSuccess() bool
func (*PlaygroundTestResponse) ProtoMessage ¶
func (*PlaygroundTestResponse) ProtoMessage()
func (*PlaygroundTestResponse) ProtoReflect ¶
func (x *PlaygroundTestResponse) ProtoReflect() protoreflect.Message
func (*PlaygroundTestResponse) Reset ¶
func (x *PlaygroundTestResponse) Reset()
func (*PlaygroundTestResponse) SetFailure ¶
func (x *PlaygroundTestResponse) SetFailure(v *PlaygroundFailure)
func (*PlaygroundTestResponse) SetPlaygroundId ¶
func (x *PlaygroundTestResponse) SetPlaygroundId(v string)
func (*PlaygroundTestResponse) SetSuccess ¶
func (x *PlaygroundTestResponse) SetSuccess(v *PlaygroundTestResponse_TestResults)
func (*PlaygroundTestResponse) String ¶
func (x *PlaygroundTestResponse) String() string
func (*PlaygroundTestResponse) WhichOutcome ¶
func (x *PlaygroundTestResponse) WhichOutcome() case_PlaygroundTestResponse_Outcome
type PlaygroundTestResponse_Failure ¶
type PlaygroundTestResponse_Failure struct {
Failure *PlaygroundFailure `protobuf:"bytes,2,opt,name=failure,proto3,oneof"`
}
type PlaygroundTestResponse_Success ¶
type PlaygroundTestResponse_Success struct {
Success *PlaygroundTestResponse_TestResults `protobuf:"bytes,3,opt,name=success,proto3,oneof"`
}
type PlaygroundTestResponse_TestResults ¶
type PlaygroundTestResponse_TestResults struct {
Results *v13.TestResults `protobuf:"bytes,1,opt,name=results,proto3" json:"results,omitempty"`
// contains filtered or unexported fields
}
func (*PlaygroundTestResponse_TestResults) ClearResults ¶
func (x *PlaygroundTestResponse_TestResults) ClearResults()
func (*PlaygroundTestResponse_TestResults) GetResults ¶
func (x *PlaygroundTestResponse_TestResults) GetResults() *v13.TestResults
func (*PlaygroundTestResponse_TestResults) HasResults ¶
func (x *PlaygroundTestResponse_TestResults) HasResults() bool
func (*PlaygroundTestResponse_TestResults) ProtoMessage ¶
func (*PlaygroundTestResponse_TestResults) ProtoMessage()
func (*PlaygroundTestResponse_TestResults) ProtoReflect ¶
func (x *PlaygroundTestResponse_TestResults) ProtoReflect() protoreflect.Message
func (*PlaygroundTestResponse_TestResults) Reset ¶
func (x *PlaygroundTestResponse_TestResults) Reset()
func (*PlaygroundTestResponse_TestResults) SetResults ¶
func (x *PlaygroundTestResponse_TestResults) SetResults(v *v13.TestResults)
func (*PlaygroundTestResponse_TestResults) String ¶
func (x *PlaygroundTestResponse_TestResults) String() string
type PlaygroundTestResponse_TestResults_builder ¶
type PlaygroundTestResponse_TestResults_builder struct {
Results *v13.TestResults
// contains filtered or unexported fields
}
func (PlaygroundTestResponse_TestResults_builder) Build ¶
func (b0 PlaygroundTestResponse_TestResults_builder) Build() *PlaygroundTestResponse_TestResults
type PlaygroundTestResponse_builder ¶
type PlaygroundTestResponse_builder struct {
PlaygroundId string
// Fields of oneof Outcome:
Failure *PlaygroundFailure
Success *PlaygroundTestResponse_TestResults
// contains filtered or unexported fields
}
func (PlaygroundTestResponse_builder) Build ¶
func (b0 PlaygroundTestResponse_builder) Build() *PlaygroundTestResponse
type PlaygroundValidateResponse ¶
type PlaygroundValidateResponse struct {
PlaygroundId string `protobuf:"bytes,1,opt,name=playground_id,json=playgroundId,proto3" json:"playground_id,omitempty"`
// Types that are valid to be assigned to Outcome:
//
// *PlaygroundValidateResponse_Failure
// *PlaygroundValidateResponse_Success
Outcome isPlaygroundValidateResponse_Outcome `protobuf_oneof:"outcome"`
// contains filtered or unexported fields
}
func (*PlaygroundValidateResponse) ClearFailure ¶
func (x *PlaygroundValidateResponse) ClearFailure()
func (*PlaygroundValidateResponse) ClearOutcome ¶
func (x *PlaygroundValidateResponse) ClearOutcome()
func (*PlaygroundValidateResponse) ClearSuccess ¶
func (x *PlaygroundValidateResponse) ClearSuccess()
func (*PlaygroundValidateResponse) GetFailure ¶
func (x *PlaygroundValidateResponse) GetFailure() *PlaygroundFailure
func (*PlaygroundValidateResponse) GetOutcome ¶
func (x *PlaygroundValidateResponse) GetOutcome() isPlaygroundValidateResponse_Outcome
func (*PlaygroundValidateResponse) GetPlaygroundId ¶
func (x *PlaygroundValidateResponse) GetPlaygroundId() string
func (*PlaygroundValidateResponse) GetSuccess ¶
func (x *PlaygroundValidateResponse) GetSuccess() *emptypb.Empty
func (*PlaygroundValidateResponse) HasFailure ¶
func (x *PlaygroundValidateResponse) HasFailure() bool
func (*PlaygroundValidateResponse) HasOutcome ¶
func (x *PlaygroundValidateResponse) HasOutcome() bool
func (*PlaygroundValidateResponse) HasSuccess ¶
func (x *PlaygroundValidateResponse) HasSuccess() bool
func (*PlaygroundValidateResponse) ProtoMessage ¶
func (*PlaygroundValidateResponse) ProtoMessage()
func (*PlaygroundValidateResponse) ProtoReflect ¶
func (x *PlaygroundValidateResponse) ProtoReflect() protoreflect.Message
func (*PlaygroundValidateResponse) Reset ¶
func (x *PlaygroundValidateResponse) Reset()
func (*PlaygroundValidateResponse) SetFailure ¶
func (x *PlaygroundValidateResponse) SetFailure(v *PlaygroundFailure)
func (*PlaygroundValidateResponse) SetPlaygroundId ¶
func (x *PlaygroundValidateResponse) SetPlaygroundId(v string)
func (*PlaygroundValidateResponse) SetSuccess ¶
func (x *PlaygroundValidateResponse) SetSuccess(v *emptypb.Empty)
func (*PlaygroundValidateResponse) String ¶
func (x *PlaygroundValidateResponse) String() string
func (*PlaygroundValidateResponse) WhichOutcome ¶
func (x *PlaygroundValidateResponse) WhichOutcome() case_PlaygroundValidateResponse_Outcome
type PlaygroundValidateResponse_Failure ¶
type PlaygroundValidateResponse_Failure struct {
Failure *PlaygroundFailure `protobuf:"bytes,2,opt,name=failure,proto3,oneof"`
}
type PlaygroundValidateResponse_Success ¶
type PlaygroundValidateResponse_builder ¶
type PlaygroundValidateResponse_builder struct {
PlaygroundId string
// Fields of oneof Outcome:
Failure *PlaygroundFailure
Success *emptypb.Empty
// contains filtered or unexported fields
}
func (PlaygroundValidateResponse_builder) Build ¶
func (b0 PlaygroundValidateResponse_builder) Build() *PlaygroundValidateResponse
type PurgeStoreRevisionsResponse ¶
type PurgeStoreRevisionsResponse struct {
AffectedRows uint32 `protobuf:"varint,1,opt,name=affected_rows,json=affectedRows,proto3" json:"affected_rows,omitempty"`
// contains filtered or unexported fields
}
func (*PurgeStoreRevisionsResponse) GetAffectedRows ¶
func (x *PurgeStoreRevisionsResponse) GetAffectedRows() uint32
func (*PurgeStoreRevisionsResponse) ProtoMessage ¶
func (*PurgeStoreRevisionsResponse) ProtoMessage()
func (*PurgeStoreRevisionsResponse) ProtoReflect ¶
func (x *PurgeStoreRevisionsResponse) ProtoReflect() protoreflect.Message
func (*PurgeStoreRevisionsResponse) Reset ¶
func (x *PurgeStoreRevisionsResponse) Reset()
func (*PurgeStoreRevisionsResponse) SetAffectedRows ¶
func (x *PurgeStoreRevisionsResponse) SetAffectedRows(v uint32)
func (*PurgeStoreRevisionsResponse) String ¶
func (x *PurgeStoreRevisionsResponse) String() string
type PurgeStoreRevisionsResponse_builder ¶
type PurgeStoreRevisionsResponse_builder struct {
AffectedRows uint32
// contains filtered or unexported fields
}
func (PurgeStoreRevisionsResponse_builder) Build ¶
func (b0 PurgeStoreRevisionsResponse_builder) Build() *PurgeStoreRevisionsResponse
type ReloadStoreResponse ¶
type ReloadStoreResponse struct {
// contains filtered or unexported fields
}
func (*ReloadStoreResponse) ProtoMessage ¶
func (*ReloadStoreResponse) ProtoMessage()
func (*ReloadStoreResponse) ProtoReflect ¶
func (x *ReloadStoreResponse) ProtoReflect() protoreflect.Message
func (*ReloadStoreResponse) Reset ¶
func (x *ReloadStoreResponse) Reset()
func (*ReloadStoreResponse) String ¶
func (x *ReloadStoreResponse) String() string
type ReloadStoreResponse_builder ¶
type ReloadStoreResponse_builder struct {
// contains filtered or unexported fields
}
func (ReloadStoreResponse_builder) Build ¶
func (b0 ReloadStoreResponse_builder) Build() *ReloadStoreResponse
type ServerInfoResponse ¶
type ServerInfoResponse struct {
Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
Commit string `protobuf:"bytes,2,opt,name=commit,proto3" json:"commit,omitempty"`
BuildDate string `protobuf:"bytes,3,opt,name=build_date,json=buildDate,proto3" json:"build_date,omitempty"`
// contains filtered or unexported fields
}
func (*ServerInfoResponse) GetBuildDate ¶
func (x *ServerInfoResponse) GetBuildDate() string
func (*ServerInfoResponse) GetCommit ¶
func (x *ServerInfoResponse) GetCommit() string
func (*ServerInfoResponse) GetVersion ¶
func (x *ServerInfoResponse) GetVersion() string
func (*ServerInfoResponse) ProtoMessage ¶
func (*ServerInfoResponse) ProtoMessage()
func (*ServerInfoResponse) ProtoReflect ¶
func (x *ServerInfoResponse) ProtoReflect() protoreflect.Message
func (*ServerInfoResponse) Reset ¶
func (x *ServerInfoResponse) Reset()
func (*ServerInfoResponse) SetBuildDate ¶
func (x *ServerInfoResponse) SetBuildDate(v string)
func (*ServerInfoResponse) SetCommit ¶
func (x *ServerInfoResponse) SetCommit(v string)
func (*ServerInfoResponse) SetVersion ¶
func (x *ServerInfoResponse) SetVersion(v string)
func (*ServerInfoResponse) String ¶
func (x *ServerInfoResponse) String() string
type ServerInfoResponse_builder ¶
type ServerInfoResponse_builder struct {
Version string
Commit string
BuildDate string
// contains filtered or unexported fields
}
func (ServerInfoResponse_builder) Build ¶
func (b0 ServerInfoResponse_builder) Build() *ServerInfoResponse
Source Files
¶
- response.pb.go