v2

package
v0.1.33 Latest Latest
Warning

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

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

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_AccountType_name = map[int32]string{
		0: "ACCOUNT_TYPE_UNSPECIFIED",
		1: "ACCOUNT_TYPE_HUMAN",
		2: "ACCOUNT_TYPE_SERVICE",
		3: "ACCOUNT_TYPE_SYSTEM",
	}
	UserTrait_AccountType_value = map[string]int32{
		"ACCOUNT_TYPE_UNSPECIFIED": 0,
		"ACCOUNT_TYPE_HUMAN":       1,
		"ACCOUNT_TYPE_SERVICE":     2,
		"ACCOUNT_TYPE_SYSTEM":      3,
	}
)

Enum value maps for UserTrait_AccountType.

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 (
	AppTrait_AppFlag_name = map[int32]string{
		0: "APP_FLAG_UNSPECIFIED",
		1: "APP_FLAG_HIDDEN",
		2: "APP_FLAG_INACTIVE",
		3: "APP_FLAG_SAML",
		4: "APP_FLAG_OIDC",
		5: "APP_FLAG_BOOKMARK",
	}
	AppTrait_AppFlag_value = map[string]int32{
		"APP_FLAG_UNSPECIFIED": 0,
		"APP_FLAG_HIDDEN":      1,
		"APP_FLAG_INACTIVE":    2,
		"APP_FLAG_SAML":        3,
		"APP_FLAG_OIDC":        4,
		"APP_FLAG_BOOKMARK":    5,
	}
)

Enum value maps for AppTrait_AppFlag.

View Source
var (
	ResourceTypeCapability_Capability_name = map[int32]string{
		0: "CAPABILITY_UNSPECIFIED",
		1: "CAPABILITY_PROVISION",
		2: "CAPABILITY_SYNC",
	}
	ResourceTypeCapability_Capability_value = map[string]int32{
		"CAPABILITY_UNSPECIFIED": 0,
		"CAPABILITY_PROVISION":   1,
		"CAPABILITY_SYNC":        2,
	}
)

Enum value maps for ResourceTypeCapability_Capability.

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 (
	Resource_CreationSource_name = map[int32]string{
		0: "CREATION_SOURCE_UNSPECIFIED",
		1: "CREATION_SOURCE_CONNECTOR_LIST_RESOURCES",
		2: "CREATION_SOURCE_CONNECTOR_LIST_GRANTS_PRINCIPAL_JIT",
	}
	Resource_CreationSource_value = map[string]int32{
		"CREATION_SOURCE_UNSPECIFIED":                         0,
		"CREATION_SOURCE_CONNECTOR_LIST_RESOURCES":            1,
		"CREATION_SOURCE_CONNECTOR_LIST_GRANTS_PRINCIPAL_JIT": 2,
	}
)

Enum value maps for Resource_CreationSource.

View Source
var AccountManagerService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "c1.connector.v2.AccountManagerService",
	HandlerType: (*AccountManagerServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CreateAccount",
			Handler:    _AccountManagerService_CreateAccount_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "c1/connector/v2/resource.proto",
}

AccountManagerService_ServiceDesc is the grpc.ServiceDesc for AccountManagerService 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 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 CredentialManagerService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "c1.connector.v2.CredentialManagerService",
	HandlerType: (*CredentialManagerServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "RotateCredential",
			Handler:    _CredentialManagerService_RotateCredential_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "c1/connector/v2/resource.proto",
}

CredentialManagerService_ServiceDesc is the grpc.ServiceDesc for CredentialManagerService 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 EventService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "c1.connector.v2.EventService",
	HandlerType: (*EventServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "ListEvents",
			Handler:    _EventService_ListEvents_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "c1/connector/v2/event_feed.proto",
}

EventService_ServiceDesc is the grpc.ServiceDesc for EventService 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_grant_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_event_feed_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 ResourceManagerService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "c1.connector.v2.ResourceManagerService",
	HandlerType: (*ResourceManagerServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CreateResource",
			Handler:    _ResourceManagerService_CreateResource_Handler,
		},
		{
			MethodName: "DeleteResource",
			Handler:    _ResourceManagerService_DeleteResource_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "c1/connector/v2/resource.proto",
}

ResourceManagerService_ServiceDesc is the grpc.ServiceDesc for ResourceManagerService 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 RegisterAccountManagerServiceServer added in v0.1.15

func RegisterAccountManagerServiceServer(s grpc.ServiceRegistrar, srv AccountManagerServiceServer)

func RegisterAssetServiceServer

func RegisterAssetServiceServer(s grpc.ServiceRegistrar, srv AssetServiceServer)

func RegisterConnectorServiceServer

func RegisterConnectorServiceServer(s grpc.ServiceRegistrar, srv ConnectorServiceServer)

func RegisterCredentialManagerServiceServer added in v0.1.15

func RegisterCredentialManagerServiceServer(s grpc.ServiceRegistrar, srv CredentialManagerServiceServer)

func RegisterEntitlementsServiceServer

func RegisterEntitlementsServiceServer(s grpc.ServiceRegistrar, srv EntitlementsServiceServer)

func RegisterEventServiceServer added in v0.1.16

func RegisterEventServiceServer(s grpc.ServiceRegistrar, srv EventServiceServer)

func RegisterGrantManagerServiceServer

func RegisterGrantManagerServiceServer(s grpc.ServiceRegistrar, srv GrantManagerServiceServer)

func RegisterGrantsServiceServer

func RegisterGrantsServiceServer(s grpc.ServiceRegistrar, srv GrantsServiceServer)

func RegisterResourceManagerServiceServer added in v0.1.15

func RegisterResourceManagerServiceServer(s grpc.ServiceRegistrar, srv ResourceManagerServiceServer)

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 AccountInfo added in v0.1.15

type AccountInfo struct {
	Emails []*AccountInfo_Email `protobuf:"bytes,1,rep,name=emails,proto3" json:"emails,omitempty"`
	// The user's login
	Login string `protobuf:"bytes,2,opt,name=login,proto3" json:"login,omitempty"`
	// Any additional login aliases for the user
	LoginAliases []string         `protobuf:"bytes,3,rep,name=login_aliases,json=loginAliases,proto3" json:"login_aliases,omitempty"`
	Profile      *structpb.Struct `protobuf:"bytes,4,opt,name=profile,proto3" json:"profile,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountInfo) Descriptor deprecated added in v0.1.15

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

Deprecated: Use AccountInfo.ProtoReflect.Descriptor instead.

func (*AccountInfo) GetEmails added in v0.1.15

func (x *AccountInfo) GetEmails() []*AccountInfo_Email

func (*AccountInfo) GetLogin added in v0.1.15

func (x *AccountInfo) GetLogin() string

func (*AccountInfo) GetLoginAliases added in v0.1.15

func (x *AccountInfo) GetLoginAliases() []string

func (*AccountInfo) GetProfile added in v0.1.15

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

func (*AccountInfo) ProtoMessage added in v0.1.15

func (*AccountInfo) ProtoMessage()

func (*AccountInfo) ProtoReflect added in v0.1.15

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

func (*AccountInfo) Reset added in v0.1.15

func (x *AccountInfo) Reset()

func (*AccountInfo) String added in v0.1.15

func (x *AccountInfo) String() string

func (*AccountInfo) Validate added in v0.1.15

func (m *AccountInfo) Validate() error

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

func (m *AccountInfo) ValidateAll() error

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

type AccountInfoMultiError added in v0.1.15

type AccountInfoMultiError []error

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

func (AccountInfoMultiError) AllErrors added in v0.1.15

func (m AccountInfoMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AccountInfoMultiError) Error added in v0.1.15

func (m AccountInfoMultiError) Error() string

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

type AccountInfoValidationError added in v0.1.15

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

AccountInfoValidationError is the validation error returned by AccountInfo.Validate if the designated constraints aren't met.

func (AccountInfoValidationError) Cause added in v0.1.15

Cause function returns cause value.

func (AccountInfoValidationError) Error added in v0.1.15

Error satisfies the builtin error interface

func (AccountInfoValidationError) ErrorName added in v0.1.15

func (e AccountInfoValidationError) ErrorName() string

ErrorName returns error name.

func (AccountInfoValidationError) Field added in v0.1.15

Field function returns field value.

func (AccountInfoValidationError) Key added in v0.1.15

Key function returns key value.

func (AccountInfoValidationError) Reason added in v0.1.15

Reason function returns reason value.

type AccountInfo_Email added in v0.1.15

type AccountInfo_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 (*AccountInfo_Email) Descriptor deprecated added in v0.1.15

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

Deprecated: Use AccountInfo_Email.ProtoReflect.Descriptor instead.

func (*AccountInfo_Email) GetAddress added in v0.1.15

func (x *AccountInfo_Email) GetAddress() string

func (*AccountInfo_Email) GetIsPrimary added in v0.1.15

func (x *AccountInfo_Email) GetIsPrimary() bool

func (*AccountInfo_Email) ProtoMessage added in v0.1.15

func (*AccountInfo_Email) ProtoMessage()

func (*AccountInfo_Email) ProtoReflect added in v0.1.15

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

func (*AccountInfo_Email) Reset added in v0.1.15

func (x *AccountInfo_Email) Reset()

func (*AccountInfo_Email) String added in v0.1.15

func (x *AccountInfo_Email) String() string

func (*AccountInfo_Email) Validate added in v0.1.15

func (m *AccountInfo_Email) Validate() error

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

func (m *AccountInfo_Email) ValidateAll() error

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

type AccountInfo_EmailMultiError added in v0.1.15

type AccountInfo_EmailMultiError []error

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

func (AccountInfo_EmailMultiError) AllErrors added in v0.1.15

func (m AccountInfo_EmailMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AccountInfo_EmailMultiError) Error added in v0.1.15

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

type AccountInfo_EmailValidationError added in v0.1.15

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

AccountInfo_EmailValidationError is the validation error returned by AccountInfo_Email.Validate if the designated constraints aren't met.

func (AccountInfo_EmailValidationError) Cause added in v0.1.15

Cause function returns cause value.

func (AccountInfo_EmailValidationError) Error added in v0.1.15

Error satisfies the builtin error interface

func (AccountInfo_EmailValidationError) ErrorName added in v0.1.15

ErrorName returns error name.

func (AccountInfo_EmailValidationError) Field added in v0.1.15

Field function returns field value.

func (AccountInfo_EmailValidationError) Key added in v0.1.15

Key function returns key value.

func (AccountInfo_EmailValidationError) Reason added in v0.1.15

Reason function returns reason value.

type AccountManagerServiceClient added in v0.1.15

type AccountManagerServiceClient interface {
	CreateAccount(ctx context.Context, in *CreateAccountRequest, opts ...grpc.CallOption) (*CreateAccountResponse, error)
}

AccountManagerServiceClient is the client API for AccountManagerService service.

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

func NewAccountManagerServiceClient added in v0.1.15

func NewAccountManagerServiceClient(cc grpc.ClientConnInterface) AccountManagerServiceClient

type AccountManagerServiceServer added in v0.1.15

type AccountManagerServiceServer interface {
	CreateAccount(context.Context, *CreateAccountRequest) (*CreateAccountResponse, error)
}

AccountManagerServiceServer is the server API for AccountManagerService service. All implementations should embed UnimplementedAccountManagerServiceServer for forward compatibility

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"`
	Flags   []AppTrait_AppFlag `protobuf:"varint,5,rep,packed,name=flags,proto3,enum=c1.connector.v2.AppTrait_AppFlag" json:"flags,omitempty"`
	// contains filtered or unexported fields
}

func (*AppTrait) Descriptor deprecated

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

Deprecated: Use AppTrait.ProtoReflect.Descriptor instead.

func (*AppTrait) GetFlags added in v0.1.4

func (x *AppTrait) GetFlags() []AppTrait_AppFlag

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 AppTrait_AppFlag added in v0.1.4

type AppTrait_AppFlag int32
const (
	AppTrait_APP_FLAG_UNSPECIFIED AppTrait_AppFlag = 0
	AppTrait_APP_FLAG_HIDDEN      AppTrait_AppFlag = 1
	AppTrait_APP_FLAG_INACTIVE    AppTrait_AppFlag = 2
	AppTrait_APP_FLAG_SAML        AppTrait_AppFlag = 3
	AppTrait_APP_FLAG_OIDC        AppTrait_AppFlag = 4
	AppTrait_APP_FLAG_BOOKMARK    AppTrait_AppFlag = 5
)

func (AppTrait_AppFlag) Descriptor added in v0.1.4

func (AppTrait_AppFlag) Enum added in v0.1.4

func (AppTrait_AppFlag) EnumDescriptor deprecated added in v0.1.4

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

Deprecated: Use AppTrait_AppFlag.Descriptor instead.

func (AppTrait_AppFlag) Number added in v0.1.4

func (AppTrait_AppFlag) String added in v0.1.4

func (x AppTrait_AppFlag) String() string

func (AppTrait_AppFlag) Type added in v0.1.4

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 ConnectorCapabilities added in v0.1.5

