responsev1

package
v1.36.12-2026081110555... Latest Latest
Warning

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

Go to latest
Published: unknown License: Apache-2.0 Imports: 12 Imported by: 1

Documentation

Index

Constants

View Source
const ListAuditLogEntriesResponse_AccessLogEntry_case case_ListAuditLogEntriesResponse_Entry = 1
View Source
const ListAuditLogEntriesResponse_DecisionLogEntry_case case_ListAuditLogEntriesResponse_Entry = 2
View Source
const ListAuditLogEntriesResponse_Entry_not_set_case case_ListAuditLogEntriesResponse_Entry = 0
View Source
const PlaygroundEvaluateResponse_Failure_case case_PlaygroundEvaluateResponse_Outcome = 2
View Source
const PlaygroundEvaluateResponse_Outcome_not_set_case case_PlaygroundEvaluateResponse_Outcome = 0
View Source
const PlaygroundEvaluateResponse_Success_case case_PlaygroundEvaluateResponse_Outcome = 3
View Source
const PlaygroundProxyResponse_CheckResourceBatch_case case_PlaygroundProxyResponse_Outcome = 4
View Source
const PlaygroundProxyResponse_CheckResourceSet_case case_PlaygroundProxyResponse_Outcome = 3
View Source
const PlaygroundProxyResponse_CheckResources_case case_PlaygroundProxyResponse_Outcome = 6
View Source
const PlaygroundProxyResponse_Failure_case case_PlaygroundProxyResponse_Outcome = 2
View Source
const PlaygroundProxyResponse_Outcome_not_set_case case_PlaygroundProxyResponse_Outcome = 0
View Source
const PlaygroundProxyResponse_PlanResources_case case_PlaygroundProxyResponse_Outcome = 5
View Source
const PlaygroundTestResponse_Failure_case case_PlaygroundTestResponse_Outcome = 2
View Source
const PlaygroundTestResponse_Outcome_not_set_case case_PlaygroundTestResponse_Outcome = 0
View Source
const PlaygroundTestResponse_Success_case case_PlaygroundTestResponse_Outcome = 3
View Source
const PlaygroundValidateResponse_Failure_case case_PlaygroundValidateResponse_Outcome = 2
View Source
const PlaygroundValidateResponse_Outcome_not_set_case case_PlaygroundValidateResponse_Outcome = 0
View Source
const PlaygroundValidateResponse_Success_case case_PlaygroundValidateResponse_Outcome = 3

Variables

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

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

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

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

