v1

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Aug 1, 2023 License: Apache-2.0 Imports: 33 Imported by: 0

Documentation

Overview

Package v1 is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package v1 is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package v1 is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package v1 is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

View Source
const (
	ExperimentalService_BulkImportRelationships_FullMethodName = "/authzed.api.v1.ExperimentalService/BulkImportRelationships"
	ExperimentalService_BulkExportRelationships_FullMethodName = "/authzed.api.v1.ExperimentalService/BulkExportRelationships"
)
View Source
const (
	PermissionsService_ReadRelationships_FullMethodName    = "/authzed.api.v1.PermissionsService/ReadRelationships"
	PermissionsService_WriteRelationships_FullMethodName   = "/authzed.api.v1.PermissionsService/WriteRelationships"
	PermissionsService_DeleteRelationships_FullMethodName  = "/authzed.api.v1.PermissionsService/DeleteRelationships"
	PermissionsService_CheckPermission_FullMethodName      = "/authzed.api.v1.PermissionsService/CheckPermission"
	PermissionsService_ExpandPermissionTree_FullMethodName = "/authzed.api.v1.PermissionsService/ExpandPermissionTree"
	PermissionsService_LookupResources_FullMethodName      = "/authzed.api.v1.PermissionsService/LookupResources"
	PermissionsService_LookupSubjects_FullMethodName       = "/authzed.api.v1.PermissionsService/LookupSubjects"
)
View Source
const (
	SchemaService_ReadSchema_FullMethodName  = "/authzed.api.v1.SchemaService/ReadSchema"
	SchemaService_WriteSchema_FullMethodName = "/authzed.api.v1.SchemaService/WriteSchema"
)
View Source
const (
	BufRepository = "buf.build/authzed/api"
	BufTag        = "dc592e107033a7a4336935cf94fb90426719508d"
)
View Source
const (
	WatchService_Watch_FullMethodName = "/authzed.api.v1.WatchService/Watch"
)

Variables

View Source
var (
	RelationshipUpdate_Operation_name = map[int32]string{
		0: "OPERATION_UNSPECIFIED",
		1: "OPERATION_CREATE",
		2: "OPERATION_TOUCH",
		3: "OPERATION_DELETE",
	}
	RelationshipUpdate_Operation_value = map[string]int32{
		"OPERATION_UNSPECIFIED": 0,
		"OPERATION_CREATE":      1,
		"OPERATION_TOUCH":       2,
		"OPERATION_DELETE":      3,
	}
)

Enum value maps for RelationshipUpdate_Operation.

View Source
var (
	AlgebraicSubjectSet_Operation_name = map[int32]string{
		0: "OPERATION_UNSPECIFIED",
		1: "OPERATION_UNION",
		2: "OPERATION_INTERSECTION",
		3: "OPERATION_EXCLUSION",
	}
	AlgebraicSubjectSet_Operation_value = map[string]int32{
		"OPERATION_UNSPECIFIED":  0,
		"OPERATION_UNION":        1,
		"OPERATION_INTERSECTION": 2,
		"OPERATION_EXCLUSION":    3,
	}
)

Enum value maps for AlgebraicSubjectSet_Operation.

View Source
var (
	ErrInvalidLength        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflow          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroup = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	CheckDebugTrace_PermissionType_name = map[int32]string{
		0: "PERMISSION_TYPE_UNSPECIFIED",
		1: "PERMISSION_TYPE_RELATION",
		2: "PERMISSION_TYPE_PERMISSION",
	}
	CheckDebugTrace_PermissionType_value = map[string]int32{
		"PERMISSION_TYPE_UNSPECIFIED": 0,
		"PERMISSION_TYPE_RELATION":    1,
		"PERMISSION_TYPE_PERMISSION":  2,
	}
)

Enum value maps for CheckDebugTrace_PermissionType.

View Source
var (
	CheckDebugTrace_Permissionship_name = map[int32]string{
		0: "PERMISSIONSHIP_UNSPECIFIED",
		1: "PERMISSIONSHIP_NO_PERMISSION",
		2: "PERMISSIONSHIP_HAS_PERMISSION",
		3: "PERMISSIONSHIP_CONDITIONAL_PERMISSION",
	}
	CheckDebugTrace_Permissionship_value = map[string]int32{
		"PERMISSIONSHIP_UNSPECIFIED":            0,
		"PERMISSIONSHIP_NO_PERMISSION":          1,
		"PERMISSIONSHIP_HAS_PERMISSION":         2,
		"PERMISSIONSHIP_CONDITIONAL_PERMISSION": 3,
	}
)

Enum value maps for CheckDebugTrace_Permissionship.

View Source
var (
	CaveatEvalInfo_Result_name = map[int32]string{
		0: "RESULT_UNSPECIFIED",
		1: "RESULT_UNEVALUATED",
		2: "RESULT_FALSE",
		3: "RESULT_TRUE",
		4: "RESULT_MISSING_SOME_CONTEXT",
	}
	CaveatEvalInfo_Result_value = map[string]int32{
		"RESULT_UNSPECIFIED":          0,
		"RESULT_UNEVALUATED":          1,
		"RESULT_FALSE":                2,
		"RESULT_TRUE":                 3,
		"RESULT_MISSING_SOME_CONTEXT": 4,
	}
)

Enum value maps for CaveatEvalInfo_Result.

View Source
var (
	ErrorReason_name = map[int32]string{
		0:  "ERROR_REASON_UNSPECIFIED",
		1:  "ERROR_REASON_SCHEMA_PARSE_ERROR",
		2:  "ERROR_REASON_SCHEMA_TYPE_ERROR",
		3:  "ERROR_REASON_UNKNOWN_DEFINITION",
		4:  "ERROR_REASON_UNKNOWN_RELATION_OR_PERMISSION",
		5:  "ERROR_REASON_TOO_MANY_UPDATES_IN_REQUEST",
		6:  "ERROR_REASON_TOO_MANY_PRECONDITIONS_IN_REQUEST",
		7:  "ERROR_REASON_WRITE_OR_DELETE_PRECONDITION_FAILURE",
		8:  "ERROR_REASON_SERVICE_READ_ONLY",
		9:  "ERROR_REASON_UNKNOWN_CAVEAT",
		10: "ERROR_REASON_INVALID_SUBJECT_TYPE",
		11: "ERROR_REASON_CAVEAT_PARAMETER_TYPE_ERROR",
		12: "ERROR_REASON_UPDATES_ON_SAME_RELATIONSHIP",
		13: "ERROR_REASON_CANNOT_UPDATE_PERMISSION",
		14: "ERROR_REASON_CAVEAT_EVALUATION_ERROR",
		15: "ERROR_REASON_INVALID_CURSOR",
		16: "ERROR_REASON_TOO_MANY_RELATIONSHIPS_FOR_TRANSACTIONAL_DELETE",
		17: "ERROR_REASON_MAX_RELATIONSHIP_CONTEXT_SIZE",
		18: "ERROR_REASON_ATTEMPT_TO_RECREATE_RELATIONSHIP",
		19: "ERROR_REASON_MAXIMUM_DEPTH_EXCEEDED",
	}
	ErrorReason_value = map[string]int32{
		"ERROR_REASON_UNSPECIFIED":                                     0,
		"ERROR_REASON_SCHEMA_PARSE_ERROR":                              1,
		"ERROR_REASON_SCHEMA_TYPE_ERROR":                               2,
		"ERROR_REASON_UNKNOWN_DEFINITION":                              3,
		"ERROR_REASON_UNKNOWN_RELATION_OR_PERMISSION":                  4,
		"ERROR_REASON_TOO_MANY_UPDATES_IN_REQUEST":                     5,
		"ERROR_REASON_TOO_MANY_PRECONDITIONS_IN_REQUEST":               6,
		"ERROR_REASON_WRITE_OR_DELETE_PRECONDITION_FAILURE":            7,
		"ERROR_REASON_SERVICE_READ_ONLY":                               8,
		"ERROR_REASON_UNKNOWN_CAVEAT":                                  9,
		"ERROR_REASON_INVALID_SUBJECT_TYPE":                            10,
		"ERROR_REASON_CAVEAT_PARAMETER_TYPE_ERROR":                     11,
		"ERROR_REASON_UPDATES_ON_SAME_RELATIONSHIP":                    12,
		"ERROR_REASON_CANNOT_UPDATE_PERMISSION":                        13,
		"ERROR_REASON_CAVEAT_EVALUATION_ERROR":                         14,
		"ERROR_REASON_INVALID_CURSOR":                                  15,
		"ERROR_REASON_TOO_MANY_RELATIONSHIPS_FOR_TRANSACTIONAL_DELETE": 16,
		"ERROR_REASON_MAX_RELATIONSHIP_CONTEXT_SIZE":                   17,
		"ERROR_REASON_ATTEMPT_TO_RECREATE_RELATIONSHIP":                18,
		"ERROR_REASON_MAXIMUM_DEPTH_EXCEEDED":                          19,
	}
)

Enum value maps for ErrorReason.

View Source
var (
	LookupPermissionship_name = map[int32]string{
		0: "LOOKUP_PERMISSIONSHIP_UNSPECIFIED",
		1: "LOOKUP_PERMISSIONSHIP_HAS_PERMISSION",
		2: "LOOKUP_PERMISSIONSHIP_CONDITIONAL_PERMISSION",
	}
	LookupPermissionship_value = map[string]int32{
		"LOOKUP_PERMISSIONSHIP_UNSPECIFIED":            0,
		"LOOKUP_PERMISSIONSHIP_HAS_PERMISSION":         1,
		"LOOKUP_PERMISSIONSHIP_CONDITIONAL_PERMISSION": 2,
	}
)

Enum value maps for LookupPermissionship.

View Source
var (
	Precondition_Operation_name = map[int32]string{
		0: "OPERATION_UNSPECIFIED",
		1: "OPERATION_MUST_NOT_MATCH",
		2: "OPERATION_MUST_MATCH",
	}
	Precondition_Operation_value = map[string]int32{
		"OPERATION_UNSPECIFIED":    0,
		"OPERATION_MUST_NOT_MATCH": 1,
		"OPERATION_MUST_MATCH":     2,
	}
)

Enum value maps for Precondition_Operation.

View Source
var (
	DeleteRelationshipsResponse_DeletionProgress_name = map[int32]string{
		0: "DELETION_PROGRESS_UNSPECIFIED",
		1: "DELETION_PROGRESS_COMPLETE",
		2: "DELETION_PROGRESS_PARTIAL",
	}
	DeleteRelationshipsResponse_DeletionProgress_value = map[string]int32{
		"DELETION_PROGRESS_UNSPECIFIED": 0,
		"DELETION_PROGRESS_COMPLETE":    1,
		"DELETION_PROGRESS_PARTIAL":     2,
	}
)

Enum value maps for DeleteRelationshipsResponse_DeletionProgress.

View Source
var (
	CheckPermissionResponse_Permissionship_name = map[int32]string{
		0: "PERMISSIONSHIP_UNSPECIFIED",
		1: "PERMISSIONSHIP_NO_PERMISSION",
		2: "PERMISSIONSHIP_HAS_PERMISSION",
		3: "PERMISSIONSHIP_CONDITIONAL_PERMISSION",
	}
	CheckPermissionResponse_Permissionship_value = map[string]int32{
		"PERMISSIONSHIP_UNSPECIFIED":            0,
		"PERMISSIONSHIP_NO_PERMISSION":          1,
		"PERMISSIONSHIP_HAS_PERMISSION":         2,
		"PERMISSIONSHIP_CONDITIONAL_PERMISSION": 3,
	}
)

Enum value maps for CheckPermissionResponse_Permissionship.

View Source
var (
	LookupSubjectsRequest_WildcardOption_name = map[int32]string{
		0: "WILDCARD_OPTION_UNSPECIFIED",
		1: "WILDCARD_OPTION_INCLUDE_WILDCARDS",
		2: "WILDCARD_OPTION_EXCLUDE_WILDCARDS",
	}
	LookupSubjectsRequest_WildcardOption_value = map[string]int32{
		"WILDCARD_OPTION_UNSPECIFIED":       0,
		"WILDCARD_OPTION_INCLUDE_WILDCARDS": 1,
		"WILDCARD_OPTION_EXCLUDE_WILDCARDS": 2,
	}
)

Enum value maps for LookupSubjectsRequest_WildcardOption.

View Source
var ExperimentalService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "authzed.api.v1.ExperimentalService",
	HandlerType: (*ExperimentalServiceServer)(nil),
	Methods:     []grpc.MethodDesc{},
	Streams: []grpc.StreamDesc{
		{
			StreamName:    "BulkImportRelationships",
			Handler:       _ExperimentalService_BulkImportRelationships_Handler,
			ClientStreams: true,
		},
		{
			StreamName:    "BulkExportRelationships",
			Handler:       _ExperimentalService_BulkExportRelationships_Handler,
			ServerStreams: true,
		},
	},
	Metadata: "authzed/api/v1/experimental_service.proto",
}

ExperimentalService_ServiceDesc is the grpc.ServiceDesc for ExperimentalService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var File_authzed_api_v1_core_proto protoreflect.FileDescriptor
View Source
var File_authzed_api_v1_debug_proto protoreflect.FileDescriptor
View Source
var File_authzed_api_v1_error_reason_proto protoreflect.FileDescriptor
View Source
var File_authzed_api_v1_experimental_service_proto protoreflect.FileDescriptor
View Source
var File_authzed_api_v1_openapi_proto protoreflect.FileDescriptor
View Source
var File_authzed_api_v1_permission_service_proto protoreflect.FileDescriptor
View Source
var File_authzed_api_v1_schema_service_proto protoreflect.FileDescriptor
View Source
var File_authzed_api_v1_watch_service_proto protoreflect.FileDescriptor
View Source
var PermissionsService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "authzed.api.v1.PermissionsService",
	HandlerType: (*PermissionsServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "WriteRelationships",
			Handler:    _PermissionsService_WriteRelationships_Handler,
		},
		{
			MethodName: "DeleteRelationships",
			Handler:    _PermissionsService_DeleteRelationships_Handler,
		},
		{
			MethodName: "CheckPermission",
			Handler:    _PermissionsService_CheckPermission_Handler,
		},
		{
			MethodName: "ExpandPermissionTree",
			Handler:    _PermissionsService_ExpandPermissionTree_Handler,
		},
	},
	Streams: []grpc.StreamDesc{
		{
			StreamName:    "ReadRelationships",
			Handler:       _PermissionsService_ReadRelationships_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "LookupResources",
			Handler:       _PermissionsService_LookupResources_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "LookupSubjects",
			Handler:       _PermissionsService_LookupSubjects_Handler,
			ServerStreams: true,
		},
	},
	Metadata: "authzed/api/v1/permission_service.proto",
}

PermissionsService_ServiceDesc is the grpc.ServiceDesc for PermissionsService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var SchemaService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "authzed.api.v1.SchemaService",
	HandlerType: (*SchemaServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "ReadSchema",
			Handler:    _SchemaService_ReadSchema_Handler,
		},
		{
			MethodName: "WriteSchema",
			Handler:    _SchemaService_WriteSchema_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "authzed/api/v1/schema_service.proto",
}

SchemaService_ServiceDesc is the grpc.ServiceDesc for SchemaService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var WatchService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "authzed.api.v1.WatchService",
	HandlerType: (*WatchServiceServer)(nil),
	Methods:     []grpc.MethodDesc{},
	Streams: []grpc.StreamDesc{
		{
			StreamName:    "Watch",
			Handler:       _WatchService_Watch_Handler,
			ServerStreams: true,
		},
	},
	Metadata: "authzed/api/v1/watch_service.proto",
}

WatchService_ServiceDesc is the grpc.ServiceDesc for WatchService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterExperimentalServiceHandler

func RegisterExperimentalServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterExperimentalServiceHandler registers the http handlers for service ExperimentalService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterExperimentalServiceHandlerClient

func RegisterExperimentalServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ExperimentalServiceClient) error

RegisterExperimentalServiceHandlerClient registers the http handlers for service ExperimentalService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "ExperimentalServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "ExperimentalServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "ExperimentalServiceClient" to call the correct interceptors.

func RegisterExperimentalServiceHandlerFromEndpoint

func RegisterExperimentalServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterExperimentalServiceHandlerFromEndpoint is same as RegisterExperimentalServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterExperimentalServiceHandlerServer

func RegisterExperimentalServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ExperimentalServiceServer) error

RegisterExperimentalServiceHandlerServer registers the http handlers for service ExperimentalService to "mux". UnaryRPC :call ExperimentalServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterExperimentalServiceHandlerFromEndpoint instead.

func RegisterExperimentalServiceServer

func RegisterExperimentalServiceServer(s grpc.ServiceRegistrar, srv ExperimentalServiceServer)

func RegisterPermissionsServiceHandler

func RegisterPermissionsServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterPermissionsServiceHandler registers the http handlers for service PermissionsService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterPermissionsServiceHandlerClient

func RegisterPermissionsServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client PermissionsServiceClient) error

RegisterPermissionsServiceHandlerClient registers the http handlers for service PermissionsService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "PermissionsServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "PermissionsServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "PermissionsServiceClient" to call the correct interceptors.

func RegisterPermissionsServiceHandlerFromEndpoint

func RegisterPermissionsServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterPermissionsServiceHandlerFromEndpoint is same as RegisterPermissionsServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterPermissionsServiceHandlerServer

func RegisterPermissionsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server PermissionsServiceServer) error

RegisterPermissionsServiceHandlerServer registers the http handlers for service PermissionsService to "mux". UnaryRPC :call PermissionsServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterPermissionsServiceHandlerFromEndpoint instead.

func RegisterPermissionsServiceServer

func RegisterPermissionsServiceServer(s grpc.ServiceRegistrar, srv PermissionsServiceServer)

func RegisterSchemaServiceHandler

func RegisterSchemaServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterSchemaServiceHandler registers the http handlers for service SchemaService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterSchemaServiceHandlerClient

func RegisterSchemaServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client SchemaServiceClient) error

RegisterSchemaServiceHandlerClient registers the http handlers for service SchemaService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "SchemaServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "SchemaServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "SchemaServiceClient" to call the correct interceptors.

func RegisterSchemaServiceHandlerFromEndpoint

func RegisterSchemaServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterSchemaServiceHandlerFromEndpoint is same as RegisterSchemaServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterSchemaServiceHandlerServer

func RegisterSchemaServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server SchemaServiceServer) error

RegisterSchemaServiceHandlerServer registers the http handlers for service SchemaService to "mux". UnaryRPC :call SchemaServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterSchemaServiceHandlerFromEndpoint instead.

func RegisterSchemaServiceServer

func RegisterSchemaServiceServer(s grpc.ServiceRegistrar, srv SchemaServiceServer)

func RegisterWatchServiceHandler

func RegisterWatchServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterWatchServiceHandler registers the http handlers for service WatchService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterWatchServiceHandlerClient

func RegisterWatchServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client WatchServiceClient) error

RegisterWatchServiceHandlerClient registers the http handlers for service WatchService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "WatchServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "WatchServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "WatchServiceClient" to call the correct interceptors.

func RegisterWatchServiceHandlerFromEndpoint

func RegisterWatchServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterWatchServiceHandlerFromEndpoint is same as RegisterWatchServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterWatchServiceHandlerServer

func RegisterWatchServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server WatchServiceServer) error

RegisterWatchServiceHandlerServer registers the http handlers for service WatchService to "mux". UnaryRPC :call WatchServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterWatchServiceHandlerFromEndpoint instead.

func RegisterWatchServiceServer

func RegisterWatchServiceServer(s grpc.ServiceRegistrar, srv WatchServiceServer)

Types

type AlgebraicSubjectSet

type AlgebraicSubjectSet struct {
	Operation AlgebraicSubjectSet_Operation `protobuf:"varint,1,opt,name=operation,proto3,enum=authzed.api.v1.AlgebraicSubjectSet_Operation" json:"operation,omitempty"`
	Children  []*PermissionRelationshipTree `protobuf:"bytes,2,rep,name=children,proto3" json:"children,omitempty"`
	// contains filtered or unexported fields
}

AlgebraicSubjectSet is a subject set which is computed based on applying the specified operation to the operands according to the algebra of sets.

UNION is a logical set containing the subject members from all operands.

INTERSECTION is a logical set containing only the subject members which are present in all operands.

EXCLUSION is a logical set containing only the subject members which are present in the first operand, and none of the other operands.

func (*AlgebraicSubjectSet) CloneMessageVT

func (m *AlgebraicSubjectSet) CloneMessageVT() proto.Message

func (*AlgebraicSubjectSet) CloneVT

func (*AlgebraicSubjectSet) Descriptor deprecated

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

Deprecated: Use AlgebraicSubjectSet.ProtoReflect.Descriptor instead.

func (*AlgebraicSubjectSet) GetChildren

func (x *AlgebraicSubjectSet) GetChildren() []*PermissionRelationshipTree

func (*AlgebraicSubjectSet) GetOperation

func (*AlgebraicSubjectSet) MarshalToSizedBufferVT

func (m *AlgebraicSubjectSet) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AlgebraicSubjectSet) MarshalToVT

func (m *AlgebraicSubjectSet) MarshalToVT(dAtA []byte) (int, error)

func (*AlgebraicSubjectSet) MarshalVT

func (m *AlgebraicSubjectSet) MarshalVT() (dAtA []byte, err error)

func (*AlgebraicSubjectSet) ProtoMessage

func (*AlgebraicSubjectSet) ProtoMessage()

func (*AlgebraicSubjectSet) ProtoReflect

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

func (*AlgebraicSubjectSet) Reset

func (x *AlgebraicSubjectSet) Reset()

func (*AlgebraicSubjectSet) SizeVT

func (m *AlgebraicSubjectSet) SizeVT() (n int)

func (*AlgebraicSubjectSet) String

func (x *AlgebraicSubjectSet) String() string

func (*AlgebraicSubjectSet) UnmarshalVT

func (m *AlgebraicSubjectSet) UnmarshalVT(dAtA []byte) error

func (*AlgebraicSubjectSet) Validate

func (m *AlgebraicSubjectSet) Validate() error

Validate checks the field values on AlgebraicSubjectSet with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AlgebraicSubjectSet) ValidateAll

func (m *AlgebraicSubjectSet) ValidateAll() error

ValidateAll checks the field values on AlgebraicSubjectSet with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AlgebraicSubjectSetMultiError, or nil if none found.

type AlgebraicSubjectSetMultiError

type AlgebraicSubjectSetMultiError []error

AlgebraicSubjectSetMultiError is an error wrapping multiple validation errors returned by AlgebraicSubjectSet.ValidateAll() if the designated constraints aren't met.

func (AlgebraicSubjectSetMultiError) AllErrors

func (m AlgebraicSubjectSetMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AlgebraicSubjectSetMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AlgebraicSubjectSetValidationError

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

AlgebraicSubjectSetValidationError is the validation error returned by AlgebraicSubjectSet.Validate if the designated constraints aren't met.

func (AlgebraicSubjectSetValidationError) Cause

Cause function returns cause value.

func (AlgebraicSubjectSetValidationError) Error

Error satisfies the builtin error interface

func (AlgebraicSubjectSetValidationError) ErrorName

ErrorName returns error name.

func (AlgebraicSubjectSetValidationError) Field

Field function returns field value.

func (AlgebraicSubjectSetValidationError) Key

Key function returns key value.

func (AlgebraicSubjectSetValidationError) Reason

Reason function returns reason value.

type AlgebraicSubjectSet_Operation

type AlgebraicSubjectSet_Operation int32
const (
	AlgebraicSubjectSet_OPERATION_UNSPECIFIED  AlgebraicSubjectSet_Operation = 0
	AlgebraicSubjectSet_OPERATION_UNION        AlgebraicSubjectSet_Operation = 1
	AlgebraicSubjectSet_OPERATION_INTERSECTION AlgebraicSubjectSet_Operation = 2
	AlgebraicSubjectSet_OPERATION_EXCLUSION    AlgebraicSubjectSet_Operation = 3
)

func (AlgebraicSubjectSet_Operation) Descriptor

func (AlgebraicSubjectSet_Operation) Enum

func (AlgebraicSubjectSet_Operation) EnumDescriptor deprecated

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

Deprecated: Use AlgebraicSubjectSet_Operation.Descriptor instead.

func (AlgebraicSubjectSet_Operation) Number

func (AlgebraicSubjectSet_Operation) String

func (AlgebraicSubjectSet_Operation) Type

type BulkExportRelationshipsRequest

type BulkExportRelationshipsRequest struct {
	Consistency *Consistency `protobuf:"bytes,1,opt,name=consistency,proto3" json:"consistency,omitempty"`
	// optional_limit, if non-zero, specifies the limit on the number of
	// relationships the server can return in one page. By default, the server
	// will pick a page size, and the server is free to choose a smaller size
	// at will.
	OptionalLimit uint32 `protobuf:"varint,2,opt,name=optional_limit,json=optionalLimit,proto3" json:"optional_limit,omitempty"`
	// optional_cursor, if specified, indicates the cursor after which results
	// should resume being returned. The cursor can be found on the
	// BulkExportRelationshipsResponse object.
	OptionalCursor *Cursor `protobuf:"bytes,3,opt,name=optional_cursor,json=optionalCursor,proto3" json:"optional_cursor,omitempty"`
	// contains filtered or unexported fields
}

BulkExportRelationshipsRequest represents a resumable request for all relationships from the server.

func (*BulkExportRelationshipsRequest) CloneMessageVT

func (m *BulkExportRelationshipsRequest) CloneMessageVT() proto.Message

func (*BulkExportRelationshipsRequest) CloneVT

func (*BulkExportRelationshipsRequest) Descriptor deprecated

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

Deprecated: Use BulkExportRelationshipsRequest.ProtoReflect.Descriptor instead.

func (*BulkExportRelationshipsRequest) GetConsistency

func (x *BulkExportRelationshipsRequest) GetConsistency() *Consistency

func (*BulkExportRelationshipsRequest) GetOptionalCursor

func (x *BulkExportRelationshipsRequest) GetOptionalCursor() *Cursor

func (*BulkExportRelationshipsRequest) GetOptionalLimit

func (x *BulkExportRelationshipsRequest) GetOptionalLimit() uint32

func (*BulkExportRelationshipsRequest) MarshalToSizedBufferVT

func (m *BulkExportRelationshipsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BulkExportRelationshipsRequest) MarshalToVT

func (m *BulkExportRelationshipsRequest) MarshalToVT(dAtA []byte) (int, error)

func (*BulkExportRelationshipsRequest) MarshalVT

func (m *BulkExportRelationshipsRequest) MarshalVT() (dAtA []byte, err error)

func (*BulkExportRelationshipsRequest) ProtoMessage

func (*BulkExportRelationshipsRequest) ProtoMessage()

func (*BulkExportRelationshipsRequest) ProtoReflect

func (*BulkExportRelationshipsRequest) Reset

func (x *BulkExportRelationshipsRequest) Reset()

func (*BulkExportRelationshipsRequest) SizeVT

func (m *BulkExportRelationshipsRequest) SizeVT() (n int)

func (*BulkExportRelationshipsRequest) String

func (*BulkExportRelationshipsRequest) UnmarshalVT

func (m *BulkExportRelationshipsRequest) UnmarshalVT(dAtA []byte) error

func (*BulkExportRelationshipsRequest) Validate

func (m *BulkExportRelationshipsRequest) Validate() error

Validate checks the field values on BulkExportRelationshipsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BulkExportRelationshipsRequest) ValidateAll

func (m *BulkExportRelationshipsRequest) ValidateAll() error

ValidateAll checks the field values on BulkExportRelationshipsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BulkExportRelationshipsRequestMultiError, or nil if none found.

type BulkExportRelationshipsRequestMultiError

type BulkExportRelationshipsRequestMultiError []error

BulkExportRelationshipsRequestMultiError is an error wrapping multiple validation errors returned by BulkExportRelationshipsRequest.ValidateAll() if the designated constraints aren't met.

