v2

package
v0.19.0 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2026 License: Apache-2.0 Imports: 23 Imported by: 3

Documentation

Index

Constants

View Source
const (
	EntitlementsReaderService_GetEntitlement_FullMethodName        = "/c1.reader.v2.EntitlementsReaderService/GetEntitlement"
	EntitlementsReaderService_ListEntitlementsByIds_FullMethodName = "/c1.reader.v2.EntitlementsReaderService/ListEntitlementsByIds"
)
View Source
const (
	GrantsReaderService_GetGrant_FullMethodName                  = "/c1.reader.v2.GrantsReaderService/GetGrant"
	GrantsReaderService_ListGrantsForEntitlement_FullMethodName  = "/c1.reader.v2.GrantsReaderService/ListGrantsForEntitlement"
	GrantsReaderService_ListGrantsForResourceType_FullMethodName = "/c1.reader.v2.GrantsReaderService/ListGrantsForResourceType"
	GrantsReaderService_ListGrantsForEntitlements_FullMethodName = "/c1.reader.v2.GrantsReaderService/ListGrantsForEntitlements"
	GrantsReaderService_ListGrantsForPrincipal_FullMethodName    = "/c1.reader.v2.GrantsReaderService/ListGrantsForPrincipal"
)
View Source
const (
	ResourcesReaderService_GetResource_FullMethodName        = "/c1.reader.v2.ResourcesReaderService/GetResource"
	ResourcesReaderService_ListResourcesByIds_FullMethodName = "/c1.reader.v2.ResourcesReaderService/ListResourcesByIds"
)
View Source
const (
	SyncsReaderService_GetSync_FullMethodName               = "/c1.reader.v2.SyncsReaderService/GetSync"
	SyncsReaderService_ListSyncs_FullMethodName             = "/c1.reader.v2.SyncsReaderService/ListSyncs"
	SyncsReaderService_GetLatestFinishedSync_FullMethodName = "/c1.reader.v2.SyncsReaderService/GetLatestFinishedSync"
)
View Source
const (
	ResourceTypesReaderService_GetResourceType_FullMethodName = "/c1.reader.v2.ResourceTypesReaderService/GetResourceType"
)

Variables

View Source
var EntitlementsReaderService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "c1.reader.v2.EntitlementsReaderService",
	HandlerType: (*EntitlementsReaderServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetEntitlement",
			Handler:    _EntitlementsReaderService_GetEntitlement_Handler,
		},
		{
			MethodName: "ListEntitlementsByIds",
			Handler:    _EntitlementsReaderService_ListEntitlementsByIds_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "c1/reader/v2/entitlement.proto",
}

EntitlementsReaderService_ServiceDesc is the grpc.ServiceDesc for EntitlementsReaderService 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_c1_reader_v2_entitlement_proto protoreflect.FileDescriptor
View Source
var File_c1_reader_v2_grant_proto protoreflect.FileDescriptor
View Source
var File_c1_reader_v2_resource_proto protoreflect.FileDescriptor
View Source
var File_c1_reader_v2_sync_proto protoreflect.FileDescriptor
View Source
var GrantsReaderService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "c1.reader.v2.GrantsReaderService",
	HandlerType: (*GrantsReaderServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetGrant",
			Handler:    _GrantsReaderService_GetGrant_Handler,
		},
		{
			MethodName: "ListGrantsForEntitlement",
			Handler:    _GrantsReaderService_ListGrantsForEntitlement_Handler,
		},
		{
			MethodName: "ListGrantsForResourceType",
			Handler:    _GrantsReaderService_ListGrantsForResourceType_Handler,
		},
		{
			MethodName: "ListGrantsForEntitlements",
			Handler:    _GrantsReaderService_ListGrantsForEntitlements_Handler,
		},
		{
			MethodName: "ListGrantsForPrincipal",
			Handler:    _GrantsReaderService_ListGrantsForPrincipal_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "c1/reader/v2/grant.proto",
}

GrantsReaderService_ServiceDesc is the grpc.ServiceDesc for GrantsReaderService 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 ResourceTypesReaderService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "c1.reader.v2.ResourceTypesReaderService",
	HandlerType: (*ResourceTypesReaderServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetResourceType",
			Handler:    _ResourceTypesReaderService_GetResourceType_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "c1/reader/v2/resource.proto",
}

ResourceTypesReaderService_ServiceDesc is the grpc.ServiceDesc for ResourceTypesReaderService 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 ResourcesReaderService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "c1.reader.v2.ResourcesReaderService",
	HandlerType: (*ResourcesReaderServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetResource",
			Handler:    _ResourcesReaderService_GetResource_Handler,
		},
		{
			MethodName: "ListResourcesByIds",
			Handler:    _ResourcesReaderService_ListResourcesByIds_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "c1/reader/v2/resource.proto",
}

ResourcesReaderService_ServiceDesc is the grpc.ServiceDesc for ResourcesReaderService 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 SyncsReaderService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "c1.reader.v2.SyncsReaderService",
	HandlerType: (*SyncsReaderServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetSync",
			Handler:    _SyncsReaderService_GetSync_Handler,
		},
		{
			MethodName: "ListSyncs",
			Handler:    _SyncsReaderService_ListSyncs_Handler,
		},
		{
			MethodName: "GetLatestFinishedSync",
			Handler:    _SyncsReaderService_GetLatestFinishedSync_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "c1/reader/v2/sync.proto",
}

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

Functions

func RegisterEntitlementsReaderServiceServer

func RegisterEntitlementsReaderServiceServer(s grpc.ServiceRegistrar, srv EntitlementsReaderServiceServer)

func RegisterGrantsReaderServiceServer

func RegisterGrantsReaderServiceServer(s grpc.ServiceRegistrar, srv GrantsReaderServiceServer)

func RegisterResourceTypesReaderServiceServer

func RegisterResourceTypesReaderServiceServer(s grpc.ServiceRegistrar, srv ResourceTypesReaderServiceServer)

func RegisterResourcesReaderServiceServer

func RegisterResourcesReaderServiceServer(s grpc.ServiceRegistrar, srv ResourcesReaderServiceServer)

func RegisterSyncsReaderServiceServer added in v0.2.83

func RegisterSyncsReaderServiceServer(s grpc.ServiceRegistrar, srv SyncsReaderServiceServer)

Types

type CallStat added in v0.19.0

type CallStat struct {
	Count    int64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	TotalMs  int64 `protobuf:"varint,2,opt,name=total_ms,json=totalMs,proto3" json:"total_ms,omitempty"`
	MaxMs    int64 `protobuf:"varint,3,opt,name=max_ms,json=maxMs,proto3" json:"max_ms,omitempty"`
	Errors   int64 `protobuf:"varint,4,opt,name=errors,proto3" json:"errors,omitempty"`
	Timeouts int64 `protobuf:"varint,5,opt,name=timeouts,proto3" json:"timeouts,omitempty"`
	// contains filtered or unexported fields
}

CallStat is a cumulative latency / outcome counter for one named operation (a connector RPC method or a session-store op). Errors and Timeouts are populated for session-store stats; connector call stats leave them at zero.

func (*CallStat) GetCount added in v0.19.0

func (x *CallStat) GetCount() int64

func (*CallStat) GetErrors added in v0.19.0

func (x *CallStat) GetErrors() int64

func (*CallStat) GetMaxMs added in v0.19.0

func (x *CallStat) GetMaxMs() int64

func (*CallStat) GetTimeouts added in v0.19.0

func (x *CallStat) GetTimeouts() int64

func (*CallStat) GetTotalMs added in v0.19.0

func (x *CallStat) GetTotalMs() int64

func (*CallStat) ProtoMessage added in v0.19.0

func (*CallStat) ProtoMessage()

func (*CallStat) ProtoReflect added in v0.19.0

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

func (*CallStat) Reset added in v0.19.0

func (x *CallStat) Reset()

func (*CallStat) SetCount added in v0.19.0

func (x *CallStat) SetCount(v int64)

func (*CallStat) SetErrors added in v0.19.0

func (x *CallStat) SetErrors(v int64)

func (*CallStat) SetMaxMs added in v0.19.0

func (x *CallStat) SetMaxMs(v int64)

func (*CallStat) SetTimeouts added in v0.19.0

func (x *CallStat) SetTimeouts(v int64)

func (*CallStat) SetTotalMs added in v0.19.0

func (x *CallStat) SetTotalMs(v int64)

func (*CallStat) String added in v0.19.0

func (x *CallStat) String() string

func (*CallStat) Validate added in v0.19.0

func (m *CallStat) Validate() error

Validate checks the field values on CallStat 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 (*CallStat) ValidateAll added in v0.19.0

func (m *CallStat) ValidateAll() error

ValidateAll checks the field values on CallStat 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 CallStatMultiError, or nil if none found.

type CallStatMultiError added in v0.19.0

type CallStatMultiError []error

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

func (CallStatMultiError) AllErrors added in v0.19.0

func (m CallStatMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CallStatMultiError) Error added in v0.19.0

func (m CallStatMultiError) Error() string

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

type CallStatValidationError added in v0.19.0

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

CallStatValidationError is the validation error returned by CallStat.Validate if the designated constraints aren't met.

func (CallStatValidationError) Cause added in v0.19.0

func (e CallStatValidationError) Cause() error

Cause function returns cause value.

func (CallStatValidationError) Error added in v0.19.0

func (e CallStatValidationError) Error() string

Error satisfies the builtin error interface

func (CallStatValidationError) ErrorName added in v0.19.0

func (e CallStatValidationError) ErrorName() string

ErrorName returns error name.

func (CallStatValidationError) Field added in v0.19.0

func (e CallStatValidationError) Field() string

Field function returns field value.

func (CallStatValidationError) Key added in v0.19.0

func (e CallStatValidationError) Key() bool

Key function returns key value.

func (CallStatValidationError) Reason added in v0.19.0

func (e CallStatValidationError) Reason() string

Reason function returns reason value.

type CallStat_builder added in v0.19.0

type CallStat_builder struct {
	Count    int64
	TotalMs  int64
	MaxMs    int64
	Errors   int64
	Timeouts int64
	// contains filtered or unexported fields
}

func (CallStat_builder) Build added in v0.19.0

func (b0 CallStat_builder) Build() *CallStat

type EntitlementsReaderServiceClient

type EntitlementsReaderServiceClient interface {
	GetEntitlement(ctx context.Context, in *EntitlementsReaderServiceGetEntitlementRequest, opts ...grpc.CallOption) (*EntitlementsReaderServiceGetEntitlementResponse, error)
	// ListEntitlementsByIds returns the entitlements for the supplied
	// id list. Missing ids are omitted from the response.
	ListEntitlementsByIds(ctx context.Context, in *EntitlementsReaderServiceListEntitlementsByIdsRequest, opts ...grpc.CallOption) (*EntitlementsReaderServiceListEntitlementsByIdsResponse, error)
}

EntitlementsReaderServiceClient is the client API for EntitlementsReaderService 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 EntitlementsReaderServiceGetEntitlementRequest

type EntitlementsReaderServiceGetEntitlementRequest struct {
	EntitlementId string       `protobuf:"bytes,1,opt,name=entitlement_id,json=entitlementId,proto3" json:"entitlement_id,omitempty"`
	Annotations   []*anypb.Any `protobuf:"bytes,2,rep,name=annotations,proto3" json:"annotations,omitempty"`
	// contains filtered or unexported fields
}

func (*EntitlementsReaderServiceGetEntitlementRequest) GetAnnotations added in v0.2.82

func (*EntitlementsReaderServiceGetEntitlementRequest) GetEntitlementId

func (*EntitlementsReaderServiceGetEntitlementRequest) ProtoMessage

func (*EntitlementsReaderServiceGetEntitlementRequest) ProtoReflect

func (*EntitlementsReaderServiceGetEntitlementRequest) Reset

func (*EntitlementsReaderServiceGetEntitlementRequest) SetAnnotations added in v0.5.0

func (*EntitlementsReaderServiceGetEntitlementRequest) SetEntitlementId added in v0.5.0

func (*EntitlementsReaderServiceGetEntitlementRequest) String

func (*EntitlementsReaderServiceGetEntitlementRequest) Validate

Validate checks the field values on EntitlementsReaderServiceGetEntitlementRequest 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 (*EntitlementsReaderServiceGetEntitlementRequest) ValidateAll

ValidateAll checks the field values on EntitlementsReaderServiceGetEntitlementRequest 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 EntitlementsReaderServiceGetEntitlementRequestMultiError, or nil if none found.

type EntitlementsReaderServiceGetEntitlementRequestMultiError

type EntitlementsReaderServiceGetEntitlementRequestMultiError []error

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

func (EntitlementsReaderServiceGetEntitlementRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (EntitlementsReaderServiceGetEntitlementRequestMultiError) Error

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

type EntitlementsReaderServiceGetEntitlementRequestValidationError

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

EntitlementsReaderServiceGetEntitlementRequestValidationError is the validation error returned by EntitlementsReaderServiceGetEntitlementRequest.Validate if the designated constraints aren't met.

func (EntitlementsReaderServiceGetEntitlementRequestValidationError) Cause

Cause function returns cause value.

func (EntitlementsReaderServiceGetEntitlementRequestValidationError) Error

Error satisfies the builtin error interface

func (EntitlementsReaderServiceGetEntitlementRequestValidationError) ErrorName

ErrorName returns error name.

func (EntitlementsReaderServiceGetEntitlementRequestValidationError) Field

Field function returns field value.

func (EntitlementsReaderServiceGetEntitlementRequestValidationError) Key

Key function returns key value.

func (EntitlementsReaderServiceGetEntitlementRequestValidationError) Reason

Reason function returns reason value.

type EntitlementsReaderServiceGetEntitlementRequest_builder added in v0.5.0

type EntitlementsReaderServiceGetEntitlementRequest_builder struct {
	EntitlementId string
	Annotations   []*anypb.Any
	// contains filtered or unexported fields
}

func (EntitlementsReaderServiceGetEntitlementRequest_builder) Build added in v0.5.0

type EntitlementsReaderServiceGetEntitlementResponse added in v0.1.0

type EntitlementsReaderServiceGetEntitlementResponse struct {
	Entitlement *v2.Entitlement `protobuf:"bytes,1,opt,name=entitlement,proto3" json:"entitlement,omitempty"`
	// contains filtered or unexported fields
}

func (*EntitlementsReaderServiceGetEntitlementResponse) ClearEntitlement added in v0.5.0

func (*EntitlementsReaderServiceGetEntitlementResponse) GetEntitlement added in v0.1.0

func (*EntitlementsReaderServiceGetEntitlementResponse) HasEntitlement added in v0.5.0

func (*EntitlementsReaderServiceGetEntitlementResponse) ProtoMessage added in v0.1.0

func (*EntitlementsReaderServiceGetEntitlementResponse) ProtoReflect added in v0.1.0

func (*EntitlementsReaderServiceGetEntitlementResponse) Reset added in v0.1.0

func (*EntitlementsReaderServiceGetEntitlementResponse) SetEntitlement added in v0.5.0

func (*EntitlementsReaderServiceGetEntitlementResponse) String added in v0.1.0

func (*EntitlementsReaderServiceGetEntitlementResponse) Validate added in v0.1.0

Validate checks the field values on EntitlementsReaderServiceGetEntitlementResponse 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 (*EntitlementsReaderServiceGetEntitlementResponse) ValidateAll added in v0.1.0

ValidateAll checks the field values on EntitlementsReaderServiceGetEntitlementResponse 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 EntitlementsReaderServiceGetEntitlementResponseMultiError, or nil if none found.

type EntitlementsReaderServiceGetEntitlementResponseMultiError added in v0.1.0

type EntitlementsReaderServiceGetEntitlementResponseMultiError []error

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

func (EntitlementsReaderServiceGetEntitlementResponseMultiError) AllErrors added in v0.1.0

AllErrors returns a list of validation violation errors.

func (EntitlementsReaderServiceGetEntitlementResponseMultiError) Error added in v0.1.0

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

type EntitlementsReaderServiceGetEntitlementResponseValidationError added in v0.1.0

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

EntitlementsReaderServiceGetEntitlementResponseValidationError is the validation error returned by EntitlementsReaderServiceGetEntitlementResponse.Validate if the designated constraints aren't met.

func (EntitlementsReaderServiceGetEntitlementResponseValidationError) Cause added in v0.1.0

Cause function returns cause value.

func (EntitlementsReaderServiceGetEntitlementResponseValidationError) Error added in v0.1.0

Error satisfies the builtin error interface

func (EntitlementsReaderServiceGetEntitlementResponseValidationError) ErrorName added in v0.1.0

ErrorName returns error name.

func (EntitlementsReaderServiceGetEntitlementResponseValidationError) Field added in v0.1.0

Field function returns field value.

func (EntitlementsReaderServiceGetEntitlementResponseValidationError) Key added in v0.1.0

Key function returns key value.

func (EntitlementsReaderServiceGetEntitlementResponseValidationError) Reason added in v0.1.0

Reason function returns reason value.

type EntitlementsReaderServiceGetEntitlementResponse_builder added in v0.5.0

type EntitlementsReaderServiceGetEntitlementResponse_builder struct {
	Entitlement *v2.Entitlement
	// contains filtered or unexported fields
}

func (EntitlementsReaderServiceGetEntitlementResponse_builder) Build added in v0.5.0

type EntitlementsReaderServiceListEntitlementsByIdsRequest added in v0.10.0

type EntitlementsReaderServiceListEntitlementsByIdsRequest struct {
	EntitlementIds []string     `protobuf:"bytes,1,rep,name=entitlement_ids,json=entitlementIds,proto3" json:"entitlement_ids,omitempty"`
	Annotations    []*anypb.Any `protobuf:"bytes,100,rep,name=annotations,proto3" json:"annotations,omitempty"`
	// contains filtered or unexported fields
}

func (*EntitlementsReaderServiceListEntitlementsByIdsRequest) GetAnnotations added in v0.10.0

func (*EntitlementsReaderServiceListEntitlementsByIdsRequest) GetEntitlementIds added in v0.10.0

func (*EntitlementsReaderServiceListEntitlementsByIdsRequest) ProtoMessage added in v0.10.0

func (*EntitlementsReaderServiceListEntitlementsByIdsRequest) ProtoReflect added in v0.10.0

func (*EntitlementsReaderServiceListEntitlementsByIdsRequest) Reset added in v0.10.0

func (*EntitlementsReaderServiceListEntitlementsByIdsRequest) SetAnnotations added in v0.10.0

func (*EntitlementsReaderServiceListEntitlementsByIdsRequest) SetEntitlementIds added in v0.10.0

func (*EntitlementsReaderServiceListEntitlementsByIdsRequest) String added in v0.10.0

func (*EntitlementsReaderServiceListEntitlementsByIdsRequest) Validate added in v0.10.0

Validate checks the field values on EntitlementsReaderServiceListEntitlementsByIdsRequest 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 (*EntitlementsReaderServiceListEntitlementsByIdsRequest) ValidateAll added in v0.10.0

ValidateAll checks the field values on EntitlementsReaderServiceListEntitlementsByIdsRequest 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 EntitlementsReaderServiceListEntitlementsByIdsRequestMultiError, or nil if none found.

type EntitlementsReaderServiceListEntitlementsByIdsRequestMultiError added in v0.10.0

type EntitlementsReaderServiceListEntitlementsByIdsRequestMultiError []error

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

func (EntitlementsReaderServiceListEntitlementsByIdsRequestMultiError) AllErrors added in v0.10.0

AllErrors returns a list of validation violation errors.

func (EntitlementsReaderServiceListEntitlementsByIdsRequestMultiError) Error added in v0.10.0

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

type EntitlementsReaderServiceListEntitlementsByIdsRequestValidationError added in v0.10.0

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

EntitlementsReaderServiceListEntitlementsByIdsRequestValidationError is the validation error returned by EntitlementsReaderServiceListEntitlementsByIdsRequest.Validate if the designated constraints aren't met.

func (EntitlementsReaderServiceListEntitlementsByIdsRequestValidationError) Cause added in v0.10.0

Cause function returns cause value.

func (EntitlementsReaderServiceListEntitlementsByIdsRequestValidationError) Error added in v0.10.0

Error satisfies the builtin error interface

func (EntitlementsReaderServiceListEntitlementsByIdsRequestValidationError) ErrorName added in v0.10.0

ErrorName returns error name.

func (EntitlementsReaderServiceListEntitlementsByIdsRequestValidationError) Field added in v0.10.0

Field function returns field value.

func (EntitlementsReaderServiceListEntitlementsByIdsRequestValidationError) Key added in v0.10.0

Key function returns key value.

func (EntitlementsReaderServiceListEntitlementsByIdsRequestValidationError) Reason added in v0.10.0

Reason function returns reason value.

type EntitlementsReaderServiceListEntitlementsByIdsRequest_builder added in v0.10.0

type EntitlementsReaderServiceListEntitlementsByIdsRequest_builder struct {
	EntitlementIds []string
	Annotations    []*anypb.Any
	// contains filtered or unexported fields
}

func (EntitlementsReaderServiceListEntitlementsByIdsRequest_builder) Build added in v0.10.0

type EntitlementsReaderServiceListEntitlementsByIdsResponse added in v0.10.0

type EntitlementsReaderServiceListEntitlementsByIdsResponse struct {
	List []*v2.Entitlement `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*EntitlementsReaderServiceListEntitlementsByIdsResponse) GetList added in v0.10.0

func (*EntitlementsReaderServiceListEntitlementsByIdsResponse) ProtoMessage added in v0.10.0

func (*EntitlementsReaderServiceListEntitlementsByIdsResponse) ProtoReflect added in v0.10.0

func (*EntitlementsReaderServiceListEntitlementsByIdsResponse) Reset added in v0.10.0

func (*EntitlementsReaderServiceListEntitlementsByIdsResponse) SetList added in v0.10.0

func (*EntitlementsReaderServiceListEntitlementsByIdsResponse) String added in v0.10.0

func (*EntitlementsReaderServiceListEntitlementsByIdsResponse) Validate added in v0.10.0

Validate checks the field values on EntitlementsReaderServiceListEntitlementsByIdsResponse 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 (*EntitlementsReaderServiceListEntitlementsByIdsResponse) ValidateAll added in v0.10.0

ValidateAll checks the field values on EntitlementsReaderServiceListEntitlementsByIdsResponse 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 EntitlementsReaderServiceListEntitlementsByIdsResponseMultiError, or nil if none found.

type EntitlementsReaderServiceListEntitlementsByIdsResponseMultiError added in v0.10.0

type EntitlementsReaderServiceListEntitlementsByIdsResponseMultiError []error

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

func (EntitlementsReaderServiceListEntitlementsByIdsResponseMultiError) AllErrors added in v0.10.0

AllErrors returns a list of validation violation errors.

func (EntitlementsReaderServiceListEntitlementsByIdsResponseMultiError) Error added in v0.10.0

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

type EntitlementsReaderServiceListEntitlementsByIdsResponseValidationError added in v0.10.0

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

EntitlementsReaderServiceListEntitlementsByIdsResponseValidationError is the validation error returned by EntitlementsReaderServiceListEntitlementsByIdsResponse.Validate if the designated constraints aren't met.

func (EntitlementsReaderServiceListEntitlementsByIdsResponseValidationError) Cause added in v0.10.0

Cause function returns cause value.

func (EntitlementsReaderServiceListEntitlementsByIdsResponseValidationError) Error added in v0.10.0

Error satisfies the builtin error interface

func (EntitlementsReaderServiceListEntitlementsByIdsResponseValidationError) ErrorName added in v0.10.0

ErrorName returns error name.

func (EntitlementsReaderServiceListEntitlementsByIdsResponseValidationError) Field added in v0.10.0

Field function returns field value.

func (EntitlementsReaderServiceListEntitlementsByIdsResponseValidationError) Key added in v0.10.0

Key function returns key value.

func (EntitlementsReaderServiceListEntitlementsByIdsResponseValidationError) Reason added in v0.10.0

Reason function returns reason value.

type EntitlementsReaderServiceListEntitlementsByIdsResponse_builder added in v0.10.0

type EntitlementsReaderServiceListEntitlementsByIdsResponse_builder struct {
	List []*v2.Entitlement
	// contains filtered or unexported fields
}

func (EntitlementsReaderServiceListEntitlementsByIdsResponse_builder) Build added in v0.10.0

type EntitlementsReaderServiceServer

type EntitlementsReaderServiceServer interface {
	GetEntitlement(context.Context, *EntitlementsReaderServiceGetEntitlementRequest) (*EntitlementsReaderServiceGetEntitlementResponse, error)
	// ListEntitlementsByIds returns the entitlements for the supplied
	// id list. Missing ids are omitted from the response.
	ListEntitlementsByIds(context.Context, *EntitlementsReaderServiceListEntitlementsByIdsRequest) (*EntitlementsReaderServiceListEntitlementsByIdsResponse, error)
}

EntitlementsReaderServiceServer is the server API for EntitlementsReaderService service. All implementations should embed UnimplementedEntitlementsReaderServiceServer for forward compatibility.

type GrantsReaderServiceClient

type GrantsReaderServiceClient interface {
	GetGrant(ctx context.Context, in *GrantsReaderServiceGetGrantRequest, opts ...grpc.CallOption) (*GrantsReaderServiceGetGrantResponse, error)
	ListGrantsForEntitlement(ctx context.Context, in *GrantsReaderServiceListGrantsForEntitlementRequest, opts ...grpc.CallOption) (*GrantsReaderServiceListGrantsForEntitlementResponse, error)
	ListGrantsForResourceType(ctx context.Context, in *GrantsReaderServiceListGrantsForResourceTypeRequest, opts ...grpc.CallOption) (*GrantsReaderServiceListGrantsForResourceTypeResponse, error)
	// ListGrantsForEntitlements walks grants for up to 128 entitlements
	// in a single RPC. Page boundaries land between entitlements so
	// the cursor only needs to encode (entitlement_index, intra_cursor).
	ListGrantsForEntitlements(ctx context.Context, in *GrantsReaderServiceListGrantsForEntitlementsRequest, opts ...grpc.CallOption) (*GrantsReaderServiceListGrantsForEntitlementsResponse, error)
	// ListGrantsForPrincipal returns all grants where the given principal_id
	// is the principal. The optional entitlement field narrows results to a
	// single entitlement. This is now a first-class RPC required by all
	// GrantsReaderServiceServer implementations.
	ListGrantsForPrincipal(ctx context.Context, in *GrantsReaderServiceListGrantsForPrincipalRequest, opts ...grpc.CallOption) (*GrantsReaderServiceListGrantsForPrincipalResponse, error)
}

GrantsReaderServiceClient is the client API for GrantsReaderService 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 GrantsReaderServiceGetGrantRequest

type GrantsReaderServiceGetGrantRequest struct {
	GrantId     string       `protobuf:"bytes,1,opt,name=grant_id,json=grantId,proto3" json:"grant_id,omitempty"`
	Annotations []*anypb.Any `protobuf:"bytes,2,rep,name=annotations,proto3" json:"annotations,omitempty"`
	// contains filtered or unexported fields
}

func (*GrantsReaderServiceGetGrantRequest) GetAnnotations added in v0.2.82

func (x *GrantsReaderServiceGetGrantRequest) GetAnnotations() []*anypb.Any

func (*GrantsReaderServiceGetGrantRequest) GetGrantId

func (*GrantsReaderServiceGetGrantRequest) ProtoMessage

func (*GrantsReaderServiceGetGrantRequest) ProtoMessage()

func (*GrantsReaderServiceGetGrantRequest) ProtoReflect

func (*GrantsReaderServiceGetGrantRequest) Reset

func (*GrantsReaderServiceGetGrantRequest) SetAnnotations added in v0.5.0

func (x *GrantsReaderServiceGetGrantRequest) SetAnnotations(v []*anypb.Any)

func (*GrantsReaderServiceGetGrantRequest) SetGrantId added in v0.5.0

func (x *GrantsReaderServiceGetGrantRequest) SetGrantId(v string)

func (*GrantsReaderServiceGetGrantRequest) String

func (*GrantsReaderServiceGetGrantRequest) Validate

Validate checks the field values on GrantsReaderServiceGetGrantRequest 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 (*GrantsReaderServiceGetGrantRequest) ValidateAll

func (m *GrantsReaderServiceGetGrantRequest) ValidateAll() error

ValidateAll checks the field values on GrantsReaderServiceGetGrantRequest 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 GrantsReaderServiceGetGrantRequestMultiError, or nil if none found.

type GrantsReaderServiceGetGrantRequestMultiError

type GrantsReaderServiceGetGrantRequestMultiError []error

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

func (GrantsReaderServiceGetGrantRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GrantsReaderServiceGetGrantRequestMultiError) Error

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

type GrantsReaderServiceGetGrantRequestValidationError

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

GrantsReaderServiceGetGrantRequestValidationError is the validation error returned by GrantsReaderServiceGetGrantRequest.Validate if the designated constraints aren't met.

func (GrantsReaderServiceGetGrantRequestValidationError) Cause

Cause function returns cause value.

func (GrantsReaderServiceGetGrantRequestValidationError) Error

Error satisfies the builtin error interface

func (GrantsReaderServiceGetGrantRequestValidationError) ErrorName

ErrorName returns error name.

func (GrantsReaderServiceGetGrantRequestValidationError) Field

Field function returns field value.

func (GrantsReaderServiceGetGrantRequestValidationError) Key

Key function returns key value.

func (GrantsReaderServiceGetGrantRequestValidationError) Reason

Reason function returns reason value.

type GrantsReaderServiceGetGrantRequest_builder added in v0.5.0

type GrantsReaderServiceGetGrantRequest_builder struct {
	GrantId     string
	Annotations []*anypb.Any
	// contains filtered or unexported fields
}

func (GrantsReaderServiceGetGrantRequest_builder) Build added in v0.5.0

type GrantsReaderServiceGetGrantResponse added in v0.1.0

type GrantsReaderServiceGetGrantResponse struct {
	Grant *v2.Grant `protobuf:"bytes,1,opt,name=grant,proto3" json:"grant,omitempty"`
	// contains filtered or unexported fields
}

func (*GrantsReaderServiceGetGrantResponse) ClearGrant added in v0.5.0

func (x *GrantsReaderServiceGetGrantResponse) ClearGrant()

func (*GrantsReaderServiceGetGrantResponse) GetGrant added in v0.1.0

func (*GrantsReaderServiceGetGrantResponse) HasGrant added in v0.5.0

func (*GrantsReaderServiceGetGrantResponse) ProtoMessage added in v0.1.0

func (*GrantsReaderServiceGetGrantResponse) ProtoMessage()

func (*GrantsReaderServiceGetGrantResponse) ProtoReflect added in v0.1.0

func (*GrantsReaderServiceGetGrantResponse) Reset added in v0.1.0

func (*GrantsReaderServiceGetGrantResponse) SetGrant added in v0.5.0

func (*GrantsReaderServiceGetGrantResponse) String added in v0.1.0

func (*GrantsReaderServiceGetGrantResponse) Validate added in v0.1.0

Validate checks the field values on GrantsReaderServiceGetGrantResponse 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 (*GrantsReaderServiceGetGrantResponse) ValidateAll added in v0.1.0

func (m *GrantsReaderServiceGetGrantResponse) ValidateAll() error

ValidateAll checks the field values on GrantsReaderServiceGetGrantResponse 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 GrantsReaderServiceGetGrantResponseMultiError, or nil if none found.

type GrantsReaderServiceGetGrantResponseMultiError added in v0.1.0

type GrantsReaderServiceGetGrantResponseMultiError []error

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

func (GrantsReaderServiceGetGrantResponseMultiError) AllErrors added in v0.1.0

AllErrors returns a list of validation violation errors.

func (GrantsReaderServiceGetGrantResponseMultiError) Error added in v0.1.0

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

type GrantsReaderServiceGetGrantResponseValidationError added in v0.1.0

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

GrantsReaderServiceGetGrantResponseValidationError is the validation error returned by GrantsReaderServiceGetGrantResponse.Validate if the designated constraints aren't met.

func (GrantsReaderServiceGetGrantResponseValidationError) Cause added in v0.1.0

Cause function returns cause value.

func (GrantsReaderServiceGetGrantResponseValidationError) Error added in v0.1.0

Error satisfies the builtin error interface

func (GrantsReaderServiceGetGrantResponseValidationError) ErrorName added in v0.1.0

ErrorName returns error name.

func (GrantsReaderServiceGetGrantResponseValidationError) Field added in v0.1.0

Field function returns field value.

func (GrantsReaderServiceGetGrantResponseValidationError) Key added in v0.1.0

Key function returns key value.

func (GrantsReaderServiceGetGrantResponseValidationError) Reason added in v0.1.0

Reason function returns reason value.

type GrantsReaderServiceGetGrantResponse_builder added in v0.5.0

type GrantsReaderServiceGetGrantResponse_builder struct {
	Grant *v2.Grant
	// contains filtered or unexported fields
}

func (GrantsReaderServiceGetGrantResponse_builder) Build added in v0.5.0

type GrantsReaderServiceListGrantsForEntitlementRequest

type GrantsReaderServiceListGrantsForEntitlementRequest struct {
	Entitlement *v2.Entitlement `protobuf:"bytes,1,opt,name=entitlement,proto3" json:"entitlement,omitempty"`
	// Deprecated: Marked as deprecated in c1/reader/v2/grant.proto.
	PrincipalId *v2.ResourceId `protobuf:"bytes,5,opt,name=principal_id,json=principalId,proto3" json:"principal_id,omitempty"`
	// Deprecated: Marked as deprecated in c1/reader/v2/grant.proto.
	PrincipalResourceTypeIds []string     `` /* 137-byte string literal not displayed */
	PageSize                 uint32       `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageToken                string       `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	Annotations              []*anypb.Any `protobuf:"bytes,4,rep,name=annotations,proto3" json:"annotations,omitempty"`
	// contains filtered or unexported fields
}

func (*GrantsReaderServiceListGrantsForEntitlementRequest) ClearEntitlement added in v0.5.0

func (*GrantsReaderServiceListGrantsForEntitlementRequest) ClearPrincipalId deprecated added in v0.5.0

Deprecated: Marked as deprecated in c1/reader/v2/grant.proto.

func (*GrantsReaderServiceListGrantsForEntitlementRequest) GetAnnotations added in v0.0.32

func (*GrantsReaderServiceListGrantsForEntitlementRequest) GetEntitlement

func (*GrantsReaderServiceListGrantsForEntitlementRequest) GetPageSize

func (*GrantsReaderServiceListGrantsForEntitlementRequest) GetPageToken

func (*GrantsReaderServiceListGrantsForEntitlementRequest) GetPrincipalId deprecated added in v0.1.6

Deprecated: Marked as deprecated in c1/reader/v2/grant.proto.

func (*GrantsReaderServiceListGrantsForEntitlementRequest) GetPrincipalResourceTypeIds deprecated added in v0.6.6

func (x *GrantsReaderServiceListGrantsForEntitlementRequest) GetPrincipalResourceTypeIds() []string

Deprecated: Marked as deprecated in c1/reader/v2/grant.proto.

func (*GrantsReaderServiceListGrantsForEntitlementRequest) HasEntitlement added in v0.5.0

func (*GrantsReaderServiceListGrantsForEntitlementRequest) HasPrincipalId deprecated added in v0.5.0

Deprecated: Marked as deprecated in c1/reader/v2/grant.proto.

func (*GrantsReaderServiceListGrantsForEntitlementRequest) ProtoMessage

func (*GrantsReaderServiceListGrantsForEntitlementRequest) ProtoReflect

func (*GrantsReaderServiceListGrantsForEntitlementRequest) Reset

func (*GrantsReaderServiceListGrantsForEntitlementRequest) SetAnnotations added in v0.5.0

func (*GrantsReaderServiceListGrantsForEntitlementRequest) SetEntitlement added in v0.5.0

func (*GrantsReaderServiceListGrantsForEntitlementRequest) SetPageSize added in v0.5.0

func (*GrantsReaderServiceListGrantsForEntitlementRequest) SetPageToken added in v0.5.0

func (*GrantsReaderServiceListGrantsForEntitlementRequest) SetPrincipalId deprecated added in v0.5.0

Deprecated: Marked as deprecated in c1/reader/v2/grant.proto.

func (*GrantsReaderServiceListGrantsForEntitlementRequest) SetPrincipalResourceTypeIds deprecated added in v0.6.6

func (x *GrantsReaderServiceListGrantsForEntitlementRequest) SetPrincipalResourceTypeIds(v []string)

Deprecated: Marked as deprecated in c1/reader/v2/grant.proto.

func (*GrantsReaderServiceListGrantsForEntitlementRequest) String

func (*GrantsReaderServiceListGrantsForEntitlementRequest) Validate

Validate checks the field values on GrantsReaderServiceListGrantsForEntitlementRequest 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 (*GrantsReaderServiceListGrantsForEntitlementRequest) ValidateAll

ValidateAll checks the field values on GrantsReaderServiceListGrantsForEntitlementRequest 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 GrantsReaderServiceListGrantsForEntitlementRequestMultiError, or nil if none found.

type GrantsReaderServiceListGrantsForEntitlementRequestMultiError

type GrantsReaderServiceListGrantsForEntitlementRequestMultiError []error

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

func (GrantsReaderServiceListGrantsForEntitlementRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GrantsReaderServiceListGrantsForEntitlementRequestMultiError) Error

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

type GrantsReaderServiceListGrantsForEntitlementRequestValidationError

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

GrantsReaderServiceListGrantsForEntitlementRequestValidationError is the validation error returned by GrantsReaderServiceListGrantsForEntitlementRequest.Validate if the designated constraints aren't met.

func (GrantsReaderServiceListGrantsForEntitlementRequestValidationError) Cause

Cause function returns cause value.

func (GrantsReaderServiceListGrantsForEntitlementRequestValidationError) Error

Error satisfies the builtin error interface

func (GrantsReaderServiceListGrantsForEntitlementRequestValidationError) ErrorName

ErrorName returns error name.

func (GrantsReaderServiceListGrantsForEntitlementRequestValidationError) Field

Field function returns field value.

func (GrantsReaderServiceListGrantsForEntitlementRequestValidationError) Key

Key function returns key value.

func (GrantsReaderServiceListGrantsForEntitlementRequestValidationError) Reason

Reason function returns reason value.

type GrantsReaderServiceListGrantsForEntitlementRequest_builder added in v0.5.0

type GrantsReaderServiceListGrantsForEntitlementRequest_builder struct {
	Entitlement *v2.Entitlement
	// Deprecated: Marked as deprecated in c1/reader/v2/grant.proto.
	PrincipalId *v2.ResourceId
	// Deprecated: Marked as deprecated in c1/reader/v2/grant.proto.
	PrincipalResourceTypeIds []string
	PageSize                 uint32
	PageToken                string
	Annotations              []*anypb.Any
	// contains filtered or unexported fields
}

func (GrantsReaderServiceListGrantsForEntitlementRequest_builder) Build added in v0.5.0

type GrantsReaderServiceListGrantsForEntitlementResponse

type GrantsReaderServiceListGrantsForEntitlementResponse struct {
	List          []*v2.Grant `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
	NextPageToken string      `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*GrantsReaderServiceListGrantsForEntitlementResponse) GetList

func (*GrantsReaderServiceListGrantsForEntitlementResponse) GetNextPageToken

func (*GrantsReaderServiceListGrantsForEntitlementResponse) ProtoMessage

func (*GrantsReaderServiceListGrantsForEntitlementResponse) ProtoReflect

func (*GrantsReaderServiceListGrantsForEntitlementResponse) Reset

func (*GrantsReaderServiceListGrantsForEntitlementResponse) SetList added in v0.5.0

func (*GrantsReaderServiceListGrantsForEntitlementResponse) SetNextPageToken added in v0.5.0

func (*GrantsReaderServiceListGrantsForEntitlementResponse) String

func (*GrantsReaderServiceListGrantsForEntitlementResponse) Validate

Validate checks the field values on GrantsReaderServiceListGrantsForEntitlementResponse 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 (*GrantsReaderServiceListGrantsForEntitlementResponse) ValidateAll

ValidateAll checks the field values on GrantsReaderServiceListGrantsForEntitlementResponse 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 GrantsReaderServiceListGrantsForEntitlementResponseMultiError, or nil if none found.

type GrantsReaderServiceListGrantsForEntitlementResponseMultiError

type GrantsReaderServiceListGrantsForEntitlementResponseMultiError []error

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

func (GrantsReaderServiceListGrantsForEntitlementResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GrantsReaderServiceListGrantsForEntitlementResponseMultiError) Error

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

type GrantsReaderServiceListGrantsForEntitlementResponseValidationError

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

GrantsReaderServiceListGrantsForEntitlementResponseValidationError is the validation error returned by GrantsReaderServiceListGrantsForEntitlementResponse.Validate if the designated constraints aren't met.

func (GrantsReaderServiceListGrantsForEntitlementResponseValidationError) Cause

Cause function returns cause value.

func (GrantsReaderServiceListGrantsForEntitlementResponseValidationError) Error

Error satisfies the builtin error interface

func (GrantsReaderServiceListGrantsForEntitlementResponseValidationError) ErrorName

ErrorName returns error name.

func (GrantsReaderServiceListGrantsForEntitlementResponseValidationError) Field

Field function returns field value.

func (GrantsReaderServiceListGrantsForEntitlementResponseValidationError) Key

Key function returns key value.

func (GrantsReaderServiceListGrantsForEntitlementResponseValidationError) Reason

Reason function returns reason value.

type GrantsReaderServiceListGrantsForEntitlementResponse_builder added in v0.5.0

type GrantsReaderServiceListGrantsForEntitlementResponse_builder struct {
	List          []*v2.Grant
	NextPageToken string
	// contains filtered or unexported fields
}

func (GrantsReaderServiceListGrantsForEntitlementResponse_builder) Build added in v0.5.0

type GrantsReaderServiceListGrantsForEntitlementsRequest added in v0.10.0

type GrantsReaderServiceListGrantsForEntitlementsRequest struct {

	// The entitlements (by id) to fetch grants for. Server caps at
	// 128 to bound per-RPC work; clients should chunk above that.
	Entitlements []*v2.Entitlement `protobuf:"bytes,1,rep,name=entitlements,proto3" json:"entitlements,omitempty"`
	PageSize     uint32            `protobuf:"varint,10,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// Cursor encoding: base64(varint entitlement_index, varint
	// intra_cursor_len, intra_cursor_bytes, list_checksum_bytes).
	// The list_checksum stamps the entitlement list shape; mismatch
	// means the caller changed the input between pages and we
	// restart from the beginning rather than silently mis-paginate.
	PageToken   string       `protobuf:"bytes,11,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	Annotations []*anypb.Any `protobuf:"bytes,100,rep,name=annotations,proto3" json:"annotations,omitempty"`
	// contains filtered or unexported fields
}

func (*GrantsReaderServiceListGrantsForEntitlementsRequest) GetAnnotations added in v0.10.0

func (*GrantsReaderServiceListGrantsForEntitlementsRequest) GetEntitlements added in v0.10.0

func (*GrantsReaderServiceListGrantsForEntitlementsRequest) GetPageSize added in v0.10.0

func (*GrantsReaderServiceListGrantsForEntitlementsRequest) GetPageToken added in v0.10.0

func (*GrantsReaderServiceListGrantsForEntitlementsRequest) ProtoMessage added in v0.10.0

func (*GrantsReaderServiceListGrantsForEntitlementsRequest) ProtoReflect added in v0.10.0

func (*GrantsReaderServiceListGrantsForEntitlementsRequest) Reset added in v0.10.0

func (*GrantsReaderServiceListGrantsForEntitlementsRequest) SetAnnotations added in v0.10.0

func (*GrantsReaderServiceListGrantsForEntitlementsRequest) SetEntitlements added in v0.10.0

func (*GrantsReaderServiceListGrantsForEntitlementsRequest) SetPageSize added in v0.10.0

func (*GrantsReaderServiceListGrantsForEntitlementsRequest) SetPageToken added in v0.10.0

func (*GrantsReaderServiceListGrantsForEntitlementsRequest) String added in v0.10.0

func (*GrantsReaderServiceListGrantsForEntitlementsRequest) Validate added in v0.10.0

Validate checks the field values on GrantsReaderServiceListGrantsForEntitlementsRequest 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 (*GrantsReaderServiceListGrantsForEntitlementsRequest) ValidateAll added in v0.10.0

ValidateAll checks the field values on GrantsReaderServiceListGrantsForEntitlementsRequest 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 GrantsReaderServiceListGrantsForEntitlementsRequestMultiError, or nil if none found.

type GrantsReaderServiceListGrantsForEntitlementsRequestMultiError added in v0.10.0

type GrantsReaderServiceListGrantsForEntitlementsRequestMultiError []error

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

func (GrantsReaderServiceListGrantsForEntitlementsRequestMultiError) AllErrors added in v0.10.0

AllErrors returns a list of validation violation errors.

func (GrantsReaderServiceListGrantsForEntitlementsRequestMultiError) Error added in v0.10.0

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

type GrantsReaderServiceListGrantsForEntitlementsRequestValidationError added in v0.10.0

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

GrantsReaderServiceListGrantsForEntitlementsRequestValidationError is the validation error returned by GrantsReaderServiceListGrantsForEntitlementsRequest.Validate if the designated constraints aren't met.

func (GrantsReaderServiceListGrantsForEntitlementsRequestValidationError) Cause added in v0.10.0

Cause function returns cause value.

func (GrantsReaderServiceListGrantsForEntitlementsRequestValidationError) Error added in v0.10.0

Error satisfies the builtin error interface

func (GrantsReaderServiceListGrantsForEntitlementsRequestValidationError) ErrorName added in v0.10.0

ErrorName returns error name.

func (GrantsReaderServiceListGrantsForEntitlementsRequestValidationError) Field added in v0.10.0

Field function returns field value.

func (GrantsReaderServiceListGrantsForEntitlementsRequestValidationError) Key added in v0.10.0

Key function returns key value.

func (GrantsReaderServiceListGrantsForEntitlementsRequestValidationError) Reason added in v0.10.0

Reason function returns reason value.

type GrantsReaderServiceListGrantsForEntitlementsRequest_builder added in v0.10.0

type GrantsReaderServiceListGrantsForEntitlementsRequest_builder struct {

	// The entitlements (by id) to fetch grants for. Server caps at
	// 128 to bound per-RPC work; clients should chunk above that.
	Entitlements []*v2.Entitlement
	PageSize     uint32
	// Cursor encoding: base64(varint entitlement_index, varint
	// intra_cursor_len, intra_cursor_bytes, list_checksum_bytes).
	// The list_checksum stamps the entitlement list shape; mismatch
	// means the caller changed the input between pages and we
	// restart from the beginning rather than silently mis-paginate.
	PageToken   string
	Annotations []*anypb.Any
	// contains filtered or unexported fields
}

func (GrantsReaderServiceListGrantsForEntitlementsRequest_builder) Build added in v0.10.0

type GrantsReaderServiceListGrantsForEntitlementsResponse added in v0.10.0

type GrantsReaderServiceListGrantsForEntitlementsResponse struct {

	// Grants from all requested entitlements, in the order the server
	// visited them. Caller groups by Grant.Entitlement.Id.
	List          []*v2.Grant `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
	NextPageToken string      `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*GrantsReaderServiceListGrantsForEntitlementsResponse) GetList added in v0.10.0

func (*GrantsReaderServiceListGrantsForEntitlementsResponse) GetNextPageToken added in v0.10.0

func (*GrantsReaderServiceListGrantsForEntitlementsResponse) ProtoMessage added in v0.10.0

func (*GrantsReaderServiceListGrantsForEntitlementsResponse) ProtoReflect added in v0.10.0

func (*GrantsReaderServiceListGrantsForEntitlementsResponse) Reset added in v0.10.0

func (*GrantsReaderServiceListGrantsForEntitlementsResponse) SetList added in v0.10.0

func (*GrantsReaderServiceListGrantsForEntitlementsResponse) SetNextPageToken added in v0.10.0

func (*GrantsReaderServiceListGrantsForEntitlementsResponse) String added in v0.10.0

func (*GrantsReaderServiceListGrantsForEntitlementsResponse) Validate added in v0.10.0

Validate checks the field values on GrantsReaderServiceListGrantsForEntitlementsResponse 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 (*GrantsReaderServiceListGrantsForEntitlementsResponse) ValidateAll added in v0.10.0

ValidateAll checks the field values on GrantsReaderServiceListGrantsForEntitlementsResponse 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 GrantsReaderServiceListGrantsForEntitlementsResponseMultiError, or nil if none found.

type GrantsReaderServiceListGrantsForEntitlementsResponseMultiError added in v0.10.0

type GrantsReaderServiceListGrantsForEntitlementsResponseMultiError []error

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

func (GrantsReaderServiceListGrantsForEntitlementsResponseMultiError) AllErrors added in v0.10.0

AllErrors returns a list of validation violation errors.

func (GrantsReaderServiceListGrantsForEntitlementsResponseMultiError) Error added in v0.10.0

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

type GrantsReaderServiceListGrantsForEntitlementsResponseValidationError added in v0.10.0

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

GrantsReaderServiceListGrantsForEntitlementsResponseValidationError is the validation error returned by GrantsReaderServiceListGrantsForEntitlementsResponse.Validate if the designated constraints aren't met.

func (GrantsReaderServiceListGrantsForEntitlementsResponseValidationError) Cause added in v0.10.0

Cause function returns cause value.

func (GrantsReaderServiceListGrantsForEntitlementsResponseValidationError) Error added in v0.10.0

Error satisfies the builtin error interface

func (GrantsReaderServiceListGrantsForEntitlementsResponseValidationError) ErrorName added in v0.10.0

ErrorName returns error name.

func (GrantsReaderServiceListGrantsForEntitlementsResponseValidationError) Field added in v0.10.0

Field function returns field value.

func (GrantsReaderServiceListGrantsForEntitlementsResponseValidationError) Key added in v0.10.0

Key function returns key value.

func (GrantsReaderServiceListGrantsForEntitlementsResponseValidationError) Reason added in v0.10.0

Reason function returns reason value.

type GrantsReaderServiceListGrantsForEntitlementsResponse_builder added in v0.10.0

type GrantsReaderServiceListGrantsForEntitlementsResponse_builder struct {

	// Grants from all requested entitlements, in the order the server
	// visited them. Caller groups by Grant.Entitlement.Id.
	List          []*v2.Grant
	NextPageToken string
	// contains filtered or unexported fields
}

func (GrantsReaderServiceListGrantsForEntitlementsResponse_builder) Build added in v0.10.0

type GrantsReaderServiceListGrantsForPrincipalRequest added in v0.18.3

type GrantsReaderServiceListGrantsForPrincipalRequest struct {
	PrincipalId *v2.ResourceId `protobuf:"bytes,1,opt,name=principal_id,json=principalId,proto3" json:"principal_id,omitempty"`
	// Optional: narrow results to grants on this entitlement.
	Entitlement *v2.Entitlement `protobuf:"bytes,2,opt,name=entitlement,proto3" json:"entitlement,omitempty"`
	PageSize    uint32          `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageToken   string          `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	Annotations []*anypb.Any    `protobuf:"bytes,5,rep,name=annotations,proto3" json:"annotations,omitempty"`
	// contains filtered or unexported fields
}

func (*GrantsReaderServiceListGrantsForPrincipalRequest) ClearEntitlement added in v0.18.3

func (*GrantsReaderServiceListGrantsForPrincipalRequest) ClearPrincipalId added in v0.18.3

func (*GrantsReaderServiceListGrantsForPrincipalRequest) GetAnnotations added in v0.18.3

func (*GrantsReaderServiceListGrantsForPrincipalRequest) GetEntitlement added in v0.18.3

func (*GrantsReaderServiceListGrantsForPrincipalRequest) GetPageSize added in v0.18.3

func (*GrantsReaderServiceListGrantsForPrincipalRequest) GetPageToken added in v0.18.3

func (*GrantsReaderServiceListGrantsForPrincipalRequest) GetPrincipalId added in v0.18.3

func (*GrantsReaderServiceListGrantsForPrincipalRequest) HasEntitlement added in v0.18.3

func (*GrantsReaderServiceListGrantsForPrincipalRequest) HasPrincipalId added in v0.18.3

func (*GrantsReaderServiceListGrantsForPrincipalRequest) ProtoMessage added in v0.18.3

func (*GrantsReaderServiceListGrantsForPrincipalRequest) ProtoReflect added in v0.18.3

func (*GrantsReaderServiceListGrantsForPrincipalRequest) Reset added in v0.18.3

func (*GrantsReaderServiceListGrantsForPrincipalRequest) SetAnnotations added in v0.18.3

func (*GrantsReaderServiceListGrantsForPrincipalRequest) SetEntitlement added in v0.18.3

func (*GrantsReaderServiceListGrantsForPrincipalRequest) SetPageSize added in v0.18.3

func (*GrantsReaderServiceListGrantsForPrincipalRequest) SetPageToken added in v0.18.3

func (*GrantsReaderServiceListGrantsForPrincipalRequest) SetPrincipalId added in v0.18.3

func (*GrantsReaderServiceListGrantsForPrincipalRequest) String added in v0.18.3

func (*GrantsReaderServiceListGrantsForPrincipalRequest) Validate added in v0.18.3

Validate checks the field values on GrantsReaderServiceListGrantsForPrincipalRequest 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 (*GrantsReaderServiceListGrantsForPrincipalRequest) ValidateAll added in v0.18.3

ValidateAll checks the field values on GrantsReaderServiceListGrantsForPrincipalRequest 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 GrantsReaderServiceListGrantsForPrincipalRequestMultiError, or nil if none found.

type GrantsReaderServiceListGrantsForPrincipalRequestMultiError added in v0.18.3

type GrantsReaderServiceListGrantsForPrincipalRequestMultiError []error

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

func (GrantsReaderServiceListGrantsForPrincipalRequestMultiError) AllErrors added in v0.18.3

AllErrors returns a list of validation violation errors.

func (GrantsReaderServiceListGrantsForPrincipalRequestMultiError) Error added in v0.18.3

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

type GrantsReaderServiceListGrantsForPrincipalRequestValidationError added in v0.18.3

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

GrantsReaderServiceListGrantsForPrincipalRequestValidationError is the validation error returned by GrantsReaderServiceListGrantsForPrincipalRequest.Validate if the designated constraints aren't met.

func (GrantsReaderServiceListGrantsForPrincipalRequestValidationError) Cause added in v0.18.3

Cause function returns cause value.

func (GrantsReaderServiceListGrantsForPrincipalRequestValidationError) Error added in v0.18.3

Error satisfies the builtin error interface

func (GrantsReaderServiceListGrantsForPrincipalRequestValidationError) ErrorName added in v0.18.3

ErrorName returns error name.

func (GrantsReaderServiceListGrantsForPrincipalRequestValidationError) Field added in v0.18.3

Field function returns field value.

func (GrantsReaderServiceListGrantsForPrincipalRequestValidationError) Key added in v0.18.3

Key function returns key value.

func (GrantsReaderServiceListGrantsForPrincipalRequestValidationError) Reason added in v0.18.3

Reason function returns reason value.

type GrantsReaderServiceListGrantsForPrincipalRequest_builder added in v0.18.3

type GrantsReaderServiceListGrantsForPrincipalRequest_builder struct {
	PrincipalId *v2.ResourceId
	// Optional: narrow results to grants on this entitlement.
	Entitlement *v2.Entitlement
	PageSize    uint32
	PageToken   string
	Annotations []*anypb.Any
	// contains filtered or unexported fields
}

func (GrantsReaderServiceListGrantsForPrincipalRequest_builder) Build added in v0.18.3

type GrantsReaderServiceListGrantsForPrincipalResponse added in v0.18.3

type GrantsReaderServiceListGrantsForPrincipalResponse struct {
	List          []*v2.Grant `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
	NextPageToken string      `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*GrantsReaderServiceListGrantsForPrincipalResponse) GetList added in v0.18.3

func (*GrantsReaderServiceListGrantsForPrincipalResponse) GetNextPageToken added in v0.18.3

func (*GrantsReaderServiceListGrantsForPrincipalResponse) ProtoMessage added in v0.18.3

func (*GrantsReaderServiceListGrantsForPrincipalResponse) ProtoReflect added in v0.18.3

func (*GrantsReaderServiceListGrantsForPrincipalResponse) Reset added in v0.18.3

func (*GrantsReaderServiceListGrantsForPrincipalResponse) SetList added in v0.18.3

func (*GrantsReaderServiceListGrantsForPrincipalResponse) SetNextPageToken added in v0.18.3

func (*GrantsReaderServiceListGrantsForPrincipalResponse) String added in v0.18.3

func (*GrantsReaderServiceListGrantsForPrincipalResponse) Validate added in v0.18.3

Validate checks the field values on GrantsReaderServiceListGrantsForPrincipalResponse 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 (*GrantsReaderServiceListGrantsForPrincipalResponse) ValidateAll added in v0.18.3

ValidateAll checks the field values on GrantsReaderServiceListGrantsForPrincipalResponse 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 GrantsReaderServiceListGrantsForPrincipalResponseMultiError, or nil if none found.

type GrantsReaderServiceListGrantsForPrincipalResponseMultiError added in v0.18.3

type GrantsReaderServiceListGrantsForPrincipalResponseMultiError []error

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

func (GrantsReaderServiceListGrantsForPrincipalResponseMultiError) AllErrors added in v0.18.3

AllErrors returns a list of validation violation errors.

func (GrantsReaderServiceListGrantsForPrincipalResponseMultiError) Error added in v0.18.3

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

type GrantsReaderServiceListGrantsForPrincipalResponseValidationError added in v0.18.3

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

GrantsReaderServiceListGrantsForPrincipalResponseValidationError is the validation error returned by GrantsReaderServiceListGrantsForPrincipalResponse.Validate if the designated constraints aren't met.

func (GrantsReaderServiceListGrantsForPrincipalResponseValidationError) Cause added in v0.18.3

Cause function returns cause value.

func (GrantsReaderServiceListGrantsForPrincipalResponseValidationError) Error added in v0.18.3

Error satisfies the builtin error interface

func (GrantsReaderServiceListGrantsForPrincipalResponseValidationError) ErrorName added in v0.18.3

ErrorName returns error name.

func (GrantsReaderServiceListGrantsForPrincipalResponseValidationError) Field added in v0.18.3

Field function returns field value.

func (GrantsReaderServiceListGrantsForPrincipalResponseValidationError) Key added in v0.18.3

Key function returns key value.

func (GrantsReaderServiceListGrantsForPrincipalResponseValidationError) Reason added in v0.18.3

Reason function returns reason value.

type GrantsReaderServiceListGrantsForPrincipalResponse_builder added in v0.18.3

type GrantsReaderServiceListGrantsForPrincipalResponse_builder struct {
	List          []*v2.Grant
	NextPageToken string
	// contains filtered or unexported fields
}

func (GrantsReaderServiceListGrantsForPrincipalResponse_builder) Build added in v0.18.3

type GrantsReaderServiceListGrantsForResourceTypeRequest added in v0.0.6

type GrantsReaderServiceListGrantsForResourceTypeRequest struct {
	ResourceTypeId string       `protobuf:"bytes,1,opt,name=resource_type_id,json=resourceTypeId,proto3" json:"resource_type_id,omitempty"`
	PageSize       uint32       `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageToken      string       `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	Annotations    []*anypb.Any `protobuf:"bytes,4,rep,name=annotations,proto3" json:"annotations,omitempty"`
	// contains filtered or unexported fields
}

func (*GrantsReaderServiceListGrantsForResourceTypeRequest) GetAnnotations added in v0.0.32

func (*GrantsReaderServiceListGrantsForResourceTypeRequest) GetPageSize added in v0.0.6

func (*GrantsReaderServiceListGrantsForResourceTypeRequest) GetPageToken added in v0.0.6

func (*GrantsReaderServiceListGrantsForResourceTypeRequest) GetResourceTypeId added in v0.0.6

func (*GrantsReaderServiceListGrantsForResourceTypeRequest) ProtoMessage added in v0.0.6

func (*GrantsReaderServiceListGrantsForResourceTypeRequest) ProtoReflect added in v0.0.6

func (*GrantsReaderServiceListGrantsForResourceTypeRequest) Reset added in v0.0.6

func (*GrantsReaderServiceListGrantsForResourceTypeRequest) SetAnnotations added in v0.5.0

func (*GrantsReaderServiceListGrantsForResourceTypeRequest) SetPageSize added in v0.5.0

func (*GrantsReaderServiceListGrantsForResourceTypeRequest) SetPageToken added in v0.5.0

func (*GrantsReaderServiceListGrantsForResourceTypeRequest) SetResourceTypeId added in v0.5.0

func (*GrantsReaderServiceListGrantsForResourceTypeRequest) String added in v0.0.6

func (*GrantsReaderServiceListGrantsForResourceTypeRequest) Validate added in v0.0.6

Validate checks the field values on GrantsReaderServiceListGrantsForResourceTypeRequest 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 (*GrantsReaderServiceListGrantsForResourceTypeRequest) ValidateAll added in v0.0.6

ValidateAll checks the field values on GrantsReaderServiceListGrantsForResourceTypeRequest 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 GrantsReaderServiceListGrantsForResourceTypeRequestMultiError, or nil if none found.

type GrantsReaderServiceListGrantsForResourceTypeRequestMultiError added in v0.0.6

type GrantsReaderServiceListGrantsForResourceTypeRequestMultiError []error

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

func (GrantsReaderServiceListGrantsForResourceTypeRequestMultiError) AllErrors added in v0.0.6

AllErrors returns a list of validation violation errors.

func (GrantsReaderServiceListGrantsForResourceTypeRequestMultiError) Error added in v0.0.6

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

type GrantsReaderServiceListGrantsForResourceTypeRequestValidationError added in v0.0.6

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

GrantsReaderServiceListGrantsForResourceTypeRequestValidationError is the validation error returned by GrantsReaderServiceListGrantsForResourceTypeRequest.Validate if the designated constraints aren't met.

func (GrantsReaderServiceListGrantsForResourceTypeRequestValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (GrantsReaderServiceListGrantsForResourceTypeRequestValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (GrantsReaderServiceListGrantsForResourceTypeRequestValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (GrantsReaderServiceListGrantsForResourceTypeRequestValidationError) Field added in v0.0.6

Field function returns field value.

func (GrantsReaderServiceListGrantsForResourceTypeRequestValidationError) Key added in v0.0.6

Key function returns key value.

func (GrantsReaderServiceListGrantsForResourceTypeRequestValidationError) Reason added in v0.0.6

Reason function returns reason value.

type GrantsReaderServiceListGrantsForResourceTypeRequest_builder added in v0.5.0

type GrantsReaderServiceListGrantsForResourceTypeRequest_builder struct {
	ResourceTypeId string
	PageSize       uint32
	PageToken      string
	Annotations    []*anypb.Any
	// contains filtered or unexported fields
}

func (GrantsReaderServiceListGrantsForResourceTypeRequest_builder) Build added in v0.5.0

type GrantsReaderServiceListGrantsForResourceTypeResponse added in v0.0.6

type GrantsReaderServiceListGrantsForResourceTypeResponse struct {
	List          []*v2.Grant `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
	NextPageToken string      `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*GrantsReaderServiceListGrantsForResourceTypeResponse) GetList added in v0.0.6

func (*GrantsReaderServiceListGrantsForResourceTypeResponse) GetNextPageToken added in v0.0.6

func (*GrantsReaderServiceListGrantsForResourceTypeResponse) ProtoMessage added in v0.0.6

func (*GrantsReaderServiceListGrantsForResourceTypeResponse) ProtoReflect added in v0.0.6

func (*GrantsReaderServiceListGrantsForResourceTypeResponse) Reset added in v0.0.6

func (*GrantsReaderServiceListGrantsForResourceTypeResponse) SetList added in v0.5.0

func (*GrantsReaderServiceListGrantsForResourceTypeResponse) SetNextPageToken added in v0.5.0

func (*GrantsReaderServiceListGrantsForResourceTypeResponse) String added in v0.0.6

func (*GrantsReaderServiceListGrantsForResourceTypeResponse) Validate added in v0.0.6

Validate checks the field values on GrantsReaderServiceListGrantsForResourceTypeResponse 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 (*GrantsReaderServiceListGrantsForResourceTypeResponse) ValidateAll added in v0.0.6

ValidateAll checks the field values on GrantsReaderServiceListGrantsForResourceTypeResponse 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 GrantsReaderServiceListGrantsForResourceTypeResponseMultiError, or nil if none found.

type GrantsReaderServiceListGrantsForResourceTypeResponseMultiError added in v0.0.6

type GrantsReaderServiceListGrantsForResourceTypeResponseMultiError []error

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

func (GrantsReaderServiceListGrantsForResourceTypeResponseMultiError) AllErrors added in v0.0.6

AllErrors returns a list of validation violation errors.

func (GrantsReaderServiceListGrantsForResourceTypeResponseMultiError) Error added in v0.0.6

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

type GrantsReaderServiceListGrantsForResourceTypeResponseValidationError added in v0.0.6

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

GrantsReaderServiceListGrantsForResourceTypeResponseValidationError is the validation error returned by GrantsReaderServiceListGrantsForResourceTypeResponse.Validate if the designated constraints aren't met.

func (GrantsReaderServiceListGrantsForResourceTypeResponseValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (GrantsReaderServiceListGrantsForResourceTypeResponseValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (GrantsReaderServiceListGrantsForResourceTypeResponseValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (GrantsReaderServiceListGrantsForResourceTypeResponseValidationError) Field added in v0.0.6

Field function returns field value.

func (GrantsReaderServiceListGrantsForResourceTypeResponseValidationError) Key added in v0.0.6

Key function returns key value.

func (GrantsReaderServiceListGrantsForResourceTypeResponseValidationError) Reason added in v0.0.6

Reason function returns reason value.

type GrantsReaderServiceListGrantsForResourceTypeResponse_builder added in v0.5.0

type GrantsReaderServiceListGrantsForResourceTypeResponse_builder struct {
	List          []*v2.Grant
	NextPageToken string
	// contains filtered or unexported fields
}

func (GrantsReaderServiceListGrantsForResourceTypeResponse_builder) Build added in v0.5.0

type GrantsReaderServiceServer

type GrantsReaderServiceServer interface {
	GetGrant(context.Context, *GrantsReaderServiceGetGrantRequest) (*GrantsReaderServiceGetGrantResponse, error)
	ListGrantsForEntitlement(context.Context, *GrantsReaderServiceListGrantsForEntitlementRequest) (*GrantsReaderServiceListGrantsForEntitlementResponse, error)
	ListGrantsForResourceType(context.Context, *GrantsReaderServiceListGrantsForResourceTypeRequest) (*GrantsReaderServiceListGrantsForResourceTypeResponse, error)
	// ListGrantsForEntitlements walks grants for up to 128 entitlements
	// in a single RPC. Page boundaries land between entitlements so
	// the cursor only needs to encode (entitlement_index, intra_cursor).
	ListGrantsForEntitlements(context.Context, *GrantsReaderServiceListGrantsForEntitlementsRequest) (*GrantsReaderServiceListGrantsForEntitlementsResponse, error)
	// ListGrantsForPrincipal returns all grants where the given principal_id
	// is the principal. The optional entitlement field narrows results to a
	// single entitlement. This is now a first-class RPC required by all
	// GrantsReaderServiceServer implementations.
	ListGrantsForPrincipal(context.Context, *GrantsReaderServiceListGrantsForPrincipalRequest) (*GrantsReaderServiceListGrantsForPrincipalResponse, error)
}

GrantsReaderServiceServer is the server API for GrantsReaderService service. All implementations should embed UnimplementedGrantsReaderServiceServer for forward compatibility.

type ResourceTypesReaderServiceClient

type ResourceTypesReaderServiceClient interface {
	GetResourceType(ctx context.Context, in *ResourceTypesReaderServiceGetResourceTypeRequest, opts ...grpc.CallOption) (*ResourceTypesReaderServiceGetResourceTypeResponse, error)
}

ResourceTypesReaderServiceClient is the client API for ResourceTypesReaderService 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 ResourceTypesReaderServiceGetResourceTypeRequest

type ResourceTypesReaderServiceGetResourceTypeRequest struct {
	ResourceTypeId string       `protobuf:"bytes,1,opt,name=resource_type_id,json=resourceTypeId,proto3" json:"resource_type_id,omitempty"`
	Annotations    []*anypb.Any `protobuf:"bytes,2,rep,name=annotations,proto3" json:"annotations,omitempty"`
	// contains filtered or unexported fields
}

func (*ResourceTypesReaderServiceGetResourceTypeRequest) GetAnnotations added in v0.2.82

func (*ResourceTypesReaderServiceGetResourceTypeRequest) GetResourceTypeId

func (*ResourceTypesReaderServiceGetResourceTypeRequest) ProtoMessage

func (*ResourceTypesReaderServiceGetResourceTypeRequest) ProtoReflect

func (*ResourceTypesReaderServiceGetResourceTypeRequest) Reset

func (*ResourceTypesReaderServiceGetResourceTypeRequest) SetAnnotations added in v0.5.0

func (*ResourceTypesReaderServiceGetResourceTypeRequest) SetResourceTypeId added in v0.5.0

func (*ResourceTypesReaderServiceGetResourceTypeRequest) String

func (*ResourceTypesReaderServiceGetResourceTypeRequest) Validate

Validate checks the field values on ResourceTypesReaderServiceGetResourceTypeRequest 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 (*ResourceTypesReaderServiceGetResourceTypeRequest) ValidateAll

ValidateAll checks the field values on ResourceTypesReaderServiceGetResourceTypeRequest 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 ResourceTypesReaderServiceGetResourceTypeRequestMultiError, or nil if none found.

type ResourceTypesReaderServiceGetResourceTypeRequestMultiError

type ResourceTypesReaderServiceGetResourceTypeRequestMultiError []error

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

func (ResourceTypesReaderServiceGetResourceTypeRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ResourceTypesReaderServiceGetResourceTypeRequestMultiError) Error

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

type ResourceTypesReaderServiceGetResourceTypeRequestValidationError

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

ResourceTypesReaderServiceGetResourceTypeRequestValidationError is the validation error returned by ResourceTypesReaderServiceGetResourceTypeRequest.Validate if the designated constraints aren't met.

func (ResourceTypesReaderServiceGetResourceTypeRequestValidationError) Cause

Cause function returns cause value.

func (ResourceTypesReaderServiceGetResourceTypeRequestValidationError) Error

Error satisfies the builtin error interface

func (ResourceTypesReaderServiceGetResourceTypeRequestValidationError) ErrorName

ErrorName returns error name.

func (ResourceTypesReaderServiceGetResourceTypeRequestValidationError) Field

Field function returns field value.

func (ResourceTypesReaderServiceGetResourceTypeRequestValidationError) Key

Key function returns key value.

func (ResourceTypesReaderServiceGetResourceTypeRequestValidationError) Reason

Reason function returns reason value.

type ResourceTypesReaderServiceGetResourceTypeRequest_builder added in v0.5.0

type ResourceTypesReaderServiceGetResourceTypeRequest_builder struct {
	ResourceTypeId string
	Annotations    []*anypb.Any
	// contains filtered or unexported fields
}

func (ResourceTypesReaderServiceGetResourceTypeRequest_builder) Build added in v0.5.0

type ResourceTypesReaderServiceGetResourceTypeResponse added in v0.1.0

type ResourceTypesReaderServiceGetResourceTypeResponse struct {
	ResourceType *v2.ResourceType `protobuf:"bytes,1,opt,name=resource_type,json=resourceType,proto3" json:"resource_type,omitempty"`
	// contains filtered or unexported fields
}

func (*ResourceTypesReaderServiceGetResourceTypeResponse) ClearResourceType added in v0.5.0

func (*ResourceTypesReaderServiceGetResourceTypeResponse) GetResourceType added in v0.1.0

func (*ResourceTypesReaderServiceGetResourceTypeResponse) HasResourceType added in v0.5.0

func (*ResourceTypesReaderServiceGetResourceTypeResponse) ProtoMessage added in v0.1.0

func (*ResourceTypesReaderServiceGetResourceTypeResponse) ProtoReflect added in v0.1.0

func (*ResourceTypesReaderServiceGetResourceTypeResponse) Reset added in v0.1.0

func (*ResourceTypesReaderServiceGetResourceTypeResponse) SetResourceType added in v0.5.0

func (*ResourceTypesReaderServiceGetResourceTypeResponse) String added in v0.1.0

func (*ResourceTypesReaderServiceGetResourceTypeResponse) Validate added in v0.1.0

Validate checks the field values on ResourceTypesReaderServiceGetResourceTypeResponse 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 (*ResourceTypesReaderServiceGetResourceTypeResponse) ValidateAll added in v0.1.0

ValidateAll checks the field values on ResourceTypesReaderServiceGetResourceTypeResponse 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 ResourceTypesReaderServiceGetResourceTypeResponseMultiError, or nil if none found.

type ResourceTypesReaderServiceGetResourceTypeResponseMultiError added in v0.1.0

type ResourceTypesReaderServiceGetResourceTypeResponseMultiError []error

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

func (ResourceTypesReaderServiceGetResourceTypeResponseMultiError) AllErrors added in v0.1.0

AllErrors returns a list of validation violation errors.

func (ResourceTypesReaderServiceGetResourceTypeResponseMultiError) Error added in v0.1.0

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

type ResourceTypesReaderServiceGetResourceTypeResponseValidationError added in v0.1.0

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

ResourceTypesReaderServiceGetResourceTypeResponseValidationError is the validation error returned by ResourceTypesReaderServiceGetResourceTypeResponse.Validate if the designated constraints aren't met.

func (ResourceTypesReaderServiceGetResourceTypeResponseValidationError) Cause added in v0.1.0

Cause function returns cause value.

func (ResourceTypesReaderServiceGetResourceTypeResponseValidationError) Error added in v0.1.0

Error satisfies the builtin error interface

func (ResourceTypesReaderServiceGetResourceTypeResponseValidationError) ErrorName added in v0.1.0

ErrorName returns error name.

func (ResourceTypesReaderServiceGetResourceTypeResponseValidationError) Field added in v0.1.0

Field function returns field value.

func (ResourceTypesReaderServiceGetResourceTypeResponseValidationError) Key added in v0.1.0

Key function returns key value.

func (ResourceTypesReaderServiceGetResourceTypeResponseValidationError) Reason added in v0.1.0

Reason function returns reason value.

type ResourceTypesReaderServiceGetResourceTypeResponse_builder added in v0.5.0

type ResourceTypesReaderServiceGetResourceTypeResponse_builder struct {
	ResourceType *v2.ResourceType
	// contains filtered or unexported fields
}

func (ResourceTypesReaderServiceGetResourceTypeResponse_builder) Build added in v0.5.0

type ResourceTypesReaderServiceServer

type ResourceTypesReaderServiceServer interface {
	GetResourceType(context.Context, *ResourceTypesReaderServiceGetResourceTypeRequest) (*ResourceTypesReaderServiceGetResourceTypeResponse, error)
}

ResourceTypesReaderServiceServer is the server API for ResourceTypesReaderService service. All implementations should embed UnimplementedResourceTypesReaderServiceServer for forward compatibility.

type ResourcesReaderServiceClient

type ResourcesReaderServiceClient interface {
	GetResource(ctx context.Context, in *ResourcesReaderServiceGetResourceRequest, opts ...grpc.CallOption) (*ResourcesReaderServiceGetResourceResponse, error)
	// ListResourcesByIds returns the resources for the supplied
	// ResourceId list. Missing ids are omitted from the response.
	ListResourcesByIds(ctx context.Context, in *ResourcesReaderServiceListResourcesByIdsRequest, opts ...grpc.CallOption) (*ResourcesReaderServiceListResourcesByIdsResponse, error)
}

ResourcesReaderServiceClient is the client API for ResourcesReaderService 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 ResourcesReaderServiceGetResourceRequest added in v0.1.0

type ResourcesReaderServiceGetResourceRequest struct {
	ResourceId  *v2.ResourceId `protobuf:"bytes,1,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"`
	Annotations []*anypb.Any   `protobuf:"bytes,2,rep,name=annotations,proto3" json:"annotations,omitempty"`
	// contains filtered or unexported fields
}

func (*ResourcesReaderServiceGetResourceRequest) ClearResourceId added in v0.5.0

func (x *ResourcesReaderServiceGetResourceRequest) ClearResourceId()

func (*ResourcesReaderServiceGetResourceRequest) GetAnnotations added in v0.1.0

func (x *ResourcesReaderServiceGetResourceRequest) GetAnnotations() []*anypb.Any

func (*ResourcesReaderServiceGetResourceRequest) GetResourceId added in v0.1.0

func (*ResourcesReaderServiceGetResourceRequest) HasResourceId added in v0.5.0

func (*ResourcesReaderServiceGetResourceRequest) ProtoMessage added in v0.1.0

func (*ResourcesReaderServiceGetResourceRequest) ProtoReflect added in v0.1.0

func (*ResourcesReaderServiceGetResourceRequest) Reset added in v0.1.0

func (*ResourcesReaderServiceGetResourceRequest) SetAnnotations added in v0.5.0

func (x *ResourcesReaderServiceGetResourceRequest) SetAnnotations(v []*anypb.Any)

func (*ResourcesReaderServiceGetResourceRequest) SetResourceId added in v0.5.0

func (*ResourcesReaderServiceGetResourceRequest) String added in v0.1.0

func (*ResourcesReaderServiceGetResourceRequest) Validate added in v0.1.0

Validate checks the field values on ResourcesReaderServiceGetResourceRequest 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 (*ResourcesReaderServiceGetResourceRequest) ValidateAll added in v0.1.0

ValidateAll checks the field values on ResourcesReaderServiceGetResourceRequest 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 ResourcesReaderServiceGetResourceRequestMultiError, or nil if none found.

type ResourcesReaderServiceGetResourceRequestMultiError added in v0.1.0

type ResourcesReaderServiceGetResourceRequestMultiError []error

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

func (ResourcesReaderServiceGetResourceRequestMultiError) AllErrors added in v0.1.0

AllErrors returns a list of validation violation errors.

func (ResourcesReaderServiceGetResourceRequestMultiError) Error added in v0.1.0

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

type ResourcesReaderServiceGetResourceRequestValidationError added in v0.1.0

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

ResourcesReaderServiceGetResourceRequestValidationError is the validation error returned by ResourcesReaderServiceGetResourceRequest.Validate if the designated constraints aren't met.

func (ResourcesReaderServiceGetResourceRequestValidationError) Cause added in v0.1.0

Cause function returns cause value.

func (ResourcesReaderServiceGetResourceRequestValidationError) Error added in v0.1.0

Error satisfies the builtin error interface

func (ResourcesReaderServiceGetResourceRequestValidationError) ErrorName added in v0.1.0

ErrorName returns error name.

func (ResourcesReaderServiceGetResourceRequestValidationError) Field added in v0.1.0

Field function returns field value.

func (ResourcesReaderServiceGetResourceRequestValidationError) Key added in v0.1.0

Key function returns key value.

func (ResourcesReaderServiceGetResourceRequestValidationError) Reason added in v0.1.0

Reason function returns reason value.

type ResourcesReaderServiceGetResourceRequest_builder added in v0.5.0

type ResourcesReaderServiceGetResourceRequest_builder struct {
	ResourceId  *v2.ResourceId
	Annotations []*anypb.Any
	// contains filtered or unexported fields
}

func (ResourcesReaderServiceGetResourceRequest_builder) Build added in v0.5.0

type ResourcesReaderServiceGetResourceResponse added in v0.1.0

type ResourcesReaderServiceGetResourceResponse struct {
	Resource *v2.Resource `protobuf:"bytes,1,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

func (*ResourcesReaderServiceGetResourceResponse) ClearResource added in v0.5.0

func (x *ResourcesReaderServiceGetResourceResponse) ClearResource()

func (*ResourcesReaderServiceGetResourceResponse) GetResource added in v0.1.0

func (*ResourcesReaderServiceGetResourceResponse) HasResource added in v0.5.0

func (*ResourcesReaderServiceGetResourceResponse) ProtoMessage added in v0.1.0

func (*ResourcesReaderServiceGetResourceResponse) ProtoReflect added in v0.1.0

func (*ResourcesReaderServiceGetResourceResponse) Reset added in v0.1.0

func (*ResourcesReaderServiceGetResourceResponse) SetResource added in v0.5.0

func (*ResourcesReaderServiceGetResourceResponse) String added in v0.1.0

func (*ResourcesReaderServiceGetResourceResponse) Validate added in v0.1.0

Validate checks the field values on ResourcesReaderServiceGetResourceResponse 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 (*ResourcesReaderServiceGetResourceResponse) ValidateAll added in v0.1.0

ValidateAll checks the field values on ResourcesReaderServiceGetResourceResponse 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 ResourcesReaderServiceGetResourceResponseMultiError, or nil if none found.

type ResourcesReaderServiceGetResourceResponseMultiError added in v0.1.0

type ResourcesReaderServiceGetResourceResponseMultiError []error

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

func (ResourcesReaderServiceGetResourceResponseMultiError) AllErrors added in v0.1.0

AllErrors returns a list of validation violation errors.

func (ResourcesReaderServiceGetResourceResponseMultiError) Error added in v0.1.0

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

type ResourcesReaderServiceGetResourceResponseValidationError added in v0.1.0

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

ResourcesReaderServiceGetResourceResponseValidationError is the validation error returned by ResourcesReaderServiceGetResourceResponse.Validate if the designated constraints aren't met.

func (ResourcesReaderServiceGetResourceResponseValidationError) Cause added in v0.1.0

Cause function returns cause value.

func (ResourcesReaderServiceGetResourceResponseValidationError) Error added in v0.1.0

Error satisfies the builtin error interface

func (ResourcesReaderServiceGetResourceResponseValidationError) ErrorName added in v0.1.0

ErrorName returns error name.

func (ResourcesReaderServiceGetResourceResponseValidationError) Field added in v0.1.0

Field function returns field value.

func (ResourcesReaderServiceGetResourceResponseValidationError) Key added in v0.1.0

Key function returns key value.

func (ResourcesReaderServiceGetResourceResponseValidationError) Reason added in v0.1.0

Reason function returns reason value.

type ResourcesReaderServiceGetResourceResponse_builder added in v0.5.0

type ResourcesReaderServiceGetResourceResponse_builder struct {
	Resource *v2.Resource
	// contains filtered or unexported fields
}

func (ResourcesReaderServiceGetResourceResponse_builder) Build added in v0.5.0

type ResourcesReaderServiceListResourcesByIdsRequest added in v0.10.0

type ResourcesReaderServiceListResourcesByIdsRequest struct {
	ResourceIds []*v2.ResourceId `protobuf:"bytes,1,rep,name=resource_ids,json=resourceIds,proto3" json:"resource_ids,omitempty"`
	Annotations []*anypb.Any     `protobuf:"bytes,100,rep,name=annotations,proto3" json:"annotations,omitempty"`
	// contains filtered or unexported fields
}

func (*ResourcesReaderServiceListResourcesByIdsRequest) GetAnnotations added in v0.10.0

func (*ResourcesReaderServiceListResourcesByIdsRequest) GetResourceIds added in v0.10.0

func (*ResourcesReaderServiceListResourcesByIdsRequest) ProtoMessage added in v0.10.0

func (*ResourcesReaderServiceListResourcesByIdsRequest) ProtoReflect added in v0.10.0

func (*ResourcesReaderServiceListResourcesByIdsRequest) Reset added in v0.10.0

func (*ResourcesReaderServiceListResourcesByIdsRequest) SetAnnotations added in v0.10.0

func (*ResourcesReaderServiceListResourcesByIdsRequest) SetResourceIds added in v0.10.0

func (*ResourcesReaderServiceListResourcesByIdsRequest) String added in v0.10.0

func (*ResourcesReaderServiceListResourcesByIdsRequest) Validate added in v0.10.0

Validate checks the field values on ResourcesReaderServiceListResourcesByIdsRequest 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 (*ResourcesReaderServiceListResourcesByIdsRequest) ValidateAll added in v0.10.0

ValidateAll checks the field values on ResourcesReaderServiceListResourcesByIdsRequest 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 ResourcesReaderServiceListResourcesByIdsRequestMultiError, or nil if none found.

type ResourcesReaderServiceListResourcesByIdsRequestMultiError added in v0.10.0

type ResourcesReaderServiceListResourcesByIdsRequestMultiError []error

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

func (ResourcesReaderServiceListResourcesByIdsRequestMultiError) AllErrors added in v0.10.0

AllErrors returns a list of validation violation errors.

func (ResourcesReaderServiceListResourcesByIdsRequestMultiError) Error added in v0.10.0

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

type ResourcesReaderServiceListResourcesByIdsRequestValidationError added in v0.10.0

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

ResourcesReaderServiceListResourcesByIdsRequestValidationError is the validation error returned by ResourcesReaderServiceListResourcesByIdsRequest.Validate if the designated constraints aren't met.

func (ResourcesReaderServiceListResourcesByIdsRequestValidationError) Cause added in v0.10.0

Cause function returns cause value.

func (ResourcesReaderServiceListResourcesByIdsRequestValidationError) Error added in v0.10.0

Error satisfies the builtin error interface

func (ResourcesReaderServiceListResourcesByIdsRequestValidationError) ErrorName added in v0.10.0

ErrorName returns error name.

func (ResourcesReaderServiceListResourcesByIdsRequestValidationError) Field added in v0.10.0

Field function returns field value.

func (ResourcesReaderServiceListResourcesByIdsRequestValidationError) Key added in v0.10.0

Key function returns key value.

func (ResourcesReaderServiceListResourcesByIdsRequestValidationError) Reason added in v0.10.0

Reason function returns reason value.

type ResourcesReaderServiceListResourcesByIdsRequest_builder added in v0.10.0

type ResourcesReaderServiceListResourcesByIdsRequest_builder struct {
	ResourceIds []*v2.ResourceId
	Annotations []*anypb.Any
	// contains filtered or unexported fields
}

func (ResourcesReaderServiceListResourcesByIdsRequest_builder) Build added in v0.10.0

type ResourcesReaderServiceListResourcesByIdsResponse added in v0.10.0

type ResourcesReaderServiceListResourcesByIdsResponse struct {
	List []*v2.Resource `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*ResourcesReaderServiceListResourcesByIdsResponse) GetList added in v0.10.0

func (*ResourcesReaderServiceListResourcesByIdsResponse) ProtoMessage added in v0.10.0

func (*ResourcesReaderServiceListResourcesByIdsResponse) ProtoReflect added in v0.10.0

func (*ResourcesReaderServiceListResourcesByIdsResponse) Reset added in v0.10.0

func (*ResourcesReaderServiceListResourcesByIdsResponse) SetList added in v0.10.0

func (*ResourcesReaderServiceListResourcesByIdsResponse) String added in v0.10.0

func (*ResourcesReaderServiceListResourcesByIdsResponse) Validate added in v0.10.0

Validate checks the field values on ResourcesReaderServiceListResourcesByIdsResponse 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 (*ResourcesReaderServiceListResourcesByIdsResponse) ValidateAll added in v0.10.0

ValidateAll checks the field values on ResourcesReaderServiceListResourcesByIdsResponse 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 ResourcesReaderServiceListResourcesByIdsResponseMultiError, or nil if none found.

type ResourcesReaderServiceListResourcesByIdsResponseMultiError added in v0.10.0

type ResourcesReaderServiceListResourcesByIdsResponseMultiError []error

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

func (ResourcesReaderServiceListResourcesByIdsResponseMultiError) AllErrors added in v0.10.0

AllErrors returns a list of validation violation errors.

func (ResourcesReaderServiceListResourcesByIdsResponseMultiError) Error added in v0.10.0

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

type ResourcesReaderServiceListResourcesByIdsResponseValidationError added in v0.10.0

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

ResourcesReaderServiceListResourcesByIdsResponseValidationError is the validation error returned by ResourcesReaderServiceListResourcesByIdsResponse.Validate if the designated constraints aren't met.

func (ResourcesReaderServiceListResourcesByIdsResponseValidationError) Cause added in v0.10.0

Cause function returns cause value.

func (ResourcesReaderServiceListResourcesByIdsResponseValidationError) Error added in v0.10.0

Error satisfies the builtin error interface

func (ResourcesReaderServiceListResourcesByIdsResponseValidationError) ErrorName added in v0.10.0

ErrorName returns error name.

func (ResourcesReaderServiceListResourcesByIdsResponseValidationError) Field added in v0.10.0

Field function returns field value.

func (ResourcesReaderServiceListResourcesByIdsResponseValidationError) Key added in v0.10.0

Key function returns key value.

func (ResourcesReaderServiceListResourcesByIdsResponseValidationError) Reason added in v0.10.0

Reason function returns reason value.

type ResourcesReaderServiceListResourcesByIdsResponse_builder added in v0.10.0

type ResourcesReaderServiceListResourcesByIdsResponse_builder struct {
	List []*v2.Resource
	// contains filtered or unexported fields
}

func (ResourcesReaderServiceListResourcesByIdsResponse_builder) Build added in v0.10.0

type ResourcesReaderServiceServer

type ResourcesReaderServiceServer interface {
	GetResource(context.Context, *ResourcesReaderServiceGetResourceRequest) (*ResourcesReaderServiceGetResourceResponse, error)
	// ListResourcesByIds returns the resources for the supplied
	// ResourceId list. Missing ids are omitted from the response.
	ListResourcesByIds(context.Context, *ResourcesReaderServiceListResourcesByIdsRequest) (*ResourcesReaderServiceListResourcesByIdsResponse, error)
}

ResourcesReaderServiceServer is the server API for ResourcesReaderService service. All implementations should embed UnimplementedResourcesReaderServiceServer for forward compatibility.

type SyncRun added in v0.2.83

type SyncRun struct {
	Id           string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	StartedAt    *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=started_at,json=startedAt,proto3" json:"started_at,omitempty"`
	EndedAt      *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=ended_at,json=endedAt,proto3" json:"ended_at,omitempty"`
	SyncToken    string                 `protobuf:"bytes,4,opt,name=sync_token,json=syncToken,proto3" json:"sync_token,omitempty"`
	SyncType     string                 `protobuf:"bytes,5,opt,name=sync_type,json=syncType,proto3" json:"sync_type,omitempty"`
	ParentSyncId string                 `protobuf:"bytes,6,opt,name=parent_sync_id,json=parentSyncId,proto3" json:"parent_sync_id,omitempty"`
	Stats        *SyncStats             `protobuf:"bytes,7,opt,name=stats,proto3" json:"stats,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncRun) ClearEndedAt added in v0.5.0

func (x *SyncRun) ClearEndedAt()

func (*SyncRun) ClearStartedAt added in v0.5.0

func (x *SyncRun) ClearStartedAt()

func (*SyncRun) ClearStats added in v0.10.0

func (x *SyncRun) ClearStats()

func (*SyncRun) GetEndedAt added in v0.2.83

func (x *SyncRun) GetEndedAt() *timestamppb.Timestamp

func (*SyncRun) GetId added in v0.2.83

func (x *SyncRun) GetId() string

func (*SyncRun) GetParentSyncId added in v0.3.0

func (x *SyncRun) GetParentSyncId() string

func (*SyncRun) GetStartedAt added in v0.2.83

func (x *SyncRun) GetStartedAt() *timestamppb.Timestamp

func (*SyncRun) GetStats added in v0.10.0

func (x *SyncRun) GetStats() *SyncStats

func (*SyncRun) GetSyncToken added in v0.2.83

func (x *SyncRun) GetSyncToken() string

func (*SyncRun) GetSyncType added in v0.3.0

func (x *SyncRun) GetSyncType() string

func (*SyncRun) HasEndedAt added in v0.5.0

func (x *SyncRun) HasEndedAt() bool

func (*SyncRun) HasStartedAt added in v0.5.0

func (x *SyncRun) HasStartedAt() bool

func (*SyncRun) HasStats added in v0.10.0

func (x *SyncRun) HasStats() bool

func (*SyncRun) ProtoMessage added in v0.2.83

func (*SyncRun) ProtoMessage()

func (*SyncRun) ProtoReflect added in v0.2.83

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

func (*SyncRun) Reset added in v0.2.83

func (x *SyncRun) Reset()

func (*SyncRun) SetEndedAt added in v0.5.0

func (x *SyncRun) SetEndedAt(v *timestamppb.Timestamp)

func (*SyncRun) SetId added in v0.5.0

func (x *SyncRun) SetId(v string)

func (*SyncRun) SetParentSyncId added in v0.5.0

func (x *SyncRun) SetParentSyncId(v string)

func (*SyncRun) SetStartedAt added in v0.5.0

func (x *SyncRun) SetStartedAt(v *timestamppb.Timestamp)

func (*SyncRun) SetStats added in v0.10.0

func (x *SyncRun) SetStats(v *SyncStats)

func (*SyncRun) SetSyncToken added in v0.5.0

func (x *SyncRun) SetSyncToken(v string)

func (*SyncRun) SetSyncType added in v0.5.0

func (x *SyncRun) SetSyncType(v string)

func (*SyncRun) String added in v0.2.83

func (x *SyncRun) String() string

func (*SyncRun) Validate added in v0.2.83

func (m *SyncRun) Validate() error

Validate checks the field values on SyncRun 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 (*SyncRun) ValidateAll added in v0.2.83

func (m *SyncRun) ValidateAll() error

ValidateAll checks the field values on SyncRun 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 SyncRunMultiError, or nil if none found.

type SyncRunMultiError added in v0.2.83

type SyncRunMultiError []error

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

func (SyncRunMultiError) AllErrors added in v0.2.83

func (m SyncRunMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SyncRunMultiError) Error added in v0.2.83

func (m SyncRunMultiError) Error() string

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

type SyncRunValidationError added in v0.2.83

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

SyncRunValidationError is the validation error returned by SyncRun.Validate if the designated constraints aren't met.

func (SyncRunValidationError) Cause added in v0.2.83

func (e SyncRunValidationError) Cause() error

Cause function returns cause value.

func (SyncRunValidationError) Error added in v0.2.83

func (e SyncRunValidationError) Error() string

Error satisfies the builtin error interface

func (SyncRunValidationError) ErrorName added in v0.2.83

func (e SyncRunValidationError) ErrorName() string

ErrorName returns error name.

func (SyncRunValidationError) Field added in v0.2.83

func (e SyncRunValidationError) Field() string

Field function returns field value.

func (SyncRunValidationError) Key added in v0.2.83

func (e SyncRunValidationError) Key() bool

Key function returns key value.

func (SyncRunValidationError) Reason added in v0.2.83

func (e SyncRunValidationError) Reason() string

Reason function returns reason value.

type SyncRun_builder added in v0.5.0

type SyncRun_builder struct {
	Id           string
	StartedAt    *timestamppb.Timestamp
	EndedAt      *timestamppb.Timestamp
	SyncToken    string
	SyncType     string
	ParentSyncId string
	Stats        *SyncStats
	// contains filtered or unexported fields
}

func (SyncRun_builder) Build added in v0.5.0

func (b0 SyncRun_builder) Build() *SyncRun

type SyncStats added in v0.10.0

type SyncStats struct {
	ResourceTypes              int64            `protobuf:"varint,1,opt,name=resource_types,json=resourceTypes,proto3" json:"resource_types,omitempty"`
	Resources                  int64            `protobuf:"varint,2,opt,name=resources,proto3" json:"resources,omitempty"`
	Entitlements               int64            `protobuf:"varint,3,opt,name=entitlements,proto3" json:"entitlements,omitempty"`
	Grants                     int64            `protobuf:"varint,4,opt,name=grants,proto3" json:"grants,omitempty"`
	ResourcesByResourceType    map[string]int64 `` /* 209-byte string literal not displayed */
	GrantsByResourceType       map[string]int64 `` /* 200-byte string literal not displayed */
	EntitlementsByResourceType map[string]int64 `` /* 218-byte string literal not displayed */
	Assets                     int64            `protobuf:"varint,8,opt,name=assets,proto3" json:"assets,omitempty"`
	// Timing / call stats lifted from the syncer token at EndSync.
	// Keys match the sync-token JSON fields (e.g. "rate_limit_wait",
	// "list-grants", "get"). Compacted syncs fold partial timings into
	// the token's top-level maps at compaction time.
	StepDurationsMs    map[string]int64     `` /* 183-byte string literal not displayed */
	ConnectorCallStats map[string]*CallStat `` /* 192-byte string literal not displayed */
	SessionStoreStats  map[string]*CallStat `` /* 189-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SyncStats) GetAssets added in v0.19.0

func (x *SyncStats) GetAssets() int64

func (*SyncStats) GetConnectorCallStats added in v0.19.0

func (x *SyncStats) GetConnectorCallStats() map[string]*CallStat

func (*SyncStats) GetEntitlements added in v0.10.0

func (x *SyncStats) GetEntitlements() int64

func (*SyncStats) GetEntitlementsByResourceType added in v0.16.0

func (x *SyncStats) GetEntitlementsByResourceType() map[string]int64

func (*SyncStats) GetGrants added in v0.10.0

func (x *SyncStats) GetGrants() int64

func (*SyncStats) GetGrantsByResourceType added in v0.10.0

func (x *SyncStats) GetGrantsByResourceType() map[string]int64

func (*SyncStats) GetResourceTypes added in v0.10.0

func (x *SyncStats) GetResourceTypes() int64

func (*SyncStats) GetResources added in v0.10.0

func (x *SyncStats) GetResources() int64

func (*SyncStats) GetResourcesByResourceType added in v0.10.0

func (x *SyncStats) GetResourcesByResourceType() map[string]int64

func (*SyncStats) GetSessionStoreStats added in v0.19.0

func (x *SyncStats) GetSessionStoreStats() map[string]*CallStat

func (*SyncStats) GetStepDurationsMs added in v0.19.0

func (x *SyncStats) GetStepDurationsMs() map[string]int64

func (*SyncStats) ProtoMessage added in v0.10.0

func (*SyncStats) ProtoMessage()

func (*SyncStats) ProtoReflect added in v0.10.0

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

func (*SyncStats) Reset added in v0.10.0

func (x *SyncStats) Reset()

func (*SyncStats) SetAssets added in v0.19.0

func (x *SyncStats) SetAssets(v int64)

func (*SyncStats) SetConnectorCallStats added in v0.19.0

func (x *SyncStats) SetConnectorCallStats(v map[string]*CallStat)

func (*SyncStats) SetEntitlements added in v0.10.0

func (x *SyncStats) SetEntitlements(v int64)

func (*SyncStats) SetEntitlementsByResourceType added in v0.16.0

func (x *SyncStats) SetEntitlementsByResourceType(v map[string]int64)

func (*SyncStats) SetGrants added in v0.10.0

func (x *SyncStats) SetGrants(v int64)

func (*SyncStats) SetGrantsByResourceType added in v0.10.0

func (x *SyncStats) SetGrantsByResourceType(v map[string]int64)

func (*SyncStats) SetResourceTypes added in v0.10.0

func (x *SyncStats) SetResourceTypes(v int64)

func (*SyncStats) SetResources added in v0.10.0

func (x *SyncStats) SetResources(v int64)

func (*SyncStats) SetResourcesByResourceType added in v0.10.0

func (x *SyncStats) SetResourcesByResourceType(v map[string]int64)

func (*SyncStats) SetSessionStoreStats added in v0.19.0

func (x *SyncStats) SetSessionStoreStats(v map[string]*CallStat)

func (*SyncStats) SetStepDurationsMs added in v0.19.0

func (x *SyncStats) SetStepDurationsMs(v map[string]int64)

func (*SyncStats) String added in v0.10.0

func (x *SyncStats) String() string

func (*SyncStats) Validate added in v0.10.0

func (m *SyncStats) Validate() error

Validate checks the field values on SyncStats 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 (*SyncStats) ValidateAll added in v0.10.0

func (m *SyncStats) ValidateAll() error

ValidateAll checks the field values on SyncStats 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 SyncStatsMultiError, or nil if none found.

type SyncStatsMultiError added in v0.10.0

type SyncStatsMultiError []error

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

func (SyncStatsMultiError) AllErrors added in v0.10.0

func (m SyncStatsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SyncStatsMultiError) Error added in v0.10.0

func (m SyncStatsMultiError) Error() string

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

type SyncStatsValidationError added in v0.10.0

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

SyncStatsValidationError is the validation error returned by SyncStats.Validate if the designated constraints aren't met.

func (SyncStatsValidationError) Cause added in v0.10.0

func (e SyncStatsValidationError) Cause() error

Cause function returns cause value.

func (SyncStatsValidationError) Error added in v0.10.0

func (e SyncStatsValidationError) Error() string

Error satisfies the builtin error interface

func (SyncStatsValidationError) ErrorName added in v0.10.0

func (e SyncStatsValidationError) ErrorName() string

ErrorName returns error name.

func (SyncStatsValidationError) Field added in v0.10.0

func (e SyncStatsValidationError) Field() string

Field function returns field value.

func (SyncStatsValidationError) Key added in v0.10.0

Key function returns key value.

func (SyncStatsValidationError) Reason added in v0.10.0

func (e SyncStatsValidationError) Reason() string

Reason function returns reason value.

type SyncStats_builder added in v0.10.0

type SyncStats_builder struct {
	ResourceTypes              int64
	Resources                  int64
	Entitlements               int64
	Grants                     int64
	ResourcesByResourceType    map[string]int64
	GrantsByResourceType       map[string]int64
	EntitlementsByResourceType map[string]int64
	Assets                     int64
	// Timing / call stats lifted from the syncer token at EndSync.
	// Keys match the sync-token JSON fields (e.g. "rate_limit_wait",
	// "list-grants", "get"). Compacted syncs fold partial timings into
	// the token's top-level maps at compaction time.
	StepDurationsMs    map[string]int64
	ConnectorCallStats map[string]*CallStat
	SessionStoreStats  map[string]*CallStat
	// contains filtered or unexported fields
}

func (SyncStats_builder) Build added in v0.10.0

func (b0 SyncStats_builder) Build() *SyncStats

type SyncsReaderServiceClient added in v0.2.83

SyncsReaderServiceClient is the client API for SyncsReaderService 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.

func NewSyncsReaderServiceClient added in v0.2.83

func NewSyncsReaderServiceClient(cc grpc.ClientConnInterface) SyncsReaderServiceClient

type SyncsReaderServiceGetLatestFinishedSyncRequest added in v0.2.83

type SyncsReaderServiceGetLatestFinishedSyncRequest struct {
	Annotations []*anypb.Any `protobuf:"bytes,1,rep,name=annotations,proto3" json:"annotations,omitempty"`
	SyncType    string       `protobuf:"bytes,2,opt,name=sync_type,json=syncType,proto3" json:"sync_type,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncsReaderServiceGetLatestFinishedSyncRequest) GetAnnotations added in v0.2.83

func (*SyncsReaderServiceGetLatestFinishedSyncRequest) GetSyncType added in v0.3.1

func (*SyncsReaderServiceGetLatestFinishedSyncRequest) ProtoMessage added in v0.2.83

func (*SyncsReaderServiceGetLatestFinishedSyncRequest) ProtoReflect added in v0.2.83

func (*SyncsReaderServiceGetLatestFinishedSyncRequest) Reset added in v0.2.83

func (*SyncsReaderServiceGetLatestFinishedSyncRequest) SetAnnotations added in v0.5.0

func (*SyncsReaderServiceGetLatestFinishedSyncRequest) SetSyncType added in v0.5.0

func (*SyncsReaderServiceGetLatestFinishedSyncRequest) String added in v0.2.83

func (*SyncsReaderServiceGetLatestFinishedSyncRequest) Validate added in v0.2.83

Validate checks the field values on SyncsReaderServiceGetLatestFinishedSyncRequest 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 (*SyncsReaderServiceGetLatestFinishedSyncRequest) ValidateAll added in v0.2.83

ValidateAll checks the field values on SyncsReaderServiceGetLatestFinishedSyncRequest 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 SyncsReaderServiceGetLatestFinishedSyncRequestMultiError, or nil if none found.

type SyncsReaderServiceGetLatestFinishedSyncRequestMultiError added in v0.2.83

type SyncsReaderServiceGetLatestFinishedSyncRequestMultiError []error

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

func (SyncsReaderServiceGetLatestFinishedSyncRequestMultiError) AllErrors added in v0.2.83

AllErrors returns a list of validation violation errors.

func (SyncsReaderServiceGetLatestFinishedSyncRequestMultiError) Error added in v0.2.83

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

type SyncsReaderServiceGetLatestFinishedSyncRequestValidationError added in v0.2.83

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

SyncsReaderServiceGetLatestFinishedSyncRequestValidationError is the validation error returned by SyncsReaderServiceGetLatestFinishedSyncRequest.Validate if the designated constraints aren't met.

func (SyncsReaderServiceGetLatestFinishedSyncRequestValidationError) Cause added in v0.2.83

Cause function returns cause value.

func (SyncsReaderServiceGetLatestFinishedSyncRequestValidationError) Error added in v0.2.83

Error satisfies the builtin error interface

func (SyncsReaderServiceGetLatestFinishedSyncRequestValidationError) ErrorName added in v0.2.83

ErrorName returns error name.

func (SyncsReaderServiceGetLatestFinishedSyncRequestValidationError) Field added in v0.2.83

Field function returns field value.

func (SyncsReaderServiceGetLatestFinishedSyncRequestValidationError) Key added in v0.2.83

Key function returns key value.

func (SyncsReaderServiceGetLatestFinishedSyncRequestValidationError) Reason added in v0.2.83

Reason function returns reason value.

type SyncsReaderServiceGetLatestFinishedSyncRequest_builder added in v0.5.0

type SyncsReaderServiceGetLatestFinishedSyncRequest_builder struct {
	Annotations []*anypb.Any
	SyncType    string
	// contains filtered or unexported fields
}

func (SyncsReaderServiceGetLatestFinishedSyncRequest_builder) Build added in v0.5.0

type SyncsReaderServiceGetLatestFinishedSyncResponse added in v0.2.83

type SyncsReaderServiceGetLatestFinishedSyncResponse struct {
	Sync        *SyncRun     `protobuf:"bytes,1,opt,name=sync,proto3" json:"sync,omitempty"`
	Annotations []*anypb.Any `protobuf:"bytes,2,rep,name=annotations,proto3" json:"annotations,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncsReaderServiceGetLatestFinishedSyncResponse) ClearSync added in v0.5.0

func (*SyncsReaderServiceGetLatestFinishedSyncResponse) GetAnnotations added in v0.2.83

func (*SyncsReaderServiceGetLatestFinishedSyncResponse) GetSync added in v0.2.83

func (*SyncsReaderServiceGetLatestFinishedSyncResponse) HasSync added in v0.5.0

func (*SyncsReaderServiceGetLatestFinishedSyncResponse) ProtoMessage added in v0.2.83

func (*SyncsReaderServiceGetLatestFinishedSyncResponse) ProtoReflect added in v0.2.83

func (*SyncsReaderServiceGetLatestFinishedSyncResponse) Reset added in v0.2.83

func (*SyncsReaderServiceGetLatestFinishedSyncResponse) SetAnnotations added in v0.5.0

func (*SyncsReaderServiceGetLatestFinishedSyncResponse) SetSync added in v0.5.0

func (*SyncsReaderServiceGetLatestFinishedSyncResponse) String added in v0.2.83

func (*SyncsReaderServiceGetLatestFinishedSyncResponse) Validate added in v0.2.83

Validate checks the field values on SyncsReaderServiceGetLatestFinishedSyncResponse 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 (*SyncsReaderServiceGetLatestFinishedSyncResponse) ValidateAll added in v0.2.83

ValidateAll checks the field values on SyncsReaderServiceGetLatestFinishedSyncResponse 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 SyncsReaderServiceGetLatestFinishedSyncResponseMultiError, or nil if none found.

type SyncsReaderServiceGetLatestFinishedSyncResponseMultiError added in v0.2.83

type SyncsReaderServiceGetLatestFinishedSyncResponseMultiError []error

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

func (SyncsReaderServiceGetLatestFinishedSyncResponseMultiError) AllErrors added in v0.2.83

AllErrors returns a list of validation violation errors.

func (SyncsReaderServiceGetLatestFinishedSyncResponseMultiError) Error added in v0.2.83

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

type SyncsReaderServiceGetLatestFinishedSyncResponseValidationError added in v0.2.83

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

SyncsReaderServiceGetLatestFinishedSyncResponseValidationError is the validation error returned by SyncsReaderServiceGetLatestFinishedSyncResponse.Validate if the designated constraints aren't met.

func (SyncsReaderServiceGetLatestFinishedSyncResponseValidationError) Cause added in v0.2.83

Cause function returns cause value.

func (SyncsReaderServiceGetLatestFinishedSyncResponseValidationError) Error added in v0.2.83

Error satisfies the builtin error interface

func (SyncsReaderServiceGetLatestFinishedSyncResponseValidationError) ErrorName added in v0.2.83

ErrorName returns error name.

func (SyncsReaderServiceGetLatestFinishedSyncResponseValidationError) Field added in v0.2.83

Field function returns field value.

func (SyncsReaderServiceGetLatestFinishedSyncResponseValidationError) Key added in v0.2.83

Key function returns key value.

func (SyncsReaderServiceGetLatestFinishedSyncResponseValidationError) Reason added in v0.2.83

Reason function returns reason value.

type SyncsReaderServiceGetLatestFinishedSyncResponse_builder added in v0.5.0

type SyncsReaderServiceGetLatestFinishedSyncResponse_builder struct {
	Sync        *SyncRun
	Annotations []*anypb.Any
	// contains filtered or unexported fields
}

func (SyncsReaderServiceGetLatestFinishedSyncResponse_builder) Build added in v0.5.0

type SyncsReaderServiceGetSyncRequest added in v0.2.83

type SyncsReaderServiceGetSyncRequest struct {
	SyncId      string       `protobuf:"bytes,1,opt,name=sync_id,json=syncId,proto3" json:"sync_id,omitempty"`
	Annotations []*anypb.Any `protobuf:"bytes,2,rep,name=annotations,proto3" json:"annotations,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncsReaderServiceGetSyncRequest) GetAnnotations added in v0.2.83

func (x *SyncsReaderServiceGetSyncRequest) GetAnnotations() []*anypb.Any

func (*SyncsReaderServiceGetSyncRequest) GetSyncId added in v0.2.83

func (*SyncsReaderServiceGetSyncRequest) ProtoMessage added in v0.2.83

func (*SyncsReaderServiceGetSyncRequest) ProtoMessage()

func (*SyncsReaderServiceGetSyncRequest) ProtoReflect added in v0.2.83

func (*SyncsReaderServiceGetSyncRequest) Reset added in v0.2.83

func (*SyncsReaderServiceGetSyncRequest) SetAnnotations added in v0.5.0

func (x *SyncsReaderServiceGetSyncRequest) SetAnnotations(v []*anypb.Any)

func (*SyncsReaderServiceGetSyncRequest) SetSyncId added in v0.5.0

func (x *SyncsReaderServiceGetSyncRequest) SetSyncId(v string)

func (*SyncsReaderServiceGetSyncRequest) String added in v0.2.83

func (*SyncsReaderServiceGetSyncRequest) Validate added in v0.2.83

Validate checks the field values on SyncsReaderServiceGetSyncRequest 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 (*SyncsReaderServiceGetSyncRequest) ValidateAll added in v0.2.83

func (m *SyncsReaderServiceGetSyncRequest) ValidateAll() error

ValidateAll checks the field values on SyncsReaderServiceGetSyncRequest 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 SyncsReaderServiceGetSyncRequestMultiError, or nil if none found.

type SyncsReaderServiceGetSyncRequestMultiError added in v0.2.83

type SyncsReaderServiceGetSyncRequestMultiError []error

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

func (SyncsReaderServiceGetSyncRequestMultiError) AllErrors added in v0.2.83

AllErrors returns a list of validation violation errors.

func (SyncsReaderServiceGetSyncRequestMultiError) Error added in v0.2.83

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

type SyncsReaderServiceGetSyncRequestValidationError added in v0.2.83

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

SyncsReaderServiceGetSyncRequestValidationError is the validation error returned by SyncsReaderServiceGetSyncRequest.Validate if the designated constraints aren't met.

func (SyncsReaderServiceGetSyncRequestValidationError) Cause added in v0.2.83

Cause function returns cause value.

func (SyncsReaderServiceGetSyncRequestValidationError) Error added in v0.2.83

Error satisfies the builtin error interface

func (SyncsReaderServiceGetSyncRequestValidationError) ErrorName added in v0.2.83

ErrorName returns error name.

func (SyncsReaderServiceGetSyncRequestValidationError) Field added in v0.2.83

Field function returns field value.

func (SyncsReaderServiceGetSyncRequestValidationError) Key added in v0.2.83

Key function returns key value.

func (SyncsReaderServiceGetSyncRequestValidationError) Reason added in v0.2.83

Reason function returns reason value.

type SyncsReaderServiceGetSyncRequest_builder added in v0.5.0

type SyncsReaderServiceGetSyncRequest_builder struct {
	SyncId      string
	Annotations []*anypb.Any
	// contains filtered or unexported fields
}

func (SyncsReaderServiceGetSyncRequest_builder) Build added in v0.5.0

type SyncsReaderServiceGetSyncResponse added in v0.2.83

type SyncsReaderServiceGetSyncResponse struct {
	Sync        *SyncRun     `protobuf:"bytes,1,opt,name=sync,proto3" json:"sync,omitempty"`
	Annotations []*anypb.Any `protobuf:"bytes,2,rep,name=annotations,proto3" json:"annotations,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncsReaderServiceGetSyncResponse) ClearSync added in v0.5.0

func (x *SyncsReaderServiceGetSyncResponse) ClearSync()

func (*SyncsReaderServiceGetSyncResponse) GetAnnotations added in v0.2.83

func (x *SyncsReaderServiceGetSyncResponse) GetAnnotations() []*anypb.Any

func (*SyncsReaderServiceGetSyncResponse) GetSync added in v0.2.83

func (*SyncsReaderServiceGetSyncResponse) HasSync added in v0.5.0

func (*SyncsReaderServiceGetSyncResponse) ProtoMessage added in v0.2.83

func (*SyncsReaderServiceGetSyncResponse) ProtoMessage()

func (*SyncsReaderServiceGetSyncResponse) ProtoReflect added in v0.2.83

func (*SyncsReaderServiceGetSyncResponse) Reset added in v0.2.83

func (*SyncsReaderServiceGetSyncResponse) SetAnnotations added in v0.5.0

func (x *SyncsReaderServiceGetSyncResponse) SetAnnotations(v []*anypb.Any)

func (*SyncsReaderServiceGetSyncResponse) SetSync added in v0.5.0

func (*SyncsReaderServiceGetSyncResponse) String added in v0.2.83

func (*SyncsReaderServiceGetSyncResponse) Validate added in v0.2.83

Validate checks the field values on SyncsReaderServiceGetSyncResponse 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 (*SyncsReaderServiceGetSyncResponse) ValidateAll added in v0.2.83

func (m *SyncsReaderServiceGetSyncResponse) ValidateAll() error

ValidateAll checks the field values on SyncsReaderServiceGetSyncResponse 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 SyncsReaderServiceGetSyncResponseMultiError, or nil if none found.

type SyncsReaderServiceGetSyncResponseMultiError added in v0.2.83

type SyncsReaderServiceGetSyncResponseMultiError []error

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

func (SyncsReaderServiceGetSyncResponseMultiError) AllErrors added in v0.2.83

AllErrors returns a list of validation violation errors.

func (SyncsReaderServiceGetSyncResponseMultiError) Error added in v0.2.83

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

type SyncsReaderServiceGetSyncResponseValidationError added in v0.2.83

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

SyncsReaderServiceGetSyncResponseValidationError is the validation error returned by SyncsReaderServiceGetSyncResponse.Validate if the designated constraints aren't met.

func (SyncsReaderServiceGetSyncResponseValidationError) Cause added in v0.2.83

Cause function returns cause value.

func (SyncsReaderServiceGetSyncResponseValidationError) Error added in v0.2.83

Error satisfies the builtin error interface

func (SyncsReaderServiceGetSyncResponseValidationError) ErrorName added in v0.2.83

ErrorName returns error name.

func (SyncsReaderServiceGetSyncResponseValidationError) Field added in v0.2.83

Field function returns field value.

func (SyncsReaderServiceGetSyncResponseValidationError) Key added in v0.2.83

Key function returns key value.

func (SyncsReaderServiceGetSyncResponseValidationError) Reason added in v0.2.83

Reason function returns reason value.

type SyncsReaderServiceGetSyncResponse_builder added in v0.5.0

type SyncsReaderServiceGetSyncResponse_builder struct {
	Sync        *SyncRun
	Annotations []*anypb.Any
	// contains filtered or unexported fields
}

func (SyncsReaderServiceGetSyncResponse_builder) Build added in v0.5.0

type SyncsReaderServiceListSyncsRequest added in v0.2.83

type SyncsReaderServiceListSyncsRequest struct {
	PageSize    uint32       `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageToken   string       `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	Annotations []*anypb.Any `protobuf:"bytes,3,rep,name=annotations,proto3" json:"annotations,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncsReaderServiceListSyncsRequest) GetAnnotations added in v0.2.83

func (x *SyncsReaderServiceListSyncsRequest) GetAnnotations() []*anypb.Any

func (*SyncsReaderServiceListSyncsRequest) GetPageSize added in v0.2.83

func (x *SyncsReaderServiceListSyncsRequest) GetPageSize() uint32

func (*SyncsReaderServiceListSyncsRequest) GetPageToken added in v0.2.83

func (x *SyncsReaderServiceListSyncsRequest) GetPageToken() string

func (*SyncsReaderServiceListSyncsRequest) ProtoMessage added in v0.2.83

func (*SyncsReaderServiceListSyncsRequest) ProtoMessage()

func (*SyncsReaderServiceListSyncsRequest) ProtoReflect added in v0.2.83

func (*SyncsReaderServiceListSyncsRequest) Reset added in v0.2.83

func (*SyncsReaderServiceListSyncsRequest) SetAnnotations added in v0.5.0

func (x *SyncsReaderServiceListSyncsRequest) SetAnnotations(v []*anypb.Any)

func (*SyncsReaderServiceListSyncsRequest) SetPageSize added in v0.5.0

func (x *SyncsReaderServiceListSyncsRequest) SetPageSize(v uint32)

func (*SyncsReaderServiceListSyncsRequest) SetPageToken added in v0.5.0

func (x *SyncsReaderServiceListSyncsRequest) SetPageToken(v string)

func (*SyncsReaderServiceListSyncsRequest) String added in v0.2.83

func (*SyncsReaderServiceListSyncsRequest) Validate added in v0.2.83

Validate checks the field values on SyncsReaderServiceListSyncsRequest 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 (*SyncsReaderServiceListSyncsRequest) ValidateAll added in v0.2.83

func (m *SyncsReaderServiceListSyncsRequest) ValidateAll() error

ValidateAll checks the field values on SyncsReaderServiceListSyncsRequest 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 SyncsReaderServiceListSyncsRequestMultiError, or nil if none found.

type SyncsReaderServiceListSyncsRequestMultiError added in v0.2.83

type SyncsReaderServiceListSyncsRequestMultiError []error

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

func (SyncsReaderServiceListSyncsRequestMultiError) AllErrors added in v0.2.83

AllErrors returns a list of validation violation errors.

func (SyncsReaderServiceListSyncsRequestMultiError) Error added in v0.2.83

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

type SyncsReaderServiceListSyncsRequestValidationError added in v0.2.83

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

SyncsReaderServiceListSyncsRequestValidationError is the validation error returned by SyncsReaderServiceListSyncsRequest.Validate if the designated constraints aren't met.

func (SyncsReaderServiceListSyncsRequestValidationError) Cause added in v0.2.83

Cause function returns cause value.

func (SyncsReaderServiceListSyncsRequestValidationError) Error added in v0.2.83

Error satisfies the builtin error interface

func (SyncsReaderServiceListSyncsRequestValidationError) ErrorName added in v0.2.83

ErrorName returns error name.

func (SyncsReaderServiceListSyncsRequestValidationError) Field added in v0.2.83

Field function returns field value.

func (SyncsReaderServiceListSyncsRequestValidationError) Key added in v0.2.83

Key function returns key value.

func (SyncsReaderServiceListSyncsRequestValidationError) Reason added in v0.2.83

Reason function returns reason value.

type SyncsReaderServiceListSyncsRequest_builder added in v0.5.0

type SyncsReaderServiceListSyncsRequest_builder struct {
	PageSize    uint32
	PageToken   string
	Annotations []*anypb.Any
	// contains filtered or unexported fields
}

func (SyncsReaderServiceListSyncsRequest_builder) Build added in v0.5.0

type SyncsReaderServiceListSyncsResponse added in v0.2.83

type SyncsReaderServiceListSyncsResponse struct {
	Syncs         []*SyncRun   `protobuf:"bytes,1,rep,name=syncs,proto3" json:"syncs,omitempty"`
	NextPageToken string       `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	Annotations   []*anypb.Any `protobuf:"bytes,3,rep,name=annotations,proto3" json:"annotations,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncsReaderServiceListSyncsResponse) GetAnnotations added in v0.2.83

func (x *SyncsReaderServiceListSyncsResponse) GetAnnotations() []*anypb.Any

func (*SyncsReaderServiceListSyncsResponse) GetNextPageToken added in v0.2.83

func (x *SyncsReaderServiceListSyncsResponse) GetNextPageToken() string

func (*SyncsReaderServiceListSyncsResponse) GetSyncs added in v0.2.83

func (*SyncsReaderServiceListSyncsResponse) ProtoMessage added in v0.2.83

func (*SyncsReaderServiceListSyncsResponse) ProtoMessage()

func (*SyncsReaderServiceListSyncsResponse) ProtoReflect added in v0.2.83

func (*SyncsReaderServiceListSyncsResponse) Reset added in v0.2.83

func (*SyncsReaderServiceListSyncsResponse) SetAnnotations added in v0.5.0

func (x *SyncsReaderServiceListSyncsResponse) SetAnnotations(v []*anypb.Any)

func (*SyncsReaderServiceListSyncsResponse) SetNextPageToken added in v0.5.0

func (x *SyncsReaderServiceListSyncsResponse) SetNextPageToken(v string)

func (*SyncsReaderServiceListSyncsResponse) SetSyncs added in v0.5.0

func (x *SyncsReaderServiceListSyncsResponse) SetSyncs(v []*SyncRun)

func (*SyncsReaderServiceListSyncsResponse) String added in v0.2.83

func (*SyncsReaderServiceListSyncsResponse) Validate added in v0.2.83

Validate checks the field values on SyncsReaderServiceListSyncsResponse 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 (*SyncsReaderServiceListSyncsResponse) ValidateAll added in v0.2.83

func (m *SyncsReaderServiceListSyncsResponse) ValidateAll() error

ValidateAll checks the field values on SyncsReaderServiceListSyncsResponse 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 SyncsReaderServiceListSyncsResponseMultiError, or nil if none found.

type SyncsReaderServiceListSyncsResponseMultiError added in v0.2.83

type SyncsReaderServiceListSyncsResponseMultiError []error

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

func (SyncsReaderServiceListSyncsResponseMultiError) AllErrors added in v0.2.83

AllErrors returns a list of validation violation errors.

func (SyncsReaderServiceListSyncsResponseMultiError) Error added in v0.2.83

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

type SyncsReaderServiceListSyncsResponseValidationError added in v0.2.83

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

SyncsReaderServiceListSyncsResponseValidationError is the validation error returned by SyncsReaderServiceListSyncsResponse.Validate if the designated constraints aren't met.

func (SyncsReaderServiceListSyncsResponseValidationError) Cause added in v0.2.83

Cause function returns cause value.

func (SyncsReaderServiceListSyncsResponseValidationError) Error added in v0.2.83

Error satisfies the builtin error interface

func (SyncsReaderServiceListSyncsResponseValidationError) ErrorName added in v0.2.83

ErrorName returns error name.

func (SyncsReaderServiceListSyncsResponseValidationError) Field added in v0.2.83

Field function returns field value.

func (SyncsReaderServiceListSyncsResponseValidationError) Key added in v0.2.83

Key function returns key value.

func (SyncsReaderServiceListSyncsResponseValidationError) Reason added in v0.2.83

Reason function returns reason value.

type SyncsReaderServiceListSyncsResponse_builder added in v0.5.0

type SyncsReaderServiceListSyncsResponse_builder struct {
	Syncs         []*SyncRun
	NextPageToken string
	Annotations   []*anypb.Any
	// contains filtered or unexported fields
}

func (SyncsReaderServiceListSyncsResponse_builder) Build added in v0.5.0

type SyncsReaderServiceServer added in v0.2.83

SyncsReaderServiceServer is the server API for SyncsReaderService service. All implementations should embed UnimplementedSyncsReaderServiceServer for forward compatibility.

type UnimplementedEntitlementsReaderServiceServer

type UnimplementedEntitlementsReaderServiceServer struct{}

UnimplementedEntitlementsReaderServiceServer should be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

type UnimplementedGrantsReaderServiceServer

type UnimplementedGrantsReaderServiceServer struct{}

UnimplementedGrantsReaderServiceServer should be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

type UnimplementedResourceTypesReaderServiceServer

type UnimplementedResourceTypesReaderServiceServer struct{}

UnimplementedResourceTypesReaderServiceServer should be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

type UnimplementedResourcesReaderServiceServer

type UnimplementedResourcesReaderServiceServer struct{}

UnimplementedResourcesReaderServiceServer should be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

type UnimplementedSyncsReaderServiceServer added in v0.2.83

type UnimplementedSyncsReaderServiceServer struct{}

UnimplementedSyncsReaderServiceServer should be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedSyncsReaderServiceServer) GetSync added in v0.2.83

func (UnimplementedSyncsReaderServiceServer) ListSyncs added in v0.2.83

type UnsafeEntitlementsReaderServiceServer

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

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

type UnsafeGrantsReaderServiceServer

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

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

type UnsafeResourceTypesReaderServiceServer

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

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

type UnsafeResourcesReaderServiceServer

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

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

type UnsafeSyncsReaderServiceServer added in v0.2.83

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

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

Jump to

Keyboard shortcuts

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