type ConnectorCapabilities struct {
	ResourceTypeCapabilities []*ResourceTypeCapability `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ConnectorCapabilities) Descriptor deprecated added in v0.1.5

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

Deprecated: Use ConnectorCapabilities.ProtoReflect.Descriptor instead.

func (*ConnectorCapabilities) GetResourceTypeCapabilities added in v0.1.5

func (x *ConnectorCapabilities) GetResourceTypeCapabilities() []*ResourceTypeCapability

func (*ConnectorCapabilities) ProtoMessage added in v0.1.5

func (*ConnectorCapabilities) ProtoMessage()

func (*ConnectorCapabilities) ProtoReflect added in v0.1.5

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

func (*ConnectorCapabilities) Reset added in v0.1.5

func (x *ConnectorCapabilities) Reset()

func (*ConnectorCapabilities) String added in v0.1.5

func (x *ConnectorCapabilities) String() string

func (*ConnectorCapabilities) Validate added in v0.1.5

func (m *ConnectorCapabilities) Validate() error

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

func (m *ConnectorCapabilities) ValidateAll() error

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

type ConnectorCapabilitiesMultiError added in v0.1.5

type ConnectorCapabilitiesMultiError []error

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

func (ConnectorCapabilitiesMultiError) AllErrors added in v0.1.5

func (m ConnectorCapabilitiesMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ConnectorCapabilitiesMultiError) Error added in v0.1.5

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

type ConnectorCapabilitiesValidationError added in v0.1.5

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

ConnectorCapabilitiesValidationError is the validation error returned by ConnectorCapabilities.Validate if the designated constraints aren't met.

func (ConnectorCapabilitiesValidationError) Cause added in v0.1.5

Cause function returns cause value.

func (ConnectorCapabilitiesValidationError) Error added in v0.1.5

Error satisfies the builtin error interface

func (ConnectorCapabilitiesValidationError) ErrorName added in v0.1.5

ErrorName returns error name.

func (ConnectorCapabilitiesValidationError) Field added in v0.1.5

Field function returns field value.

func (ConnectorCapabilitiesValidationError) Key added in v0.1.5

Key function returns key value.

func (ConnectorCapabilitiesValidationError) Reason added in v0.1.5

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"`
	Description  string                 `protobuf:"bytes,7,opt,name=description,proto3" json:"description,omitempty"`
	Capabilities *ConnectorCapabilities `protobuf:"bytes,8,opt,name=capabilities,proto3" json:"capabilities,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) GetCapabilities added in v0.1.5

func (x *ConnectorMetadata) GetCapabilities() *ConnectorCapabilities

func (*ConnectorMetadata) GetDescription added in v0.1.0

func (x *ConnectorMetadata) GetDescription() string

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 CreateAccountRequest added in v0.1.15

type CreateAccountRequest struct {
	AccountInfo       *AccountInfo        `protobuf:"bytes,1,opt,name=account_info,json=accountInfo,proto3" json:"account_info,omitempty"`
	CredentialOptions *CredentialOptions  `protobuf:"bytes,2,opt,name=credential_options,json=credentialOptions,proto3" json:"credential_options,omitempty"`
	EncryptionConfigs []*EncryptionConfig `protobuf:"bytes,3,rep,name=encryption_configs,json=encryptionConfigs,proto3" json:"encryption_configs,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAccountRequest) Descriptor deprecated added in v0.1.15

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

Deprecated: Use CreateAccountRequest.ProtoReflect.Descriptor instead.

func (*CreateAccountRequest) GetAccountInfo added in v0.1.15

func (x *CreateAccountRequest) GetAccountInfo() *AccountInfo

func (*CreateAccountRequest) GetCredentialOptions added in v0.1.15

func (x *CreateAccountRequest) GetCredentialOptions() *CredentialOptions

func (*CreateAccountRequest) GetEncryptionConfigs added in v0.1.15

func (x *CreateAccountRequest) GetEncryptionConfigs() []*EncryptionConfig

func (*CreateAccountRequest) ProtoMessage added in v0.1.15

func (*CreateAccountRequest) ProtoMessage()

func (*CreateAccountRequest) ProtoReflect added in v0.1.15

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

func (*CreateAccountRequest) Reset added in v0.1.15

func (x *CreateAccountRequest) Reset()

func (*CreateAccountRequest) String added in v0.1.15

func (x *CreateAccountRequest) String() string

func (*CreateAccountRequest) Validate added in v0.1.15

func (m *CreateAccountRequest) Validate() error

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

func (m *CreateAccountRequest) ValidateAll() error

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

type CreateAccountRequestMultiError added in v0.1.15

type CreateAccountRequestMultiError []error

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

func (CreateAccountRequestMultiError) AllErrors added in v0.1.15

func (m CreateAccountRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateAccountRequestMultiError) Error added in v0.1.15

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

type CreateAccountRequestValidationError added in v0.1.15

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

CreateAccountRequestValidationError is the validation error returned by CreateAccountRequest.Validate if the designated constraints aren't met.

func (CreateAccountRequestValidationError) Cause added in v0.1.15

Cause function returns cause value.

func (CreateAccountRequestValidationError) Error added in v0.1.15

Error satisfies the builtin error interface

func (CreateAccountRequestValidationError) ErrorName added in v0.1.15

ErrorName returns error name.

func (CreateAccountRequestValidationError) Field added in v0.1.15

Field function returns field value.

func (CreateAccountRequestValidationError) Key added in v0.1.15

Key function returns key value.

func (CreateAccountRequestValidationError) Reason added in v0.1.15

Reason function returns reason value.

type CreateAccountResponse added in v0.1.15

type CreateAccountResponse struct {

	// Types that are assignable to Result:
	//
	//	*CreateAccountResponse_Success
	//	*CreateAccountResponse_ActionRequired
	Result        isCreateAccountResponse_Result `protobuf_oneof:"result"`
	EncryptedData []*EncryptedData               `protobuf:"bytes,2,rep,name=encrypted_data,json=encryptedData,proto3" json:"encrypted_data,omitempty"`
	Annotations   []*anypb.Any                   `protobuf:"bytes,3,rep,name=annotations,proto3" json:"annotations,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAccountResponse) Descriptor deprecated added in v0.1.15

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

Deprecated: Use CreateAccountResponse.ProtoReflect.Descriptor instead.

func (*CreateAccountResponse) GetActionRequired added in v0.1.15

func (*CreateAccountResponse) GetAnnotations added in v0.1.15

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

func (*CreateAccountResponse) GetEncryptedData added in v0.1.15

func (x *CreateAccountResponse) GetEncryptedData() []*EncryptedData

func (*CreateAccountResponse) GetResult added in v0.1.15

func (m *CreateAccountResponse) GetResult() isCreateAccountResponse_Result

func (*CreateAccountResponse) GetSuccess added in v0.1.15

func (*CreateAccountResponse) ProtoMessage added in v0.1.15

func (*CreateAccountResponse) ProtoMessage()

func (*CreateAccountResponse) ProtoReflect added in v0.1.15

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

func (*CreateAccountResponse) Reset added in v0.1.15

func (x *CreateAccountResponse) Reset()

func (*CreateAccountResponse) String added in v0.1.15

func (x *CreateAccountResponse) String() string

func (*CreateAccountResponse) Validate added in v0.1.15

func (m *CreateAccountResponse) Validate() error

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

func (m *CreateAccountResponse) ValidateAll() error

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

type CreateAccountResponseMultiError added in v0.1.15

type CreateAccountResponseMultiError []error

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

func (CreateAccountResponseMultiError) AllErrors added in v0.1.15

func (m CreateAccountResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateAccountResponseMultiError) Error added in v0.1.15

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

type CreateAccountResponseValidationError added in v0.1.15

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

CreateAccountResponseValidationError is the validation error returned by CreateAccountResponse.Validate if the designated constraints aren't met.

func (CreateAccountResponseValidationError) Cause added in v0.1.15

Cause function returns cause value.

func (CreateAccountResponseValidationError) Error added in v0.1.15

Error satisfies the builtin error interface

func (CreateAccountResponseValidationError) ErrorName added in v0.1.15

ErrorName returns error name.

func (CreateAccountResponseValidationError) Field added in v0.1.15

Field function returns field value.

func (CreateAccountResponseValidationError) Key added in v0.1.15

Key function returns key value.

func (CreateAccountResponseValidationError) Reason added in v0.1.15

Reason function returns reason value.

type CreateAccountResponse_ActionRequired added in v0.1.15

type CreateAccountResponse_ActionRequired struct {
	ActionRequired *CreateAccountResponse_ActionRequiredResult `protobuf:"bytes,101,opt,name=action_required,json=actionRequired,proto3,oneof"`
}

type CreateAccountResponse_ActionRequiredResult added in v0.1.15

type CreateAccountResponse_ActionRequiredResult struct {
	Resource              *Resource `protobuf:"bytes,1,opt,name=resource,proto3" json:"resource,omitempty"`
	Message               string    `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	IsCreateAccountResult bool      `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateAccountResponse_ActionRequiredResult) Descriptor deprecated added in v0.1.15

Deprecated: Use CreateAccountResponse_ActionRequiredResult.ProtoReflect.Descriptor instead.

func (*CreateAccountResponse_ActionRequiredResult) GetIsCreateAccountResult added in v0.1.15

func (x *CreateAccountResponse_ActionRequiredResult) GetIsCreateAccountResult() bool

func (*CreateAccountResponse_ActionRequiredResult) GetMessage added in v0.1.15

func (*CreateAccountResponse_ActionRequiredResult) GetResource added in v0.1.15

func (*CreateAccountResponse_ActionRequiredResult) ProtoMessage added in v0.1.15

func (*CreateAccountResponse_ActionRequiredResult) ProtoReflect added in v0.1.15

func (*CreateAccountResponse_ActionRequiredResult) Reset added in v0.1.15

func (*CreateAccountResponse_ActionRequiredResult) String added in v0.1.15

func (*CreateAccountResponse_ActionRequiredResult) Validate added in v0.1.15

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

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

type CreateAccountResponse_ActionRequiredResultMultiError added in v0.1.15

type CreateAccountResponse_ActionRequiredResultMultiError []error

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

func (CreateAccountResponse_ActionRequiredResultMultiError) AllErrors added in v0.1.15

AllErrors returns a list of validation violation errors.

func (CreateAccountResponse_ActionRequiredResultMultiError) Error added in v0.1.15

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

type CreateAccountResponse_ActionRequiredResultValidationError added in v0.1.15

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

CreateAccountResponse_ActionRequiredResultValidationError is the validation error returned by CreateAccountResponse_ActionRequiredResult.Validate if the designated constraints aren't met.

func (CreateAccountResponse_ActionRequiredResultValidationError) Cause added in v0.1.15

Cause function returns cause value.

func (CreateAccountResponse_ActionRequiredResultValidationError) Error added in v0.1.15

Error satisfies the builtin error interface

func (CreateAccountResponse_ActionRequiredResultValidationError) ErrorName added in v0.1.15

ErrorName returns error name.

func (CreateAccountResponse_ActionRequiredResultValidationError) Field added in v0.1.15

Field function returns field value.

func (CreateAccountResponse_ActionRequiredResultValidationError) Key added in v0.1.15

Key function returns key value.

func (CreateAccountResponse_ActionRequiredResultValidationError) Reason added in v0.1.15

Reason function returns reason value.

type CreateAccountResponse_Success added in v0.1.15

type CreateAccountResponse_Success struct {
	Success *CreateAccountResponse_SuccessResult `protobuf:"bytes,100,opt,name=success,proto3,oneof"`
}

type CreateAccountResponse_SuccessResult added in v0.1.15

type CreateAccountResponse_SuccessResult struct {
	Resource              *Resource `protobuf:"bytes,1,opt,name=resource,proto3" json:"resource,omitempty"`
	IsCreateAccountResult bool      `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateAccountResponse_SuccessResult) Descriptor deprecated added in v0.1.15

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

Deprecated: Use CreateAccountResponse_SuccessResult.ProtoReflect.Descriptor instead.

func (*CreateAccountResponse_SuccessResult) GetIsCreateAccountResult added in v0.1.15

func (x *CreateAccountResponse_SuccessResult) GetIsCreateAccountResult() bool

func (*CreateAccountResponse_SuccessResult) GetResource added in v0.1.15

func (*CreateAccountResponse_SuccessResult) ProtoMessage added in v0.1.15

func (*CreateAccountResponse_SuccessResult) ProtoMessage()

func (*CreateAccountResponse_SuccessResult) ProtoReflect added in v0.1.15

func (*CreateAccountResponse_SuccessResult) Reset added in v0.1.15

func (*CreateAccountResponse_SuccessResult) String added in v0.1.15

func (*CreateAccountResponse_SuccessResult) Validate added in v0.1.15

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

func (m *CreateAccountResponse_SuccessResult) ValidateAll() error

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

type CreateAccountResponse_SuccessResultMultiError added in v0.1.15

type CreateAccountResponse_SuccessResultMultiError []error

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

func (CreateAccountResponse_SuccessResultMultiError) AllErrors added in v0.1.15

AllErrors returns a list of validation violation errors.

func (CreateAccountResponse_SuccessResultMultiError) Error added in v0.1.15

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

type CreateAccountResponse_SuccessResultValidationError added in v0.1.15

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

CreateAccountResponse_SuccessResultValidationError is the validation error returned by CreateAccountResponse_SuccessResult.Validate if the designated constraints aren't met.

func (CreateAccountResponse_SuccessResultValidationError) Cause added in v0.1.15

Cause function returns cause value.

func (CreateAccountResponse_SuccessResultValidationError) Error added in v0.1.15

Error satisfies the builtin error interface

func (CreateAccountResponse_SuccessResultValidationError) ErrorName added in v0.1.15

ErrorName returns error name.

func (CreateAccountResponse_SuccessResultValidationError) Field added in v0.1.15

Field function returns field value.

func (CreateAccountResponse_SuccessResultValidationError) Key added in v0.1.15

Key function returns key value.

func (CreateAccountResponse_SuccessResultValidationError) Reason added in v0.1.15

Reason function returns reason value.

type CreateResourceRequest added in v0.1.15

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

func (*CreateResourceRequest) Descriptor deprecated added in v0.1.15

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

Deprecated: Use CreateResourceRequest.ProtoReflect.Descriptor instead.

func (*CreateResourceRequest) GetResource added in v0.1.15

func (x *CreateResourceRequest) GetResource() *Resource

func (*CreateResourceRequest) ProtoMessage added in v0.1.15

func (*CreateResourceRequest) ProtoMessage()

func (*CreateResourceRequest) ProtoReflect added in v0.1.15

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

func (*CreateResourceRequest) Reset added in v0.1.15

func (x *CreateResourceRequest) Reset()

func (*CreateResourceRequest) String added in v0.1.15

func (x *CreateResourceRequest) String() string

func (*CreateResourceRequest) Validate added in v0.1.15

func (m *CreateResourceRequest) Validate() error

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

func (m *CreateResourceRequest) ValidateAll() error

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

type CreateResourceRequestMultiError added in v0.1.15

type CreateResourceRequestMultiError []error

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

func (CreateResourceRequestMultiError) AllErrors added in v0.1.15

func (m CreateResourceRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateResourceRequestMultiError) Error added in v0.1.15

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

type CreateResourceRequestValidationError added in v0.1.15

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

CreateResourceRequestValidationError is the validation error returned by CreateResourceRequest.Validate if the designated constraints aren't met.

func (CreateResourceRequestValidationError) Cause added in v0.1.15

Cause function returns cause value.

func (CreateResourceRequestValidationError) Error added in v0.1.15

Error satisfies the builtin error interface

func (CreateResourceRequestValidationError) ErrorName added in v0.1.15

ErrorName returns error name.

func (CreateResourceRequestValidationError) Field added in v0.1.15

Field function returns field value.

func (CreateResourceRequestValidationError) Key added in v0.1.15

Key function returns key value.

func (CreateResourceRequestValidationError) Reason added in v0.1.15

Reason function returns reason value.

type CreateResourceResponse added in v0.1.15

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

func (*CreateResourceResponse) Descriptor deprecated added in v0.1.15

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

Deprecated: Use CreateResourceResponse.ProtoReflect.Descriptor instead.

func (*CreateResourceResponse) GetAnnotations added in v0.1.15

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

func (*CreateResourceResponse) GetCreated added in v0.1.15

func (x *CreateResourceResponse) GetCreated() *Resource

func (*CreateResourceResponse) ProtoMessage added in v0.1.15

func (*CreateResourceResponse) ProtoMessage()

func (*CreateResourceResponse) ProtoReflect added in v0.1.15

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

func (*CreateResourceResponse) Reset added in v0.1.15

func (x *CreateResourceResponse) Reset()

func (*CreateResourceResponse) String added in v0.1.15

func (x *CreateResourceResponse) String() string

func (*CreateResourceResponse) Validate added in v0.1.15

func (m *CreateResourceResponse) Validate() error

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

func (m *CreateResourceResponse) ValidateAll() error

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

type CreateResourceResponseMultiError added in v0.1.15

type CreateResourceResponseMultiError []error

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

func (CreateResourceResponseMultiError) AllErrors added in v0.1.15

func (m CreateResourceResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateResourceResponseMultiError) Error added in v0.1.15

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

type CreateResourceResponseValidationError added in v0.1.15

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

CreateResourceResponseValidationError is the validation error returned by CreateResourceResponse.Validate if the designated constraints aren't met.

func (CreateResourceResponseValidationError) Cause added in v0.1.15

Cause function returns cause value.

func (CreateResourceResponseValidationError) Error added in v0.1.15

Error satisfies the builtin error interface

func (CreateResourceResponseValidationError) ErrorName added in v0.1.15

ErrorName returns error name.

func (CreateResourceResponseValidationError) Field added in v0.1.15

Field function returns field value.

func (CreateResourceResponseValidationError) Key added in v0.1.15

Key function returns key value.

func (CreateResourceResponseValidationError) Reason added in v0.1.15

Reason function returns reason value.

type CredentialManagerServiceClient added in v0.1.15

type CredentialManagerServiceClient interface {
	RotateCredential(ctx context.Context, in *RotateCredentialRequest, opts ...grpc.CallOption) (*RotateCredentialResponse, error)
}

CredentialManagerServiceClient is the client API for CredentialManagerService service.

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

func NewCredentialManagerServiceClient added in v0.1.15

func NewCredentialManagerServiceClient(cc grpc.ClientConnInterface) CredentialManagerServiceClient

type CredentialManagerServiceServer added in v0.1.15

type CredentialManagerServiceServer interface {
	RotateCredential(context.Context, *RotateCredentialRequest) (*RotateCredentialResponse, error)
}

CredentialManagerServiceServer is the server API for CredentialManagerService service. All implementations should embed UnimplementedCredentialManagerServiceServer for forward compatibility

type CredentialOptions added in v0.1.15

type CredentialOptions struct {

	// Types that are assignable to Options:
	//
	//	*CredentialOptions_RandomPassword_
	Options isCredentialOptions_Options `protobuf_oneof:"options"`
	// contains filtered or unexported fields
}

func (*CredentialOptions) Descriptor deprecated added in v0.1.15

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

Deprecated: Use CredentialOptions.ProtoReflect.Descriptor instead.

func (*CredentialOptions) GetOptions added in v0.1.15

func (m *CredentialOptions) GetOptions() isCredentialOptions_Options

func (*CredentialOptions) GetRandomPassword added in v0.1.15

func (x *CredentialOptions) GetRandomPassword() *CredentialOptions_RandomPassword

func (*CredentialOptions) ProtoMessage added in v0.1.15

func (*CredentialOptions) ProtoMessage()

func (*CredentialOptions) ProtoReflect added in v0.1.15

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

func (*CredentialOptions) Reset added in v0.1.15

func (x *CredentialOptions) Reset()

func (*CredentialOptions) String added in v0.1.15

func (x *CredentialOptions) String() string

func (*CredentialOptions) Validate added in v0.1.15

func (m *CredentialOptions) Validate() error

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

func (m *CredentialOptions) ValidateAll() error

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

type CredentialOptionsMultiError added in v0.1.15

type CredentialOptionsMultiError []error

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

func (CredentialOptionsMultiError) AllErrors added in v0.1.15

func (m CredentialOptionsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CredentialOptionsMultiError) Error added in v0.1.15

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

type CredentialOptionsValidationError added in v0.1.15

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

CredentialOptionsValidationError is the validation error returned by CredentialOptions.Validate if the designated constraints aren't met.

func (CredentialOptionsValidationError) Cause added in v0.1.15

Cause function returns cause value.

func (CredentialOptionsValidationError) Error added in v0.1.15

Error satisfies the builtin error interface

func (CredentialOptionsValidationError) ErrorName added in v0.1.15

ErrorName returns error name.

func (CredentialOptionsValidationError) Field added in v0.1.15

Field function returns field value.

func (CredentialOptionsValidationError) Key added in v0.1.15

Key function returns key value.

func (CredentialOptionsValidationError) Reason added in v0.1.15

Reason function returns reason value.

type CredentialOptions_RandomPassword added in v0.1.15

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

func (*CredentialOptions_RandomPassword) Descriptor deprecated added in v0.1.15

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

Deprecated: Use CredentialOptions_RandomPassword.ProtoReflect.Descriptor instead.

func (*CredentialOptions_RandomPassword) GetLength added in v0.1.15

func (x *CredentialOptions_RandomPassword) GetLength() int64

func (*CredentialOptions_RandomPassword) ProtoMessage added in v0.1.15

func (*CredentialOptions_RandomPassword) ProtoMessage()

func (*CredentialOptions_RandomPassword) ProtoReflect added in v0.1.15

func (*CredentialOptions_RandomPassword) Reset added in v0.1.15

func (*CredentialOptions_RandomPassword) String added in v0.1.15

func (*CredentialOptions_RandomPassword) Validate added in v0.1.15

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

func (m *CredentialOptions_RandomPassword) ValidateAll() error

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

type CredentialOptions_RandomPasswordMultiError added in v0.1.15

type CredentialOptions_RandomPasswordMultiError []error

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

func (CredentialOptions_RandomPasswordMultiError) AllErrors added in v0.1.15

AllErrors returns a list of validation violation errors.

func (CredentialOptions_RandomPasswordMultiError) Error added in v0.1.15

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

type CredentialOptions_RandomPasswordValidationError added in v0.1.15

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

CredentialOptions_RandomPasswordValidationError is the validation error returned by CredentialOptions_RandomPassword.Validate if the designated constraints aren't met.

func (CredentialOptions_RandomPasswordValidationError) Cause added in v0.1.15

Cause function returns cause value.

func (CredentialOptions_RandomPasswordValidationError) Error added in v0.1.15

Error satisfies the builtin error interface

func (CredentialOptions_RandomPasswordValidationError) ErrorName added in v0.1.15

ErrorName returns error name.

func (CredentialOptions_RandomPasswordValidationError) Field added in v0.1.15

Field function returns field value.

func (CredentialOptions_RandomPasswordValidationError) Key added in v0.1.15

Key function returns key value.

func (CredentialOptions_RandomPasswordValidationError) Reason added in v0.1.15

Reason function returns reason value.

type CredentialOptions_RandomPassword_ added in v0.1.15

type CredentialOptions_RandomPassword_ struct {
	RandomPassword *CredentialOptions_RandomPassword `protobuf:"bytes,100,opt,name=random_password,json=randomPassword,proto3,oneof"`
}

type DeleteResourceRequest added in v0.1.15

type DeleteResourceRequest struct {
	ResourceId *ResourceId `protobuf:"bytes,1,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteResourceRequest) Descriptor deprecated added in v0.1.15

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

Deprecated: Use DeleteResourceRequest.ProtoReflect.Descriptor instead.

func (*DeleteResourceRequest) GetResourceId added in v0.1.15

func (x *DeleteResourceRequest) GetResourceId() *ResourceId

func (*DeleteResourceRequest) ProtoMessage added in v0.1.15

func (*DeleteResourceRequest) ProtoMessage()

func (*DeleteResourceRequest) ProtoReflect added in v0.1.15

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

func (*DeleteResourceRequest) Reset added in v0.1.15

func (x *DeleteResourceRequest) Reset()

func (*DeleteResourceRequest) String added in v0.1.15

func (x *DeleteResourceRequest) String() string

func (*DeleteResourceRequest) Validate added in v0.1.15

func (m *DeleteResourceRequest) Validate() error

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

func (m *DeleteResourceRequest) ValidateAll() error

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

type DeleteResourceRequestMultiError added in v0.1.15

type DeleteResourceRequestMultiError []error

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

func (DeleteResourceRequestMultiError) AllErrors added in v0.1.15

func (m DeleteResourceRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteResourceRequestMultiError) Error added in v0.1.15

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

type DeleteResourceRequestValidationError added in v0.1.15

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

DeleteResourceRequestValidationError is the validation error returned by DeleteResourceRequest.Validate if the designated constraints aren't met.

func (DeleteResourceRequestValidationError) Cause added in v0.1.15

Cause function returns cause value.

func (DeleteResourceRequestValidationError) Error added in v0.1.15

Error satisfies the builtin error interface

func (DeleteResourceRequestValidationError) ErrorName added in v0.1.15

ErrorName returns error name.

func (DeleteResourceRequestValidationError) Field added in v0.1.15

Field function returns field value.

func (DeleteResourceRequestValidationError) Key added in v0.1.15

Key function returns key value.

func (DeleteResourceRequestValidationError) Reason added in v0.1.15

Reason function returns reason value.

type DeleteResourceResponse added in v0.1.15

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

func (*DeleteResourceResponse) Descriptor deprecated added in v0.1.15

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

Deprecated: Use DeleteResourceResponse.ProtoReflect.Descriptor instead.

func (*DeleteResourceResponse) GetAnnotations added in v0.1.15

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

func (*DeleteResourceResponse) ProtoMessage added in v0.1.15

func (*DeleteResourceResponse) ProtoMessage()

func (*DeleteResourceResponse) ProtoReflect added in v0.1.15

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

func (*DeleteResourceResponse) Reset added in v0.1.15

func (x *DeleteResourceResponse) Reset()

func (*DeleteResourceResponse) String added in v0.1.15

func (x *DeleteResourceResponse) String() string

func (*DeleteResourceResponse) Validate added in v0.1.15

func (m *DeleteResourceResponse) Validate() error

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

func (m *DeleteResourceResponse) ValidateAll() error

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

type DeleteResourceResponseMultiError added in v0.1.15

type DeleteResourceResponseMultiError []error

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

func (DeleteResourceResponseMultiError) AllErrors added in v0.1.15

func (m DeleteResourceResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteResourceResponseMultiError) Error added in v0.1.15

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

type DeleteResourceResponseValidationError added in v0.1.15

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

DeleteResourceResponseValidationError is the validation error returned by DeleteResourceResponse.Validate if the designated constraints aren't met.

func (DeleteResourceResponseValidationError) Cause added in v0.1.15

Cause function returns cause value.

func (DeleteResourceResponseValidationError) Error added in v0.1.15

Error satisfies the builtin error interface

func (DeleteResourceResponseValidationError) ErrorName added in v0.1.15

ErrorName returns error name.

func (DeleteResourceResponseValidationError) Field added in v0.1.15

Field function returns field value.

func (DeleteResourceResponseValidationError) Key added in v0.1.15

Key function returns key value.

func (DeleteResourceResponseValidationError) Reason added in v0.1.15

Reason function returns reason value.

type ETag

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

func (*ETag) Descriptor deprecated

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

Deprecated: Use ETag.ProtoReflect.Descriptor instead.

func (*ETag) GetEntitlementId added in v0.1.1

func (x *ETag) GetEntitlementId() string

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 ETagMatch added in v0.0.31

type ETagMatch struct {
	EntitlementId string `protobuf:"bytes,1,opt,name=entitlement_id,json=entitlementId,proto3" json:"entitlement_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ETagMatch) Descriptor deprecated added in v0.0.31

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

Deprecated: Use ETagMatch.ProtoReflect.Descriptor instead.

func (*ETagMatch) GetEntitlementId added in v0.1.1

func (x *ETagMatch) GetEntitlementId() string

func (*ETagMatch) ProtoMessage added in v0.0.31

func (*ETagMatch) ProtoMessage()

func (*ETagMatch) ProtoReflect added in v0.0.31

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

func (*ETagMatch) Reset added in v0.0.31

func (x *ETagMatch) Reset()

func (*ETagMatch) String added in v0.0.31

func (x *ETagMatch) String() string

func (*ETagMatch) Validate added in v0.0.31

func (m *ETagMatch) Validate() error

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

func (m *ETagMatch) ValidateAll() error

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

type ETagMatchMultiError added in v0.0.31

type ETagMatchMultiError []error

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

func (ETagMatchMultiError) AllErrors added in v0.0.31

func (m ETagMatchMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ETagMatchMultiError) Error added in v0.0.31

func (m ETagMatchMultiError) Error() string

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

type ETagMatchValidationError added in v0.0.31

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

ETagMatchValidationError is the validation error returned by ETagMatch.Validate if the designated constraints aren't met.

func (ETagMatchValidationError) Cause added in v0.0.31

func (e ETagMatchValidationError) Cause() error

Cause function returns cause value.

func (ETagMatchValidationError) Error added in v0.0.31

func (e ETagMatchValidationError) Error() string

Error satisfies the builtin error interface

func (ETagMatchValidationError) ErrorName added in v0.0.31

func (e ETagMatchValidationError) ErrorName() string

ErrorName returns error name.

func (ETagMatchValidationError) Field added in v0.0.31

func (e ETagMatchValidationError) Field() string

Field function returns field value.

func (ETagMatchValidationError) Key added in v0.0.31

Key function returns key value.

func (ETagMatchValidationError) Reason added in v0.0.31

func (e ETagMatchValidationError) Reason() string

Reason function returns reason value.

type ETagMetadata added in v0.0.31

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

func (*ETagMetadata) Descriptor deprecated added in v0.0.31

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

Deprecated: Use ETagMetadata.ProtoReflect.Descriptor instead.

func (*ETagMetadata) GetMetadata added in v0.0.31

func (x *ETagMetadata) GetMetadata() *structpb.Struct

func (*ETagMetadata) ProtoMessage added in v0.0.31

func (*ETagMetadata) ProtoMessage()

func (*ETagMetadata) ProtoReflect added in v0.0.31

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

func (*ETagMetadata) Reset added in v0.0.31

func (x *ETagMetadata) Reset()

func (*ETagMetadata) String added in v0.0.31

func (x *ETagMetadata) String() string

func (*ETagMetadata) Validate added in v0.0.31

func (m *ETagMetadata) Validate() error

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

func (m *ETagMetadata) ValidateAll() error

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

type ETagMetadataMultiError added in v0.0.31

type ETagMetadataMultiError []error

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

func (ETagMetadataMultiError) AllErrors added in v0.0.31

func (m ETagMetadataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ETagMetadataMultiError) Error added in v0.0.31

func (m ETagMetadataMultiError) Error() string

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

type ETagMetadataValidationError added in v0.0.31

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

ETagMetadataValidationError is the validation error returned by ETagMetadata.Validate if the designated constraints aren't met.

func (ETagMetadataValidationError) Cause added in v0.0.31

Cause function returns cause value.

func (ETagMetadataValidationError) Error added in v0.0.31

Error satisfies the builtin error interface

func (ETagMetadataValidationError) ErrorName added in v0.0.31

func (e ETagMetadataValidationError) ErrorName() string

ErrorName returns error name.

func (ETagMetadataValidationError) Field added in v0.0.31

Field function returns field value.

func (ETagMetadataValidationError) Key added in v0.0.31

Key function returns key value.

func (ETagMetadataValidationError) Reason added in v0.0.31

Reason function returns reason value.

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 EncryptedData added in v0.1.15

type EncryptedData struct {
	Provider       string `protobuf:"bytes,1,opt,name=provider,proto3" json:"provider,omitempty"`
	KeyId          string `protobuf:"bytes,2,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"`
	Name           string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Description    string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	Schema         string `protobuf:"bytes,5,opt,name=schema,proto3" json:"schema,omitempty"`                                       // optional
	EncryptedBytes []byte `protobuf:"bytes,6,opt,name=encrypted_bytes,json=encryptedBytes,proto3" json:"encrypted_bytes,omitempty"` // if 'schema' is set, this should be JSON.
	// contains filtered or unexported fields
}

func (*EncryptedData) Descriptor deprecated added in v0.1.15

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

Deprecated: Use EncryptedData.ProtoReflect.Descriptor instead.

func (*EncryptedData) GetDescription added in v0.1.15

func (x *EncryptedData) GetDescription() string

func (*EncryptedData) GetEncryptedBytes added in v0.1.15

func (x *EncryptedData) GetEncryptedBytes() []byte

func (*EncryptedData) GetKeyId added in v0.1.15

func (x *EncryptedData) GetKeyId() string

func (*EncryptedData) GetName added in v0.1.15

func (x *EncryptedData) GetName() string

func (*EncryptedData) GetProvider added in v0.1.15

func (x *EncryptedData) GetProvider() string

func (*EncryptedData) GetSchema added in v0.1.15

func (x *EncryptedData) GetSchema() string

func (*EncryptedData) ProtoMessage added in v0.1.15

func (*EncryptedData) ProtoMessage()

func (*EncryptedData) ProtoReflect added in v0.1.15

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

func (*EncryptedData) Reset added in v0.1.15

func (x *EncryptedData) Reset()

func (*EncryptedData) String added in v0.1.15

func (x *EncryptedData) String() string

func (*EncryptedData) Validate added in v0.1.15

func (m *EncryptedData) Validate() error

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

func (m *EncryptedData) ValidateAll() error

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

type EncryptedDataMultiError added in v0.1.15

type EncryptedDataMultiError []error

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

func (EncryptedDataMultiError) AllErrors added in v0.1.15

func (m EncryptedDataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EncryptedDataMultiError) Error added in v0.1.15

func (m EncryptedDataMultiError) Error() string

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

type EncryptedDataValidationError added in v0.1.15

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

EncryptedDataValidationError is the validation error returned by EncryptedData.Validate if the designated constraints aren't met.

func (EncryptedDataValidationError) Cause added in v0.1.15

Cause function returns cause value.

func (EncryptedDataValidationError) Error added in v0.1.15

Error satisfies the builtin error interface

func (EncryptedDataValidationError) ErrorName added in v0.1.15

func (e EncryptedDataValidationError) ErrorName() string

ErrorName returns error name.

func (EncryptedDataValidationError) Field added in v0.1.15

Field function returns field value.

func (EncryptedDataValidationError) Key added in v0.1.15

Key function returns key value.

func (EncryptedDataValidationError) Reason added in v0.1.15

Reason function returns reason value.

type EncryptionConfig added in v0.1.15

type EncryptionConfig struct {
	Principal *Resource `protobuf:"bytes,1,opt,name=principal,proto3" json:"principal,omitempty"`
	Provider  string    `protobuf:"bytes,2,opt,name=provider,proto3" json:"provider,omitempty"`
	KeyId     string    `protobuf:"bytes,3,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"`
	// Types that are assignable to Config:
	//
	//	*EncryptionConfig_JwkPublicKeyConfig
	Config isEncryptionConfig_Config `protobuf_oneof:"config"`
	// contains filtered or unexported fields
}

func (*EncryptionConfig) Descriptor deprecated added in v0.1.15

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

Deprecated: Use EncryptionConfig.ProtoReflect.Descriptor instead.

func (*EncryptionConfig) GetConfig added in v0.1.15

func (m *EncryptionConfig) GetConfig() isEncryptionConfig_Config

func (*EncryptionConfig) GetJwkPublicKeyConfig added in v0.1.15

func (x *EncryptionConfig) GetJwkPublicKeyConfig() *EncryptionConfig_JWKPublicKeyConfig

func (*EncryptionConfig) GetKeyId added in v0.1.15

func (x *EncryptionConfig) GetKeyId() string

func (*EncryptionConfig) GetPrincipal added in v0.1.15

func (x *EncryptionConfig) GetPrincipal() *Resource

func (*EncryptionConfig) GetProvider added in v0.1.15

func (x *EncryptionConfig) GetProvider() string

func (*EncryptionConfig) ProtoMessage added in v0.1.15

func (*EncryptionConfig) ProtoMessage()

func (*EncryptionConfig) ProtoReflect added in v0.1.15

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

func (*EncryptionConfig) Reset added in v0.1.15

func (x *EncryptionConfig) Reset()

func (*EncryptionConfig) String added in v0.1.15

func (x *EncryptionConfig) String() string

func (*EncryptionConfig) Validate added in v0.1.15

func (m *EncryptionConfig) Validate() error

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

func (m *EncryptionConfig) ValidateAll() error

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

type EncryptionConfigMultiError added in v0.1.15

type EncryptionConfigMultiError []error

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

func (EncryptionConfigMultiError) AllErrors added in v0.1.15

func (m EncryptionConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EncryptionConfigMultiError) Error added in v0.1.15

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

type EncryptionConfigValidationError added in v0.1.15

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

EncryptionConfigValidationError is the validation error returned by EncryptionConfig.Validate if the designated constraints aren't met.

func (EncryptionConfigValidationError) Cause added in v0.1.15

Cause function returns cause value.

func (EncryptionConfigValidationError) Error added in v0.1.15

Error satisfies the builtin error interface

func (EncryptionConfigValidationError) ErrorName added in v0.1.15

ErrorName returns error name.

func (EncryptionConfigValidationError) Field added in v0.1.15

Field function returns field value.

func (EncryptionConfigValidationError) Key added in v0.1.15

Key function returns key value.

func (EncryptionConfigValidationError) Reason added in v0.1.15

Reason function returns reason value.

type EncryptionConfig_JWKPublicKeyConfig added in v0.1.15

type EncryptionConfig_JWKPublicKeyConfig struct {
	PubKey []byte `protobuf:"bytes,1,opt,name=pub_key,json=pubKey,proto3" json:"pub_key,omitempty"`
	// contains filtered or unexported fields
}

func (*EncryptionConfig_JWKPublicKeyConfig) Descriptor deprecated added in v0.1.15

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

Deprecated: Use EncryptionConfig_JWKPublicKeyConfig.ProtoReflect.Descriptor instead.

func (*EncryptionConfig_JWKPublicKeyConfig) GetPubKey added in v0.1.15

func (x *EncryptionConfig_JWKPublicKeyConfig) GetPubKey() []byte

func (*EncryptionConfig_JWKPublicKeyConfig) ProtoMessage added in v0.1.15

func (*EncryptionConfig_JWKPublicKeyConfig) ProtoMessage()

func (*EncryptionConfig_JWKPublicKeyConfig) ProtoReflect added in v0.1.15

func (*EncryptionConfig_JWKPublicKeyConfig) Reset added in v0.1.15

func (*EncryptionConfig_JWKPublicKeyConfig) String added in v0.1.15

func (*EncryptionConfig_JWKPublicKeyConfig) Validate added in v0.1.15

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

func (m *EncryptionConfig_JWKPublicKeyConfig) ValidateAll() error

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

type EncryptionConfig_JWKPublicKeyConfigMultiError added in v0.1.15

type EncryptionConfig_JWKPublicKeyConfigMultiError []error

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

func (EncryptionConfig_JWKPublicKeyConfigMultiError) AllErrors added in v0.1.15

AllErrors returns a list of validation violation errors.

func (EncryptionConfig_JWKPublicKeyConfigMultiError) Error added in v0.1.15

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

type EncryptionConfig_JWKPublicKeyConfigValidationError added in v0.1.15

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

EncryptionConfig_JWKPublicKeyConfigValidationError is the validation error returned by EncryptionConfig_JWKPublicKeyConfig.Validate if the designated constraints aren't met.

func (EncryptionConfig_JWKPublicKeyConfigValidationError) Cause added in v0.1.15

Cause function returns cause value.

func (EncryptionConfig_JWKPublicKeyConfigValidationError) Error added in v0.1.15

Error satisfies the builtin error interface

func (EncryptionConfig_JWKPublicKeyConfigValidationError) ErrorName added in v0.1.15

ErrorName returns error name.

func (EncryptionConfig_JWKPublicKeyConfigValidationError) Field added in v0.1.15

Field function returns field value.

func (EncryptionConfig_JWKPublicKeyConfigValidationError) Key added in v0.1.15

Key function returns key value.

func (EncryptionConfig_JWKPublicKeyConfigValidationError) Reason added in v0.1.15

Reason function returns reason value.

type EncryptionConfig_JwkPublicKeyConfig added in v0.1.15

type EncryptionConfig_JwkPublicKeyConfig struct {
	JwkPublicKeyConfig *EncryptionConfig_JWKPublicKeyConfig `protobuf:"bytes,100,opt,name=jwk_public_key_config,json=jwkPublicKeyConfig,proto3,oneof"`
}

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 Event added in v0.1.16

type Event struct {
	Id         string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	OccurredAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=occurred_at,json=occurredAt,proto3" json:"occurred_at,omitempty"`
	// Each event has structs that will usually be mostly empty.
	// Stream consumer must be defensive about what it's reading
	//
	// Types that are assignable to Event:
	//
	//	*Event_UsageEvent
	//	*Event_GrantEvent
	//	*Event_RevokeEvent
	Event isEvent_Event `protobuf_oneof:"event"`
	// May contain resources for targets, actor, or items referenced in events
	Annotations []*anypb.Any `protobuf:"bytes,3,rep,name=annotations,proto3" json:"annotations,omitempty"`
	// contains filtered or unexported fields
}

func (*Event) Descriptor deprecated added in v0.1.16

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

Deprecated: Use Event.ProtoReflect.Descriptor instead.

func (*Event) GetAnnotations added in v0.1.16

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

func (*Event) GetEvent added in v0.1.16

func (m *Event) GetEvent() isEvent_Event

func (*Event) GetGrantEvent added in v0.1.16

func (x *Event) GetGrantEvent() *GrantEvent

func (*Event) GetId added in v0.1.16

func (x *Event) GetId() string

func (*Event) GetOccurredAt added in v0.1.16

func (x *Event) GetOccurredAt() *timestamppb.Timestamp

func (*Event) GetRevokeEvent added in v0.1.16

func (x *Event) GetRevokeEvent() *RevokeEvent

func (*Event) GetUsageEvent added in v0.1.16

func (x *Event) GetUsageEvent() *UsageEvent

func (*Event) ProtoMessage added in v0.1.16

func (*Event) ProtoMessage()

func (*Event) ProtoReflect added in v0.1.16

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

func (*Event) Reset added in v0.1.16

func (x *Event) Reset()

func (*Event) String added in v0.1.16

func (x *Event) String() string

func (*Event) Validate added in v0.1.16

func (m *Event) Validate() error

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

func (m *Event) ValidateAll() error

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

type EventMultiError added in v0.1.16

type EventMultiError []error

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

func (EventMultiError) AllErrors added in v0.1.16

func (m EventMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EventMultiError) Error added in v0.1.16

func (m EventMultiError) Error() string

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

type EventServiceClient added in v0.1.16

type EventServiceClient interface {
	ListEvents(ctx context.Context, in *ListEventsRequest, opts ...grpc.CallOption) (*ListEventsResponse, error)
}

EventServiceClient is the client API for EventService service.

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

func NewEventServiceClient added in v0.1.16

func NewEventServiceClient(cc grpc.ClientConnInterface) EventServiceClient

type EventServiceServer added in v0.1.16

type EventServiceServer interface {
	ListEvents(context.Context, *ListEventsRequest) (*ListEventsResponse, error)
}

EventServiceServer is the server API for EventService service. All implementations should embed UnimplementedEventServiceServer for forward compatibility

type EventValidationError added in v0.1.16

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

EventValidationError is the validation error returned by Event.Validate if the designated constraints aren't met.

func (EventValidationError) Cause added in v0.1.16

func (e EventValidationError) Cause() error

Cause function returns cause value.

func (EventValidationError) Error added in v0.1.16

func (e EventValidationError) Error() string

Error satisfies the builtin error interface

func (EventValidationError) ErrorName added in v0.1.16

func (e EventValidationError) ErrorName() string

ErrorName returns error name.

func (EventValidationError) Field added in v0.1.16

func (e EventValidationError) Field() string

Field function returns field value.

func (EventValidationError) Key added in v0.1.16

func (e EventValidationError) Key() bool

Key function returns key value.

func (EventValidationError) Reason added in v0.1.16

func (e EventValidationError) Reason() string

Reason function returns reason value.

type Event_GrantEvent added in v0.1.16

type Event_GrantEvent struct {
	GrantEvent *GrantEvent `protobuf:"bytes,101,opt,name=grant_event,json=grantEvent,proto3,oneof"`
}

type Event_RevokeEvent added in v0.1.16

type Event_RevokeEvent struct {
	RevokeEvent *RevokeEvent `protobuf:"bytes,102,opt,name=revoke_event,json=revokeEvent,proto3,oneof"`
}

type Event_UsageEvent added in v0.1.16

type Event_UsageEvent struct {
	UsageEvent *UsageEvent `protobuf:"bytes,100,opt,name=usage_event,json=usageEvent,proto3,oneof"`
}

type ExternalId added in v0.1.15

type ExternalId struct {
	Id          string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Link        string `protobuf:"bytes,2,opt,name=link,proto3" json:"link,omitempty"`
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*ExternalId) Descriptor deprecated added in v0.1.15

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

Deprecated: Use ExternalId.ProtoReflect.Descriptor instead.

func (*ExternalId) GetDescription added in v0.1.15

func (x *ExternalId) GetDescription() string

func (*ExternalId) GetId added in v0.1.15

func (x *ExternalId) GetId() string
func (x *ExternalId) GetLink() string

func (*ExternalId) ProtoMessage added in v0.1.15

func (*ExternalId) ProtoMessage()

func (*ExternalId) ProtoReflect added in v0.1.15

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

func (*ExternalId) Reset added in v0.1.15

func (x *ExternalId) Reset()

func (*ExternalId) String added in v0.1.15

func (x *ExternalId) String() string

func (*ExternalId) Validate added in v0.1.15

func (m *ExternalId) Validate() error

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

func (m *ExternalId) ValidateAll() error

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

type ExternalIdMultiError added in v0.1.15

type ExternalIdMultiError []error

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

func (ExternalIdMultiError) AllErrors added in v0.1.15

func (m ExternalIdMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ExternalIdMultiError) Error added in v0.1.15

func (m ExternalIdMultiError) Error() string

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

type ExternalIdValidationError added in v0.1.15

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

ExternalIdValidationError is the validation error returned by ExternalId.Validate if the designated constraints aren't met.

func (ExternalIdValidationError) Cause added in v0.1.15

func (e ExternalIdValidationError) Cause() error

Cause function returns cause value.

func (ExternalIdValidationError) Error added in v0.1.15

Error satisfies the builtin error interface

func (ExternalIdValidationError) ErrorName added in v0.1.15

func (e ExternalIdValidationError) ErrorName() string

ErrorName returns error name.

func (ExternalIdValidationError) Field added in v0.1.15

Field function returns field value.

func (ExternalIdValidationError) Key added in v0.1.15

Key function returns key value.

func (ExternalIdValidationError) Reason added in v0.1.15

func (e ExternalIdValidationError) Reason() string

Reason function returns reason value.

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"`
	Sources     *GrantSources `protobuf:"bytes,5,opt,name=sources,proto3" json:"sources,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) GetSources added in v0.1.6

func (x *Grant) GetSources() *GrantSources

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 GrantEvent added in v0.1.16

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

Unrelated to this effort, but valuable for other projects

func (*GrantEvent) Descriptor deprecated added in v0.1.16

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

Deprecated: Use GrantEvent.ProtoReflect.Descriptor instead.

func (*GrantEvent) GetGrant added in v0.1.16

func (x *GrantEvent) GetGrant() *Grant

func (*GrantEvent) ProtoMessage added in v0.1.16

func (*GrantEvent) ProtoMessage()

func (*GrantEvent) ProtoReflect added in v0.1.16

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

func (*GrantEvent) Reset added in v0.1.16

func (x *GrantEvent) Reset()

func (*GrantEvent) String added in v0.1.16

func (x *GrantEvent) String() string

func (*GrantEvent) Validate added in v0.1.16

func (m *GrantEvent) Validate() error

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

func (m *GrantEvent) ValidateAll() error

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

type GrantEventMultiError added in v0.1.16

type GrantEventMultiError []error

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

func (GrantEventMultiError) AllErrors added in v0.1.16

func (m GrantEventMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GrantEventMultiError) Error added in v0.1.16

func (m GrantEventMultiError) Error() string

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

type GrantEventValidationError added in v0.1.16

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

GrantEventValidationError is the validation error returned by GrantEvent.Validate if the designated constraints aren't met.

func (GrantEventValidationError) Cause added in v0.1.16

func (e GrantEventValidationError) Cause() error

Cause function returns cause value.

func (GrantEventValidationError) Error added in v0.1.16

Error satisfies the builtin error interface

func (GrantEventValidationError) ErrorName added in v0.1.16

func (e GrantEventValidationError) ErrorName() string

ErrorName returns error name.

func (GrantEventValidationError) Field added in v0.1.16

Field function returns field value.

func (GrantEventValidationError) Key added in v0.1.16

Key function returns key value.

func (GrantEventValidationError) Reason added in v0.1.16

func (e GrantEventValidationError) Reason() string

Reason function returns reason value.

type GrantExpandable added in v0.1.6

type GrantExpandable struct {
	EntitlementIds  []string `protobuf:"bytes,1,rep,name=entitlement_ids,json=entitlementIds,proto3" json:"entitlement_ids,omitempty"`
	Shallow         bool     `protobuf:"varint,2,opt,name=shallow,proto3" json:"shallow,omitempty"`
	ResourceTypeIds []string `protobuf:"bytes,3,rep,name=resource_type_ids,json=resourceTypeIds,proto3" json:"resource_type_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*GrantExpandable) Descriptor deprecated added in v0.1.6

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

Deprecated: Use GrantExpandable.ProtoReflect.Descriptor instead.

func (*GrantExpandable) GetEntitlementIds added in v0.1.6

func (x *GrantExpandable) GetEntitlementIds() []string

func (*GrantExpandable) GetResourceTypeIds added in v0.1.6

func (x *GrantExpandable) GetResourceTypeIds() []string

func (*GrantExpandable) GetShallow added in v0.1.6

func (x *GrantExpandable) GetShallow() bool

func (*GrantExpandable) ProtoMessage added in v0.1.6

func (*GrantExpandable) ProtoMessage()

func (*GrantExpandable) ProtoReflect added in v0.1.6

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

func (*GrantExpandable) Reset added in v0.1.6

func (x *GrantExpandable) Reset()

func (*GrantExpandable) String added in v0.1.6

func (x *GrantExpandable) String() string

func (*GrantExpandable) Validate added in v0.1.6

func (m *GrantExpandable) Validate() error

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

func (m *GrantExpandable) ValidateAll() error

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

type GrantExpandableMultiError added in v0.1.6

type GrantExpandableMultiError []error

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

func (GrantExpandableMultiError) AllErrors added in v0.1.6

func (m GrantExpandableMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GrantExpandableMultiError) Error added in v0.1.6

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

type GrantExpandableValidationError added in v0.1.6

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

GrantExpandableValidationError is the validation error returned by GrantExpandable.Validate if the designated constraints aren't met.

func (GrantExpandableValidationError) Cause added in v0.1.6

Cause function returns cause value.

func (GrantExpandableValidationError) Error added in v0.1.6

Error satisfies the builtin error interface

func (GrantExpandableValidationError) ErrorName added in v0.1.6

func (e GrantExpandableValidationError) ErrorName() string

ErrorName returns error name.

func (GrantExpandableValidationError) Field added in v0.1.6

Field function returns field value.

func (GrantExpandableValidationError) Key added in v0.1.6

Key function returns key value.

func (GrantExpandableValidationError) Reason added in v0.1.6

Reason function returns reason value.

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"`
	Grants      []*Grant     `protobuf:"bytes,2,rep,name=grants,proto3" json:"grants,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) GetGrants added in v0.1.12

func (x *GrantManagerServiceGrantResponse) GetGrants() []*Grant

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 GrantMetadata added in v0.1.1

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

func (*GrantMetadata) Descriptor deprecated added in v0.1.1

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

Deprecated: Use GrantMetadata.ProtoReflect.Descriptor instead.

func (*GrantMetadata) GetMetadata added in v0.1.1

func (x *GrantMetadata) GetMetadata() *structpb.Struct

func (*GrantMetadata) ProtoMessage added in v0.1.1

func (*GrantMetadata) ProtoMessage()

func (*GrantMetadata) ProtoReflect added in v0.1.1

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

func (*GrantMetadata) Reset added in v0.1.1

func (x *GrantMetadata) Reset()

func (*GrantMetadata) String added in v0.1.1

func (x *GrantMetadata) String() string

func (*GrantMetadata) Validate added in v0.1.1

func (m *GrantMetadata) Validate() error

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

func (m *GrantMetadata) ValidateAll() error

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

type GrantMetadataMultiError added in v0.1.1

type GrantMetadataMultiError []error

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

func (GrantMetadataMultiError) AllErrors added in v0.1.1

func (m GrantMetadataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GrantMetadataMultiError) Error added in v0.1.1

func (m GrantMetadataMultiError) Error() string

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

type GrantMetadataValidationError added in v0.1.1

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

GrantMetadataValidationError is the validation error returned by GrantMetadata.Validate if the designated constraints aren't met.

func (GrantMetadataValidationError) Cause added in v0.1.1

Cause function returns cause value.

func (GrantMetadataValidationError) Error added in v0.1.1

Error satisfies the builtin error interface

func (GrantMetadataValidationError) ErrorName added in v0.1.1

func (e GrantMetadataValidationError) ErrorName() string

ErrorName returns error name.

func (GrantMetadataValidationError) Field added in v0.1.1

Field function returns field value.

func (GrantMetadataValidationError) Key added in v0.1.1

Key function returns key value.

func (GrantMetadataValidationError) Reason added in v0.1.1

Reason function returns reason value.

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 GrantSources added in v0.1.6

type GrantSources struct {
	Sources map[string]*GrantSources_GrantSource `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GrantSources) Descriptor deprecated added in v0.1.6

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

Deprecated: Use GrantSources.ProtoReflect.Descriptor instead.

func (*GrantSources) GetSources added in v0.1.6

func (x *GrantSources) GetSources() map[string]*GrantSources_GrantSource

func (*GrantSources) ProtoMessage added in v0.1.6

func (*GrantSources) ProtoMessage()

func (*GrantSources) ProtoReflect added in v0.1.6

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

func (*GrantSources) Reset added in v0.1.6

func (x *GrantSources) Reset()

func (*GrantSources) String added in v0.1.6

func (x *GrantSources) String() string

func (*GrantSources) Validate added in v0.1.6

func (m *GrantSources) Validate() error

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

func (m *GrantSources) ValidateAll() error

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

type GrantSourcesMultiError added in v0.1.6

type GrantSourcesMultiError []error

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

func (GrantSourcesMultiError) AllErrors added in v0.1.6

func (m GrantSourcesMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GrantSourcesMultiError) Error added in v0.1.6

func (m GrantSourcesMultiError) Error() string

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

type GrantSourcesValidationError added in v0.1.6

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

GrantSourcesValidationError is the validation error returned by GrantSources.Validate if the designated constraints aren't met.

func (GrantSourcesValidationError) Cause added in v0.1.6

Cause function returns cause value.

func (GrantSourcesValidationError) Error added in v0.1.6

Error satisfies the builtin error interface

func (GrantSourcesValidationError) ErrorName added in v0.1.6

func (e GrantSourcesValidationError) ErrorName() string

ErrorName returns error name.

func (GrantSourcesValidationError) Field added in v0.1.6

Field function returns field value.

func (GrantSourcesValidationError) Key added in v0.1.6

Key function returns key value.

func (GrantSourcesValidationError) Reason added in v0.1.6

Reason function returns reason value.

type GrantSources_GrantSource added in v0.1.6

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

func (*GrantSources_GrantSource) Descriptor deprecated added in v0.1.6

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

Deprecated: Use GrantSources_GrantSource.ProtoReflect.Descriptor instead.

func (*GrantSources_GrantSource) ProtoMessage added in v0.1.6

func (*GrantSources_GrantSource) ProtoMessage()

func (*GrantSources_GrantSource) ProtoReflect added in v0.1.6

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

func (*GrantSources_GrantSource) Reset added in v0.1.6

func (x *GrantSources_GrantSource) Reset()

func (*GrantSources_GrantSource) String added in v0.1.6

func (x *GrantSources_GrantSource) String() string

func (*GrantSources_GrantSource) Validate added in v0.1.6

func (m *GrantSources_GrantSource) Validate() error

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

func (m *GrantSources_GrantSource) ValidateAll() error

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

type GrantSources_GrantSourceMultiError added in v0.1.6

type GrantSources_GrantSourceMultiError []error

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

func (GrantSources_GrantSourceMultiError) AllErrors added in v0.1.6

func (m GrantSources_GrantSourceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GrantSources_GrantSourceMultiError) Error added in v0.1.6

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

type GrantSources_GrantSourceValidationError added in v0.1.6

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

GrantSources_GrantSourceValidationError is the validation error returned by GrantSources_GrantSource.Validate if the designated constraints aren't met.

func (GrantSources_GrantSourceValidationError) Cause added in v0.1.6

Cause function returns cause value.

func (GrantSources_GrantSourceValidationError) Error added in v0.1.6

Error satisfies the builtin error interface

func (GrantSources_GrantSourceValidationError) ErrorName added in v0.1.6

ErrorName returns error name.

func (GrantSources_GrantSourceValidationError) Field added in v0.1.6

Field function returns field value.

func (GrantSources_GrantSourceValidationError) Key added in v0.1.6

Key function returns key value.

func (GrantSources_GrantSourceValidationError) Reason added in v0.1.6

Reason function returns reason value.

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 ListEventsRequest added in v0.1.16

type ListEventsRequest struct {

	// Can function like a page token but also can be arbitrary to resume a feed at any point
	Cursor      string                 `protobuf:"bytes,1,opt,name=cursor,proto3" json:"cursor,omitempty"`
	StartAt     *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=start_at,json=startAt,proto3" json:"start_at,omitempty"`
	PageSize    uint32                 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	Annotations []*anypb.Any           `protobuf:"bytes,4,rep,name=annotations,proto3" json:"annotations,omitempty"`
	// contains filtered or unexported fields
}

func (*ListEventsRequest) Descriptor deprecated added in v0.1.16

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

Deprecated: Use ListEventsRequest.ProtoReflect.Descriptor instead.

func (*ListEventsRequest) GetAnnotations added in v0.1.16

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

func (*ListEventsRequest) GetCursor added in v0.1.16

func (x *ListEventsRequest) GetCursor() string

func (*ListEventsRequest) GetPageSize added in v0.1.16

func (x *ListEventsRequest) GetPageSize() uint32

func (*ListEventsRequest) GetStartAt added in v0.1.16

func (x *ListEventsRequest) GetStartAt() *timestamppb.Timestamp

func (*ListEventsRequest) ProtoMessage added in v0.1.16

func (*ListEventsRequest) ProtoMessage()

func (*ListEventsRequest) ProtoReflect added in v0.1.16

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

func (*ListEventsRequest) Reset added in v0.1.16

func (x *ListEventsRequest) Reset()

func (*ListEventsRequest) String added in v0.1.16

func (x *ListEventsRequest) String() string

func (*ListEventsRequest) Validate added in v0.1.16

func (m *ListEventsRequest) Validate() error

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

func (m *ListEventsRequest) ValidateAll() error

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

type ListEventsRequestMultiError added in v0.1.16

type ListEventsRequestMultiError []error

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

func (ListEventsRequestMultiError) AllErrors added in v0.1.16

func (m ListEventsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListEventsRequestMultiError) Error added in v0.1.16

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

type ListEventsRequestValidationError added in v0.1.16

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

ListEventsRequestValidationError is the validation error returned by ListEventsRequest.Validate if the designated constraints aren't met.

func (ListEventsRequestValidationError) Cause added in v0.1.16

Cause function returns cause value.

func (ListEventsRequestValidationError) Error added in v0.1.16

Error satisfies the builtin error interface

func (ListEventsRequestValidationError) ErrorName added in v0.1.16

ErrorName returns error name.

func (ListEventsRequestValidationError) Field added in v0.1.16

Field function returns field value.

func (ListEventsRequestValidationError) Key added in v0.1.16

Key function returns key value.

func (ListEventsRequestValidationError) Reason added in v0.1.16

Reason function returns reason value.

type ListEventsResponse added in v0.1.16

type ListEventsResponse struct {
	Events      []*Event     `protobuf:"bytes,1,rep,name=events,proto3" json:"events,omitempty"`
	Cursor      string       `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"`
	HasMore     bool         `protobuf:"varint,3,opt,name=has_more,json=hasMore,proto3" json:"has_more,omitempty"`
	Annotations []*anypb.Any `protobuf:"bytes,4,rep,name=annotations,proto3" json:"annotations,omitempty"`
	// contains filtered or unexported fields
}

func (*ListEventsResponse) Descriptor deprecated added in v0.1.16

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

Deprecated: Use ListEventsResponse.ProtoReflect.Descriptor instead.

func (*ListEventsResponse) GetAnnotations added in v0.1.16

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

func (*ListEventsResponse) GetCursor added in v0.1.16

func (x *ListEventsResponse) GetCursor() string

func (*ListEventsResponse) GetEvents added in v0.1.16

func (x *ListEventsResponse) GetEvents() []*Event

func (*ListEventsResponse) GetHasMore added in v0.1.16

func (x *ListEventsResponse) GetHasMore() bool

func (*ListEventsResponse) ProtoMessage added in v0.1.16

func (*ListEventsResponse) ProtoMessage()

func (*ListEventsResponse) ProtoReflect added in v0.1.16

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

func (*ListEventsResponse) Reset added in v0.1.16

func (x *ListEventsResponse) Reset()

func (*ListEventsResponse) String added in v0.1.16

func (x *ListEventsResponse) String() string

func (*ListEventsResponse) Validate added in v0.1.16

func (m *ListEventsResponse) Validate() error

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

func (m *ListEventsResponse) ValidateAll() error

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

type ListEventsResponseMultiError added in v0.1.16

type ListEventsResponseMultiError []error

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

func (ListEventsResponseMultiError) AllErrors added in v0.1.16

func (m ListEventsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListEventsResponseMultiError) Error added in v0.1.16

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

type ListEventsResponseValidationError added in v0.1.16

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

ListEventsResponseValidationError is the validation error returned by ListEventsResponse.Validate if the designated constraints aren't met.

func (ListEventsResponseValidationError) Cause added in v0.1.16

Cause function returns cause value.

func (ListEventsResponseValidationError) Error added in v0.1.16

Error satisfies the builtin error interface

func (ListEventsResponseValidationError) ErrorName added in v0.1.16

ErrorName returns error name.

func (ListEventsResponseValidationError) Field added in v0.1.16

Field function returns field value.

func (ListEventsResponseValidationError) Key added in v0.1.16

Key function returns key value.

func (ListEventsResponseValidationError) Reason added in v0.1.16

Reason function returns reason value.

type PlaintextData added in v0.1.19

type PlaintextData struct {
	Name        string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	Schema      string `protobuf:"bytes,3,opt,name=schema,proto3" json:"schema,omitempty"` // optional
	Bytes       []byte `protobuf:"bytes,4,opt,name=bytes,proto3" json:"bytes,omitempty"`   // if 'schema' is set, this should be JSON.
	// contains filtered or unexported fields
}

func (*PlaintextData) Descriptor deprecated added in v0.1.19

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

Deprecated: Use PlaintextData.ProtoReflect.Descriptor instead.

func (*PlaintextData) GetBytes added in v0.1.19

func (x *PlaintextData) GetBytes() []byte

func (*PlaintextData) GetDescription added in v0.1.19

func (x *PlaintextData) GetDescription() string

func (*PlaintextData) GetName added in v0.1.19

func (x *PlaintextData) GetName() string

func (*PlaintextData) GetSchema added in v0.1.19

func (x *PlaintextData) GetSchema() string

func (*PlaintextData) ProtoMessage added in v0.1.19

func (*PlaintextData) ProtoMessage()

func (*PlaintextData) ProtoReflect added in v0.1.19

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

func (*PlaintextData) Reset added in v0.1.19

func (x *PlaintextData) Reset()

func (*PlaintextData) String added in v0.1.19

func (x *PlaintextData) String() string

func (*PlaintextData) Validate added in v0.1.19

func (m *PlaintextData) Validate() error

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

func (m *PlaintextData) ValidateAll() error

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

type PlaintextDataMultiError added in v0.1.19

type PlaintextDataMultiError []error

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

func (PlaintextDataMultiError) AllErrors added in v0.1.19

func (m PlaintextDataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PlaintextDataMultiError) Error added in v0.1.19

func (m PlaintextDataMultiError) Error() string

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

type PlaintextDataValidationError added in v0.1.19

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

PlaintextDataValidationError is the validation error returned by PlaintextData.Validate if the designated constraints aren't met.

func (PlaintextDataValidationError) Cause added in v0.1.19

Cause function returns cause value.

func (PlaintextDataValidationError) Error added in v0.1.19

Error satisfies the builtin error interface

func (PlaintextDataValidationError) ErrorName added in v0.1.19

func (e PlaintextDataValidationError) ErrorName() string

ErrorName returns error name.

func (PlaintextDataValidationError) Field added in v0.1.19

Field function returns field value.

func (PlaintextDataValidationError) Key added in v0.1.19

Key function returns key value.

func (PlaintextDataValidationError) Reason added in v0.1.19

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"`
	Description      string                  `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	BatonResource    bool                    `protobuf:"varint,6,opt,name=baton_resource,json=batonResource,proto3" json:"baton_resource,omitempty"`
	ExternalId       *ExternalId             `protobuf:"bytes,7,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"`
	CreationSource   Resource_CreationSource `` /* 149-byte string literal not displayed */
	// 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) GetBatonResource added in v0.0.20

func (x *Resource) GetBatonResource() bool

func (*Resource) GetCreationSource added in v0.1.15

func (x *Resource) GetCreationSource() Resource_CreationSource

func (*Resource) GetDescription added in v0.0.19

func (x *Resource) GetDescription() string

func (*Resource) GetDisplayName

func (x *Resource) GetDisplayName() string

func (*Resource) GetExternalId added in v0.1.15

func (x *Resource) GetExternalId() *ExternalId

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"`
	BatonResource bool   `protobuf:"varint,3,opt,name=baton_resource,json=batonResource,proto3" json:"baton_resource,omitempty"`
	// contains filtered or unexported fields
}