func (BulkExportRelationshipsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (BulkExportRelationshipsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type BulkExportRelationshipsRequestValidationError

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

BulkExportRelationshipsRequestValidationError is the validation error returned by BulkExportRelationshipsRequest.Validate if the designated constraints aren't met.

func (BulkExportRelationshipsRequestValidationError) Cause

Cause function returns cause value.

func (BulkExportRelationshipsRequestValidationError) Error

Error satisfies the builtin error interface

func (BulkExportRelationshipsRequestValidationError) ErrorName

ErrorName returns error name.

func (BulkExportRelationshipsRequestValidationError) Field

Field function returns field value.

func (BulkExportRelationshipsRequestValidationError) Key

Key function returns key value.

func (BulkExportRelationshipsRequestValidationError) Reason

Reason function returns reason value.

type BulkExportRelationshipsResponse

type BulkExportRelationshipsResponse struct {
	AfterResultCursor *Cursor         `protobuf:"bytes,1,opt,name=after_result_cursor,json=afterResultCursor,proto3" json:"after_result_cursor,omitempty"`
	Relationships     []*Relationship `protobuf:"bytes,2,rep,name=relationships,proto3" json:"relationships,omitempty"`
	// contains filtered or unexported fields
}

BulkExportRelationshipsResponse is one page in a stream of relationship groups that meet the criteria specified by the originating request. The server will continue to stream back relationship groups as quickly as it can until all relationships have been transmitted back.

func (*BulkExportRelationshipsResponse) CloneMessageVT

func (m *BulkExportRelationshipsResponse) CloneMessageVT() proto.Message

func (*BulkExportRelationshipsResponse) CloneVT

func (*BulkExportRelationshipsResponse) Descriptor deprecated

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

Deprecated: Use BulkExportRelationshipsResponse.ProtoReflect.Descriptor instead.

func (*BulkExportRelationshipsResponse) GetAfterResultCursor

func (x *BulkExportRelationshipsResponse) GetAfterResultCursor() *Cursor

func (*BulkExportRelationshipsResponse) GetRelationships

func (x *BulkExportRelationshipsResponse) GetRelationships() []*Relationship

func (*BulkExportRelationshipsResponse) MarshalToSizedBufferVT

func (m *BulkExportRelationshipsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BulkExportRelationshipsResponse) MarshalToVT

func (m *BulkExportRelationshipsResponse) MarshalToVT(dAtA []byte) (int, error)

func (*BulkExportRelationshipsResponse) MarshalVT

func (m *BulkExportRelationshipsResponse) MarshalVT() (dAtA []byte, err error)

func (*BulkExportRelationshipsResponse) ProtoMessage

func (*BulkExportRelationshipsResponse) ProtoMessage()

func (*BulkExportRelationshipsResponse) ProtoReflect

func (*BulkExportRelationshipsResponse) Reset

func (*BulkExportRelationshipsResponse) SizeVT

func (m *BulkExportRelationshipsResponse) SizeVT() (n int)

func (*BulkExportRelationshipsResponse) String

func (*BulkExportRelationshipsResponse) UnmarshalVT

func (m *BulkExportRelationshipsResponse) UnmarshalVT(dAtA []byte) error

func (*BulkExportRelationshipsResponse) Validate

func (m *BulkExportRelationshipsResponse) Validate() error

Validate checks the field values on BulkExportRelationshipsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BulkExportRelationshipsResponse) ValidateAll

func (m *BulkExportRelationshipsResponse) ValidateAll() error

ValidateAll checks the field values on BulkExportRelationshipsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BulkExportRelationshipsResponseMultiError, or nil if none found.

type BulkExportRelationshipsResponseMultiError

type BulkExportRelationshipsResponseMultiError []error

BulkExportRelationshipsResponseMultiError is an error wrapping multiple validation errors returned by BulkExportRelationshipsResponse.ValidateAll() if the designated constraints aren't met.

func (BulkExportRelationshipsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (BulkExportRelationshipsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type BulkExportRelationshipsResponseValidationError

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

BulkExportRelationshipsResponseValidationError is the validation error returned by BulkExportRelationshipsResponse.Validate if the designated constraints aren't met.

func (BulkExportRelationshipsResponseValidationError) Cause

Cause function returns cause value.

func (BulkExportRelationshipsResponseValidationError) Error

Error satisfies the builtin error interface

func (BulkExportRelationshipsResponseValidationError) ErrorName

ErrorName returns error name.

func (BulkExportRelationshipsResponseValidationError) Field

Field function returns field value.

func (BulkExportRelationshipsResponseValidationError) Key

Key function returns key value.

func (BulkExportRelationshipsResponseValidationError) Reason

Reason function returns reason value.

type BulkImportRelationshipsRequest

type BulkImportRelationshipsRequest struct {
	Relationships []*Relationship `protobuf:"bytes,1,rep,name=relationships,proto3" json:"relationships,omitempty"`
	// contains filtered or unexported fields
}

BulkImportRelationshipsRequest represents one batch of the streaming BulkImportRelationships API. The maximum size is only limited by the backing datastore, and optimal size should be determined by the calling client experimentally.

func (*BulkImportRelationshipsRequest) CloneMessageVT

func (m *BulkImportRelationshipsRequest) CloneMessageVT() proto.Message

func (*BulkImportRelationshipsRequest) CloneVT

func (*BulkImportRelationshipsRequest) Descriptor deprecated

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

Deprecated: Use BulkImportRelationshipsRequest.ProtoReflect.Descriptor instead.

func (*BulkImportRelationshipsRequest) GetRelationships

func (x *BulkImportRelationshipsRequest) GetRelationships() []*Relationship

func (*BulkImportRelationshipsRequest) MarshalToSizedBufferVT

func (m *BulkImportRelationshipsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BulkImportRelationshipsRequest) MarshalToVT

func (m *BulkImportRelationshipsRequest) MarshalToVT(dAtA []byte) (int, error)

func (*BulkImportRelationshipsRequest) MarshalVT

func (m *BulkImportRelationshipsRequest) MarshalVT() (dAtA []byte, err error)

func (*BulkImportRelationshipsRequest) ProtoMessage

func (*BulkImportRelationshipsRequest) ProtoMessage()

func (*BulkImportRelationshipsRequest) ProtoReflect

func (*BulkImportRelationshipsRequest) Reset

func (x *BulkImportRelationshipsRequest) Reset()

func (*BulkImportRelationshipsRequest) SizeVT

func (m *BulkImportRelationshipsRequest) SizeVT() (n int)

func (*BulkImportRelationshipsRequest) String

func (*BulkImportRelationshipsRequest) UnmarshalVT

func (m *BulkImportRelationshipsRequest) UnmarshalVT(dAtA []byte) error

func (*BulkImportRelationshipsRequest) Validate

func (m *BulkImportRelationshipsRequest) Validate() error

Validate checks the field values on BulkImportRelationshipsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BulkImportRelationshipsRequest) ValidateAll

func (m *BulkImportRelationshipsRequest) ValidateAll() error

ValidateAll checks the field values on BulkImportRelationshipsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BulkImportRelationshipsRequestMultiError, or nil if none found.

type BulkImportRelationshipsRequestMultiError

type BulkImportRelationshipsRequestMultiError []error

BulkImportRelationshipsRequestMultiError is an error wrapping multiple validation errors returned by BulkImportRelationshipsRequest.ValidateAll() if the designated constraints aren't met.

func (BulkImportRelationshipsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (BulkImportRelationshipsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type BulkImportRelationshipsRequestValidationError

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

BulkImportRelationshipsRequestValidationError is the validation error returned by BulkImportRelationshipsRequest.Validate if the designated constraints aren't met.

func (BulkImportRelationshipsRequestValidationError) Cause

Cause function returns cause value.

func (BulkImportRelationshipsRequestValidationError) Error

Error satisfies the builtin error interface

func (BulkImportRelationshipsRequestValidationError) ErrorName

ErrorName returns error name.

func (BulkImportRelationshipsRequestValidationError) Field

Field function returns field value.

func (BulkImportRelationshipsRequestValidationError) Key

Key function returns key value.

func (BulkImportRelationshipsRequestValidationError) Reason

Reason function returns reason value.

type BulkImportRelationshipsResponse

type BulkImportRelationshipsResponse struct {
	NumLoaded uint64 `protobuf:"varint,1,opt,name=num_loaded,json=numLoaded,proto3" json:"num_loaded,omitempty"`
	// contains filtered or unexported fields
}

BulkImportRelationshipsResponse is returned on successful completion of the bulk load stream, and contains the total number of relationships loaded.

func (*BulkImportRelationshipsResponse) CloneMessageVT

func (m *BulkImportRelationshipsResponse) CloneMessageVT() proto.Message

func (*BulkImportRelationshipsResponse) CloneVT

func (*BulkImportRelationshipsResponse) Descriptor deprecated

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

Deprecated: Use BulkImportRelationshipsResponse.ProtoReflect.Descriptor instead.

func (*BulkImportRelationshipsResponse) GetNumLoaded

func (x *BulkImportRelationshipsResponse) GetNumLoaded() uint64

func (*BulkImportRelationshipsResponse) MarshalToSizedBufferVT

func (m *BulkImportRelationshipsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BulkImportRelationshipsResponse) MarshalToVT

func (m *BulkImportRelationshipsResponse) MarshalToVT(dAtA []byte) (int, error)

func (*BulkImportRelationshipsResponse) MarshalVT

func (m *BulkImportRelationshipsResponse) MarshalVT() (dAtA []byte, err error)

func (*BulkImportRelationshipsResponse) ProtoMessage

func (*BulkImportRelationshipsResponse) ProtoMessage()

func (*BulkImportRelationshipsResponse) ProtoReflect

func (*BulkImportRelationshipsResponse) Reset

func (*BulkImportRelationshipsResponse) SizeVT

func (m *BulkImportRelationshipsResponse) SizeVT() (n int)

func (*BulkImportRelationshipsResponse) String

func (*BulkImportRelationshipsResponse) UnmarshalVT

func (m *BulkImportRelationshipsResponse) UnmarshalVT(dAtA []byte) error

func (*BulkImportRelationshipsResponse) Validate

func (m *BulkImportRelationshipsResponse) Validate() error

Validate checks the field values on BulkImportRelationshipsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BulkImportRelationshipsResponse) ValidateAll

func (m *BulkImportRelationshipsResponse) ValidateAll() error

ValidateAll checks the field values on BulkImportRelationshipsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BulkImportRelationshipsResponseMultiError, or nil if none found.

type BulkImportRelationshipsResponseMultiError

type BulkImportRelationshipsResponseMultiError []error

BulkImportRelationshipsResponseMultiError is an error wrapping multiple validation errors returned by BulkImportRelationshipsResponse.ValidateAll() if the designated constraints aren't met.

func (BulkImportRelationshipsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (BulkImportRelationshipsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type BulkImportRelationshipsResponseValidationError

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

BulkImportRelationshipsResponseValidationError is the validation error returned by BulkImportRelationshipsResponse.Validate if the designated constraints aren't met.

func (BulkImportRelationshipsResponseValidationError) Cause

Cause function returns cause value.

func (BulkImportRelationshipsResponseValidationError) Error

Error satisfies the builtin error interface

func (BulkImportRelationshipsResponseValidationError) ErrorName

ErrorName returns error name.

func (BulkImportRelationshipsResponseValidationError) Field

Field function returns field value.

func (BulkImportRelationshipsResponseValidationError) Key

Key function returns key value.

func (BulkImportRelationshipsResponseValidationError) Reason

Reason function returns reason value.

type CaveatEvalInfo

type CaveatEvalInfo struct {

	// expression is the expression that was evaluated.
	Expression string `protobuf:"bytes,1,opt,name=expression,proto3" json:"expression,omitempty"`
	// result is the result of the evaluation.
	Result CaveatEvalInfo_Result `protobuf:"varint,2,opt,name=result,proto3,enum=authzed.api.v1.CaveatEvalInfo_Result" json:"result,omitempty"`
	// context consists of any named values that were used for evaluating the caveat expression.
	Context *structpb.Struct `protobuf:"bytes,3,opt,name=context,proto3" json:"context,omitempty"`
	// partial_caveat_info holds information of a partially-evaluated caveated response, if applicable.
	PartialCaveatInfo *PartialCaveatInfo `protobuf:"bytes,4,opt,name=partial_caveat_info,json=partialCaveatInfo,proto3" json:"partial_caveat_info,omitempty"`
	// caveat_name is the name of the caveat that was executed, if applicable.
	CaveatName string `protobuf:"bytes,5,opt,name=caveat_name,json=caveatName,proto3" json:"caveat_name,omitempty"`
	// contains filtered or unexported fields
}

CaveatEvalInfo holds information about a caveat expression that was evaluated.

func (*CaveatEvalInfo) CloneMessageVT

func (m *CaveatEvalInfo) CloneMessageVT() proto.Message

func (*CaveatEvalInfo) CloneVT

func (m *CaveatEvalInfo) CloneVT() *CaveatEvalInfo

func (*CaveatEvalInfo) Descriptor deprecated

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

Deprecated: Use CaveatEvalInfo.ProtoReflect.Descriptor instead.

func (*CaveatEvalInfo) GetCaveatName

func (x *CaveatEvalInfo) GetCaveatName() string

func (*CaveatEvalInfo) GetContext

func (x *CaveatEvalInfo) GetContext() *structpb.Struct

func (*CaveatEvalInfo) GetExpression

func (x *CaveatEvalInfo) GetExpression() string

func (*CaveatEvalInfo) GetPartialCaveatInfo

func (x *CaveatEvalInfo) GetPartialCaveatInfo() *PartialCaveatInfo

func (*CaveatEvalInfo) GetResult

func (x *CaveatEvalInfo) GetResult() CaveatEvalInfo_Result

func (*CaveatEvalInfo) MarshalToSizedBufferVT

func (m *CaveatEvalInfo) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CaveatEvalInfo) MarshalToVT

func (m *CaveatEvalInfo) MarshalToVT(dAtA []byte) (int, error)

func (*CaveatEvalInfo) MarshalVT

func (m *CaveatEvalInfo) MarshalVT() (dAtA []byte, err error)

func (*CaveatEvalInfo) ProtoMessage

func (*CaveatEvalInfo) ProtoMessage()

func (*CaveatEvalInfo) ProtoReflect

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

func (*CaveatEvalInfo) Reset

func (x *CaveatEvalInfo) Reset()

func (*CaveatEvalInfo) SizeVT

func (m *CaveatEvalInfo) SizeVT() (n int)

func (*CaveatEvalInfo) String

func (x *CaveatEvalInfo) String() string

func (*CaveatEvalInfo) UnmarshalVT

func (m *CaveatEvalInfo) UnmarshalVT(dAtA []byte) error

func (*CaveatEvalInfo) Validate

func (m *CaveatEvalInfo) Validate() error

Validate checks the field values on CaveatEvalInfo with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CaveatEvalInfo) ValidateAll

func (m *CaveatEvalInfo) ValidateAll() error

ValidateAll checks the field values on CaveatEvalInfo with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CaveatEvalInfoMultiError, or nil if none found.

type CaveatEvalInfoMultiError

type CaveatEvalInfoMultiError []error

CaveatEvalInfoMultiError is an error wrapping multiple validation errors returned by CaveatEvalInfo.ValidateAll() if the designated constraints aren't met.

func (CaveatEvalInfoMultiError) AllErrors

func (m CaveatEvalInfoMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CaveatEvalInfoMultiError) Error

func (m CaveatEvalInfoMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type CaveatEvalInfoValidationError

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

CaveatEvalInfoValidationError is the validation error returned by CaveatEvalInfo.Validate if the designated constraints aren't met.

func (CaveatEvalInfoValidationError) Cause

Cause function returns cause value.

func (CaveatEvalInfoValidationError) Error

Error satisfies the builtin error interface

func (CaveatEvalInfoValidationError) ErrorName

func (e CaveatEvalInfoValidationError) ErrorName() string

ErrorName returns error name.

func (CaveatEvalInfoValidationError) Field

Field function returns field value.

func (CaveatEvalInfoValidationError) Key

Key function returns key value.

func (CaveatEvalInfoValidationError) Reason

Reason function returns reason value.

type CaveatEvalInfo_Result

type CaveatEvalInfo_Result int32
const (
	CaveatEvalInfo_RESULT_UNSPECIFIED          CaveatEvalInfo_Result = 0
	CaveatEvalInfo_RESULT_UNEVALUATED          CaveatEvalInfo_Result = 1
	CaveatEvalInfo_RESULT_FALSE                CaveatEvalInfo_Result = 2
	CaveatEvalInfo_RESULT_TRUE                 CaveatEvalInfo_Result = 3
	CaveatEvalInfo_RESULT_MISSING_SOME_CONTEXT CaveatEvalInfo_Result = 4
)

func (CaveatEvalInfo_Result) Descriptor

func (CaveatEvalInfo_Result) Enum

func (CaveatEvalInfo_Result) EnumDescriptor deprecated

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

Deprecated: Use CaveatEvalInfo_Result.Descriptor instead.

func (CaveatEvalInfo_Result) Number

func (CaveatEvalInfo_Result) String

func (x CaveatEvalInfo_Result) String() string

func (CaveatEvalInfo_Result) Type

type CheckDebugTrace

type CheckDebugTrace struct {

	// resource holds the resource on which the Check was performed.
	Resource *ObjectReference `protobuf:"bytes,1,opt,name=resource,proto3" json:"resource,omitempty"`
	// permission holds the name of the permission or relation on which the Check was performed.
	Permission string `protobuf:"bytes,2,opt,name=permission,proto3" json:"permission,omitempty"`
	// permission_type holds information indicating whether it was a permission or relation.
	PermissionType CheckDebugTrace_PermissionType `` /* 155-byte string literal not displayed */
	// subject holds the subject on which the Check was performed. This will be static across all calls within
	// the same Check tree.
	Subject *SubjectReference `protobuf:"bytes,4,opt,name=subject,proto3" json:"subject,omitempty"`
	// result holds the result of the Check call.
	Result CheckDebugTrace_Permissionship `protobuf:"varint,5,opt,name=result,proto3,enum=authzed.api.v1.CheckDebugTrace_Permissionship" json:"result,omitempty"`
	// caveat_evaluation_info holds information about the caveat evaluated for this step of the trace.
	CaveatEvaluationInfo *CaveatEvalInfo `protobuf:"bytes,8,opt,name=caveat_evaluation_info,json=caveatEvaluationInfo,proto3" json:"caveat_evaluation_info,omitempty"`
	// duration holds the time spent executing this Check operation.
	Duration *durationpb.Duration `protobuf:"bytes,9,opt,name=duration,proto3" json:"duration,omitempty"`
	// resolution holds information about how the problem was resolved.
	//
	// Types that are assignable to Resolution:
	//
	//	*CheckDebugTrace_WasCachedResult
	//	*CheckDebugTrace_SubProblems_
	Resolution isCheckDebugTrace_Resolution `protobuf_oneof:"resolution"`
	// contains filtered or unexported fields
}

CheckDebugTrace is a recursive trace of the requests made for resolving a CheckPermission API call.

func (*CheckDebugTrace) CloneMessageVT

func (m *CheckDebugTrace) CloneMessageVT() proto.Message

func (*CheckDebugTrace) CloneVT

func (m *CheckDebugTrace) CloneVT() *CheckDebugTrace

func (*CheckDebugTrace) Descriptor deprecated

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

Deprecated: Use CheckDebugTrace.ProtoReflect.Descriptor instead.

func (*CheckDebugTrace) GetCaveatEvaluationInfo

func (x *CheckDebugTrace) GetCaveatEvaluationInfo() *CaveatEvalInfo

func (*CheckDebugTrace) GetDuration

func (x *CheckDebugTrace) GetDuration() *durationpb.Duration

func (*CheckDebugTrace) GetPermission

func (x *CheckDebugTrace) GetPermission() string

func (*CheckDebugTrace) GetPermissionType

func (x *CheckDebugTrace) GetPermissionType() CheckDebugTrace_PermissionType

func (*CheckDebugTrace) GetResolution

func (m *CheckDebugTrace) GetResolution() isCheckDebugTrace_Resolution

func (*CheckDebugTrace) GetResource

func (x *CheckDebugTrace) GetResource() *ObjectReference

func (*CheckDebugTrace) GetResult

func (*CheckDebugTrace) GetSubProblems

func (x *CheckDebugTrace) GetSubProblems() *CheckDebugTrace_SubProblems

func (*CheckDebugTrace) GetSubject

func (x *CheckDebugTrace) GetSubject() *SubjectReference

func (*CheckDebugTrace) GetWasCachedResult

func (x *CheckDebugTrace) GetWasCachedResult() bool

func (*CheckDebugTrace) MarshalToSizedBufferVT

func (m *CheckDebugTrace) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CheckDebugTrace) MarshalToVT

func (m *CheckDebugTrace) MarshalToVT(dAtA []byte) (int, error)

func (*CheckDebugTrace) MarshalVT

func (m *CheckDebugTrace) MarshalVT() (dAtA []byte, err error)

func (*CheckDebugTrace) ProtoMessage

func (*CheckDebugTrace) ProtoMessage()

func (*CheckDebugTrace) ProtoReflect

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

func (*CheckDebugTrace) Reset

func (x *CheckDebugTrace) Reset()

func (*CheckDebugTrace) SizeVT

func (m *CheckDebugTrace) SizeVT() (n int)

func (*CheckDebugTrace) String

func (x *CheckDebugTrace) String() string

func (*CheckDebugTrace) UnmarshalVT

func (m *CheckDebugTrace) UnmarshalVT(dAtA []byte) error

func (*CheckDebugTrace) Validate

func (m *CheckDebugTrace) Validate() error

Validate checks the field values on CheckDebugTrace with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CheckDebugTrace) ValidateAll

func (m *CheckDebugTrace) ValidateAll() error

ValidateAll checks the field values on CheckDebugTrace with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CheckDebugTraceMultiError, or nil if none found.

type CheckDebugTraceMultiError

type CheckDebugTraceMultiError []error

CheckDebugTraceMultiError is an error wrapping multiple validation errors returned by CheckDebugTrace.ValidateAll() if the designated constraints aren't met.

func (CheckDebugTraceMultiError) AllErrors

func (m CheckDebugTraceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CheckDebugTraceMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CheckDebugTraceValidationError

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

CheckDebugTraceValidationError is the validation error returned by CheckDebugTrace.Validate if the designated constraints aren't met.

func (CheckDebugTraceValidationError) Cause

Cause function returns cause value.

func (CheckDebugTraceValidationError) Error

Error satisfies the builtin error interface

func (CheckDebugTraceValidationError) ErrorName

func (e CheckDebugTraceValidationError) ErrorName() string

ErrorName returns error name.

func (CheckDebugTraceValidationError) Field

Field function returns field value.

func (CheckDebugTraceValidationError) Key

Key function returns key value.

func (CheckDebugTraceValidationError) Reason

Reason function returns reason value.

type CheckDebugTrace_PermissionType

type CheckDebugTrace_PermissionType int32
const (
	CheckDebugTrace_PERMISSION_TYPE_UNSPECIFIED CheckDebugTrace_PermissionType = 0
	CheckDebugTrace_PERMISSION_TYPE_RELATION    CheckDebugTrace_PermissionType = 1
	CheckDebugTrace_PERMISSION_TYPE_PERMISSION  CheckDebugTrace_PermissionType = 2
)

func (CheckDebugTrace_PermissionType) Descriptor

func (CheckDebugTrace_PermissionType) Enum

func (CheckDebugTrace_PermissionType) EnumDescriptor deprecated

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

Deprecated: Use CheckDebugTrace_PermissionType.Descriptor instead.

func (CheckDebugTrace_PermissionType) Number

func (CheckDebugTrace_PermissionType) String

func (CheckDebugTrace_PermissionType) Type

type CheckDebugTrace_Permissionship

type CheckDebugTrace_Permissionship int32
const (
	CheckDebugTrace_PERMISSIONSHIP_UNSPECIFIED            CheckDebugTrace_Permissionship = 0
	CheckDebugTrace_PERMISSIONSHIP_NO_PERMISSION          CheckDebugTrace_Permissionship = 1
	CheckDebugTrace_PERMISSIONSHIP_HAS_PERMISSION         CheckDebugTrace_Permissionship = 2
	CheckDebugTrace_PERMISSIONSHIP_CONDITIONAL_PERMISSION CheckDebugTrace_Permissionship = 3
)

func (CheckDebugTrace_Permissionship) Descriptor

func (CheckDebugTrace_Permissionship) Enum

func (CheckDebugTrace_Permissionship) EnumDescriptor deprecated

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

Deprecated: Use CheckDebugTrace_Permissionship.Descriptor instead.

func (CheckDebugTrace_Permissionship) Number

func (CheckDebugTrace_Permissionship) String

func (CheckDebugTrace_Permissionship) Type

type CheckDebugTrace_SubProblems

type CheckDebugTrace_SubProblems struct {
	Traces []*CheckDebugTrace `protobuf:"bytes,1,rep,name=traces,proto3" json:"traces,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckDebugTrace_SubProblems) CloneMessageVT

func (m *CheckDebugTrace_SubProblems) CloneMessageVT() proto.Message

func (*CheckDebugTrace_SubProblems) CloneVT

func (*CheckDebugTrace_SubProblems) Descriptor deprecated

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

Deprecated: Use CheckDebugTrace_SubProblems.ProtoReflect.Descriptor instead.

func (*CheckDebugTrace_SubProblems) GetTraces

func (x *CheckDebugTrace_SubProblems) GetTraces() []*CheckDebugTrace

func (*CheckDebugTrace_SubProblems) MarshalToSizedBufferVT

func (m *CheckDebugTrace_SubProblems) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CheckDebugTrace_SubProblems) MarshalToVT

func (m *CheckDebugTrace_SubProblems) MarshalToVT(dAtA []byte) (int, error)

func (*CheckDebugTrace_SubProblems) MarshalVT

func (m *CheckDebugTrace_SubProblems) MarshalVT() (dAtA []byte, err error)

func (*CheckDebugTrace_SubProblems) ProtoMessage

func (*CheckDebugTrace_SubProblems) ProtoMessage()

func (*CheckDebugTrace_SubProblems) ProtoReflect

func (*CheckDebugTrace_SubProblems) Reset

func (x *CheckDebugTrace_SubProblems) Reset()

func (*CheckDebugTrace_SubProblems) SizeVT

func (m *CheckDebugTrace_SubProblems) SizeVT() (n int)

func (*CheckDebugTrace_SubProblems) String

func (x *CheckDebugTrace_SubProblems) String() string

func (*CheckDebugTrace_SubProblems) UnmarshalVT

func (m *CheckDebugTrace_SubProblems) UnmarshalVT(dAtA []byte) error

func (*CheckDebugTrace_SubProblems) Validate

func (m *CheckDebugTrace_SubProblems) Validate() error

Validate checks the field values on CheckDebugTrace_SubProblems with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CheckDebugTrace_SubProblems) ValidateAll

func (m *CheckDebugTrace_SubProblems) ValidateAll() error

ValidateAll checks the field values on CheckDebugTrace_SubProblems with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CheckDebugTrace_SubProblemsMultiError, or nil if none found.

type CheckDebugTrace_SubProblemsMultiError

type CheckDebugTrace_SubProblemsMultiError []error

CheckDebugTrace_SubProblemsMultiError is an error wrapping multiple validation errors returned by CheckDebugTrace_SubProblems.ValidateAll() if the designated constraints aren't met.

func (CheckDebugTrace_SubProblemsMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CheckDebugTrace_SubProblemsMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CheckDebugTrace_SubProblemsValidationError

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

CheckDebugTrace_SubProblemsValidationError is the validation error returned by CheckDebugTrace_SubProblems.Validate if the designated constraints aren't met.

func (CheckDebugTrace_SubProblemsValidationError) Cause

Cause function returns cause value.

func (CheckDebugTrace_SubProblemsValidationError) Error

Error satisfies the builtin error interface

func (CheckDebugTrace_SubProblemsValidationError) ErrorName

ErrorName returns error name.

func (CheckDebugTrace_SubProblemsValidationError) Field

Field function returns field value.

func (CheckDebugTrace_SubProblemsValidationError) Key

Key function returns key value.

func (CheckDebugTrace_SubProblemsValidationError) Reason

Reason function returns reason value.

type CheckDebugTrace_SubProblems_

type CheckDebugTrace_SubProblems_ struct {
	// sub_problems holds the sub problems that were executed to resolve the answer to this Check. An empty list
	// and a permissionship of PERMISSIONSHIP_HAS_PERMISSION indicates the subject was found within this relation.
	SubProblems *CheckDebugTrace_SubProblems `protobuf:"bytes,7,opt,name=sub_problems,json=subProblems,proto3,oneof"`
}

func (*CheckDebugTrace_SubProblems_) CloneVT

func (m *CheckDebugTrace_SubProblems_) CloneVT() isCheckDebugTrace_Resolution

func (*CheckDebugTrace_SubProblems_) MarshalToSizedBufferVT

func (m *CheckDebugTrace_SubProblems_) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CheckDebugTrace_SubProblems_) MarshalToVT

func (m *CheckDebugTrace_SubProblems_) MarshalToVT(dAtA []byte) (int, error)

func (*CheckDebugTrace_SubProblems_) SizeVT

func (m *CheckDebugTrace_SubProblems_) SizeVT() (n int)

type CheckDebugTrace_WasCachedResult

type CheckDebugTrace_WasCachedResult struct {
	// was_cached_result, if true, indicates that the result was found in the cache and returned directly.
	WasCachedResult bool `protobuf:"varint,6,opt,name=was_cached_result,json=wasCachedResult,proto3,oneof"`
}

func (*CheckDebugTrace_WasCachedResult) CloneVT

func (m *CheckDebugTrace_WasCachedResult) CloneVT() isCheckDebugTrace_Resolution

func (*CheckDebugTrace_WasCachedResult) MarshalToSizedBufferVT

func (m *CheckDebugTrace_WasCachedResult) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CheckDebugTrace_WasCachedResult) MarshalToVT

func (m *CheckDebugTrace_WasCachedResult) MarshalToVT(dAtA []byte) (int, error)

func (*CheckDebugTrace_WasCachedResult) SizeVT

func (m *CheckDebugTrace_WasCachedResult) SizeVT() (n int)

type CheckPermissionRequest

type CheckPermissionRequest struct {
	Consistency *Consistency `protobuf:"bytes,1,opt,name=consistency,proto3" json:"consistency,omitempty"`
	// resource is the resource on which to check the permission or relation.
	Resource *ObjectReference `protobuf:"bytes,2,opt,name=resource,proto3" json:"resource,omitempty"`
	// permission is the name of the permission (or relation) on which to execute
	// the check.
	Permission string `protobuf:"bytes,3,opt,name=permission,proto3" json:"permission,omitempty"`
	// subject is the subject that will be checked for the permission or relation.
	Subject *SubjectReference `protobuf:"bytes,4,opt,name=subject,proto3" json:"subject,omitempty"`
	// context consists of named values that are injected into the caveat evaluation context
	Context *structpb.Struct `protobuf:"bytes,5,opt,name=context,proto3" json:"context,omitempty"`
	// contains filtered or unexported fields
}

CheckPermissionRequest issues a check on whether a subject has a permission or is a member of a relation, on a specific resource.

func (*CheckPermissionRequest) CloneMessageVT

func (m *CheckPermissionRequest) CloneMessageVT() proto.Message

func (*CheckPermissionRequest) CloneVT

func (*CheckPermissionRequest) Descriptor deprecated

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

Deprecated: Use CheckPermissionRequest.ProtoReflect.Descriptor instead.

func (*CheckPermissionRequest) GetConsistency

func (x *CheckPermissionRequest) GetConsistency() *Consistency

func (*CheckPermissionRequest) GetContext

func (x *CheckPermissionRequest) GetContext() *structpb.Struct

func (*CheckPermissionRequest) GetPermission

func (x *CheckPermissionRequest) GetPermission() string

func (*CheckPermissionRequest) GetResource

func (x *CheckPermissionRequest) GetResource() *ObjectReference

func (*CheckPermissionRequest) GetSubject

func (x *CheckPermissionRequest) GetSubject() *SubjectReference

func (*CheckPermissionRequest) HandwrittenValidate

func (m *CheckPermissionRequest) HandwrittenValidate() error

func (*CheckPermissionRequest) MarshalToSizedBufferVT

func (m *CheckPermissionRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CheckPermissionRequest) MarshalToVT

func (m *CheckPermissionRequest) MarshalToVT(dAtA []byte) (int, error)

func (*CheckPermissionRequest) MarshalVT

func (m *CheckPermissionRequest) MarshalVT() (dAtA []byte, err error)

func (*CheckPermissionRequest) ProtoMessage

func (*CheckPermissionRequest) ProtoMessage()

func (*CheckPermissionRequest) ProtoReflect

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

func (*CheckPermissionRequest) Reset

func (x *CheckPermissionRequest) Reset()

func (*CheckPermissionRequest) SizeVT

func (m *CheckPermissionRequest) SizeVT() (n int)

func (*CheckPermissionRequest) String

func (x *CheckPermissionRequest) String() string

func (*CheckPermissionRequest) UnmarshalVT

func (m *CheckPermissionRequest) UnmarshalVT(dAtA []byte) error

func (*CheckPermissionRequest) Validate

func (m *CheckPermissionRequest) Validate() error

Validate checks the field values on CheckPermissionRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CheckPermissionRequest) ValidateAll

func (m *CheckPermissionRequest) ValidateAll() error

ValidateAll checks the field values on CheckPermissionRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CheckPermissionRequestMultiError, or nil if none found.

type CheckPermissionRequestMultiError

type CheckPermissionRequestMultiError []error

CheckPermissionRequestMultiError is an error wrapping multiple validation errors returned by CheckPermissionRequest.ValidateAll() if the designated constraints aren't met.

func (CheckPermissionRequestMultiError) AllErrors

func (m CheckPermissionRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CheckPermissionRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CheckPermissionRequestValidationError

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

CheckPermissionRequestValidationError is the validation error returned by CheckPermissionRequest.Validate if the designated constraints aren't met.

func (CheckPermissionRequestValidationError) Cause

Cause function returns cause value.

func (CheckPermissionRequestValidationError) Error

Error satisfies the builtin error interface

func (CheckPermissionRequestValidationError) ErrorName

ErrorName returns error name.

func (CheckPermissionRequestValidationError) Field

Field function returns field value.

func (CheckPermissionRequestValidationError) Key

Key function returns key value.

func (CheckPermissionRequestValidationError) Reason

Reason function returns reason value.

type CheckPermissionResponse

type CheckPermissionResponse struct {
	CheckedAt *ZedToken `protobuf:"bytes,1,opt,name=checked_at,json=checkedAt,proto3" json:"checked_at,omitempty"`
	// Permissionship communicates whether or not the subject has the requested
	// permission or has a relationship with the given resource, over the given
	// relation.
	//
	// This value will be authzed.api.v1.PERMISSIONSHIP_HAS_PERMISSION if the
	// requested subject is a member of the computed permission set or there
	// exists a relationship with the requested relation from the given resource
	// to the given subject.
	Permissionship CheckPermissionResponse_Permissionship `` /* 141-byte string literal not displayed */
	// partial_caveat_info holds information of a partially-evaluated caveated response
	PartialCaveatInfo *PartialCaveatInfo `protobuf:"bytes,3,opt,name=partial_caveat_info,json=partialCaveatInfo,proto3" json:"partial_caveat_info,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckPermissionResponse) CloneMessageVT

func (m *CheckPermissionResponse) CloneMessageVT() proto.Message

func (*CheckPermissionResponse) CloneVT

func (*CheckPermissionResponse) Descriptor deprecated

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

Deprecated: Use CheckPermissionResponse.ProtoReflect.Descriptor instead.

func (*CheckPermissionResponse) GetCheckedAt

func (x *CheckPermissionResponse) GetCheckedAt() *ZedToken

func (*CheckPermissionResponse) GetPartialCaveatInfo

func (x *CheckPermissionResponse) GetPartialCaveatInfo() *PartialCaveatInfo

func (*CheckPermissionResponse) GetPermissionship

func (*CheckPermissionResponse) MarshalToSizedBufferVT

func (m *CheckPermissionResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CheckPermissionResponse) MarshalToVT

func (m *CheckPermissionResponse) MarshalToVT(dAtA []byte) (int, error)

func (*CheckPermissionResponse) MarshalVT

func (m *CheckPermissionResponse) MarshalVT() (dAtA []byte, err error)

func (*CheckPermissionResponse) ProtoMessage

func (*CheckPermissionResponse) ProtoMessage()

func (*CheckPermissionResponse) ProtoReflect

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

func (*CheckPermissionResponse) Reset

func (x *CheckPermissionResponse) Reset()

func (*CheckPermissionResponse) SizeVT

func (m *CheckPermissionResponse) SizeVT() (n int)

func (*CheckPermissionResponse) String

func (x *CheckPermissionResponse) String() string

func (*CheckPermissionResponse) UnmarshalVT

func (m *CheckPermissionResponse) UnmarshalVT(dAtA []byte) error

func (*CheckPermissionResponse) Validate

func (m *CheckPermissionResponse) Validate() error

Validate checks the field values on CheckPermissionResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CheckPermissionResponse) ValidateAll

func (m *CheckPermissionResponse) ValidateAll() error

ValidateAll checks the field values on CheckPermissionResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CheckPermissionResponseMultiError, or nil if none found.

type CheckPermissionResponseMultiError

type CheckPermissionResponseMultiError []error

CheckPermissionResponseMultiError is an error wrapping multiple validation errors returned by CheckPermissionResponse.ValidateAll() if the designated constraints aren't met.

func (CheckPermissionResponseMultiError) AllErrors

func (m CheckPermissionResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CheckPermissionResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CheckPermissionResponseValidationError

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

CheckPermissionResponseValidationError is the validation error returned by CheckPermissionResponse.Validate if the designated constraints aren't met.

func (CheckPermissionResponseValidationError) Cause

Cause function returns cause value.

func (CheckPermissionResponseValidationError) Error

Error satisfies the builtin error interface

func (CheckPermissionResponseValidationError) ErrorName

ErrorName returns error name.

func (CheckPermissionResponseValidationError) Field

Field function returns field value.

func (CheckPermissionResponseValidationError) Key

Key function returns key value.

func (CheckPermissionResponseValidationError) Reason

Reason function returns reason value.

type CheckPermissionResponse_Permissionship

type CheckPermissionResponse_Permissionship int32
const (
	CheckPermissionResponse_PERMISSIONSHIP_UNSPECIFIED            CheckPermissionResponse_Permissionship = 0
	CheckPermissionResponse_PERMISSIONSHIP_NO_PERMISSION          CheckPermissionResponse_Permissionship = 1
	CheckPermissionResponse_PERMISSIONSHIP_HAS_PERMISSION         CheckPermissionResponse_Permissionship = 2
	CheckPermissionResponse_PERMISSIONSHIP_CONDITIONAL_PERMISSION CheckPermissionResponse_Permissionship = 3
)

func (CheckPermissionResponse_Permissionship) Descriptor

func (CheckPermissionResponse_Permissionship) Enum

func (CheckPermissionResponse_Permissionship) EnumDescriptor deprecated

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

Deprecated: Use CheckPermissionResponse_Permissionship.Descriptor instead.

func (CheckPermissionResponse_Permissionship) Number

func (CheckPermissionResponse_Permissionship) String

func (CheckPermissionResponse_Permissionship) Type

type Consistency

type Consistency struct {

	// Types that are assignable to Requirement:
	//
	//	*Consistency_MinimizeLatency
	//	*Consistency_AtLeastAsFresh
	//	*Consistency_AtExactSnapshot
	//	*Consistency_FullyConsistent
	Requirement isConsistency_Requirement `protobuf_oneof:"requirement"`
	// contains filtered or unexported fields
}

Consistency will define how a request is handled by the backend. By defining a consistency requirement, and a token at which those requirements should be applied, where applicable.

func (*Consistency) CloneMessageVT

func (m *Consistency) CloneMessageVT() proto.Message

func (*Consistency) CloneVT

func (m *Consistency) CloneVT() *Consistency

func (*Consistency) Descriptor deprecated

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

Deprecated: Use Consistency.ProtoReflect.Descriptor instead.

func (*Consistency) GetAtExactSnapshot

func (x *Consistency) GetAtExactSnapshot() *ZedToken

func (*Consistency) GetAtLeastAsFresh

func (x *Consistency) GetAtLeastAsFresh() *ZedToken

func (*Consistency) GetFullyConsistent

func (x *Consistency) GetFullyConsistent() bool

func (*Consistency) GetMinimizeLatency

func (x *Consistency) GetMinimizeLatency() bool

func (*Consistency) GetRequirement

func (m *Consistency) GetRequirement() isConsistency_Requirement

func (*Consistency) MarshalToSizedBufferVT

func (m *Consistency) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Consistency) MarshalToVT

func (m *Consistency) MarshalToVT(dAtA []byte) (int, error)

func (*Consistency) MarshalVT

func (m *Consistency) MarshalVT() (dAtA []byte, err error)

func (*Consistency) ProtoMessage

func (*Consistency) ProtoMessage()

func (*Consistency) ProtoReflect

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

func (*Consistency) Reset

func (x *Consistency) Reset()

func (*Consistency) SizeVT

func (m *Consistency) SizeVT() (n int)

func (*Consistency) String

func (x *Consistency) String() string

func (*Consistency) UnmarshalVT

func (m *Consistency) UnmarshalVT(dAtA []byte) error

func (*Consistency) Validate

func (m *Consistency) Validate() error

Validate checks the field values on Consistency with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Consistency) ValidateAll

func (m *Consistency) ValidateAll() error

ValidateAll checks the field values on Consistency with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ConsistencyMultiError, or nil if none found.

type ConsistencyMultiError

type ConsistencyMultiError []error

ConsistencyMultiError is an error wrapping multiple validation errors returned by Consistency.ValidateAll() if the designated constraints aren't met.

func (ConsistencyMultiError) AllErrors

func (m ConsistencyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ConsistencyMultiError) Error

func (m ConsistencyMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ConsistencyValidationError

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

ConsistencyValidationError is the validation error returned by Consistency.Validate if the designated constraints aren't met.

func (ConsistencyValidationError) Cause

Cause function returns cause value.

func (ConsistencyValidationError) Error

Error satisfies the builtin error interface

func (ConsistencyValidationError) ErrorName

func (e ConsistencyValidationError) ErrorName() string

ErrorName returns error name.

func (ConsistencyValidationError) Field

Field function returns field value.

func (ConsistencyValidationError) Key

Key function returns key value.

func (ConsistencyValidationError) Reason

Reason function returns reason value.

type Consistency_AtExactSnapshot

type Consistency_AtExactSnapshot struct {
	// at_exact_snapshot indicates that all data used in the API call must be
	// *at the given* snapshot in time; if the snapshot is no longer available,
	// an error will be returned to the caller.
	AtExactSnapshot *ZedToken `protobuf:"bytes,3,opt,name=at_exact_snapshot,json=atExactSnapshot,proto3,oneof"`
}

func (*Consistency_AtExactSnapshot) CloneVT

func (m *Consistency_AtExactSnapshot) CloneVT() isConsistency_Requirement

func (*Consistency_AtExactSnapshot) MarshalToSizedBufferVT

func (m *Consistency_AtExactSnapshot) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Consistency_AtExactSnapshot) MarshalToVT

func (m *Consistency_AtExactSnapshot) MarshalToVT(dAtA []byte) (int, error)

func (*Consistency_AtExactSnapshot) SizeVT

func (m *Consistency_AtExactSnapshot) SizeVT() (n int)

type Consistency_AtLeastAsFresh

type Consistency_AtLeastAsFresh struct {
	// at_least_as_fresh indicates that all data used in the API call must be
	// *at least as fresh* as that found in the ZedToken; more recent data might
	// be used if available or faster.
	AtLeastAsFresh *ZedToken `protobuf:"bytes,2,opt,name=at_least_as_fresh,json=atLeastAsFresh,proto3,oneof"`
}

func (*Consistency_AtLeastAsFresh) CloneVT

func (m *Consistency_AtLeastAsFresh) CloneVT() isConsistency_Requirement

func (*Consistency_AtLeastAsFresh) MarshalToSizedBufferVT

func (m *Consistency_AtLeastAsFresh) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Consistency_AtLeastAsFresh) MarshalToVT

func (m *Consistency_AtLeastAsFresh) MarshalToVT(dAtA []byte) (int, error)

func (*Consistency_AtLeastAsFresh) SizeVT

func (m *Consistency_AtLeastAsFresh) SizeVT() (n int)

type Consistency_FullyConsistent

type Consistency_FullyConsistent struct {
	// fully_consistent indicates that all data used in the API call *must* be
	// at the most recent snapshot found.
	//
	// NOTE: using this method can be *quite slow*, so unless there is a need to
	// do so, it is recommended to use `at_least_as_fresh` with a stored
	// ZedToken.
	FullyConsistent bool `protobuf:"varint,4,opt,name=fully_consistent,json=fullyConsistent,proto3,oneof"`
}

func (*Consistency_FullyConsistent) CloneVT

func (m *Consistency_FullyConsistent) CloneVT() isConsistency_Requirement

func (*Consistency_FullyConsistent) MarshalToSizedBufferVT

func (m *Consistency_FullyConsistent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Consistency_FullyConsistent) MarshalToVT

func (m *Consistency_FullyConsistent) MarshalToVT(dAtA []byte) (int, error)

func (*Consistency_FullyConsistent) SizeVT

func (m *Consistency_FullyConsistent) SizeVT() (n int)

type Consistency_MinimizeLatency

type Consistency_MinimizeLatency struct {
	// minimize_latency indicates that the latency for the call should be
	// minimized by having the system select the fastest snapshot available.
	MinimizeLatency bool `protobuf:"varint,1,opt,name=minimize_latency,json=minimizeLatency,proto3,oneof"`
}

func (*Consistency_MinimizeLatency) CloneVT

func (m *Consistency_MinimizeLatency) CloneVT() isConsistency_Requirement

func (*Consistency_MinimizeLatency) MarshalToSizedBufferVT

func (m *Consistency_MinimizeLatency) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Consistency_MinimizeLatency) MarshalToVT

