v2

package
v0.0.16 Latest Latest
Warning

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

Go to latest
Published: Dec 1, 2022 License: Apache-2.0 Imports: 23 Imported by: 97

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	RateLimitDescription_Status_name = map[int32]string{
		0: "STATUS_UNSPECIFIED",
		1: "STATUS_OK",
		2: "STATUS_OVERLIMIT",
		3: "STATUS_ERROR",
	}
	RateLimitDescription_Status_value = map[string]int32{
		"STATUS_UNSPECIFIED": 0,
		"STATUS_OK":          1,
		"STATUS_OVERLIMIT":   2,
		"STATUS_ERROR":       3,
	}
)

Enum value maps for RateLimitDescription_Status.

View Source
var (
	UserTrait_Status_Status_name = map[int32]string{
		0: "STATUS_UNSPECIFIED",
		1: "STATUS_ENABLED",
		2: "STATUS_DISABLED",
		3: "STATUS_DELETED",
	}
	UserTrait_Status_Status_value = map[string]int32{
		"STATUS_UNSPECIFIED": 0,
		"STATUS_ENABLED":     1,
		"STATUS_DISABLED":    2,
		"STATUS_DELETED":     3,
	}
)

Enum value maps for UserTrait_Status_Status.

View Source
var (
	Entitlement_PurposeValue_name = map[int32]string{
		0: "PURPOSE_VALUE_UNSPECIFIED",
		1: "PURPOSE_VALUE_ASSIGNMENT",
		2: "PURPOSE_VALUE_PERMISSION",
	}
	Entitlement_PurposeValue_value = map[string]int32{
		"PURPOSE_VALUE_UNSPECIFIED": 0,
		"PURPOSE_VALUE_ASSIGNMENT":  1,
		"PURPOSE_VALUE_PERMISSION":  2,
	}
)

Enum value maps for Entitlement_PurposeValue.

View Source
var (
	ResourceType_Trait_name = map[int32]string{
		0: "TRAIT_UNSPECIFIED",
		1: "TRAIT_USER",
		2: "TRAIT_GROUP",
		3: "TRAIT_ROLE",
		4: "TRAIT_APP",
	}
	ResourceType_Trait_value = map[string]int32{
		"TRAIT_UNSPECIFIED": 0,
		"TRAIT_USER":        1,
		"TRAIT_GROUP":       2,
		"TRAIT_ROLE":        3,
		"TRAIT_APP":         4,
	}
)

Enum value maps for ResourceType_Trait.

View Source
var AssetService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "c1.connector.v2.AssetService",
	HandlerType: (*AssetServiceServer)(nil),
	Methods:     []grpc.MethodDesc{},
	Streams: []grpc.StreamDesc{
		{
			StreamName:    "GetAsset",
			Handler:       _AssetService_GetAsset_Handler,
			ServerStreams: true,
		},
	},
	Metadata: "c1/connector/v2/asset.proto",
}

AssetService_ServiceDesc is the grpc.ServiceDesc for AssetService 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 ConnectorService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "c1.connector.v2.ConnectorService",
	HandlerType: (*ConnectorServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetMetadata",
			Handler:    _ConnectorService_GetMetadata_Handler,
		},
		{
			MethodName: "Validate",
			Handler:    _ConnectorService_Validate_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "c1/connector/v2/connector.proto",
}

ConnectorService_ServiceDesc is the grpc.ServiceDesc for ConnectorService 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 EntitlementsService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "c1.connector.v2.EntitlementsService",
	HandlerType: (*EntitlementsServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "ListEntitlements",
			Handler:    _EntitlementsService_ListEntitlements_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "c1/connector/v2/entitlement.proto",
}

EntitlementsService_ServiceDesc is the grpc.ServiceDesc for EntitlementsService 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_connector_v2_annotation_etag_proto protoreflect.FileDescriptor
View Source
var File_c1_connector_v2_annotation_external_link_proto protoreflect.FileDescriptor
View Source
var File_c1_connector_v2_annotation_ratelimit_proto protoreflect.FileDescriptor
View Source
var File_c1_connector_v2_annotation_request_proto protoreflect.FileDescriptor
View Source
var File_c1_connector_v2_annotation_resource_tree_proto protoreflect.FileDescriptor
View Source
var File_c1_connector_v2_annotation_trait_proto protoreflect.FileDescriptor
View Source
var File_c1_connector_v2_annotation_v1_identifier_proto protoreflect.FileDescriptor
View Source
var File_c1_connector_v2_asset_proto protoreflect.FileDescriptor
View Source
var File_c1_connector_v2_config_proto protoreflect.FileDescriptor
View Source
var File_c1_connector_v2_connector_proto protoreflect.FileDescriptor
View Source
var File_c1_connector_v2_entitlement_proto protoreflect.FileDescriptor
View Source
var File_c1_connector_v2_grant_proto protoreflect.FileDescriptor
View Source
var File_c1_connector_v2_resource_proto protoreflect.FileDescriptor
View Source
var GrantManagerService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "c1.connector.v2.GrantManagerService",
	HandlerType: (*GrantManagerServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Grant",
			Handler:    _GrantManagerService_Grant_Handler,
		},
		{
			MethodName: "Revoke",
			Handler:    _GrantManagerService_Revoke_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "c1/connector/v2/grant.proto",
}

GrantManagerService_ServiceDesc is the grpc.ServiceDesc for GrantManagerService 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 GrantsService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "c1.connector.v2.GrantsService",
	HandlerType: (*GrantsServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "ListGrants",
			Handler:    _GrantsService_ListGrants_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "c1/connector/v2/grant.proto",
}

GrantsService_ServiceDesc is the grpc.ServiceDesc for GrantsService 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 ResourceTypesService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "c1.connector.v2.ResourceTypesService",
	HandlerType: (*ResourceTypesServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "ListResourceTypes",
			Handler:    _ResourceTypesService_ListResourceTypes_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "c1/connector/v2/resource.proto",
}

ResourceTypesService_ServiceDesc is the grpc.ServiceDesc for ResourceTypesService 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 ResourcesService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "c1.connector.v2.ResourcesService",
	HandlerType: (*ResourcesServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "ListResources",
			Handler:    _ResourcesService_ListResources_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "c1/connector/v2/resource.proto",
}

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

View Source
var SchemaService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "c1.connector.v2.SchemaService",
	HandlerType: (*SchemaServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetSchema",
			Handler:    _SchemaService_GetSchema_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "c1/connector/v2/config.proto",
}

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

Functions

func RegisterAssetServiceServer

func RegisterAssetServiceServer(s grpc.ServiceRegistrar, srv AssetServiceServer)

func RegisterConnectorServiceServer

func RegisterConnectorServiceServer(s grpc.ServiceRegistrar, srv ConnectorServiceServer)

func RegisterEntitlementsServiceServer

func RegisterEntitlementsServiceServer(s grpc.ServiceRegistrar, srv EntitlementsServiceServer)

func RegisterGrantManagerServiceServer

func RegisterGrantManagerServiceServer(s grpc.ServiceRegistrar, srv GrantManagerServiceServer)

func RegisterGrantsServiceServer

func RegisterGrantsServiceServer(s grpc.ServiceRegistrar, srv GrantsServiceServer)

func RegisterResourceTypesServiceServer

func RegisterResourceTypesServiceServer(s grpc.ServiceRegistrar, srv ResourceTypesServiceServer)

func RegisterResourcesServiceServer

func RegisterResourcesServiceServer(s grpc.ServiceRegistrar, srv ResourcesServiceServer)

func RegisterSchemaServiceServer

func RegisterSchemaServiceServer(s grpc.ServiceRegistrar, srv SchemaServiceServer)

Types

type AppTrait

type AppTrait struct {
	HelpUrl string           `protobuf:"bytes,1,opt,name=help_url,json=helpUrl,proto3" json:"help_url,omitempty"`
	Icon    *AssetRef        `protobuf:"bytes,2,opt,name=icon,proto3" json:"icon,omitempty"`
	Profile *structpb.Struct `protobuf:"bytes,4,opt,name=profile,proto3" json:"profile,omitempty"`
	// contains filtered or unexported fields
}

func (*AppTrait) Descriptor deprecated

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

Deprecated: Use AppTrait.ProtoReflect.Descriptor instead.

func (*AppTrait) GetHelpUrl

func (x *AppTrait) GetHelpUrl() string

func (*AppTrait) GetIcon

func (x *AppTrait) GetIcon() *AssetRef
func (x *AppTrait) GetLogo() *AssetRef

func (*AppTrait) GetProfile

func (x *AppTrait) GetProfile() *structpb.Struct

func (*AppTrait) ProtoMessage

func (*AppTrait) ProtoMessage()

func (*AppTrait) ProtoReflect

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

func (*AppTrait) Reset

func (x *AppTrait) Reset()

func (*AppTrait) String

func (x *AppTrait) String() string

func (*AppTrait) Validate

func (m *AppTrait) Validate() error

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

func (m *AppTrait) ValidateAll() error

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

type AppTraitMultiError

type AppTraitMultiError []error

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

func (AppTraitMultiError) AllErrors

func (m AppTraitMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AppTraitMultiError) Error

func (m AppTraitMultiError) Error() string

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

type AppTraitValidationError

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

AppTraitValidationError is the validation error returned by AppTrait.Validate if the designated constraints aren't met.

func (AppTraitValidationError) Cause

func (e AppTraitValidationError) Cause() error

Cause function returns cause value.

func (AppTraitValidationError) Error

func (e AppTraitValidationError) Error() string

Error satisfies the builtin error interface

func (AppTraitValidationError) ErrorName

func (e AppTraitValidationError) ErrorName() string

ErrorName returns error name.

func (AppTraitValidationError) Field

func (e AppTraitValidationError) Field() string

Field function returns field value.

func (AppTraitValidationError) Key

func (e AppTraitValidationError) Key() bool

Key function returns key value.

func (AppTraitValidationError) Reason

func (e AppTraitValidationError) Reason() string

Reason function returns reason value.

type AssetRef

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

func (*AssetRef) Descriptor deprecated

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

Deprecated: Use AssetRef.ProtoReflect.Descriptor instead.

func (*AssetRef) GetId

func (x *AssetRef) GetId() string

func (*AssetRef) ProtoMessage

func (*AssetRef) ProtoMessage()

func (*AssetRef) ProtoReflect

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

func (*AssetRef) Reset

func (x *AssetRef) Reset()

func (*AssetRef) String

func (x *AssetRef) String() string

func (*AssetRef) Validate

func (m *AssetRef) Validate() error

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

func (m *AssetRef) ValidateAll() error

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

type AssetRefMultiError

type AssetRefMultiError []error

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

func (AssetRefMultiError) AllErrors

func (m AssetRefMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AssetRefMultiError) Error

func (m AssetRefMultiError) Error() string

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

type AssetRefValidationError

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

AssetRefValidationError is the validation error returned by AssetRef.Validate if the designated constraints aren't met.

func (AssetRefValidationError) Cause

func (e AssetRefValidationError) Cause() error

Cause function returns cause value.

func (AssetRefValidationError) Error

func (e AssetRefValidationError) Error() string

Error satisfies the builtin error interface

func (AssetRefValidationError) ErrorName

func (e AssetRefValidationError) ErrorName() string

ErrorName returns error name.

func (AssetRefValidationError) Field

func (e AssetRefValidationError) Field() string

Field function returns field value.

func (AssetRefValidationError) Key

func (e AssetRefValidationError) Key() bool

Key function returns key value.

func (AssetRefValidationError) Reason

func (e AssetRefValidationError) Reason() string

Reason function returns reason value.

type AssetServiceClient

type AssetServiceClient interface {
	GetAsset(ctx context.Context, in *AssetServiceGetAssetRequest, opts ...grpc.CallOption) (AssetService_GetAssetClient, error)
}

AssetServiceClient is the client API for AssetService 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 AssetServiceGetAssetRequest

type AssetServiceGetAssetRequest struct {
	Asset *AssetRef `protobuf:"bytes,1,opt,name=asset,proto3" json:"asset,omitempty"`
	// contains filtered or unexported fields
}

func (*AssetServiceGetAssetRequest) Descriptor deprecated

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

Deprecated: Use AssetServiceGetAssetRequest.ProtoReflect.Descriptor instead.

func (*AssetServiceGetAssetRequest) GetAsset

func (x *AssetServiceGetAssetRequest) GetAsset() *AssetRef

func (*AssetServiceGetAssetRequest) ProtoMessage

func (*AssetServiceGetAssetRequest) ProtoMessage()

func (*AssetServiceGetAssetRequest) ProtoReflect

func (*AssetServiceGetAssetRequest) Reset

func (x *AssetServiceGetAssetRequest) Reset()

func (*AssetServiceGetAssetRequest) String

func (x *AssetServiceGetAssetRequest) String() string

func (*AssetServiceGetAssetRequest) Validate

func (m *AssetServiceGetAssetRequest) Validate() error

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

func (m *AssetServiceGetAssetRequest) ValidateAll() error

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

type AssetServiceGetAssetRequestMultiError

type AssetServiceGetAssetRequestMultiError []error

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

func (AssetServiceGetAssetRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AssetServiceGetAssetRequestMultiError) Error

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

type AssetServiceGetAssetRequestValidationError

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

AssetServiceGetAssetRequestValidationError is the validation error returned by AssetServiceGetAssetRequest.Validate if the designated constraints aren't met.

func (AssetServiceGetAssetRequestValidationError) Cause

Cause function returns cause value.

func (AssetServiceGetAssetRequestValidationError) Error

Error satisfies the builtin error interface

func (AssetServiceGetAssetRequestValidationError) ErrorName

ErrorName returns error name.

func (AssetServiceGetAssetRequestValidationError) Field

Field function returns field value.

func (AssetServiceGetAssetRequestValidationError) Key

Key function returns key value.

func (AssetServiceGetAssetRequestValidationError) Reason

Reason function returns reason value.

type AssetServiceGetAssetResponse

type AssetServiceGetAssetResponse struct {

	// Types that are assignable to Msg:
	//	*AssetServiceGetAssetResponse_Metadata_
	//	*AssetServiceGetAssetResponse_Data_
	Msg isAssetServiceGetAssetResponse_Msg `protobuf_oneof:"msg"`
	// contains filtered or unexported fields
}

func (*AssetServiceGetAssetResponse) Descriptor deprecated

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

Deprecated: Use AssetServiceGetAssetResponse.ProtoReflect.Descriptor instead.

