v2

package
v0.1.33 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2024 License: Apache-2.0 Imports: 22 Imported by: 3

Documentation

Index

Constants

This section is empty.

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,
		},
	},
	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 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,
		},
	},
	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,
		},
	},
	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)

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)

Types

type EntitlementsReaderServiceClient

type EntitlementsReaderServiceClient interface {
	GetEntitlement(ctx context.Context, in *EntitlementsReaderServiceGetEntitlementRequest, opts ...grpc.CallOption) (*EntitlementsReaderServiceGetEntitlementResponse, 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"`
	// contains filtered or unexported fields
}

func (*EntitlementsReaderServiceGetEntitlementRequest) Descriptor deprecated

Deprecated: Use EntitlementsReaderServiceGetEntitlementRequest.ProtoReflect.Descriptor instead.

func (*EntitlementsReaderServiceGetEntitlementRequest) GetEntitlementId

func (*EntitlementsReaderServiceGetEntitlementRequest) ProtoMessage

func (*EntitlementsReaderServiceGetEntitlementRequest) ProtoReflect

func (*EntitlementsReaderServiceGetEntitlementRequest) Reset

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 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) Descriptor deprecated added in v0.1.0

Deprecated: Use EntitlementsReaderServiceGetEntitlementResponse.ProtoReflect.Descriptor instead.

func (*EntitlementsReaderServiceGetEntitlementResponse) GetEntitlement added in v0.1.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) 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 EntitlementsReaderServiceServer

type EntitlementsReaderServiceServer interface {
	GetEntitlement(context.Context, *EntitlementsReaderServiceGetEntitlementRequest) (*EntitlementsReaderServiceGetEntitlementResponse, error)
}

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

type GrantsReaderServiceClient

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"`
	// contains filtered or unexported fields
}

func (*GrantsReaderServiceGetGrantRequest) Descriptor deprecated

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

Deprecated: Use GrantsReaderServiceGetGrantRequest.ProtoReflect.Descriptor instead.

func (*GrantsReaderServiceGetGrantRequest) GetGrantId

func (*GrantsReaderServiceGetGrantRequest) ProtoMessage

func (*GrantsReaderServiceGetGrantRequest) ProtoMessage()

func (*GrantsReaderServiceGetGrantRequest) ProtoReflect

func (*GrantsReaderServiceGetGrantRequest) Reset

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 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) Descriptor deprecated added in v0.1.0

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

Deprecated: Use GrantsReaderServiceGetGrantResponse.ProtoReflect.Descriptor instead.

func (*GrantsReaderServiceGetGrantResponse) GetGrant added in v0.1.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) 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 GrantsReaderServiceListGrantsForEntitlementRequest

type GrantsReaderServiceListGrantsForEntitlementRequest struct {
	Entitlement *v2.Entitlement `protobuf:"bytes,1,opt,name=entitlement,proto3" json:"entitlement,omitempty"`
	PrincipalId *v2.ResourceId  `protobuf:"bytes,5,opt,name=principal_id,json=principalId,proto3" json:"principal_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 (*GrantsReaderServiceListGrantsForEntitlementRequest) Descriptor deprecated

Deprecated: Use GrantsReaderServiceListGrantsForEntitlementRequest.ProtoReflect.Descriptor instead.

func (*GrantsReaderServiceListGrantsForEntitlementRequest) GetAnnotations added in v0.0.32

func (*GrantsReaderServiceListGrantsForEntitlementRequest) GetEntitlement

func (*GrantsReaderServiceListGrantsForEntitlementRequest) GetPageSize

func (*GrantsReaderServiceListGrantsForEntitlementRequest) GetPageToken

func (*GrantsReaderServiceListGrantsForEntitlementRequest) GetPrincipalId added in v0.1.6

func (*GrantsReaderServiceListGrantsForEntitlementRequest) ProtoMessage

func (*GrantsReaderServiceListGrantsForEntitlementRequest) ProtoReflect

func (*GrantsReaderServiceListGrantsForEntitlementRequest) Reset

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 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) Descriptor deprecated

Deprecated: Use GrantsReaderServiceListGrantsForEntitlementResponse.ProtoReflect.Descriptor instead.

func (*GrantsReaderServiceListGrantsForEntitlementResponse) GetList

func (*GrantsReaderServiceListGrantsForEntitlementResponse) GetNextPageToken

func (*GrantsReaderServiceListGrantsForEntitlementResponse) ProtoMessage

func (*GrantsReaderServiceListGrantsForEntitlementResponse) ProtoReflect

func (*GrantsReaderServiceListGrantsForEntitlementResponse) Reset

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 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) Descriptor deprecated added in v0.0.6

Deprecated: Use GrantsReaderServiceListGrantsForResourceTypeRequest.ProtoReflect.Descriptor instead.

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) 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 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) Descriptor deprecated added in v0.0.6

Deprecated: Use GrantsReaderServiceListGrantsForResourceTypeResponse.ProtoReflect.Descriptor instead.

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

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"`
	// contains filtered or unexported fields
}

func (*ResourceTypesReaderServiceGetResourceTypeRequest) Descriptor deprecated

Deprecated: Use ResourceTypesReaderServiceGetResourceTypeRequest.ProtoReflect.Descriptor instead.

func (*ResourceTypesReaderServiceGetResourceTypeRequest) GetResourceTypeId

func (*ResourceTypesReaderServiceGetResourceTypeRequest) ProtoMessage

func (*ResourceTypesReaderServiceGetResourceTypeRequest) ProtoReflect

func (*ResourceTypesReaderServiceGetResourceTypeRequest) Reset

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 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) Descriptor deprecated added in v0.1.0

Deprecated: Use ResourceTypesReaderServiceGetResourceTypeResponse.ProtoReflect.Descriptor instead.

func (*ResourceTypesReaderServiceGetResourceTypeResponse) GetResourceType added in v0.1.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) 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 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)
}

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) Descriptor deprecated added in v0.1.0

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

Deprecated: Use ResourcesReaderServiceGetResourceRequest.ProtoReflect.Descriptor instead.

func (*ResourcesReaderServiceGetResourceRequest) GetAnnotations added in v0.1.0

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

func (*ResourcesReaderServiceGetResourceRequest) GetResourceId added in v0.1.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) 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 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) Descriptor deprecated added in v0.1.0

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

Deprecated: Use ResourcesReaderServiceGetResourceResponse.ProtoReflect.Descriptor instead.

func (*ResourcesReaderServiceGetResourceResponse) GetResource added in v0.1.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) 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 ResourcesReaderServiceServer

type ResourcesReaderServiceServer interface {
	GetResource(context.Context, *ResourcesReaderServiceGetResourceRequest) (*ResourcesReaderServiceGetResourceResponse, error)
}

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

type UnimplementedEntitlementsReaderServiceServer

type UnimplementedEntitlementsReaderServiceServer struct {
}

UnimplementedEntitlementsReaderServiceServer should be embedded to have forward compatible implementations.

type UnimplementedGrantsReaderServiceServer

type UnimplementedGrantsReaderServiceServer struct {
}

UnimplementedGrantsReaderServiceServer should be embedded to have forward compatible implementations.

type UnimplementedResourceTypesReaderServiceServer

type UnimplementedResourceTypesReaderServiceServer struct {
}

UnimplementedResourceTypesReaderServiceServer should be embedded to have forward compatible implementations.

type UnimplementedResourcesReaderServiceServer

type UnimplementedResourcesReaderServiceServer struct {
}

UnimplementedResourcesReaderServiceServer should be embedded to have forward compatible implementations.

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.

Jump to

Keyboard shortcuts

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