func (m *Consistency_MinimizeLatency) MarshalToVT(dAtA []byte) (int, error)

func (*Consistency_MinimizeLatency) SizeVT

func (m *Consistency_MinimizeLatency) SizeVT() (n int)

type ContextualizedCaveat

type ContextualizedCaveat struct {

	// caveat_name is the name of the caveat expression to use, as defined in the schema
	CaveatName string `protobuf:"bytes,1,opt,name=caveat_name,json=caveatName,proto3" json:"caveat_name,omitempty"`
	// context consists of any named values that are defined at write time for the caveat expression
	Context *structpb.Struct `protobuf:"bytes,2,opt,name=context,proto3" json:"context,omitempty"`
	// contains filtered or unexported fields
}

ContextualizedCaveat represents a reference to a caveat to be used by caveated relationships. The context consists of key-value pairs that will be injected at evaluation time. The keys must match the arguments defined on the caveat in the schema.

func (*ContextualizedCaveat) CloneMessageVT

func (m *ContextualizedCaveat) CloneMessageVT() proto.Message

func (*ContextualizedCaveat) CloneVT

func (*ContextualizedCaveat) Descriptor deprecated

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

Deprecated: Use ContextualizedCaveat.ProtoReflect.Descriptor instead.

func (*ContextualizedCaveat) GetCaveatName

func (x *ContextualizedCaveat) GetCaveatName() string

func (*ContextualizedCaveat) GetContext

func (x *ContextualizedCaveat) GetContext() *structpb.Struct

func (*ContextualizedCaveat) MarshalToSizedBufferVT

func (m *ContextualizedCaveat) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ContextualizedCaveat) MarshalToVT

func (m *ContextualizedCaveat) MarshalToVT(dAtA []byte) (int, error)

func (*ContextualizedCaveat) MarshalVT

func (m *ContextualizedCaveat) MarshalVT() (dAtA []byte, err error)

func (*ContextualizedCaveat) ProtoMessage

func (*ContextualizedCaveat) ProtoMessage()

func (*ContextualizedCaveat) ProtoReflect

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

func (*ContextualizedCaveat) Reset

func (x *ContextualizedCaveat) Reset()

func (*ContextualizedCaveat) SizeVT

func (m *ContextualizedCaveat) SizeVT() (n int)

func (*ContextualizedCaveat) String

func (x *ContextualizedCaveat) String() string

func (*ContextualizedCaveat) UnmarshalVT

func (m *ContextualizedCaveat) UnmarshalVT(dAtA []byte) error

func (*ContextualizedCaveat) Validate

func (m *ContextualizedCaveat) Validate() error

Validate checks the field values on ContextualizedCaveat with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ContextualizedCaveat) ValidateAll

func (m *ContextualizedCaveat) ValidateAll() error

ValidateAll checks the field values on ContextualizedCaveat with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ContextualizedCaveatMultiError, or nil if none found.

type ContextualizedCaveatMultiError

type ContextualizedCaveatMultiError []error

ContextualizedCaveatMultiError is an error wrapping multiple validation errors returned by ContextualizedCaveat.ValidateAll() if the designated constraints aren't met.

func (ContextualizedCaveatMultiError) AllErrors

func (m ContextualizedCaveatMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ContextualizedCaveatMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ContextualizedCaveatValidationError

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

ContextualizedCaveatValidationError is the validation error returned by ContextualizedCaveat.Validate if the designated constraints aren't met.

func (ContextualizedCaveatValidationError) Cause

Cause function returns cause value.

func (ContextualizedCaveatValidationError) Error

Error satisfies the builtin error interface

func (ContextualizedCaveatValidationError) ErrorName

ErrorName returns error name.

func (ContextualizedCaveatValidationError) Field

Field function returns field value.

func (ContextualizedCaveatValidationError) Key

Key function returns key value.

func (ContextualizedCaveatValidationError) Reason

Reason function returns reason value.

type Cursor

type Cursor struct {
	Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

Cursor is used to provide resumption of listing between calls to APIs such as LookupResources.

func (*Cursor) CloneMessageVT

func (m *Cursor) CloneMessageVT() proto.Message

func (*Cursor) CloneVT

func (m *Cursor) CloneVT() *Cursor

func (*Cursor) Descriptor deprecated

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

Deprecated: Use Cursor.ProtoReflect.Descriptor instead.

func (*Cursor) GetToken

func (x *Cursor) GetToken() string

func (*Cursor) MarshalToSizedBufferVT

func (m *Cursor) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Cursor) MarshalToVT

func (m *Cursor) MarshalToVT(dAtA []byte) (int, error)

func (*Cursor) MarshalVT

func (m *Cursor) MarshalVT() (dAtA []byte, err error)

func (*Cursor) ProtoMessage

func (*Cursor) ProtoMessage()

func (*Cursor) ProtoReflect

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

func (*Cursor) Reset

func (x *Cursor) Reset()

func (*Cursor) SizeVT

func (m *Cursor) SizeVT() (n int)

func (*Cursor) String

func (x *Cursor) String() string

func (*Cursor) UnmarshalVT

func (m *Cursor) UnmarshalVT(dAtA []byte) error

func (*Cursor) Validate

func (m *Cursor) Validate() error

Validate checks the field values on Cursor with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Cursor) ValidateAll

func (m *Cursor) ValidateAll() error

ValidateAll checks the field values on Cursor with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CursorMultiError, or nil if none found.

type CursorMultiError

type CursorMultiError []error

CursorMultiError is an error wrapping multiple validation errors returned by Cursor.ValidateAll() if the designated constraints aren't met.

func (CursorMultiError) AllErrors

func (m CursorMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CursorMultiError) Error

func (m CursorMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type CursorValidationError

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

CursorValidationError is the validation error returned by Cursor.Validate if the designated constraints aren't met.

func (CursorValidationError) Cause

func (e CursorValidationError) Cause() error

Cause function returns cause value.

func (CursorValidationError) Error

func (e CursorValidationError) Error() string

Error satisfies the builtin error interface

func (CursorValidationError) ErrorName

func (e CursorValidationError) ErrorName() string

ErrorName returns error name.

func (CursorValidationError) Field

func (e CursorValidationError) Field() string

Field function returns field value.

func (CursorValidationError) Key

func (e CursorValidationError) Key() bool

Key function returns key value.

func (CursorValidationError) Reason

func (e CursorValidationError) Reason() string

Reason function returns reason value.

type DebugInformation

type DebugInformation struct {

	// check holds debug information about a check request.
	Check *CheckDebugTrace `protobuf:"bytes,1,opt,name=check,proto3" json:"check,omitempty"`
	// schema_used holds the schema used for the request.
	SchemaUsed string `protobuf:"bytes,2,opt,name=schema_used,json=schemaUsed,proto3" json:"schema_used,omitempty"`
	// contains filtered or unexported fields
}

DebugInformation defines debug information returned by an API call in a footer when requested with a specific debugging header.

The specific debug information returned will depend on the type of the API call made.

See the github.com/grench/authzed-go project for the specific header and footer names.

func (*DebugInformation) CloneMessageVT

func (m *DebugInformation) CloneMessageVT() proto.Message

func (*DebugInformation) CloneVT

func (m *DebugInformation) CloneVT() *DebugInformation

func (*DebugInformation) Descriptor deprecated

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

Deprecated: Use DebugInformation.ProtoReflect.Descriptor instead.

func (*DebugInformation) GetCheck

func (x *DebugInformation) GetCheck() *CheckDebugTrace

func (*DebugInformation) GetSchemaUsed

func (x *DebugInformation) GetSchemaUsed() string

func (*DebugInformation) MarshalToSizedBufferVT

func (m *DebugInformation) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DebugInformation) MarshalToVT

func (m *DebugInformation) MarshalToVT(dAtA []byte) (int, error)

func (*DebugInformation) MarshalVT

func (m *DebugInformation) MarshalVT() (dAtA []byte, err error)

func (*DebugInformation) ProtoMessage

func (*DebugInformation) ProtoMessage()

func (*DebugInformation) ProtoReflect

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

func (*DebugInformation) Reset

func (x *DebugInformation) Reset()

func (*DebugInformation) SizeVT

func (m *DebugInformation) SizeVT() (n int)

func (*DebugInformation) String

func (x *DebugInformation) String() string

func (*DebugInformation) UnmarshalVT

func (m *DebugInformation) UnmarshalVT(dAtA []byte) error

func (*DebugInformation) Validate

func (m *DebugInformation) Validate() error

Validate checks the field values on DebugInformation with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DebugInformation) ValidateAll

func (m *DebugInformation) ValidateAll() error

ValidateAll checks the field values on DebugInformation with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DebugInformationMultiError, or nil if none found.

type DebugInformationMultiError

type DebugInformationMultiError []error

DebugInformationMultiError is an error wrapping multiple validation errors returned by DebugInformation.ValidateAll() if the designated constraints aren't met.

func (DebugInformationMultiError) AllErrors