func (*AssetServiceGetAssetResponse) GetData

func (*AssetServiceGetAssetResponse) GetMetadata

func (*AssetServiceGetAssetResponse) GetMsg

func (m *AssetServiceGetAssetResponse) GetMsg() isAssetServiceGetAssetResponse_Msg

func (*AssetServiceGetAssetResponse) ProtoMessage

func (*AssetServiceGetAssetResponse) ProtoMessage()

func (*AssetServiceGetAssetResponse) ProtoReflect

func (*AssetServiceGetAssetResponse) Reset

func (x *AssetServiceGetAssetResponse) Reset()

func (*AssetServiceGetAssetResponse) String

func (*AssetServiceGetAssetResponse) Validate

func (m *AssetServiceGetAssetResponse) Validate() error

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

func (m *AssetServiceGetAssetResponse) ValidateAll() error

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

type AssetServiceGetAssetResponseMultiError

type AssetServiceGetAssetResponseMultiError []error

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

func (AssetServiceGetAssetResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AssetServiceGetAssetResponseMultiError) Error

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

type AssetServiceGetAssetResponseValidationError

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

AssetServiceGetAssetResponseValidationError is the validation error returned by AssetServiceGetAssetResponse.Validate if the designated constraints aren't met.

func (AssetServiceGetAssetResponseValidationError) Cause

Cause function returns cause value.

func (AssetServiceGetAssetResponseValidationError) Error

Error satisfies the builtin error interface

func (AssetServiceGetAssetResponseValidationError) ErrorName

ErrorName returns error name.

func (AssetServiceGetAssetResponseValidationError) Field

Field function returns field value.

func (AssetServiceGetAssetResponseValidationError) Key

Key function returns key value.

func (AssetServiceGetAssetResponseValidationError) Reason

Reason function returns reason value.

type AssetServiceGetAssetResponse_Data

type AssetServiceGetAssetResponse_Data struct {
	Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*AssetServiceGetAssetResponse_Data) Descriptor deprecated

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

Deprecated: Use AssetServiceGetAssetResponse_Data.ProtoReflect.Descriptor instead.

func (*AssetServiceGetAssetResponse_Data) GetData

func (x *AssetServiceGetAssetResponse_Data) GetData() []byte

func (*AssetServiceGetAssetResponse_Data) ProtoMessage

func (*AssetServiceGetAssetResponse_Data) ProtoMessage()

func (*AssetServiceGetAssetResponse_Data) ProtoReflect

func (*AssetServiceGetAssetResponse_Data) Reset

func (*AssetServiceGetAssetResponse_Data) String

func (*AssetServiceGetAssetResponse_Data) Validate

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

func (m *AssetServiceGetAssetResponse_Data) ValidateAll() error

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

type AssetServiceGetAssetResponse_DataMultiError

type AssetServiceGetAssetResponse_DataMultiError []error

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

func (AssetServiceGetAssetResponse_DataMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AssetServiceGetAssetResponse_DataMultiError) Error

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

type AssetServiceGetAssetResponse_DataValidationError

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

AssetServiceGetAssetResponse_DataValidationError is the validation error returned by AssetServiceGetAssetResponse_Data.Validate if the designated constraints aren't met.

func (AssetServiceGetAssetResponse_DataValidationError) Cause

Cause function returns cause value.

func (AssetServiceGetAssetResponse_DataValidationError) Error

Error satisfies the builtin error interface

func (AssetServiceGetAssetResponse_DataValidationError) ErrorName

ErrorName returns error name.

func (AssetServiceGetAssetResponse_DataValidationError) Field

Field function returns field value.

func (AssetServiceGetAssetResponse_DataValidationError) Key

Key function returns key value.

func (AssetServiceGetAssetResponse_DataValidationError) Reason

Reason function returns reason value.

type AssetServiceGetAssetResponse_Data_

type AssetServiceGetAssetResponse_Data_ struct {
	Data *AssetServiceGetAssetResponse_Data `protobuf:"bytes,2,opt,name=data,proto3,oneof"`
}

type AssetServiceGetAssetResponse_Metadata

type AssetServiceGetAssetResponse_Metadata struct {
	ContentType string `protobuf:"bytes,1,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"`
	// contains filtered or unexported fields
}

func (*AssetServiceGetAssetResponse_Metadata) Descriptor deprecated

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

Deprecated: Use AssetServiceGetAssetResponse_Metadata.ProtoReflect.Descriptor instead.

func (*AssetServiceGetAssetResponse_Metadata) GetContentType

func (x *AssetServiceGetAssetResponse_Metadata) GetContentType() string

func (*AssetServiceGetAssetResponse_Metadata) ProtoMessage

func (*AssetServiceGetAssetResponse_Metadata) ProtoMessage()

func (*AssetServiceGetAssetResponse_Metadata) ProtoReflect

func (*AssetServiceGetAssetResponse_Metadata) Reset

func (*AssetServiceGetAssetResponse_Metadata) String

func (*AssetServiceGetAssetResponse_Metadata) Validate

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

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

type AssetServiceGetAssetResponse_MetadataMultiError

type AssetServiceGetAssetResponse_MetadataMultiError []error

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

func (AssetServiceGetAssetResponse_MetadataMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AssetServiceGetAssetResponse_MetadataMultiError) Error

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

type AssetServiceGetAssetResponse_MetadataValidationError

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

AssetServiceGetAssetResponse_MetadataValidationError is the validation error returned by AssetServiceGetAssetResponse_Metadata.Validate if the designated constraints aren't met.

func (AssetServiceGetAssetResponse_MetadataValidationError) Cause

Cause function returns cause value.

func (AssetServiceGetAssetResponse_MetadataValidationError) Error

Error satisfies the builtin error interface

func (AssetServiceGetAssetResponse_MetadataValidationError) ErrorName

ErrorName returns error name.

func (AssetServiceGetAssetResponse_MetadataValidationError) Field

Field function returns field value.

func (AssetServiceGetAssetResponse_MetadataValidationError) Key

Key function returns key value.

func (AssetServiceGetAssetResponse_MetadataValidationError) Reason

Reason function returns reason value.

type AssetServiceGetAssetResponse_Metadata_

type AssetServiceGetAssetResponse_Metadata_ struct {
	Metadata *AssetServiceGetAssetResponse_Metadata `protobuf:"bytes,1,opt,name=metadata,proto3,oneof"`
}

type AssetServiceServer

type AssetServiceServer interface {
	GetAsset(*AssetServiceGetAssetRequest, AssetService_GetAssetServer) error
}

AssetServiceServer is the server API for AssetService service. All implementations should embed UnimplementedAssetServiceServer for forward compatibility

type AssetService_GetAssetClient

type AssetService_GetAssetClient interface {
	Recv() (*AssetServiceGetAssetResponse, error)
	grpc.ClientStream
}

type AssetService_GetAssetServer

type AssetService_GetAssetServer interface {
	Send(*AssetServiceGetAssetResponse) error
	grpc.ServerStream
}

type ChildResourceType

type ChildResourceType 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 (*ChildResourceType) Descriptor deprecated

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

Deprecated: Use ChildResourceType.ProtoReflect.Descriptor instead.

func (*ChildResourceType) GetResourceTypeId

func (x *ChildResourceType) GetResourceTypeId() string

func (*ChildResourceType) ProtoMessage

func (*ChildResourceType) ProtoMessage()

func (*ChildResourceType) ProtoReflect

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

func (*ChildResourceType) Reset

func (x *ChildResourceType) Reset()

func (*ChildResourceType) String

func (x *ChildResourceType) String() string

func (*ChildResourceType) Validate

func (m *ChildResourceType) Validate() error

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

func (m *ChildResourceType) ValidateAll() error

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

type ChildResourceTypeMultiError

type ChildResourceTypeMultiError []error

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

func (ChildResourceTypeMultiError) AllErrors

func (m ChildResourceTypeMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ChildResourceTypeMultiError) Error

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

type ChildResourceTypeValidationError

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

ChildResourceTypeValidationError is the validation error returned by ChildResourceType.Validate if the designated constraints aren't met.

func (ChildResourceTypeValidationError) Cause

Cause function returns cause value.

func (ChildResourceTypeValidationError) Error

Error satisfies the builtin error interface

func (ChildResourceTypeValidationError) ErrorName

ErrorName returns error name.

func (ChildResourceTypeValidationError) Field

Field function returns field value.

func (ChildResourceTypeValidationError) Key

Key function returns key value.

func (ChildResourceTypeValidationError) Reason

Reason function returns reason value.

type ConfigSchema

type ConfigSchema struct {
	Fields      []*Field  `protobuf:"bytes,1,rep,name=fields,proto3" json:"fields,omitempty"`
	DisplayName string    `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	HelpUrl     string    `protobuf:"bytes,3,opt,name=help_url,json=helpUrl,proto3" json:"help_url,omitempty"`
	Icon        *AssetRef `protobuf:"bytes,4,opt,name=icon,proto3" json:"icon,omitempty"`
	// contains filtered or unexported fields
}

func (*ConfigSchema) Descriptor deprecated

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

Deprecated: Use ConfigSchema.ProtoReflect.Descriptor instead.

func (*ConfigSchema) GetDisplayName

func (x *ConfigSchema) GetDisplayName() string

func (*ConfigSchema) GetFields

func (x *ConfigSchema) GetFields() []*Field

func (*ConfigSchema) GetHelpUrl

func (x *ConfigSchema) GetHelpUrl() string

func (*ConfigSchema) GetIcon

func (x *ConfigSchema) GetIcon() *AssetRef
func (x *ConfigSchema) GetLogo() *AssetRef

func (*ConfigSchema) ProtoMessage

func (*ConfigSchema) ProtoMessage()

func (*ConfigSchema) ProtoReflect

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

func (*ConfigSchema) Reset

func (x *ConfigSchema) Reset()

func (*ConfigSchema) String

func (x *ConfigSchema) String() string

func (*ConfigSchema) Validate

func (m *ConfigSchema) Validate() error

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

func (m *ConfigSchema) ValidateAll() error

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

type ConfigSchemaMultiError

type ConfigSchemaMultiError []error

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

func (ConfigSchemaMultiError) AllErrors

func (m ConfigSchemaMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ConfigSchemaMultiError) Error

func (m ConfigSchemaMultiError) Error() string

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

type ConfigSchemaValidationError

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

ConfigSchemaValidationError is the validation error returned by ConfigSchema.Validate if the designated constraints aren't met.

func (ConfigSchemaValidationError) Cause

Cause function returns cause value.

func (ConfigSchemaValidationError) Error

Error satisfies the builtin error interface

func (ConfigSchemaValidationError) ErrorName

func (e ConfigSchemaValidationError) ErrorName() string

ErrorName returns error name.

func (ConfigSchemaValidationError) Field

Field function returns field value.

func (ConfigSchemaValidationError) Key

Key function returns key value.

func (ConfigSchemaValidationError) Reason

Reason function returns reason value.

type ConnectorMetadata

type ConnectorMetadata struct {
	DisplayName string           `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	HelpUrl     string           `protobuf:"bytes,2,opt,name=help_url,json=helpUrl,proto3" json:"help_url,omitempty"`
	Icon        *AssetRef        `protobuf:"bytes,3,opt,name=icon,proto3" json:"icon,omitempty"`
	Profile     *structpb.Struct `protobuf:"bytes,5,opt,name=profile,proto3" json:"profile,omitempty"`
	Annotations []*anypb.Any     `protobuf:"bytes,6,rep,name=annotations,proto3" json:"annotations,omitempty"`
	// contains filtered or unexported fields
}

func (*ConnectorMetadata) Descriptor deprecated

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

Deprecated: Use ConnectorMetadata.ProtoReflect.Descriptor instead.

func (*ConnectorMetadata) GetAnnotations

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

func (*ConnectorMetadata) GetDisplayName

func (x *ConnectorMetadata) GetDisplayName() string

func (*ConnectorMetadata) GetHelpUrl

func (x *ConnectorMetadata) GetHelpUrl() string

func (*ConnectorMetadata) GetIcon

func (x *ConnectorMetadata) GetIcon() *AssetRef
func (x *ConnectorMetadata) GetLogo() *AssetRef

func (*ConnectorMetadata) GetProfile

func (x *ConnectorMetadata) GetProfile() *structpb.Struct

func (*ConnectorMetadata) ProtoMessage

func (*ConnectorMetadata) ProtoMessage()

func (*ConnectorMetadata) ProtoReflect

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

func (*ConnectorMetadata) Reset

func (x *ConnectorMetadata) Reset()

func (*ConnectorMetadata) String

func (x *ConnectorMetadata) String() string

func (*ConnectorMetadata) Validate

func (m *ConnectorMetadata) Validate() error

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

func (m *ConnectorMetadata) ValidateAll() error

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

type ConnectorMetadataMultiError

type ConnectorMetadataMultiError []error

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

func (ConnectorMetadataMultiError) AllErrors

func (m ConnectorMetadataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ConnectorMetadataMultiError) Error

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

type ConnectorMetadataValidationError

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

ConnectorMetadataValidationError is the validation error returned by ConnectorMetadata.Validate if the designated constraints aren't met.

func (ConnectorMetadataValidationError) Cause

Cause function returns cause value.

func (ConnectorMetadataValidationError) Error

Error satisfies the builtin error interface

func (ConnectorMetadataValidationError) ErrorName

ErrorName returns error name.

func (ConnectorMetadataValidationError) Field

Field function returns field value.

func (ConnectorMetadataValidationError) Key

Key function returns key value.

func (ConnectorMetadataValidationError) Reason

Reason function returns reason value.

type ConnectorServiceClient

ConnectorServiceClient is the client API for ConnectorService 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 ConnectorServiceGetMetadataRequest

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

func (*ConnectorServiceGetMetadataRequest) Descriptor deprecated

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

Deprecated: Use ConnectorServiceGetMetadataRequest.ProtoReflect.Descriptor instead.

func (*ConnectorServiceGetMetadataRequest) ProtoMessage

func (*ConnectorServiceGetMetadataRequest) ProtoMessage()

func (*ConnectorServiceGetMetadataRequest) ProtoReflect

func (*ConnectorServiceGetMetadataRequest) Reset

func (*ConnectorServiceGetMetadataRequest) String

func (*ConnectorServiceGetMetadataRequest) Validate

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

func (m *ConnectorServiceGetMetadataRequest) ValidateAll() error

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

type ConnectorServiceGetMetadataRequestMultiError