func (*ResourceId) Descriptor deprecated

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

Deprecated: Use ResourceId.ProtoReflect.Descriptor instead.

func (*ResourceId) GetBatonResource added in v0.0.20

func (x *ResourceId) GetBatonResource() bool

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 ResourceManagerServiceClient added in v0.1.15

type ResourceManagerServiceClient interface {
	CreateResource(ctx context.Context, in *CreateResourceRequest, opts ...grpc.CallOption) (*CreateResourceResponse, error)
	DeleteResource(ctx context.Context, in *DeleteResourceRequest, opts ...grpc.CallOption) (*DeleteResourceResponse, error)
}

ResourceManagerServiceClient is the client API for ResourceManagerService service.

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

func NewResourceManagerServiceClient added in v0.1.15

func NewResourceManagerServiceClient(cc grpc.ClientConnInterface) ResourceManagerServiceClient

type ResourceManagerServiceServer added in v0.1.15

type ResourceManagerServiceServer interface {
	CreateResource(context.Context, *CreateResourceRequest) (*CreateResourceResponse, error)
	DeleteResource(context.Context, *DeleteResourceRequest) (*DeleteResourceResponse, error)
}

ResourceManagerServiceServer is the server API for ResourceManagerService service. All implementations should embed UnimplementedResourceManagerServiceServer for forward compatibility

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"`
	Description       string               `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	SourcedExternally bool                 `protobuf:"varint,6,opt,name=sourced_externally,json=sourcedExternally,proto3" json:"sourced_externally,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) GetDescription added in v0.0.19