func (m DebugInformationMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DebugInformationMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DebugInformationValidationError

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

DebugInformationValidationError is the validation error returned by DebugInformation.Validate if the designated constraints aren't met.

func (DebugInformationValidationError) Cause

Cause function returns cause value.

func (DebugInformationValidationError) Error

Error satisfies the builtin error interface

func (DebugInformationValidationError) ErrorName

ErrorName returns error name.

func (DebugInformationValidationError) Field

Field function returns field value.

func (DebugInformationValidationError) Key

Key function returns key value.

func (DebugInformationValidationError) Reason

Reason function returns reason value.

type DeleteRelationshipsRequest

type DeleteRelationshipsRequest struct {
	RelationshipFilter    *RelationshipFilter `protobuf:"bytes,1,opt,name=relationship_filter,json=relationshipFilter,proto3" json:"relationship_filter,omitempty"`
	OptionalPreconditions []*Precondition     `protobuf:"bytes,2,rep,name=optional_preconditions,json=optionalPreconditions,proto3" json:"optional_preconditions,omitempty"` // To be bounded by configuration
	// optional_limit, if non-zero, specifies the limit on the number of relationships to be deleted.
	// If there are more matching relationships found to be deleted than the limit specified here,
	// the deletion call will fail with an error to prevent partial deletion. If partial deletion
	// is needed, specify below that partial deletion is allowed. Partial deletions can be used
	// in a loop to delete large amounts of relationships in a *non-transactional* manner.
	OptionalLimit uint32 `protobuf:"varint,3,opt,name=optional_limit,json=optionalLimit,proto3" json:"optional_limit,omitempty"`
	// optional_allow_partial_deletions, if true and a limit is specified, will delete matching found
	// relationships up to the count specified in optional_limit, and no more.
	OptionalAllowPartialDeletions bool `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

DeleteRelationshipsRequest specifies which Relationships should be deleted, requesting the delete of *ALL* relationships that match the specified filters. If the optional_preconditions parameter is included, all of the specified preconditions must also be satisfied before the delete will be executed.

func (*DeleteRelationshipsRequest) CloneMessageVT

func (m *DeleteRelationshipsRequest) CloneMessageVT() proto.Message

func (*DeleteRelationshipsRequest) CloneVT

func (*DeleteRelationshipsRequest) Descriptor deprecated

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

Deprecated: Use DeleteRelationshipsRequest.ProtoReflect.Descriptor instead.

func (*DeleteRelationshipsRequest) GetOptionalAllowPartialDeletions

func (x *DeleteRelationshipsRequest) GetOptionalAllowPartialDeletions() bool

func (*DeleteRelationshipsRequest) GetOptionalLimit

func (x *DeleteRelationshipsRequest) GetOptionalLimit() uint32

func (*DeleteRelationshipsRequest) GetOptionalPreconditions

func (x *DeleteRelationshipsRequest) GetOptionalPreconditions() []*Precondition

func (*DeleteRelationshipsRequest) GetRelationshipFilter

func (x *DeleteRelationshipsRequest) GetRelationshipFilter() *RelationshipFilter

func (*DeleteRelationshipsRequest) HandwrittenValidate

func (m *DeleteRelationshipsRequest) HandwrittenValidate() error

func (*DeleteRelationshipsRequest) MarshalToSizedBufferVT

func (m *DeleteRelationshipsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DeleteRelationshipsRequest) MarshalToVT

func (m *DeleteRelationshipsRequest) MarshalToVT(dAtA []byte) (int, error)

func (*DeleteRelationshipsRequest) MarshalVT

func (m *DeleteRelationshipsRequest) MarshalVT() (dAtA []byte, err error)

func (*DeleteRelationshipsRequest) ProtoMessage

func (*DeleteRelationshipsRequest) ProtoMessage()

func (*DeleteRelationshipsRequest) ProtoReflect

func (*DeleteRelationshipsRequest) Reset

func (x *DeleteRelationshipsRequest) Reset()

func (*DeleteRelationshipsRequest) SizeVT

func (m *DeleteRelationshipsRequest) SizeVT() (n int)

func (*DeleteRelationshipsRequest) String

func (x *DeleteRelationshipsRequest) String() string

func (*DeleteRelationshipsRequest) UnmarshalVT

func (m *DeleteRelationshipsRequest) UnmarshalVT(dAtA []byte) error

func (*DeleteRelationshipsRequest) Validate

func (m *DeleteRelationshipsRequest) Validate() error

Validate checks the field values on DeleteRelationshipsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteRelationshipsRequest) ValidateAll

func (m *DeleteRelationshipsRequest) ValidateAll() error

ValidateAll checks the field values on DeleteRelationshipsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteRelationshipsRequestMultiError, or nil if none found.

type DeleteRelationshipsRequestMultiError

type DeleteRelationshipsRequestMultiError []error

DeleteRelationshipsRequestMultiError is an error wrapping multiple validation errors returned by DeleteRelationshipsRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteRelationshipsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DeleteRelationshipsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteRelationshipsRequestValidationError

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

DeleteRelationshipsRequestValidationError is the validation error returned by DeleteRelationshipsRequest.Validate if the designated constraints aren't met.

func (DeleteRelationshipsRequestValidationError) Cause

Cause function returns cause value.

func (DeleteRelationshipsRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteRelationshipsRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteRelationshipsRequestValidationError) Field

Field function returns field value.

func (DeleteRelationshipsRequestValidationError) Key

Key function returns key value.

func (DeleteRelationshipsRequestValidationError) Reason

Reason function returns reason value.

type DeleteRelationshipsResponse

type DeleteRelationshipsResponse struct {

	// deleted_at is the revision at which the relationships were deleted.
	DeletedAt *ZedToken `protobuf:"bytes,1,opt,name=deleted_at,json=deletedAt,proto3" json:"deleted_at,omitempty"`
	// deletion_progress is an enumeration of the possible outcomes that occurred when attempting to delete the specified relationships.
	DeletionProgress DeleteRelationshipsResponse_DeletionProgress `` /* 175-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DeleteRelationshipsResponse) CloneMessageVT

func (m *DeleteRelationshipsResponse) CloneMessageVT() proto.Message

func (*DeleteRelationshipsResponse) CloneVT

func (*DeleteRelationshipsResponse) Descriptor deprecated

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

Deprecated: Use DeleteRelationshipsResponse.ProtoReflect.Descriptor instead.

func (*DeleteRelationshipsResponse) GetDeletedAt

func (x *DeleteRelationshipsResponse) GetDeletedAt() *ZedToken

func (*DeleteRelationshipsResponse) GetDeletionProgress

func (*DeleteRelationshipsResponse) MarshalToSizedBufferVT

func (m *DeleteRelationshipsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DeleteRelationshipsResponse) MarshalToVT

func (m *DeleteRelationshipsResponse) MarshalToVT(dAtA []byte) (int, error)

func (*DeleteRelationshipsResponse) MarshalVT

func (m *DeleteRelationshipsResponse) MarshalVT() (dAtA []byte, err error)

func (*DeleteRelationshipsResponse) ProtoMessage

func (*DeleteRelationshipsResponse) ProtoMessage()

func (*DeleteRelationshipsResponse) ProtoReflect

func (*DeleteRelationshipsResponse) Reset

func (x *DeleteRelationshipsResponse) Reset()

func (*DeleteRelationshipsResponse) SizeVT

func (m *DeleteRelationshipsResponse) SizeVT() (n int)

func (*DeleteRelationshipsResponse) String

func (x *DeleteRelationshipsResponse) String() string

func (*DeleteRelationshipsResponse) UnmarshalVT

func (m *DeleteRelationshipsResponse) UnmarshalVT(dAtA []byte) error

func (*DeleteRelationshipsResponse) Validate

func (m *DeleteRelationshipsResponse) Validate() error

Validate checks the field values on DeleteRelationshipsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteRelationshipsResponse) ValidateAll

func (m *DeleteRelationshipsResponse) ValidateAll() error

ValidateAll checks the field values on DeleteRelationshipsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteRelationshipsResponseMultiError, or nil if none found.

type DeleteRelationshipsResponseMultiError

type DeleteRelationshipsResponseMultiError []error

DeleteRelationshipsResponseMultiError is an error wrapping multiple validation errors returned by DeleteRelationshipsResponse.ValidateAll() if the designated constraints aren't met.

func (DeleteRelationshipsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DeleteRelationshipsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteRelationshipsResponseValidationError

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

DeleteRelationshipsResponseValidationError is the validation error returned by DeleteRelationshipsResponse.Validate if the designated constraints aren't met.

func (DeleteRelationshipsResponseValidationError) Cause

Cause function returns cause value.

func (DeleteRelationshipsResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteRelationshipsResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteRelationshipsResponseValidationError) Field

Field function returns field value.

func (DeleteRelationshipsResponseValidationError) Key

Key function returns key value.

func (DeleteRelationshipsResponseValidationError) Reason

Reason function returns reason value.

type DeleteRelationshipsResponse_DeletionProgress

type DeleteRelationshipsResponse_DeletionProgress int32
const (
	DeleteRelationshipsResponse_DELETION_PROGRESS_UNSPECIFIED DeleteRelationshipsResponse_DeletionProgress = 0
	// DELETION_PROGRESS_COMPLETE indicates that all remaining relationships matching the filter
	// were deleted. Will be returned even if no relationships were deleted.
	DeleteRelationshipsResponse_DELETION_PROGRESS_COMPLETE DeleteRelationshipsResponse_DeletionProgress = 1
	// DELETION_PROGRESS_PARTIAL indicates that a subset of the relationships matching the filter
	// were deleted. Only returned if optional_allow_partial_deletions was true, an optional_limit was
	// specified, and there existed more relationships matching the filter than optional_limit would allow.
	// Once all remaining relationships have been deleted, DELETION_PROGRESS_COMPLETE will be returned.
	DeleteRelationshipsResponse_DELETION_PROGRESS_PARTIAL DeleteRelationshipsResponse_DeletionProgress = 2
)

func (DeleteRelationshipsResponse_DeletionProgress) Descriptor

func (DeleteRelationshipsResponse_DeletionProgress) Enum

func (DeleteRelationshipsResponse_DeletionProgress) EnumDescriptor deprecated

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

Deprecated: Use DeleteRelationshipsResponse_DeletionProgress.Descriptor instead.

func (DeleteRelationshipsResponse_DeletionProgress) Number

func (DeleteRelationshipsResponse_DeletionProgress) String

func (DeleteRelationshipsResponse_DeletionProgress) Type

type DirectSubjectSet

type DirectSubjectSet struct {
	Subjects []*SubjectReference `protobuf:"bytes,1,rep,name=subjects,proto3" json:"subjects,omitempty"`
	// contains filtered or unexported fields
}

DirectSubjectSet is a subject set which is simply a collection of subjects.

func (*DirectSubjectSet) CloneMessageVT

func (m *DirectSubjectSet) CloneMessageVT() proto.Message

func (*DirectSubjectSet) CloneVT

func (m *DirectSubjectSet) CloneVT() *DirectSubjectSet

func (*DirectSubjectSet) Descriptor deprecated

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

Deprecated: Use DirectSubjectSet.ProtoReflect.Descriptor instead.

func (*DirectSubjectSet) GetSubjects

func (x *DirectSubjectSet) GetSubjects() []*SubjectReference

func (*DirectSubjectSet) MarshalToSizedBufferVT

func (m *DirectSubjectSet) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DirectSubjectSet) MarshalToVT

func (m *DirectSubjectSet) MarshalToVT(dAtA []byte) (int, error)

func (*DirectSubjectSet) MarshalVT

func (m *DirectSubjectSet) MarshalVT() (dAtA []byte, err error)

func (*DirectSubjectSet) ProtoMessage

func (*DirectSubjectSet) ProtoMessage()

func (*DirectSubjectSet) ProtoReflect

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

func (*DirectSubjectSet) Reset

func (x *DirectSubjectSet) Reset()

func (*DirectSubjectSet) SizeVT

func (m *DirectSubjectSet) SizeVT() (n int)

func (*DirectSubjectSet) String

func (x *DirectSubjectSet) String() string

func (*DirectSubjectSet) UnmarshalVT

func (m *DirectSubjectSet) UnmarshalVT(dAtA []byte) error

func (*DirectSubjectSet) Validate

func (m *DirectSubjectSet) Validate() error

Validate checks the field values on DirectSubjectSet with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DirectSubjectSet) ValidateAll

func (m *DirectSubjectSet) ValidateAll() error

ValidateAll checks the field values on DirectSubjectSet with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DirectSubjectSetMultiError, or nil if none found.

type DirectSubjectSetMultiError

type DirectSubjectSetMultiError []error

DirectSubjectSetMultiError is an error wrapping multiple validation errors returned by DirectSubjectSet.ValidateAll() if the designated constraints aren't met.

func (DirectSubjectSetMultiError) AllErrors

func (m DirectSubjectSetMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DirectSubjectSetMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DirectSubjectSetValidationError

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

DirectSubjectSetValidationError is the validation error returned by DirectSubjectSet.Validate if the designated constraints aren't met.

func (DirectSubjectSetValidationError) Cause

Cause function returns cause value.

func (DirectSubjectSetValidationError) Error

Error satisfies the builtin error interface

func (DirectSubjectSetValidationError) ErrorName

ErrorName returns error name.

func (DirectSubjectSetValidationError) Field

Field function returns field value.

func (DirectSubjectSetValidationError) Key

Key function returns key value.

func (DirectSubjectSetValidationError) Reason

Reason function returns reason value.

type ErrorReason

type ErrorReason int32

Defines the supported values for `google.rpc.ErrorInfo.reason` for the `authzed.com` error domain.

const (
	// Do not use this default value.
	ErrorReason_ERROR_REASON_UNSPECIFIED ErrorReason = 0
	// The request gave a schema that could not be parsed.
	//
	// Example of an ErrorInfo:
	//
	//	{
	//	  "reason": "ERROR_REASON_SCHEMA_PARSE_ERROR",
	//	  "domain": "authzed.com",
	//	  "metadata": {
	//	    "start_line_number": "1",
	//	    "start_column_position": "19",
	//	    "end_line_number": "1",
	//	    "end_column_position": "19",
	//	    "source_code": "somedefinition",
	//	  }
	//	}
	//
	// The line numbers and column positions are 0-indexed and may not be present.
	ErrorReason_ERROR_REASON_SCHEMA_PARSE_ERROR ErrorReason = 1
	// The request contains a schema with a type error.
	//
	// Example of an ErrorInfo:
	//
	//	{
	//	  "reason": "ERROR_REASON_SCHEMA_TYPE_ERROR",
	//	  "domain": "authzed.com",
	//	  "metadata": {
	//	    "definition_name": "somedefinition",
	//	    ... additional keys based on the kind of type error ...
	//	  }
	//	}
	ErrorReason_ERROR_REASON_SCHEMA_TYPE_ERROR ErrorReason = 2
	// The request referenced an unknown object definition in the schema.
	//
	// Example of an ErrorInfo:
	//
	//	{
	//	  "reason": "ERROR_REASON_UNKNOWN_DEFINITION",
	//	  "domain": "authzed.com",
	//	  "metadata": {
	//	    "definition_name": "somedefinition"
	//	  }
	//	}
	ErrorReason_ERROR_REASON_UNKNOWN_DEFINITION ErrorReason = 3
	// The request referenced an unknown relation or permission under a definition in the schema.
	//
	// Example of an ErrorInfo:
	//
	//	{
	//	  "reason": "ERROR_REASON_UNKNOWN_RELATION_OR_PERMISSION",
	//	  "domain": "authzed.com",
	//	  "metadata": {
	//	    "definition_name": "somedefinition",
	//	    "relation_or_permission_name": "somepermission"
	//	  }
	//	}
	ErrorReason_ERROR_REASON_UNKNOWN_RELATION_OR_PERMISSION ErrorReason = 4
	// The WriteRelationships request contained more updates than the maximum configured.
	//
	// Example of an ErrorInfo:
	//
	//	{ "reason": "ERROR_REASON_TOO_MANY_UPDATES_IN_REQUEST",
	//	  "domain": "authzed.com",
	//	  "metadata": {
	//	    "update_count": "525",
	//	    "maximum_updates_allowed": "500",
	//	  }
	//	}
	ErrorReason_ERROR_REASON_TOO_MANY_UPDATES_IN_REQUEST ErrorReason = 5
	// The request contained more preconditions than the maximum configured.
	//
	// Example of an ErrorInfo:
	//
	//	{
	//	  "reason": "ERROR_REASON_TOO_MANY_PRECONDITIONS_IN_REQUEST",
	//	  "domain": "authzed.com",
	//	  "metadata": {
	//	    "precondition_count": "525",
	//	    "maximum_preconditions_allowed": "500",
	//	  }
	//	}
	ErrorReason_ERROR_REASON_TOO_MANY_PRECONDITIONS_IN_REQUEST ErrorReason = 6
	// The request contained a precondition that failed.
	//
	// Example of an ErrorInfo:
	//
	//	{
	//	  "reason": "ERROR_REASON_WRITE_OR_DELETE_PRECONDITION_FAILURE",
	//	  "domain": "authzed.com",
	//	  "metadata": {
	//	    "precondition_resource_type": "document",
	//	    ... other fields for the filter ...
	//	    "precondition_operation": "MUST_EXIST",
	//	  }
	//	}
	ErrorReason_ERROR_REASON_WRITE_OR_DELETE_PRECONDITION_FAILURE ErrorReason = 7
	// A write or delete request was made to an instance that is deployed in read-only mode.
	//
	// Example of an ErrorInfo:
	//
	//	{
	//	  "reason": "ERROR_REASON_SERVICE_READ_ONLY",
	//	  "domain": "authzed.com"
	//	}
	ErrorReason_ERROR_REASON_SERVICE_READ_ONLY ErrorReason = 8
	// The request referenced an unknown caveat in the schema.
	//
	// Example of an ErrorInfo:
	//
	//	{
	//	  "reason": "ERROR_REASON_UNKNOWN_CAVEAT",
	//	  "domain": "authzed.com",
	//	  "metadata": {
	//	    "caveat_name": "somecaveat"
	//	  }
	//	}
	ErrorReason_ERROR_REASON_UNKNOWN_CAVEAT ErrorReason = 9
	// The request tries to use a subject type that was not valid for a relation.
	//
	// Example of an ErrorInfo:
	//
	//	{
	//	  "reason": "ERROR_REASON_INVALID_SUBJECT_TYPE",
	//	  "domain": "authzed.com",
	//	  "metadata": {
	//	    "definition_name": "somedefinition",
	//	    "relation_name": "somerelation",
	//	    "subject_type": "user:*"
	//	  }
	//	}
	ErrorReason_ERROR_REASON_INVALID_SUBJECT_TYPE ErrorReason = 10
	// The request tries to specify a caveat parameter value with the wrong type.
	//
	// Example of an ErrorInfo:
	//
	//	{
	//	  "reason": "ERROR_REASON_CAVEAT_PARAMETER_TYPE_ERROR",
	//	  "domain": "authzed.com",
	//	  "metadata": {
	//	    "definition_name": "somedefinition",
	//	    "relation_name": "somerelation",
	//	    "caveat_name": "somecaveat",
	//	    "parameter_name": "someparameter",
	//	    "expected_type": "int",
	//	  }
	//	}
	ErrorReason_ERROR_REASON_CAVEAT_PARAMETER_TYPE_ERROR ErrorReason = 11
	// The request tries to perform two or more updates on the same relationship in the same WriteRelationships call.
	//
	// Example of an ErrorInfo:
	//
	//	{
	//	  "reason": "ERROR_REASON_UPDATES_ON_SAME_RELATIONSHIP",
	//	  "domain": "authzed.com",
	//	  "metadata": {
	//	    "definition_name": "somedefinition",
	//	    "relationship": "somerelationship",
	//	  }
	//	}
	ErrorReason_ERROR_REASON_UPDATES_ON_SAME_RELATIONSHIP ErrorReason = 12
	// The request tries to write a relationship on a permission instead of a relation.
	//
	// Example of an ErrorInfo:
	//
	//	{
	//	  "reason": "ERROR_REASON_CANNOT_UPDATE_PERMISSION",
	//	  "domain": "authzed.com",
	//	  "metadata": {
	//	    "definition_name": "somedefinition",
	//	    "permission_name": "somerelation",
	//	  }
	//	}
	ErrorReason_ERROR_REASON_CANNOT_UPDATE_PERMISSION ErrorReason = 13
	// The request failed to evaluate a caveat expression due to an error.
	//
	// Example of an ErrorInfo:
	//
	//	{
	//	  "reason": "ERROR_REASON_CAVEAT_EVALUATION_ERROR",
	//	  "domain": "authzed.com",
	//	  "metadata": {
	//	    "caveat_name": "somecaveat",
	//	  }
	//	}
	ErrorReason_ERROR_REASON_CAVEAT_EVALUATION_ERROR ErrorReason = 14
	// The request failed because the provided cursor was invalid in some way.
	//
	// Example of an ErrorInfo:
	//
	//	{
	//	  "reason": "ERROR_REASON_INVALID_CURSOR",
	//	  "domain": "authzed.com",
	//	  "metadata": {
	//	     ... additional keys based on the kind of cursor error ...
	//	  }
	//	}
	ErrorReason_ERROR_REASON_INVALID_CURSOR ErrorReason = 15
	// The request failed because there are too many matching relationships to be
	// deleted within a single transactional deletion call. To avoid, set
	// `optional_allow_partial_deletions` to true on the DeleteRelationships call.
	//
	// Example of an ErrorInfo:
	//
	//	{
	//	  "reason": "ERROR_REASON_TOO_MANY_RELATIONSHIPS_FOR_TRANSACTIONAL_DELETE",
	//	  "domain": "authzed.com",
	//	  "metadata": {
	//	     ... fields for the filter ...
	//	  }
	//	}
	ErrorReason_ERROR_REASON_TOO_MANY_RELATIONSHIPS_FOR_TRANSACTIONAL_DELETE ErrorReason = 16
	// The request failed because the client attempted to write a relationship
	// with a context that exceeded the configured server limit.
	//
	// Example of an ErrorInfo:
	//
	//	{
	//	  "reason": "ERROR_REASON_MAX_RELATIONSHIP_CONTEXT_SIZE",
	//	  "domain": "authzed.com",
	//	  "metadata": {
	//	    "relationship":     "relationship_exceeding_the_limit",
	//	    "max_allowed_size": "server_max_allowed_context_size",
	//	    "context_size":     "actual_relationship_context_size" ,
	//	  }
	//	}
	ErrorReason_ERROR_REASON_MAX_RELATIONSHIP_CONTEXT_SIZE ErrorReason = 17
	// The request failed because a relationship marked to be CREATEd
	// was already present within the datastore.
	//
	// Example of an ErrorInfo:
	//
	//	{
	//	  "reason": "ERROR_REASON_ATTEMPT_TO_RECREATE_RELATIONSHIP",
	//	  "domain": "authzed.com",
	//	  "metadata": {
	//	    "relationship":          "relationship_that_already_existed",
	//	    "resource_type":         "resource type",
	//	    "resource_object_id":    "resource object id",
	//	    ... additional decomposed relationship fields ...
	//	  }
	//	}
	ErrorReason_ERROR_REASON_ATTEMPT_TO_RECREATE_RELATIONSHIP ErrorReason = 18
	// The request failed because it caused the maximum depth allowed to be
	// exceeded. This typically indicates that there is a circular data traversal
	// somewhere in the schema, but can also be raised if the data traversal is simply
	// too deep.
	//
	// Example of an ErrorInfo:
	//
	//	{
	//	  "reason": "ERROR_REASON_MAXIMUM_DEPTH_EXCEEDED",
	//	  "domain": "authzed.com",
	//	  "metadata": {
	//	    "maximum_depth_allowed": "50",
	//	    ... additional fields based on request type ...
	//	  }
	//	}
	ErrorReason_ERROR_REASON_MAXIMUM_DEPTH_EXCEEDED ErrorReason = 19
)

func (ErrorReason) Descriptor

func (ErrorReason) Enum

func (x ErrorReason) Enum() *ErrorReason

func (ErrorReason) EnumDescriptor deprecated

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

Deprecated: Use ErrorReason.Descriptor instead.

func (ErrorReason) Number

func (x ErrorReason) Number() protoreflect.EnumNumber

func (ErrorReason) String

func (x ErrorReason) String() string

func (ErrorReason) Type

type ExpandPermissionTreeRequest

type ExpandPermissionTreeRequest struct {
	Consistency *Consistency `protobuf:"bytes,1,opt,name=consistency,proto3" json:"consistency,omitempty"`
	// resource is the resource over which to run the expansion.
	Resource *ObjectReference `protobuf:"bytes,2,opt,name=resource,proto3" json:"resource,omitempty"`
	// permission is the name of the permission or relation over which to run the
	// expansion for the resource.
	Permission string `protobuf:"bytes,3,opt,name=permission,proto3" json:"permission,omitempty"`
	// contains filtered or unexported fields
}

ExpandPermissionTreeRequest returns a tree representing the expansion of all relationships found accessible from a permission or relation on a particular resource.

ExpandPermissionTreeRequest is typically used to determine the full set of subjects with a permission, along with the relationships that grant said access.

func (*ExpandPermissionTreeRequest) CloneMessageVT

func (m *ExpandPermissionTreeRequest) CloneMessageVT() proto.Message

func (*ExpandPermissionTreeRequest) CloneVT

func (*ExpandPermissionTreeRequest) Descriptor deprecated

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

Deprecated: Use ExpandPermissionTreeRequest.ProtoReflect.Descriptor instead.

func (*ExpandPermissionTreeRequest) GetConsistency

func (x *ExpandPermissionTreeRequest) GetConsistency() *Consistency

func (*ExpandPermissionTreeRequest) GetPermission

func (x *ExpandPermissionTreeRequest) GetPermission() string

func (*ExpandPermissionTreeRequest) GetResource

func (x *ExpandPermissionTreeRequest) GetResource() *ObjectReference

func (*ExpandPermissionTreeRequest) HandwrittenValidate

func (m *ExpandPermissionTreeRequest) HandwrittenValidate() error

func (*ExpandPermissionTreeRequest) MarshalToSizedBufferVT

func (m *ExpandPermissionTreeRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ExpandPermissionTreeRequest) MarshalToVT

func (m *ExpandPermissionTreeRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ExpandPermissionTreeRequest) MarshalVT

func (m *ExpandPermissionTreeRequest) MarshalVT() (dAtA []byte, err error)

func (*ExpandPermissionTreeRequest) ProtoMessage

func (*ExpandPermissionTreeRequest) ProtoMessage()

func (*ExpandPermissionTreeRequest) ProtoReflect

func (*ExpandPermissionTreeRequest) Reset

func (x *ExpandPermissionTreeRequest) Reset()

func (*ExpandPermissionTreeRequest) SizeVT

func (m *ExpandPermissionTreeRequest) SizeVT() (n int)

func (*ExpandPermissionTreeRequest) String

func (x *ExpandPermissionTreeRequest) String() string

func (*ExpandPermissionTreeRequest) UnmarshalVT

func (m *ExpandPermissionTreeRequest) UnmarshalVT(dAtA []byte) error

func (*ExpandPermissionTreeRequest) Validate

func (m *ExpandPermissionTreeRequest) Validate() error

Validate checks the field values on ExpandPermissionTreeRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ExpandPermissionTreeRequest) ValidateAll

func (m *ExpandPermissionTreeRequest) ValidateAll() error

ValidateAll checks the field values on ExpandPermissionTreeRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ExpandPermissionTreeRequestMultiError, or nil if none found.

type ExpandPermissionTreeRequestMultiError

type ExpandPermissionTreeRequestMultiError []error

ExpandPermissionTreeRequestMultiError is an error wrapping multiple validation errors returned by ExpandPermissionTreeRequest.ValidateAll() if the designated constraints aren't met.

func (ExpandPermissionTreeRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ExpandPermissionTreeRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ExpandPermissionTreeRequestValidationError

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

ExpandPermissionTreeRequestValidationError is the validation error returned by ExpandPermissionTreeRequest.Validate if the designated constraints aren't met.

func (ExpandPermissionTreeRequestValidationError) Cause

Cause function returns cause value.

func (ExpandPermissionTreeRequestValidationError) Error

Error satisfies the builtin error interface

func (ExpandPermissionTreeRequestValidationError) ErrorName

ErrorName returns error name.

func (ExpandPermissionTreeRequestValidationError) Field

Field function returns field value.

func (ExpandPermissionTreeRequestValidationError) Key

Key function returns key value.

func (ExpandPermissionTreeRequestValidationError) Reason

Reason function returns reason value.

type ExpandPermissionTreeResponse

type ExpandPermissionTreeResponse struct {
	ExpandedAt *ZedToken `protobuf:"bytes,1,opt,name=expanded_at,json=expandedAt,proto3" json:"expanded_at,omitempty"`
	// tree_root is a tree structure whose leaf nodes are subjects, and
	// intermediate nodes represent the various operations (union, intersection,
	// exclusion) to reach those subjects.
	TreeRoot *PermissionRelationshipTree `protobuf:"bytes,2,opt,name=tree_root,json=treeRoot,proto3" json:"tree_root,omitempty"`
	// contains filtered or unexported fields
}

func (*ExpandPermissionTreeResponse) CloneMessageVT

func (m *ExpandPermissionTreeResponse) CloneMessageVT() proto.Message

func (*ExpandPermissionTreeResponse) CloneVT

func (*ExpandPermissionTreeResponse) Descriptor deprecated

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

Deprecated: Use ExpandPermissionTreeResponse.ProtoReflect.Descriptor instead.

func (*ExpandPermissionTreeResponse) GetExpandedAt

func (x *ExpandPermissionTreeResponse) GetExpandedAt() *ZedToken

func (*ExpandPermissionTreeResponse) GetTreeRoot

func (*ExpandPermissionTreeResponse) MarshalToSizedBufferVT

func (m *ExpandPermissionTreeResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ExpandPermissionTreeResponse) MarshalToVT

func (m *ExpandPermissionTreeResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ExpandPermissionTreeResponse) MarshalVT

func (m *ExpandPermissionTreeResponse) MarshalVT() (dAtA []byte, err error)

func (*ExpandPermissionTreeResponse) ProtoMessage

func (*ExpandPermissionTreeResponse) ProtoMessage()

func (*ExpandPermissionTreeResponse) ProtoReflect

func (*ExpandPermissionTreeResponse) Reset

func (x *ExpandPermissionTreeResponse) Reset()

func (*ExpandPermissionTreeResponse) SizeVT

func (m *ExpandPermissionTreeResponse) SizeVT() (n int)

func (*ExpandPermissionTreeResponse) String

func (*ExpandPermissionTreeResponse) UnmarshalVT

func (m *ExpandPermissionTreeResponse) UnmarshalVT(dAtA []byte) error

func (*ExpandPermissionTreeResponse) Validate

func (m *ExpandPermissionTreeResponse) Validate() error

Validate checks the field values on ExpandPermissionTreeResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ExpandPermissionTreeResponse) ValidateAll

func (m *ExpandPermissionTreeResponse) ValidateAll() error

ValidateAll checks the field values on ExpandPermissionTreeResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ExpandPermissionTreeResponseMultiError, or nil if none found.

type ExpandPermissionTreeResponseMultiError

type ExpandPermissionTreeResponseMultiError []error

ExpandPermissionTreeResponseMultiError is an error wrapping multiple validation errors returned by ExpandPermissionTreeResponse.ValidateAll() if the designated constraints aren't met.

func (ExpandPermissionTreeResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ExpandPermissionTreeResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ExpandPermissionTreeResponseValidationError

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

ExpandPermissionTreeResponseValidationError is the validation error returned by ExpandPermissionTreeResponse.Validate if the designated constraints aren't met.

func (ExpandPermissionTreeResponseValidationError) Cause

Cause function returns cause value.

func (ExpandPermissionTreeResponseValidationError) Error

Error satisfies the builtin error interface

func (ExpandPermissionTreeResponseValidationError) ErrorName

ErrorName returns error name.

func (ExpandPermissionTreeResponseValidationError) Field

Field function returns field value.

func (ExpandPermissionTreeResponseValidationError) Key

Key function returns key value.

func (ExpandPermissionTreeResponseValidationError) Reason

Reason function returns reason value.

type ExperimentalServiceClient

type ExperimentalServiceClient interface {
	// BulkImportRelationships is a faster path to writing a large number of
	// relationships at once. It is both batched and streaming. For maximum
	// performance, the caller should attempt to write relationships in as close
	// to relationship sort order as possible: (resource.object_type,
	// resource.object_id, relation, subject.object.object_type,
	// subject.object.object_id, subject.optional_relation)
	//
	// EXPERIMENTAL
	// https://github.com/authzed/spicedb/issues/1303
	BulkImportRelationships(ctx context.Context, opts ...grpc.CallOption) (ExperimentalService_BulkImportRelationshipsClient, error)
	// BulkExportRelationships is the fastest path available to exporting
	// relationships from the server. It is resumable, and will return results
	// in an order determined by the server.
	BulkExportRelationships(ctx context.Context, in *BulkExportRelationshipsRequest, opts ...grpc.CallOption) (ExperimentalService_BulkExportRelationshipsClient, error)
}

ExperimentalServiceClient is the client API for ExperimentalService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type ExperimentalServiceServer

type ExperimentalServiceServer interface {
	// BulkImportRelationships is a faster path to writing a large number of
	// relationships at once. It is both batched and streaming. For maximum
	// performance, the caller should attempt to write relationships in as close
	// to relationship sort order as possible: (resource.object_type,
	// resource.object_id, relation, subject.object.object_type,
	// subject.object.object_id, subject.optional_relation)
	//
	// EXPERIMENTAL
	// https://github.com/authzed/spicedb/issues/1303
	BulkImportRelationships(ExperimentalService_BulkImportRelationshipsServer) error
	// BulkExportRelationships is the fastest path available to exporting
	// relationships from the server. It is resumable, and will return results
	// in an order determined by the server.
	BulkExportRelationships(*BulkExportRelationshipsRequest, ExperimentalService_BulkExportRelationshipsServer) error
	// contains filtered or unexported methods
}

ExperimentalServiceServer is the server API for ExperimentalService service. All implementations must embed UnimplementedExperimentalServiceServer for forward compatibility

type ExperimentalService_BulkExportRelationshipsClient

type ExperimentalService_BulkExportRelationshipsClient interface {
	Recv() (*BulkExportRelationshipsResponse, error)
	grpc.ClientStream
}

type ExperimentalService_BulkExportRelationshipsServer

type ExperimentalService_BulkExportRelationshipsServer interface {
	Send(*BulkExportRelationshipsResponse) error
	grpc.ServerStream
}

type ExperimentalService_BulkImportRelationshipsClient

type ExperimentalService_BulkImportRelationshipsClient interface {
	Send(*BulkImportRelationshipsRequest) error
	CloseAndRecv() (*BulkImportRelationshipsResponse, error)
	grpc.ClientStream
}

type ExperimentalService_BulkImportRelationshipsServer

type ExperimentalService_BulkImportRelationshipsServer interface {
	SendAndClose(*BulkImportRelationshipsResponse) error
	Recv() (*BulkImportRelationshipsRequest, error)
	grpc.ServerStream
}

type LookupPermissionship

type LookupPermissionship int32

LookupPermissionship represents whether a Lookup response was partially evaluated or not

const (
	LookupPermissionship_LOOKUP_PERMISSIONSHIP_UNSPECIFIED            LookupPermissionship = 0
	LookupPermissionship_LOOKUP_PERMISSIONSHIP_HAS_PERMISSION         LookupPermissionship = 1
	LookupPermissionship_LOOKUP_PERMISSIONSHIP_CONDITIONAL_PERMISSION LookupPermissionship = 2
)

func (LookupPermissionship) Descriptor

func (LookupPermissionship) Enum

func (LookupPermissionship) EnumDescriptor deprecated

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

Deprecated: Use LookupPermissionship.Descriptor instead.

func (LookupPermissionship) Number

func (LookupPermissionship) String

func (x LookupPermissionship) String() string

func (LookupPermissionship) Type

type LookupResourcesRequest

type LookupResourcesRequest struct {
	Consistency *Consistency `protobuf:"bytes,1,opt,name=consistency,proto3" json:"consistency,omitempty"`
	// resource_object_type is the type of resource object for which the IDs will
	// be returned.
	ResourceObjectType string `protobuf:"bytes,2,opt,name=resource_object_type,json=resourceObjectType,proto3" json:"resource_object_type,omitempty"`
	// permission is the name of the permission or relation for which the subject
	// must Check.
	Permission string `protobuf:"bytes,3,opt,name=permission,proto3" json:"permission,omitempty"`
	// subject is the subject with access to the resources.
	Subject *SubjectReference `protobuf:"bytes,4,opt,name=subject,proto3" json:"subject,omitempty"`
	// context consists of named values that are injected into the caveat evaluation context
	Context *structpb.Struct `protobuf:"bytes,5,opt,name=context,proto3" json:"context,omitempty"`
	// optional_limit, if non-zero, specifies the limit on the number of resources to return
	// before the stream is closed on the server side. By default, the stream will continue
	// resolving resources until exhausted or the stream is closed due to the client or a
	// network issue.
	OptionalLimit uint32 `protobuf:"varint,6,opt,name=optional_limit,json=optionalLimit,proto3" json:"optional_limit,omitempty"`
	// optional_cursor, if specified, indicates the cursor after which results should resume being returned.
	// The cursor can be found on the LookupResourcesResponse object.
	OptionalCursor *Cursor `protobuf:"bytes,7,opt,name=optional_cursor,json=optionalCursor,proto3" json:"optional_cursor,omitempty"`
	// contains filtered or unexported fields
}

LookupResourcesRequest performs a lookup of all resources of a particular kind on which the subject has the specified permission or the relation in which the subject exists, streaming back the IDs of those resources.

func (*LookupResourcesRequest) CloneMessageVT

func (m *LookupResourcesRequest) CloneMessageVT() proto.Message

func (*LookupResourcesRequest) CloneVT

func (*LookupResourcesRequest) Descriptor deprecated

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

Deprecated: Use LookupResourcesRequest.ProtoReflect.Descriptor instead.

func (*LookupResourcesRequest) GetConsistency

func (x *LookupResourcesRequest) GetConsistency() *Consistency

func (*LookupResourcesRequest) GetContext

func (x *LookupResourcesRequest) GetContext() *structpb.Struct

func (*LookupResourcesRequest) GetOptionalCursor

func (x *LookupResourcesRequest) GetOptionalCursor() *Cursor

func (*LookupResourcesRequest) GetOptionalLimit

func (x *LookupResourcesRequest) GetOptionalLimit() uint32

func (*LookupResourcesRequest) GetPermission

func (x *LookupResourcesRequest) GetPermission() string

func (*LookupResourcesRequest) GetResourceObjectType

func (x *LookupResourcesRequest) GetResourceObjectType() string

func (*LookupResourcesRequest) GetSubject

func (x *LookupResourcesRequest) GetSubject() *SubjectReference

func (*LookupResourcesRequest) MarshalToSizedBufferVT

func (m *LookupResourcesRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*LookupResourcesRequest) MarshalToVT

func (m *LookupResourcesRequest) MarshalToVT(dAtA []byte) (int, error)

func (*LookupResourcesRequest) MarshalVT

func (m *LookupResourcesRequest) MarshalVT() (dAtA []byte, err error)

func (*LookupResourcesRequest) ProtoMessage

func (*LookupResourcesRequest) ProtoMessage()

func (*LookupResourcesRequest) ProtoReflect

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

func (*LookupResourcesRequest) Reset

func (x *LookupResourcesRequest) Reset()

func (*LookupResourcesRequest) SizeVT

func (m *LookupResourcesRequest) SizeVT() (n int)

func (*LookupResourcesRequest) String

func (x *LookupResourcesRequest) String() string

func (*LookupResourcesRequest) UnmarshalVT

func (m *LookupResourcesRequest) UnmarshalVT(dAtA []byte) error

func (*LookupResourcesRequest) Validate

func (m *LookupResourcesRequest) Validate() error

Validate checks the field values on LookupResourcesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LookupResourcesRequest) ValidateAll

func (m *LookupResourcesRequest) ValidateAll() error

ValidateAll checks the field values on LookupResourcesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LookupResourcesRequestMultiError, or nil if none found.

type LookupResourcesRequestMultiError

type LookupResourcesRequestMultiError []error

LookupResourcesRequestMultiError is an error wrapping multiple validation errors returned by LookupResourcesRequest.ValidateAll() if the designated constraints aren't met.

func (LookupResourcesRequestMultiError) AllErrors

func (m LookupResourcesRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LookupResourcesRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LookupResourcesRequestValidationError

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

LookupResourcesRequestValidationError is the validation error returned by LookupResourcesRequest.Validate if the designated constraints aren't met.

func (LookupResourcesRequestValidationError) Cause

Cause function returns cause value.

func (LookupResourcesRequestValidationError) Error

Error satisfies the builtin error interface

func (LookupResourcesRequestValidationError) ErrorName

ErrorName returns error name.

func (LookupResourcesRequestValidationError) Field

Field function returns field value.

func (LookupResourcesRequestValidationError) Key

Key function returns key value.

func (LookupResourcesRequestValidationError) Reason

Reason function returns reason value.

type LookupResourcesResponse

type LookupResourcesResponse struct {

	// looked_up_at is the ZedToken at which the resource was found.
	LookedUpAt *ZedToken `protobuf:"bytes,1,opt,name=looked_up_at,json=lookedUpAt,proto3" json:"looked_up_at,omitempty"`
	// resource_object_id is the object ID of the found resource.
	ResourceObjectId string `protobuf:"bytes,2,opt,name=resource_object_id,json=resourceObjectId,proto3" json:"resource_object_id,omitempty"`
	// permissionship indicates whether the response was partially evaluated or not
	Permissionship LookupPermissionship `protobuf:"varint,3,opt,name=permissionship,proto3,enum=authzed.api.v1.LookupPermissionship" json:"permissionship,omitempty"`
	// partial_caveat_info holds information of a partially-evaluated caveated response
	PartialCaveatInfo *PartialCaveatInfo `protobuf:"bytes,4,opt,name=partial_caveat_info,json=partialCaveatInfo,proto3" json:"partial_caveat_info,omitempty"`
	// after_result_cursor holds a cursor that can be used to resume the LookupResources stream after this
	// result.
	AfterResultCursor *Cursor `protobuf:"bytes,5,opt,name=after_result_cursor,json=afterResultCursor,proto3" json:"after_result_cursor,omitempty"`
	// contains filtered or unexported fields
}

LookupResourcesResponse contains a single matching resource object ID for the requested object type, permission, and subject.

func (*LookupResourcesResponse) CloneMessageVT

func (m *LookupResourcesResponse) CloneMessageVT() proto.Message

func (*LookupResourcesResponse) CloneVT

func (*LookupResourcesResponse) Descriptor deprecated

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

Deprecated: Use LookupResourcesResponse.ProtoReflect.Descriptor instead.

func (*LookupResourcesResponse) GetAfterResultCursor

func (x *LookupResourcesResponse) GetAfterResultCursor() *Cursor

func (*LookupResourcesResponse) GetLookedUpAt

func (x *LookupResourcesResponse) GetLookedUpAt() *ZedToken

func (*LookupResourcesResponse) GetPartialCaveatInfo

func (x *LookupResourcesResponse) GetPartialCaveatInfo() *PartialCaveatInfo

func (*LookupResourcesResponse) GetPermissionship

func (x *LookupResourcesResponse) GetPermissionship() LookupPermissionship

func (*LookupResourcesResponse) GetResourceObjectId

func (x *LookupResourcesResponse) GetResourceObjectId() string

func (*LookupResourcesResponse) MarshalToSizedBufferVT

func (m *LookupResourcesResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*LookupResourcesResponse) MarshalToVT

func (m *LookupResourcesResponse) MarshalToVT(dAtA []byte) (int, error)

func (*LookupResourcesResponse) MarshalVT

func (m *LookupResourcesResponse) MarshalVT() (dAtA []byte, err error)

func (*LookupResourcesResponse) ProtoMessage

func (*LookupResourcesResponse) ProtoMessage()

func (*LookupResourcesResponse) ProtoReflect

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

func (*LookupResourcesResponse) Reset

func (x *LookupResourcesResponse) Reset()

func (*LookupResourcesResponse) SizeVT

func (m *LookupResourcesResponse) SizeVT() (n int)

func (*LookupResourcesResponse) String

func (x *LookupResourcesResponse) String() string

func (*LookupResourcesResponse) UnmarshalVT

func (m *LookupResourcesResponse) UnmarshalVT(dAtA []byte) error

func (*LookupResourcesResponse) Validate

func (m *LookupResourcesResponse) Validate() error

Validate checks the field values on LookupResourcesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LookupResourcesResponse) ValidateAll

func (m *LookupResourcesResponse) ValidateAll() error

ValidateAll checks the field values on LookupResourcesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LookupResourcesResponseMultiError, or nil if none found.

type LookupResourcesResponseMultiError

type LookupResourcesResponseMultiError []error

LookupResourcesResponseMultiError is an error wrapping multiple validation errors returned by LookupResourcesResponse.ValidateAll() if the designated constraints aren't met.

func (LookupResourcesResponseMultiError) AllErrors

func (m LookupResourcesResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LookupResourcesResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LookupResourcesResponseValidationError

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

LookupResourcesResponseValidationError is the validation error returned by LookupResourcesResponse.Validate if the designated constraints aren't met.

func (LookupResourcesResponseValidationError) Cause

Cause function returns cause value.

func (LookupResourcesResponseValidationError) Error

Error satisfies the builtin error interface

func (LookupResourcesResponseValidationError) ErrorName

ErrorName returns error name.

func (LookupResourcesResponseValidationError) Field

Field function returns field value.

func (LookupResourcesResponseValidationError) Key

Key function returns key value.

func (LookupResourcesResponseValidationError) Reason

Reason function returns reason value.

type LookupSubjectsRequest

type LookupSubjectsRequest struct {
	Consistency *Consistency `protobuf:"bytes,1,opt,name=consistency,proto3" json:"consistency,omitempty"`
	// resource is the resource for which all matching subjects for the permission
	// or relation will be returned.
	Resource *ObjectReference `protobuf:"bytes,2,opt,name=resource,proto3" json:"resource,omitempty"`
	// permission is the name of the permission (or relation) for which to find
	// the subjects.
	Permission string `protobuf:"bytes,3,opt,name=permission,proto3" json:"permission,omitempty"`
	// subject_object_type is the type of subject object for which the IDs will
	// be returned.
	SubjectObjectType string `protobuf:"bytes,4,opt,name=subject_object_type,json=subjectObjectType,proto3" json:"subject_object_type,omitempty"`
	// optional_subject_relation is the optional relation for the subject.
	OptionalSubjectRelation string `` /* 132-byte string literal not displayed */
	// context consists of named values that are injected into the caveat evaluation context
	Context *structpb.Struct `protobuf:"bytes,6,opt,name=context,proto3" json:"context,omitempty"`
	// optional_concrete_limit, if non-zero, specifies the limit on the number of
	// *concrete* (non-wildcard) subjects to return before the stream is closed on the
	// server side. With the default value of zero, the stream will continue resolving
	// concrete subjects until exhausted or the stream is closed due to the client or
	// a network issue.
	//
	// NOTE: Wildcard subjects ("*") have special treatment when cursors and limits are used. Because
	// wildcards can apply to *any* concrete subjects, if a wildcard subject is found within the dataset,
	// a wildcard subject can be returned for *all* LookupSubjects calls, regardless of the cursor or
	// limit.
	//
	// For example, if wildcards are requested, a wildcard subject exists, there is a specified limit
	// of 10 concrete subjects, and at least 10 concrete subjects exist, the API will return 11 subjects
	// in total: the 10 concrete + the wildcard
	//
	// Furthermore, if a wildcard has a set of exclusions generated by the dataset,
	// the exclusions *will respect the cursor* and only a *partial* set of exclusions will be returned
	// for each invocation of the API.
	//
	// ***IT IS UP TO THE CALLER IN THIS CASE TO COMBINE THE EXCLUSIONS IF DESIRED***
	OptionalConcreteLimit uint32 `` /* 127-byte string literal not displayed */
	// optional_cursor, if specified, indicates the cursor after which results should resume being returned.
	// The cursor can be found on the LookupSubjectsResponse object.
	//
	// NOTE: See above for notes about how cursors interact with wildcard subjects.
	OptionalCursor *Cursor `protobuf:"bytes,8,opt,name=optional_cursor,json=optionalCursor,proto3" json:"optional_cursor,omitempty"`
	// wildcard_option specifies whether wildcards should be returned by LookupSubjects.
	// For backwards compatibility, defaults to WILDCARD_OPTION_INCLUDE_WILDCARDS if unspecified.
	WildcardOption LookupSubjectsRequest_WildcardOption `` /* 161-byte string literal not displayed */
	// contains filtered or unexported fields
}

LookupSubjectsRequest performs a lookup of all subjects of a particular kind for which the subject has the specified permission or the relation in which the subject exists, streaming back the IDs of those subjects.

func (*LookupSubjectsRequest) CloneMessageVT

func (m *LookupSubjectsRequest) CloneMessageVT() proto.Message

func (*LookupSubjectsRequest) CloneVT

func (*LookupSubjectsRequest) Descriptor deprecated

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

Deprecated: Use LookupSubjectsRequest.ProtoReflect.Descriptor instead.

func (*LookupSubjectsRequest) GetConsistency

func (x *LookupSubjectsRequest) GetConsistency() *Consistency

func (*LookupSubjectsRequest) GetContext

func (x *LookupSubjectsRequest) GetContext() *structpb.Struct

func (*LookupSubjectsRequest) GetOptionalConcreteLimit

func (x *LookupSubjectsRequest) GetOptionalConcreteLimit() uint32

func (*LookupSubjectsRequest) GetOptionalCursor

func (x *LookupSubjectsRequest) GetOptionalCursor() *Cursor

func (*LookupSubjectsRequest) GetOptionalSubjectRelation

func (x *LookupSubjectsRequest) GetOptionalSubjectRelation() string

func (*LookupSubjectsRequest) GetPermission

func (x *LookupSubjectsRequest) GetPermission() string

func (*LookupSubjectsRequest) GetResource

func (x *LookupSubjectsRequest) GetResource() *ObjectReference

func (*LookupSubjectsRequest) GetSubjectObjectType

func (x *LookupSubjectsRequest) GetSubjectObjectType() string

func (*LookupSubjectsRequest) GetWildcardOption

func (*LookupSubjectsRequest) MarshalToSizedBufferVT

func (m *LookupSubjectsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*LookupSubjectsRequest) MarshalToVT

func (m *LookupSubjectsRequest) MarshalToVT(dAtA []byte) (int, error)

func (*LookupSubjectsRequest) MarshalVT

func (m *LookupSubjectsRequest) MarshalVT() (dAtA []byte, err error)

func (*LookupSubjectsRequest) ProtoMessage

func (*LookupSubjectsRequest) ProtoMessage()

func (*LookupSubjectsRequest) ProtoReflect

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

func (*LookupSubjectsRequest) Reset

func (x *LookupSubjectsRequest) Reset()

func (*LookupSubjectsRequest) SizeVT

func (m *LookupSubjectsRequest) SizeVT() (n int)

func (*LookupSubjectsRequest) String

func (x *LookupSubjectsRequest) String() string

func (*LookupSubjectsRequest) UnmarshalVT

func (m *LookupSubjectsRequest) UnmarshalVT(dAtA []byte) error

func (*LookupSubjectsRequest) Validate

func (m *LookupSubjectsRequest) Validate() error

Validate checks the field values on LookupSubjectsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LookupSubjectsRequest) ValidateAll

func (m *LookupSubjectsRequest) ValidateAll() error

ValidateAll checks the field values on LookupSubjectsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LookupSubjectsRequestMultiError, or nil if none found.

type LookupSubjectsRequestMultiError

type LookupSubjectsRequestMultiError []error

LookupSubjectsRequestMultiError is an error wrapping multiple validation errors returned by LookupSubjectsRequest.ValidateAll() if the designated constraints aren't met.

func (LookupSubjectsRequestMultiError) AllErrors

func (m LookupSubjectsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LookupSubjectsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LookupSubjectsRequestValidationError

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

LookupSubjectsRequestValidationError is the validation error returned by LookupSubjectsRequest.Validate if the designated constraints aren't met.

func (LookupSubjectsRequestValidationError) Cause

Cause function returns cause value.

func (LookupSubjectsRequestValidationError) Error

Error satisfies the builtin error interface

func (LookupSubjectsRequestValidationError) ErrorName

ErrorName returns error name.

func (LookupSubjectsRequestValidationError) Field

Field function returns field value.

func (LookupSubjectsRequestValidationError) Key

Key function returns key value.

func (LookupSubjectsRequestValidationError) Reason

Reason function returns reason value.

type LookupSubjectsRequest_WildcardOption

type LookupSubjectsRequest_WildcardOption int32
const (
	LookupSubjectsRequest_WILDCARD_OPTION_UNSPECIFIED       LookupSubjectsRequest_WildcardOption = 0
	LookupSubjectsRequest_WILDCARD_OPTION_INCLUDE_WILDCARDS LookupSubjectsRequest_WildcardOption = 1
	LookupSubjectsRequest_WILDCARD_OPTION_EXCLUDE_WILDCARDS LookupSubjectsRequest_WildcardOption = 2
)

func (LookupSubjectsRequest_WildcardOption) Descriptor

func (LookupSubjectsRequest_WildcardOption) Enum

func (LookupSubjectsRequest_WildcardOption) EnumDescriptor deprecated

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

Deprecated: Use LookupSubjectsRequest_WildcardOption.Descriptor instead.

func (LookupSubjectsRequest_WildcardOption) Number

func (LookupSubjectsRequest_WildcardOption) String

func (LookupSubjectsRequest_WildcardOption) Type

type LookupSubjectsResponse

type LookupSubjectsResponse struct {
	LookedUpAt *ZedToken `protobuf:"bytes,1,opt,name=looked_up_at,json=lookedUpAt,proto3" json:"looked_up_at,omitempty"`
	// subject_object_id is the Object ID of the subject found. May be a `*` if
	// a wildcard was found.
	// deprecated: use `subject`
	//
	// Deprecated: Marked as deprecated in authzed/api/v1/permission_service.proto.
	SubjectObjectId string `protobuf:"bytes,2,opt,name=subject_object_id,json=subjectObjectId,proto3" json:"subject_object_id,omitempty"`
	// excluded_subject_ids are the Object IDs of the subjects excluded. This list
	// will only contain object IDs if `subject_object_id` is a wildcard (`*`) and
	// will only be populated if exclusions exist from the wildcard.
	// deprecated: use `excluded_subjects`
	//
	// Deprecated: Marked as deprecated in authzed/api/v1/permission_service.proto.
	ExcludedSubjectIds []string `protobuf:"bytes,3,rep,name=excluded_subject_ids,json=excludedSubjectIds,proto3" json:"excluded_subject_ids,omitempty"`
	// permissionship indicates whether the response was partially evaluated or not
	// deprecated: use `subject.permissionship`
	//
	// Deprecated: Marked as deprecated in authzed/api/v1/permission_service.proto.
	Permissionship LookupPermissionship `protobuf:"varint,4,opt,name=permissionship,proto3,enum=authzed.api.v1.LookupPermissionship" json:"permissionship,omitempty"`
	// partial_caveat_info holds information of a partially-evaluated caveated response
	// deprecated: use `subject.partial_caveat_info`
	//
	// Deprecated: Marked as deprecated in authzed/api/v1/permission_service.proto.
	PartialCaveatInfo *PartialCaveatInfo `protobuf:"bytes,5,opt,name=partial_caveat_info,json=partialCaveatInfo,proto3" json:"partial_caveat_info,omitempty"`
	// subject is the subject found, along with its permissionship.
	Subject *ResolvedSubject `protobuf:"bytes,6,opt,name=subject,proto3" json:"subject,omitempty"`
	// excluded_subjects are the subjects excluded. This list
	// will only contain subjects if `subject.subject_object_id` is a wildcard (`*`) and
	// will only be populated if exclusions exist from the wildcard.
	ExcludedSubjects []*ResolvedSubject `protobuf:"bytes,7,rep,name=excluded_subjects,json=excludedSubjects,proto3" json:"excluded_subjects,omitempty"`
	// after_result_cursor holds a cursor that can be used to resume the LookupSubjects stream after this
	// result.
	AfterResultCursor *Cursor `protobuf:"bytes,8,opt,name=after_result_cursor,json=afterResultCursor,proto3" json:"after_result_cursor,omitempty"`
	// contains filtered or unexported fields
}

LookupSubjectsResponse contains a single matching subject object ID for the requested subject object type on the permission or relation.

func (*LookupSubjectsResponse) CloneMessageVT

func (m *LookupSubjectsResponse) CloneMessageVT() proto.Message

func (*LookupSubjectsResponse) CloneVT

func (*LookupSubjectsResponse) Descriptor deprecated

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

Deprecated: Use LookupSubjectsResponse.ProtoReflect.Descriptor instead.

func (*LookupSubjectsResponse) GetAfterResultCursor

func (x *LookupSubjectsResponse) GetAfterResultCursor() *Cursor

func (*LookupSubjectsResponse) GetExcludedSubjectIds deprecated

func (x *LookupSubjectsResponse) GetExcludedSubjectIds() []string

Deprecated: Marked as deprecated in authzed/api/v1/permission_service.proto.

func (*LookupSubjectsResponse) GetExcludedSubjects

func (x *LookupSubjectsResponse) GetExcludedSubjects() []*ResolvedSubject

func (*LookupSubjectsResponse) GetLookedUpAt

func (x *LookupSubjectsResponse) GetLookedUpAt() *ZedToken

func (*LookupSubjectsResponse) GetPartialCaveatInfo deprecated

func (x *LookupSubjectsResponse) GetPartialCaveatInfo() *PartialCaveatInfo

Deprecated: Marked as deprecated in authzed/api/v1/permission_service.proto.

func (*LookupSubjectsResponse) GetPermissionship deprecated

func (x *LookupSubjectsResponse) GetPermissionship() LookupPermissionship

Deprecated: Marked as deprecated in authzed/api/v1/permission_service.proto.

func (*LookupSubjectsResponse) GetSubject

func (x *LookupSubjectsResponse) GetSubject() *ResolvedSubject

func (*LookupSubjectsResponse) GetSubjectObjectId deprecated

func (x *LookupSubjectsResponse) GetSubjectObjectId() string

Deprecated: Marked as deprecated in authzed/api/v1/permission_service.proto.

func (*LookupSubjectsResponse) MarshalToSizedBufferVT

func (m *LookupSubjectsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*LookupSubjectsResponse) MarshalToVT

func (m *LookupSubjectsResponse) MarshalToVT(dAtA []byte) (int, error)

func (*LookupSubjectsResponse) MarshalVT

func (m *LookupSubjectsResponse) MarshalVT() (dAtA []byte, err error)

func (*LookupSubjectsResponse) ProtoMessage

func (*LookupSubjectsResponse) ProtoMessage()

func (*LookupSubjectsResponse) ProtoReflect

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

func (*LookupSubjectsResponse) Reset

func (x *LookupSubjectsResponse) Reset()

func (*LookupSubjectsResponse) SizeVT

func (m *LookupSubjectsResponse) SizeVT() (n int)

func (*LookupSubjectsResponse) String

func (x *LookupSubjectsResponse) String() string

func (*LookupSubjectsResponse) UnmarshalVT

func (m *LookupSubjectsResponse) UnmarshalVT(dAtA []byte) error

func (*LookupSubjectsResponse) Validate

func (m *LookupSubjectsResponse) Validate() error

Validate checks the field values on LookupSubjectsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LookupSubjectsResponse) ValidateAll

func (m *LookupSubjectsResponse) ValidateAll() error

ValidateAll checks the field values on LookupSubjectsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LookupSubjectsResponseMultiError, or nil if none found.

type LookupSubjectsResponseMultiError

type LookupSubjectsResponseMultiError []error

LookupSubjectsResponseMultiError is an error wrapping multiple validation errors returned by LookupSubjectsResponse.ValidateAll() if the designated constraints aren't met.

func (LookupSubjectsResponseMultiError) AllErrors

func (m LookupSubjectsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LookupSubjectsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LookupSubjectsResponseValidationError

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

LookupSubjectsResponseValidationError is the validation error returned by LookupSubjectsResponse.Validate if the designated constraints aren't met.

func (LookupSubjectsResponseValidationError) Cause

Cause function returns cause value.

func (LookupSubjectsResponseValidationError) Error

Error satisfies the builtin error interface

func (LookupSubjectsResponseValidationError) ErrorName

ErrorName returns error name.

func (LookupSubjectsResponseValidationError) Field

Field function returns field value.

func (LookupSubjectsResponseValidationError) Key

Key function returns key value.

func (LookupSubjectsResponseValidationError) Reason

Reason function returns reason value.

type ObjectReference

type ObjectReference struct {
	ObjectType string `protobuf:"bytes,1,opt,name=object_type,json=objectType,proto3" json:"object_type,omitempty"`
	ObjectId   string `protobuf:"bytes,2,opt,name=object_id,json=objectId,proto3" json:"object_id,omitempty"`
	// contains filtered or unexported fields
}

ObjectReference is used to refer to a specific object in the system.

func (*ObjectReference) CloneMessageVT

func (m *ObjectReference) CloneMessageVT() proto.Message

func (*ObjectReference) CloneVT

func (m *ObjectReference) CloneVT() *ObjectReference

func (*ObjectReference) Descriptor deprecated

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

Deprecated: Use ObjectReference.ProtoReflect.Descriptor instead.

func (*ObjectReference) GetObjectId

func (x *ObjectReference) GetObjectId() string

func (*ObjectReference) GetObjectType

func (x *ObjectReference) GetObjectType() string

func (*ObjectReference) MarshalToSizedBufferVT

func (m *ObjectReference) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ObjectReference) MarshalToVT

func (m *ObjectReference) MarshalToVT(dAtA []byte) (int, error)

func (*ObjectReference) MarshalVT

func (m *ObjectReference) MarshalVT() (dAtA []byte, err error)

func (*ObjectReference) ProtoMessage

func (*ObjectReference) ProtoMessage()

func (*ObjectReference) ProtoReflect

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

func (*ObjectReference) Reset

func (x *ObjectReference) Reset()

func (*ObjectReference) SizeVT

func (m *ObjectReference) SizeVT() (n int)

func (*ObjectReference) String

func (x *ObjectReference) String() string

func (*ObjectReference) UnmarshalVT

func (m *ObjectReference) UnmarshalVT(dAtA []byte) error

func (*ObjectReference) Validate

func (m *ObjectReference) Validate() error

Validate checks the field values on ObjectReference with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ObjectReference) ValidateAll

func (m *ObjectReference) ValidateAll() error

ValidateAll checks the field values on ObjectReference with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ObjectReferenceMultiError, or nil if none found.

type ObjectReferenceMultiError

type ObjectReferenceMultiError []error

ObjectReferenceMultiError is an error wrapping multiple validation errors returned by ObjectReference.ValidateAll() if the designated constraints aren't met.

func (ObjectReferenceMultiError) AllErrors

func (m ObjectReferenceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ObjectReferenceMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ObjectReferenceValidationError

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

ObjectReferenceValidationError is the validation error returned by ObjectReference.Validate if the designated constraints aren't met.

func (ObjectReferenceValidationError) Cause

Cause function returns cause value.

func (ObjectReferenceValidationError) Error

Error satisfies the builtin error interface

func (ObjectReferenceValidationError) ErrorName

func (e ObjectReferenceValidationError) ErrorName() string

ErrorName returns error name.

func (ObjectReferenceValidationError) Field

Field function returns field value.

func (ObjectReferenceValidationError) Key

Key function returns key value.

func (ObjectReferenceValidationError) Reason

Reason function returns reason value.

type PartialCaveatInfo

type PartialCaveatInfo struct {

	// missing_required_context is a list of one or more fields that were missing and prevented caveats
	// from being fully evaluated
	MissingRequiredContext []string `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

PartialCaveatInfo carries information necessary for the client to take action in the event a response contains a partially evaluated caveat

func (*PartialCaveatInfo) CloneMessageVT

func (m *PartialCaveatInfo) CloneMessageVT() proto.Message

func (*PartialCaveatInfo) CloneVT

func (m *PartialCaveatInfo) CloneVT() *PartialCaveatInfo

func (*PartialCaveatInfo) Descriptor deprecated

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

Deprecated: Use PartialCaveatInfo.ProtoReflect.Descriptor instead.

func (*PartialCaveatInfo) GetMissingRequiredContext

func (x *PartialCaveatInfo) GetMissingRequiredContext() []string

func (*PartialCaveatInfo) MarshalToSizedBufferVT

func (m *PartialCaveatInfo) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PartialCaveatInfo) MarshalToVT

func (m *PartialCaveatInfo) MarshalToVT(dAtA []byte) (int, error)

func (*PartialCaveatInfo) MarshalVT

func (m *PartialCaveatInfo) MarshalVT() (dAtA []byte, err error)

func (*PartialCaveatInfo) ProtoMessage

func (*PartialCaveatInfo) ProtoMessage()

func (*PartialCaveatInfo) ProtoReflect

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

func (*PartialCaveatInfo) Reset

func (x *PartialCaveatInfo) Reset()

func (*PartialCaveatInfo) SizeVT

func (m *PartialCaveatInfo) SizeVT() (n int)

func (*PartialCaveatInfo) String

func (x *PartialCaveatInfo) String() string

func (*PartialCaveatInfo) UnmarshalVT

func (m *PartialCaveatInfo) UnmarshalVT(dAtA []byte) error

func (*PartialCaveatInfo) Validate

func (m *PartialCaveatInfo) Validate() error

Validate checks the field values on PartialCaveatInfo with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PartialCaveatInfo) ValidateAll