type ConnectorServiceGetMetadataRequestMultiError []error

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

func (ConnectorServiceGetMetadataRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ConnectorServiceGetMetadataRequestMultiError) Error

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

type ConnectorServiceGetMetadataRequestValidationError

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

ConnectorServiceGetMetadataRequestValidationError is the validation error returned by ConnectorServiceGetMetadataRequest.Validate if the designated constraints aren't met.

func (ConnectorServiceGetMetadataRequestValidationError) Cause

Cause function returns cause value.

func (ConnectorServiceGetMetadataRequestValidationError) Error

Error satisfies the builtin error interface

func (ConnectorServiceGetMetadataRequestValidationError) ErrorName

ErrorName returns error name.

func (ConnectorServiceGetMetadataRequestValidationError) Field

Field function returns field value.

func (ConnectorServiceGetMetadataRequestValidationError) Key

Key function returns key value.

func (ConnectorServiceGetMetadataRequestValidationError) Reason

Reason function returns reason value.

type ConnectorServiceGetMetadataResponse

type ConnectorServiceGetMetadataResponse struct {
	Metadata *ConnectorMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*ConnectorServiceGetMetadataResponse) Descriptor deprecated

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

Deprecated: Use ConnectorServiceGetMetadataResponse.ProtoReflect.Descriptor instead.

func (*ConnectorServiceGetMetadataResponse) GetMetadata

func (*ConnectorServiceGetMetadataResponse) ProtoMessage

func (*ConnectorServiceGetMetadataResponse) ProtoMessage()

func (*ConnectorServiceGetMetadataResponse) ProtoReflect

func (*ConnectorServiceGetMetadataResponse) Reset

func (*ConnectorServiceGetMetadataResponse) String

func (*ConnectorServiceGetMetadataResponse) Validate

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

func (m *ConnectorServiceGetMetadataResponse) ValidateAll() error

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

type ConnectorServiceGetMetadataResponseMultiError

type ConnectorServiceGetMetadataResponseMultiError []error

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

func (ConnectorServiceGetMetadataResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ConnectorServiceGetMetadataResponseMultiError) Error

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

type ConnectorServiceGetMetadataResponseValidationError

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

ConnectorServiceGetMetadataResponseValidationError is the validation error returned by ConnectorServiceGetMetadataResponse.Validate if the designated constraints aren't met.

func (ConnectorServiceGetMetadataResponseValidationError) Cause

Cause function returns cause value.

func (ConnectorServiceGetMetadataResponseValidationError) Error

Error satisfies the builtin error interface

func (ConnectorServiceGetMetadataResponseValidationError) ErrorName

ErrorName returns error name.

func (ConnectorServiceGetMetadataResponseValidationError) Field

Field function returns field value.

func (ConnectorServiceGetMetadataResponseValidationError) Key

Key function returns key value.

func (ConnectorServiceGetMetadataResponseValidationError) Reason

Reason function returns reason value.

type ConnectorServiceServer

ConnectorServiceServer is the server API for ConnectorService service. All implementations should embed UnimplementedConnectorServiceServer for forward compatibility

type ConnectorServiceValidateRequest

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

func (*ConnectorServiceValidateRequest) Descriptor deprecated

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

Deprecated: Use ConnectorServiceValidateRequest.ProtoReflect.Descriptor instead.

func (*ConnectorServiceValidateRequest) ProtoMessage

func (*ConnectorServiceValidateRequest) ProtoMessage()

func (*ConnectorServiceValidateRequest) ProtoReflect

func (*ConnectorServiceValidateRequest) Reset

func (*ConnectorServiceValidateRequest) String

func (*ConnectorServiceValidateRequest) Validate

func (m *ConnectorServiceValidateRequest) Validate() error

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

func (m *ConnectorServiceValidateRequest) ValidateAll() error

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

type ConnectorServiceValidateRequestMultiError

type ConnectorServiceValidateRequestMultiError []error

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

func (ConnectorServiceValidateRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ConnectorServiceValidateRequestMultiError) Error

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

type ConnectorServiceValidateRequestValidationError

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

ConnectorServiceValidateRequestValidationError is the validation error returned by ConnectorServiceValidateRequest.Validate if the designated constraints aren't met.

func (ConnectorServiceValidateRequestValidationError) Cause

Cause function returns cause value.

func (ConnectorServiceValidateRequestValidationError) Error

Error satisfies the builtin error interface

func (ConnectorServiceValidateRequestValidationError) ErrorName

ErrorName returns error name.

func (ConnectorServiceValidateRequestValidationError) Field

Field function returns field value.

func (ConnectorServiceValidateRequestValidationError) Key

Key function returns key value.

func (ConnectorServiceValidateRequestValidationError) Reason

Reason function returns reason value.

type ConnectorServiceValidateResponse

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

NOTE(morgabra) We're expecting correct grpc.Status responses for things like 401/403/500, etc

func (*ConnectorServiceValidateResponse) Descriptor deprecated

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

Deprecated: Use ConnectorServiceValidateResponse.ProtoReflect.Descriptor instead.

func (*ConnectorServiceValidateResponse) GetAnnotations

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

func (*ConnectorServiceValidateResponse) ProtoMessage

func (*ConnectorServiceValidateResponse) ProtoMessage()

func (*ConnectorServiceValidateResponse) ProtoReflect

func (*ConnectorServiceValidateResponse) Reset

func (*ConnectorServiceValidateResponse) String

func (*ConnectorServiceValidateResponse) Validate

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

func (m *ConnectorServiceValidateResponse) ValidateAll() error

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

type ConnectorServiceValidateResponseMultiError

type ConnectorServiceValidateResponseMultiError []error

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

func (ConnectorServiceValidateResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ConnectorServiceValidateResponseMultiError) Error

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

type ConnectorServiceValidateResponseValidationError

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

ConnectorServiceValidateResponseValidationError is the validation error returned by ConnectorServiceValidateResponse.Validate if the designated constraints aren't met.

func (ConnectorServiceValidateResponseValidationError) Cause

Cause function returns cause value.

func (ConnectorServiceValidateResponseValidationError) Error

Error satisfies the builtin error interface

func (ConnectorServiceValidateResponseValidationError) ErrorName

ErrorName returns error name.

func (ConnectorServiceValidateResponseValidationError) Field

Field function returns field value.

func (ConnectorServiceValidateResponseValidationError) Key

Key function returns key value.

func (ConnectorServiceValidateResponseValidationError) Reason

Reason function returns reason value.

type ETag

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

func (*ETag) Descriptor deprecated

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

Deprecated: Use ETag.ProtoReflect.Descriptor instead.

func (*ETag) GetValue

func (x *ETag) GetValue() string

func (*ETag) ProtoMessage

func (*ETag) ProtoMessage()

func (*ETag) ProtoReflect

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

func (*ETag) Reset

func (x *ETag) Reset()

func (*ETag) String

func (x *ETag) String() string

func (*ETag) Validate

func (m *ETag) Validate() error

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

func (m *ETag) ValidateAll() error

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

type ETagMultiError

type ETagMultiError []error

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

func (ETagMultiError) AllErrors

func (m ETagMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ETagMultiError) Error

func (m ETagMultiError) Error() string

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

type ETagValidationError

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

ETagValidationError is the validation error returned by ETag.Validate if the designated constraints aren't met.

func (ETagValidationError) Cause

func (e ETagValidationError) Cause() error

Cause function returns cause value.

func (ETagValidationError) Error

func (e ETagValidationError) Error() string

Error satisfies the builtin error interface

func (ETagValidationError) ErrorName

func (e ETagValidationError) ErrorName() string

ErrorName returns error name.

func (ETagValidationError) Field

func (e ETagValidationError) Field() string

Field function returns field value.

func (ETagValidationError) Key

func (e ETagValidationError) Key() bool

Key function returns key value.

func (ETagValidationError) Reason

func (e ETagValidationError) Reason() string

Reason function returns reason value.

type Entitlement