func (x *ResourceType) GetDescription() string

func (*ResourceType) GetDisplayName

func (x *ResourceType) GetDisplayName() string

func (*ResourceType) GetId

func (x *ResourceType) GetId() string

func (*ResourceType) GetSourcedExternally added in v0.1.15

func (x *ResourceType) GetSourcedExternally() bool

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 ResourceTypeCapability added in v0.1.5

type ResourceTypeCapability struct {
	ResourceType *ResourceType                       `protobuf:"bytes,1,opt,name=resource_type,json=resourceType,proto3" json:"resource_type,omitempty"`
	Capabilities []ResourceTypeCapability_Capability `` /* 140-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ResourceTypeCapability) Descriptor deprecated added in v0.1.5

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

Deprecated: Use ResourceTypeCapability.ProtoReflect.Descriptor instead.

func (*ResourceTypeCapability) GetCapabilities added in v0.1.5

func (*ResourceTypeCapability) GetResourceType added in v0.1.5

func (x *ResourceTypeCapability) GetResourceType() *ResourceType

func (*ResourceTypeCapability) ProtoMessage added in v0.1.5

func (*ResourceTypeCapability) ProtoMessage()

func (*ResourceTypeCapability) ProtoReflect added in v0.1.5

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

func (*ResourceTypeCapability) Reset added in v0.1.5

func (x *ResourceTypeCapability) Reset()

func (*ResourceTypeCapability) String added in v0.1.5

func (x *ResourceTypeCapability) String() string

func (*ResourceTypeCapability) Validate added in v0.1.5

func (m *ResourceTypeCapability) Validate() error

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

func (m *ResourceTypeCapability) ValidateAll() error

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

type ResourceTypeCapabilityMultiError added in v0.1.5

type ResourceTypeCapabilityMultiError []error

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

func (ResourceTypeCapabilityMultiError) AllErrors added in v0.1.5

func (m ResourceTypeCapabilityMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ResourceTypeCapabilityMultiError) Error added in v0.1.5

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

type ResourceTypeCapabilityValidationError added in v0.1.5

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

ResourceTypeCapabilityValidationError is the validation error returned by ResourceTypeCapability.Validate if the designated constraints aren't met.

func (ResourceTypeCapabilityValidationError) Cause added in v0.1.5

Cause function returns cause value.

func (ResourceTypeCapabilityValidationError) Error added in v0.1.5

Error satisfies the builtin error interface

func (ResourceTypeCapabilityValidationError) ErrorName added in v0.1.5

ErrorName returns error name.

func (ResourceTypeCapabilityValidationError) Field added in v0.1.5

Field function returns field value.

func (ResourceTypeCapabilityValidationError) Key added in v0.1.5

Key function returns key value.

func (ResourceTypeCapabilityValidationError) Reason added in v0.1.5

Reason function returns reason value.

type ResourceTypeCapability_Capability added in v0.1.5

type ResourceTypeCapability_Capability int32
const (
	ResourceTypeCapability_CAPABILITY_UNSPECIFIED ResourceTypeCapability_Capability = 0
	ResourceTypeCapability_CAPABILITY_PROVISION   ResourceTypeCapability_Capability = 1
	ResourceTypeCapability_CAPABILITY_SYNC        ResourceTypeCapability_Capability = 2
)

func (ResourceTypeCapability_Capability) Descriptor added in v0.1.5

func (ResourceTypeCapability_Capability) Enum added in v0.1.5

func (ResourceTypeCapability_Capability) EnumDescriptor deprecated added in v0.1.5

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

Deprecated: Use ResourceTypeCapability_Capability.Descriptor instead.

func (ResourceTypeCapability_Capability) Number added in v0.1.5

func (ResourceTypeCapability_Capability) String added in v0.1.5

func (ResourceTypeCapability_Capability) Type added in v0.1.5

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 Resource_CreationSource added in v0.1.15

type Resource_CreationSource int32

FIXME(mstanbCO): call this something else? Should it just be a bool? Possibly just use an annotation?

const (
	Resource_CREATION_SOURCE_UNSPECIFIED                         Resource_CreationSource = 0
	Resource_CREATION_SOURCE_CONNECTOR_LIST_RESOURCES            Resource_CreationSource = 1
	Resource_CREATION_SOURCE_CONNECTOR_LIST_GRANTS_PRINCIPAL_JIT Resource_CreationSource = 2
)

func (Resource_CreationSource) Descriptor added in v0.1.15

func (Resource_CreationSource) Enum added in v0.1.15

func (Resource_CreationSource) EnumDescriptor deprecated added in v0.1.15

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

Deprecated: Use Resource_CreationSource.Descriptor instead.

func (Resource_CreationSource) Number added in v0.1.15

func (Resource_CreationSource) String added in v0.1.15

func (x Resource_CreationSource) String() string

func (Resource_CreationSource) Type added in v0.1.15

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 RevokeEvent added in v0.1.16

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

func (*RevokeEvent) Descriptor deprecated added in v0.1.16

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

Deprecated: Use RevokeEvent.ProtoReflect.Descriptor instead.

func (*RevokeEvent) GetEntitlement added in v0.1.16

func (x *RevokeEvent) GetEntitlement() *Entitlement

func (*RevokeEvent) GetPrincipal added in v0.1.16

func (x *RevokeEvent) GetPrincipal() *Resource

func (*RevokeEvent) ProtoMessage added in v0.1.16

func (*RevokeEvent) ProtoMessage()

func (*RevokeEvent) ProtoReflect added in v0.1.16

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

func (*RevokeEvent) Reset added in v0.1.16

func (x *RevokeEvent) Reset()

func (*RevokeEvent) String added in v0.1.16

func (x *RevokeEvent) String() string

func (*RevokeEvent) Validate added in v0.1.16

func (m *RevokeEvent) Validate() error

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

func (m *RevokeEvent) ValidateAll() error

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

type RevokeEventMultiError added in v0.1.16

type RevokeEventMultiError []error

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

func (RevokeEventMultiError) AllErrors added in v0.1.16

func (m RevokeEventMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RevokeEventMultiError) Error added in v0.1.16

func (m RevokeEventMultiError) Error() string

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

type RevokeEventValidationError added in v0.1.16

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

RevokeEventValidationError is the validation error returned by RevokeEvent.Validate if the designated constraints aren't met.

func (RevokeEventValidationError) Cause added in v0.1.16

Cause function returns cause value.

func (RevokeEventValidationError) Error added in v0.1.16

Error satisfies the builtin error interface

func (RevokeEventValidationError) ErrorName added in v0.1.16

func (e RevokeEventValidationError) ErrorName() string

ErrorName returns error name.

func (RevokeEventValidationError) Field added in v0.1.16

Field function returns field value.

func (RevokeEventValidationError) Key added in v0.1.16

Key function returns key value.

func (RevokeEventValidationError) Reason added in v0.1.16

Reason function returns reason value.

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 RotateCredentialRequest added in v0.1.15

type RotateCredentialRequest struct {
	ResourceId        *ResourceId         `protobuf:"bytes,1,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"`
	CredentialOptions *CredentialOptions  `protobuf:"bytes,2,opt,name=credential_options,json=credentialOptions,proto3" json:"credential_options,omitempty"`
	EncryptionConfigs []*EncryptionConfig `protobuf:"bytes,3,rep,name=encryption_configs,json=encryptionConfigs,proto3" json:"encryption_configs,omitempty"`
	// contains filtered or unexported fields
}

func (*RotateCredentialRequest) Descriptor deprecated added in v0.1.15

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

Deprecated: Use RotateCredentialRequest.ProtoReflect.Descriptor instead.

func (*RotateCredentialRequest) GetCredentialOptions added in v0.1.15

func (x *RotateCredentialRequest) GetCredentialOptions() *CredentialOptions

func (*RotateCredentialRequest) GetEncryptionConfigs added in v0.1.15

func (x *RotateCredentialRequest) GetEncryptionConfigs() []*EncryptionConfig

func (*RotateCredentialRequest) GetResourceId added in v0.1.15

func (x *RotateCredentialRequest) GetResourceId() *ResourceId

func (*RotateCredentialRequest) ProtoMessage added in v0.1.15

func (*RotateCredentialRequest) ProtoMessage()

func (*RotateCredentialRequest) ProtoReflect added in v0.1.15

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

func (*RotateCredentialRequest) Reset added in v0.1.15

func (x *RotateCredentialRequest) Reset()

func (*RotateCredentialRequest) String added in v0.1.15

func (x *RotateCredentialRequest) String() string

func (*RotateCredentialRequest) Validate added in v0.1.15

func (m *RotateCredentialRequest) Validate() error

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

func (m *RotateCredentialRequest) ValidateAll() error

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

type RotateCredentialRequestMultiError added in v0.1.15

type RotateCredentialRequestMultiError []error

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

func (RotateCredentialRequestMultiError) AllErrors added in v0.1.15

func (m RotateCredentialRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RotateCredentialRequestMultiError) Error added in v0.1.15

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

type RotateCredentialRequestValidationError added in v0.1.15

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

RotateCredentialRequestValidationError is the validation error returned by RotateCredentialRequest.Validate if the designated constraints aren't met.

func (RotateCredentialRequestValidationError) Cause added in v0.1.15

Cause function returns cause value.

func (RotateCredentialRequestValidationError) Error added in v0.1.15

Error satisfies the builtin error interface

func (RotateCredentialRequestValidationError) ErrorName added in v0.1.15

ErrorName returns error name.

func (RotateCredentialRequestValidationError) Field added in v0.1.15

Field function returns field value.

func (RotateCredentialRequestValidationError) Key added in v0.1.15

Key function returns key value.

func (RotateCredentialRequestValidationError) Reason added in v0.1.15

Reason function returns reason value.

type RotateCredentialResponse added in v0.1.15

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

func (*RotateCredentialResponse) Descriptor deprecated added in v0.1.15

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

Deprecated: Use RotateCredentialResponse.ProtoReflect.Descriptor instead.

func (*RotateCredentialResponse) GetAnnotations added in v0.1.15

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

func (*RotateCredentialResponse) GetEncryptedData added in v0.1.15

func (x *RotateCredentialResponse) GetEncryptedData() []*EncryptedData

func (*RotateCredentialResponse) GetResourceId added in v0.1.15

func (x *RotateCredentialResponse) GetResourceId() *ResourceId

func (*RotateCredentialResponse) ProtoMessage added in v0.1.15

func (*RotateCredentialResponse) ProtoMessage()

func (*RotateCredentialResponse) ProtoReflect added in v0.1.15

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

func (*RotateCredentialResponse) Reset added in v0.1.15

func (x *RotateCredentialResponse) Reset()

func (*RotateCredentialResponse) String added in v0.1.15

func (x *RotateCredentialResponse) String() string

func (*RotateCredentialResponse) Validate added in v0.1.15

func (m *RotateCredentialResponse) Validate() error

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

func (m *RotateCredentialResponse) ValidateAll() error

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

type RotateCredentialResponseMultiError added in v0.1.15

type RotateCredentialResponseMultiError []error

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

func (RotateCredentialResponseMultiError) AllErrors added in v0.1.15

func (m RotateCredentialResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RotateCredentialResponseMultiError) Error added in v0.1.15

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

type RotateCredentialResponseValidationError added in v0.1.15

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

RotateCredentialResponseValidationError is the validation error returned by RotateCredentialResponse.Validate if the designated constraints aren't met.

func (RotateCredentialResponseValidationError) Cause added in v0.1.15

Cause function returns cause value.

func (RotateCredentialResponseValidationError) Error added in v0.1.15

Error satisfies the builtin error interface

func (RotateCredentialResponseValidationError) ErrorName added in v0.1.15

ErrorName returns error name.

func (RotateCredentialResponseValidationError) Field added in v0.1.15

Field function returns field value.

func (RotateCredentialResponseValidationError) Key added in v0.1.15

Key function returns key value.

func (RotateCredentialResponseValidationError) Reason added in v0.1.15

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 SkipEntitlementsAndGrants added in v0.0.31

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

func (*SkipEntitlementsAndGrants) Descriptor deprecated added in v0.0.31

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

Deprecated: Use SkipEntitlementsAndGrants.ProtoReflect.Descriptor instead.

func (*SkipEntitlementsAndGrants) ProtoMessage added in v0.0.31

func (*SkipEntitlementsAndGrants) ProtoMessage()

func (*SkipEntitlementsAndGrants) ProtoReflect added in v0.0.31

func (*SkipEntitlementsAndGrants) Reset added in v0.0.31

func (x *SkipEntitlementsAndGrants) Reset()

func (*SkipEntitlementsAndGrants) String added in v0.0.31

func (x *SkipEntitlementsAndGrants) String() string

func (*SkipEntitlementsAndGrants) Validate added in v0.0.31

func (m *SkipEntitlementsAndGrants) Validate() error

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

func (m *SkipEntitlementsAndGrants) ValidateAll() error

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

type SkipEntitlementsAndGrantsMultiError added in v0.0.31

type SkipEntitlementsAndGrantsMultiError []error

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

func (SkipEntitlementsAndGrantsMultiError) AllErrors added in v0.0.31

AllErrors returns a list of validation violation errors.

func (SkipEntitlementsAndGrantsMultiError) Error added in v0.0.31

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

type SkipEntitlementsAndGrantsValidationError added in v0.0.31

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

SkipEntitlementsAndGrantsValidationError is the validation error returned by SkipEntitlementsAndGrants.Validate if the designated constraints aren't met.

func (SkipEntitlementsAndGrantsValidationError) Cause added in v0.0.31

Cause function returns cause value.

func (SkipEntitlementsAndGrantsValidationError) Error added in v0.0.31

Error satisfies the builtin error interface

func (SkipEntitlementsAndGrantsValidationError) ErrorName added in v0.0.31

ErrorName returns error name.

func (SkipEntitlementsAndGrantsValidationError) Field added in v0.0.31

Field function returns field value.

func (SkipEntitlementsAndGrantsValidationError) Key added in v0.0.31

Key function returns key value.

func (SkipEntitlementsAndGrantsValidationError) Reason added in v0.0.31

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 UnimplementedAccountManagerServiceServer added in v0.1.15

type UnimplementedAccountManagerServiceServer struct {
}

UnimplementedAccountManagerServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedAccountManagerServiceServer) CreateAccount added in v0.1.15

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 UnimplementedCredentialManagerServiceServer added in v0.1.15

type UnimplementedCredentialManagerServiceServer struct {
}

UnimplementedCredentialManagerServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedCredentialManagerServiceServer) RotateCredential added in v0.1.15

type UnimplementedEntitlementsServiceServer

type UnimplementedEntitlementsServiceServer struct {
}

UnimplementedEntitlementsServiceServer should be embedded to have forward compatible implementations.

type UnimplementedEventServiceServer added in v0.1.16

type UnimplementedEventServiceServer struct {
}

UnimplementedEventServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedEventServiceServer) ListEvents added in v0.1.16

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 UnimplementedResourceManagerServiceServer added in v0.1.15

type UnimplementedResourceManagerServiceServer struct {
}

UnimplementedResourceManagerServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedResourceManagerServiceServer) CreateResource added in v0.1.15

func (UnimplementedResourceManagerServiceServer) DeleteResource added in v0.1.15

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 UnsafeAccountManagerServiceServer added in v0.1.15

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

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

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 UnsafeCredentialManagerServiceServer added in v0.1.15

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

UnsafeCredentialManagerServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to CredentialManagerServiceServer 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 UnsafeEventServiceServer added in v0.1.16

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

UnsafeEventServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to EventServiceServer 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 UnsafeResourceManagerServiceServer added in v0.1.15

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

UnsafeResourceManagerServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ResourceManagerServiceServer 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 UsageEvent added in v0.1.16

type UsageEvent struct {
	TargetResource *Resource `protobuf:"bytes,1,opt,name=target_resource,json=targetResource,proto3" json:"target_resource,omitempty"`
	ActorResource  *Resource `protobuf:"bytes,2,opt,name=actor_resource,json=actorResource,proto3" json:"actor_resource,omitempty"`
	// contains filtered or unexported fields
}

func (*UsageEvent) Descriptor deprecated added in v0.1.16

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

Deprecated: Use UsageEvent.ProtoReflect.Descriptor instead.

func (*UsageEvent) GetActorResource added in v0.1.16

func (x *UsageEvent) GetActorResource() *Resource

func (*UsageEvent) GetTargetResource added in v0.1.16

func (x *UsageEvent) GetTargetResource() *Resource

func (*UsageEvent) ProtoMessage added in v0.1.16

func (*UsageEvent) ProtoMessage()

func (*UsageEvent) ProtoReflect added in v0.1.16

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

func (*UsageEvent) Reset added in v0.1.16

func (x *UsageEvent) Reset()

func (*UsageEvent) String added in v0.1.16

func (x *UsageEvent) String() string

func (*UsageEvent) Validate added in v0.1.16

func (m *UsageEvent) Validate() error

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

func (m *UsageEvent) ValidateAll() error

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

type UsageEventMultiError added in v0.1.16

type UsageEventMultiError []error

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

func (UsageEventMultiError) AllErrors added in v0.1.16

func (m UsageEventMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UsageEventMultiError) Error added in v0.1.16

func (m UsageEventMultiError) Error() string

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

type UsageEventValidationError added in v0.1.16

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

UsageEventValidationError is the validation error returned by UsageEvent.Validate if the designated constraints aren't met.

func (UsageEventValidationError) Cause added in v0.1.16

func (e UsageEventValidationError) Cause() error

Cause function returns cause value.

func (UsageEventValidationError) Error added in v0.1.16

Error satisfies the builtin error interface

func (UsageEventValidationError) ErrorName added in v0.1.16

func (e UsageEventValidationError) ErrorName() string

ErrorName returns error name.

func (UsageEventValidationError) Field added in v0.1.16

Field function returns field value.

func (UsageEventValidationError) Key added in v0.1.16

Key function returns key value.

func (UsageEventValidationError) Reason added in v0.1.16

func (e UsageEventValidationError) Reason() string

Reason function returns reason value.

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"`
	AccountType UserTrait_AccountType `` /* 138-byte string literal not displayed */
	// The user's login
	Login string `protobuf:"bytes,6,opt,name=login,proto3" json:"login,omitempty"`
	// Any additional login aliases for the user
	LoginAliases []string               `protobuf:"bytes,7,rep,name=login_aliases,json=loginAliases,proto3" json:"login_aliases,omitempty"`
	CreatedAt    *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	LastLogin    *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=last_login,json=lastLogin,proto3" json:"last_login,omitempty"`
	MfaStatus    *UserTrait_MFAStatus   `protobuf:"bytes,10,opt,name=mfa_status,json=mfaStatus,proto3" json:"mfa_status,omitempty"`
	SsoStatus    *UserTrait_SSOStatus   `protobuf:"bytes,11,opt,name=sso_status,json=ssoStatus,proto3" json:"sso_status,omitempty"`
	// contains filtered or unexported fields
}