func (m *PartialCaveatInfo) ValidateAll() error

ValidateAll checks the field values on PartialCaveatInfo with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PartialCaveatInfoMultiError, or nil if none found.

type PartialCaveatInfoMultiError

type PartialCaveatInfoMultiError []error

PartialCaveatInfoMultiError is an error wrapping multiple validation errors returned by PartialCaveatInfo.ValidateAll() if the designated constraints aren't met.

func (PartialCaveatInfoMultiError) AllErrors

func (m PartialCaveatInfoMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PartialCaveatInfoMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PartialCaveatInfoValidationError

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

PartialCaveatInfoValidationError is the validation error returned by PartialCaveatInfo.Validate if the designated constraints aren't met.

func (PartialCaveatInfoValidationError) Cause

Cause function returns cause value.

func (PartialCaveatInfoValidationError) Error

Error satisfies the builtin error interface

func (PartialCaveatInfoValidationError) ErrorName

ErrorName returns error name.

func (PartialCaveatInfoValidationError) Field

Field function returns field value.

func (PartialCaveatInfoValidationError) Key

Key function returns key value.

func (PartialCaveatInfoValidationError) Reason

Reason function returns reason value.

type PermissionRelationshipTree

type PermissionRelationshipTree struct {

	// Types that are assignable to TreeType:
	//
	//	*PermissionRelationshipTree_Intermediate
	//	*PermissionRelationshipTree_Leaf
	TreeType         isPermissionRelationshipTree_TreeType `protobuf_oneof:"tree_type"`
	ExpandedObject   *ObjectReference                      `protobuf:"bytes,3,opt,name=expanded_object,json=expandedObject,proto3" json:"expanded_object,omitempty"`
	ExpandedRelation string                                `protobuf:"bytes,4,opt,name=expanded_relation,json=expandedRelation,proto3" json:"expanded_relation,omitempty"`
	// contains filtered or unexported fields
}

PermissionRelationshipTree is used for representing a tree of a resource and its permission relationships with other objects.

func (*PermissionRelationshipTree) CloneMessageVT

func (m *PermissionRelationshipTree) CloneMessageVT() proto.Message

func (*PermissionRelationshipTree) CloneVT

func (*PermissionRelationshipTree) Descriptor deprecated

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

Deprecated: Use PermissionRelationshipTree.ProtoReflect.Descriptor instead.

func (*PermissionRelationshipTree) GetExpandedObject

func (x *PermissionRelationshipTree) GetExpandedObject() *ObjectReference

func (*PermissionRelationshipTree) GetExpandedRelation

func (x *PermissionRelationshipTree) GetExpandedRelation() string

func (*PermissionRelationshipTree) GetIntermediate

func (x *PermissionRelationshipTree) GetIntermediate() *AlgebraicSubjectSet

func (*PermissionRelationshipTree) GetLeaf

func (*PermissionRelationshipTree) GetTreeType

func (m *PermissionRelationshipTree) GetTreeType() isPermissionRelationshipTree_TreeType

func (*PermissionRelationshipTree) MarshalToSizedBufferVT

func (m *PermissionRelationshipTree) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PermissionRelationshipTree) MarshalToVT

