Documentation ¶
Index ¶
- Variables
- func RegisterAssetServiceServer(s grpc.ServiceRegistrar, srv AssetServiceServer)
- func RegisterConnectorServiceServer(s grpc.ServiceRegistrar, srv ConnectorServiceServer)
- func RegisterEntitlementsServiceServer(s grpc.ServiceRegistrar, srv EntitlementsServiceServer)
- func RegisterGrantManagerServiceServer(s grpc.ServiceRegistrar, srv GrantManagerServiceServer)
- func RegisterGrantsServiceServer(s grpc.ServiceRegistrar, srv GrantsServiceServer)
- func RegisterResourceTypesServiceServer(s grpc.ServiceRegistrar, srv ResourceTypesServiceServer)
- func RegisterResourcesServiceServer(s grpc.ServiceRegistrar, srv ResourcesServiceServer)
- func RegisterSchemaServiceServer(s grpc.ServiceRegistrar, srv SchemaServiceServer)
- type AppTrait
- func (*AppTrait) Descriptor() ([]byte, []int)deprecated
- func (x *AppTrait) GetHelpUrl() string
- func (x *AppTrait) GetIcon() *AssetRef
- func (x *AppTrait) GetLogo() *AssetRef
- func (x *AppTrait) GetProfile() *structpb.Struct
- func (*AppTrait) ProtoMessage()
- func (x *AppTrait) ProtoReflect() protoreflect.Message
- func (x *AppTrait) Reset()
- func (x *AppTrait) String() string
- func (m *AppTrait) Validate() error
- func (m *AppTrait) ValidateAll() error
- type AppTraitMultiError
- type AppTraitValidationError
- type AssetRef
- func (*AssetRef) Descriptor() ([]byte, []int)deprecated
- func (x *AssetRef) GetId() string
- func (*AssetRef) ProtoMessage()
- func (x *AssetRef) ProtoReflect() protoreflect.Message
- func (x *AssetRef) Reset()
- func (x *AssetRef) String() string
- func (m *AssetRef) Validate() error
- func (m *AssetRef) ValidateAll() error
- type AssetRefMultiError
- type AssetRefValidationError
- type AssetServiceClient
- type AssetServiceGetAssetRequest
- func (*AssetServiceGetAssetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AssetServiceGetAssetRequest) GetAsset() *AssetRef
- func (*AssetServiceGetAssetRequest) ProtoMessage()
- func (x *AssetServiceGetAssetRequest) ProtoReflect() protoreflect.Message
- func (x *AssetServiceGetAssetRequest) Reset()
- func (x *AssetServiceGetAssetRequest) String() string
- func (m *AssetServiceGetAssetRequest) Validate() error
- func (m *AssetServiceGetAssetRequest) ValidateAll() error
- type AssetServiceGetAssetRequestMultiError
- type AssetServiceGetAssetRequestValidationError
- func (e AssetServiceGetAssetRequestValidationError) Cause() error
- func (e AssetServiceGetAssetRequestValidationError) Error() string
- func (e AssetServiceGetAssetRequestValidationError) ErrorName() string
- func (e AssetServiceGetAssetRequestValidationError) Field() string
- func (e AssetServiceGetAssetRequestValidationError) Key() bool
- func (e AssetServiceGetAssetRequestValidationError) Reason() string
- type AssetServiceGetAssetResponse
- func (*AssetServiceGetAssetResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AssetServiceGetAssetResponse) GetData() *AssetServiceGetAssetResponse_Data
- func (x *AssetServiceGetAssetResponse) GetMetadata() *AssetServiceGetAssetResponse_Metadata
- func (m *AssetServiceGetAssetResponse) GetMsg() isAssetServiceGetAssetResponse_Msg
- func (*AssetServiceGetAssetResponse) ProtoMessage()
- func (x *AssetServiceGetAssetResponse) ProtoReflect() protoreflect.Message
- func (x *AssetServiceGetAssetResponse) Reset()
- func (x *AssetServiceGetAssetResponse) String() string
- func (m *AssetServiceGetAssetResponse) Validate() error
- func (m *AssetServiceGetAssetResponse) ValidateAll() error
- type AssetServiceGetAssetResponseMultiError
- type AssetServiceGetAssetResponseValidationError
- func (e AssetServiceGetAssetResponseValidationError) Cause() error
- func (e AssetServiceGetAssetResponseValidationError) Error() string
- func (e AssetServiceGetAssetResponseValidationError) ErrorName() string
- func (e AssetServiceGetAssetResponseValidationError) Field() string
- func (e AssetServiceGetAssetResponseValidationError) Key() bool
- func (e AssetServiceGetAssetResponseValidationError) Reason() string
- type AssetServiceGetAssetResponse_Data
- func (*AssetServiceGetAssetResponse_Data) Descriptor() ([]byte, []int)deprecated
- func (x *AssetServiceGetAssetResponse_Data) GetData() []byte
- func (*AssetServiceGetAssetResponse_Data) ProtoMessage()
- func (x *AssetServiceGetAssetResponse_Data) ProtoReflect() protoreflect.Message
- func (x *AssetServiceGetAssetResponse_Data) Reset()
- func (x *AssetServiceGetAssetResponse_Data) String() string
- func (m *AssetServiceGetAssetResponse_Data) Validate() error
- func (m *AssetServiceGetAssetResponse_Data) ValidateAll() error
- type AssetServiceGetAssetResponse_DataMultiError
- type AssetServiceGetAssetResponse_DataValidationError
- func (e AssetServiceGetAssetResponse_DataValidationError) Cause() error
- func (e AssetServiceGetAssetResponse_DataValidationError) Error() string
- func (e AssetServiceGetAssetResponse_DataValidationError) ErrorName() string
- func (e AssetServiceGetAssetResponse_DataValidationError) Field() string
- func (e AssetServiceGetAssetResponse_DataValidationError) Key() bool
- func (e AssetServiceGetAssetResponse_DataValidationError) Reason() string
- type AssetServiceGetAssetResponse_Data_
- type AssetServiceGetAssetResponse_Metadata
- func (*AssetServiceGetAssetResponse_Metadata) Descriptor() ([]byte, []int)deprecated
- func (x *AssetServiceGetAssetResponse_Metadata) GetContentType() string
- func (*AssetServiceGetAssetResponse_Metadata) ProtoMessage()
- func (x *AssetServiceGetAssetResponse_Metadata) ProtoReflect() protoreflect.Message
- func (x *AssetServiceGetAssetResponse_Metadata) Reset()
- func (x *AssetServiceGetAssetResponse_Metadata) String() string
- func (m *AssetServiceGetAssetResponse_Metadata) Validate() error
- func (m *AssetServiceGetAssetResponse_Metadata) ValidateAll() error
- type AssetServiceGetAssetResponse_MetadataMultiError
- type AssetServiceGetAssetResponse_MetadataValidationError
- func (e AssetServiceGetAssetResponse_MetadataValidationError) Cause() error
- func (e AssetServiceGetAssetResponse_MetadataValidationError) Error() string
- func (e AssetServiceGetAssetResponse_MetadataValidationError) ErrorName() string
- func (e AssetServiceGetAssetResponse_MetadataValidationError) Field() string
- func (e AssetServiceGetAssetResponse_MetadataValidationError) Key() bool
- func (e AssetServiceGetAssetResponse_MetadataValidationError) Reason() string
- type AssetServiceGetAssetResponse_Metadata_
- type AssetServiceServer
- type AssetService_GetAssetClient
- type AssetService_GetAssetServer
- type ChildResourceType
- func (*ChildResourceType) Descriptor() ([]byte, []int)deprecated
- func (x *ChildResourceType) GetResourceTypeId() string
- func (*ChildResourceType) ProtoMessage()
- func (x *ChildResourceType) ProtoReflect() protoreflect.Message
- func (x *ChildResourceType) Reset()
- func (x *ChildResourceType) String() string
- func (m *ChildResourceType) Validate() error
- func (m *ChildResourceType) ValidateAll() error
- type ChildResourceTypeMultiError
- type ChildResourceTypeValidationError
- func (e ChildResourceTypeValidationError) Cause() error
- func (e ChildResourceTypeValidationError) Error() string
- func (e ChildResourceTypeValidationError) ErrorName() string
- func (e ChildResourceTypeValidationError) Field() string
- func (e ChildResourceTypeValidationError) Key() bool
- func (e ChildResourceTypeValidationError) Reason() string
- type ConfigSchema
- func (*ConfigSchema) Descriptor() ([]byte, []int)deprecated
- func (x *ConfigSchema) GetDisplayName() string
- func (x *ConfigSchema) GetFields() []*Field
- func (x *ConfigSchema) GetHelpUrl() string
- func (x *ConfigSchema) GetIcon() *AssetRef
- func (x *ConfigSchema) GetLogo() *AssetRef
- func (*ConfigSchema) ProtoMessage()
- func (x *ConfigSchema) ProtoReflect() protoreflect.Message
- func (x *ConfigSchema) Reset()
- func (x *ConfigSchema) String() string
- func (m *ConfigSchema) Validate() error
- func (m *ConfigSchema) ValidateAll() error
- type ConfigSchemaMultiError
- type ConfigSchemaValidationError
- func (e ConfigSchemaValidationError) Cause() error
- func (e ConfigSchemaValidationError) Error() string
- func (e ConfigSchemaValidationError) ErrorName() string
- func (e ConfigSchemaValidationError) Field() string
- func (e ConfigSchemaValidationError) Key() bool
- func (e ConfigSchemaValidationError) Reason() string
- type ConnectorMetadata
- func (*ConnectorMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *ConnectorMetadata) GetAnnotations() []*anypb.Any
- func (x *ConnectorMetadata) GetDescription() string
- func (x *ConnectorMetadata) GetDisplayName() string
- func (x *ConnectorMetadata) GetHelpUrl() string
- func (x *ConnectorMetadata) GetIcon() *AssetRef
- func (x *ConnectorMetadata) GetLogo() *AssetRef
- func (x *ConnectorMetadata) GetProfile() *structpb.Struct
- func (*ConnectorMetadata) ProtoMessage()
- func (x *ConnectorMetadata) ProtoReflect() protoreflect.Message
- func (x *ConnectorMetadata) Reset()
- func (x *ConnectorMetadata) String() string
- func (m *ConnectorMetadata) Validate() error
- func (m *ConnectorMetadata) ValidateAll() error
- type ConnectorMetadataMultiError
- type ConnectorMetadataValidationError
- func (e ConnectorMetadataValidationError) Cause() error
- func (e ConnectorMetadataValidationError) Error() string
- func (e ConnectorMetadataValidationError) ErrorName() string
- func (e ConnectorMetadataValidationError) Field() string
- func (e ConnectorMetadataValidationError) Key() bool
- func (e ConnectorMetadataValidationError) Reason() string
- type ConnectorServiceClient
- type ConnectorServiceGetMetadataRequest
- func (*ConnectorServiceGetMetadataRequest) Descriptor() ([]byte, []int)deprecated
- func (*ConnectorServiceGetMetadataRequest) ProtoMessage()
- func (x *ConnectorServiceGetMetadataRequest) ProtoReflect() protoreflect.Message
- func (x *ConnectorServiceGetMetadataRequest) Reset()
- func (x *ConnectorServiceGetMetadataRequest) String() string
- func (m *ConnectorServiceGetMetadataRequest) Validate() error
- func (m *ConnectorServiceGetMetadataRequest) ValidateAll() error
- type ConnectorServiceGetMetadataRequestMultiError
- type ConnectorServiceGetMetadataRequestValidationError
- func (e ConnectorServiceGetMetadataRequestValidationError) Cause() error
- func (e ConnectorServiceGetMetadataRequestValidationError) Error() string
- func (e ConnectorServiceGetMetadataRequestValidationError) ErrorName() string
- func (e ConnectorServiceGetMetadataRequestValidationError) Field() string
- func (e ConnectorServiceGetMetadataRequestValidationError) Key() bool
- func (e ConnectorServiceGetMetadataRequestValidationError) Reason() string
- type ConnectorServiceGetMetadataResponse
- func (*ConnectorServiceGetMetadataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ConnectorServiceGetMetadataResponse) GetMetadata() *ConnectorMetadata
- func (*ConnectorServiceGetMetadataResponse) ProtoMessage()
- func (x *ConnectorServiceGetMetadataResponse) ProtoReflect() protoreflect.Message
- func (x *ConnectorServiceGetMetadataResponse) Reset()
- func (x *ConnectorServiceGetMetadataResponse) String() string
- func (m *ConnectorServiceGetMetadataResponse) Validate() error
- func (m *ConnectorServiceGetMetadataResponse) ValidateAll() error
- type ConnectorServiceGetMetadataResponseMultiError
- type ConnectorServiceGetMetadataResponseValidationError
- func (e ConnectorServiceGetMetadataResponseValidationError) Cause() error
- func (e ConnectorServiceGetMetadataResponseValidationError) Error() string
- func (e ConnectorServiceGetMetadataResponseValidationError) ErrorName() string
- func (e ConnectorServiceGetMetadataResponseValidationError) Field() string
- func (e ConnectorServiceGetMetadataResponseValidationError) Key() bool
- func (e ConnectorServiceGetMetadataResponseValidationError) Reason() string
- type ConnectorServiceServer
- type ConnectorServiceValidateRequest
- func (*ConnectorServiceValidateRequest) Descriptor() ([]byte, []int)deprecated
- func (*ConnectorServiceValidateRequest) ProtoMessage()
- func (x *ConnectorServiceValidateRequest) ProtoReflect() protoreflect.Message
- func (x *ConnectorServiceValidateRequest) Reset()
- func (x *ConnectorServiceValidateRequest) String() string
- func (m *ConnectorServiceValidateRequest) Validate() error
- func (m *ConnectorServiceValidateRequest) ValidateAll() error
- type ConnectorServiceValidateRequestMultiError
- type ConnectorServiceValidateRequestValidationError
- func (e ConnectorServiceValidateRequestValidationError) Cause() error
- func (e ConnectorServiceValidateRequestValidationError) Error() string
- func (e ConnectorServiceValidateRequestValidationError) ErrorName() string
- func (e ConnectorServiceValidateRequestValidationError) Field() string
- func (e ConnectorServiceValidateRequestValidationError) Key() bool
- func (e ConnectorServiceValidateRequestValidationError) Reason() string
- type ConnectorServiceValidateResponse
- func (*ConnectorServiceValidateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ConnectorServiceValidateResponse) GetAnnotations() []*anypb.Any
- func (*ConnectorServiceValidateResponse) ProtoMessage()
- func (x *ConnectorServiceValidateResponse) ProtoReflect() protoreflect.Message
- func (x *ConnectorServiceValidateResponse) Reset()
- func (x *ConnectorServiceValidateResponse) String() string
- func (m *ConnectorServiceValidateResponse) Validate() error
- func (m *ConnectorServiceValidateResponse) ValidateAll() error
- type ConnectorServiceValidateResponseMultiError
- type ConnectorServiceValidateResponseValidationError
- func (e ConnectorServiceValidateResponseValidationError) Cause() error
- func (e ConnectorServiceValidateResponseValidationError) Error() string
- func (e ConnectorServiceValidateResponseValidationError) ErrorName() string
- func (e ConnectorServiceValidateResponseValidationError) Field() string
- func (e ConnectorServiceValidateResponseValidationError) Key() bool
- func (e ConnectorServiceValidateResponseValidationError) Reason() string
- type ETag
- func (*ETag) Descriptor() ([]byte, []int)deprecated
- func (x *ETag) GetEntitlementId() string
- func (x *ETag) GetValue() string
- func (*ETag) ProtoMessage()
- func (x *ETag) ProtoReflect() protoreflect.Message
- func (x *ETag) Reset()
- func (x *ETag) String() string
- func (m *ETag) Validate() error
- func (m *ETag) ValidateAll() error
- type ETagMatch
- func (*ETagMatch) Descriptor() ([]byte, []int)deprecated
- func (x *ETagMatch) GetEntitlementId() string
- func (*ETagMatch) ProtoMessage()
- func (x *ETagMatch) ProtoReflect() protoreflect.Message
- func (x *ETagMatch) Reset()
- func (x *ETagMatch) String() string
- func (m *ETagMatch) Validate() error
- func (m *ETagMatch) ValidateAll() error
- type ETagMatchMultiError
- type ETagMatchValidationError
- type ETagMetadata
- func (*ETagMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *ETagMetadata) GetMetadata() *structpb.Struct
- func (*ETagMetadata) ProtoMessage()
- func (x *ETagMetadata) ProtoReflect() protoreflect.Message
- func (x *ETagMetadata) Reset()
- func (x *ETagMetadata) String() string
- func (m *ETagMetadata) Validate() error
- func (m *ETagMetadata) ValidateAll() error
- type ETagMetadataMultiError
- type ETagMetadataValidationError
- func (e ETagMetadataValidationError) Cause() error
- func (e ETagMetadataValidationError) Error() string
- func (e ETagMetadataValidationError) ErrorName() string
- func (e ETagMetadataValidationError) Field() string
- func (e ETagMetadataValidationError) Key() bool
- func (e ETagMetadataValidationError) Reason() string
- type ETagMultiError
- type ETagValidationError
- type Entitlement
- func (*Entitlement) Descriptor() ([]byte, []int)deprecated
- func (x *Entitlement) GetAnnotations() []*anypb.Any
- func (x *Entitlement) GetDescription() string
- func (x *Entitlement) GetDisplayName() string
- func (x *Entitlement) GetGrantableTo() []*ResourceType
- func (x *Entitlement) GetId() string
- func (x *Entitlement) GetPurpose() Entitlement_PurposeValue
- func (x *Entitlement) GetResource() *Resource
- func (x *Entitlement) GetSlug() string
- func (*Entitlement) ProtoMessage()
- func (x *Entitlement) ProtoReflect() protoreflect.Message
- func (x *Entitlement) Reset()
- func (x *Entitlement) String() string
- func (m *Entitlement) Validate() error
- func (m *Entitlement) ValidateAll() error
- type EntitlementMultiError
- type EntitlementValidationError
- func (e EntitlementValidationError) Cause() error
- func (e EntitlementValidationError) Error() string
- func (e EntitlementValidationError) ErrorName() string
- func (e EntitlementValidationError) Field() string
- func (e EntitlementValidationError) Key() bool
- func (e EntitlementValidationError) Reason() string
- type Entitlement_PurposeValue
- func (Entitlement_PurposeValue) Descriptor() protoreflect.EnumDescriptor
- func (x Entitlement_PurposeValue) Enum() *Entitlement_PurposeValue
- func (Entitlement_PurposeValue) EnumDescriptor() ([]byte, []int)deprecated
- func (x Entitlement_PurposeValue) Number() protoreflect.EnumNumber
- func (x Entitlement_PurposeValue) String() string
- func (Entitlement_PurposeValue) Type() protoreflect.EnumType
- type EntitlementsServiceClient
- type EntitlementsServiceListEntitlementsRequest
- func (*EntitlementsServiceListEntitlementsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *EntitlementsServiceListEntitlementsRequest) GetAnnotations() []*anypb.Any
- func (x *EntitlementsServiceListEntitlementsRequest) GetPageSize() uint32
- func (x *EntitlementsServiceListEntitlementsRequest) GetPageToken() string
- func (x *EntitlementsServiceListEntitlementsRequest) GetResource() *Resource
- func (*EntitlementsServiceListEntitlementsRequest) ProtoMessage()
- func (x *EntitlementsServiceListEntitlementsRequest) ProtoReflect() protoreflect.Message
- func (x *EntitlementsServiceListEntitlementsRequest) Reset()
- func (x *EntitlementsServiceListEntitlementsRequest) String() string
- func (m *EntitlementsServiceListEntitlementsRequest) Validate() error
- func (m *EntitlementsServiceListEntitlementsRequest) ValidateAll() error
- type EntitlementsServiceListEntitlementsRequestMultiError
- type EntitlementsServiceListEntitlementsRequestValidationError
- func (e EntitlementsServiceListEntitlementsRequestValidationError) Cause() error
- func (e EntitlementsServiceListEntitlementsRequestValidationError) Error() string
- func (e EntitlementsServiceListEntitlementsRequestValidationError) ErrorName() string
- func (e EntitlementsServiceListEntitlementsRequestValidationError) Field() string
- func (e EntitlementsServiceListEntitlementsRequestValidationError) Key() bool
- func (e EntitlementsServiceListEntitlementsRequestValidationError) Reason() string
- type EntitlementsServiceListEntitlementsResponse
- func (*EntitlementsServiceListEntitlementsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *EntitlementsServiceListEntitlementsResponse) GetAnnotations() []*anypb.Any
- func (x *EntitlementsServiceListEntitlementsResponse) GetList() []*Entitlement
- func (x *EntitlementsServiceListEntitlementsResponse) GetNextPageToken() string
- func (*EntitlementsServiceListEntitlementsResponse) ProtoMessage()
- func (x *EntitlementsServiceListEntitlementsResponse) ProtoReflect() protoreflect.Message
- func (x *EntitlementsServiceListEntitlementsResponse) Reset()
- func (x *EntitlementsServiceListEntitlementsResponse) String() string
- func (m *EntitlementsServiceListEntitlementsResponse) Validate() error
- func (m *EntitlementsServiceListEntitlementsResponse) ValidateAll() error
- type EntitlementsServiceListEntitlementsResponseMultiError
- type EntitlementsServiceListEntitlementsResponseValidationError
- func (e EntitlementsServiceListEntitlementsResponseValidationError) Cause() error
- func (e EntitlementsServiceListEntitlementsResponseValidationError) Error() string
- func (e EntitlementsServiceListEntitlementsResponseValidationError) ErrorName() string
- func (e EntitlementsServiceListEntitlementsResponseValidationError) Field() string
- func (e EntitlementsServiceListEntitlementsResponseValidationError) Key() bool
- func (e EntitlementsServiceListEntitlementsResponseValidationError) Reason() string
- type EntitlementsServiceServer
- type ExternalLink
- func (*ExternalLink) Descriptor() ([]byte, []int)deprecated
- func (x *ExternalLink) GetUrl() string
- func (*ExternalLink) ProtoMessage()
- func (x *ExternalLink) ProtoReflect() protoreflect.Message
- func (x *ExternalLink) Reset()
- func (x *ExternalLink) String() string
- func (m *ExternalLink) Validate() error
- func (m *ExternalLink) ValidateAll() error
- type ExternalLinkMultiError
- type ExternalLinkValidationError
- func (e ExternalLinkValidationError) Cause() error
- func (e ExternalLinkValidationError) Error() string
- func (e ExternalLinkValidationError) ErrorName() string
- func (e ExternalLinkValidationError) Field() string
- func (e ExternalLinkValidationError) Key() bool
- func (e ExternalLinkValidationError) Reason() string
- type Field
- func (*Field) Descriptor() ([]byte, []int)deprecated
- func (x *Field) GetDisplayName() string
- func (m *Field) GetField() isField_Field
- func (x *Field) GetFile() *FileField
- func (x *Field) GetHelpUrl() string
- func (x *Field) GetName() string
- func (x *Field) GetPlaceholder() string
- func (x *Field) GetRandom() *RandomStringField
- func (x *Field) GetSelect() *SelectField
- func (x *Field) GetStr() *StringField
- func (*Field) ProtoMessage()
- func (x *Field) ProtoReflect() protoreflect.Message
- func (x *Field) Reset()
- func (x *Field) String() string
- func (m *Field) Validate() error
- func (m *Field) ValidateAll() error
- type FieldMultiError
- type FieldValidationError
- type Field_File
- type Field_Random
- type Field_Select
- type Field_Str
- type FileField
- func (*FileField) Descriptor() ([]byte, []int)deprecated
- func (x *FileField) GetAllowedExtensions() []string
- func (x *FileField) GetSecret() bool
- func (x *FileField) GetValueValidator() *validate.StringRules
- func (*FileField) ProtoMessage()
- func (x *FileField) ProtoReflect() protoreflect.Message
- func (x *FileField) Reset()
- func (x *FileField) String() string
- func (m *FileField) Validate() error
- func (m *FileField) ValidateAll() error
- type FileFieldMultiError
- type FileFieldValidationError
- type Grant
- func (*Grant) Descriptor() ([]byte, []int)deprecated
- func (x *Grant) GetAnnotations() []*anypb.Any
- func (x *Grant) GetEntitlement() *Entitlement
- func (x *Grant) GetId() string
- func (x *Grant) GetPrincipal() *Resource
- func (*Grant) ProtoMessage()
- func (x *Grant) ProtoReflect() protoreflect.Message
- func (x *Grant) Reset()
- func (x *Grant) String() string
- func (m *Grant) Validate() error
- func (m *Grant) ValidateAll() error
- type GrantManagerServiceClient
- type GrantManagerServiceGrantRequest
- func (*GrantManagerServiceGrantRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GrantManagerServiceGrantRequest) GetAnnotations() []*anypb.Any
- func (x *GrantManagerServiceGrantRequest) GetEntitlement() *Entitlement
- func (x *GrantManagerServiceGrantRequest) GetPrincipal() *Resource
- func (*GrantManagerServiceGrantRequest) ProtoMessage()
- func (x *GrantManagerServiceGrantRequest) ProtoReflect() protoreflect.Message
- func (x *GrantManagerServiceGrantRequest) Reset()
- func (x *GrantManagerServiceGrantRequest) String() string
- func (m *GrantManagerServiceGrantRequest) Validate() error
- func (m *GrantManagerServiceGrantRequest) ValidateAll() error
- type GrantManagerServiceGrantRequestMultiError
- type GrantManagerServiceGrantRequestValidationError
- func (e GrantManagerServiceGrantRequestValidationError) Cause() error
- func (e GrantManagerServiceGrantRequestValidationError) Error() string
- func (e GrantManagerServiceGrantRequestValidationError) ErrorName() string
- func (e GrantManagerServiceGrantRequestValidationError) Field() string
- func (e GrantManagerServiceGrantRequestValidationError) Key() bool
- func (e GrantManagerServiceGrantRequestValidationError) Reason() string
- type GrantManagerServiceGrantResponse
- func (*GrantManagerServiceGrantResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GrantManagerServiceGrantResponse) GetAnnotations() []*anypb.Any
- func (*GrantManagerServiceGrantResponse) ProtoMessage()
- func (x *GrantManagerServiceGrantResponse) ProtoReflect() protoreflect.Message
- func (x *GrantManagerServiceGrantResponse) Reset()
- func (x *GrantManagerServiceGrantResponse) String() string
- func (m *GrantManagerServiceGrantResponse) Validate() error
- func (m *GrantManagerServiceGrantResponse) ValidateAll() error
- type GrantManagerServiceGrantResponseMultiError
- type GrantManagerServiceGrantResponseValidationError
- func (e GrantManagerServiceGrantResponseValidationError) Cause() error
- func (e GrantManagerServiceGrantResponseValidationError) Error() string
- func (e GrantManagerServiceGrantResponseValidationError) ErrorName() string
- func (e GrantManagerServiceGrantResponseValidationError) Field() string
- func (e GrantManagerServiceGrantResponseValidationError) Key() bool
- func (e GrantManagerServiceGrantResponseValidationError) Reason() string
- type GrantManagerServiceRevokeRequest
- func (*GrantManagerServiceRevokeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GrantManagerServiceRevokeRequest) GetAnnotations() []*anypb.Any
- func (x *GrantManagerServiceRevokeRequest) GetGrant() *Grant
- func (*GrantManagerServiceRevokeRequest) ProtoMessage()
- func (x *GrantManagerServiceRevokeRequest) ProtoReflect() protoreflect.Message
- func (x *GrantManagerServiceRevokeRequest) Reset()
- func (x *GrantManagerServiceRevokeRequest) String() string
- func (m *GrantManagerServiceRevokeRequest) Validate() error
- func (m *GrantManagerServiceRevokeRequest) ValidateAll() error
- type GrantManagerServiceRevokeRequestMultiError
- type GrantManagerServiceRevokeRequestValidationError
- func (e GrantManagerServiceRevokeRequestValidationError) Cause() error
- func (e GrantManagerServiceRevokeRequestValidationError) Error() string
- func (e GrantManagerServiceRevokeRequestValidationError) ErrorName() string
- func (e GrantManagerServiceRevokeRequestValidationError) Field() string
- func (e GrantManagerServiceRevokeRequestValidationError) Key() bool
- func (e GrantManagerServiceRevokeRequestValidationError) Reason() string
- type GrantManagerServiceRevokeResponse
- func (*GrantManagerServiceRevokeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GrantManagerServiceRevokeResponse) GetAnnotations() []*anypb.Any
- func (*GrantManagerServiceRevokeResponse) ProtoMessage()
- func (x *GrantManagerServiceRevokeResponse) ProtoReflect() protoreflect.Message
- func (x *GrantManagerServiceRevokeResponse) Reset()
- func (x *GrantManagerServiceRevokeResponse) String() string
- func (m *GrantManagerServiceRevokeResponse) Validate() error
- func (m *GrantManagerServiceRevokeResponse) ValidateAll() error
- type GrantManagerServiceRevokeResponseMultiError
- type GrantManagerServiceRevokeResponseValidationError
- func (e GrantManagerServiceRevokeResponseValidationError) Cause() error
- func (e GrantManagerServiceRevokeResponseValidationError) Error() string
- func (e GrantManagerServiceRevokeResponseValidationError) ErrorName() string
- func (e GrantManagerServiceRevokeResponseValidationError) Field() string
- func (e GrantManagerServiceRevokeResponseValidationError) Key() bool
- func (e GrantManagerServiceRevokeResponseValidationError) Reason() string
- type GrantManagerServiceServer
- type GrantMetadata
- func (*GrantMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *GrantMetadata) GetMetadata() *structpb.Struct
- func (*GrantMetadata) ProtoMessage()
- func (x *GrantMetadata) ProtoReflect() protoreflect.Message
- func (x *GrantMetadata) Reset()
- func (x *GrantMetadata) String() string
- func (m *GrantMetadata) Validate() error
- func (m *GrantMetadata) ValidateAll() error
- type GrantMetadataMultiError
- type GrantMetadataValidationError
- func (e GrantMetadataValidationError) Cause() error
- func (e GrantMetadataValidationError) Error() string
- func (e GrantMetadataValidationError) ErrorName() string
- func (e GrantMetadataValidationError) Field() string
- func (e GrantMetadataValidationError) Key() bool
- func (e GrantMetadataValidationError) Reason() string
- type GrantMultiError
- type GrantValidationError
- type GrantsServiceClient
- type GrantsServiceListGrantsRequest
- func (*GrantsServiceListGrantsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GrantsServiceListGrantsRequest) GetAnnotations() []*anypb.Any
- func (x *GrantsServiceListGrantsRequest) GetPageSize() uint32
- func (x *GrantsServiceListGrantsRequest) GetPageToken() string
- func (x *GrantsServiceListGrantsRequest) GetResource() *Resource
- func (*GrantsServiceListGrantsRequest) ProtoMessage()
- func (x *GrantsServiceListGrantsRequest) ProtoReflect() protoreflect.Message
- func (x *GrantsServiceListGrantsRequest) Reset()
- func (x *GrantsServiceListGrantsRequest) String() string
- func (m *GrantsServiceListGrantsRequest) Validate() error
- func (m *GrantsServiceListGrantsRequest) ValidateAll() error
- type GrantsServiceListGrantsRequestMultiError
- type GrantsServiceListGrantsRequestValidationError
- func (e GrantsServiceListGrantsRequestValidationError) Cause() error
- func (e GrantsServiceListGrantsRequestValidationError) Error() string
- func (e GrantsServiceListGrantsRequestValidationError) ErrorName() string
- func (e GrantsServiceListGrantsRequestValidationError) Field() string
- func (e GrantsServiceListGrantsRequestValidationError) Key() bool
- func (e GrantsServiceListGrantsRequestValidationError) Reason() string
- type GrantsServiceListGrantsResponse
- func (*GrantsServiceListGrantsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GrantsServiceListGrantsResponse) GetAnnotations() []*anypb.Any
- func (x *GrantsServiceListGrantsResponse) GetList() []*Grant
- func (x *GrantsServiceListGrantsResponse) GetNextPageToken() string
- func (*GrantsServiceListGrantsResponse) ProtoMessage()
- func (x *GrantsServiceListGrantsResponse) ProtoReflect() protoreflect.Message
- func (x *GrantsServiceListGrantsResponse) Reset()
- func (x *GrantsServiceListGrantsResponse) String() string
- func (m *GrantsServiceListGrantsResponse) Validate() error
- func (m *GrantsServiceListGrantsResponse) ValidateAll() error
- type GrantsServiceListGrantsResponseMultiError
- type GrantsServiceListGrantsResponseValidationError
- func (e GrantsServiceListGrantsResponseValidationError) Cause() error
- func (e GrantsServiceListGrantsResponseValidationError) Error() string
- func (e GrantsServiceListGrantsResponseValidationError) ErrorName() string
- func (e GrantsServiceListGrantsResponseValidationError) Field() string
- func (e GrantsServiceListGrantsResponseValidationError) Key() bool
- func (e GrantsServiceListGrantsResponseValidationError) Reason() string
- type GrantsServiceServer
- type GroupTrait
- func (*GroupTrait) Descriptor() ([]byte, []int)deprecated
- func (x *GroupTrait) GetIcon() *AssetRef
- func (x *GroupTrait) GetProfile() *structpb.Struct
- func (*GroupTrait) ProtoMessage()
- func (x *GroupTrait) ProtoReflect() protoreflect.Message
- func (x *GroupTrait) Reset()
- func (x *GroupTrait) String() string
- func (m *GroupTrait) Validate() error
- func (m *GroupTrait) ValidateAll() error
- type GroupTraitMultiError
- type GroupTraitValidationError
- type RandomStringField
- func (*RandomStringField) Descriptor() ([]byte, []int)deprecated
- func (x *RandomStringField) GetLength() int32
- func (*RandomStringField) ProtoMessage()
- func (x *RandomStringField) ProtoReflect() protoreflect.Message
- func (x *RandomStringField) Reset()
- func (x *RandomStringField) String() string
- func (m *RandomStringField) Validate() error
- func (m *RandomStringField) ValidateAll() error
- type RandomStringFieldMultiError
- type RandomStringFieldValidationError
- func (e RandomStringFieldValidationError) Cause() error
- func (e RandomStringFieldValidationError) Error() string
- func (e RandomStringFieldValidationError) ErrorName() string
- func (e RandomStringFieldValidationError) Field() string
- func (e RandomStringFieldValidationError) Key() bool
- func (e RandomStringFieldValidationError) Reason() string
- type RateLimitDescription
- func (*RateLimitDescription) Descriptor() ([]byte, []int)deprecated
- func (x *RateLimitDescription) GetLimit() int64
- func (x *RateLimitDescription) GetRemaining() int64
- func (x *RateLimitDescription) GetResetAt() *timestamppb.Timestamp
- func (x *RateLimitDescription) GetStatus() RateLimitDescription_Status
- func (*RateLimitDescription) ProtoMessage()
- func (x *RateLimitDescription) ProtoReflect() protoreflect.Message
- func (x *RateLimitDescription) Reset()
- func (x *RateLimitDescription) String() string
- func (m *RateLimitDescription) Validate() error
- func (m *RateLimitDescription) ValidateAll() error
- type RateLimitDescriptionMultiError
- type RateLimitDescriptionValidationError
- func (e RateLimitDescriptionValidationError) Cause() error
- func (e RateLimitDescriptionValidationError) Error() string
- func (e RateLimitDescriptionValidationError) ErrorName() string
- func (e RateLimitDescriptionValidationError) Field() string
- func (e RateLimitDescriptionValidationError) Key() bool
- func (e RateLimitDescriptionValidationError) Reason() string
- type RateLimitDescription_Status
- func (RateLimitDescription_Status) Descriptor() protoreflect.EnumDescriptor
- func (x RateLimitDescription_Status) Enum() *RateLimitDescription_Status
- func (RateLimitDescription_Status) EnumDescriptor() ([]byte, []int)deprecated
- func (x RateLimitDescription_Status) Number() protoreflect.EnumNumber
- func (x RateLimitDescription_Status) String() string
- func (RateLimitDescription_Status) Type() protoreflect.EnumType
- type RequestId
- func (*RequestId) Descriptor() ([]byte, []int)deprecated
- func (x *RequestId) GetRequestId() string
- func (*RequestId) ProtoMessage()
- func (x *RequestId) ProtoReflect() protoreflect.Message
- func (x *RequestId) Reset()
- func (x *RequestId) String() string
- func (m *RequestId) Validate() error
- func (m *RequestId) ValidateAll() error
- type RequestIdMultiError
- type RequestIdValidationError
- type Resource
- func (*Resource) Descriptor() ([]byte, []int)deprecated
- func (x *Resource) GetAnnotations() []*anypb.Any
- func (x *Resource) GetBatonResource() bool
- func (x *Resource) GetDescription() string
- func (x *Resource) GetDisplayName() string
- func (x *Resource) GetId() *ResourceId
- func (x *Resource) GetParentResourceId() *ResourceId
- func (*Resource) ProtoMessage()
- func (x *Resource) ProtoReflect() protoreflect.Message
- func (x *Resource) Reset()
- func (x *Resource) String() string
- func (m *Resource) Validate() error
- func (m *Resource) ValidateAll() error
- type ResourceId
- func (*ResourceId) Descriptor() ([]byte, []int)deprecated
- func (x *ResourceId) GetBatonResource() bool
- func (x *ResourceId) GetResource() string
- func (x *ResourceId) GetResourceType() string
- func (*ResourceId) ProtoMessage()
- func (x *ResourceId) ProtoReflect() protoreflect.Message
- func (x *ResourceId) Reset()
- func (x *ResourceId) String() string
- func (m *ResourceId) Validate() error
- func (m *ResourceId) ValidateAll() error
- type ResourceIdMultiError
- type ResourceIdValidationError
- type ResourceMultiError
- type ResourceType
- func (*ResourceType) Descriptor() ([]byte, []int)deprecated
- func (x *ResourceType) GetAnnotations() []*anypb.Any
- func (x *ResourceType) GetDescription() string
- func (x *ResourceType) GetDisplayName() string
- func (x *ResourceType) GetId() string
- func (x *ResourceType) GetTraits() []ResourceType_Trait
- func (*ResourceType) ProtoMessage()
- func (x *ResourceType) ProtoReflect() protoreflect.Message
- func (x *ResourceType) Reset()
- func (x *ResourceType) String() string
- func (m *ResourceType) Validate() error
- func (m *ResourceType) ValidateAll() error
- type ResourceTypeMultiError
- type ResourceTypeValidationError
- func (e ResourceTypeValidationError) Cause() error
- func (e ResourceTypeValidationError) Error() string
- func (e ResourceTypeValidationError) ErrorName() string
- func (e ResourceTypeValidationError) Field() string
- func (e ResourceTypeValidationError) Key() bool
- func (e ResourceTypeValidationError) Reason() string
- type ResourceType_Trait
- func (ResourceType_Trait) Descriptor() protoreflect.EnumDescriptor
- func (x ResourceType_Trait) Enum() *ResourceType_Trait
- func (ResourceType_Trait) EnumDescriptor() ([]byte, []int)deprecated
- func (x ResourceType_Trait) Number() protoreflect.EnumNumber
- func (x ResourceType_Trait) String() string
- func (ResourceType_Trait) Type() protoreflect.EnumType
- type ResourceTypesServiceClient
- type ResourceTypesServiceListResourceTypesRequest
- func (*ResourceTypesServiceListResourceTypesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ResourceTypesServiceListResourceTypesRequest) GetAnnotations() []*anypb.Any
- func (x *ResourceTypesServiceListResourceTypesRequest) GetPageSize() uint32
- func (x *ResourceTypesServiceListResourceTypesRequest) GetPageToken() string
- func (x *ResourceTypesServiceListResourceTypesRequest) GetParent() *Resource
- func (*ResourceTypesServiceListResourceTypesRequest) ProtoMessage()
- func (x *ResourceTypesServiceListResourceTypesRequest) ProtoReflect() protoreflect.Message
- func (x *ResourceTypesServiceListResourceTypesRequest) Reset()
- func (x *ResourceTypesServiceListResourceTypesRequest) String() string
- func (m *ResourceTypesServiceListResourceTypesRequest) Validate() error
- func (m *ResourceTypesServiceListResourceTypesRequest) ValidateAll() error
- type ResourceTypesServiceListResourceTypesRequestMultiError
- type ResourceTypesServiceListResourceTypesRequestValidationError
- func (e ResourceTypesServiceListResourceTypesRequestValidationError) Cause() error
- func (e ResourceTypesServiceListResourceTypesRequestValidationError) Error() string
- func (e ResourceTypesServiceListResourceTypesRequestValidationError) ErrorName() string
- func (e ResourceTypesServiceListResourceTypesRequestValidationError) Field() string
- func (e ResourceTypesServiceListResourceTypesRequestValidationError) Key() bool
- func (e ResourceTypesServiceListResourceTypesRequestValidationError) Reason() string
- type ResourceTypesServiceListResourceTypesResponse
- func (*ResourceTypesServiceListResourceTypesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ResourceTypesServiceListResourceTypesResponse) GetAnnotations() []*anypb.Any
- func (x *ResourceTypesServiceListResourceTypesResponse) GetList() []*ResourceType
- func (x *ResourceTypesServiceListResourceTypesResponse) GetNextPageToken() string
- func (*ResourceTypesServiceListResourceTypesResponse) ProtoMessage()
- func (x *ResourceTypesServiceListResourceTypesResponse) ProtoReflect() protoreflect.Message
- func (x *ResourceTypesServiceListResourceTypesResponse) Reset()
- func (x *ResourceTypesServiceListResourceTypesResponse) String() string
- func (m *ResourceTypesServiceListResourceTypesResponse) Validate() error
- func (m *ResourceTypesServiceListResourceTypesResponse) ValidateAll() error
- type ResourceTypesServiceListResourceTypesResponseMultiError
- type ResourceTypesServiceListResourceTypesResponseValidationError
- func (e ResourceTypesServiceListResourceTypesResponseValidationError) Cause() error
- func (e ResourceTypesServiceListResourceTypesResponseValidationError) Error() string
- func (e ResourceTypesServiceListResourceTypesResponseValidationError) ErrorName() string
- func (e ResourceTypesServiceListResourceTypesResponseValidationError) Field() string
- func (e ResourceTypesServiceListResourceTypesResponseValidationError) Key() bool
- func (e ResourceTypesServiceListResourceTypesResponseValidationError) Reason() string
- type ResourceTypesServiceServer
- type ResourceValidationError
- type ResourcesServiceClient
- type ResourcesServiceListResourcesRequest
- func (*ResourcesServiceListResourcesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ResourcesServiceListResourcesRequest) GetAnnotations() []*anypb.Any
- func (x *ResourcesServiceListResourcesRequest) GetPageSize() uint32
- func (x *ResourcesServiceListResourcesRequest) GetPageToken() string
- func (x *ResourcesServiceListResourcesRequest) GetParentResourceId() *ResourceId
- func (x *ResourcesServiceListResourcesRequest) GetResourceTypeId() string
- func (*ResourcesServiceListResourcesRequest) ProtoMessage()
- func (x *ResourcesServiceListResourcesRequest) ProtoReflect() protoreflect.Message
- func (x *ResourcesServiceListResourcesRequest) Reset()
- func (x *ResourcesServiceListResourcesRequest) String() string
- func (m *ResourcesServiceListResourcesRequest) Validate() error
- func (m *ResourcesServiceListResourcesRequest) ValidateAll() error
- type ResourcesServiceListResourcesRequestMultiError
- type ResourcesServiceListResourcesRequestValidationError
- func (e ResourcesServiceListResourcesRequestValidationError) Cause() error
- func (e ResourcesServiceListResourcesRequestValidationError) Error() string
- func (e ResourcesServiceListResourcesRequestValidationError) ErrorName() string
- func (e ResourcesServiceListResourcesRequestValidationError) Field() string
- func (e ResourcesServiceListResourcesRequestValidationError) Key() bool
- func (e ResourcesServiceListResourcesRequestValidationError) Reason() string
- type ResourcesServiceListResourcesResponse
- func (*ResourcesServiceListResourcesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ResourcesServiceListResourcesResponse) GetAnnotations() []*anypb.Any
- func (x *ResourcesServiceListResourcesResponse) GetList() []*Resource
- func (x *ResourcesServiceListResourcesResponse) GetNextPageToken() string
- func (*ResourcesServiceListResourcesResponse) ProtoMessage()
- func (x *ResourcesServiceListResourcesResponse) ProtoReflect() protoreflect.Message
- func (x *ResourcesServiceListResourcesResponse) Reset()
- func (x *ResourcesServiceListResourcesResponse) String() string
- func (m *ResourcesServiceListResourcesResponse) Validate() error
- func (m *ResourcesServiceListResourcesResponse) ValidateAll() error
- type ResourcesServiceListResourcesResponseMultiError
- type ResourcesServiceListResourcesResponseValidationError
- func (e ResourcesServiceListResourcesResponseValidationError) Cause() error
- func (e ResourcesServiceListResourcesResponseValidationError) Error() string
- func (e ResourcesServiceListResourcesResponseValidationError) ErrorName() string
- func (e ResourcesServiceListResourcesResponseValidationError) Field() string
- func (e ResourcesServiceListResourcesResponseValidationError) Key() bool
- func (e ResourcesServiceListResourcesResponseValidationError) Reason() string
- type ResourcesServiceServer
- type RoleTrait
- func (*RoleTrait) Descriptor() ([]byte, []int)deprecated
- func (x *RoleTrait) GetProfile() *structpb.Struct
- func (*RoleTrait) ProtoMessage()
- func (x *RoleTrait) ProtoReflect() protoreflect.Message
- func (x *RoleTrait) Reset()
- func (x *RoleTrait) String() string
- func (m *RoleTrait) Validate() error
- func (m *RoleTrait) ValidateAll() error
- type RoleTraitMultiError
- type RoleTraitValidationError
- type SchemaServiceClient
- type SchemaServiceGetSchemaRequest
- func (*SchemaServiceGetSchemaRequest) Descriptor() ([]byte, []int)deprecated
- func (*SchemaServiceGetSchemaRequest) ProtoMessage()
- func (x *SchemaServiceGetSchemaRequest) ProtoReflect() protoreflect.Message
- func (x *SchemaServiceGetSchemaRequest) Reset()
- func (x *SchemaServiceGetSchemaRequest) String() string
- func (m *SchemaServiceGetSchemaRequest) Validate() error
- func (m *SchemaServiceGetSchemaRequest) ValidateAll() error
- type SchemaServiceGetSchemaRequestMultiError
- type SchemaServiceGetSchemaRequestValidationError
- func (e SchemaServiceGetSchemaRequestValidationError) Cause() error
- func (e SchemaServiceGetSchemaRequestValidationError) Error() string
- func (e SchemaServiceGetSchemaRequestValidationError) ErrorName() string
- func (e SchemaServiceGetSchemaRequestValidationError) Field() string
- func (e SchemaServiceGetSchemaRequestValidationError) Key() bool
- func (e SchemaServiceGetSchemaRequestValidationError) Reason() string
- type SchemaServiceGetSchemaResponse
- func (*SchemaServiceGetSchemaResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SchemaServiceGetSchemaResponse) GetSchema() *ConfigSchema
- func (x *SchemaServiceGetSchemaResponse) GetVersion() string
- func (*SchemaServiceGetSchemaResponse) ProtoMessage()
- func (x *SchemaServiceGetSchemaResponse) ProtoReflect() protoreflect.Message
- func (x *SchemaServiceGetSchemaResponse) Reset()
- func (x *SchemaServiceGetSchemaResponse) String() string
- func (m *SchemaServiceGetSchemaResponse) Validate() error
- func (m *SchemaServiceGetSchemaResponse) ValidateAll() error
- type SchemaServiceGetSchemaResponseMultiError
- type SchemaServiceGetSchemaResponseValidationError
- func (e SchemaServiceGetSchemaResponseValidationError) Cause() error
- func (e SchemaServiceGetSchemaResponseValidationError) Error() string
- func (e SchemaServiceGetSchemaResponseValidationError) ErrorName() string
- func (e SchemaServiceGetSchemaResponseValidationError) Field() string
- func (e SchemaServiceGetSchemaResponseValidationError) Key() bool
- func (e SchemaServiceGetSchemaResponseValidationError) Reason() string
- type SchemaServiceServer
- type SelectField
- func (*SelectField) Descriptor() ([]byte, []int)deprecated
- func (x *SelectField) GetItems() []*SelectField_Item
- func (*SelectField) ProtoMessage()
- func (x *SelectField) ProtoReflect() protoreflect.Message
- func (x *SelectField) Reset()
- func (x *SelectField) String() string
- func (m *SelectField) Validate() error
- func (m *SelectField) ValidateAll() error
- type SelectFieldMultiError
- type SelectFieldValidationError
- func (e SelectFieldValidationError) Cause() error
- func (e SelectFieldValidationError) Error() string
- func (e SelectFieldValidationError) ErrorName() string
- func (e SelectFieldValidationError) Field() string
- func (e SelectFieldValidationError) Key() bool
- func (e SelectFieldValidationError) Reason() string
- type SelectField_Item
- func (*SelectField_Item) Descriptor() ([]byte, []int)deprecated
- func (x *SelectField_Item) GetDisplayName() string
- func (x *SelectField_Item) GetValue() string
- func (*SelectField_Item) ProtoMessage()
- func (x *SelectField_Item) ProtoReflect() protoreflect.Message
- func (x *SelectField_Item) Reset()
- func (x *SelectField_Item) String() string
- func (m *SelectField_Item) Validate() error
- func (m *SelectField_Item) ValidateAll() error
- type SelectField_ItemMultiError
- type SelectField_ItemValidationError
- func (e SelectField_ItemValidationError) Cause() error
- func (e SelectField_ItemValidationError) Error() string
- func (e SelectField_ItemValidationError) ErrorName() string
- func (e SelectField_ItemValidationError) Field() string
- func (e SelectField_ItemValidationError) Key() bool
- func (e SelectField_ItemValidationError) Reason() string
- type SkipEntitlementsAndGrants
- func (*SkipEntitlementsAndGrants) Descriptor() ([]byte, []int)deprecated
- func (*SkipEntitlementsAndGrants) ProtoMessage()
- func (x *SkipEntitlementsAndGrants) ProtoReflect() protoreflect.Message
- func (x *SkipEntitlementsAndGrants) Reset()
- func (x *SkipEntitlementsAndGrants) String() string
- func (m *SkipEntitlementsAndGrants) Validate() error
- func (m *SkipEntitlementsAndGrants) ValidateAll() error
- type SkipEntitlementsAndGrantsMultiError
- type SkipEntitlementsAndGrantsValidationError
- func (e SkipEntitlementsAndGrantsValidationError) Cause() error
- func (e SkipEntitlementsAndGrantsValidationError) Error() string
- func (e SkipEntitlementsAndGrantsValidationError) ErrorName() string
- func (e SkipEntitlementsAndGrantsValidationError) Field() string
- func (e SkipEntitlementsAndGrantsValidationError) Key() bool
- func (e SkipEntitlementsAndGrantsValidationError) Reason() string
- type StringField
- func (*StringField) Descriptor() ([]byte, []int)deprecated
- func (x *StringField) GetSecret() bool
- func (x *StringField) GetValueValidator() *validate.StringRules
- func (*StringField) ProtoMessage()
- func (x *StringField) ProtoReflect() protoreflect.Message
- func (x *StringField) Reset()
- func (x *StringField) String() string
- func (m *StringField) Validate() error
- func (m *StringField) ValidateAll() error
- type StringFieldMultiError
- type StringFieldValidationError
- func (e StringFieldValidationError) Cause() error
- func (e StringFieldValidationError) Error() string
- func (e StringFieldValidationError) ErrorName() string
- func (e StringFieldValidationError) Field() string
- func (e StringFieldValidationError) Key() bool
- func (e StringFieldValidationError) Reason() string
- type UnimplementedAssetServiceServer
- type UnimplementedConnectorServiceServer
- func (UnimplementedConnectorServiceServer) GetMetadata(context.Context, *ConnectorServiceGetMetadataRequest) (*ConnectorServiceGetMetadataResponse, error)
- func (UnimplementedConnectorServiceServer) Validate(context.Context, *ConnectorServiceValidateRequest) (*ConnectorServiceValidateResponse, error)
- type UnimplementedEntitlementsServiceServer
- type UnimplementedGrantManagerServiceServer
- type UnimplementedGrantsServiceServer
- type UnimplementedResourceTypesServiceServer
- type UnimplementedResourcesServiceServer
- type UnimplementedSchemaServiceServer
- type UnsafeAssetServiceServer
- type UnsafeConnectorServiceServer
- type UnsafeEntitlementsServiceServer
- type UnsafeGrantManagerServiceServer
- type UnsafeGrantsServiceServer
- type UnsafeResourceTypesServiceServer
- type UnsafeResourcesServiceServer
- type UnsafeSchemaServiceServer
- type UserTrait
- func (*UserTrait) Descriptor() ([]byte, []int)deprecated
- func (x *UserTrait) GetAccountType() UserTrait_AccountType
- func (x *UserTrait) GetEmails() []*UserTrait_Email
- func (x *UserTrait) GetIcon() *AssetRef
- func (x *UserTrait) GetProfile() *structpb.Struct
- func (x *UserTrait) GetStatus() *UserTrait_Status
- func (*UserTrait) ProtoMessage()
- func (x *UserTrait) ProtoReflect() protoreflect.Message
- func (x *UserTrait) Reset()
- func (x *UserTrait) String() string
- func (m *UserTrait) Validate() error
- func (m *UserTrait) ValidateAll() error
- type UserTraitMultiError
- type UserTraitValidationError
- type UserTrait_AccountType
- func (UserTrait_AccountType) Descriptor() protoreflect.EnumDescriptor
- func (x UserTrait_AccountType) Enum() *UserTrait_AccountType
- func (UserTrait_AccountType) EnumDescriptor() ([]byte, []int)deprecated
- func (x UserTrait_AccountType) Number() protoreflect.EnumNumber
- func (x UserTrait_AccountType) String() string
- func (UserTrait_AccountType) Type() protoreflect.EnumType
- type UserTrait_Email
- func (*UserTrait_Email) Descriptor() ([]byte, []int)deprecated
- func (x *UserTrait_Email) GetAddress() string
- func (x *UserTrait_Email) GetIsPrimary() bool
- func (*UserTrait_Email) ProtoMessage()
- func (x *UserTrait_Email) ProtoReflect() protoreflect.Message
- func (x *UserTrait_Email) Reset()
- func (x *UserTrait_Email) String() string
- func (m *UserTrait_Email) Validate() error
- func (m *UserTrait_Email) ValidateAll() error
- type UserTrait_EmailMultiError
- type UserTrait_EmailValidationError
- func (e UserTrait_EmailValidationError) Cause() error
- func (e UserTrait_EmailValidationError) Error() string
- func (e UserTrait_EmailValidationError) ErrorName() string
- func (e UserTrait_EmailValidationError) Field() string
- func (e UserTrait_EmailValidationError) Key() bool
- func (e UserTrait_EmailValidationError) Reason() string
- type UserTrait_Status
- func (*UserTrait_Status) Descriptor() ([]byte, []int)deprecated
- func (x *UserTrait_Status) GetDetails() string
- func (x *UserTrait_Status) GetStatus() UserTrait_Status_Status
- func (*UserTrait_Status) ProtoMessage()
- func (x *UserTrait_Status) ProtoReflect() protoreflect.Message
- func (x *UserTrait_Status) Reset()
- func (x *UserTrait_Status) String() string
- func (m *UserTrait_Status) Validate() error
- func (m *UserTrait_Status) ValidateAll() error
- type UserTrait_StatusMultiError
- type UserTrait_StatusValidationError
- func (e UserTrait_StatusValidationError) Cause() error
- func (e UserTrait_StatusValidationError) Error() string
- func (e UserTrait_StatusValidationError) ErrorName() string
- func (e UserTrait_StatusValidationError) Field() string
- func (e UserTrait_StatusValidationError) Key() bool
- func (e UserTrait_StatusValidationError) Reason() string
- type UserTrait_Status_Status
- func (UserTrait_Status_Status) Descriptor() protoreflect.EnumDescriptor
- func (x UserTrait_Status_Status) Enum() *UserTrait_Status_Status
- func (UserTrait_Status_Status) EnumDescriptor() ([]byte, []int)deprecated
- func (x UserTrait_Status_Status) Number() protoreflect.EnumNumber
- func (x UserTrait_Status_Status) String() string
- func (UserTrait_Status_Status) Type() protoreflect.EnumType
- type V1Identifier
- func (*V1Identifier) Descriptor() ([]byte, []int)deprecated
- func (x *V1Identifier) GetId() string
- func (*V1Identifier) ProtoMessage()
- func (x *V1Identifier) ProtoReflect() protoreflect.Message
- func (x *V1Identifier) Reset()
- func (x *V1Identifier) String() string
- func (m *V1Identifier) Validate() error
- func (m *V1Identifier) ValidateAll() error
- type V1IdentifierMultiError
- type V1IdentifierValidationError
- func (e V1IdentifierValidationError) Cause() error
- func (e V1IdentifierValidationError) Error() string
- func (e V1IdentifierValidationError) ErrorName() string
- func (e V1IdentifierValidationError) Field() string
- func (e V1IdentifierValidationError) Key() bool
- func (e V1IdentifierValidationError) Reason() string
Constants ¶
This section is empty.
Variables ¶
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.
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.
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.
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.
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.
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)
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)
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)
var File_c1_connector_v2_annotation_etag_proto protoreflect.FileDescriptor
var File_c1_connector_v2_annotation_external_link_proto protoreflect.FileDescriptor
var File_c1_connector_v2_annotation_grant_proto protoreflect.FileDescriptor
var File_c1_connector_v2_annotation_ratelimit_proto protoreflect.FileDescriptor
var File_c1_connector_v2_annotation_request_proto protoreflect.FileDescriptor
var File_c1_connector_v2_annotation_resource_tree_proto protoreflect.FileDescriptor
var File_c1_connector_v2_annotation_trait_proto protoreflect.FileDescriptor
var File_c1_connector_v2_annotation_v1_identifier_proto protoreflect.FileDescriptor
var File_c1_connector_v2_asset_proto protoreflect.FileDescriptor
var File_c1_connector_v2_config_proto protoreflect.FileDescriptor
var File_c1_connector_v2_connector_proto protoreflect.FileDescriptor
var File_c1_connector_v2_entitlement_proto protoreflect.FileDescriptor
var File_c1_connector_v2_grant_proto protoreflect.FileDescriptor
var File_c1_connector_v2_resource_proto protoreflect.FileDescriptor
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)
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)
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)
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)
var SchemaService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "c1.connector.v2.SchemaService", HandlerType: (*SchemaServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetSchema", Handler: _SchemaService_GetSchema_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "c1/connector/v2/config.proto", }
SchemaService_ServiceDesc is the grpc.ServiceDesc for SchemaService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterAssetServiceServer ¶
func RegisterAssetServiceServer(s grpc.ServiceRegistrar, srv AssetServiceServer)
func RegisterConnectorServiceServer ¶
func RegisterConnectorServiceServer(s grpc.ServiceRegistrar, srv ConnectorServiceServer)
func RegisterEntitlementsServiceServer ¶
func RegisterEntitlementsServiceServer(s grpc.ServiceRegistrar, srv EntitlementsServiceServer)
func RegisterGrantManagerServiceServer ¶
func RegisterGrantManagerServiceServer(s grpc.ServiceRegistrar, srv GrantManagerServiceServer)
func RegisterGrantsServiceServer ¶
func RegisterGrantsServiceServer(s grpc.ServiceRegistrar, srv GrantsServiceServer)
func RegisterResourceTypesServiceServer ¶
func RegisterResourceTypesServiceServer(s grpc.ServiceRegistrar, srv ResourceTypesServiceServer)
func RegisterResourcesServiceServer ¶
func RegisterResourcesServiceServer(s grpc.ServiceRegistrar, srv ResourcesServiceServer)
func RegisterSchemaServiceServer ¶
func RegisterSchemaServiceServer(s grpc.ServiceRegistrar, srv SchemaServiceServer)
Types ¶
type AppTrait ¶
type AppTrait struct { HelpUrl string `protobuf:"bytes,1,opt,name=help_url,json=helpUrl,proto3" json:"help_url,omitempty"` Icon *AssetRef `protobuf:"bytes,2,opt,name=icon,proto3" json:"icon,omitempty"` Logo *AssetRef `protobuf:"bytes,3,opt,name=logo,proto3" json:"logo,omitempty"` Profile *structpb.Struct `protobuf:"bytes,4,opt,name=profile,proto3" json:"profile,omitempty"` // contains filtered or unexported fields }
func (*AppTrait) Descriptor
deprecated
func (*AppTrait) GetHelpUrl ¶
func (*AppTrait) GetProfile ¶
func (*AppTrait) ProtoMessage ¶
func (*AppTrait) ProtoMessage()
func (*AppTrait) ProtoReflect ¶
func (x *AppTrait) ProtoReflect() protoreflect.Message
func (*AppTrait) Validate ¶
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 ¶
ValidateAll checks the field values on AppTrait with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AppTraitMultiError, or nil if none found.
type AppTraitMultiError ¶
type AppTraitMultiError []error
AppTraitMultiError is an error wrapping multiple validation errors returned by AppTrait.ValidateAll() if the designated constraints aren't met.
func (AppTraitMultiError) AllErrors ¶
func (m AppTraitMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (AppTraitMultiError) Error ¶
func (m AppTraitMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type AppTraitValidationError ¶
type AppTraitValidationError struct {
// contains filtered or unexported fields
}
AppTraitValidationError is the validation error returned by AppTrait.Validate if the designated constraints aren't met.
func (AppTraitValidationError) Cause ¶
func (e AppTraitValidationError) Cause() error
Cause function returns cause value.
func (AppTraitValidationError) Error ¶
func (e AppTraitValidationError) Error() string
Error satisfies the builtin error interface
func (AppTraitValidationError) ErrorName ¶
func (e AppTraitValidationError) ErrorName() string
ErrorName returns error name.
func (AppTraitValidationError) Field ¶
func (e AppTraitValidationError) Field() string
Field function returns field value.
func (AppTraitValidationError) Key ¶
func (e AppTraitValidationError) Key() bool
Key function returns key value.
func (AppTraitValidationError) Reason ¶
func (e AppTraitValidationError) Reason() string
Reason function returns reason value.
type AssetRef ¶
type AssetRef struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*AssetRef) Descriptor
deprecated
func (*AssetRef) ProtoMessage ¶
func (*AssetRef) ProtoMessage()
func (*AssetRef) ProtoReflect ¶
func (x *AssetRef) ProtoReflect() protoreflect.Message
func (*AssetRef) Validate ¶
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 ¶
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.
func NewAssetServiceClient ¶
func NewAssetServiceClient(cc grpc.ClientConnInterface) AssetServiceClient
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 (x *AssetServiceGetAssetRequest) ProtoReflect() protoreflect.Message
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 ¶
func (m AssetServiceGetAssetRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (AssetServiceGetAssetRequestMultiError) Error ¶
func (m AssetServiceGetAssetRequestMultiError) Error() string
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 ¶
func (e AssetServiceGetAssetRequestValidationError) Cause() error
Cause function returns cause value.
func (AssetServiceGetAssetRequestValidationError) Error ¶
func (e AssetServiceGetAssetRequestValidationError) Error() string
Error satisfies the builtin error interface
func (AssetServiceGetAssetRequestValidationError) ErrorName ¶
func (e AssetServiceGetAssetRequestValidationError) ErrorName() string
ErrorName returns error name.
func (AssetServiceGetAssetRequestValidationError) Field ¶
func (e AssetServiceGetAssetRequestValidationError) Field() string
Field function returns field value.
func (AssetServiceGetAssetRequestValidationError) Key ¶
func (e AssetServiceGetAssetRequestValidationError) Key() bool
Key function returns key value.
func (AssetServiceGetAssetRequestValidationError) Reason ¶
func (e AssetServiceGetAssetRequestValidationError) Reason() string
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 (x *AssetServiceGetAssetResponse) GetData() *AssetServiceGetAssetResponse_Data
func (*AssetServiceGetAssetResponse) GetMetadata ¶
func (x *AssetServiceGetAssetResponse) GetMetadata() *AssetServiceGetAssetResponse_Metadata
func (*AssetServiceGetAssetResponse) GetMsg ¶
func (m *AssetServiceGetAssetResponse) GetMsg() isAssetServiceGetAssetResponse_Msg
func (*AssetServiceGetAssetResponse) ProtoMessage ¶
func (*AssetServiceGetAssetResponse) ProtoMessage()
func (*AssetServiceGetAssetResponse) ProtoReflect ¶
func (x *AssetServiceGetAssetResponse) ProtoReflect() protoreflect.Message
func (*AssetServiceGetAssetResponse) Reset ¶
func (x *AssetServiceGetAssetResponse) Reset()
func (*AssetServiceGetAssetResponse) String ¶
func (x *AssetServiceGetAssetResponse) String() 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 ¶
func (m AssetServiceGetAssetResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (AssetServiceGetAssetResponseMultiError) Error ¶
func (m AssetServiceGetAssetResponseMultiError) Error() string
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 ¶
func (e AssetServiceGetAssetResponseValidationError) Cause() error
Cause function returns cause value.
func (AssetServiceGetAssetResponseValidationError) Error ¶
func (e AssetServiceGetAssetResponseValidationError) Error() string
Error satisfies the builtin error interface
func (AssetServiceGetAssetResponseValidationError) ErrorName ¶
func (e AssetServiceGetAssetResponseValidationError) ErrorName() string
ErrorName returns error name.
func (AssetServiceGetAssetResponseValidationError) Field ¶
func (e AssetServiceGetAssetResponseValidationError) Field() string
Field function returns field value.
func (AssetServiceGetAssetResponseValidationError) Key ¶
func (e AssetServiceGetAssetResponseValidationError) Key() bool
Key function returns key value.
func (AssetServiceGetAssetResponseValidationError) Reason ¶
func (e AssetServiceGetAssetResponseValidationError) Reason() string
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 (x *AssetServiceGetAssetResponse_Data) ProtoReflect() protoreflect.Message
func (*AssetServiceGetAssetResponse_Data) Reset ¶
func (x *AssetServiceGetAssetResponse_Data) Reset()
func (*AssetServiceGetAssetResponse_Data) String ¶
func (x *AssetServiceGetAssetResponse_Data) String() string
func (*AssetServiceGetAssetResponse_Data) Validate ¶
func (m *AssetServiceGetAssetResponse_Data) Validate() error
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 ¶
func (m AssetServiceGetAssetResponse_DataMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (AssetServiceGetAssetResponse_DataMultiError) Error ¶
func (m AssetServiceGetAssetResponse_DataMultiError) Error() string
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 ¶
func (e AssetServiceGetAssetResponse_DataValidationError) Cause() error
Cause function returns cause value.
func (AssetServiceGetAssetResponse_DataValidationError) Error ¶
func (e AssetServiceGetAssetResponse_DataValidationError) Error() string
Error satisfies the builtin error interface
func (AssetServiceGetAssetResponse_DataValidationError) ErrorName ¶
func (e AssetServiceGetAssetResponse_DataValidationError) ErrorName() string
ErrorName returns error name.
func (AssetServiceGetAssetResponse_DataValidationError) Field ¶
func (e AssetServiceGetAssetResponse_DataValidationError) Field() string
Field function returns field value.
func (AssetServiceGetAssetResponse_DataValidationError) Key ¶
func (e AssetServiceGetAssetResponse_DataValidationError) Key() bool
Key function returns key value.
func (AssetServiceGetAssetResponse_DataValidationError) Reason ¶
func (e AssetServiceGetAssetResponse_DataValidationError) Reason() string
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 (x *AssetServiceGetAssetResponse_Metadata) ProtoReflect() protoreflect.Message
func (*AssetServiceGetAssetResponse_Metadata) Reset ¶
func (x *AssetServiceGetAssetResponse_Metadata) Reset()
func (*AssetServiceGetAssetResponse_Metadata) String ¶
func (x *AssetServiceGetAssetResponse_Metadata) String() string
func (*AssetServiceGetAssetResponse_Metadata) Validate ¶
func (m *AssetServiceGetAssetResponse_Metadata) Validate() error
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 ¶
func (m *AssetServiceGetAssetResponse_Metadata) ValidateAll() error
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 ¶
func (m AssetServiceGetAssetResponse_MetadataMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (AssetServiceGetAssetResponse_MetadataMultiError) Error ¶
func (m AssetServiceGetAssetResponse_MetadataMultiError) Error() string
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 ¶
func (e AssetServiceGetAssetResponse_MetadataValidationError) Cause() error
Cause function returns cause value.
func (AssetServiceGetAssetResponse_MetadataValidationError) Error ¶
func (e AssetServiceGetAssetResponse_MetadataValidationError) Error() string
Error satisfies the builtin error interface
func (AssetServiceGetAssetResponse_MetadataValidationError) ErrorName ¶
func (e AssetServiceGetAssetResponse_MetadataValidationError) ErrorName() string
ErrorName returns error name.
func (AssetServiceGetAssetResponse_MetadataValidationError) Field ¶
func (e AssetServiceGetAssetResponse_MetadataValidationError) Field() string
Field function returns field value.
func (AssetServiceGetAssetResponse_MetadataValidationError) Key ¶
func (e AssetServiceGetAssetResponse_MetadataValidationError) Key() bool
Key function returns key value.
func (AssetServiceGetAssetResponse_MetadataValidationError) Reason ¶
func (e AssetServiceGetAssetResponse_MetadataValidationError) Reason() string
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 ¶
func (m ChildResourceTypeMultiError) Error() string
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 ¶
func (e ChildResourceTypeValidationError) Cause() error
Cause function returns cause value.
func (ChildResourceTypeValidationError) Error ¶
func (e ChildResourceTypeValidationError) Error() string
Error satisfies the builtin error interface
func (ChildResourceTypeValidationError) ErrorName ¶
func (e ChildResourceTypeValidationError) ErrorName() string
ErrorName returns error name.
func (ChildResourceTypeValidationError) Field ¶
func (e ChildResourceTypeValidationError) Field() string
Field function returns field value.
func (ChildResourceTypeValidationError) Key ¶
func (e ChildResourceTypeValidationError) Key() bool
Key function returns key value.
func (ChildResourceTypeValidationError) Reason ¶
func (e ChildResourceTypeValidationError) Reason() string
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"` Logo *AssetRef `protobuf:"bytes,5,opt,name=logo,proto3" json:"logo,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 (*ConfigSchema) GetLogo ¶
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 ¶
func (e ConfigSchemaValidationError) Cause() error
Cause function returns cause value.
func (ConfigSchemaValidationError) Error ¶
func (e ConfigSchemaValidationError) Error() string
Error satisfies the builtin error interface
func (ConfigSchemaValidationError) ErrorName ¶
func (e ConfigSchemaValidationError) ErrorName() string
ErrorName returns error name.
func (ConfigSchemaValidationError) Field ¶
func (e ConfigSchemaValidationError) Field() string
Field function returns field value.
func (ConfigSchemaValidationError) Key ¶
func (e ConfigSchemaValidationError) Key() bool
Key function returns key value.
func (ConfigSchemaValidationError) Reason ¶
func (e ConfigSchemaValidationError) Reason() string
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"` Logo *AssetRef `protobuf:"bytes,4,opt,name=logo,proto3" json:"logo,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"` // 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) 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 (*ConnectorMetadata) GetLogo ¶
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 ¶
func (m ConnectorMetadataMultiError) Error() string
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 ¶
func (e ConnectorMetadataValidationError) Cause() error
Cause function returns cause value.
func (ConnectorMetadataValidationError) Error ¶
func (e ConnectorMetadataValidationError) Error() string
Error satisfies the builtin error interface
func (ConnectorMetadataValidationError) ErrorName ¶
func (e ConnectorMetadataValidationError) ErrorName() string
ErrorName returns error name.
func (ConnectorMetadataValidationError) Field ¶
func (e ConnectorMetadataValidationError) Field() string
Field function returns field value.
func (ConnectorMetadataValidationError) Key ¶
func (e ConnectorMetadataValidationError) Key() bool
Key function returns key value.
func (ConnectorMetadataValidationError) Reason ¶
func (e ConnectorMetadataValidationError) Reason() string
Reason function returns reason value.
type ConnectorServiceClient ¶
type ConnectorServiceClient interface { GetMetadata(ctx context.Context, in *ConnectorServiceGetMetadataRequest, opts ...grpc.CallOption) (*ConnectorServiceGetMetadataResponse, error) Validate(ctx context.Context, in *ConnectorServiceValidateRequest, opts ...grpc.CallOption) (*ConnectorServiceValidateResponse, error) }
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.
func NewConnectorServiceClient ¶
func NewConnectorServiceClient(cc grpc.ClientConnInterface) ConnectorServiceClient
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 (x *ConnectorServiceGetMetadataRequest) ProtoReflect() protoreflect.Message
func (*ConnectorServiceGetMetadataRequest) Reset ¶
func (x *ConnectorServiceGetMetadataRequest) Reset()
func (*ConnectorServiceGetMetadataRequest) String ¶
func (x *ConnectorServiceGetMetadataRequest) String() string
func (*ConnectorServiceGetMetadataRequest) Validate ¶
func (m *ConnectorServiceGetMetadataRequest) Validate() error
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 ¶
func (m ConnectorServiceGetMetadataRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ConnectorServiceGetMetadataRequestMultiError) Error ¶
func (m ConnectorServiceGetMetadataRequestMultiError) Error() string
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 ¶
func (e ConnectorServiceGetMetadataRequestValidationError) Cause() error
Cause function returns cause value.
func (ConnectorServiceGetMetadataRequestValidationError) Error ¶
func (e ConnectorServiceGetMetadataRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ConnectorServiceGetMetadataRequestValidationError) ErrorName ¶
func (e ConnectorServiceGetMetadataRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ConnectorServiceGetMetadataRequestValidationError) Field ¶
func (e ConnectorServiceGetMetadataRequestValidationError) Field() string
Field function returns field value.
func (ConnectorServiceGetMetadataRequestValidationError) Key ¶
func (e ConnectorServiceGetMetadataRequestValidationError) Key() bool
Key function returns key value.
func (ConnectorServiceGetMetadataRequestValidationError) Reason ¶
func (e ConnectorServiceGetMetadataRequestValidationError) Reason() string
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 (x *ConnectorServiceGetMetadataResponse) GetMetadata() *ConnectorMetadata
func (*ConnectorServiceGetMetadataResponse) ProtoMessage ¶
func (*ConnectorServiceGetMetadataResponse) ProtoMessage()
func (*ConnectorServiceGetMetadataResponse) ProtoReflect ¶
func (x *ConnectorServiceGetMetadataResponse) ProtoReflect() protoreflect.Message
func (*ConnectorServiceGetMetadataResponse) Reset ¶
func (x *ConnectorServiceGetMetadataResponse) Reset()
func (*ConnectorServiceGetMetadataResponse) String ¶
func (x *ConnectorServiceGetMetadataResponse) String() string
func (*ConnectorServiceGetMetadataResponse) Validate ¶
func (m *ConnectorServiceGetMetadataResponse) Validate() error
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 ¶
func (m ConnectorServiceGetMetadataResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ConnectorServiceGetMetadataResponseMultiError) Error ¶
func (m ConnectorServiceGetMetadataResponseMultiError) Error() string
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 ¶
func (e ConnectorServiceGetMetadataResponseValidationError) Cause() error
Cause function returns cause value.
func (ConnectorServiceGetMetadataResponseValidationError) Error ¶
func (e ConnectorServiceGetMetadataResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ConnectorServiceGetMetadataResponseValidationError) ErrorName ¶
func (e ConnectorServiceGetMetadataResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ConnectorServiceGetMetadataResponseValidationError) Field ¶
func (e ConnectorServiceGetMetadataResponseValidationError) Field() string
Field function returns field value.
func (ConnectorServiceGetMetadataResponseValidationError) Key ¶
func (e ConnectorServiceGetMetadataResponseValidationError) Key() bool
Key function returns key value.
func (ConnectorServiceGetMetadataResponseValidationError) Reason ¶
func (e ConnectorServiceGetMetadataResponseValidationError) Reason() string
Reason function returns reason value.
type ConnectorServiceServer ¶
type ConnectorServiceServer interface { GetMetadata(context.Context, *ConnectorServiceGetMetadataRequest) (*ConnectorServiceGetMetadataResponse, error) Validate(context.Context, *ConnectorServiceValidateRequest) (*ConnectorServiceValidateResponse, error) }
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 (x *ConnectorServiceValidateRequest) ProtoReflect() protoreflect.Message
func (*ConnectorServiceValidateRequest) Reset ¶
func (x *ConnectorServiceValidateRequest) Reset()
func (*ConnectorServiceValidateRequest) String ¶
func (x *ConnectorServiceValidateRequest) String() 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 ¶
func (m ConnectorServiceValidateRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ConnectorServiceValidateRequestMultiError) Error ¶
func (m ConnectorServiceValidateRequestMultiError) Error() string
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 ¶
func (e ConnectorServiceValidateRequestValidationError) Cause() error
Cause function returns cause value.
func (ConnectorServiceValidateRequestValidationError) Error ¶
func (e ConnectorServiceValidateRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ConnectorServiceValidateRequestValidationError) ErrorName ¶
func (e ConnectorServiceValidateRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ConnectorServiceValidateRequestValidationError) Field ¶
func (e ConnectorServiceValidateRequestValidationError) Field() string
Field function returns field value.
func (ConnectorServiceValidateRequestValidationError) Key ¶
func (e ConnectorServiceValidateRequestValidationError) Key() bool
Key function returns key value.
func (ConnectorServiceValidateRequestValidationError) Reason ¶
func (e ConnectorServiceValidateRequestValidationError) Reason() string
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 (x *ConnectorServiceValidateResponse) ProtoReflect() protoreflect.Message
func (*ConnectorServiceValidateResponse) Reset ¶
func (x *ConnectorServiceValidateResponse) Reset()
func (*ConnectorServiceValidateResponse) String ¶
func (x *ConnectorServiceValidateResponse) String() string
func (*ConnectorServiceValidateResponse) Validate ¶
func (m *ConnectorServiceValidateResponse) Validate() error
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 ¶
func (m ConnectorServiceValidateResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ConnectorServiceValidateResponseMultiError) Error ¶
func (m ConnectorServiceValidateResponseMultiError) Error() string
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 ¶
func (e ConnectorServiceValidateResponseValidationError) Cause() error
Cause function returns cause value.
func (ConnectorServiceValidateResponseValidationError) Error ¶
func (e ConnectorServiceValidateResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ConnectorServiceValidateResponseValidationError) ErrorName ¶
func (e ConnectorServiceValidateResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ConnectorServiceValidateResponseValidationError) Field ¶
func (e ConnectorServiceValidateResponseValidationError) Field() string
Field function returns field value.
func (ConnectorServiceValidateResponseValidationError) Key ¶
func (e ConnectorServiceValidateResponseValidationError) Key() bool
Key function returns key value.
func (ConnectorServiceValidateResponseValidationError) Reason ¶
func (e ConnectorServiceValidateResponseValidationError) Reason() string
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) GetEntitlementId ¶ added in v0.1.1
func (*ETag) ProtoMessage ¶
func (*ETag) ProtoMessage()
func (*ETag) ProtoReflect ¶
func (x *ETag) ProtoReflect() protoreflect.Message
func (*ETag) Validate ¶
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 ¶
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) GetEntitlementId ¶ added in v0.1.1
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) Validate ¶ added in v0.0.31
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
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
func (e ETagMatchValidationError) Key() bool
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
func (e ETagMetadataValidationError) Cause() error
Cause function returns cause value.
func (ETagMetadataValidationError) Error ¶ added in v0.0.31
func (e ETagMetadataValidationError) Error() string
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
func (e ETagMetadataValidationError) Field() string
Field function returns field value.
func (ETagMetadataValidationError) Key ¶ added in v0.0.31
func (e ETagMetadataValidationError) Key() bool
Key function returns key value.
func (ETagMetadataValidationError) Reason ¶ added in v0.0.31
func (e ETagMetadataValidationError) Reason() string
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 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 ¶
func (e EntitlementValidationError) Cause() error
Cause function returns cause value.
func (EntitlementValidationError) Error ¶
func (e EntitlementValidationError) Error() string
Error satisfies the builtin error interface
func (EntitlementValidationError) ErrorName ¶
func (e EntitlementValidationError) ErrorName() string
ErrorName returns error name.
func (EntitlementValidationError) Field ¶
func (e EntitlementValidationError) Field() string
Field function returns field value.
func (EntitlementValidationError) Key ¶
func (e EntitlementValidationError) Key() bool
Key function returns key value.
func (EntitlementValidationError) Reason ¶
func (e EntitlementValidationError) Reason() string
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) Descriptor() protoreflect.EnumDescriptor
func (Entitlement_PurposeValue) Enum ¶
func (x Entitlement_PurposeValue) Enum() *Entitlement_PurposeValue
func (Entitlement_PurposeValue) EnumDescriptor
deprecated
func (Entitlement_PurposeValue) EnumDescriptor() ([]byte, []int)
Deprecated: Use Entitlement_PurposeValue.Descriptor instead.
func (Entitlement_PurposeValue) Number ¶
func (x Entitlement_PurposeValue) Number() protoreflect.EnumNumber
func (Entitlement_PurposeValue) String ¶
func (x Entitlement_PurposeValue) String() string
func (Entitlement_PurposeValue) Type ¶
func (Entitlement_PurposeValue) Type() protoreflect.EnumType
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.
func NewEntitlementsServiceClient ¶
func NewEntitlementsServiceClient(cc grpc.ClientConnInterface) EntitlementsServiceClient
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
func (*EntitlementsServiceListEntitlementsRequest) Descriptor() ([]byte, []int)
Deprecated: Use EntitlementsServiceListEntitlementsRequest.ProtoReflect.Descriptor instead.
func (*EntitlementsServiceListEntitlementsRequest) GetAnnotations ¶
func (x *EntitlementsServiceListEntitlementsRequest) GetAnnotations() []*anypb.Any
func (*EntitlementsServiceListEntitlementsRequest) GetPageSize ¶
func (x *EntitlementsServiceListEntitlementsRequest) GetPageSize() uint32
func (*EntitlementsServiceListEntitlementsRequest) GetPageToken ¶
func (x *EntitlementsServiceListEntitlementsRequest) GetPageToken() string
func (*EntitlementsServiceListEntitlementsRequest) GetResource ¶
func (x *EntitlementsServiceListEntitlementsRequest) GetResource() *Resource
func (*EntitlementsServiceListEntitlementsRequest) ProtoMessage ¶
func (*EntitlementsServiceListEntitlementsRequest) ProtoMessage()
func (*EntitlementsServiceListEntitlementsRequest) ProtoReflect ¶
func (x *EntitlementsServiceListEntitlementsRequest) ProtoReflect() protoreflect.Message
func (*EntitlementsServiceListEntitlementsRequest) Reset ¶
func (x *EntitlementsServiceListEntitlementsRequest) Reset()
func (*EntitlementsServiceListEntitlementsRequest) String ¶
func (x *EntitlementsServiceListEntitlementsRequest) String() string
func (*EntitlementsServiceListEntitlementsRequest) Validate ¶
func (m *EntitlementsServiceListEntitlementsRequest) Validate() error
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 ¶
func (m *EntitlementsServiceListEntitlementsRequest) ValidateAll() error
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 ¶
func (m EntitlementsServiceListEntitlementsRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (EntitlementsServiceListEntitlementsRequestMultiError) Error ¶
func (m EntitlementsServiceListEntitlementsRequestMultiError) Error() string
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 ¶
func (e EntitlementsServiceListEntitlementsRequestValidationError) Cause() error
Cause function returns cause value.
func (EntitlementsServiceListEntitlementsRequestValidationError) Error ¶
func (e EntitlementsServiceListEntitlementsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (EntitlementsServiceListEntitlementsRequestValidationError) ErrorName ¶
func (e EntitlementsServiceListEntitlementsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (EntitlementsServiceListEntitlementsRequestValidationError) Field ¶
func (e EntitlementsServiceListEntitlementsRequestValidationError) Field() string
Field function returns field value.
func (EntitlementsServiceListEntitlementsRequestValidationError) Key ¶
func (e EntitlementsServiceListEntitlementsRequestValidationError) Key() bool
Key function returns key value.
func (EntitlementsServiceListEntitlementsRequestValidationError) Reason ¶
func (e EntitlementsServiceListEntitlementsRequestValidationError) Reason() string
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
func (*EntitlementsServiceListEntitlementsResponse) Descriptor() ([]byte, []int)
Deprecated: Use EntitlementsServiceListEntitlementsResponse.ProtoReflect.Descriptor instead.
func (*EntitlementsServiceListEntitlementsResponse) GetAnnotations ¶
func (x *EntitlementsServiceListEntitlementsResponse) GetAnnotations() []*anypb.Any
func (*EntitlementsServiceListEntitlementsResponse) GetList ¶
func (x *EntitlementsServiceListEntitlementsResponse) GetList() []*Entitlement
func (*EntitlementsServiceListEntitlementsResponse) GetNextPageToken ¶
func (x *EntitlementsServiceListEntitlementsResponse) GetNextPageToken() string
func (*EntitlementsServiceListEntitlementsResponse) ProtoMessage ¶
func (*EntitlementsServiceListEntitlementsResponse) ProtoMessage()
func (*EntitlementsServiceListEntitlementsResponse) ProtoReflect ¶
func (x *EntitlementsServiceListEntitlementsResponse) ProtoReflect() protoreflect.Message
func (*EntitlementsServiceListEntitlementsResponse) Reset ¶
func (x *EntitlementsServiceListEntitlementsResponse) Reset()
func (*EntitlementsServiceListEntitlementsResponse) String ¶
func (x *EntitlementsServiceListEntitlementsResponse) String() string
func (*EntitlementsServiceListEntitlementsResponse) Validate ¶
func (m *EntitlementsServiceListEntitlementsResponse) Validate() error
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 ¶
func (m *EntitlementsServiceListEntitlementsResponse) ValidateAll() error
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 ¶
func (m EntitlementsServiceListEntitlementsResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (EntitlementsServiceListEntitlementsResponseMultiError) Error ¶
func (m EntitlementsServiceListEntitlementsResponseMultiError) Error() string
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 ¶
func (e EntitlementsServiceListEntitlementsResponseValidationError) Cause() error
Cause function returns cause value.
func (EntitlementsServiceListEntitlementsResponseValidationError) Error ¶
func (e EntitlementsServiceListEntitlementsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (EntitlementsServiceListEntitlementsResponseValidationError) ErrorName ¶
func (e EntitlementsServiceListEntitlementsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (EntitlementsServiceListEntitlementsResponseValidationError) Field ¶
func (e EntitlementsServiceListEntitlementsResponseValidationError) Field() string
Field function returns field value.
func (EntitlementsServiceListEntitlementsResponseValidationError) Key ¶
func (e EntitlementsServiceListEntitlementsResponseValidationError) Key() bool
Key function returns key value.
func (EntitlementsServiceListEntitlementsResponseValidationError) Reason ¶
func (e EntitlementsServiceListEntitlementsResponseValidationError) Reason() string
Reason function returns reason value.
type EntitlementsServiceServer ¶
type EntitlementsServiceServer interface {
ListEntitlements(context.Context, *EntitlementsServiceListEntitlementsRequest) (*EntitlementsServiceListEntitlementsResponse, error)
}
EntitlementsServiceServer is the server API for EntitlementsService service. All implementations should embed UnimplementedEntitlementsServiceServer for forward compatibility
type ExternalLink ¶
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 ¶
func (e ExternalLinkValidationError) Cause() error
Cause function returns cause value.
func (ExternalLinkValidationError) Error ¶
func (e ExternalLinkValidationError) Error() string
Error satisfies the builtin error interface
func (ExternalLinkValidationError) ErrorName ¶
func (e ExternalLinkValidationError) ErrorName() string
ErrorName returns error name.
func (ExternalLinkValidationError) Field ¶
func (e ExternalLinkValidationError) Field() string
Field function returns field value.
func (ExternalLinkValidationError) Key ¶
func (e ExternalLinkValidationError) Key() bool
Key function returns key value.
func (ExternalLinkValidationError) Reason ¶
func (e ExternalLinkValidationError) Reason() string
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) GetDisplayName ¶
func (*Field) GetHelpUrl ¶
func (*Field) GetPlaceholder ¶
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) Validate ¶
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 ¶
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) GetAllowedExtensions ¶
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) Validate ¶
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 ¶
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 ¶
func (e FileFieldValidationError) Key() bool
Key function returns key value.
func (FileFieldValidationError) Reason ¶
func (e FileFieldValidationError) Reason() string
Reason function returns reason value.
type Grant ¶
type Grant struct { Entitlement *Entitlement `protobuf:"bytes,1,opt,name=entitlement,proto3" json:"entitlement,omitempty"` Principal *Resource `protobuf:"bytes,2,opt,name=principal,proto3" json:"principal,omitempty"` Id string `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"` Annotations []*anypb.Any `protobuf:"bytes,4,rep,name=annotations,proto3" json:"annotations,omitempty"` // contains filtered or unexported fields }
func (*Grant) Descriptor
deprecated
func (*Grant) GetAnnotations ¶
func (*Grant) GetEntitlement ¶
func (x *Grant) GetEntitlement() *Entitlement
func (*Grant) GetPrincipal ¶
func (*Grant) ProtoMessage ¶
func (*Grant) ProtoMessage()
func (*Grant) ProtoReflect ¶
func (x *Grant) ProtoReflect() protoreflect.Message
func (*Grant) Validate ¶
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 ¶
ValidateAll checks the field values on Grant with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GrantMultiError, or nil if none found.
type GrantManagerServiceClient ¶
type GrantManagerServiceClient interface { Grant(ctx context.Context, in *GrantManagerServiceGrantRequest, opts ...grpc.CallOption) (*GrantManagerServiceGrantResponse, error) Revoke(ctx context.Context, in *GrantManagerServiceRevokeRequest, opts ...grpc.CallOption) (*GrantManagerServiceRevokeResponse, error) }
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.
func NewGrantManagerServiceClient ¶
func NewGrantManagerServiceClient(cc grpc.ClientConnInterface) GrantManagerServiceClient
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 (x *GrantManagerServiceGrantRequest) ProtoReflect() protoreflect.Message
func (*GrantManagerServiceGrantRequest) Reset ¶
func (x *GrantManagerServiceGrantRequest) Reset()
func (*GrantManagerServiceGrantRequest) String ¶
func (x *GrantManagerServiceGrantRequest) String() 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 ¶
func (m GrantManagerServiceGrantRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GrantManagerServiceGrantRequestMultiError) Error ¶
func (m GrantManagerServiceGrantRequestMultiError) Error() string
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 ¶
func (e GrantManagerServiceGrantRequestValidationError) Cause() error
Cause function returns cause value.
func (GrantManagerServiceGrantRequestValidationError) Error ¶
func (e GrantManagerServiceGrantRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GrantManagerServiceGrantRequestValidationError) ErrorName ¶
func (e GrantManagerServiceGrantRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GrantManagerServiceGrantRequestValidationError) Field ¶
func (e GrantManagerServiceGrantRequestValidationError) Field() string
Field function returns field value.
func (GrantManagerServiceGrantRequestValidationError) Key ¶
func (e GrantManagerServiceGrantRequestValidationError) Key() bool
Key function returns key value.
func (GrantManagerServiceGrantRequestValidationError) Reason ¶
func (e GrantManagerServiceGrantRequestValidationError) Reason() string
Reason function returns reason value.
type GrantManagerServiceGrantResponse ¶
type GrantManagerServiceGrantResponse struct { Annotations []*anypb.Any `protobuf:"bytes,1,rep,name=annotations,proto3" json:"annotations,omitempty"` // contains filtered or unexported fields }
func (*GrantManagerServiceGrantResponse) Descriptor
deprecated
func (*GrantManagerServiceGrantResponse) Descriptor() ([]byte, []int)
Deprecated: Use GrantManagerServiceGrantResponse.ProtoReflect.Descriptor instead.
func (*GrantManagerServiceGrantResponse) GetAnnotations ¶
func (x *GrantManagerServiceGrantResponse) GetAnnotations() []*anypb.Any
func (*GrantManagerServiceGrantResponse) ProtoMessage ¶
func (*GrantManagerServiceGrantResponse) ProtoMessage()
func (*GrantManagerServiceGrantResponse) ProtoReflect ¶
func (x *GrantManagerServiceGrantResponse) ProtoReflect() protoreflect.Message
func (*GrantManagerServiceGrantResponse) Reset ¶
func (x *GrantManagerServiceGrantResponse) Reset()
func (*GrantManagerServiceGrantResponse) String ¶
func (x *GrantManagerServiceGrantResponse) String() string
func (*GrantManagerServiceGrantResponse) Validate ¶
func (m *GrantManagerServiceGrantResponse) Validate() error
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 ¶
func (m GrantManagerServiceGrantResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GrantManagerServiceGrantResponseMultiError) Error ¶
func (m GrantManagerServiceGrantResponseMultiError) Error() string
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 ¶
func (e GrantManagerServiceGrantResponseValidationError) Cause() error
Cause function returns cause value.
func (GrantManagerServiceGrantResponseValidationError) Error ¶
func (e GrantManagerServiceGrantResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GrantManagerServiceGrantResponseValidationError) ErrorName ¶
func (e GrantManagerServiceGrantResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GrantManagerServiceGrantResponseValidationError) Field ¶
func (e GrantManagerServiceGrantResponseValidationError) Field() string
Field function returns field value.
func (GrantManagerServiceGrantResponseValidationError) Key ¶
func (e GrantManagerServiceGrantResponseValidationError) Key() bool
Key function returns key value.
func (GrantManagerServiceGrantResponseValidationError) Reason ¶
func (e GrantManagerServiceGrantResponseValidationError) Reason() string
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 (x *GrantManagerServiceRevokeRequest) ProtoReflect() protoreflect.Message
func (*GrantManagerServiceRevokeRequest) Reset ¶
func (x *GrantManagerServiceRevokeRequest) Reset()
func (*GrantManagerServiceRevokeRequest) String ¶
func (x *GrantManagerServiceRevokeRequest) String() string
func (*GrantManagerServiceRevokeRequest) Validate ¶
func (m *GrantManagerServiceRevokeRequest) Validate() error
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 ¶
func (m GrantManagerServiceRevokeRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GrantManagerServiceRevokeRequestMultiError) Error ¶
func (m GrantManagerServiceRevokeRequestMultiError) Error() string
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 ¶
func (e GrantManagerServiceRevokeRequestValidationError) Cause() error
Cause function returns cause value.
func (GrantManagerServiceRevokeRequestValidationError) Error ¶
func (e GrantManagerServiceRevokeRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GrantManagerServiceRevokeRequestValidationError) ErrorName ¶
func (e GrantManagerServiceRevokeRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GrantManagerServiceRevokeRequestValidationError) Field ¶
func (e GrantManagerServiceRevokeRequestValidationError) Field() string
Field function returns field value.
func (GrantManagerServiceRevokeRequestValidationError) Key ¶
func (e GrantManagerServiceRevokeRequestValidationError) Key() bool
Key function returns key value.
func (GrantManagerServiceRevokeRequestValidationError) Reason ¶
func (e GrantManagerServiceRevokeRequestValidationError) Reason() string
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 (x *GrantManagerServiceRevokeResponse) ProtoReflect() protoreflect.Message
func (*GrantManagerServiceRevokeResponse) Reset ¶
func (x *GrantManagerServiceRevokeResponse) Reset()
func (*GrantManagerServiceRevokeResponse) String ¶
func (x *GrantManagerServiceRevokeResponse) String() string
func (*GrantManagerServiceRevokeResponse) Validate ¶
func (m *GrantManagerServiceRevokeResponse) Validate() error
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 ¶
func (m GrantManagerServiceRevokeResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GrantManagerServiceRevokeResponseMultiError) Error ¶
func (m GrantManagerServiceRevokeResponseMultiError) Error() string
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 ¶
func (e GrantManagerServiceRevokeResponseValidationError) Cause() error
Cause function returns cause value.
func (GrantManagerServiceRevokeResponseValidationError) Error ¶
func (e GrantManagerServiceRevokeResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GrantManagerServiceRevokeResponseValidationError) ErrorName ¶
func (e GrantManagerServiceRevokeResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GrantManagerServiceRevokeResponseValidationError) Field ¶
func (e GrantManagerServiceRevokeResponseValidationError) Field() string
Field function returns field value.
func (GrantManagerServiceRevokeResponseValidationError) Key ¶
func (e GrantManagerServiceRevokeResponseValidationError) Key() bool
Key function returns key value.
func (GrantManagerServiceRevokeResponseValidationError) Reason ¶
func (e GrantManagerServiceRevokeResponseValidationError) Reason() string
Reason function returns reason value.
type GrantManagerServiceServer ¶
type GrantManagerServiceServer interface { Grant(context.Context, *GrantManagerServiceGrantRequest) (*GrantManagerServiceGrantResponse, error) Revoke(context.Context, *GrantManagerServiceRevokeRequest) (*GrantManagerServiceRevokeResponse, error) }
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
func (e GrantMetadataValidationError) Cause() error
Cause function returns cause value.
func (GrantMetadataValidationError) Error ¶ added in v0.1.1
func (e GrantMetadataValidationError) Error() string
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
func (e GrantMetadataValidationError) Field() string
Field function returns field value.
func (GrantMetadataValidationError) Key ¶ added in v0.1.1
func (e GrantMetadataValidationError) Key() bool
Key function returns key value.
func (GrantMetadataValidationError) Reason ¶ added in v0.1.1
func (e GrantMetadataValidationError) Reason() string
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 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.
func NewGrantsServiceClient ¶
func NewGrantsServiceClient(cc grpc.ClientConnInterface) GrantsServiceClient
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 (x *GrantsServiceListGrantsRequest) ProtoReflect() protoreflect.Message
func (*GrantsServiceListGrantsRequest) Reset ¶
func (x *GrantsServiceListGrantsRequest) Reset()
func (*GrantsServiceListGrantsRequest) String ¶
func (x *GrantsServiceListGrantsRequest) String() 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 ¶
func (m GrantsServiceListGrantsRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GrantsServiceListGrantsRequestMultiError) Error ¶
func (m GrantsServiceListGrantsRequestMultiError) Error() string
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 ¶
func (e GrantsServiceListGrantsRequestValidationError) Cause() error
Cause function returns cause value.
func (GrantsServiceListGrantsRequestValidationError) Error ¶
func (e GrantsServiceListGrantsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GrantsServiceListGrantsRequestValidationError) ErrorName ¶
func (e GrantsServiceListGrantsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GrantsServiceListGrantsRequestValidationError) Field ¶
func (e GrantsServiceListGrantsRequestValidationError) Field() string
Field function returns field value.
func (GrantsServiceListGrantsRequestValidationError) Key ¶
func (e GrantsServiceListGrantsRequestValidationError) Key() bool
Key function returns key value.
func (GrantsServiceListGrantsRequestValidationError) Reason ¶
func (e GrantsServiceListGrantsRequestValidationError) Reason() string
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 (x *GrantsServiceListGrantsResponse) ProtoReflect() protoreflect.Message
func (*GrantsServiceListGrantsResponse) Reset ¶
func (x *GrantsServiceListGrantsResponse) Reset()
func (*GrantsServiceListGrantsResponse) String ¶
func (x *GrantsServiceListGrantsResponse) String() 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 ¶
func (m GrantsServiceListGrantsResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GrantsServiceListGrantsResponseMultiError) Error ¶
func (m GrantsServiceListGrantsResponseMultiError) Error() string
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 ¶
func (e GrantsServiceListGrantsResponseValidationError) Cause() error
Cause function returns cause value.
func (GrantsServiceListGrantsResponseValidationError) Error ¶
func (e GrantsServiceListGrantsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GrantsServiceListGrantsResponseValidationError) ErrorName ¶
func (e GrantsServiceListGrantsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GrantsServiceListGrantsResponseValidationError) Field ¶
func (e GrantsServiceListGrantsResponseValidationError) Field() string
Field function returns field value.
func (GrantsServiceListGrantsResponseValidationError) Key ¶
func (e GrantsServiceListGrantsResponseValidationError) Key() bool
Key function returns key value.
func (GrantsServiceListGrantsResponseValidationError) Reason ¶
func (e GrantsServiceListGrantsResponseValidationError) Reason() string
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 ¶
func (e GroupTraitValidationError) Error() string
Error satisfies the builtin error interface
func (GroupTraitValidationError) ErrorName ¶
func (e GroupTraitValidationError) ErrorName() string
ErrorName returns error name.
func (GroupTraitValidationError) Field ¶
func (e GroupTraitValidationError) Field() string
Field function returns field value.
func (GroupTraitValidationError) Key ¶
func (e GroupTraitValidationError) Key() bool
Key function returns key value.
func (GroupTraitValidationError) Reason ¶
func (e GroupTraitValidationError) Reason() string
Reason function returns reason value.
type RandomStringField ¶
type RandomStringField struct { Length int32 `protobuf:"varint,1,opt,name=length,proto3" json:"length,omitempty"` // contains filtered or unexported fields }
func (*RandomStringField) Descriptor
deprecated
func (*RandomStringField) Descriptor() ([]byte, []int)
Deprecated: Use RandomStringField.ProtoReflect.Descriptor instead.
func (*RandomStringField) GetLength ¶
func (x *RandomStringField) GetLength() int32
func (*RandomStringField) ProtoMessage ¶
func (*RandomStringField) ProtoMessage()
func (*RandomStringField) ProtoReflect ¶
func (x *RandomStringField) ProtoReflect() protoreflect.Message
func (*RandomStringField) Reset ¶
func (x *RandomStringField) Reset()
func (*RandomStringField) String ¶
func (x *RandomStringField) String() string
func (*RandomStringField) Validate ¶
func (m *RandomStringField) Validate() error
Validate checks the field values on RandomStringField with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*RandomStringField) ValidateAll ¶
func (m *RandomStringField) ValidateAll() error
ValidateAll checks the field values on RandomStringField with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RandomStringFieldMultiError, or nil if none found.
type RandomStringFieldMultiError ¶
type RandomStringFieldMultiError []error
RandomStringFieldMultiError is an error wrapping multiple validation errors returned by RandomStringField.ValidateAll() if the designated constraints aren't met.
func (RandomStringFieldMultiError) AllErrors ¶
func (m RandomStringFieldMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RandomStringFieldMultiError) Error ¶
func (m RandomStringFieldMultiError) Error() string
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 ¶
func (e RandomStringFieldValidationError) Cause() error
Cause function returns cause value.
func (RandomStringFieldValidationError) Error ¶
func (e RandomStringFieldValidationError) Error() string
Error satisfies the builtin error interface
func (RandomStringFieldValidationError) ErrorName ¶
func (e RandomStringFieldValidationError) ErrorName() string
ErrorName returns error name.
func (RandomStringFieldValidationError) Field ¶
func (e RandomStringFieldValidationError) Field() string
Field function returns field value.
func (RandomStringFieldValidationError) Key ¶
func (e RandomStringFieldValidationError) Key() bool
Key function returns key value.
func (RandomStringFieldValidationError) Reason ¶
func (e RandomStringFieldValidationError) Reason() string
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 (x *RateLimitDescription) GetStatus() RateLimitDescription_Status
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 ¶
func (m RateLimitDescriptionMultiError) Error() string
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 ¶
func (e RateLimitDescriptionValidationError) Cause() error
Cause function returns cause value.
func (RateLimitDescriptionValidationError) Error ¶
func (e RateLimitDescriptionValidationError) Error() string
Error satisfies the builtin error interface
func (RateLimitDescriptionValidationError) ErrorName ¶
func (e RateLimitDescriptionValidationError) ErrorName() string
ErrorName returns error name.
func (RateLimitDescriptionValidationError) Field ¶
func (e RateLimitDescriptionValidationError) Field() string
Field function returns field value.
func (RateLimitDescriptionValidationError) Key ¶
func (e RateLimitDescriptionValidationError) Key() bool
Key function returns key value.
func (RateLimitDescriptionValidationError) Reason ¶
func (e RateLimitDescriptionValidationError) Reason() string
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) Descriptor() protoreflect.EnumDescriptor
func (RateLimitDescription_Status) Enum ¶
func (x RateLimitDescription_Status) Enum() *RateLimitDescription_Status
func (RateLimitDescription_Status) EnumDescriptor
deprecated
func (RateLimitDescription_Status) EnumDescriptor() ([]byte, []int)
Deprecated: Use RateLimitDescription_Status.Descriptor instead.
func (RateLimitDescription_Status) Number ¶
func (x RateLimitDescription_Status) Number() protoreflect.EnumNumber
func (RateLimitDescription_Status) String ¶
func (x RateLimitDescription_Status) String() string
func (RateLimitDescription_Status) Type ¶
func (RateLimitDescription_Status) Type() protoreflect.EnumType
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) GetRequestId ¶
func (*RequestId) ProtoMessage ¶
func (*RequestId) ProtoMessage()
func (*RequestId) ProtoReflect ¶
func (x *RequestId) ProtoReflect() protoreflect.Message
func (*RequestId) Validate ¶
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 ¶
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 ¶
func (e RequestIdValidationError) Key() bool
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"` // contains filtered or unexported fields }
func (*Resource) Descriptor
deprecated
func (*Resource) GetAnnotations ¶
func (*Resource) GetBatonResource ¶ added in v0.0.20
func (*Resource) GetDescription ¶ added in v0.0.19
func (*Resource) GetDisplayName ¶
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) Validate ¶
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 ¶
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 ¶
func (e ResourceIdValidationError) Error() string
Error satisfies the builtin error interface
func (ResourceIdValidationError) ErrorName ¶
func (e ResourceIdValidationError) ErrorName() string
ErrorName returns error name.
func (ResourceIdValidationError) Field ¶
func (e ResourceIdValidationError) Field() string
Field function returns field value.
func (ResourceIdValidationError) Key ¶
func (e ResourceIdValidationError) Key() bool
Key function returns key value.
func (ResourceIdValidationError) Reason ¶
func (e ResourceIdValidationError) Reason() string
Reason function returns reason value.
type ResourceMultiError ¶
type ResourceMultiError []error
ResourceMultiError is an error wrapping multiple validation errors returned by Resource.ValidateAll() if the designated constraints aren't met.
func (ResourceMultiError) AllErrors ¶
func (m ResourceMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ResourceMultiError) Error ¶
func (m ResourceMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ResourceType ¶
type ResourceType struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` Traits []ResourceType_Trait `protobuf:"varint,3,rep,packed,name=traits,proto3,enum=c1.connector.v2.ResourceType_Trait" json:"traits,omitempty"` Annotations []*anypb.Any `protobuf:"bytes,4,rep,name=annotations,proto3" json:"annotations,omitempty"` Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,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) GetTraits ¶
func (x *ResourceType) GetTraits() []ResourceType_Trait
func (*ResourceType) ProtoMessage ¶
func (*ResourceType) ProtoMessage()
func (*ResourceType) ProtoReflect ¶
func (x *ResourceType) ProtoReflect() protoreflect.Message
func (*ResourceType) Reset ¶
func (x *ResourceType) Reset()
func (*ResourceType) String ¶
func (x *ResourceType) String() string
func (*ResourceType) Validate ¶
func (m *ResourceType) Validate() error
Validate checks the field values on ResourceType with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ResourceType) ValidateAll ¶
func (m *ResourceType) ValidateAll() error
ValidateAll checks the field values on ResourceType with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ResourceTypeMultiError, or nil if none found.
type ResourceTypeMultiError ¶
type ResourceTypeMultiError []error
ResourceTypeMultiError is an error wrapping multiple validation errors returned by ResourceType.ValidateAll() if the designated constraints aren't met.
func (ResourceTypeMultiError) AllErrors ¶
func (m ResourceTypeMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ResourceTypeMultiError) Error ¶
func (m ResourceTypeMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ResourceTypeValidationError ¶
type ResourceTypeValidationError struct {
// contains filtered or unexported fields
}
ResourceTypeValidationError is the validation error returned by ResourceType.Validate if the designated constraints aren't met.
func (ResourceTypeValidationError) Cause ¶
func (e ResourceTypeValidationError) Cause() error
Cause function returns cause value.
func (ResourceTypeValidationError) Error ¶
func (e ResourceTypeValidationError) Error() string
Error satisfies the builtin error interface
func (ResourceTypeValidationError) ErrorName ¶
func (e ResourceTypeValidationError) ErrorName() string
ErrorName returns error name.
func (ResourceTypeValidationError) Field ¶
func (e ResourceTypeValidationError) Field() string
Field function returns field value.
func (ResourceTypeValidationError) Key ¶
func (e ResourceTypeValidationError) Key() bool
Key function returns key value.
func (ResourceTypeValidationError) Reason ¶
func (e ResourceTypeValidationError) Reason() string
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) Descriptor() protoreflect.EnumDescriptor
func (ResourceType_Trait) Enum ¶
func (x ResourceType_Trait) Enum() *ResourceType_Trait
func (ResourceType_Trait) EnumDescriptor
deprecated
func (ResourceType_Trait) EnumDescriptor() ([]byte, []int)
Deprecated: Use ResourceType_Trait.Descriptor instead.
func (ResourceType_Trait) Number ¶
func (x ResourceType_Trait) Number() protoreflect.EnumNumber
func (ResourceType_Trait) String ¶
func (x ResourceType_Trait) String() string
func (ResourceType_Trait) Type ¶
func (ResourceType_Trait) Type() protoreflect.EnumType
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.
func NewResourceTypesServiceClient ¶
func NewResourceTypesServiceClient(cc grpc.ClientConnInterface) ResourceTypesServiceClient
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
func (*ResourceTypesServiceListResourceTypesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ResourceTypesServiceListResourceTypesRequest.ProtoReflect.Descriptor instead.
func (*ResourceTypesServiceListResourceTypesRequest) GetAnnotations ¶
func (x *ResourceTypesServiceListResourceTypesRequest) GetAnnotations() []*anypb.Any
func (*ResourceTypesServiceListResourceTypesRequest) GetPageSize ¶
func (x *ResourceTypesServiceListResourceTypesRequest) GetPageSize() uint32
func (*ResourceTypesServiceListResourceTypesRequest) GetPageToken ¶
func (x *ResourceTypesServiceListResourceTypesRequest) GetPageToken() string
func (*ResourceTypesServiceListResourceTypesRequest) GetParent ¶
func (x *ResourceTypesServiceListResourceTypesRequest) GetParent() *Resource
func (*ResourceTypesServiceListResourceTypesRequest) ProtoMessage ¶
func (*ResourceTypesServiceListResourceTypesRequest) ProtoMessage()
func (*ResourceTypesServiceListResourceTypesRequest) ProtoReflect ¶
func (x *ResourceTypesServiceListResourceTypesRequest) ProtoReflect() protoreflect.Message
func (*ResourceTypesServiceListResourceTypesRequest) Reset ¶
func (x *ResourceTypesServiceListResourceTypesRequest) Reset()
func (*ResourceTypesServiceListResourceTypesRequest) String ¶
func (x *ResourceTypesServiceListResourceTypesRequest) String() string
func (*ResourceTypesServiceListResourceTypesRequest) Validate ¶
func (m *ResourceTypesServiceListResourceTypesRequest) Validate() error
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 ¶
func (m *ResourceTypesServiceListResourceTypesRequest) ValidateAll() error
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 ¶
func (m ResourceTypesServiceListResourceTypesRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ResourceTypesServiceListResourceTypesRequestMultiError) Error ¶
func (m ResourceTypesServiceListResourceTypesRequestMultiError) Error() string
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 ¶
func (e ResourceTypesServiceListResourceTypesRequestValidationError) Cause() error
Cause function returns cause value.
func (ResourceTypesServiceListResourceTypesRequestValidationError) Error ¶
func (e ResourceTypesServiceListResourceTypesRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ResourceTypesServiceListResourceTypesRequestValidationError) ErrorName ¶
func (e ResourceTypesServiceListResourceTypesRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ResourceTypesServiceListResourceTypesRequestValidationError) Field ¶
func (e ResourceTypesServiceListResourceTypesRequestValidationError) Field() string
Field function returns field value.
func (ResourceTypesServiceListResourceTypesRequestValidationError) Key ¶
func (e ResourceTypesServiceListResourceTypesRequestValidationError) Key() bool
Key function returns key value.
func (ResourceTypesServiceListResourceTypesRequestValidationError) Reason ¶
func (e ResourceTypesServiceListResourceTypesRequestValidationError) Reason() string
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
func (*ResourceTypesServiceListResourceTypesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ResourceTypesServiceListResourceTypesResponse.ProtoReflect.Descriptor instead.
func (*ResourceTypesServiceListResourceTypesResponse) GetAnnotations ¶
func (x *ResourceTypesServiceListResourceTypesResponse) GetAnnotations() []*anypb.Any
func (*ResourceTypesServiceListResourceTypesResponse) GetList ¶
func (x *ResourceTypesServiceListResourceTypesResponse) GetList() []*ResourceType
func (*ResourceTypesServiceListResourceTypesResponse) GetNextPageToken ¶
func (x *ResourceTypesServiceListResourceTypesResponse) GetNextPageToken() string
func (*ResourceTypesServiceListResourceTypesResponse) ProtoMessage ¶
func (*ResourceTypesServiceListResourceTypesResponse) ProtoMessage()
func (*ResourceTypesServiceListResourceTypesResponse) ProtoReflect ¶
func (x *ResourceTypesServiceListResourceTypesResponse) ProtoReflect() protoreflect.Message
func (*ResourceTypesServiceListResourceTypesResponse) Reset ¶
func (x *ResourceTypesServiceListResourceTypesResponse) Reset()
func (*ResourceTypesServiceListResourceTypesResponse) String ¶
func (x *ResourceTypesServiceListResourceTypesResponse) String() string
func (*ResourceTypesServiceListResourceTypesResponse) Validate ¶
func (m *ResourceTypesServiceListResourceTypesResponse) Validate() error
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 ¶
func (m *ResourceTypesServiceListResourceTypesResponse) ValidateAll() error
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 ¶
func (m ResourceTypesServiceListResourceTypesResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ResourceTypesServiceListResourceTypesResponseMultiError) Error ¶
func (m ResourceTypesServiceListResourceTypesResponseMultiError) Error() string
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 ¶
func (e ResourceTypesServiceListResourceTypesResponseValidationError) Cause() error
Cause function returns cause value.
func (ResourceTypesServiceListResourceTypesResponseValidationError) Error ¶
func (e ResourceTypesServiceListResourceTypesResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ResourceTypesServiceListResourceTypesResponseValidationError) ErrorName ¶
func (e ResourceTypesServiceListResourceTypesResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ResourceTypesServiceListResourceTypesResponseValidationError) Field ¶
func (e ResourceTypesServiceListResourceTypesResponseValidationError) Field() string
Field function returns field value.
func (ResourceTypesServiceListResourceTypesResponseValidationError) Key ¶
func (e ResourceTypesServiceListResourceTypesResponseValidationError) Key() bool
Key function returns key value.
func (ResourceTypesServiceListResourceTypesResponseValidationError) Reason ¶
func (e ResourceTypesServiceListResourceTypesResponseValidationError) Reason() string
Reason function returns reason value.
type ResourceTypesServiceServer ¶
type ResourceTypesServiceServer interface {
ListResourceTypes(context.Context, *ResourceTypesServiceListResourceTypesRequest) (*ResourceTypesServiceListResourceTypesResponse, error)
}
ResourceTypesServiceServer is the server API for ResourceTypesService service. All implementations should embed UnimplementedResourceTypesServiceServer for forward compatibility
type ResourceValidationError ¶
type ResourceValidationError struct {
// contains filtered or unexported fields
}
ResourceValidationError is the validation error returned by Resource.Validate if the designated constraints aren't met.
func (ResourceValidationError) Cause ¶
func (e ResourceValidationError) Cause() error
Cause function returns cause value.
func (ResourceValidationError) Error ¶
func (e ResourceValidationError) Error() string
Error satisfies the builtin error interface
func (ResourceValidationError) ErrorName ¶
func (e ResourceValidationError) ErrorName() string
ErrorName returns error name.
func (ResourceValidationError) Field ¶
func (e ResourceValidationError) Field() string
Field function returns field value.
func (ResourceValidationError) Key ¶
func (e ResourceValidationError) Key() bool
Key function returns key value.
func (ResourceValidationError) Reason ¶
func (e ResourceValidationError) Reason() string
Reason function returns reason value.
type ResourcesServiceClient ¶
type ResourcesServiceClient interface {
ListResources(ctx context.Context, in *ResourcesServiceListResourcesRequest, opts ...grpc.CallOption) (*ResourcesServiceListResourcesResponse, error)
}
ResourcesServiceClient is the client API for ResourcesService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewResourcesServiceClient ¶
func NewResourcesServiceClient(cc grpc.ClientConnInterface) ResourcesServiceClient
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 (x *ResourcesServiceListResourcesRequest) GetPageSize() uint32
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 (x *ResourcesServiceListResourcesRequest) ProtoReflect() protoreflect.Message
func (*ResourcesServiceListResourcesRequest) Reset ¶
func (x *ResourcesServiceListResourcesRequest) Reset()
func (*ResourcesServiceListResourcesRequest) String ¶
func (x *ResourcesServiceListResourcesRequest) String() string
func (*ResourcesServiceListResourcesRequest) Validate ¶
func (m *ResourcesServiceListResourcesRequest) Validate() error
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 ¶
func (m *ResourcesServiceListResourcesRequest) ValidateAll() error
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 ¶
func (m ResourcesServiceListResourcesRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ResourcesServiceListResourcesRequestMultiError) Error ¶
func (m ResourcesServiceListResourcesRequestMultiError) Error() string
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 ¶
func (e ResourcesServiceListResourcesRequestValidationError) Cause() error
Cause function returns cause value.
func (ResourcesServiceListResourcesRequestValidationError) Error ¶
func (e ResourcesServiceListResourcesRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ResourcesServiceListResourcesRequestValidationError) ErrorName ¶
func (e ResourcesServiceListResourcesRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ResourcesServiceListResourcesRequestValidationError) Field ¶
func (e ResourcesServiceListResourcesRequestValidationError) Field() string
Field function returns field value.
func (ResourcesServiceListResourcesRequestValidationError) Key ¶
func (e ResourcesServiceListResourcesRequestValidationError) Key() bool
Key function returns key value.
func (ResourcesServiceListResourcesRequestValidationError) Reason ¶
func (e ResourcesServiceListResourcesRequestValidationError) Reason() string
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 (x *ResourcesServiceListResourcesResponse) GetList() []*Resource
func (*ResourcesServiceListResourcesResponse) GetNextPageToken ¶
func (x *ResourcesServiceListResourcesResponse) GetNextPageToken() string
func (*ResourcesServiceListResourcesResponse) ProtoMessage ¶
func (*ResourcesServiceListResourcesResponse) ProtoMessage()
func (*ResourcesServiceListResourcesResponse) ProtoReflect ¶
func (x *ResourcesServiceListResourcesResponse) ProtoReflect() protoreflect.Message
func (*ResourcesServiceListResourcesResponse) Reset ¶
func (x *ResourcesServiceListResourcesResponse) Reset()
func (*ResourcesServiceListResourcesResponse) String ¶
func (x *ResourcesServiceListResourcesResponse) String() string
func (*ResourcesServiceListResourcesResponse) Validate ¶
func (m *ResourcesServiceListResourcesResponse) Validate() error
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 ¶
func (m *ResourcesServiceListResourcesResponse) ValidateAll() error
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 ¶
func (m ResourcesServiceListResourcesResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ResourcesServiceListResourcesResponseMultiError) Error ¶
func (m ResourcesServiceListResourcesResponseMultiError) Error() string
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 ¶
func (e ResourcesServiceListResourcesResponseValidationError) Cause() error
Cause function returns cause value.
func (ResourcesServiceListResourcesResponseValidationError) Error ¶
func (e ResourcesServiceListResourcesResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ResourcesServiceListResourcesResponseValidationError) ErrorName ¶
func (e ResourcesServiceListResourcesResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ResourcesServiceListResourcesResponseValidationError) Field ¶
func (e ResourcesServiceListResourcesResponseValidationError) Field() string
Field function returns field value.
func (ResourcesServiceListResourcesResponseValidationError) Key ¶
func (e ResourcesServiceListResourcesResponseValidationError) Key() bool
Key function returns key value.
func (ResourcesServiceListResourcesResponseValidationError) Reason ¶
func (e ResourcesServiceListResourcesResponseValidationError) Reason() string
Reason function returns reason value.
type ResourcesServiceServer ¶
type ResourcesServiceServer interface {
ListResources(context.Context, *ResourcesServiceListResourcesRequest) (*ResourcesServiceListResourcesResponse, error)
}
ResourcesServiceServer is the server API for ResourcesService service. All implementations should embed UnimplementedResourcesServiceServer for forward compatibility
type RoleTrait ¶
type RoleTrait struct { Profile *structpb.Struct `protobuf:"bytes,1,opt,name=profile,proto3" json:"profile,omitempty"` // contains filtered or unexported fields }
func (*RoleTrait) Descriptor
deprecated
func (*RoleTrait) GetProfile ¶
func (*RoleTrait) ProtoMessage ¶
func (*RoleTrait) ProtoMessage()
func (*RoleTrait) ProtoReflect ¶
func (x *RoleTrait) ProtoReflect() protoreflect.Message
func (*RoleTrait) Validate ¶
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 ¶
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 ¶
func (e RoleTraitValidationError) Key() bool
Key function returns key value.
func (RoleTraitValidationError) Reason ¶
func (e RoleTraitValidationError) Reason() string
Reason function returns reason value.
type SchemaServiceClient ¶
type SchemaServiceClient interface {
GetSchema(ctx context.Context, in *SchemaServiceGetSchemaRequest, opts ...grpc.CallOption) (*SchemaServiceGetSchemaResponse, error)
}
SchemaServiceClient is the client API for SchemaService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewSchemaServiceClient ¶
func NewSchemaServiceClient(cc grpc.ClientConnInterface) SchemaServiceClient
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 (x *SchemaServiceGetSchemaRequest) ProtoReflect() protoreflect.Message
func (*SchemaServiceGetSchemaRequest) Reset ¶
func (x *SchemaServiceGetSchemaRequest) Reset()
func (*SchemaServiceGetSchemaRequest) String ¶
func (x *SchemaServiceGetSchemaRequest) String() 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 ¶
func (m SchemaServiceGetSchemaRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SchemaServiceGetSchemaRequestMultiError) Error ¶
func (m SchemaServiceGetSchemaRequestMultiError) Error() string
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 ¶
func (e SchemaServiceGetSchemaRequestValidationError) Cause() error
Cause function returns cause value.
func (SchemaServiceGetSchemaRequestValidationError) Error ¶
func (e SchemaServiceGetSchemaRequestValidationError) Error() string
Error satisfies the builtin error interface
func (SchemaServiceGetSchemaRequestValidationError) ErrorName ¶
func (e SchemaServiceGetSchemaRequestValidationError) ErrorName() string
ErrorName returns error name.
func (SchemaServiceGetSchemaRequestValidationError) Field ¶
func (e SchemaServiceGetSchemaRequestValidationError) Field() string
Field function returns field value.
func (SchemaServiceGetSchemaRequestValidationError) Key ¶
func (e SchemaServiceGetSchemaRequestValidationError) Key() bool
Key function returns key value.
func (SchemaServiceGetSchemaRequestValidationError) Reason ¶
func (e SchemaServiceGetSchemaRequestValidationError) Reason() string
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 (x *SchemaServiceGetSchemaResponse) GetSchema() *ConfigSchema
func (*SchemaServiceGetSchemaResponse) GetVersion ¶
func (x *SchemaServiceGetSchemaResponse) GetVersion() string
func (*SchemaServiceGetSchemaResponse) ProtoMessage ¶
func (*SchemaServiceGetSchemaResponse) ProtoMessage()
func (*SchemaServiceGetSchemaResponse) ProtoReflect ¶
func (x *SchemaServiceGetSchemaResponse) ProtoReflect() protoreflect.Message
func (*SchemaServiceGetSchemaResponse) Reset ¶
func (x *SchemaServiceGetSchemaResponse) Reset()
func (*SchemaServiceGetSchemaResponse) String ¶
func (x *SchemaServiceGetSchemaResponse) String() 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 ¶
func (m SchemaServiceGetSchemaResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SchemaServiceGetSchemaResponseMultiError) Error ¶
func (m SchemaServiceGetSchemaResponseMultiError) Error() string
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 ¶
func (e SchemaServiceGetSchemaResponseValidationError) Cause() error
Cause function returns cause value.
func (SchemaServiceGetSchemaResponseValidationError) Error ¶
func (e SchemaServiceGetSchemaResponseValidationError) Error() string
Error satisfies the builtin error interface
func (SchemaServiceGetSchemaResponseValidationError) ErrorName ¶
func (e SchemaServiceGetSchemaResponseValidationError) ErrorName() string
ErrorName returns error name.
func (SchemaServiceGetSchemaResponseValidationError) Field ¶
func (e SchemaServiceGetSchemaResponseValidationError) Field() string
Field function returns field value.
func (SchemaServiceGetSchemaResponseValidationError) Key ¶
func (e SchemaServiceGetSchemaResponseValidationError) Key() bool
Key function returns key value.
func (SchemaServiceGetSchemaResponseValidationError) Reason ¶
func (e SchemaServiceGetSchemaResponseValidationError) Reason() string
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 ¶
func (e SelectFieldValidationError) Cause() error
Cause function returns cause value.
func (SelectFieldValidationError) Error ¶
func (e SelectFieldValidationError) Error() string
Error satisfies the builtin error interface
func (SelectFieldValidationError) ErrorName ¶
func (e SelectFieldValidationError) ErrorName() string
ErrorName returns error name.
func (SelectFieldValidationError) Field ¶
func (e SelectFieldValidationError) Field() string
Field function returns field value.
func (SelectFieldValidationError) Key ¶
func (e SelectFieldValidationError) Key() bool
Key function returns key value.
func (SelectFieldValidationError) Reason ¶
func (e SelectFieldValidationError) Reason() string
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 ¶
func (m SelectField_ItemMultiError) Error() string
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 ¶
func (e SelectField_ItemValidationError) Cause() error
Cause function returns cause value.
func (SelectField_ItemValidationError) Error ¶
func (e SelectField_ItemValidationError) Error() string
Error satisfies the builtin error interface
func (SelectField_ItemValidationError) ErrorName ¶
func (e SelectField_ItemValidationError) ErrorName() string
ErrorName returns error name.
func (SelectField_ItemValidationError) Field ¶
func (e SelectField_ItemValidationError) Field() string
Field function returns field value.
func (SelectField_ItemValidationError) Key ¶
func (e SelectField_ItemValidationError) Key() bool
Key function returns key value.
func (SelectField_ItemValidationError) Reason ¶
func (e SelectField_ItemValidationError) Reason() string
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 (x *SkipEntitlementsAndGrants) ProtoReflect() protoreflect.Message
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
func (m SkipEntitlementsAndGrantsMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SkipEntitlementsAndGrantsMultiError) Error ¶ added in v0.0.31
func (m SkipEntitlementsAndGrantsMultiError) Error() string
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
func (e SkipEntitlementsAndGrantsValidationError) Cause() error
Cause function returns cause value.
func (SkipEntitlementsAndGrantsValidationError) Error ¶ added in v0.0.31
func (e SkipEntitlementsAndGrantsValidationError) Error() string
Error satisfies the builtin error interface
func (SkipEntitlementsAndGrantsValidationError) ErrorName ¶ added in v0.0.31
func (e SkipEntitlementsAndGrantsValidationError) ErrorName() string
ErrorName returns error name.
func (SkipEntitlementsAndGrantsValidationError) Field ¶ added in v0.0.31
func (e SkipEntitlementsAndGrantsValidationError) Field() string
Field function returns field value.
func (SkipEntitlementsAndGrantsValidationError) Key ¶ added in v0.0.31
func (e SkipEntitlementsAndGrantsValidationError) Key() bool
Key function returns key value.
func (SkipEntitlementsAndGrantsValidationError) Reason ¶ added in v0.0.31
func (e SkipEntitlementsAndGrantsValidationError) Reason() string
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 ¶
func (e StringFieldValidationError) Cause() error
Cause function returns cause value.
func (StringFieldValidationError) Error ¶
func (e StringFieldValidationError) Error() string
Error satisfies the builtin error interface
func (StringFieldValidationError) ErrorName ¶
func (e StringFieldValidationError) ErrorName() string
ErrorName returns error name.
func (StringFieldValidationError) Field ¶
func (e StringFieldValidationError) Field() string
Field function returns field value.
func (StringFieldValidationError) Key ¶
func (e StringFieldValidationError) Key() bool
Key function returns key value.
func (StringFieldValidationError) Reason ¶
func (e StringFieldValidationError) Reason() string
Reason function returns reason value.
type UnimplementedAssetServiceServer ¶
type UnimplementedAssetServiceServer struct { }
UnimplementedAssetServiceServer should be embedded to have forward compatible implementations.
type UnimplementedConnectorServiceServer ¶
type UnimplementedConnectorServiceServer struct { }
UnimplementedConnectorServiceServer should be embedded to have forward compatible implementations.
func (UnimplementedConnectorServiceServer) GetMetadata ¶
func (UnimplementedConnectorServiceServer) GetMetadata(context.Context, *ConnectorServiceGetMetadataRequest) (*ConnectorServiceGetMetadataResponse, error)
type UnimplementedEntitlementsServiceServer ¶
type UnimplementedEntitlementsServiceServer struct { }
UnimplementedEntitlementsServiceServer should be embedded to have forward compatible implementations.
func (UnimplementedEntitlementsServiceServer) ListEntitlements ¶
func (UnimplementedEntitlementsServiceServer) ListEntitlements(context.Context, *EntitlementsServiceListEntitlementsRequest) (*EntitlementsServiceListEntitlementsResponse, error)
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.
func (UnimplementedGrantsServiceServer) ListGrants ¶
func (UnimplementedGrantsServiceServer) ListGrants(context.Context, *GrantsServiceListGrantsRequest) (*GrantsServiceListGrantsResponse, error)
type UnimplementedResourceTypesServiceServer ¶
type UnimplementedResourceTypesServiceServer struct { }
UnimplementedResourceTypesServiceServer should be embedded to have forward compatible implementations.
func (UnimplementedResourceTypesServiceServer) ListResourceTypes ¶
func (UnimplementedResourceTypesServiceServer) ListResourceTypes(context.Context, *ResourceTypesServiceListResourceTypesRequest) (*ResourceTypesServiceListResourceTypesResponse, error)
type UnimplementedResourcesServiceServer ¶
type UnimplementedResourcesServiceServer struct { }
UnimplementedResourcesServiceServer should be embedded to have forward compatible implementations.
func (UnimplementedResourcesServiceServer) ListResources ¶
func (UnimplementedResourcesServiceServer) ListResources(context.Context, *ResourcesServiceListResourcesRequest) (*ResourcesServiceListResourcesResponse, error)
type UnimplementedSchemaServiceServer ¶
type UnimplementedSchemaServiceServer struct { }
UnimplementedSchemaServiceServer should be embedded to have forward compatible implementations.
func (UnimplementedSchemaServiceServer) GetSchema ¶
func (UnimplementedSchemaServiceServer) GetSchema(context.Context, *SchemaServiceGetSchemaRequest) (*SchemaServiceGetSchemaResponse, error)
type UnsafeAssetServiceServer ¶
type UnsafeAssetServiceServer interface {
// contains filtered or unexported methods
}
UnsafeAssetServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AssetServiceServer will result in compilation errors.
type UnsafeConnectorServiceServer ¶
type UnsafeConnectorServiceServer interface {
// contains filtered or unexported methods
}
UnsafeConnectorServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ConnectorServiceServer will result in compilation errors.
type UnsafeEntitlementsServiceServer ¶
type UnsafeEntitlementsServiceServer interface {
// contains filtered or unexported methods
}
UnsafeEntitlementsServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to EntitlementsServiceServer will result in compilation errors.
type UnsafeGrantManagerServiceServer ¶
type UnsafeGrantManagerServiceServer interface {
// contains filtered or unexported methods
}
UnsafeGrantManagerServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to GrantManagerServiceServer will result in compilation errors.
type UnsafeGrantsServiceServer ¶
type UnsafeGrantsServiceServer interface {
// contains filtered or unexported methods
}
UnsafeGrantsServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to GrantsServiceServer will result in compilation errors.
type UnsafeResourceTypesServiceServer ¶
type UnsafeResourceTypesServiceServer interface {
// contains filtered or unexported methods
}
UnsafeResourceTypesServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ResourceTypesServiceServer will result in compilation errors.
type UnsafeResourcesServiceServer ¶
type UnsafeResourcesServiceServer interface {
// contains filtered or unexported methods
}
UnsafeResourcesServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ResourcesServiceServer will result in compilation errors.
type UnsafeSchemaServiceServer ¶
type UnsafeSchemaServiceServer interface {
// contains filtered or unexported methods
}
UnsafeSchemaServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SchemaServiceServer will result in compilation errors.
type UserTrait ¶
type UserTrait struct { Emails []*UserTrait_Email `protobuf:"bytes,1,rep,name=emails,proto3" json:"emails,omitempty"` Status *UserTrait_Status `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"` Profile *structpb.Struct `protobuf:"bytes,3,opt,name=profile,proto3" json:"profile,omitempty"` Icon *AssetRef `protobuf:"bytes,4,opt,name=icon,proto3" json:"icon,omitempty"` AccountType UserTrait_AccountType `` /* 138-byte string literal not displayed */ // contains filtered or unexported fields }
func (*UserTrait) Descriptor
deprecated
func (*UserTrait) GetAccountType ¶ added in v0.0.18
func (x *UserTrait) GetAccountType() UserTrait_AccountType
func (*UserTrait) GetEmails ¶
func (x *UserTrait) GetEmails() []*UserTrait_Email
func (*UserTrait) GetProfile ¶
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) Validate ¶
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 ¶
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 ¶
func (e UserTraitValidationError) Key() bool
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) Descriptor() protoreflect.EnumDescriptor
func (UserTrait_AccountType) Enum ¶ added in v0.0.18
func (x UserTrait_AccountType) Enum() *UserTrait_AccountType
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 (x UserTrait_AccountType) Number() protoreflect.EnumNumber
func (UserTrait_AccountType) String ¶ added in v0.0.18
func (x UserTrait_AccountType) String() string
func (UserTrait_AccountType) Type ¶ added in v0.0.18
func (UserTrait_AccountType) Type() protoreflect.EnumType
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 ¶
func (m UserTrait_EmailMultiError) Error() string
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 ¶
func (e UserTrait_EmailValidationError) Cause() error
Cause function returns cause value.
func (UserTrait_EmailValidationError) Error ¶
func (e UserTrait_EmailValidationError) Error() string
Error satisfies the builtin error interface
func (UserTrait_EmailValidationError) ErrorName ¶
func (e UserTrait_EmailValidationError) ErrorName() string
ErrorName returns error name.
func (UserTrait_EmailValidationError) Field ¶
func (e UserTrait_EmailValidationError) Field() string
Field function returns field value.
func (UserTrait_EmailValidationError) Key ¶
func (e UserTrait_EmailValidationError) Key() bool
Key function returns key value.
func (UserTrait_EmailValidationError) Reason ¶
func (e UserTrait_EmailValidationError) Reason() string
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 (x *UserTrait_Status) GetStatus() UserTrait_Status_Status
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 ¶
func (m UserTrait_StatusMultiError) Error() string
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 ¶
func (e UserTrait_StatusValidationError) Cause() error
Cause function returns cause value.
func (UserTrait_StatusValidationError) Error ¶
func (e UserTrait_StatusValidationError) Error() string
Error satisfies the builtin error interface
func (UserTrait_StatusValidationError) ErrorName ¶
func (e UserTrait_StatusValidationError) ErrorName() string
ErrorName returns error name.
func (UserTrait_StatusValidationError) Field ¶
func (e UserTrait_StatusValidationError) Field() string
Field function returns field value.
func (UserTrait_StatusValidationError) Key ¶
func (e UserTrait_StatusValidationError) Key() bool
Key function returns key value.
func (UserTrait_StatusValidationError) Reason ¶
func (e UserTrait_StatusValidationError) Reason() string
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) Descriptor() protoreflect.EnumDescriptor
func (UserTrait_Status_Status) Enum ¶
func (x UserTrait_Status_Status) Enum() *UserTrait_Status_Status
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 (x UserTrait_Status_Status) Number() protoreflect.EnumNumber
func (UserTrait_Status_Status) String ¶
func (x UserTrait_Status_Status) String() string
func (UserTrait_Status_Status) Type ¶
func (UserTrait_Status_Status) Type() protoreflect.EnumType
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 ¶
func (e V1IdentifierValidationError) Cause() error
Cause function returns cause value.
func (V1IdentifierValidationError) Error ¶
func (e V1IdentifierValidationError) Error() string
Error satisfies the builtin error interface
func (V1IdentifierValidationError) ErrorName ¶
func (e V1IdentifierValidationError) ErrorName() string
ErrorName returns error name.
func (V1IdentifierValidationError) Field ¶
func (e V1IdentifierValidationError) Field() string
Field function returns field value.
func (V1IdentifierValidationError) Key ¶
func (e V1IdentifierValidationError) Key() bool
Key function returns key value.
func (V1IdentifierValidationError) Reason ¶
func (e V1IdentifierValidationError) Reason() string
Reason function returns reason value.
Source Files ¶
- annotation_etag.pb.go
- annotation_etag.pb.validate.go
- annotation_external_link.pb.go
- annotation_external_link.pb.validate.go
- annotation_grant.pb.go
- annotation_grant.pb.validate.go
- annotation_ratelimit.pb.go
- annotation_ratelimit.pb.validate.go
- annotation_request.pb.go
- annotation_request.pb.validate.go
- annotation_resource_tree.pb.go
- annotation_resource_tree.pb.validate.go
- annotation_trait.pb.go
- annotation_trait.pb.validate.go
- annotation_v1_identifier.pb.go
- annotation_v1_identifier.pb.validate.go
- asset.pb.go
- asset.pb.validate.go
- asset_grpc.pb.go
- config.pb.go
- config.pb.validate.go
- config_grpc.pb.go
- connector.pb.go
- connector.pb.validate.go
- connector_grpc.pb.go
- entitlement.pb.go
- entitlement.pb.validate.go
- entitlement_grpc.pb.go
- grant.pb.go
- grant.pb.validate.go
- grant_grpc.pb.go
- resource.pb.go
- resource.pb.validate.go
- resource_grpc.pb.go