func (*UserTrait) Descriptor deprecated

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

Deprecated: Use UserTrait.ProtoReflect.Descriptor instead.

func (*UserTrait) GetAccountType added in v0.0.18

func (x *UserTrait) GetAccountType() UserTrait_AccountType

func (*UserTrait) GetCreatedAt added in v0.1.14

func (x *UserTrait) GetCreatedAt() *timestamppb.Timestamp

func (*UserTrait) GetEmails

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

func (*UserTrait) GetIcon

func (x *UserTrait) GetIcon() *AssetRef

func (*UserTrait) GetLastLogin added in v0.1.14

func (x *UserTrait) GetLastLogin() *timestamppb.Timestamp

func (*UserTrait) GetLogin added in v0.1.7

func (x *UserTrait) GetLogin() string

func (*UserTrait) GetLoginAliases added in v0.1.7

func (x *UserTrait) GetLoginAliases() []string

func (*UserTrait) GetMfaStatus added in v0.1.14

func (x *UserTrait) GetMfaStatus() *UserTrait_MFAStatus

func (*UserTrait) GetProfile

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

func (*UserTrait) GetSsoStatus added in v0.1.14

func (x *UserTrait) GetSsoStatus() *UserTrait_SSOStatus

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_AccountType added in v0.0.18