func (m *PermissionRelationshipTree) MarshalToVT(dAtA []byte) (int, error)

func (*PermissionRelationshipTree) MarshalVT

func (m *PermissionRelationshipTree) MarshalVT() (dAtA []byte, err error)

func (*PermissionRelationshipTree) ProtoMessage

func (*PermissionRelationshipTree) ProtoMessage()

func (*PermissionRelationshipTree) ProtoReflect

func (*PermissionRelationshipTree) Reset

func (x *PermissionRelationshipTree) Reset()

func (*PermissionRelationshipTree) SizeVT

func (m *PermissionRelationshipTree) SizeVT() (n int)

func (*PermissionRelationshipTree) String

func (x *PermissionRelationshipTree) String() string

func (*PermissionRelationshipTree) UnmarshalVT

func (m *PermissionRelationshipTree) UnmarshalVT(dAtA []byte) error

func (*PermissionRelationshipTree) Validate

func (m *PermissionRelationshipTree) Validate() error

Validate checks the field values on PermissionRelationshipTree with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PermissionRelationshipTree) ValidateAll

func (m *PermissionRelationshipTree) ValidateAll() error

ValidateAll checks the field values on PermissionRelationshipTree with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PermissionRelationshipTreeMultiError, or nil if none found.

type PermissionRelationshipTreeMultiError

type PermissionRelationshipTreeMultiError []error

PermissionRelationshipTreeMultiError is an error wrapping multiple validation errors returned by PermissionRelationshipTree.ValidateAll() if the designated constraints aren't met.

func (PermissionRelationshipTreeMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (PermissionRelationshipTreeMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PermissionRelationshipTreeValidationError

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

PermissionRelationshipTreeValidationError is the validation error returned by PermissionRelationshipTree.Validate if the designated constraints aren't met.

func (PermissionRelationshipTreeValidationError) Cause

Cause function returns cause value.

func (PermissionRelationshipTreeValidationError) Error

Error satisfies the builtin error interface

func (PermissionRelationshipTreeValidationError) ErrorName

ErrorName returns error name.

func (PermissionRelationshipTreeValidationError) Field

Field function returns field value.

func (PermissionRelationshipTreeValidationError) Key

Key function returns key value.

func (PermissionRelationshipTreeValidationError) Reason

Reason function returns reason value.

type PermissionRelationshipTree_Intermediate

type PermissionRelationshipTree_Intermediate struct {
	Intermediate *AlgebraicSubjectSet `protobuf:"bytes,1,opt,name=intermediate,proto3,oneof"`
}

func (*PermissionRelationshipTree_Intermediate) CloneVT

func (m *PermissionRelationshipTree_Intermediate) CloneVT() isPermissionRelationshipTree_TreeType

func (*PermissionRelationshipTree_Intermediate) MarshalToSizedBufferVT

func (m *PermissionRelationshipTree_Intermediate) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PermissionRelationshipTree_Intermediate) MarshalToVT

func (m *PermissionRelationshipTree_Intermediate) MarshalToVT(dAtA []byte) (int, error)

func (*PermissionRelationshipTree_Intermediate) SizeVT

type PermissionRelationshipTree_Leaf

type PermissionRelationshipTree_Leaf struct {
	Leaf *DirectSubjectSet `protobuf:"bytes,2,opt,name=leaf,proto3,oneof"`
}

func (*PermissionRelationshipTree_Leaf) CloneVT

func (m *PermissionRelationshipTree_Leaf) CloneVT() isPermissionRelationshipTree_TreeType

func (*PermissionRelationshipTree_Leaf) MarshalToSizedBufferVT

func (m *PermissionRelationshipTree_Leaf) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PermissionRelationshipTree_Leaf) MarshalToVT

func (m *PermissionRelationshipTree_Leaf) MarshalToVT(dAtA []byte) (int, error)

func (*PermissionRelationshipTree_Leaf) SizeVT

func (m *PermissionRelationshipTree_Leaf) SizeVT() (n int)

type PermissionsServiceClient

type PermissionsServiceClient interface {
	// ReadRelationships reads a set of the relationships matching one or more
	// filters.
	ReadRelationships(ctx context.Context, in *ReadRelationshipsRequest, opts ...grpc.CallOption) (PermissionsService_ReadRelationshipsClient, error)
	// WriteRelationships atomically writes and/or deletes a set of specified
	// relationships. An optional set of preconditions can be provided that must
	// be satisfied for the operation to commit.
	WriteRelationships(ctx context.Context, in *WriteRelationshipsRequest, opts ...grpc.CallOption) (*WriteRelationshipsResponse, error)
	// DeleteRelationships atomically bulk deletes all relationships matching the
	// provided filter. If no relationships match, none will be deleted and the
	// operation will succeed. An optional set of preconditions can be provided that must
	// be satisfied for the operation to commit.
	DeleteRelationships(ctx context.Context, in *DeleteRelationshipsRequest, opts ...grpc.CallOption) (*DeleteRelationshipsResponse, error)
	// CheckPermission determines for a given resource whether a subject computes
	// to having a permission or is a direct member of a particular relation.
	CheckPermission(ctx context.Context, in *CheckPermissionRequest, opts ...grpc.CallOption) (*CheckPermissionResponse, error)
	// ExpandPermissionTree reveals the graph structure for a resource's
	// permission or relation. This RPC does not recurse infinitely deep and may
	// require multiple calls to fully unnest a deeply nested graph.
	ExpandPermissionTree(ctx context.Context, in *ExpandPermissionTreeRequest, opts ...grpc.CallOption) (*ExpandPermissionTreeResponse, error)
	// LookupResources returns all the resources of a given type that a subject
	// can access whether via a computed permission or relation membership.
	LookupResources(ctx context.Context, in *LookupResourcesRequest, opts ...grpc.CallOption) (PermissionsService_LookupResourcesClient, error)
	// LookupSubjects returns all the subjects of a given type that
	// have access whether via a computed permission or relation membership.
	LookupSubjects(ctx context.Context, in *LookupSubjectsRequest, opts ...grpc.CallOption) (PermissionsService_LookupSubjectsClient, error)
}

PermissionsServiceClient is the client API for PermissionsService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type PermissionsServiceServer

type PermissionsServiceServer interface {
	// ReadRelationships reads a set of the relationships matching one or more
	// filters.
	ReadRelationships(*ReadRelationshipsRequest, PermissionsService_ReadRelationshipsServer) error
	// WriteRelationships atomically writes and/or deletes a set of specified
	// relationships. An optional set of preconditions can be provided that must
	// be satisfied for the operation to commit.
	WriteRelationships(context.Context, *WriteRelationshipsRequest) (*WriteRelationshipsResponse, error)
	// DeleteRelationships atomically bulk deletes all relationships matching the
	// provided filter. If no relationships match, none will be deleted and the
	// operation will succeed. An optional set of preconditions can be provided that must
	// be satisfied for the operation to commit.
	DeleteRelationships(context.Context, *DeleteRelationshipsRequest) (*DeleteRelationshipsResponse, error)
	// CheckPermission determines for a given resource whether a subject computes
	// to having a permission or is a direct member of a particular relation.
	CheckPermission(context.Context, *CheckPermissionRequest) (*CheckPermissionResponse, error)
	// ExpandPermissionTree reveals the graph structure for a resource's
	// permission or relation. This RPC does not recurse infinitely deep and may
	// require multiple calls to fully unnest a deeply nested graph.
	ExpandPermissionTree(context.Context, *ExpandPermissionTreeRequest) (*ExpandPermissionTreeResponse, error)
	// LookupResources returns all the resources of a given type that a subject
	// can access whether via a computed permission or relation membership.
	LookupResources(*LookupResourcesRequest, PermissionsService_LookupResourcesServer) error
	// LookupSubjects returns all the subjects of a given type that
	// have access whether via a computed permission or relation membership.
	LookupSubjects(*LookupSubjectsRequest, PermissionsService_LookupSubjectsServer) error
	// contains filtered or unexported methods
}

PermissionsServiceServer is the server API for PermissionsService service. All implementations must embed UnimplementedPermissionsServiceServer for forward compatibility

type PermissionsService_LookupResourcesClient

type PermissionsService_LookupResourcesClient interface {
	Recv() (*LookupResourcesResponse, error)
	grpc.ClientStream
}

type PermissionsService_LookupResourcesServer

type PermissionsService_LookupResourcesServer interface {
	Send(*LookupResourcesResponse) error
	grpc.ServerStream
}

type PermissionsService_LookupSubjectsClient

type PermissionsService_LookupSubjectsClient interface {
	Recv() (*LookupSubjectsResponse, error)
	grpc.ClientStream
}

type PermissionsService_LookupSubjectsServer

type PermissionsService_LookupSubjectsServer interface {
	Send(*LookupSubjectsResponse) error
	grpc.ServerStream
}

type PermissionsService_ReadRelationshipsClient

type PermissionsService_ReadRelationshipsClient interface {
	Recv() (*ReadRelationshipsResponse, error)
	grpc.ClientStream
}

type PermissionsService_ReadRelationshipsServer

type PermissionsService_ReadRelationshipsServer interface {
	Send(*ReadRelationshipsResponse) error
	grpc.ServerStream
}

type Precondition

type Precondition struct {
	Operation Precondition_Operation `protobuf:"varint,1,opt,name=operation,proto3,enum=authzed.api.v1.Precondition_Operation" json:"operation,omitempty"`
	Filter    *RelationshipFilter    `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"`
	// contains filtered or unexported fields
}

Precondition specifies how and the existence or absence of certain relationships as expressed through the accompanying filter should affect whether or not the operation proceeds.

MUST_NOT_MATCH will fail the parent request if any relationships match the relationships filter. MUST_MATCH will fail the parent request if there are no relationships that match the filter.

func (*Precondition) CloneMessageVT

func (m *Precondition) CloneMessageVT() proto.Message

func (*Precondition) CloneVT

func (m *Precondition) CloneVT() *Precondition

func (*Precondition) Descriptor deprecated

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

Deprecated: Use Precondition.ProtoReflect.Descriptor instead.

func (*Precondition) GetFilter

func (x *Precondition) GetFilter() *RelationshipFilter

func (*Precondition) GetOperation

func (x *Precondition) GetOperation() Precondition_Operation

func (*Precondition) HandwrittenValidate

func (m *Precondition) HandwrittenValidate() error

func (*Precondition) MarshalToSizedBufferVT

func (m *Precondition) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Precondition) MarshalToVT

func (m *Precondition) MarshalToVT(dAtA []byte) (int, error)

func (*Precondition) MarshalVT

func (m *Precondition) MarshalVT() (dAtA []byte, err error)

func (*Precondition) ProtoMessage

func (*Precondition) ProtoMessage()

func (*Precondition) ProtoReflect

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

func (*Precondition) Reset

func (x *Precondition) Reset()

func (*Precondition) SizeVT

func (m *Precondition) SizeVT() (n int)

func (*Precondition) String

func (x *Precondition) String() string

func (*Precondition) UnmarshalVT

func (m *Precondition) UnmarshalVT(dAtA []byte) error

func (*Precondition) Validate

func (m *Precondition) Validate() error

Validate checks the field values on Precondition with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Precondition) ValidateAll

func (m *Precondition) ValidateAll() error

ValidateAll checks the field values on Precondition with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PreconditionMultiError, or nil if none found.

type PreconditionMultiError

type PreconditionMultiError []error

PreconditionMultiError is an error wrapping multiple validation errors returned by Precondition.ValidateAll() if the designated constraints aren't met.

func (PreconditionMultiError) AllErrors

func (m PreconditionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PreconditionMultiError) Error

func (m PreconditionMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type PreconditionValidationError

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

PreconditionValidationError is the validation error returned by Precondition.Validate if the designated constraints aren't met.

func (PreconditionValidationError) Cause

Cause function returns cause value.

func (PreconditionValidationError) Error

Error satisfies the builtin error interface

func (PreconditionValidationError) ErrorName

func (e PreconditionValidationError) ErrorName() string

ErrorName returns error name.

func (PreconditionValidationError) Field

Field function returns field value.

func (PreconditionValidationError) Key

Key function returns key value.

func (PreconditionValidationError) Reason

Reason function returns reason value.

type Precondition_Operation

type Precondition_Operation int32
const (
	Precondition_OPERATION_UNSPECIFIED    Precondition_Operation = 0
	Precondition_OPERATION_MUST_NOT_MATCH Precondition_Operation = 1
	Precondition_OPERATION_MUST_MATCH     Precondition_Operation = 2
)

func (Precondition_Operation) Descriptor

func (Precondition_Operation) Enum

func (Precondition_Operation) EnumDescriptor deprecated

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

Deprecated: Use Precondition_Operation.Descriptor instead.

func (Precondition_Operation) Number

func (Precondition_Operation) String

func (x Precondition_Operation) String() string

func (Precondition_Operation) Type

type ReadRelationshipsRequest

type ReadRelationshipsRequest struct {
	Consistency *Consistency `protobuf:"bytes,1,opt,name=consistency,proto3" json:"consistency,omitempty"`
	// relationship_filter defines the filter to be applied to the relationships
	// to be returned.
	RelationshipFilter *RelationshipFilter `protobuf:"bytes,2,opt,name=relationship_filter,json=relationshipFilter,proto3" json:"relationship_filter,omitempty"`
	// optional_limit, if non-zero, specifies the limit on the number of relationships to return
	// before the stream is closed on the server side. By default, the stream will continue
	// resolving relationships until exhausted or the stream is closed due to the client or a
	// network issue.
	OptionalLimit uint32 `protobuf:"varint,3,opt,name=optional_limit,json=optionalLimit,proto3" json:"optional_limit,omitempty"`
	// optional_cursor, if specified, indicates the cursor after which results should resume being returned.
	// The cursor can be found on the ReadRelationshipsResponse object.
	OptionalCursor *Cursor `protobuf:"bytes,4,opt,name=optional_cursor,json=optionalCursor,proto3" json:"optional_cursor,omitempty"`
	// contains filtered or unexported fields
}

ReadRelationshipsRequest specifies one or more filters used to read matching relationships within the system.

func (*ReadRelationshipsRequest) CloneMessageVT

func (m *ReadRelationshipsRequest) CloneMessageVT() proto.Message

func (*ReadRelationshipsRequest) CloneVT

func (*ReadRelationshipsRequest) Descriptor deprecated

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

Deprecated: Use ReadRelationshipsRequest.ProtoReflect.Descriptor instead.

func (*ReadRelationshipsRequest) GetConsistency

func (x *ReadRelationshipsRequest) GetConsistency() *Consistency

func (*ReadRelationshipsRequest) GetOptionalCursor

func (x *ReadRelationshipsRequest) GetOptionalCursor() *Cursor

func (*ReadRelationshipsRequest) GetOptionalLimit

func (x *ReadRelationshipsRequest) GetOptionalLimit() uint32

func (*ReadRelationshipsRequest) GetRelationshipFilter

func (x *ReadRelationshipsRequest) GetRelationshipFilter() *RelationshipFilter

func (*ReadRelationshipsRequest) MarshalToSizedBufferVT

func (m *ReadRelationshipsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ReadRelationshipsRequest) MarshalToVT

func (m *ReadRelationshipsRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ReadRelationshipsRequest) MarshalVT

func (m *ReadRelationshipsRequest) MarshalVT() (dAtA []byte, err error)

func (*ReadRelationshipsRequest) ProtoMessage

func (*ReadRelationshipsRequest) ProtoMessage()

func (*ReadRelationshipsRequest) ProtoReflect

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

func (*ReadRelationshipsRequest) Reset

func (x *ReadRelationshipsRequest) Reset()

func (*ReadRelationshipsRequest) SizeVT

func (m *ReadRelationshipsRequest) SizeVT() (n int)

func (*ReadRelationshipsRequest) String

func (x *ReadRelationshipsRequest) String() string

func (*ReadRelationshipsRequest) UnmarshalVT

func (m *ReadRelationshipsRequest) UnmarshalVT(dAtA []byte) error

func (*ReadRelationshipsRequest) Validate

func (m *ReadRelationshipsRequest) Validate() error

Validate checks the field values on ReadRelationshipsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ReadRelationshipsRequest) ValidateAll

func (m *ReadRelationshipsRequest) ValidateAll() error

ValidateAll checks the field values on ReadRelationshipsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ReadRelationshipsRequestMultiError, or nil if none found.

type ReadRelationshipsRequestMultiError

type ReadRelationshipsRequestMultiError []error

ReadRelationshipsRequestMultiError is an error wrapping multiple validation errors returned by ReadRelationshipsRequest.ValidateAll() if the designated constraints aren't met.

func (ReadRelationshipsRequestMultiError) AllErrors

func (m ReadRelationshipsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ReadRelationshipsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ReadRelationshipsRequestValidationError

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

ReadRelationshipsRequestValidationError is the validation error returned by ReadRelationshipsRequest.Validate if the designated constraints aren't met.

func (ReadRelationshipsRequestValidationError) Cause

Cause function returns cause value.

func (ReadRelationshipsRequestValidationError) Error

Error satisfies the builtin error interface

func (ReadRelationshipsRequestValidationError) ErrorName

ErrorName returns error name.

func (ReadRelationshipsRequestValidationError) Field

Field function returns field value.

func (ReadRelationshipsRequestValidationError) Key

Key function returns key value.

func (ReadRelationshipsRequestValidationError) Reason

Reason function returns reason value.

type ReadRelationshipsResponse

type ReadRelationshipsResponse struct {

	// read_at is the ZedToken at which the relationship was found.
	ReadAt *ZedToken `protobuf:"bytes,1,opt,name=read_at,json=readAt,proto3" json:"read_at,omitempty"`
	// relationship is the found relationship.
	Relationship *Relationship `protobuf:"bytes,2,opt,name=relationship,proto3" json:"relationship,omitempty"`
	// after_result_cursor holds a cursor that can be used to resume the ReadRelationships stream after this
	// result.
	AfterResultCursor *Cursor `protobuf:"bytes,3,opt,name=after_result_cursor,json=afterResultCursor,proto3" json:"after_result_cursor,omitempty"`
	// contains filtered or unexported fields
}

ReadRelationshipsResponse contains a Relationship found that matches the specified relationship filter(s). A instance of this response message will be streamed to the client for each relationship found.

func (*ReadRelationshipsResponse) CloneMessageVT

func (m *ReadRelationshipsResponse) CloneMessageVT() proto.Message

func (*ReadRelationshipsResponse) CloneVT

func (*ReadRelationshipsResponse) Descriptor deprecated

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

Deprecated: Use ReadRelationshipsResponse.ProtoReflect.Descriptor instead.

func (*ReadRelationshipsResponse) GetAfterResultCursor

func (x *ReadRelationshipsResponse) GetAfterResultCursor() *Cursor

func (*ReadRelationshipsResponse) GetReadAt

func (x *ReadRelationshipsResponse) GetReadAt() *ZedToken

func (*ReadRelationshipsResponse) GetRelationship

func (x *ReadRelationshipsResponse) GetRelationship() *Relationship

func (*ReadRelationshipsResponse) MarshalToSizedBufferVT

func (m *ReadRelationshipsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ReadRelationshipsResponse) MarshalToVT

func (m *ReadRelationshipsResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ReadRelationshipsResponse) MarshalVT

func (m *ReadRelationshipsResponse) MarshalVT() (dAtA []byte, err error)

func (*ReadRelationshipsResponse) ProtoMessage

func (*ReadRelationshipsResponse) ProtoMessage()

func (*ReadRelationshipsResponse) ProtoReflect

func (*ReadRelationshipsResponse) Reset

func (x *ReadRelationshipsResponse) Reset()

func (*ReadRelationshipsResponse) SizeVT

func (m *ReadRelationshipsResponse) SizeVT() (n int)

func (*ReadRelationshipsResponse) String

func (x *ReadRelationshipsResponse) String() string

func (*ReadRelationshipsResponse) UnmarshalVT

func (m *ReadRelationshipsResponse) UnmarshalVT(dAtA []byte) error

func (*ReadRelationshipsResponse) Validate

func (m *ReadRelationshipsResponse) Validate() error

Validate checks the field values on ReadRelationshipsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ReadRelationshipsResponse) ValidateAll

func (m *ReadRelationshipsResponse) ValidateAll() error

ValidateAll checks the field values on ReadRelationshipsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ReadRelationshipsResponseMultiError, or nil if none found.

type ReadRelationshipsResponseMultiError

type ReadRelationshipsResponseMultiError []error

ReadRelationshipsResponseMultiError is an error wrapping multiple validation errors returned by ReadRelationshipsResponse.ValidateAll() if the designated constraints aren't met.