type Entitlement struct {
	Resource    *Resource                `protobuf:"bytes,1,opt,name=resource,proto3" json:"resource,omitempty"`
	Id          string                   `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	DisplayName string                   `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	Description string                   `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	GrantableTo []*ResourceType          `protobuf:"bytes,5,rep,name=grantable_to,json=grantableTo,proto3" json:"grantable_to,omitempty"`
	Annotations []*anypb.Any             `protobuf:"bytes,6,rep,name=annotations,proto3" json:"annotations,omitempty"`
	Purpose     Entitlement_PurposeValue `protobuf:"varint,7,opt,name=purpose,proto3,enum=c1.connector.v2.Entitlement_PurposeValue" json:"purpose,omitempty"`
	Slug        string                   `protobuf:"bytes,8,opt,name=slug,proto3" json:"slug,omitempty"`
	// contains filtered or unexported fields
}

func (*Entitlement) Descriptor deprecated

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

Deprecated: Use Entitlement.ProtoReflect.Descriptor instead.

func (*Entitlement) GetAnnotations

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

func (*Entitlement) GetDescription

func (x *Entitlement) GetDescription() string

func (*Entitlement) GetDisplayName

func (x *Entitlement) GetDisplayName() string

func (*Entitlement) GetGrantableTo

func (x *Entitlement) GetGrantableTo() []*ResourceType

func (*Entitlement) GetId

func (x *Entitlement) GetId() string

func (*Entitlement) GetPurpose

func (x *Entitlement) GetPurpose() Entitlement_PurposeValue

func (*Entitlement) GetResource

func (x *Entitlement) GetResource() *Resource

func (*Entitlement) GetSlug

func (x *Entitlement) GetSlug() string

func (*Entitlement) ProtoMessage

func (*Entitlement) ProtoMessage()

func (*Entitlement) ProtoReflect

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

func (*Entitlement) Reset

func (x *Entitlement) Reset()

func (*Entitlement) String

func (x *Entitlement) String() string

func (*Entitlement) Validate

func (m *Entitlement) Validate() error

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

func (m *Entitlement) ValidateAll() error

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

type EntitlementMultiError

type EntitlementMultiError []error

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

func (EntitlementMultiError) AllErrors

func (m EntitlementMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EntitlementMultiError) Error

func (m EntitlementMultiError) Error() string

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

type EntitlementValidationError

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

EntitlementValidationError is the validation error returned by Entitlement.Validate if the designated constraints aren't met.

func (EntitlementValidationError) Cause

Cause function returns cause value.

func (EntitlementValidationError) Error

Error satisfies the builtin error interface

func (EntitlementValidationError) ErrorName

func (e EntitlementValidationError) ErrorName() string

ErrorName returns error name.

func (EntitlementValidationError) Field

Field function returns field value.

func (EntitlementValidationError) Key

Key function returns key value.

func (EntitlementValidationError) Reason

Reason function returns reason value.

type Entitlement_PurposeValue

type Entitlement_PurposeValue int32
const (
	Entitlement_PURPOSE_VALUE_UNSPECIFIED Entitlement_PurposeValue = 0
	Entitlement_PURPOSE_VALUE_ASSIGNMENT  Entitlement_PurposeValue = 1
	Entitlement_PURPOSE_VALUE_PERMISSION  Entitlement_PurposeValue = 2
)

func (Entitlement_PurposeValue) Descriptor

func (Entitlement_PurposeValue) Enum

func (Entitlement_PurposeValue) EnumDescriptor deprecated

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

Deprecated: Use Entitlement_PurposeValue.Descriptor instead.

func (Entitlement_PurposeValue) Number

func (Entitlement_PurposeValue) String

func (x Entitlement_PurposeValue) String() string

func (Entitlement_PurposeValue) Type

type EntitlementsServiceClient

type EntitlementsServiceClient interface {
	ListEntitlements(ctx context.Context, in *EntitlementsServiceListEntitlementsRequest, opts ...grpc.CallOption) (*EntitlementsServiceListEntitlementsResponse, error)
}

EntitlementsServiceClient is the client API for EntitlementsService 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 EntitlementsServiceListEntitlementsRequest

type EntitlementsServiceListEntitlementsRequest struct {
	Resource    *Resource    `protobuf:"bytes,1,opt,name=resource,proto3" json:"resource,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 (*EntitlementsServiceListEntitlementsRequest) Descriptor deprecated

Deprecated: Use EntitlementsServiceListEntitlementsRequest.ProtoReflect.Descriptor instead.

func (*EntitlementsServiceListEntitlementsRequest) GetAnnotations

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

func (*EntitlementsServiceListEntitlementsRequest) GetPageSize

func (*EntitlementsServiceListEntitlementsRequest) GetPageToken

func (*EntitlementsServiceListEntitlementsRequest) GetResource

func (*EntitlementsServiceListEntitlementsRequest) ProtoMessage

func (*EntitlementsServiceListEntitlementsRequest) ProtoReflect

func (*EntitlementsServiceListEntitlementsRequest) Reset

func (*EntitlementsServiceListEntitlementsRequest) String

func (*EntitlementsServiceListEntitlementsRequest) Validate

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

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

type EntitlementsServiceListEntitlementsRequestMultiError

type EntitlementsServiceListEntitlementsRequestMultiError []error

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

func (EntitlementsServiceListEntitlementsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (EntitlementsServiceListEntitlementsRequestMultiError) Error

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

type EntitlementsServiceListEntitlementsRequestValidationError

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

EntitlementsServiceListEntitlementsRequestValidationError is the validation error returned by EntitlementsServiceListEntitlementsRequest.Validate if the designated constraints aren't met.

func (EntitlementsServiceListEntitlementsRequestValidationError) Cause

Cause function returns cause value.

func (EntitlementsServiceListEntitlementsRequestValidationError) Error

Error satisfies the builtin error interface

func (EntitlementsServiceListEntitlementsRequestValidationError) ErrorName

ErrorName returns error name.

func (EntitlementsServiceListEntitlementsRequestValidationError) Field

Field function returns field value.

func (EntitlementsServiceListEntitlementsRequestValidationError) Key

Key function returns key value.

func (EntitlementsServiceListEntitlementsRequestValidationError) Reason

Reason function returns reason value.

type EntitlementsServiceListEntitlementsResponse

type EntitlementsServiceListEntitlementsResponse struct {
	List          []*Entitlement `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"`
	Annotations   []*anypb.Any   `protobuf:"bytes,3,rep,name=annotations,proto3" json:"annotations,omitempty"`
	// contains filtered or unexported fields
}

func (*EntitlementsServiceListEntitlementsResponse) Descriptor deprecated

Deprecated: Use EntitlementsServiceListEntitlementsResponse.ProtoReflect.Descriptor instead.

func (*EntitlementsServiceListEntitlementsResponse) GetAnnotations

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

func (*EntitlementsServiceListEntitlementsResponse) GetList

func (*EntitlementsServiceListEntitlementsResponse) GetNextPageToken

func (*EntitlementsServiceListEntitlementsResponse) ProtoMessage

func (*EntitlementsServiceListEntitlementsResponse) ProtoReflect

func (*EntitlementsServiceListEntitlementsResponse) Reset

func (*EntitlementsServiceListEntitlementsResponse) String

func (*EntitlementsServiceListEntitlementsResponse) Validate

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

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

type EntitlementsServiceListEntitlementsResponseMultiError

type EntitlementsServiceListEntitlementsResponseMultiError []error

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

func (EntitlementsServiceListEntitlementsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (EntitlementsServiceListEntitlementsResponseMultiError) Error

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

type EntitlementsServiceListEntitlementsResponseValidationError

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

EntitlementsServiceListEntitlementsResponseValidationError is the validation error returned by EntitlementsServiceListEntitlementsResponse.Validate if the designated constraints aren't met.

func (EntitlementsServiceListEntitlementsResponseValidationError) Cause

Cause function returns cause value.

func (EntitlementsServiceListEntitlementsResponseValidationError) Error

Error satisfies the builtin error interface

func (EntitlementsServiceListEntitlementsResponseValidationError) ErrorName

ErrorName returns error name.

func (EntitlementsServiceListEntitlementsResponseValidationError) Field

Field function returns field value.

func (EntitlementsServiceListEntitlementsResponseValidationError) Key

Key function returns key value.

func (EntitlementsServiceListEntitlementsResponseValidationError) Reason

Reason function returns reason value.

type EntitlementsServiceServer

type EntitlementsServiceServer interface {
	ListEntitlements(context.Context, *EntitlementsServiceListEntitlementsRequest) (*EntitlementsServiceListEntitlementsResponse, error)
}

EntitlementsServiceServer is the server API for EntitlementsService service. All implementations should embed UnimplementedEntitlementsServiceServer for forward compatibility

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

func (*ExternalLink) Descriptor deprecated

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

Deprecated: Use ExternalLink.ProtoReflect.Descriptor instead.

func (*ExternalLink) GetUrl

func (x *ExternalLink) GetUrl() string

func (*ExternalLink) ProtoMessage

func (*ExternalLink) ProtoMessage()

func (*ExternalLink) ProtoReflect

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

func (*ExternalLink) Reset

func (x *ExternalLink) Reset()

func (*ExternalLink) String

func (x *ExternalLink) String() string

func (*ExternalLink) Validate

func (m *ExternalLink) Validate() error

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

func (m *ExternalLink) ValidateAll() error

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

type ExternalLinkMultiError

type ExternalLinkMultiError []error

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

func (ExternalLinkMultiError) AllErrors

func (m ExternalLinkMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ExternalLinkMultiError) Error

func (m ExternalLinkMultiError) Error() string

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

type ExternalLinkValidationError

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

ExternalLinkValidationError is the validation error returned by ExternalLink.Validate if the designated constraints aren't met.

func (ExternalLinkValidationError) Cause

Cause function returns cause value.

func (ExternalLinkValidationError) Error

Error satisfies the builtin error interface

func (ExternalLinkValidationError) ErrorName

func (e ExternalLinkValidationError) ErrorName() string

ErrorName returns error name.

func (ExternalLinkValidationError) Field

Field function returns field value.

func (ExternalLinkValidationError) Key

Key function returns key value.

func (ExternalLinkValidationError) Reason

Reason function returns reason value.

type Field

type Field struct {

	// Must not start with `C1_` and match [a-zA-Z0-9_]{2,64}.  Must be unique within a connector.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// empty or https URL
	HelpUrl string `protobuf:"bytes,2,opt,name=help_url,json=helpUrl,proto3" json:"help_url,omitempty"`
	// Human readable label for this Field
	DisplayName string `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	Placeholder string `protobuf:"bytes,4,opt,name=placeholder,proto3" json:"placeholder,omitempty"`
	// Types that are assignable to Field:
	//	*Field_Str
	//	*Field_Select
	//	*Field_Random
	//	*Field_File
	Field isField_Field `protobuf_oneof:"field"`
	// contains filtered or unexported fields
}

func (*Field) Descriptor deprecated

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

Deprecated: Use Field.ProtoReflect.Descriptor instead.

func (*Field) GetDisplayName

func (x *Field) GetDisplayName() string

func (*Field) GetField

func (m *Field) GetField() isField_Field

func (*Field) GetFile

func (x *Field) GetFile() *FileField

func (*Field) GetHelpUrl

func (x *Field) GetHelpUrl() string

func (*Field) GetName

func (x *Field) GetName() string

func (*Field) GetPlaceholder

func (x *Field) GetPlaceholder() string

func (*Field) GetRandom

func (x *Field) GetRandom() *RandomStringField

func (*Field) GetSelect

func (x *Field) GetSelect() *SelectField

func (*Field) GetStr

func (x *Field) GetStr() *StringField

func (*Field) ProtoMessage

func (*Field) ProtoMessage()

func (*Field) ProtoReflect

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

func (*Field) Reset

func (x *Field) Reset()

func (*Field) String

func (x *Field) String() string

func (*Field) Validate

func (m *Field) Validate() error

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

func (m *Field) ValidateAll() error

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

type FieldMultiError

type FieldMultiError []error

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

func (FieldMultiError) AllErrors

func (m FieldMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FieldMultiError) Error

func (m FieldMultiError) Error() string

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

type FieldValidationError

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

FieldValidationError is the validation error returned by Field.Validate if the designated constraints aren't met.

func (FieldValidationError) Cause

func (e FieldValidationError) Cause() error

Cause function returns cause value.

func (FieldValidationError) Error

func (e FieldValidationError) Error() string

Error satisfies the builtin error interface

func (FieldValidationError) ErrorName

func (e FieldValidationError) ErrorName() string

ErrorName returns error name.

func (FieldValidationError) Field

func (e FieldValidationError) Field() string

Field function returns field value.

func (FieldValidationError) Key

func (e FieldValidationError) Key() bool

Key function returns key value.

func (FieldValidationError) Reason

func (e FieldValidationError) Reason() string

Reason function returns reason value.

type Field_File

type Field_File struct {
	File *FileField `protobuf:"bytes,103,opt,name=file,proto3,oneof"`
}

type Field_Random

type Field_Random struct {
	Random *RandomStringField `protobuf:"bytes,102,opt,name=random,proto3,oneof"`
}

type Field_Select

type Field_Select struct {
	Select *SelectField `protobuf:"bytes,101,opt,name=select,proto3,oneof"`
}

type Field_Str

type Field_Str struct {
	Str *StringField `protobuf:"bytes,100,opt,name=str,proto3,oneof"`
}

type FileField

type FileField struct {
	Secret            bool                  `protobuf:"varint,1,opt,name=secret,proto3" json:"secret,omitempty"`
	ValueValidator    *validate.StringRules `protobuf:"bytes,2,opt,name=value_validator,json=valueValidator,proto3" json:"value_validator,omitempty"`
	AllowedExtensions []string              `protobuf:"bytes,3,rep,name=allowed_extensions,json=allowedExtensions,proto3" json:"allowed_extensions,omitempty"`
	// contains filtered or unexported fields
}

func (*FileField) Descriptor deprecated

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

Deprecated: Use FileField.ProtoReflect.Descriptor instead.

func (*FileField) GetAllowedExtensions

func (x *FileField) GetAllowedExtensions() []string

func (*FileField) GetSecret

func (x *FileField) GetSecret() bool

func (*FileField) GetValueValidator

func (x *FileField) GetValueValidator() *validate.StringRules

func (*FileField) ProtoMessage

func (*FileField) ProtoMessage()

func (*FileField) ProtoReflect

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

func (*FileField) Reset

func (x *FileField) Reset()

func (*FileField) String

func (x *FileField) String() string

func (*FileField) Validate

func (m *FileField) Validate() error

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

func (m *FileField) ValidateAll() error

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

type FileFieldMultiError

type FileFieldMultiError []error

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

func (FileFieldMultiError) AllErrors

func (m FileFieldMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FileFieldMultiError) Error

func (m FileFieldMultiError) Error() string

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

type FileFieldValidationError

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

FileFieldValidationError is the validation error returned by FileField.Validate if the designated constraints aren't met.

func (FileFieldValidationError) Cause

func (e FileFieldValidationError) Cause() error

Cause function returns cause value.

func (FileFieldValidationError) Error

func (e FileFieldValidationError) Error() string

Error satisfies the builtin error interface

func (FileFieldValidationError) ErrorName

func (e FileFieldValidationError) ErrorName() string

ErrorName returns error name.

func (FileFieldValidationError) Field

func (e FileFieldValidationError) Field() string

Field function returns field value.

func (FileFieldValidationError) Key

Key function returns key value.

func (FileFieldValidationError) Reason

func (e FileFieldValidationError) Reason() string

Reason function returns reason value.

type Grant

type Grant struct {
	Entitlement *Entitlement `protobuf:"bytes,1,opt,name=entitlement,proto3" json:"entitlement,omitempty"`
	Principal   *Resource    `protobuf:"bytes,2,opt,name=principal,proto3" json:"principal,omitempty"`
	Id          string       `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
	Annotations []*anypb.Any `protobuf:"bytes,4,rep,name=annotations,proto3" json:"annotations,omitempty"`
	// contains filtered or unexported fields
}

func (*Grant) Descriptor deprecated

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

Deprecated: Use Grant.ProtoReflect.Descriptor instead.

func (*Grant) GetAnnotations

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

func (*Grant) GetEntitlement

func (x *Grant) GetEntitlement() *Entitlement

func (*Grant) GetId

func (x *Grant) GetId() string

func (*Grant) GetPrincipal

func (x *Grant) GetPrincipal() *Resource

func (*Grant) ProtoMessage

func (*Grant) ProtoMessage()

func (*Grant) ProtoReflect

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

func (*Grant) Reset

func (x *Grant) Reset()

func (*Grant) String

func (x *Grant) String() string

func (*Grant) Validate

func (m *Grant) Validate() error

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

func (m *Grant) ValidateAll() error

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

type GrantManagerServiceClient

GrantManagerServiceClient is the client API for GrantManagerService 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 GrantManagerServiceGrantRequest

type GrantManagerServiceGrantRequest struct {
	Entitlement *Entitlement `protobuf:"bytes,1,opt,name=entitlement,proto3" json:"entitlement,omitempty"`
	Principal   *Resource    `protobuf:"bytes,2,opt,name=principal,proto3" json:"principal,omitempty"`
	Annotations []*anypb.Any `protobuf:"bytes,3,rep,name=annotations,proto3" json:"annotations,omitempty"`
	// contains filtered or unexported fields
}

func (*GrantManagerServiceGrantRequest) Descriptor deprecated

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

Deprecated: Use GrantManagerServiceGrantRequest.ProtoReflect.Descriptor instead.

func (*GrantManagerServiceGrantRequest) GetAnnotations

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

func (*GrantManagerServiceGrantRequest) GetEntitlement

func (x *GrantManagerServiceGrantRequest) GetEntitlement() *Entitlement

func (*GrantManagerServiceGrantRequest) GetPrincipal

func (x *GrantManagerServiceGrantRequest) GetPrincipal() *Resource

func (*GrantManagerServiceGrantRequest) ProtoMessage

func (*GrantManagerServiceGrantRequest) ProtoMessage()

func (*GrantManagerServiceGrantRequest) ProtoReflect

func (*GrantManagerServiceGrantRequest) Reset

func (*GrantManagerServiceGrantRequest) String

func (*GrantManagerServiceGrantRequest) Validate

func (m *GrantManagerServiceGrantRequest) Validate() error

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

func (m *GrantManagerServiceGrantRequest) ValidateAll() error

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

type GrantManagerServiceGrantRequestMultiError

type GrantManagerServiceGrantRequestMultiError []error

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

func (GrantManagerServiceGrantRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GrantManagerServiceGrantRequestMultiError) Error

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

type GrantManagerServiceGrantRequestValidationError

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

GrantManagerServiceGrantRequestValidationError is the validation error returned by GrantManagerServiceGrantRequest.Validate if the designated constraints aren't met.

func (GrantManagerServiceGrantRequestValidationError) Cause

Cause function returns cause value.

func (GrantManagerServiceGrantRequestValidationError) Error

Error satisfies the builtin error interface

func (GrantManagerServiceGrantRequestValidationError) ErrorName

ErrorName returns error name.

func (GrantManagerServiceGrantRequestValidationError) Field

Field function returns field value.

func (GrantManagerServiceGrantRequestValidationError) Key

Key function returns key value.

func (GrantManagerServiceGrantRequestValidationError) Reason

Reason function returns reason value.

type GrantManagerServiceGrantResponse

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

func (*GrantManagerServiceGrantResponse) Descriptor deprecated

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

Deprecated: Use GrantManagerServiceGrantResponse.ProtoReflect.Descriptor instead.

func (*GrantManagerServiceGrantResponse) GetAnnotations

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

func (*GrantManagerServiceGrantResponse) ProtoMessage

func (*GrantManagerServiceGrantResponse) ProtoMessage()

func (*GrantManagerServiceGrantResponse) ProtoReflect

func (*GrantManagerServiceGrantResponse) Reset

func (*GrantManagerServiceGrantResponse) String

func (*GrantManagerServiceGrantResponse) Validate

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

func (m *GrantManagerServiceGrantResponse) ValidateAll() error

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

type GrantManagerServiceGrantResponseMultiError

type GrantManagerServiceGrantResponseMultiError []error

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

func (GrantManagerServiceGrantResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GrantManagerServiceGrantResponseMultiError) Error

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

type GrantManagerServiceGrantResponseValidationError

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

GrantManagerServiceGrantResponseValidationError is the validation error returned by GrantManagerServiceGrantResponse.Validate if the designated constraints aren't met.

func (GrantManagerServiceGrantResponseValidationError) Cause

Cause function returns cause value.

func (GrantManagerServiceGrantResponseValidationError) Error

Error satisfies the builtin error interface

func (GrantManagerServiceGrantResponseValidationError) ErrorName

ErrorName returns error name.

func (GrantManagerServiceGrantResponseValidationError) Field

Field function returns field value.

func (GrantManagerServiceGrantResponseValidationError) Key

Key function returns key value.

func (GrantManagerServiceGrantResponseValidationError) Reason

Reason function returns reason value.

type GrantManagerServiceRevokeRequest

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

func (*GrantManagerServiceRevokeRequest) Descriptor deprecated

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

Deprecated: Use GrantManagerServiceRevokeRequest.ProtoReflect.Descriptor instead.

func (*GrantManagerServiceRevokeRequest) GetAnnotations

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

func (*GrantManagerServiceRevokeRequest) GetGrant

func (x *GrantManagerServiceRevokeRequest) GetGrant() *Grant

func (*GrantManagerServiceRevokeRequest) ProtoMessage

func (*GrantManagerServiceRevokeRequest) ProtoMessage()

func (*GrantManagerServiceRevokeRequest) ProtoReflect

func (*GrantManagerServiceRevokeRequest) Reset

func (*GrantManagerServiceRevokeRequest) String

func (*GrantManagerServiceRevokeRequest) Validate

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

func (m *GrantManagerServiceRevokeRequest) ValidateAll() error

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

type GrantManagerServiceRevokeRequestMultiError

type GrantManagerServiceRevokeRequestMultiError []error

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

func (GrantManagerServiceRevokeRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GrantManagerServiceRevokeRequestMultiError) Error

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

type GrantManagerServiceRevokeRequestValidationError

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

GrantManagerServiceRevokeRequestValidationError is the validation error returned by GrantManagerServiceRevokeRequest.Validate if the designated constraints aren't met.

func (GrantManagerServiceRevokeRequestValidationError) Cause

Cause function returns cause value.

func (GrantManagerServiceRevokeRequestValidationError) Error

Error satisfies the builtin error interface

func (GrantManagerServiceRevokeRequestValidationError) ErrorName

ErrorName returns error name.

func (GrantManagerServiceRevokeRequestValidationError) Field

Field function returns field value.

func (GrantManagerServiceRevokeRequestValidationError) Key

Key function returns key value.

func (GrantManagerServiceRevokeRequestValidationError) Reason

Reason function returns reason value.

type GrantManagerServiceRevokeResponse

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

func (*GrantManagerServiceRevokeResponse) Descriptor deprecated

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

Deprecated: Use GrantManagerServiceRevokeResponse.ProtoReflect.Descriptor instead.

func (*GrantManagerServiceRevokeResponse) GetAnnotations

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

func (*GrantManagerServiceRevokeResponse) ProtoMessage

func (*GrantManagerServiceRevokeResponse) ProtoMessage()

func (*GrantManagerServiceRevokeResponse) ProtoReflect

func (*GrantManagerServiceRevokeResponse) Reset

func (*GrantManagerServiceRevokeResponse) String

func (*GrantManagerServiceRevokeResponse) Validate

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

func (m *GrantManagerServiceRevokeResponse) ValidateAll() error

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

type GrantManagerServiceRevokeResponseMultiError

type GrantManagerServiceRevokeResponseMultiError []error

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

func (GrantManagerServiceRevokeResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GrantManagerServiceRevokeResponseMultiError) Error

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

type GrantManagerServiceRevokeResponseValidationError

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

GrantManagerServiceRevokeResponseValidationError is the validation error returned by GrantManagerServiceRevokeResponse.Validate if the designated constraints aren't met.

func (GrantManagerServiceRevokeResponseValidationError) Cause

Cause function returns cause value.

func (GrantManagerServiceRevokeResponseValidationError) Error

Error satisfies the builtin error interface

func (GrantManagerServiceRevokeResponseValidationError) ErrorName

ErrorName returns error name.

func (GrantManagerServiceRevokeResponseValidationError) Field

Field function returns field value.

func (GrantManagerServiceRevokeResponseValidationError) Key

Key function returns key value.

func (GrantManagerServiceRevokeResponseValidationError) Reason

Reason function returns reason value.

type GrantManagerServiceServer

GrantManagerServiceServer is the server API for GrantManagerService service. All implementations should embed UnimplementedGrantManagerServiceServer for forward compatibility

type GrantMultiError

type GrantMultiError []error

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

func (GrantMultiError) AllErrors

func (m GrantMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GrantMultiError) Error

func (m GrantMultiError) Error() string

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

type GrantValidationError

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

GrantValidationError is the validation error returned by Grant.Validate if the designated constraints aren't met.

func (GrantValidationError) Cause

func (e GrantValidationError) Cause() error

Cause function returns cause value.

func (GrantValidationError) Error

func (e GrantValidationError) Error() string

Error satisfies the builtin error interface

func (GrantValidationError) ErrorName

func (e GrantValidationError) ErrorName() string

ErrorName returns error name.

func (GrantValidationError) Field

func (e GrantValidationError) Field() string

Field function returns field value.

func (GrantValidationError) Key

func (e GrantValidationError) Key() bool

Key function returns key value.

func (GrantValidationError) Reason

func (e GrantValidationError) Reason() string

Reason function returns reason value.

type GrantsServiceClient

type GrantsServiceClient interface {
	ListGrants(ctx context.Context, in *GrantsServiceListGrantsRequest, opts ...grpc.CallOption) (*GrantsServiceListGrantsResponse, error)
}

GrantsServiceClient is the client API for GrantsService 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 GrantsServiceListGrantsRequest

type GrantsServiceListGrantsRequest struct {
	Resource    *Resource    `protobuf:"bytes,1,opt,name=resource,proto3" json:"resource,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 (*GrantsServiceListGrantsRequest) Descriptor deprecated

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

Deprecated: Use GrantsServiceListGrantsRequest.ProtoReflect.Descriptor instead.

func (*GrantsServiceListGrantsRequest) GetAnnotations

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

func (*GrantsServiceListGrantsRequest) GetPageSize

func (x *GrantsServiceListGrantsRequest) GetPageSize() uint32

func (*GrantsServiceListGrantsRequest) GetPageToken

func (x *GrantsServiceListGrantsRequest) GetPageToken() string

func (*GrantsServiceListGrantsRequest) GetResource

func (x *GrantsServiceListGrantsRequest) GetResource() *Resource

func (*GrantsServiceListGrantsRequest) ProtoMessage

func (*GrantsServiceListGrantsRequest) ProtoMessage()

func (*GrantsServiceListGrantsRequest) ProtoReflect

func (*GrantsServiceListGrantsRequest) Reset

func (x *GrantsServiceListGrantsRequest) Reset()

func (*GrantsServiceListGrantsRequest) String

func (*GrantsServiceListGrantsRequest) Validate

func (m *GrantsServiceListGrantsRequest) Validate() error

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

func (m *GrantsServiceListGrantsRequest) ValidateAll() error

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

type GrantsServiceListGrantsRequestMultiError

type GrantsServiceListGrantsRequestMultiError []error

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

func (GrantsServiceListGrantsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GrantsServiceListGrantsRequestMultiError) Error

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

type GrantsServiceListGrantsRequestValidationError

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

GrantsServiceListGrantsRequestValidationError is the validation error returned by GrantsServiceListGrantsRequest.Validate if the designated constraints aren't met.

func (GrantsServiceListGrantsRequestValidationError) Cause

Cause function returns cause value.

func (GrantsServiceListGrantsRequestValidationError) Error

Error satisfies the builtin error interface

func (GrantsServiceListGrantsRequestValidationError) ErrorName

ErrorName returns error name.

func (GrantsServiceListGrantsRequestValidationError) Field

Field function returns field value.

func (GrantsServiceListGrantsRequestValidationError) Key

Key function returns key value.

func (GrantsServiceListGrantsRequestValidationError) Reason

Reason function returns reason value.

type GrantsServiceListGrantsResponse

type GrantsServiceListGrantsResponse struct {
	List          []*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"`
	Annotations   []*anypb.Any `protobuf:"bytes,3,rep,name=annotations,proto3" json:"annotations,omitempty"`
	// contains filtered or unexported fields
}

func (*GrantsServiceListGrantsResponse) Descriptor deprecated

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

Deprecated: Use GrantsServiceListGrantsResponse.ProtoReflect.Descriptor instead.

func (*GrantsServiceListGrantsResponse) GetAnnotations

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

func (*GrantsServiceListGrantsResponse) GetList

func (x *GrantsServiceListGrantsResponse) GetList() []*Grant

func (*GrantsServiceListGrantsResponse) GetNextPageToken

func (x *GrantsServiceListGrantsResponse) GetNextPageToken() string

func (*GrantsServiceListGrantsResponse) ProtoMessage

func (*GrantsServiceListGrantsResponse) ProtoMessage()

func (*GrantsServiceListGrantsResponse) ProtoReflect

func (*GrantsServiceListGrantsResponse) Reset

func (*GrantsServiceListGrantsResponse) String

func (*GrantsServiceListGrantsResponse) Validate

func (m *GrantsServiceListGrantsResponse) Validate() error

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

func (m *GrantsServiceListGrantsResponse) ValidateAll() error

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

type GrantsServiceListGrantsResponseMultiError

type GrantsServiceListGrantsResponseMultiError []error

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

func (GrantsServiceListGrantsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GrantsServiceListGrantsResponseMultiError) Error

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

type GrantsServiceListGrantsResponseValidationError

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

GrantsServiceListGrantsResponseValidationError is the validation error returned by GrantsServiceListGrantsResponse.Validate if the designated constraints aren't met.

func (GrantsServiceListGrantsResponseValidationError) Cause

Cause function returns cause value.

func (GrantsServiceListGrantsResponseValidationError) Error

Error satisfies the builtin error interface

func (GrantsServiceListGrantsResponseValidationError) ErrorName

ErrorName returns error name.

func (GrantsServiceListGrantsResponseValidationError) Field

Field function returns field value.

func (GrantsServiceListGrantsResponseValidationError) Key

Key function returns key value.

func (GrantsServiceListGrantsResponseValidationError) Reason

Reason function returns reason value.

type GrantsServiceServer

type GrantsServiceServer interface {
	ListGrants(context.Context, *GrantsServiceListGrantsRequest) (*GrantsServiceListGrantsResponse, error)
}

GrantsServiceServer is the server API for GrantsService service. All implementations should embed UnimplementedGrantsServiceServer for forward compatibility

type GroupTrait

type GroupTrait struct {
	Icon    *AssetRef        `protobuf:"bytes,1,opt,name=icon,proto3" json:"icon,omitempty"`
	Profile *structpb.Struct `protobuf:"bytes,2,opt,name=profile,proto3" json:"profile,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupTrait) Descriptor deprecated

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

Deprecated: Use GroupTrait.ProtoReflect.Descriptor instead.

func (*GroupTrait) GetIcon

func (x *GroupTrait) GetIcon() *AssetRef

func (*GroupTrait) GetProfile

func (x *GroupTrait) GetProfile() *structpb.Struct

func (*GroupTrait) ProtoMessage

func (*GroupTrait) ProtoMessage()

func (*GroupTrait) ProtoReflect

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

func (*GroupTrait) Reset

func (x *GroupTrait) Reset()

func (*GroupTrait) String

func (x *GroupTrait) String() string

func (*GroupTrait) Validate

func (m *GroupTrait) Validate() error

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

func (m *GroupTrait) ValidateAll() error

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

type GroupTraitMultiError

type GroupTraitMultiError []error

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

func (GroupTraitMultiError) AllErrors

func (m GroupTraitMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GroupTraitMultiError) Error

func (m GroupTraitMultiError) Error() string

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

type GroupTraitValidationError

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

GroupTraitValidationError is the validation error returned by GroupTrait.Validate if the designated constraints aren't met.

func (GroupTraitValidationError) Cause

func (e GroupTraitValidationError) Cause() error

Cause function returns cause value.

func (GroupTraitValidationError) Error

Error satisfies the builtin error interface

func (GroupTraitValidationError) ErrorName

func (e GroupTraitValidationError) ErrorName() string

ErrorName returns error name.

func (GroupTraitValidationError) Field

Field function returns field value.

func (GroupTraitValidationError) Key

Key function returns key value.

func (GroupTraitValidationError) Reason

func (e GroupTraitValidationError) Reason() string

Reason function returns reason value.

type RandomStringField

type RandomStringField struct {
	Length int32 `protobuf:"varint,1,opt,name=length,proto3" json:"length,omitempty"`
	// contains filtered or unexported fields
}

func (*RandomStringField) Descriptor deprecated

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

Deprecated: Use RandomStringField.ProtoReflect.Descriptor instead.

func (*RandomStringField) GetLength

func (x *RandomStringField) GetLength() int32

func (*RandomStringField) ProtoMessage

func (*RandomStringField) ProtoMessage()

func (*RandomStringField) ProtoReflect

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

func (*RandomStringField) Reset

func (x *RandomStringField) Reset()

func (*RandomStringField) String

func (x *RandomStringField) String() string

func (*RandomStringField) Validate

func (m *RandomStringField) Validate() error

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

func (m *RandomStringField) ValidateAll() error

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

type RandomStringFieldMultiError

type RandomStringFieldMultiError []error

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

func (RandomStringFieldMultiError) AllErrors

func (m RandomStringFieldMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RandomStringFieldMultiError) Error

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

type RandomStringFieldValidationError

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

RandomStringFieldValidationError is the validation error returned by RandomStringField.Validate if the designated constraints aren't met.

func (RandomStringFieldValidationError) Cause

Cause function returns cause value.

func (RandomStringFieldValidationError) Error

Error satisfies the builtin error interface

func (RandomStringFieldValidationError) ErrorName

ErrorName returns error name.

func (RandomStringFieldValidationError) Field

Field function returns field value.

func (RandomStringFieldValidationError) Key

Key function returns key value.

func (RandomStringFieldValidationError) Reason

Reason function returns reason value.

type RateLimitDescription

type RateLimitDescription struct {
	Status    RateLimitDescription_Status `protobuf:"varint,1,opt,name=status,proto3,enum=c1.connector.v2.RateLimitDescription_Status" json:"status,omitempty"`
	Limit     int64                       `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	Remaining int64                       `protobuf:"varint,3,opt,name=remaining,proto3" json:"remaining,omitempty"`
	ResetAt   *timestamppb.Timestamp      `protobuf:"bytes,4,opt,name=reset_at,json=resetAt,proto3" json:"reset_at,omitempty"`
	// contains filtered or unexported fields
}

func (*RateLimitDescription) Descriptor deprecated

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

Deprecated: Use RateLimitDescription.ProtoReflect.Descriptor instead.

func (*RateLimitDescription) GetLimit

func (x *RateLimitDescription) GetLimit() int64

func (*RateLimitDescription) GetRemaining

func (x *RateLimitDescription) GetRemaining() int64

func (*RateLimitDescription) GetResetAt

func (x *RateLimitDescription) GetResetAt() *timestamppb.Timestamp

func (*RateLimitDescription) GetStatus

func (*RateLimitDescription) ProtoMessage

func (*RateLimitDescription) ProtoMessage()

func (*RateLimitDescription) ProtoReflect

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

func (*RateLimitDescription) Reset

func (x *RateLimitDescription) Reset()

func (*RateLimitDescription) String

func (x *RateLimitDescription) String() string

func (*RateLimitDescription) Validate

func (m *RateLimitDescription) Validate() error

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

func (m *RateLimitDescription) ValidateAll() error

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

type RateLimitDescriptionMultiError

type RateLimitDescriptionMultiError []error

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

func (RateLimitDescriptionMultiError) AllErrors

func (m RateLimitDescriptionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RateLimitDescriptionMultiError) Error

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

type RateLimitDescriptionValidationError

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

RateLimitDescriptionValidationError is the validation error returned by RateLimitDescription.Validate if the designated constraints aren't met.

func (RateLimitDescriptionValidationError) Cause

Cause function returns cause value.

func (RateLimitDescriptionValidationError) Error

Error satisfies the builtin error interface

func (RateLimitDescriptionValidationError) ErrorName

ErrorName returns error name.

func (RateLimitDescriptionValidationError) Field

Field function returns field value.

func (RateLimitDescriptionValidationError) Key

Key function returns key value.

func (RateLimitDescriptionValidationError) Reason

Reason function returns reason value.

type RateLimitDescription_Status

type RateLimitDescription_Status int32
const (
	RateLimitDescription_STATUS_UNSPECIFIED RateLimitDescription_Status = 0
	RateLimitDescription_STATUS_OK          RateLimitDescription_Status = 1
	RateLimitDescription_STATUS_OVERLIMIT   RateLimitDescription_Status = 2
	RateLimitDescription_STATUS_ERROR       RateLimitDescription_Status = 3
)

func (RateLimitDescription_Status) Descriptor

func (RateLimitDescription_Status) Enum

func (RateLimitDescription_Status) EnumDescriptor deprecated

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

Deprecated: Use RateLimitDescription_Status.Descriptor instead.

func (RateLimitDescription_Status) Number

func (RateLimitDescription_Status) String

func (RateLimitDescription_Status) Type

type RequestId

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

func (*RequestId) Descriptor deprecated

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

Deprecated: Use RequestId.ProtoReflect.Descriptor instead.

func (*RequestId) GetRequestId

func (x *RequestId) GetRequestId() string

func (*RequestId) ProtoMessage

func (*RequestId) ProtoMessage()

func (*RequestId) ProtoReflect

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

func (*RequestId) Reset

func (x *RequestId) Reset()

func (*RequestId) String

func (x *RequestId) String() string

func (*RequestId) Validate

func (m *RequestId) Validate() error

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

func (m *RequestId) ValidateAll() error

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

type RequestIdMultiError

type RequestIdMultiError []error

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

func (RequestIdMultiError) AllErrors

func (m RequestIdMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RequestIdMultiError) Error

func (m RequestIdMultiError) Error() string

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

type RequestIdValidationError

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

RequestIdValidationError is the validation error returned by RequestId.Validate if the designated constraints aren't met.

func (RequestIdValidationError) Cause

func (e RequestIdValidationError) Cause() error

Cause function returns cause value.

func (RequestIdValidationError) Error

func (e RequestIdValidationError) Error() string

Error satisfies the builtin error interface

func (RequestIdValidationError) ErrorName

func (e RequestIdValidationError) ErrorName() string

ErrorName returns error name.

func (RequestIdValidationError) Field

func (e RequestIdValidationError) Field() string

Field function returns field value.

func (RequestIdValidationError) Key

Key function returns key value.

func (RequestIdValidationError) Reason

func (e RequestIdValidationError) Reason() string

Reason function returns reason value.

type Resource

type Resource struct {
	Id               *ResourceId  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ParentResourceId *ResourceId  `protobuf:"bytes,2,opt,name=parent_resource_id,json=parentResourceId,proto3" json:"parent_resource_id,omitempty"`
	DisplayName      string       `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	Annotations      []*anypb.Any `protobuf:"bytes,4,rep,name=annotations,proto3" json:"annotations,omitempty"`
	// contains filtered or unexported fields
}

func (*Resource) Descriptor deprecated

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

Deprecated: Use Resource.ProtoReflect.Descriptor instead.

func (*Resource) GetAnnotations

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

func (*Resource) GetDisplayName

func (x *Resource) GetDisplayName() string

func (*Resource) GetId

func (x *Resource) GetId() *ResourceId

func (*Resource) GetParentResourceId

func (x *Resource) GetParentResourceId() *ResourceId

func (*Resource) ProtoMessage

func (*Resource) ProtoMessage()

func (*Resource) ProtoReflect

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

func (*Resource) Reset

func (x *Resource) Reset()

func (*Resource) String

func (x *Resource) String() string

func (*Resource) Validate

func (m *Resource) Validate() error

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

func (m *Resource) ValidateAll() error

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

type ResourceId

type ResourceId struct {
	ResourceType string `protobuf:"bytes,1,opt,name=resource_type,json=resourceType,proto3" json:"resource_type,omitempty"`
	Resource     string `protobuf:"bytes,2,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

func (*ResourceId) Descriptor deprecated

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

Deprecated: Use ResourceId.ProtoReflect.Descriptor instead.

func (*ResourceId) GetResource

func (x *ResourceId) GetResource() string

func (*ResourceId) GetResourceType

func (x *ResourceId) GetResourceType() string

func (*ResourceId) ProtoMessage

func (*ResourceId) ProtoMessage()

func (*ResourceId) ProtoReflect

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

func (*ResourceId) Reset

func (x *ResourceId) Reset()

func (*ResourceId) String

func (x *ResourceId) String() string

func (*ResourceId) Validate

func (m *ResourceId) Validate() error

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

func (m *ResourceId) ValidateAll() error

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

type ResourceIdMultiError

type ResourceIdMultiError []error

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

func (ResourceIdMultiError) AllErrors

func (m ResourceIdMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ResourceIdMultiError) Error

func (m ResourceIdMultiError) Error() string

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

type ResourceIdValidationError

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

ResourceIdValidationError is the validation error returned by ResourceId.Validate if the designated constraints aren't met.

func (ResourceIdValidationError) Cause

func (e ResourceIdValidationError) Cause() error

Cause function returns cause value.

func (ResourceIdValidationError) Error

Error satisfies the builtin error interface

func (ResourceIdValidationError) ErrorName

func (e ResourceIdValidationError) ErrorName() string

ErrorName returns error name.

func (ResourceIdValidationError) Field

Field function returns field value.

func (ResourceIdValidationError) Key

Key function returns key value.

func (ResourceIdValidationError) Reason

func (e ResourceIdValidationError) Reason() string

Reason function returns reason value.

type ResourceMultiError

type ResourceMultiError []error

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

func (ResourceMultiError) AllErrors

func (m ResourceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ResourceMultiError) Error

func (m ResourceMultiError) Error() string

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

type ResourceType

type ResourceType struct {
	Id          string               `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	DisplayName string               `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	Traits      []ResourceType_Trait `protobuf:"varint,3,rep,packed,name=traits,proto3,enum=c1.connector.v2.ResourceType_Trait" json:"traits,omitempty"`
	Annotations []*anypb.Any         `protobuf:"bytes,4,rep,name=annotations,proto3" json:"annotations,omitempty"`
	// contains filtered or unexported fields
}

func (*ResourceType) Descriptor deprecated

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

Deprecated: Use ResourceType.ProtoReflect.Descriptor instead.

func (*ResourceType) GetAnnotations

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

func (*ResourceType) GetDisplayName

func (x *ResourceType) GetDisplayName() string

func (*ResourceType) GetId

func (x *ResourceType) GetId() string

func (*ResourceType) GetTraits

func (x *ResourceType) GetTraits() []ResourceType_Trait

func (*ResourceType) ProtoMessage

func (*ResourceType) ProtoMessage()

func (*ResourceType) ProtoReflect

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

func (*ResourceType) Reset

func (x *ResourceType) Reset()

func (*ResourceType) String

func (x *ResourceType) String() string

func (*ResourceType) Validate

func (m *ResourceType) Validate() error

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

func (m *ResourceType) ValidateAll() error

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

type ResourceTypeMultiError

type ResourceTypeMultiError []error

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

func (ResourceTypeMultiError) AllErrors

func (m ResourceTypeMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ResourceTypeMultiError) Error

func (m ResourceTypeMultiError) Error() string

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

type ResourceTypeValidationError

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

ResourceTypeValidationError is the validation error returned by ResourceType.Validate if the designated constraints aren't met.

func (ResourceTypeValidationError) Cause

Cause function returns cause value.

func (ResourceTypeValidationError) Error

Error satisfies the builtin error interface

func (ResourceTypeValidationError) ErrorName

func (e ResourceTypeValidationError) ErrorName() string

ErrorName returns error name.

func (ResourceTypeValidationError) Field

Field function returns field value.

func (ResourceTypeValidationError) Key

Key function returns key value.

func (ResourceTypeValidationError) Reason

Reason function returns reason value.

type ResourceType_Trait

type ResourceType_Trait int32
const (
	ResourceType_TRAIT_UNSPECIFIED ResourceType_Trait = 0
	ResourceType_TRAIT_USER        ResourceType_Trait = 1
	ResourceType_TRAIT_GROUP       ResourceType_Trait = 2
	ResourceType_TRAIT_ROLE        ResourceType_Trait = 3
	ResourceType_TRAIT_APP         ResourceType_Trait = 4
)

func (ResourceType_Trait) Descriptor

func (ResourceType_Trait) Enum

func (ResourceType_Trait) EnumDescriptor deprecated

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

Deprecated: Use ResourceType_Trait.Descriptor instead.

func (ResourceType_Trait) Number

func (ResourceType_Trait) String

func (x ResourceType_Trait) String() string

func (ResourceType_Trait) Type

type ResourceTypesServiceClient

type ResourceTypesServiceClient interface {
	ListResourceTypes(ctx context.Context, in *ResourceTypesServiceListResourceTypesRequest, opts ...grpc.CallOption) (*ResourceTypesServiceListResourceTypesResponse, error)
}

ResourceTypesServiceClient is the client API for ResourceTypesService 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 ResourceTypesServiceListResourceTypesRequest

type ResourceTypesServiceListResourceTypesRequest struct {
	Parent      *Resource    `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,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 (*ResourceTypesServiceListResourceTypesRequest) Descriptor deprecated

Deprecated: Use ResourceTypesServiceListResourceTypesRequest.ProtoReflect.Descriptor instead.

func (*ResourceTypesServiceListResourceTypesRequest) GetAnnotations

func (*ResourceTypesServiceListResourceTypesRequest) GetPageSize

func (*ResourceTypesServiceListResourceTypesRequest) GetPageToken

func (*ResourceTypesServiceListResourceTypesRequest) GetParent

func (*ResourceTypesServiceListResourceTypesRequest) ProtoMessage

func (*ResourceTypesServiceListResourceTypesRequest) ProtoReflect

func (*ResourceTypesServiceListResourceTypesRequest) Reset

func (*ResourceTypesServiceListResourceTypesRequest) String

func (*ResourceTypesServiceListResourceTypesRequest) Validate

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

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

type ResourceTypesServiceListResourceTypesRequestMultiError

type ResourceTypesServiceListResourceTypesRequestMultiError []error

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

func (ResourceTypesServiceListResourceTypesRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ResourceTypesServiceListResourceTypesRequestMultiError) Error

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

type ResourceTypesServiceListResourceTypesRequestValidationError

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

ResourceTypesServiceListResourceTypesRequestValidationError is the validation error returned by ResourceTypesServiceListResourceTypesRequest.Validate if the designated constraints aren't met.

func (ResourceTypesServiceListResourceTypesRequestValidationError) Cause

Cause function returns cause value.

func (ResourceTypesServiceListResourceTypesRequestValidationError) Error

Error satisfies the builtin error interface

func (ResourceTypesServiceListResourceTypesRequestValidationError) ErrorName

ErrorName returns error name.

func (ResourceTypesServiceListResourceTypesRequestValidationError) Field

Field function returns field value.

func (ResourceTypesServiceListResourceTypesRequestValidationError) Key

Key function returns key value.

func (ResourceTypesServiceListResourceTypesRequestValidationError) Reason

Reason function returns reason value.

type ResourceTypesServiceListResourceTypesResponse

type ResourceTypesServiceListResourceTypesResponse struct {
	List          []*ResourceType `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"`
	Annotations   []*anypb.Any    `protobuf:"bytes,3,rep,name=annotations,proto3" json:"annotations,omitempty"`
	// contains filtered or unexported fields
}

func (*ResourceTypesServiceListResourceTypesResponse) Descriptor deprecated

Deprecated: Use ResourceTypesServiceListResourceTypesResponse.ProtoReflect.Descriptor instead.

func (*ResourceTypesServiceListResourceTypesResponse) GetAnnotations

func (*ResourceTypesServiceListResourceTypesResponse) GetList

func (*ResourceTypesServiceListResourceTypesResponse) GetNextPageToken

func (*ResourceTypesServiceListResourceTypesResponse) ProtoMessage

func (*ResourceTypesServiceListResourceTypesResponse) ProtoReflect

func (*ResourceTypesServiceListResourceTypesResponse) Reset

func (*ResourceTypesServiceListResourceTypesResponse) String

func (*ResourceTypesServiceListResourceTypesResponse) Validate

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

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

type ResourceTypesServiceListResourceTypesResponseMultiError

type ResourceTypesServiceListResourceTypesResponseMultiError []error

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

func (ResourceTypesServiceListResourceTypesResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ResourceTypesServiceListResourceTypesResponseMultiError) Error

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

type ResourceTypesServiceListResourceTypesResponseValidationError

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

ResourceTypesServiceListResourceTypesResponseValidationError is the validation error returned by ResourceTypesServiceListResourceTypesResponse.Validate if the designated constraints aren't met.

func (ResourceTypesServiceListResourceTypesResponseValidationError) Cause

Cause function returns cause value.

func (ResourceTypesServiceListResourceTypesResponseValidationError) Error

Error satisfies the builtin error interface

func (ResourceTypesServiceListResourceTypesResponseValidationError) ErrorName

ErrorName returns error name.

func (ResourceTypesServiceListResourceTypesResponseValidationError) Field

Field function returns field value.

func (ResourceTypesServiceListResourceTypesResponseValidationError) Key

Key function returns key value.

func (ResourceTypesServiceListResourceTypesResponseValidationError) Reason

Reason function returns reason value.

type ResourceTypesServiceServer

type ResourceTypesServiceServer interface {
	ListResourceTypes(context.Context, *ResourceTypesServiceListResourceTypesRequest) (*ResourceTypesServiceListResourceTypesResponse, error)
}

ResourceTypesServiceServer is the server API for ResourceTypesService service. All implementations should embed UnimplementedResourceTypesServiceServer for forward compatibility

type ResourceValidationError

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

ResourceValidationError is the validation error returned by Resource.Validate if the designated constraints aren't met.

func (ResourceValidationError) Cause

func (e ResourceValidationError) Cause() error

Cause function returns cause value.

func (ResourceValidationError) Error

func (e ResourceValidationError) Error() string

Error satisfies the builtin error interface

func (ResourceValidationError) ErrorName

func (e ResourceValidationError) ErrorName() string

ErrorName returns error name.

func (ResourceValidationError) Field

func (e ResourceValidationError) Field() string

Field function returns field value.

func (ResourceValidationError) Key

func (e ResourceValidationError) Key() bool

Key function returns key value.

func (ResourceValidationError) Reason

func (e ResourceValidationError) Reason() string

Reason function returns reason value.

type ResourcesServiceClient

type ResourcesServiceClient interface {
	ListResources(ctx context.Context, in *ResourcesServiceListResourcesRequest, opts ...grpc.CallOption) (*ResourcesServiceListResourcesResponse, error)
}

ResourcesServiceClient is the client API for ResourcesService 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 ResourcesServiceListResourcesRequest

type ResourcesServiceListResourcesRequest struct {
	ResourceTypeId   string       `protobuf:"bytes,1,opt,name=resource_type_id,json=resourceTypeId,proto3" json:"resource_type_id,omitempty"`
	ParentResourceId *ResourceId  `protobuf:"bytes,2,opt,name=parent_resource_id,json=parentResourceId,proto3" json:"parent_resource_id,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 (*ResourcesServiceListResourcesRequest) Descriptor deprecated

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

Deprecated: Use ResourcesServiceListResourcesRequest.ProtoReflect.Descriptor instead.

func (*ResourcesServiceListResourcesRequest) GetAnnotations

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

func (*ResourcesServiceListResourcesRequest) GetPageSize

func (*ResourcesServiceListResourcesRequest) GetPageToken

func (x *ResourcesServiceListResourcesRequest) GetPageToken() string

func (*ResourcesServiceListResourcesRequest) GetParentResourceId

func (x *ResourcesServiceListResourcesRequest) GetParentResourceId() *ResourceId

func (*ResourcesServiceListResourcesRequest) GetResourceTypeId

func (x *ResourcesServiceListResourcesRequest) GetResourceTypeId() string

func (*ResourcesServiceListResourcesRequest) ProtoMessage

func (*ResourcesServiceListResourcesRequest) ProtoMessage()

func (*ResourcesServiceListResourcesRequest) ProtoReflect

func (*ResourcesServiceListResourcesRequest) Reset

func (*ResourcesServiceListResourcesRequest) String

func (*ResourcesServiceListResourcesRequest) Validate

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

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

type ResourcesServiceListResourcesRequestMultiError

type ResourcesServiceListResourcesRequestMultiError []error

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

func (ResourcesServiceListResourcesRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ResourcesServiceListResourcesRequestMultiError) Error

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

type ResourcesServiceListResourcesRequestValidationError

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

ResourcesServiceListResourcesRequestValidationError is the validation error returned by ResourcesServiceListResourcesRequest.Validate if the designated constraints aren't met.

func (ResourcesServiceListResourcesRequestValidationError) Cause

Cause function returns cause value.

func (ResourcesServiceListResourcesRequestValidationError) Error

Error satisfies the builtin error interface

func (ResourcesServiceListResourcesRequestValidationError) ErrorName

ErrorName returns error name.

func (ResourcesServiceListResourcesRequestValidationError) Field

Field function returns field value.

func (ResourcesServiceListResourcesRequestValidationError) Key

Key function returns key value.

func (ResourcesServiceListResourcesRequestValidationError) Reason

Reason function returns reason value.

type ResourcesServiceListResourcesResponse

type ResourcesServiceListResourcesResponse struct {
	List          []*Resource  `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"`
	Annotations   []*anypb.Any `protobuf:"bytes,3,rep,name=annotations,proto3" json:"annotations,omitempty"`
	// contains filtered or unexported fields
}

func (*ResourcesServiceListResourcesResponse) Descriptor deprecated

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

Deprecated: Use ResourcesServiceListResourcesResponse.ProtoReflect.Descriptor instead.

func (*ResourcesServiceListResourcesResponse) GetAnnotations

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

func (*ResourcesServiceListResourcesResponse) GetList

func (*ResourcesServiceListResourcesResponse) GetNextPageToken

func (x *ResourcesServiceListResourcesResponse) GetNextPageToken() string

func (*ResourcesServiceListResourcesResponse) ProtoMessage

func (*ResourcesServiceListResourcesResponse) ProtoMessage()

func (*ResourcesServiceListResourcesResponse) ProtoReflect

func (*ResourcesServiceListResourcesResponse) Reset

func (*ResourcesServiceListResourcesResponse) String

func (*ResourcesServiceListResourcesResponse) Validate

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

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

type ResourcesServiceListResourcesResponseMultiError

type ResourcesServiceListResourcesResponseMultiError []error

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

func (ResourcesServiceListResourcesResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ResourcesServiceListResourcesResponseMultiError) Error

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

type ResourcesServiceListResourcesResponseValidationError

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

ResourcesServiceListResourcesResponseValidationError is the validation error returned by ResourcesServiceListResourcesResponse.Validate if the designated constraints aren't met.

func (ResourcesServiceListResourcesResponseValidationError) Cause

Cause function returns cause value.

func (ResourcesServiceListResourcesResponseValidationError) Error

Error satisfies the builtin error interface

func (ResourcesServiceListResourcesResponseValidationError) ErrorName

ErrorName returns error name.

func (ResourcesServiceListResourcesResponseValidationError) Field

Field function returns field value.

func (ResourcesServiceListResourcesResponseValidationError) Key

Key function returns key value.

func (ResourcesServiceListResourcesResponseValidationError) Reason

Reason function returns reason value.

type ResourcesServiceServer

type ResourcesServiceServer interface {
	ListResources(context.Context, *ResourcesServiceListResourcesRequest) (*ResourcesServiceListResourcesResponse, error)
}

ResourcesServiceServer is the server API for ResourcesService service. All implementations should embed UnimplementedResourcesServiceServer for forward compatibility

type RoleTrait

type RoleTrait struct {
	Profile *structpb.Struct `protobuf:"bytes,1,opt,name=profile,proto3" json:"profile,omitempty"`
	// contains filtered or unexported fields
}

func (*RoleTrait) Descriptor deprecated

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

Deprecated: Use RoleTrait.ProtoReflect.Descriptor instead.

func (*RoleTrait) GetProfile

func (x *RoleTrait) GetProfile() *structpb.Struct

func (*RoleTrait) ProtoMessage

func (*RoleTrait) ProtoMessage()

func (*RoleTrait) ProtoReflect

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

func (*RoleTrait) Reset

func (x *RoleTrait) Reset()

func (*RoleTrait) String

func (x *RoleTrait) String() string

func (*RoleTrait) Validate

func (m *RoleTrait) Validate() error

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

func (m *RoleTrait) ValidateAll() error

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

type RoleTraitMultiError

type RoleTraitMultiError []error

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

func (RoleTraitMultiError) AllErrors

func (m RoleTraitMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RoleTraitMultiError) Error

func (m RoleTraitMultiError) Error() string

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

type RoleTraitValidationError

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

RoleTraitValidationError is the validation error returned by RoleTrait.Validate if the designated constraints aren't met.

func (RoleTraitValidationError) Cause

func (e RoleTraitValidationError) Cause() error

Cause function returns cause value.

func (RoleTraitValidationError) Error

func (e RoleTraitValidationError) Error() string

Error satisfies the builtin error interface

func (RoleTraitValidationError) ErrorName

func (e RoleTraitValidationError) ErrorName() string

ErrorName returns error name.

func (RoleTraitValidationError) Field

func (e RoleTraitValidationError) Field() string

Field function returns field value.

func (RoleTraitValidationError) Key

Key function returns key value.

func (RoleTraitValidationError) Reason

func (e RoleTraitValidationError) Reason() string

Reason function returns reason value.

type SchemaServiceClient

type SchemaServiceClient interface {
	GetSchema(ctx context.Context, in *SchemaServiceGetSchemaRequest, opts ...grpc.CallOption) (*SchemaServiceGetSchemaResponse, error)
}

SchemaServiceClient is the client API for SchemaService service.

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

type SchemaServiceGetSchemaRequest

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

func (*SchemaServiceGetSchemaRequest) Descriptor deprecated

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

Deprecated: Use SchemaServiceGetSchemaRequest.ProtoReflect.Descriptor instead.

func (*SchemaServiceGetSchemaRequest) ProtoMessage

func (*SchemaServiceGetSchemaRequest) ProtoMessage()

func (*SchemaServiceGetSchemaRequest) ProtoReflect

func (*SchemaServiceGetSchemaRequest) Reset

func (x *SchemaServiceGetSchemaRequest) Reset()

func (*SchemaServiceGetSchemaRequest) String

func (*SchemaServiceGetSchemaRequest) Validate

func (m *SchemaServiceGetSchemaRequest) Validate() error

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

func (m *SchemaServiceGetSchemaRequest) ValidateAll() error

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

type SchemaServiceGetSchemaRequestMultiError

type SchemaServiceGetSchemaRequestMultiError []error

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

func (SchemaServiceGetSchemaRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SchemaServiceGetSchemaRequestMultiError) Error

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

type SchemaServiceGetSchemaRequestValidationError

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

SchemaServiceGetSchemaRequestValidationError is the validation error returned by SchemaServiceGetSchemaRequest.Validate if the designated constraints aren't met.

func (SchemaServiceGetSchemaRequestValidationError) Cause

Cause function returns cause value.

func (SchemaServiceGetSchemaRequestValidationError) Error

Error satisfies the builtin error interface

func (SchemaServiceGetSchemaRequestValidationError) ErrorName

ErrorName returns error name.

func (SchemaServiceGetSchemaRequestValidationError) Field

Field function returns field value.

func (SchemaServiceGetSchemaRequestValidationError) Key

Key function returns key value.

func (SchemaServiceGetSchemaRequestValidationError) Reason

Reason function returns reason value.

type SchemaServiceGetSchemaResponse

type SchemaServiceGetSchemaResponse struct {
	Version string        `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	Schema  *ConfigSchema `protobuf:"bytes,2,opt,name=schema,proto3" json:"schema,omitempty"`
	// contains filtered or unexported fields
}

func (*SchemaServiceGetSchemaResponse) Descriptor deprecated

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

Deprecated: Use SchemaServiceGetSchemaResponse.ProtoReflect.Descriptor instead.

func (*SchemaServiceGetSchemaResponse) GetSchema

func (*SchemaServiceGetSchemaResponse) GetVersion

func (x *SchemaServiceGetSchemaResponse) GetVersion() string

func (*SchemaServiceGetSchemaResponse) ProtoMessage

func (*SchemaServiceGetSchemaResponse) ProtoMessage()

func (*SchemaServiceGetSchemaResponse) ProtoReflect

func (*SchemaServiceGetSchemaResponse) Reset

func (x *SchemaServiceGetSchemaResponse) Reset()

func (*SchemaServiceGetSchemaResponse) String

func (*SchemaServiceGetSchemaResponse) Validate

func (m *SchemaServiceGetSchemaResponse) Validate() error

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

func (m *SchemaServiceGetSchemaResponse) ValidateAll() error

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

type SchemaServiceGetSchemaResponseMultiError

type SchemaServiceGetSchemaResponseMultiError []error

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

func (SchemaServiceGetSchemaResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SchemaServiceGetSchemaResponseMultiError) Error

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

type SchemaServiceGetSchemaResponseValidationError

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

SchemaServiceGetSchemaResponseValidationError is the validation error returned by SchemaServiceGetSchemaResponse.Validate if the designated constraints aren't met.

func (SchemaServiceGetSchemaResponseValidationError) Cause

Cause function returns cause value.

func (SchemaServiceGetSchemaResponseValidationError) Error

Error satisfies the builtin error interface

func (SchemaServiceGetSchemaResponseValidationError) ErrorName

ErrorName returns error name.

func (SchemaServiceGetSchemaResponseValidationError) Field

Field function returns field value.

func (SchemaServiceGetSchemaResponseValidationError) Key

Key function returns key value.

func (SchemaServiceGetSchemaResponseValidationError) Reason

Reason function returns reason value.

type SchemaServiceServer

type SchemaServiceServer interface {
	GetSchema(context.Context, *SchemaServiceGetSchemaRequest) (*SchemaServiceGetSchemaResponse, error)
}

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

type SelectField

type SelectField struct {

	// list of items that are selected from
	Items []*SelectField_Item `protobuf:"bytes,5,rep,name=items,proto3" json:"items,omitempty"`
	// contains filtered or unexported fields
}

func (*SelectField) Descriptor deprecated

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

Deprecated: Use SelectField.ProtoReflect.Descriptor instead.

func (*SelectField) GetItems

func (x *SelectField) GetItems() []*SelectField_Item

func (*SelectField) ProtoMessage

func (*SelectField) ProtoMessage()

func (*SelectField) ProtoReflect

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

func (*SelectField) Reset

func (x *SelectField) Reset()

func (*SelectField) String

func (x *SelectField) String() string

func (*SelectField) Validate

func (m *SelectField) Validate() error

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

func (m *SelectField) ValidateAll() error

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

type SelectFieldMultiError

type SelectFieldMultiError []error

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

func (SelectFieldMultiError) AllErrors

func (m SelectFieldMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SelectFieldMultiError) Error

func (m SelectFieldMultiError) Error() string

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

type SelectFieldValidationError

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

SelectFieldValidationError is the validation error returned by SelectField.Validate if the designated constraints aren't met.

func (SelectFieldValidationError) Cause

Cause function returns cause value.

func (SelectFieldValidationError) Error

Error satisfies the builtin error interface

func (SelectFieldValidationError) ErrorName

func (e SelectFieldValidationError) ErrorName() string

ErrorName returns error name.

func (SelectFieldValidationError) Field

Field function returns field value.

func (SelectFieldValidationError) Key

Key function returns key value.

func (SelectFieldValidationError) Reason

Reason function returns reason value.

type SelectField_Item

type SelectField_Item struct {
	DisplayName string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	Value       string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*SelectField_Item) Descriptor deprecated

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

Deprecated: Use SelectField_Item.ProtoReflect.Descriptor instead.

func (*SelectField_Item) GetDisplayName

func (x *SelectField_Item) GetDisplayName() string

func (*SelectField_Item) GetValue

func (x *SelectField_Item) GetValue() string

func (*SelectField_Item) ProtoMessage

func (*SelectField_Item) ProtoMessage()

func (*SelectField_Item) ProtoReflect

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

func (*SelectField_Item) Reset

func (x *SelectField_Item) Reset()

func (*SelectField_Item) String

func (x *SelectField_Item) String() string

func (*SelectField_Item) Validate

func (m *SelectField_Item) Validate() error

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

func (m *SelectField_Item) ValidateAll() error

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

type SelectField_ItemMultiError

type SelectField_ItemMultiError []error

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

func (SelectField_ItemMultiError) AllErrors

func (m SelectField_ItemMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SelectField_ItemMultiError) Error

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

type SelectField_ItemValidationError

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

SelectField_ItemValidationError is the validation error returned by SelectField_Item.Validate if the designated constraints aren't met.

func (SelectField_ItemValidationError) Cause

Cause function returns cause value.

func (SelectField_ItemValidationError) Error

Error satisfies the builtin error interface

func (SelectField_ItemValidationError) ErrorName

ErrorName returns error name.

func (SelectField_ItemValidationError) Field

Field function returns field value.

func (SelectField_ItemValidationError) Key

Key function returns key value.

func (SelectField_ItemValidationError) Reason

Reason function returns reason value.

type StringField

type StringField struct {

	// If secret, value is write-only in UI and a password-type form is used.
	Secret bool `protobuf:"varint,1,opt,name=secret,proto3" json:"secret,omitempty"`
	// validator rules for value. may be empty.
	ValueValidator *validate.StringRules `protobuf:"bytes,2,opt,name=value_validator,json=valueValidator,proto3" json:"value_validator,omitempty"`
	// contains filtered or unexported fields
}

func (*StringField) Descriptor deprecated

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

Deprecated: Use StringField.ProtoReflect.Descriptor instead.

func (*StringField) GetSecret

func (x *StringField) GetSecret() bool

func (*StringField) GetValueValidator

func (x *StringField) GetValueValidator() *validate.StringRules

func (*StringField) ProtoMessage

func (*StringField) ProtoMessage()

func (*StringField) ProtoReflect

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

func (*StringField) Reset

func (x *StringField) Reset()

func (*StringField) String

func (x *StringField) String() string

func (*StringField) Validate

func (m *StringField) Validate() error

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

func (m *StringField) ValidateAll() error

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

type StringFieldMultiError

type StringFieldMultiError []error

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

func (StringFieldMultiError) AllErrors

func (m StringFieldMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (StringFieldMultiError) Error

func (m StringFieldMultiError) Error() string

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

type StringFieldValidationError

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

StringFieldValidationError is the validation error returned by StringField.Validate if the designated constraints aren't met.

func (StringFieldValidationError) Cause

Cause function returns cause value.

func (StringFieldValidationError) Error

Error satisfies the builtin error interface

func (StringFieldValidationError) ErrorName

func (e StringFieldValidationError) ErrorName() string

ErrorName returns error name.

func (StringFieldValidationError) Field

Field function returns field value.

func (StringFieldValidationError) Key

Key function returns key value.

func (StringFieldValidationError) Reason

Reason function returns reason value.

type UnimplementedAssetServiceServer

type UnimplementedAssetServiceServer struct {
}

UnimplementedAssetServiceServer should be embedded to have forward compatible implementations.

type UnimplementedConnectorServiceServer

type UnimplementedConnectorServiceServer struct {
}

UnimplementedConnectorServiceServer should be embedded to have forward compatible implementations.

type UnimplementedEntitlementsServiceServer

type UnimplementedEntitlementsServiceServer struct {
}

UnimplementedEntitlementsServiceServer should be embedded to have forward compatible implementations.

type UnimplementedGrantManagerServiceServer

type UnimplementedGrantManagerServiceServer struct {
}

UnimplementedGrantManagerServiceServer should be embedded to have forward compatible implementations.

type UnimplementedGrantsServiceServer

type UnimplementedGrantsServiceServer struct {
}

UnimplementedGrantsServiceServer should be embedded to have forward compatible implementations.

type UnimplementedResourceTypesServiceServer

type UnimplementedResourceTypesServiceServer struct {
}

UnimplementedResourceTypesServiceServer should be embedded to have forward compatible implementations.

type UnimplementedResourcesServiceServer

type UnimplementedResourcesServiceServer struct {
}

UnimplementedResourcesServiceServer should be embedded to have forward compatible implementations.

type UnimplementedSchemaServiceServer

type UnimplementedSchemaServiceServer struct {
}

UnimplementedSchemaServiceServer should be embedded to have forward compatible implementations.

type UnsafeAssetServiceServer

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

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

type UnsafeConnectorServiceServer

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

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

type UnsafeEntitlementsServiceServer

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

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

type UnsafeGrantManagerServiceServer

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

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

type UnsafeGrantsServiceServer

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

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

type UnsafeResourceTypesServiceServer

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

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

type UnsafeResourcesServiceServer

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

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

type UnsafeSchemaServiceServer

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

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

type UserTrait

type UserTrait struct {
	Emails  []*UserTrait_Email `protobuf:"bytes,1,rep,name=emails,proto3" json:"emails,omitempty"`
	Status  *UserTrait_Status  `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	Profile *structpb.Struct   `protobuf:"bytes,3,opt,name=profile,proto3" json:"profile,omitempty"`
	Icon    *AssetRef          `protobuf:"bytes,4,opt,name=icon,proto3" json:"icon,omitempty"`
	// contains filtered or unexported fields
}

func (*UserTrait) Descriptor deprecated

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

Deprecated: Use UserTrait.ProtoReflect.Descriptor instead.

func (*UserTrait) GetEmails

func (x *UserTrait) GetEmails() []*UserTrait_Email

func (*UserTrait) GetIcon

func (x *UserTrait) GetIcon() *AssetRef

func (*UserTrait) GetProfile

func (x *UserTrait) GetProfile() *structpb.Struct

func (*UserTrait) GetStatus

func (x *UserTrait) GetStatus() *UserTrait_Status

func (*UserTrait) ProtoMessage

func (*UserTrait) ProtoMessage()

func (*UserTrait) ProtoReflect

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

func (*UserTrait) Reset

func (x *UserTrait) Reset()

func (*UserTrait) String

func (x *UserTrait) String() string

func (*UserTrait) Validate

func (m *UserTrait) Validate() error

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

func (m *UserTrait) ValidateAll() error

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

type UserTraitMultiError

type UserTraitMultiError []error

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

func (UserTraitMultiError) AllErrors

func (m UserTraitMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UserTraitMultiError) Error

func (m UserTraitMultiError) Error() string

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

type UserTraitValidationError

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

UserTraitValidationError is the validation error returned by UserTrait.Validate if the designated constraints aren't met.

func (UserTraitValidationError) Cause

func (e UserTraitValidationError) Cause() error

Cause function returns cause value.

func (UserTraitValidationError) Error

func (e UserTraitValidationError) Error() string

Error satisfies the builtin error interface

func (UserTraitValidationError) ErrorName

func (e UserTraitValidationError) ErrorName() string

ErrorName returns error name.

func (UserTraitValidationError) Field

func (e UserTraitValidationError) Field() string

Field function returns field value.

func (UserTraitValidationError) Key

Key function returns key value.

func (UserTraitValidationError) Reason

func (e UserTraitValidationError) Reason() string

Reason function returns reason value.

type UserTrait_Email

type UserTrait_Email struct {
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	// Indicates if this is the user's primary email. Only one entry can be marked as primary.
	IsPrimary bool `protobuf:"varint,2,opt,name=is_primary,json=isPrimary,proto3" json:"is_primary,omitempty"`
	// contains filtered or unexported fields
}

func (*UserTrait_Email) Descriptor deprecated

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

Deprecated: Use UserTrait_Email.ProtoReflect.Descriptor instead.

func (*UserTrait_Email) GetAddress

func (x *UserTrait_Email) GetAddress() string

func (*UserTrait_Email) GetIsPrimary

func (x *UserTrait_Email) GetIsPrimary() bool

func (*UserTrait_Email) ProtoMessage

func (*UserTrait_Email) ProtoMessage()

func (*UserTrait_Email) ProtoReflect

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

func (*UserTrait_Email) Reset

func (x *UserTrait_Email) Reset()

func (*UserTrait_Email) String

func (x *UserTrait_Email) String() string

func (*UserTrait_Email) Validate

func (m *UserTrait_Email) Validate() error

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

func (m *UserTrait_Email) ValidateAll() error

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

type UserTrait_EmailMultiError

type UserTrait_EmailMultiError []error

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

func (UserTrait_EmailMultiError) AllErrors

func (m UserTrait_EmailMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UserTrait_EmailMultiError) Error

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

type UserTrait_EmailValidationError

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

UserTrait_EmailValidationError is the validation error returned by UserTrait_Email.Validate if the designated constraints aren't met.

func (UserTrait_EmailValidationError) Cause

Cause function returns cause value.

func (UserTrait_EmailValidationError) Error

Error satisfies the builtin error interface

func (UserTrait_EmailValidationError) ErrorName

func (e UserTrait_EmailValidationError) ErrorName() string

ErrorName returns error name.

func (UserTrait_EmailValidationError) Field

Field function returns field value.

func (UserTrait_EmailValidationError) Key

Key function returns key value.

func (UserTrait_EmailValidationError) Reason

Reason function returns reason value.

type UserTrait_Status

type UserTrait_Status struct {
	Status  UserTrait_Status_Status `protobuf:"varint,1,opt,name=status,proto3,enum=c1.connector.v2.UserTrait_Status_Status" json:"status,omitempty"`
	Details string                  `protobuf:"bytes,2,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UserTrait_Status) Descriptor deprecated

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

Deprecated: Use UserTrait_Status.ProtoReflect.Descriptor instead.

func (*UserTrait_Status) GetDetails

func (x *UserTrait_Status) GetDetails() string

func (*UserTrait_Status) GetStatus

func (*UserTrait_Status) ProtoMessage

func (*UserTrait_Status) ProtoMessage()

func (*UserTrait_Status) ProtoReflect

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

func (*UserTrait_Status) Reset

func (x *UserTrait_Status) Reset()

func (*UserTrait_Status) String

func (x *UserTrait_Status) String() string

func (*UserTrait_Status) Validate

func (m *UserTrait_Status) Validate() error

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

func (m *UserTrait_Status) ValidateAll() error

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

type UserTrait_StatusMultiError

type UserTrait_StatusMultiError []error

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

func (UserTrait_StatusMultiError) AllErrors

func (m UserTrait_StatusMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UserTrait_StatusMultiError) Error

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

type UserTrait_StatusValidationError

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

UserTrait_StatusValidationError is the validation error returned by UserTrait_Status.Validate if the designated constraints aren't met.

func (UserTrait_StatusValidationError) Cause

Cause function returns cause value.

func (UserTrait_StatusValidationError) Error

Error satisfies the builtin error interface

func (UserTrait_StatusValidationError) ErrorName

ErrorName returns error name.

func (UserTrait_StatusValidationError) Field

Field function returns field value.

func (UserTrait_StatusValidationError) Key

Key function returns key value.

func (UserTrait_StatusValidationError) Reason

Reason function returns reason value.

type UserTrait_Status_Status

type UserTrait_Status_Status int32
const (
	UserTrait_Status_STATUS_UNSPECIFIED UserTrait_Status_Status = 0
	UserTrait_Status_STATUS_ENABLED     UserTrait_Status_Status = 1
	UserTrait_Status_STATUS_DISABLED    UserTrait_Status_Status = 2
	UserTrait_Status_STATUS_DELETED     UserTrait_Status_Status = 3
)

func (UserTrait_Status_Status) Descriptor

func (UserTrait_Status_Status) Enum

func (UserTrait_Status_Status) EnumDescriptor deprecated

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

Deprecated: Use UserTrait_Status_Status.Descriptor instead.

func (UserTrait_Status_Status) Number

func (UserTrait_Status_Status) String

func (x UserTrait_Status_Status) String() string

func (UserTrait_Status_Status) Type

type V1Identifier

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

func (*V1Identifier) Descriptor deprecated

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

Deprecated: Use V1Identifier.ProtoReflect.Descriptor instead.

func (*V1Identifier) GetId

func (x *V1Identifier) GetId() string

func (*V1Identifier) ProtoMessage

func (*V1Identifier) ProtoMessage()

func (*V1Identifier) ProtoReflect

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

func (*V1Identifier) Reset

func (x *V1Identifier) Reset()

func (*V1Identifier) String

func (x *V1Identifier) String() string

func (*V1Identifier) Validate

func (m *V1Identifier) Validate() error

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

func (m *V1Identifier) ValidateAll() error

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

type V1IdentifierMultiError

type V1IdentifierMultiError []error

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

func (V1IdentifierMultiError) AllErrors

func (m V1IdentifierMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (V1IdentifierMultiError) Error

func (m V1IdentifierMultiError) Error() string

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

type V1IdentifierValidationError

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

V1IdentifierValidationError is the validation error returned by V1Identifier.Validate if the designated constraints aren't met.

func (V1IdentifierValidationError) Cause

Cause function returns cause value.

func (V1IdentifierValidationError) Error

Error satisfies the builtin error interface

func (V1IdentifierValidationError) ErrorName

func (e V1IdentifierValidationError) ErrorName() string

ErrorName returns error name.

func (V1IdentifierValidationError) Field

Field function returns field value.

func (V1IdentifierValidationError) Key

Key function returns key value.

func (V1IdentifierValidationError) Reason

Reason function returns reason value.

Jump to

Keyboard shortcuts

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