type UserTrait_AccountType int32
const (
	UserTrait_ACCOUNT_TYPE_UNSPECIFIED UserTrait_AccountType = 0
	UserTrait_ACCOUNT_TYPE_HUMAN       UserTrait_AccountType = 1
	UserTrait_ACCOUNT_TYPE_SERVICE     UserTrait_AccountType = 2
	UserTrait_ACCOUNT_TYPE_SYSTEM      UserTrait_AccountType = 3
)

func (UserTrait_AccountType) Descriptor added in v0.0.18

func (UserTrait_AccountType) Enum added in v0.0.18

func (UserTrait_AccountType) EnumDescriptor deprecated added in v0.0.18

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

Deprecated: Use UserTrait_AccountType.Descriptor instead.

func (UserTrait_AccountType) Number added in v0.0.18

func (UserTrait_AccountType) String added in v0.0.18

func (x UserTrait_AccountType) String() string

func (UserTrait_AccountType) Type added in v0.0.18

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_MFAStatus added in v0.1.14

type UserTrait_MFAStatus struct {
	MfaEnabled bool `protobuf:"varint,1,opt,name=mfa_enabled,json=mfaEnabled,proto3" json:"mfa_enabled,omitempty"`
	// contains filtered or unexported fields
}

func (*UserTrait_MFAStatus) Descriptor deprecated added in v0.1.14

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