func (ReadRelationshipsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ReadRelationshipsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ReadRelationshipsResponseValidationError

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

ReadRelationshipsResponseValidationError is the validation error returned by ReadRelationshipsResponse.Validate if the designated constraints aren't met.

func (ReadRelationshipsResponseValidationError) Cause

Cause function returns cause value.

func (ReadRelationshipsResponseValidationError) Error

Error satisfies the builtin error interface

func (ReadRelationshipsResponseValidationError) ErrorName

ErrorName returns error name.

func (ReadRelationshipsResponseValidationError) Field

Field function returns field value.

func (ReadRelationshipsResponseValidationError) Key

Key function returns key value.

func (ReadRelationshipsResponseValidationError) Reason

Reason function returns reason value.

type ReadSchemaRequest

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

ReadSchemaRequest returns the schema from the database.

func (*ReadSchemaRequest) CloneMessageVT

func (m *ReadSchemaRequest) CloneMessageVT() proto.Message

func (*ReadSchemaRequest) CloneVT

func (m *ReadSchemaRequest) CloneVT() *ReadSchemaRequest

func (*ReadSchemaRequest) Descriptor deprecated

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

Deprecated: Use ReadSchemaRequest.ProtoReflect.Descriptor instead.

func (*ReadSchemaRequest) MarshalToSizedBufferVT

func (m *ReadSchemaRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ReadSchemaRequest) MarshalToVT

func (m *ReadSchemaRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ReadSchemaRequest) MarshalVT

func (m *ReadSchemaRequest) MarshalVT() (dAtA []byte, err error)

func (*ReadSchemaRequest) ProtoMessage

func (*ReadSchemaRequest) ProtoMessage()

func (*ReadSchemaRequest) ProtoReflect

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

func (*ReadSchemaRequest) Reset

func (x *ReadSchemaRequest) Reset()

func (*ReadSchemaRequest) SizeVT

func (m *ReadSchemaRequest) SizeVT() (n int)

func (*ReadSchemaRequest) String

func (x *ReadSchemaRequest) String() string

func (*ReadSchemaRequest) UnmarshalVT

func (m *ReadSchemaRequest) UnmarshalVT(dAtA []byte) error

func (*ReadSchemaRequest) Validate

func (m *ReadSchemaRequest) Validate() error

Validate checks the field values on ReadSchemaRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ReadSchemaRequest) ValidateAll

func (m *ReadSchemaRequest) ValidateAll() error

ValidateAll checks the field values on ReadSchemaRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ReadSchemaRequestMultiError, or nil if none found.

type ReadSchemaRequestMultiError

type ReadSchemaRequestMultiError []error

ReadSchemaRequestMultiError is an error wrapping multiple validation errors returned by ReadSchemaRequest.ValidateAll() if the designated constraints aren't met.

func (ReadSchemaRequestMultiError) AllErrors

func (m ReadSchemaRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ReadSchemaRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ReadSchemaRequestValidationError

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

ReadSchemaRequestValidationError is the validation error returned by ReadSchemaRequest.Validate if the designated constraints aren't met.

func (ReadSchemaRequestValidationError) Cause

Cause function returns cause value.

func (ReadSchemaRequestValidationError) Error

Error satisfies the builtin error interface

func (ReadSchemaRequestValidationError) ErrorName

ErrorName returns error name.

func (ReadSchemaRequestValidationError) Field

Field function returns field value.

func (ReadSchemaRequestValidationError) Key

Key function returns key value.

func (ReadSchemaRequestValidationError) Reason

Reason function returns reason value.

type ReadSchemaResponse

type ReadSchemaResponse struct {

	// schema_text is the textual form of the current schema in the system
	SchemaText string `protobuf:"bytes,1,opt,name=schema_text,json=schemaText,proto3" json:"schema_text,omitempty"`
	// read_at is the ZedToken at which the schema was read.
	ReadAt *ZedToken `protobuf:"bytes,2,opt,name=read_at,json=readAt,proto3" json:"read_at,omitempty"`
	// contains filtered or unexported fields
}

ReadSchemaResponse is the resulting data after having read the Object Definitions from a Schema.

func (*ReadSchemaResponse) CloneMessageVT

func (m *ReadSchemaResponse) CloneMessageVT() proto.Message

func (*ReadSchemaResponse) CloneVT

func (m *ReadSchemaResponse) CloneVT() *ReadSchemaResponse

func (*ReadSchemaResponse) Descriptor deprecated

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

Deprecated: Use ReadSchemaResponse.ProtoReflect.Descriptor instead.

func (*ReadSchemaResponse) GetReadAt

func (x *ReadSchemaResponse) GetReadAt() *ZedToken

func (*ReadSchemaResponse) GetSchemaText

func (x *ReadSchemaResponse) GetSchemaText() string

func (*ReadSchemaResponse) MarshalToSizedBufferVT

func (m *ReadSchemaResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ReadSchemaResponse) MarshalToVT

func (m *ReadSchemaResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ReadSchemaResponse) MarshalVT

func (m *ReadSchemaResponse) MarshalVT() (dAtA []byte, err error)

func (*ReadSchemaResponse) ProtoMessage

func (*ReadSchemaResponse) ProtoMessage()

func (*ReadSchemaResponse) ProtoReflect

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

func (*ReadSchemaResponse) Reset

func (x *ReadSchemaResponse) Reset()

func (*ReadSchemaResponse) SizeVT

func (m *ReadSchemaResponse) SizeVT() (n int)

func (*ReadSchemaResponse) String

func (x *ReadSchemaResponse) String() string

func (*ReadSchemaResponse) UnmarshalVT

func (m *ReadSchemaResponse) UnmarshalVT(dAtA []byte) error

func (*ReadSchemaResponse) Validate

func (m *ReadSchemaResponse) Validate() error

Validate checks the field values on ReadSchemaResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ReadSchemaResponse) ValidateAll

func (m *ReadSchemaResponse) ValidateAll() error

ValidateAll checks the field values on ReadSchemaResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ReadSchemaResponseMultiError, or nil if none found.

type ReadSchemaResponseMultiError

type ReadSchemaResponseMultiError []error

ReadSchemaResponseMultiError is an error wrapping multiple validation errors returned by ReadSchemaResponse.ValidateAll() if the designated constraints aren't met.

func (ReadSchemaResponseMultiError) AllErrors

func (m ReadSchemaResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ReadSchemaResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ReadSchemaResponseValidationError

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

ReadSchemaResponseValidationError is the validation error returned by ReadSchemaResponse.Validate if the designated constraints aren't met.

func (ReadSchemaResponseValidationError) Cause

Cause function returns cause value.

func (ReadSchemaResponseValidationError) Error

Error satisfies the builtin error interface

func (ReadSchemaResponseValidationError) ErrorName

ErrorName returns error name.

func (ReadSchemaResponseValidationError) Field

Field function returns field value.

func (ReadSchemaResponseValidationError) Key

Key function returns key value.

func (ReadSchemaResponseValidationError) Reason

Reason function returns reason value.

type Relationship

type Relationship struct {

	// resource is the resource to which the subject is related, in some manner
	Resource *ObjectReference `protobuf:"bytes,1,opt,name=resource,proto3" json:"resource,omitempty"`
	// relation is how the resource and subject are related.
	Relation string `protobuf:"bytes,2,opt,name=relation,proto3" json:"relation,omitempty"`
	// subject is the subject to which the resource is related, in some manner.
	Subject *SubjectReference `protobuf:"bytes,3,opt,name=subject,proto3" json:"subject,omitempty"`
	// optional_caveat is a reference to a the caveat that must be enforced over the relationship
	OptionalCaveat *ContextualizedCaveat `protobuf:"bytes,4,opt,name=optional_caveat,json=optionalCaveat,proto3" json:"optional_caveat,omitempty"`
	// contains filtered or unexported fields
}

Relationship specifies how a resource relates to a subject. Relationships form the data for the graph over which all permissions questions are answered.

func (*Relationship) CloneMessageVT

func (m *Relationship) CloneMessageVT() proto.Message

func (*Relationship) CloneVT

func (m *Relationship) CloneVT() *Relationship

func (*Relationship) Descriptor deprecated

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

Deprecated: Use Relationship.ProtoReflect.Descriptor instead.

func (*Relationship) GetOptionalCaveat

func (x *Relationship) GetOptionalCaveat() *ContextualizedCaveat

func (*Relationship) GetRelation

func (x *Relationship) GetRelation() string

func (*Relationship) GetResource

func (x *Relationship) GetResource() *ObjectReference

func (*Relationship) GetSubject

func (x *Relationship) GetSubject() *SubjectReference

func (*Relationship) HandwrittenValidate

func (m *Relationship) HandwrittenValidate() error

func (*Relationship) MarshalToSizedBufferVT

func (m *Relationship) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Relationship) MarshalToVT

func (m *Relationship) MarshalToVT(dAtA []byte) (int, error)

func (*Relationship) MarshalVT

func (m *Relationship) MarshalVT() (dAtA []byte, err error)

func (*Relationship) ProtoMessage

func (*Relationship) ProtoMessage()

func (*Relationship) ProtoReflect

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

func (*Relationship) Reset

func (x *Relationship) Reset()

func (*Relationship) SizeVT

func (m *Relationship) SizeVT() (n int)

func (*Relationship) String

func (x *Relationship) String() string

func (*Relationship) UnmarshalVT

func (m *Relationship) UnmarshalVT(dAtA []byte) error

func (*Relationship) Validate

func (m *Relationship) Validate() error

Validate checks the field values on Relationship with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Relationship) ValidateAll

func (m *Relationship) ValidateAll() error

ValidateAll checks the field values on Relationship with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RelationshipMultiError, or nil if none found.

type RelationshipFilter