View Source
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 (*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

type AddOrUpdateSchemaResponse

type AddOrUpdateSchemaResponse struct {
	// contains filtered or unexported fields
}

func (*AddOrUpdateSchemaResponse) ProtoMessage

func (*AddOrUpdateSchemaResponse) ProtoMessage()

func (*AddOrUpdateSchemaResponse) ProtoReflect

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

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 (*CheckResourceBatchResponse) ProtoMessage

func (*CheckResourceBatchResponse) ProtoMessage()

func (*CheckResourceBatchResponse) ProtoReflect

func (*CheckResourceBatchResponse) Reset

func (x *CheckResourceBatchResponse) Reset()

func (*CheckResourceBatchResponse) SetRequestId

func (x *CheckResourceBatchResponse) SetRequestId(v string)

func (*CheckResourceBatchResponse) SetResults

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 (*CheckResourceBatchResponse_ActionEffectMap) GetResourceId

func (*CheckResourceBatchResponse_ActionEffectMap) GetValidationErrors

func (*CheckResourceBatchResponse_ActionEffectMap) ProtoMessage

func (*CheckResourceBatchResponse_ActionEffectMap) ProtoReflect

func (*CheckResourceBatchResponse_ActionEffectMap) Reset

func (*CheckResourceBatchResponse_ActionEffectMap) SetActions

func (*CheckResourceBatchResponse_ActionEffectMap) SetResourceId

func (*CheckResourceBatchResponse_ActionEffectMap) SetValidationErrors

func (x *CheckResourceBatchResponse_ActionEffectMap) SetValidationErrors(v []*v11.ValidationError)

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

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 (*CheckResourceSetResponse) GetRequestId

func (x *CheckResourceSetResponse) GetRequestId() string

func (*CheckResourceSetResponse) GetResourceInstances

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 (*CheckResourceSetResponse) SetRequestId

func (x *CheckResourceSetResponse) SetRequestId(v string)

func (*CheckResourceSetResponse) SetResourceInstances

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 (*CheckResourceSetResponse_ActionEffectMap) GetValidationErrors

func (x *CheckResourceSetResponse_ActionEffectMap) GetValidationErrors() []*v11.ValidationError

func (*CheckResourceSetResponse_ActionEffectMap) ProtoMessage

func (*CheckResourceSetResponse_ActionEffectMap) ProtoReflect

func (*CheckResourceSetResponse_ActionEffectMap) Reset

func (*CheckResourceSetResponse_ActionEffectMap) SetActions

func (*CheckResourceSetResponse_ActionEffectMap) SetValidationErrors

func (x *CheckResourceSetResponse_ActionEffectMap) SetValidationErrors(v []*v11.ValidationError)

func (*CheckResourceSetResponse_ActionEffectMap) 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 (*CheckResourceSetResponse_Meta) ProtoMessage

func (*CheckResourceSetResponse_Meta) ProtoMessage()

func (*CheckResourceSetResponse_Meta) ProtoReflect

func (*CheckResourceSetResponse_Meta) Reset

func (x *CheckResourceSetResponse_Meta) Reset()

func (*CheckResourceSetResponse_Meta) SetResourceInstances

func (*CheckResourceSetResponse_Meta) 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 (*CheckResourceSetResponse_Meta_ActionMeta) GetEffectiveDerivedRoles

func (x *CheckResourceSetResponse_Meta_ActionMeta) GetEffectiveDerivedRoles() []string

func (*CheckResourceSetResponse_Meta_ActionMeta) ProtoMessage

func (*CheckResourceSetResponse_Meta_ActionMeta) ProtoReflect

func (*CheckResourceSetResponse_Meta_ActionMeta) Reset

func (*CheckResourceSetResponse_Meta_ActionMeta) SetActions

func (*CheckResourceSetResponse_Meta_ActionMeta) SetEffectiveDerivedRoles

func (x *CheckResourceSetResponse_Meta_ActionMeta) SetEffectiveDerivedRoles(v []string)

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

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

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

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

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 (*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 (*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 (*CheckResourcesResponse_ResultEntry) GetMeta

func (*CheckResourcesResponse_ResultEntry) GetOutputs

func (*CheckResourcesResponse_ResultEntry) GetResource

func (*CheckResourcesResponse_ResultEntry) GetValidationErrors

func (x *CheckResourcesResponse_ResultEntry) GetValidationErrors() []*v11.ValidationError

func (*CheckResourcesResponse_ResultEntry) HasMeta

func (*CheckResourcesResponse_ResultEntry) HasResource

func (x *CheckResourcesResponse_ResultEntry) HasResource() bool

func (*CheckResourcesResponse_ResultEntry) ProtoMessage

func (*CheckResourcesResponse_ResultEntry) ProtoMessage()

func (*CheckResourcesResponse_ResultEntry) ProtoReflect

func (*CheckResourcesResponse_ResultEntry) Reset

func (*CheckResourcesResponse_ResultEntry) SetActions

func (x *CheckResourcesResponse_ResultEntry) SetActions(v map[string]v14.Effect)

func (*CheckResourcesResponse_ResultEntry) SetMeta

func (*CheckResourcesResponse_ResultEntry) SetOutputs

func (*CheckResourcesResponse_ResultEntry) SetResource

func (*CheckResourcesResponse_ResultEntry) SetValidationErrors

func (x *CheckResourcesResponse_ResultEntry) SetValidationErrors(v []*v11.ValidationError)

func (*CheckResourcesResponse_ResultEntry) 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 (*CheckResourcesResponse_ResultEntry_Meta) GetEffectiveDerivedRoles

func (x *CheckResourcesResponse_ResultEntry_Meta) GetEffectiveDerivedRoles() []string

func (*CheckResourcesResponse_ResultEntry_Meta) ProtoMessage

func (*CheckResourcesResponse_ResultEntry_Meta) ProtoReflect

func (*CheckResourcesResponse_ResultEntry_Meta) Reset

func (*CheckResourcesResponse_ResultEntry_Meta) SetActions

func (*CheckResourcesResponse_ResultEntry_Meta) SetEffectiveDerivedRoles

func (x *CheckResourcesResponse_ResultEntry_Meta) SetEffectiveDerivedRoles(v []string)

func (*CheckResourcesResponse_ResultEntry_Meta) 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 (*CheckResourcesResponse_ResultEntry_Meta_EffectMeta) GetMatchedScope

func (*CheckResourcesResponse_ResultEntry_Meta_EffectMeta) ProtoMessage

func (*CheckResourcesResponse_ResultEntry_Meta_EffectMeta) ProtoReflect

func (*CheckResourcesResponse_ResultEntry_Meta_EffectMeta) Reset

func (*CheckResourcesResponse_ResultEntry_Meta_EffectMeta) SetMatchedPolicy

func (*CheckResourcesResponse_ResultEntry_Meta_EffectMeta) SetMatchedScope

func (*CheckResourcesResponse_ResultEntry_Meta_EffectMeta) 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 (*CheckResourcesResponse_ResultEntry_Resource) GetKind

func (*CheckResourcesResponse_ResultEntry_Resource) GetPolicyVersion

func (*CheckResourcesResponse_ResultEntry_Resource) GetScope

func (*CheckResourcesResponse_ResultEntry_Resource) ProtoMessage

func (*CheckResourcesResponse_ResultEntry_Resource) ProtoReflect

func (*CheckResourcesResponse_ResultEntry_Resource) Reset

func (*CheckResourcesResponse_ResultEntry_Resource) SetId

func (*CheckResourcesResponse_ResultEntry_Resource) SetKind

func (*CheckResourcesResponse_ResultEntry_Resource) SetPolicyVersion

func (x *CheckResourcesResponse_ResultEntry_Resource) SetPolicyVersion(v string)

func (*CheckResourcesResponse_ResultEntry_Resource) SetScope

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

type CheckResourcesResponse_builder

type CheckResourcesResponse_builder struct {
	RequestId    string
	Results      []*CheckResourcesResponse_ResultEntry
	CerbosCallId string
	// contains filtered or unexported fields
}

func (CheckResourcesResponse_builder) Build

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

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

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

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

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

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

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

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

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 (*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 (*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 (*InspectPoliciesResponse_Attribute) GetName

func (*InspectPoliciesResponse_Attribute) ProtoMessage

func (*InspectPoliciesResponse_Attribute) ProtoMessage()

func (*InspectPoliciesResponse_Attribute) ProtoReflect

func (*InspectPoliciesResponse_Attribute) Reset

func (*InspectPoliciesResponse_Attribute) SetKind

func (*InspectPoliciesResponse_Attribute) SetName

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

func (InspectPoliciesResponse_Attribute_Kind) Number

func (InspectPoliciesResponse_Attribute_Kind) String

func (InspectPoliciesResponse_Attribute_Kind) Type

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

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 (*InspectPoliciesResponse_Constant) GetName

func (*InspectPoliciesResponse_Constant) GetSource

func (*InspectPoliciesResponse_Constant) GetUsed

func (*InspectPoliciesResponse_Constant) GetValue

func (*InspectPoliciesResponse_Constant) HasValue

func (x *InspectPoliciesResponse_Constant) HasValue() bool

func (*InspectPoliciesResponse_Constant) ProtoMessage

func (*InspectPoliciesResponse_Constant) ProtoMessage()

func (*InspectPoliciesResponse_Constant) ProtoReflect

func (*InspectPoliciesResponse_Constant) Reset

func (*InspectPoliciesResponse_Constant) SetKind

func (*InspectPoliciesResponse_Constant) SetName

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

func (InspectPoliciesResponse_Constant_Kind) Number

func (InspectPoliciesResponse_Constant_Kind) String

func (InspectPoliciesResponse_Constant_Kind) Type

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

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 (*InspectPoliciesResponse_DerivedRole) GetName

func (*InspectPoliciesResponse_DerivedRole) GetSource

func (*InspectPoliciesResponse_DerivedRole) ProtoMessage

func (*InspectPoliciesResponse_DerivedRole) ProtoMessage()

func (*InspectPoliciesResponse_DerivedRole) ProtoReflect

func (*InspectPoliciesResponse_DerivedRole) Reset

func (*InspectPoliciesResponse_DerivedRole) SetKind

func (*InspectPoliciesResponse_DerivedRole) SetName

func (*InspectPoliciesResponse_DerivedRole) SetSource

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

func (InspectPoliciesResponse_DerivedRole_Kind) Number

func (InspectPoliciesResponse_DerivedRole_Kind) String

func (InspectPoliciesResponse_DerivedRole_Kind) Type

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

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 (*InspectPoliciesResponse_Result) GetConstants

func (*InspectPoliciesResponse_Result) GetDerivedRoles

func (*InspectPoliciesResponse_Result) GetPolicyId

func (x *InspectPoliciesResponse_Result) GetPolicyId() string

func (*InspectPoliciesResponse_Result) GetVariables

func (*InspectPoliciesResponse_Result) ProtoMessage

func (*InspectPoliciesResponse_Result) ProtoMessage()

func (*InspectPoliciesResponse_Result) ProtoReflect

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 (*InspectPoliciesResponse_Result) SetConstants

func (*InspectPoliciesResponse_Result) SetDerivedRoles

func (*InspectPoliciesResponse_Result) SetPolicyId

func (x *InspectPoliciesResponse_Result) SetPolicyId(v string)

func (*InspectPoliciesResponse_Result) SetVariables

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

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 (*InspectPoliciesResponse_Variable) GetName

func (*InspectPoliciesResponse_Variable) GetSource

func (*InspectPoliciesResponse_Variable) GetUsed

func (*InspectPoliciesResponse_Variable) GetValue

func (*InspectPoliciesResponse_Variable) ProtoMessage

func (*InspectPoliciesResponse_Variable) ProtoMessage()

func (*InspectPoliciesResponse_Variable) ProtoReflect

func (*InspectPoliciesResponse_Variable) Reset

func (*InspectPoliciesResponse_Variable) SetKind

func (*InspectPoliciesResponse_Variable) SetName

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

func (InspectPoliciesResponse_Variable_Kind) Number

func (InspectPoliciesResponse_Variable_Kind) String

func (InspectPoliciesResponse_Variable_Kind) Type

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

type InspectPoliciesResponse_builder

type InspectPoliciesResponse_builder struct {
	Results map[string]*InspectPoliciesResponse_Result
	// contains filtered or unexported fields
}

func (InspectPoliciesResponse_builder) Build

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

func (*IntegrityErrors_BreaksScopeChain) SetDescendants

func (x *IntegrityErrors_BreaksScopeChain) SetDescendants(v []string)

func (*IntegrityErrors_BreaksScopeChain) String

type IntegrityErrors_BreaksScopeChain_builder

type IntegrityErrors_BreaksScopeChain_builder struct {
	Descendants []string
	// contains filtered or unexported fields
}

func (IntegrityErrors_BreaksScopeChain_builder) Build

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) ProtoReflect

func (*IntegrityErrors_RequiredByOtherPolicies) Reset

func (*IntegrityErrors_RequiredByOtherPolicies) SetDependents

func (x *IntegrityErrors_RequiredByOtherPolicies) SetDependents(v []string)

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

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

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

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

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 (*PlanResourcesResponse) GetMeta

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

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

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 (*PlaygroundEvaluateResponse) GetOutcome

func (x *PlaygroundEvaluateResponse) GetOutcome() isPlaygroundEvaluateResponse_Outcome

func (*PlaygroundEvaluateResponse) GetPlaygroundId

func (x *PlaygroundEvaluateResponse) GetPlaygroundId() string

func (*PlaygroundEvaluateResponse) GetSuccess

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

func (x *PlaygroundEvaluateResponse) Reset()

func (*PlaygroundEvaluateResponse) SetFailure

func (*PlaygroundEvaluateResponse) SetPlaygroundId

func (x *PlaygroundEvaluateResponse) SetPlaygroundId(v string)

func (*PlaygroundEvaluateResponse) SetSuccess

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 (*PlaygroundEvaluateResponse_EvalResult) GetEffect

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

func (*PlaygroundEvaluateResponse_EvalResult) SetAction

func (*PlaygroundEvaluateResponse_EvalResult) SetEffect

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

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 (*PlaygroundEvaluateResponse_EvalResultList) GetResults

func (*PlaygroundEvaluateResponse_EvalResultList) GetValidationErrors

func (*PlaygroundEvaluateResponse_EvalResultList) ProtoMessage

func (*PlaygroundEvaluateResponse_EvalResultList) ProtoReflect

func (*PlaygroundEvaluateResponse_EvalResultList) Reset

func (*PlaygroundEvaluateResponse_EvalResultList) SetEffectiveDerivedRoles

func (x *PlaygroundEvaluateResponse_EvalResultList) SetEffectiveDerivedRoles(v []string)

func (*PlaygroundEvaluateResponse_EvalResultList) SetOutputs

func (*PlaygroundEvaluateResponse_EvalResultList) SetResults

func (*PlaygroundEvaluateResponse_EvalResultList) SetValidationErrors

func (x *PlaygroundEvaluateResponse_EvalResultList) SetValidationErrors(v []*v11.ValidationError)

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

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 (*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 (*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 (*PlaygroundFailure_ErrorDetails) ProtoMessage

func (*PlaygroundFailure_ErrorDetails) ProtoMessage()

func (*PlaygroundFailure_ErrorDetails) ProtoReflect

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

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

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

type PlaygroundFailure_builder

type PlaygroundFailure_builder struct {
	Errors []*PlaygroundFailure_Error
	// contains filtered or unexported fields
}

func (PlaygroundFailure_builder) Build

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

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 (*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 (*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 (*PlaygroundTestResponse_TestResults) HasResults

func (x *PlaygroundTestResponse_TestResults) HasResults() bool

func (*PlaygroundTestResponse_TestResults) ProtoMessage

func (*PlaygroundTestResponse_TestResults) ProtoMessage()

func (*PlaygroundTestResponse_TestResults) ProtoReflect

func (*PlaygroundTestResponse_TestResults) Reset

func (*PlaygroundTestResponse_TestResults) SetResults

func (*PlaygroundTestResponse_TestResults) String

type PlaygroundTestResponse_TestResults_builder

type PlaygroundTestResponse_TestResults_builder struct {
	Results *v13.TestResults
	// contains filtered or unexported fields
}

func (PlaygroundTestResponse_TestResults_builder) Build

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

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

func (x *PlaygroundValidateResponse) Reset()

func (*PlaygroundValidateResponse) SetFailure

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_Success struct {
	Success *emptypb.Empty `protobuf:"bytes,3,opt,name=success,proto3,oneof"`
}

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

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

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

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

Source Files

  • response.pb.go

Jump to

Keyboard shortcuts

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