Deprecated: Use UserTrait_MFAStatus.ProtoReflect.Descriptor instead.

func (*UserTrait_MFAStatus) GetMfaEnabled added in v0.1.14

func (x *UserTrait_MFAStatus) GetMfaEnabled() bool

func (*UserTrait_MFAStatus) ProtoMessage added in v0.1.14

func (*UserTrait_MFAStatus) ProtoMessage()

func (*UserTrait_MFAStatus) ProtoReflect added in v0.1.14

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

func (*UserTrait_MFAStatus) Reset added in v0.1.14

func (x *UserTrait_MFAStatus) Reset()

func (*UserTrait_MFAStatus) String added in v0.1.14

func (x *UserTrait_MFAStatus) String() string

func (*UserTrait_MFAStatus) Validate added in v0.1.14

func (m *UserTrait_MFAStatus) Validate() error

Validate checks the field values on UserTrait_MFAStatus 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_MFAStatus) ValidateAll added in v0.1.14

func (m *UserTrait_MFAStatus) ValidateAll() error

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

type UserTrait_MFAStatusMultiError added in v0.1.14

type UserTrait_MFAStatusMultiError []error

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

func (UserTrait_MFAStatusMultiError) AllErrors added in v0.1.14

func (m UserTrait_MFAStatusMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UserTrait_MFAStatusMultiError) Error added in v0.1.14

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