type RelationshipFilter struct {
	ResourceType          string         `protobuf:"bytes,1,opt,name=resource_type,json=resourceType,proto3" json:"resource_type,omitempty"`
	OptionalResourceId    string         `protobuf:"bytes,2,opt,name=optional_resource_id,json=optionalResourceId,proto3" json:"optional_resource_id,omitempty"`
	OptionalRelation      string         `protobuf:"bytes,3,opt,name=optional_relation,json=optionalRelation,proto3" json:"optional_relation,omitempty"`
	OptionalSubjectFilter *SubjectFilter `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

RelationshipFilter is a collection of filters which when applied to a relationship will return relationships that have exactly matching fields.

resource_type is required. All other fields are optional and if left unspecified will not filter relationships.

func (*RelationshipFilter) CloneMessageVT

func (m *RelationshipFilter) CloneMessageVT() proto.Message

func (*RelationshipFilter) CloneVT

func (m *RelationshipFilter) CloneVT() *RelationshipFilter

func (*RelationshipFilter) Descriptor deprecated

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

Deprecated: Use RelationshipFilter.ProtoReflect.Descriptor instead.

func (*RelationshipFilter) GetOptionalRelation

func (x *RelationshipFilter) GetOptionalRelation() string

func (*RelationshipFilter) GetOptionalResourceId

func (x *RelationshipFilter) GetOptionalResourceId() string

func (*RelationshipFilter) GetOptionalSubjectFilter

func (x *RelationshipFilter) GetOptionalSubjectFilter() *SubjectFilter

func (*RelationshipFilter) GetResourceType

func (x *RelationshipFilter) GetResourceType() string

func (*RelationshipFilter) HandwrittenValidate

func (m *RelationshipFilter) HandwrittenValidate() error

func (*RelationshipFilter) MarshalToSizedBufferVT

func (m *RelationshipFilter) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RelationshipFilter) MarshalToVT

func (m *RelationshipFilter) MarshalToVT(dAtA []byte) (int, error)

func (*RelationshipFilter) MarshalVT

func (m *RelationshipFilter) MarshalVT() (dAtA []byte, err error)

func (*RelationshipFilter) ProtoMessage

func (*RelationshipFilter) ProtoMessage()

func (*RelationshipFilter) ProtoReflect

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

func (*RelationshipFilter) Reset

func (x *RelationshipFilter) Reset()

func (*RelationshipFilter) SizeVT

func (m *RelationshipFilter) SizeVT() (n int)

func (*RelationshipFilter) String

func (x *RelationshipFilter) String() string

func (*RelationshipFilter) UnmarshalVT

func (m *RelationshipFilter) UnmarshalVT(dAtA []byte) error

func (*RelationshipFilter) Validate

func (m *RelationshipFilter) Validate() error

Validate checks the field values on RelationshipFilter with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RelationshipFilter) ValidateAll

func (m *RelationshipFilter) ValidateAll() error

ValidateAll checks the field values on RelationshipFilter with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RelationshipFilterMultiError, or nil if none found.

type RelationshipFilterMultiError

type RelationshipFilterMultiError []error

RelationshipFilterMultiError is an error wrapping multiple validation errors returned by RelationshipFilter.ValidateAll() if the designated constraints aren't met.

func (RelationshipFilterMultiError) AllErrors

func (m RelationshipFilterMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RelationshipFilterMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RelationshipFilterValidationError

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

RelationshipFilterValidationError is the validation error returned by RelationshipFilter.Validate if the designated constraints aren't met.

func (RelationshipFilterValidationError) Cause

Cause function returns cause value.

func (RelationshipFilterValidationError) Error

Error satisfies the builtin error interface

func (RelationshipFilterValidationError) ErrorName

ErrorName returns error name.

func (RelationshipFilterValidationError) Field

Field function returns field value.

func (RelationshipFilterValidationError) Key

Key function returns key value.

func (RelationshipFilterValidationError) Reason

Reason function returns reason value.

type RelationshipMultiError

type RelationshipMultiError []error

RelationshipMultiError is an error wrapping multiple validation errors returned by Relationship.ValidateAll() if the designated constraints aren't met.

func (RelationshipMultiError) AllErrors

func (m RelationshipMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RelationshipMultiError) Error

func (m RelationshipMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type RelationshipUpdate

type RelationshipUpdate struct {
	Operation    RelationshipUpdate_Operation `protobuf:"varint,1,opt,name=operation,proto3,enum=authzed.api.v1.RelationshipUpdate_Operation" json:"operation,omitempty"`
	Relationship *Relationship                `protobuf:"bytes,2,opt,name=relationship,proto3" json:"relationship,omitempty"`
	// contains filtered or unexported fields
}

RelationshipUpdate is used for mutating a single relationship within the service.

CREATE will create the relationship only if it doesn't exist, and error otherwise.

TOUCH will upsert the relationship, and will not error if it already exists.

DELETE will delete the relationship. If the relationship does not exist, this operation will no-op.

func (*RelationshipUpdate) CloneMessageVT

func (m *RelationshipUpdate) CloneMessageVT() proto.Message

func (*RelationshipUpdate) CloneVT

func (m *RelationshipUpdate) CloneVT() *RelationshipUpdate

func (*RelationshipUpdate) Descriptor deprecated

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

Deprecated: Use RelationshipUpdate.ProtoReflect.Descriptor instead.

func (*RelationshipUpdate) GetOperation

func (*RelationshipUpdate) GetRelationship

func (x *RelationshipUpdate) GetRelationship() *Relationship

func (*RelationshipUpdate) HandwrittenValidate

func (m *RelationshipUpdate) HandwrittenValidate() error

func (*RelationshipUpdate) MarshalToSizedBufferVT

func (m *RelationshipUpdate) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RelationshipUpdate) MarshalToVT

func (m *RelationshipUpdate) MarshalToVT(dAtA []byte) (int, error)

func (*RelationshipUpdate) MarshalVT

func (m *RelationshipUpdate) MarshalVT() (dAtA []byte, err error)

func (*RelationshipUpdate) ProtoMessage

func (*RelationshipUpdate) ProtoMessage()

func (*RelationshipUpdate) ProtoReflect

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

func (*RelationshipUpdate) Reset

func (x *RelationshipUpdate) Reset()

func (*RelationshipUpdate) SizeVT

func (m *RelationshipUpdate) SizeVT() (n int)

func (*RelationshipUpdate) String

func (x *RelationshipUpdate) String() string

func (*RelationshipUpdate) UnmarshalVT

func (m *RelationshipUpdate) UnmarshalVT(dAtA []byte) error

func (*RelationshipUpdate) Validate

func (m *RelationshipUpdate) Validate() error

Validate checks the field values on RelationshipUpdate with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RelationshipUpdate) ValidateAll

func (m *RelationshipUpdate) ValidateAll() error

ValidateAll checks the field values on RelationshipUpdate with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RelationshipUpdateMultiError, or nil if none found.

type RelationshipUpdateMultiError

type RelationshipUpdateMultiError []error

RelationshipUpdateMultiError is an error wrapping multiple validation errors returned by RelationshipUpdate.ValidateAll() if the designated constraints aren't met.

func (RelationshipUpdateMultiError) AllErrors

func (m RelationshipUpdateMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RelationshipUpdateMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RelationshipUpdateValidationError

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

RelationshipUpdateValidationError is the validation error returned by RelationshipUpdate.Validate if the designated constraints aren't met.

func (RelationshipUpdateValidationError) Cause

Cause function returns cause value.

func (RelationshipUpdateValidationError) Error

Error satisfies the builtin error interface

func (RelationshipUpdateValidationError) ErrorName

ErrorName returns error name.

func (RelationshipUpdateValidationError) Field

Field function returns field value.

func (RelationshipUpdateValidationError) Key

Key function returns key value.

func (RelationshipUpdateValidationError) Reason

Reason function returns reason value.

type RelationshipUpdate_Operation

type RelationshipUpdate_Operation int32
const (
	RelationshipUpdate_OPERATION_UNSPECIFIED RelationshipUpdate_Operation = 0
	RelationshipUpdate_OPERATION_CREATE      RelationshipUpdate_Operation = 1
	RelationshipUpdate_OPERATION_TOUCH       RelationshipUpdate_Operation = 2
	RelationshipUpdate_OPERATION_DELETE      RelationshipUpdate_Operation = 3
)

func (RelationshipUpdate_Operation) Descriptor

func (RelationshipUpdate_Operation) Enum

func (RelationshipUpdate_Operation) EnumDescriptor deprecated

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

Deprecated: Use RelationshipUpdate_Operation.Descriptor instead.

func (RelationshipUpdate_Operation) Number

func (RelationshipUpdate_Operation) String

func (RelationshipUpdate_Operation) Type

type RelationshipValidationError

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

RelationshipValidationError is the validation error returned by Relationship.Validate if the designated constraints aren't met.

func (RelationshipValidationError) Cause

Cause function returns cause value.

func (RelationshipValidationError) Error

Error satisfies the builtin error interface

func (RelationshipValidationError) ErrorName

func (e RelationshipValidationError) ErrorName() string

ErrorName returns error name.

func (RelationshipValidationError) Field

Field function returns field value.

func (RelationshipValidationError) Key

Key function returns key value.

func (RelationshipValidationError) Reason

Reason function returns reason value.

type ResolvedSubject

type ResolvedSubject struct {

	// subject_object_id is the Object ID of the subject found. May be a `*` if
	// a wildcard was found.
	SubjectObjectId string `protobuf:"bytes,1,opt,name=subject_object_id,json=subjectObjectId,proto3" json:"subject_object_id,omitempty"`
	// permissionship indicates whether the response was partially evaluated or not
	Permissionship LookupPermissionship `protobuf:"varint,2,opt,name=permissionship,proto3,enum=authzed.api.v1.LookupPermissionship" json:"permissionship,omitempty"`
	// partial_caveat_info holds information of a partially-evaluated caveated response
	PartialCaveatInfo *PartialCaveatInfo `protobuf:"bytes,3,opt,name=partial_caveat_info,json=partialCaveatInfo,proto3" json:"partial_caveat_info,omitempty"`
	// contains filtered or unexported fields
}

ResolvedSubject is a single subject resolved within LookupSubjects.

func (*ResolvedSubject) CloneMessageVT

func (m *ResolvedSubject) CloneMessageVT() proto.Message

func (*ResolvedSubject) CloneVT

func (m *ResolvedSubject) CloneVT() *ResolvedSubject

func (*ResolvedSubject) Descriptor deprecated

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

Deprecated: Use ResolvedSubject.ProtoReflect.Descriptor instead.

func (*ResolvedSubject) GetPartialCaveatInfo

func (x *ResolvedSubject) GetPartialCaveatInfo() *PartialCaveatInfo

func (*ResolvedSubject) GetPermissionship

func (x *ResolvedSubject) GetPermissionship() LookupPermissionship

func (*ResolvedSubject) GetSubjectObjectId

func (x *ResolvedSubject) GetSubjectObjectId() string

func (*ResolvedSubject) MarshalToSizedBufferVT

func (m *ResolvedSubject) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ResolvedSubject) MarshalToVT

func (m *ResolvedSubject) MarshalToVT(dAtA []byte) (int, error)

func (*ResolvedSubject) MarshalVT

func (m *ResolvedSubject) MarshalVT() (dAtA []byte, err error)

func (*ResolvedSubject) ProtoMessage

func (*ResolvedSubject) ProtoMessage()

func (*ResolvedSubject) ProtoReflect

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

func (*ResolvedSubject) Reset

func (x *ResolvedSubject) Reset()

func (*ResolvedSubject) SizeVT

func (m *ResolvedSubject) SizeVT() (n int)

func (*ResolvedSubject) String

func (x *ResolvedSubject) String() string

func (*ResolvedSubject) UnmarshalVT

func (m *ResolvedSubject) UnmarshalVT(dAtA []byte) error

func (*ResolvedSubject) Validate

func (m *ResolvedSubject) Validate() error

Validate checks the field values on ResolvedSubject with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ResolvedSubject) ValidateAll

func (m *ResolvedSubject) ValidateAll() error

ValidateAll checks the field values on ResolvedSubject with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ResolvedSubjectMultiError, or nil if none found.

type ResolvedSubjectMultiError

type ResolvedSubjectMultiError []error

ResolvedSubjectMultiError is an error wrapping multiple validation errors returned by ResolvedSubject.ValidateAll() if the designated constraints aren't met.

func (ResolvedSubjectMultiError) AllErrors

func (m ResolvedSubjectMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ResolvedSubjectMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ResolvedSubjectValidationError

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

ResolvedSubjectValidationError is the validation error returned by ResolvedSubject.Validate if the designated constraints aren't met.

func (ResolvedSubjectValidationError) Cause

Cause function returns cause value.

func (ResolvedSubjectValidationError) Error

Error satisfies the builtin error interface

func (ResolvedSubjectValidationError) ErrorName

func (e ResolvedSubjectValidationError) ErrorName() string

ErrorName returns error name.

func (ResolvedSubjectValidationError) Field

Field function returns field value.

func (ResolvedSubjectValidationError) Key

Key function returns key value.

func (ResolvedSubjectValidationError) Reason

Reason function returns reason value.

type SchemaServiceClient

type SchemaServiceClient interface {
	// Read returns the current Object Definitions for a Permissions System.
	//
	// Errors include:
	// - INVALID_ARGUMENT: a provided value has failed to semantically validate
	// - NOT_FOUND: no schema has been defined
	ReadSchema(ctx context.Context, in *ReadSchemaRequest, opts ...grpc.CallOption) (*ReadSchemaResponse, error)
	// Write overwrites the current Object Definitions for a Permissions System.
	WriteSchema(ctx context.Context, in *WriteSchemaRequest, opts ...grpc.CallOption) (*WriteSchemaResponse, error)
}

SchemaServiceClient is the client API for SchemaService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type SchemaServiceServer

type SchemaServiceServer interface {
	// Read returns the current Object Definitions for a Permissions System.
	//
	// Errors include:
	// - INVALID_ARGUMENT: a provided value has failed to semantically validate
	// - NOT_FOUND: no schema has been defined
	ReadSchema(context.Context, *ReadSchemaRequest) (*ReadSchemaResponse, error)
	// Write overwrites the current Object Definitions for a Permissions System.
	WriteSchema(context.Context, *WriteSchemaRequest) (*WriteSchemaResponse, error)
	// contains filtered or unexported methods
}

SchemaServiceServer is the server API for SchemaService service. All implementations must embed UnimplementedSchemaServiceServer for forward compatibility

type SubjectFilter

type SubjectFilter struct {
	SubjectType       string                        `protobuf:"bytes,1,opt,name=subject_type,json=subjectType,proto3" json:"subject_type,omitempty"`
	OptionalSubjectId string                        `protobuf:"bytes,2,opt,name=optional_subject_id,json=optionalSubjectId,proto3" json:"optional_subject_id,omitempty"`
	OptionalRelation  *SubjectFilter_RelationFilter `protobuf:"bytes,3,opt,name=optional_relation,json=optionalRelation,proto3" json:"optional_relation,omitempty"`
	// contains filtered or unexported fields
}

SubjectFilter specifies a filter on the subject of a relationship.

subject_type is required and all other fields are optional, and will not impose any additional requirements if left unspecified.

func (*SubjectFilter) CloneMessageVT

func (m *SubjectFilter) CloneMessageVT() proto.Message

func (*SubjectFilter) CloneVT

func (m *SubjectFilter) CloneVT() *SubjectFilter

func (*SubjectFilter) Descriptor deprecated

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

Deprecated: Use SubjectFilter.ProtoReflect.Descriptor instead.

func (*SubjectFilter) GetOptionalRelation

func (x *SubjectFilter) GetOptionalRelation() *SubjectFilter_RelationFilter

func (*SubjectFilter) GetOptionalSubjectId

func (x *SubjectFilter) GetOptionalSubjectId() string

func (*SubjectFilter) GetSubjectType

func (x *SubjectFilter) GetSubjectType() string

func (*SubjectFilter) HandwrittenValidate

func (m *SubjectFilter) HandwrittenValidate() error

func (*SubjectFilter) MarshalToSizedBufferVT

func (m *SubjectFilter) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SubjectFilter) MarshalToVT

func (m *SubjectFilter) MarshalToVT(dAtA []byte) (int, error)

func (*SubjectFilter) MarshalVT

func (m *SubjectFilter) MarshalVT() (dAtA []byte, err error)

func (*SubjectFilter) ProtoMessage

func (*SubjectFilter) ProtoMessage()

func (*SubjectFilter) ProtoReflect

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

func (*SubjectFilter) Reset

func (x *SubjectFilter) Reset()

func (*SubjectFilter) SizeVT

func (m *SubjectFilter) SizeVT() (n int)

func (*SubjectFilter) String

func (x *SubjectFilter) String() string

func (*SubjectFilter) UnmarshalVT

func (m *SubjectFilter) UnmarshalVT(dAtA []byte) error

func (*SubjectFilter) Validate

func (m *SubjectFilter) Validate() error

Validate checks the field values on SubjectFilter with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SubjectFilter) ValidateAll

func (m *SubjectFilter) ValidateAll() error

ValidateAll checks the field values on SubjectFilter with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SubjectFilterMultiError, or nil if none found.

type SubjectFilterMultiError

type SubjectFilterMultiError []error

SubjectFilterMultiError is an error wrapping multiple validation errors returned by SubjectFilter.ValidateAll() if the designated constraints aren't met.

func (SubjectFilterMultiError) AllErrors

func (m SubjectFilterMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SubjectFilterMultiError) Error

func (m SubjectFilterMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type SubjectFilterValidationError

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

SubjectFilterValidationError is the validation error returned by SubjectFilter.Validate if the designated constraints aren't met.

func (SubjectFilterValidationError) Cause

Cause function returns cause value.

func (SubjectFilterValidationError) Error

Error satisfies the builtin error interface

func (SubjectFilterValidationError) ErrorName

func (e SubjectFilterValidationError) ErrorName() string

ErrorName returns error name.

func (SubjectFilterValidationError) Field

Field function returns field value.

func (SubjectFilterValidationError) Key

Key function returns key value.

func (SubjectFilterValidationError) Reason

Reason function returns reason value.

type SubjectFilter_RelationFilter

type SubjectFilter_RelationFilter struct {
	Relation string `protobuf:"bytes,1,opt,name=relation,proto3" json:"relation,omitempty"`
	// contains filtered or unexported fields
}

func (*SubjectFilter_RelationFilter) CloneMessageVT

func (m *SubjectFilter_RelationFilter) CloneMessageVT() proto.Message

func (*SubjectFilter_RelationFilter) CloneVT

func (*SubjectFilter_RelationFilter) Descriptor deprecated

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

Deprecated: Use SubjectFilter_RelationFilter.ProtoReflect.Descriptor instead.

func (*SubjectFilter_RelationFilter) GetRelation

func (x *SubjectFilter_RelationFilter) GetRelation() string

func (*SubjectFilter_RelationFilter) MarshalToSizedBufferVT

func (m *SubjectFilter_RelationFilter) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SubjectFilter_RelationFilter) MarshalToVT

func (m *SubjectFilter_RelationFilter) MarshalToVT(dAtA []byte) (int, error)

func (*SubjectFilter_RelationFilter) MarshalVT

func (m *SubjectFilter_RelationFilter) MarshalVT() (dAtA []byte, err error)

func (*SubjectFilter_RelationFilter) ProtoMessage

func (*SubjectFilter_RelationFilter) ProtoMessage()

func (*SubjectFilter_RelationFilter) ProtoReflect

func (*SubjectFilter_RelationFilter) Reset

func (x *SubjectFilter_RelationFilter) Reset()

func (*SubjectFilter_RelationFilter) SizeVT

func (m *SubjectFilter_RelationFilter) SizeVT() (n int)

func (*SubjectFilter_RelationFilter) String

func (*SubjectFilter_RelationFilter) UnmarshalVT

func (m *SubjectFilter_RelationFilter) UnmarshalVT(dAtA []byte) error

func (*SubjectFilter_RelationFilter) Validate

func (m *SubjectFilter_RelationFilter) Validate() error

Validate checks the field values on SubjectFilter_RelationFilter with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SubjectFilter_RelationFilter) ValidateAll

func (m *SubjectFilter_RelationFilter) ValidateAll() error

ValidateAll checks the field values on SubjectFilter_RelationFilter with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SubjectFilter_RelationFilterMultiError, or nil if none found.

type SubjectFilter_RelationFilterMultiError

type SubjectFilter_RelationFilterMultiError []error

SubjectFilter_RelationFilterMultiError is an error wrapping multiple validation errors returned by SubjectFilter_RelationFilter.ValidateAll() if the designated constraints aren't met.

func (SubjectFilter_RelationFilterMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SubjectFilter_RelationFilterMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SubjectFilter_RelationFilterValidationError

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

SubjectFilter_RelationFilterValidationError is the validation error returned by SubjectFilter_RelationFilter.Validate if the designated constraints aren't met.

func (SubjectFilter_RelationFilterValidationError) Cause

Cause function returns cause value.

func (SubjectFilter_RelationFilterValidationError) Error

Error satisfies the builtin error interface

func (SubjectFilter_RelationFilterValidationError) ErrorName

ErrorName returns error name.

func (SubjectFilter_RelationFilterValidationError) Field

Field function returns field value.

func (SubjectFilter_RelationFilterValidationError) Key

Key function returns key value.

func (SubjectFilter_RelationFilterValidationError) Reason

Reason function returns reason value.

type SubjectReference

type SubjectReference struct {
	Object           *ObjectReference `protobuf:"bytes,1,opt,name=object,proto3" json:"object,omitempty"`
	OptionalRelation string           `protobuf:"bytes,2,opt,name=optional_relation,json=optionalRelation,proto3" json:"optional_relation,omitempty"`
	// contains filtered or unexported fields
}

SubjectReference is used for referring to the subject portion of a Relationship. The relation component is optional and is used for defining a sub-relation on the subject, e.g. group:123#members

func (*SubjectReference) CloneMessageVT

func (m *SubjectReference) CloneMessageVT() proto.Message

func (*SubjectReference) CloneVT

func (m *SubjectReference) CloneVT() *SubjectReference

func (*SubjectReference) Descriptor deprecated

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

Deprecated: Use SubjectReference.ProtoReflect.Descriptor instead.

func (*SubjectReference) GetObject

func (x *SubjectReference) GetObject() *ObjectReference

func (*SubjectReference) GetOptionalRelation

func (x *SubjectReference) GetOptionalRelation() string

func (*SubjectReference) HandwrittenValidate

func (m *SubjectReference) HandwrittenValidate() error

func (*SubjectReference) MarshalToSizedBufferVT

func (m *SubjectReference) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SubjectReference) MarshalToVT

func (m *SubjectReference) MarshalToVT(dAtA []byte) (int, error)

func (*SubjectReference) MarshalVT

func (m *SubjectReference) MarshalVT() (dAtA []byte, err error)

func (*SubjectReference) ProtoMessage

func (*SubjectReference) ProtoMessage()

func (*SubjectReference) ProtoReflect

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

func (*SubjectReference) Reset

func (x *SubjectReference) Reset()

func (*SubjectReference) SizeVT

func (m *SubjectReference) SizeVT() (n int)

func (*SubjectReference) String

func (x *SubjectReference) String() string

func (*SubjectReference) UnmarshalVT

func (m *SubjectReference) UnmarshalVT(dAtA []byte) error

func (*SubjectReference) Validate

func (m *SubjectReference) Validate() error

Validate checks the field values on SubjectReference with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SubjectReference) ValidateAll

func (m *SubjectReference) ValidateAll() error

ValidateAll checks the field values on SubjectReference with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SubjectReferenceMultiError, or nil if none found.

type SubjectReferenceMultiError

type SubjectReferenceMultiError []error

SubjectReferenceMultiError is an error wrapping multiple validation errors returned by SubjectReference.ValidateAll() if the designated constraints aren't met.

func (SubjectReferenceMultiError) AllErrors

func (m SubjectReferenceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SubjectReferenceMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SubjectReferenceValidationError

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

SubjectReferenceValidationError is the validation error returned by SubjectReference.Validate if the designated constraints aren't met.

func (SubjectReferenceValidationError) Cause

Cause function returns cause value.

func (SubjectReferenceValidationError) Error

Error satisfies the builtin error interface

func (SubjectReferenceValidationError) ErrorName

ErrorName returns error name.

func (SubjectReferenceValidationError) Field

Field function returns field value.

func (SubjectReferenceValidationError) Key

Key function returns key value.

func (SubjectReferenceValidationError) Reason

Reason function returns reason value.

type UnimplementedExperimentalServiceServer

type UnimplementedExperimentalServiceServer struct {
}

UnimplementedExperimentalServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedExperimentalServiceServer) BulkImportRelationships

type UnimplementedPermissionsServiceServer

type UnimplementedPermissionsServiceServer struct {
}

UnimplementedPermissionsServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedPermissionsServiceServer) CheckPermission

func (UnimplementedPermissionsServiceServer) DeleteRelationships

func (UnimplementedPermissionsServiceServer) ExpandPermissionTree

func (UnimplementedPermissionsServiceServer) WriteRelationships

type UnimplementedSchemaServiceServer

type UnimplementedSchemaServiceServer struct {
}

UnimplementedSchemaServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedSchemaServiceServer) ReadSchema

func (UnimplementedSchemaServiceServer) WriteSchema

type UnimplementedWatchServiceServer

type UnimplementedWatchServiceServer struct {
}

UnimplementedWatchServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedWatchServiceServer) Watch

type UnsafeExperimentalServiceServer

type UnsafeExperimentalServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeExperimentalServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ExperimentalServiceServer will result in compilation errors.

type UnsafePermissionsServiceServer

type UnsafePermissionsServiceServer interface {
	// contains filtered or unexported methods
}

UnsafePermissionsServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to PermissionsServiceServer will result in compilation errors.

type UnsafeSchemaServiceServer

type UnsafeSchemaServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeSchemaServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SchemaServiceServer will result in compilation errors.

type UnsafeWatchServiceServer

type UnsafeWatchServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeWatchServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to WatchServiceServer will result in compilation errors.

type WatchRequest

type WatchRequest struct {
	OptionalObjectTypes []string `protobuf:"bytes,1,rep,name=optional_object_types,json=optionalObjectTypes,proto3" json:"optional_object_types,omitempty"`
	// optional_start_cursor is the ZedToken holding the point-in-time at
	// which to start watching for changes.
	// If not specified, the watch will begin at the current head revision
	// of the datastore, returning any updates that occur after the caller
	// makes the request.
	// Note that if this cursor references a point-in-time containing data
	// that has been garbage collected, an error will be returned.
	OptionalStartCursor *ZedToken `protobuf:"bytes,2,opt,name=optional_start_cursor,json=optionalStartCursor,proto3" json:"optional_start_cursor,omitempty"`
	// contains filtered or unexported fields
}

WatchRequest specifies the object definitions for which we want to start watching mutations, and an optional start snapshot for when to start watching.

func (*WatchRequest) CloneMessageVT

func (m *WatchRequest) CloneMessageVT() proto.Message

func (*WatchRequest) CloneVT

func (m *WatchRequest) CloneVT() *WatchRequest

func (*WatchRequest) Descriptor deprecated

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

Deprecated: Use WatchRequest.ProtoReflect.Descriptor instead.

func (*WatchRequest) GetOptionalObjectTypes

func (x *WatchRequest) GetOptionalObjectTypes() []string

func (*WatchRequest) GetOptionalStartCursor

func (x *WatchRequest) GetOptionalStartCursor() *ZedToken

func (*WatchRequest) MarshalToSizedBufferVT

func (m *WatchRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WatchRequest) MarshalToVT

func (m *WatchRequest) MarshalToVT(dAtA []byte) (int, error)

func (*WatchRequest) MarshalVT

func (m *WatchRequest) MarshalVT() (dAtA []byte, err error)

func (*WatchRequest) ProtoMessage

func (*WatchRequest) ProtoMessage()

func (*WatchRequest) ProtoReflect

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

func (*WatchRequest) Reset

func (x *WatchRequest) Reset()

func (*WatchRequest) SizeVT

func (m *WatchRequest) SizeVT() (n int)

func (*WatchRequest) String

func (x *WatchRequest) String() string

func (*WatchRequest) UnmarshalVT

func (m *WatchRequest) UnmarshalVT(dAtA []byte) error

func (*WatchRequest) Validate

func (m *WatchRequest) Validate() error

Validate checks the field values on WatchRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WatchRequest) ValidateAll

func (m *WatchRequest) ValidateAll() error

ValidateAll checks the field values on WatchRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WatchRequestMultiError, or nil if none found.

type WatchRequestMultiError

type WatchRequestMultiError []error

WatchRequestMultiError is an error wrapping multiple validation errors returned by WatchRequest.ValidateAll() if the designated constraints aren't met.

func (WatchRequestMultiError) AllErrors

func (m WatchRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WatchRequestMultiError) Error

func (m WatchRequestMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type WatchRequestValidationError

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

WatchRequestValidationError is the validation error returned by WatchRequest.Validate if the designated constraints aren't met.

func (WatchRequestValidationError) Cause

Cause function returns cause value.

func (WatchRequestValidationError) Error

Error satisfies the builtin error interface

func (WatchRequestValidationError) ErrorName

func (e WatchRequestValidationError) ErrorName() string

ErrorName returns error name.

func (WatchRequestValidationError) Field

Field function returns field value.

func (WatchRequestValidationError) Key

Key function returns key value.

func (WatchRequestValidationError) Reason

Reason function returns reason value.

type WatchResponse

type WatchResponse struct {
	Updates        []*RelationshipUpdate `protobuf:"bytes,1,rep,name=updates,proto3" json:"updates,omitempty"`
	ChangesThrough *ZedToken             `protobuf:"bytes,2,opt,name=changes_through,json=changesThrough,proto3" json:"changes_through,omitempty"`
	// contains filtered or unexported fields
}

WatchResponse contains all tuple modification events in ascending timestamp order, from the requested start snapshot to a snapshot encoded in the watch response. The client can use the snapshot to resume watching where the previous watch response left off.

func (*WatchResponse) CloneMessageVT

func (m *WatchResponse) CloneMessageVT() proto.Message

func (*WatchResponse) CloneVT

func (m *WatchResponse) CloneVT() *WatchResponse

func (*WatchResponse) Descriptor deprecated

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

Deprecated: Use WatchResponse.ProtoReflect.Descriptor instead.

func (*WatchResponse) GetChangesThrough

func (x *WatchResponse) GetChangesThrough() *ZedToken

func (*WatchResponse) GetUpdates

func (x *WatchResponse) GetUpdates() []*RelationshipUpdate

func (*WatchResponse) MarshalToSizedBufferVT

func (m *WatchResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WatchResponse) MarshalToVT

func (m *WatchResponse) MarshalToVT(dAtA []byte) (int, error)

func (*WatchResponse) MarshalVT

func (m *WatchResponse) MarshalVT() (dAtA []byte, err error)

func (*WatchResponse) ProtoMessage

func (*WatchResponse) ProtoMessage()

func (*WatchResponse) ProtoReflect

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

func (*WatchResponse) Reset

func (x *WatchResponse) Reset()

func (*WatchResponse) SizeVT

func (m *WatchResponse) SizeVT() (n int)

func (*WatchResponse) String

func (x *WatchResponse) String() string

func (*WatchResponse) UnmarshalVT

func (m *WatchResponse) UnmarshalVT(dAtA []byte) error

func (*WatchResponse) Validate

func (m *WatchResponse) Validate() error

Validate checks the field values on WatchResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WatchResponse) ValidateAll

func (m *WatchResponse) ValidateAll() error

ValidateAll checks the field values on WatchResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WatchResponseMultiError, or nil if none found.

type WatchResponseMultiError

type WatchResponseMultiError []error

WatchResponseMultiError is an error wrapping multiple validation errors returned by WatchResponse.ValidateAll() if the designated constraints aren't met.

func (WatchResponseMultiError) AllErrors

func (m WatchResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WatchResponseMultiError) Error

func (m WatchResponseMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type WatchResponseValidationError

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

WatchResponseValidationError is the validation error returned by WatchResponse.Validate if the designated constraints aren't met.

func (WatchResponseValidationError) Cause

Cause function returns cause value.

func (WatchResponseValidationError) Error

Error satisfies the builtin error interface

func (WatchResponseValidationError) ErrorName

func (e WatchResponseValidationError) ErrorName() string

ErrorName returns error name.

func (WatchResponseValidationError) Field

Field function returns field value.

func (WatchResponseValidationError) Key

Key function returns key value.

func (WatchResponseValidationError) Reason

Reason function returns reason value.

type WatchServiceClient

type WatchServiceClient interface {
	Watch(ctx context.Context, in *WatchRequest, opts ...grpc.CallOption) (WatchService_WatchClient, error)
}

WatchServiceClient is the client API for WatchService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type WatchServiceServer

type WatchServiceServer interface {
	Watch(*WatchRequest, WatchService_WatchServer) error
	// contains filtered or unexported methods
}

WatchServiceServer is the server API for WatchService service. All implementations must embed UnimplementedWatchServiceServer for forward compatibility

type WatchService_WatchClient

type WatchService_WatchClient interface {
	Recv() (*WatchResponse, error)
	grpc.ClientStream
}

type WatchService_WatchServer

type WatchService_WatchServer interface {
	Send(*WatchResponse) error
	grpc.ServerStream
}

type WriteRelationshipsRequest

type WriteRelationshipsRequest struct {
	Updates               []*RelationshipUpdate `protobuf:"bytes,1,rep,name=updates,proto3" json:"updates,omitempty"`
	OptionalPreconditions []*Precondition       `protobuf:"bytes,2,rep,name=optional_preconditions,json=optionalPreconditions,proto3" json:"optional_preconditions,omitempty"` // To be bounded by configuration
	// contains filtered or unexported fields
}

WriteRelationshipsRequest contains a list of Relationship mutations that should be applied to the service. If the optional_preconditions parameter is included, all of the specified preconditions must also be satisfied before the write will be committed.

func (*WriteRelationshipsRequest) CloneMessageVT

func (m *WriteRelationshipsRequest) CloneMessageVT() proto.Message

func (*WriteRelationshipsRequest) CloneVT

func (*WriteRelationshipsRequest) Descriptor deprecated

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

Deprecated: Use WriteRelationshipsRequest.ProtoReflect.Descriptor instead.

func (*WriteRelationshipsRequest) GetOptionalPreconditions

func (x *WriteRelationshipsRequest) GetOptionalPreconditions() []*Precondition

func (*WriteRelationshipsRequest) GetUpdates

func (x *WriteRelationshipsRequest) GetUpdates() []*RelationshipUpdate

func (*WriteRelationshipsRequest) HandwrittenValidate

func (m *WriteRelationshipsRequest) HandwrittenValidate() error

func (*WriteRelationshipsRequest) MarshalToSizedBufferVT

func (m *WriteRelationshipsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WriteRelationshipsRequest) MarshalToVT

func (m *WriteRelationshipsRequest) MarshalToVT(dAtA []byte) (int, error)

func (*WriteRelationshipsRequest) MarshalVT

func (m *WriteRelationshipsRequest) MarshalVT() (dAtA []byte, err error)

func (*WriteRelationshipsRequest) ProtoMessage

func (*WriteRelationshipsRequest) ProtoMessage()

func (*WriteRelationshipsRequest) ProtoReflect

func (*WriteRelationshipsRequest) Reset

func (x *WriteRelationshipsRequest) Reset()

func (*WriteRelationshipsRequest) SizeVT

func (m *WriteRelationshipsRequest) SizeVT() (n int)

func (*WriteRelationshipsRequest) String

func (x *WriteRelationshipsRequest) String() string

func (*WriteRelationshipsRequest) UnmarshalVT

func (m *WriteRelationshipsRequest) UnmarshalVT(dAtA []byte) error

func (*WriteRelationshipsRequest) Validate

func (m *WriteRelationshipsRequest) Validate() error

Validate checks the field values on WriteRelationshipsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WriteRelationshipsRequest) ValidateAll

func (m *WriteRelationshipsRequest) ValidateAll() error

ValidateAll checks the field values on WriteRelationshipsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WriteRelationshipsRequestMultiError, or nil if none found.

type WriteRelationshipsRequestMultiError

type WriteRelationshipsRequestMultiError []error

WriteRelationshipsRequestMultiError is an error wrapping multiple validation errors returned by WriteRelationshipsRequest.ValidateAll() if the designated constraints aren't met.

func (WriteRelationshipsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WriteRelationshipsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WriteRelationshipsRequestValidationError

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

WriteRelationshipsRequestValidationError is the validation error returned by WriteRelationshipsRequest.Validate if the designated constraints aren't met.

func (WriteRelationshipsRequestValidationError) Cause

Cause function returns cause value.

func (WriteRelationshipsRequestValidationError) Error

Error satisfies the builtin error interface

func (WriteRelationshipsRequestValidationError) ErrorName

ErrorName returns error name.

func (WriteRelationshipsRequestValidationError) Field

Field function returns field value.

func (WriteRelationshipsRequestValidationError) Key

Key function returns key value.

func (WriteRelationshipsRequestValidationError) Reason

Reason function returns reason value.

type WriteRelationshipsResponse

type WriteRelationshipsResponse struct {
	WrittenAt *ZedToken `protobuf:"bytes,1,opt,name=written_at,json=writtenAt,proto3" json:"written_at,omitempty"`
	// contains filtered or unexported fields
}

func (*WriteRelationshipsResponse) CloneMessageVT

func (m *WriteRelationshipsResponse) CloneMessageVT() proto.Message

func (*WriteRelationshipsResponse) CloneVT

func (*WriteRelationshipsResponse) Descriptor deprecated

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

Deprecated: Use WriteRelationshipsResponse.ProtoReflect.Descriptor instead.

func (*WriteRelationshipsResponse) GetWrittenAt

func (x *WriteRelationshipsResponse) GetWrittenAt() *ZedToken

func (*WriteRelationshipsResponse) MarshalToSizedBufferVT

func (m *WriteRelationshipsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WriteRelationshipsResponse) MarshalToVT

func (m *WriteRelationshipsResponse) MarshalToVT(dAtA []byte) (int, error)

func (*WriteRelationshipsResponse) MarshalVT

func (m *WriteRelationshipsResponse) MarshalVT() (dAtA []byte, err error)

func (*WriteRelationshipsResponse) ProtoMessage

func (*WriteRelationshipsResponse) ProtoMessage()

func (*WriteRelationshipsResponse) ProtoReflect

func (*WriteRelationshipsResponse) Reset

func (x *WriteRelationshipsResponse) Reset()

func (*WriteRelationshipsResponse) SizeVT

func (m *WriteRelationshipsResponse) SizeVT() (n int)

func (*WriteRelationshipsResponse) String

func (x *WriteRelationshipsResponse) String() string

func (*WriteRelationshipsResponse) UnmarshalVT

func (m *WriteRelationshipsResponse) UnmarshalVT(dAtA []byte) error

func (*WriteRelationshipsResponse) Validate

func (m *WriteRelationshipsResponse) Validate() error

Validate checks the field values on WriteRelationshipsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WriteRelationshipsResponse) ValidateAll

func (m *WriteRelationshipsResponse) ValidateAll() error

ValidateAll checks the field values on WriteRelationshipsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WriteRelationshipsResponseMultiError, or nil if none found.

type WriteRelationshipsResponseMultiError

type WriteRelationshipsResponseMultiError []error

WriteRelationshipsResponseMultiError is an error wrapping multiple validation errors returned by WriteRelationshipsResponse.ValidateAll() if the designated constraints aren't met.

func (WriteRelationshipsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WriteRelationshipsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WriteRelationshipsResponseValidationError

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

WriteRelationshipsResponseValidationError is the validation error returned by WriteRelationshipsResponse.Validate if the designated constraints aren't met.

func (WriteRelationshipsResponseValidationError) Cause

Cause function returns cause value.

func (WriteRelationshipsResponseValidationError) Error

Error satisfies the builtin error interface

func (WriteRelationshipsResponseValidationError) ErrorName

ErrorName returns error name.

func (WriteRelationshipsResponseValidationError) Field

Field function returns field value.

func (WriteRelationshipsResponseValidationError) Key

Key function returns key value.

func (WriteRelationshipsResponseValidationError) Reason

Reason function returns reason value.

type WriteSchemaRequest

type WriteSchemaRequest struct {

	// The Schema containing one or more Object Definitions that will be written
	// to the Permissions System.
	Schema string `protobuf:"bytes,1,opt,name=schema,proto3" json:"schema,omitempty"` // 256KiB
	// contains filtered or unexported fields
}

WriteSchemaRequest is the required data used to "upsert" the Schema of a Permissions System.

func (*WriteSchemaRequest) CloneMessageVT

func (m *WriteSchemaRequest) CloneMessageVT() proto.Message

func (*WriteSchemaRequest) CloneVT

func (m *WriteSchemaRequest) CloneVT() *WriteSchemaRequest

func (*WriteSchemaRequest) Descriptor deprecated

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

Deprecated: Use WriteSchemaRequest.ProtoReflect.Descriptor instead.

func (*WriteSchemaRequest) GetSchema

func (x *WriteSchemaRequest) GetSchema() string

func (*WriteSchemaRequest) MarshalToSizedBufferVT

func (m *WriteSchemaRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WriteSchemaRequest) MarshalToVT

func (m *WriteSchemaRequest) MarshalToVT(dAtA []byte) (int, error)

func (*WriteSchemaRequest) MarshalVT

func (m *WriteSchemaRequest) MarshalVT() (dAtA []byte, err error)

func (*WriteSchemaRequest) ProtoMessage

func (*WriteSchemaRequest) ProtoMessage()

func (*WriteSchemaRequest) ProtoReflect

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

func (*WriteSchemaRequest) Reset

func (x *WriteSchemaRequest) Reset()

func (*WriteSchemaRequest) SizeVT

func (m *WriteSchemaRequest) SizeVT() (n int)

func (*WriteSchemaRequest) String

func (x *WriteSchemaRequest) String() string

func (*WriteSchemaRequest) UnmarshalVT

func (m *WriteSchemaRequest) UnmarshalVT(dAtA []byte) error

func (*WriteSchemaRequest) Validate

func (m *WriteSchemaRequest) Validate() error

Validate checks the field values on WriteSchemaRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WriteSchemaRequest) ValidateAll

func (m *WriteSchemaRequest) ValidateAll() error

ValidateAll checks the field values on WriteSchemaRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WriteSchemaRequestMultiError, or nil if none found.

type WriteSchemaRequestMultiError

type WriteSchemaRequestMultiError []error

WriteSchemaRequestMultiError is an error wrapping multiple validation errors returned by WriteSchemaRequest.ValidateAll() if the designated constraints aren't met.

func (WriteSchemaRequestMultiError) AllErrors

func (m WriteSchemaRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WriteSchemaRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WriteSchemaRequestValidationError

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

WriteSchemaRequestValidationError is the validation error returned by WriteSchemaRequest.Validate if the designated constraints aren't met.

func (WriteSchemaRequestValidationError) Cause

Cause function returns cause value.

func (WriteSchemaRequestValidationError) Error

Error satisfies the builtin error interface

func (WriteSchemaRequestValidationError) ErrorName

ErrorName returns error name.

func (WriteSchemaRequestValidationError) Field

Field function returns field value.

func (WriteSchemaRequestValidationError) Key

Key function returns key value.

func (WriteSchemaRequestValidationError) Reason

Reason function returns reason value.

type WriteSchemaResponse

type WriteSchemaResponse struct {

	// written_at is the ZedToken at which the schema was written.
	WrittenAt *ZedToken `protobuf:"bytes,1,opt,name=written_at,json=writtenAt,proto3" json:"written_at,omitempty"`
	// contains filtered or unexported fields
}

WriteSchemaResponse is the resulting data after having written a Schema to a Permissions System.

func (*WriteSchemaResponse) CloneMessageVT

func (m *WriteSchemaResponse) CloneMessageVT() proto.Message

func (*WriteSchemaResponse) CloneVT

func (*WriteSchemaResponse) Descriptor deprecated

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

Deprecated: Use WriteSchemaResponse.ProtoReflect.Descriptor instead.

func (*WriteSchemaResponse) GetWrittenAt

func (x *WriteSchemaResponse) GetWrittenAt() *ZedToken

func (*WriteSchemaResponse) MarshalToSizedBufferVT

func (m *WriteSchemaResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WriteSchemaResponse) MarshalToVT

func (m *WriteSchemaResponse) MarshalToVT(dAtA []byte) (int, error)

func (*WriteSchemaResponse) MarshalVT

func (m *WriteSchemaResponse) MarshalVT() (dAtA []byte, err error)

func (*WriteSchemaResponse) ProtoMessage

func (*WriteSchemaResponse) ProtoMessage()

func (*WriteSchemaResponse) ProtoReflect

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

func (*WriteSchemaResponse) Reset

func (x *WriteSchemaResponse) Reset()

func (*WriteSchemaResponse) SizeVT

func (m *WriteSchemaResponse) SizeVT() (n int)

func (*WriteSchemaResponse) String

func (x *WriteSchemaResponse) String() string

func (*WriteSchemaResponse) UnmarshalVT

func (m *WriteSchemaResponse) UnmarshalVT(dAtA []byte) error

func (*WriteSchemaResponse) Validate

func (m *WriteSchemaResponse) Validate() error

Validate checks the field values on WriteSchemaResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WriteSchemaResponse) ValidateAll

func (m *WriteSchemaResponse) ValidateAll() error

ValidateAll checks the field values on WriteSchemaResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WriteSchemaResponseMultiError, or nil if none found.

type WriteSchemaResponseMultiError

type WriteSchemaResponseMultiError []error

WriteSchemaResponseMultiError is an error wrapping multiple validation errors returned by WriteSchemaResponse.ValidateAll() if the designated constraints aren't met.

func (WriteSchemaResponseMultiError) AllErrors

func (m WriteSchemaResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WriteSchemaResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WriteSchemaResponseValidationError

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

WriteSchemaResponseValidationError is the validation error returned by WriteSchemaResponse.Validate if the designated constraints aren't met.

func (WriteSchemaResponseValidationError) Cause

Cause function returns cause value.

func (WriteSchemaResponseValidationError) Error

Error satisfies the builtin error interface

func (WriteSchemaResponseValidationError) ErrorName

ErrorName returns error name.

func (WriteSchemaResponseValidationError) Field

Field function returns field value.

func (WriteSchemaResponseValidationError) Key

Key function returns key value.

func (WriteSchemaResponseValidationError) Reason

Reason function returns reason value.

type ZedToken

type ZedToken struct {
	Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

ZedToken is used to provide causality metadata between Write and Check requests.

See the authzed.api.v1.Consistency message for more information.

func (*ZedToken) CloneMessageVT

func (m *ZedToken) CloneMessageVT() proto.Message

func (*ZedToken) CloneVT

func (m *ZedToken) CloneVT() *ZedToken

func (*ZedToken) Descriptor deprecated

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

Deprecated: Use ZedToken.ProtoReflect.Descriptor instead.

func (*ZedToken) GetToken

func (x *ZedToken) GetToken() string

func (*ZedToken) MarshalToSizedBufferVT

func (m *ZedToken) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ZedToken) MarshalToVT

func (m *ZedToken) MarshalToVT(dAtA []byte) (int, error)

func (*ZedToken) MarshalVT

func (m *ZedToken) MarshalVT() (dAtA []byte, err error)

func (*ZedToken) ProtoMessage

func (*ZedToken) ProtoMessage()

func (*ZedToken) ProtoReflect

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

func (*ZedToken) Reset

func (x *ZedToken) Reset()

func (*ZedToken) SizeVT

func (m *ZedToken) SizeVT() (n int)

func (*ZedToken) String

func (x *ZedToken) String() string

func (*ZedToken) UnmarshalVT

func (m *ZedToken) UnmarshalVT(dAtA []byte) error

func (*ZedToken) Validate

func (m *ZedToken) Validate() error

Validate checks the field values on ZedToken with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ZedToken) ValidateAll

func (m *ZedToken) ValidateAll() error

ValidateAll checks the field values on ZedToken with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ZedTokenMultiError, or nil if none found.

type ZedTokenMultiError

type ZedTokenMultiError []error

ZedTokenMultiError is an error wrapping multiple validation errors returned by ZedToken.ValidateAll() if the designated constraints aren't met.

func (ZedTokenMultiError) AllErrors

func (m ZedTokenMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ZedTokenMultiError) Error

func (m ZedTokenMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ZedTokenValidationError

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

ZedTokenValidationError is the validation error returned by ZedToken.Validate if the designated constraints aren't met.

func (ZedTokenValidationError) Cause

func (e ZedTokenValidationError) Cause() error

Cause function returns cause value.

func (ZedTokenValidationError) Error

func (e ZedTokenValidationError) Error() string

Error satisfies the builtin error interface

func (ZedTokenValidationError) ErrorName

func (e ZedTokenValidationError) ErrorName() string

ErrorName returns error name.

func (ZedTokenValidationError) Field

func (e ZedTokenValidationError) Field() string

Field function returns field value.

func (ZedTokenValidationError) Key

func (e ZedTokenValidationError) Key() bool

Key function returns key value.

func (ZedTokenValidationError) Reason

func (e ZedTokenValidationError) Reason() string

Reason function returns reason value.

Jump to

Keyboard shortcuts

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