type UserTrait_MFAStatusValidationError added in v0.1.14

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

UserTrait_MFAStatusValidationError is the validation error returned by UserTrait_MFAStatus.Validate if the designated constraints aren't met.

func (UserTrait_MFAStatusValidationError) Cause added in v0.1.14

Cause function returns cause value.

func (UserTrait_MFAStatusValidationError) Error added in v0.1.14

Error satisfies the builtin error interface

func (UserTrait_MFAStatusValidationError) ErrorName added in v0.1.14

ErrorName returns error name.

func (UserTrait_MFAStatusValidationError) Field added in v0.1.14

Field function returns field value.

func (UserTrait_MFAStatusValidationError) Key added in v0.1.14

Key function returns key value.

func (UserTrait_MFAStatusValidationError) Reason added in v0.1.14

Reason function returns reason value.

type UserTrait_SSOStatus added in v0.1.14

type UserTrait_SSOStatus struct {
	SsoEnabled bool `protobuf:"varint,1,opt,name=sso_enabled,json=ssoEnabled,proto3" json:"sso_enabled,omitempty"`
	// contains filtered or unexported fields
}

func (*UserTrait_SSOStatus) Descriptor deprecated added in v0.1.14

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

Deprecated: Use UserTrait_SSOStatus.ProtoReflect.Descriptor instead.

func (*UserTrait_SSOStatus) GetSsoEnabled added in v0.1.14

func (x *UserTrait_SSOStatus) GetSsoEnabled() bool

func (*UserTrait_SSOStatus) ProtoMessage added in v0.1.14

func (*UserTrait_SSOStatus) ProtoMessage()

func (*UserTrait_SSOStatus) ProtoReflect added in v0.1.14

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

func (*UserTrait_SSOStatus) Reset added in v0.1.14

func (x *UserTrait_SSOStatus) Reset()

func (*UserTrait_SSOStatus) String added in v0.1.14

func (x *UserTrait_SSOStatus) String() string

func (*UserTrait_SSOStatus) Validate added in v0.1.14

func (m *UserTrait_SSOStatus) Validate() error

Validate checks the field values on UserTrait_SSOStatus 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_SSOStatus) ValidateAll added in v0.1.14

func (m *UserTrait_SSOStatus) ValidateAll() error

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

type UserTrait_SSOStatusMultiError added in v0.1.14

type UserTrait_SSOStatusMultiError []error

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

func (UserTrait_SSOStatusMultiError) AllErrors added in v0.1.14

func (m UserTrait_SSOStatusMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UserTrait_SSOStatusMultiError) Error added in v0.1.14

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

type UserTrait_SSOStatusValidationError added in v0.1.14

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

UserTrait_SSOStatusValidationError is the validation error returned by UserTrait_SSOStatus.Validate if the designated constraints aren't met.

func (UserTrait_SSOStatusValidationError) Cause added in v0.1.14

Cause function returns cause value.

func (UserTrait_SSOStatusValidationError) Error added in v0.1.14

Error satisfies the builtin error interface

func (UserTrait_SSOStatusValidationError) ErrorName added in v0.1.14

ErrorName returns error name.

func (UserTrait_SSOStatusValidationError) Field added in v0.1.14

Field function returns field value.

func (UserTrait_SSOStatusValidationError) Key added in v0.1.14

Key function returns key value.

func (UserTrait_SSOStatusValidationError) Reason added in v0.1.14

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