Documentation ¶
Index ¶
- Variables
- func RegisterAccountManagerServiceServer(s grpc.ServiceRegistrar, srv AccountManagerServiceServer)
- func RegisterAssetServiceServer(s grpc.ServiceRegistrar, srv AssetServiceServer)
- func RegisterConnectorServiceServer(s grpc.ServiceRegistrar, srv ConnectorServiceServer)
- func RegisterCredentialManagerServiceServer(s grpc.ServiceRegistrar, srv CredentialManagerServiceServer)
- func RegisterEntitlementsServiceServer(s grpc.ServiceRegistrar, srv EntitlementsServiceServer)
- func RegisterEventServiceServer(s grpc.ServiceRegistrar, srv EventServiceServer)
- func RegisterGrantManagerServiceServer(s grpc.ServiceRegistrar, srv GrantManagerServiceServer)
- func RegisterGrantsServiceServer(s grpc.ServiceRegistrar, srv GrantsServiceServer)
- func RegisterResourceManagerServiceServer(s grpc.ServiceRegistrar, srv ResourceManagerServiceServer)
- func RegisterResourceTypesServiceServer(s grpc.ServiceRegistrar, srv ResourceTypesServiceServer)
- func RegisterResourcesServiceServer(s grpc.ServiceRegistrar, srv ResourcesServiceServer)
- func RegisterSchemaServiceServer(s grpc.ServiceRegistrar, srv SchemaServiceServer)
- func RegisterTicketsServiceServer(s grpc.ServiceRegistrar, srv TicketsServiceServer)
- type AccountInfo
- func (*AccountInfo) Descriptor() ([]byte, []int)deprecated
- func (x *AccountInfo) GetEmails() []*AccountInfo_Email
- func (x *AccountInfo) GetLogin() string
- func (x *AccountInfo) GetLoginAliases() []string
- func (x *AccountInfo) GetProfile() *structpb.Struct
- func (*AccountInfo) ProtoMessage()
- func (x *AccountInfo) ProtoReflect() protoreflect.Message
- func (x *AccountInfo) Reset()
- func (x *AccountInfo) String() string
- func (m *AccountInfo) Validate() error
- func (m *AccountInfo) ValidateAll() error
- type AccountInfoMultiError
- type AccountInfoValidationError
- func (e AccountInfoValidationError) Cause() error
- func (e AccountInfoValidationError) Error() string
- func (e AccountInfoValidationError) ErrorName() string
- func (e AccountInfoValidationError) Field() string
- func (e AccountInfoValidationError) Key() bool
- func (e AccountInfoValidationError) Reason() string
- type AccountInfo_Email
- func (*AccountInfo_Email) Descriptor() ([]byte, []int)deprecated
- func (x *AccountInfo_Email) GetAddress() string
- func (x *AccountInfo_Email) GetIsPrimary() bool
- func (*AccountInfo_Email) ProtoMessage()
- func (x *AccountInfo_Email) ProtoReflect() protoreflect.Message
- func (x *AccountInfo_Email) Reset()
- func (x *AccountInfo_Email) String() string
- func (m *AccountInfo_Email) Validate() error
- func (m *AccountInfo_Email) ValidateAll() error
- type AccountInfo_EmailMultiError
- type AccountInfo_EmailValidationError
- func (e AccountInfo_EmailValidationError) Cause() error
- func (e AccountInfo_EmailValidationError) Error() string
- func (e AccountInfo_EmailValidationError) ErrorName() string
- func (e AccountInfo_EmailValidationError) Field() string
- func (e AccountInfo_EmailValidationError) Key() bool
- func (e AccountInfo_EmailValidationError) Reason() string
- type AccountManagerServiceClient
- type AccountManagerServiceServer
- type AppTrait
- func (*AppTrait) Descriptor() ([]byte, []int)deprecated
- func (x *AppTrait) GetFlags() []AppTrait_AppFlag
- 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 AppTrait_AppFlag
- func (AppTrait_AppFlag) Descriptor() protoreflect.EnumDescriptor
- func (x AppTrait_AppFlag) Enum() *AppTrait_AppFlag
- func (AppTrait_AppFlag) EnumDescriptor() ([]byte, []int)deprecated
- func (x AppTrait_AppFlag) Number() protoreflect.EnumNumber
- func (x AppTrait_AppFlag) String() string
- func (AppTrait_AppFlag) Type() protoreflect.EnumType
- 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 Capability
- 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 ConnectorCapabilities
- func (*ConnectorCapabilities) Descriptor() ([]byte, []int)deprecated
- func (x *ConnectorCapabilities) GetConnectorCapabilities() []Capability
- func (x *ConnectorCapabilities) GetResourceTypeCapabilities() []*ResourceTypeCapability
- func (*ConnectorCapabilities) ProtoMessage()
- func (x *ConnectorCapabilities) ProtoReflect() protoreflect.Message
- func (x *ConnectorCapabilities) Reset()
- func (x *ConnectorCapabilities) String() string
- func (m *ConnectorCapabilities) Validate() error
- func (m *ConnectorCapabilities) ValidateAll() error
- type ConnectorCapabilitiesMultiError
- type ConnectorCapabilitiesValidationError
- func (e ConnectorCapabilitiesValidationError) Cause() error
- func (e ConnectorCapabilitiesValidationError) Error() string
- func (e ConnectorCapabilitiesValidationError) ErrorName() string
- func (e ConnectorCapabilitiesValidationError) Field() string
- func (e ConnectorCapabilitiesValidationError) Key() bool
- func (e ConnectorCapabilitiesValidationError) Reason() string
- type ConnectorMetadata
- func (*ConnectorMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *ConnectorMetadata) GetAnnotations() []*anypb.Any
- func (x *ConnectorMetadata) GetCapabilities() *ConnectorCapabilities
- 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 CreateAccountRequest
- func (*CreateAccountRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateAccountRequest) GetAccountInfo() *AccountInfo
- func (x *CreateAccountRequest) GetCredentialOptions() *CredentialOptions
- func (x *CreateAccountRequest) GetEncryptionConfigs() []*EncryptionConfig
- func (*CreateAccountRequest) ProtoMessage()
- func (x *CreateAccountRequest) ProtoReflect() protoreflect.Message
- func (x *CreateAccountRequest) Reset()
- func (x *CreateAccountRequest) String() string
- func (m *CreateAccountRequest) Validate() error
- func (m *CreateAccountRequest) ValidateAll() error
- type CreateAccountRequestMultiError
- type CreateAccountRequestValidationError
- func (e CreateAccountRequestValidationError) Cause() error
- func (e CreateAccountRequestValidationError) Error() string
- func (e CreateAccountRequestValidationError) ErrorName() string
- func (e CreateAccountRequestValidationError) Field() string
- func (e CreateAccountRequestValidationError) Key() bool
- func (e CreateAccountRequestValidationError) Reason() string
- type CreateAccountResponse
- func (*CreateAccountResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateAccountResponse) GetActionRequired() *CreateAccountResponse_ActionRequiredResult
- func (x *CreateAccountResponse) GetAnnotations() []*anypb.Any
- func (x *CreateAccountResponse) GetEncryptedData() []*EncryptedData
- func (m *CreateAccountResponse) GetResult() isCreateAccountResponse_Result
- func (x *CreateAccountResponse) GetSuccess() *CreateAccountResponse_SuccessResult
- func (*CreateAccountResponse) ProtoMessage()
- func (x *CreateAccountResponse) ProtoReflect() protoreflect.Message
- func (x *CreateAccountResponse) Reset()
- func (x *CreateAccountResponse) String() string
- func (m *CreateAccountResponse) Validate() error
- func (m *CreateAccountResponse) ValidateAll() error
- type CreateAccountResponseMultiError
- type CreateAccountResponseValidationError
- func (e CreateAccountResponseValidationError) Cause() error
- func (e CreateAccountResponseValidationError) Error() string
- func (e CreateAccountResponseValidationError) ErrorName() string
- func (e CreateAccountResponseValidationError) Field() string
- func (e CreateAccountResponseValidationError) Key() bool
- func (e CreateAccountResponseValidationError) Reason() string
- type CreateAccountResponse_ActionRequired
- type CreateAccountResponse_ActionRequiredResult
- func (*CreateAccountResponse_ActionRequiredResult) Descriptor() ([]byte, []int)deprecated
- func (x *CreateAccountResponse_ActionRequiredResult) GetIsCreateAccountResult() bool
- func (x *CreateAccountResponse_ActionRequiredResult) GetMessage() string
- func (x *CreateAccountResponse_ActionRequiredResult) GetResource() *Resource
- func (*CreateAccountResponse_ActionRequiredResult) ProtoMessage()
- func (x *CreateAccountResponse_ActionRequiredResult) ProtoReflect() protoreflect.Message
- func (x *CreateAccountResponse_ActionRequiredResult) Reset()
- func (x *CreateAccountResponse_ActionRequiredResult) String() string
- func (m *CreateAccountResponse_ActionRequiredResult) Validate() error
- func (m *CreateAccountResponse_ActionRequiredResult) ValidateAll() error
- type CreateAccountResponse_ActionRequiredResultMultiError
- type CreateAccountResponse_ActionRequiredResultValidationError
- func (e CreateAccountResponse_ActionRequiredResultValidationError) Cause() error
- func (e CreateAccountResponse_ActionRequiredResultValidationError) Error() string
- func (e CreateAccountResponse_ActionRequiredResultValidationError) ErrorName() string
- func (e CreateAccountResponse_ActionRequiredResultValidationError) Field() string
- func (e CreateAccountResponse_ActionRequiredResultValidationError) Key() bool
- func (e CreateAccountResponse_ActionRequiredResultValidationError) Reason() string
- type CreateAccountResponse_Success
- type CreateAccountResponse_SuccessResult
- func (*CreateAccountResponse_SuccessResult) Descriptor() ([]byte, []int)deprecated
- func (x *CreateAccountResponse_SuccessResult) GetIsCreateAccountResult() bool
- func (x *CreateAccountResponse_SuccessResult) GetResource() *Resource
- func (*CreateAccountResponse_SuccessResult) ProtoMessage()
- func (x *CreateAccountResponse_SuccessResult) ProtoReflect() protoreflect.Message
- func (x *CreateAccountResponse_SuccessResult) Reset()
- func (x *CreateAccountResponse_SuccessResult) String() string
- func (m *CreateAccountResponse_SuccessResult) Validate() error
- func (m *CreateAccountResponse_SuccessResult) ValidateAll() error
- type CreateAccountResponse_SuccessResultMultiError
- type CreateAccountResponse_SuccessResultValidationError
- func (e CreateAccountResponse_SuccessResultValidationError) Cause() error
- func (e CreateAccountResponse_SuccessResultValidationError) Error() string
- func (e CreateAccountResponse_SuccessResultValidationError) ErrorName() string
- func (e CreateAccountResponse_SuccessResultValidationError) Field() string
- func (e CreateAccountResponse_SuccessResultValidationError) Key() bool
- func (e CreateAccountResponse_SuccessResultValidationError) Reason() string
- type CreateResourceRequest
- func (*CreateResourceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateResourceRequest) GetResource() *Resource
- func (*CreateResourceRequest) ProtoMessage()
- func (x *CreateResourceRequest) ProtoReflect() protoreflect.Message
- func (x *CreateResourceRequest) Reset()
- func (x *CreateResourceRequest) String() string
- func (m *CreateResourceRequest) Validate() error
- func (m *CreateResourceRequest) ValidateAll() error
- type CreateResourceRequestMultiError
- type CreateResourceRequestValidationError
- func (e CreateResourceRequestValidationError) Cause() error
- func (e CreateResourceRequestValidationError) Error() string
- func (e CreateResourceRequestValidationError) ErrorName() string
- func (e CreateResourceRequestValidationError) Field() string
- func (e CreateResourceRequestValidationError) Key() bool
- func (e CreateResourceRequestValidationError) Reason() string
- type CreateResourceResponse
- func (*CreateResourceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateResourceResponse) GetAnnotations() []*anypb.Any
- func (x *CreateResourceResponse) GetCreated() *Resource
- func (*CreateResourceResponse) ProtoMessage()
- func (x *CreateResourceResponse) ProtoReflect() protoreflect.Message
- func (x *CreateResourceResponse) Reset()
- func (x *CreateResourceResponse) String() string
- func (m *CreateResourceResponse) Validate() error
- func (m *CreateResourceResponse) ValidateAll() error
- type CreateResourceResponseMultiError
- type CreateResourceResponseValidationError
- func (e CreateResourceResponseValidationError) Cause() error
- func (e CreateResourceResponseValidationError) Error() string
- func (e CreateResourceResponseValidationError) ErrorName() string
- func (e CreateResourceResponseValidationError) Field() string
- func (e CreateResourceResponseValidationError) Key() bool
- func (e CreateResourceResponseValidationError) Reason() string
- type CredentialManagerServiceClient
- type CredentialManagerServiceServer
- type CredentialOptions
- func (*CredentialOptions) Descriptor() ([]byte, []int)deprecated
- func (m *CredentialOptions) GetOptions() isCredentialOptions_Options
- func (x *CredentialOptions) GetRandomPassword() *CredentialOptions_RandomPassword
- func (*CredentialOptions) ProtoMessage()
- func (x *CredentialOptions) ProtoReflect() protoreflect.Message
- func (x *CredentialOptions) Reset()
- func (x *CredentialOptions) String() string
- func (m *CredentialOptions) Validate() error
- func (m *CredentialOptions) ValidateAll() error
- type CredentialOptionsMultiError
- type CredentialOptionsValidationError
- func (e CredentialOptionsValidationError) Cause() error
- func (e CredentialOptionsValidationError) Error() string
- func (e CredentialOptionsValidationError) ErrorName() string
- func (e CredentialOptionsValidationError) Field() string
- func (e CredentialOptionsValidationError) Key() bool
- func (e CredentialOptionsValidationError) Reason() string
- type CredentialOptions_RandomPassword
- func (*CredentialOptions_RandomPassword) Descriptor() ([]byte, []int)deprecated
- func (x *CredentialOptions_RandomPassword) GetLength() int64
- func (*CredentialOptions_RandomPassword) ProtoMessage()
- func (x *CredentialOptions_RandomPassword) ProtoReflect() protoreflect.Message
- func (x *CredentialOptions_RandomPassword) Reset()
- func (x *CredentialOptions_RandomPassword) String() string
- func (m *CredentialOptions_RandomPassword) Validate() error
- func (m *CredentialOptions_RandomPassword) ValidateAll() error
- type CredentialOptions_RandomPasswordMultiError
- type CredentialOptions_RandomPasswordValidationError
- func (e CredentialOptions_RandomPasswordValidationError) Cause() error
- func (e CredentialOptions_RandomPasswordValidationError) Error() string
- func (e CredentialOptions_RandomPasswordValidationError) ErrorName() string
- func (e CredentialOptions_RandomPasswordValidationError) Field() string
- func (e CredentialOptions_RandomPasswordValidationError) Key() bool
- func (e CredentialOptions_RandomPasswordValidationError) Reason() string
- type CredentialOptions_RandomPassword_
- type DeleteResourceRequest
- func (*DeleteResourceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteResourceRequest) GetResourceId() *ResourceId
- func (*DeleteResourceRequest) ProtoMessage()
- func (x *DeleteResourceRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteResourceRequest) Reset()
- func (x *DeleteResourceRequest) String() string
- func (m *DeleteResourceRequest) Validate() error
- func (m *DeleteResourceRequest) ValidateAll() error
- type DeleteResourceRequestMultiError
- type DeleteResourceRequestValidationError
- func (e DeleteResourceRequestValidationError) Cause() error
- func (e DeleteResourceRequestValidationError) Error() string
- func (e DeleteResourceRequestValidationError) ErrorName() string
- func (e DeleteResourceRequestValidationError) Field() string
- func (e DeleteResourceRequestValidationError) Key() bool
- func (e DeleteResourceRequestValidationError) Reason() string
- type DeleteResourceResponse
- func (*DeleteResourceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteResourceResponse) GetAnnotations() []*anypb.Any
- func (*DeleteResourceResponse) ProtoMessage()
- func (x *DeleteResourceResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteResourceResponse) Reset()
- func (x *DeleteResourceResponse) String() string
- func (m *DeleteResourceResponse) Validate() error
- func (m *DeleteResourceResponse) ValidateAll() error
- type DeleteResourceResponseMultiError
- type DeleteResourceResponseValidationError
- func (e DeleteResourceResponseValidationError) Cause() error
- func (e DeleteResourceResponseValidationError) Error() string
- func (e DeleteResourceResponseValidationError) ErrorName() string
- func (e DeleteResourceResponseValidationError) Field() string
- func (e DeleteResourceResponseValidationError) Key() bool
- func (e DeleteResourceResponseValidationError) 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 EncryptedData
- func (*EncryptedData) Descriptor() ([]byte, []int)deprecated
- func (x *EncryptedData) GetDescription() string
- func (x *EncryptedData) GetEncryptedBytes() []byte
- func (x *EncryptedData) GetKeyId() string
- func (x *EncryptedData) GetName() string
- func (x *EncryptedData) GetProvider() string
- func (x *EncryptedData) GetSchema() string
- func (*EncryptedData) ProtoMessage()
- func (x *EncryptedData) ProtoReflect() protoreflect.Message
- func (x *EncryptedData) Reset()
- func (x *EncryptedData) String() string
- func (m *EncryptedData) Validate() error
- func (m *EncryptedData) ValidateAll() error
- type EncryptedDataMultiError
- type EncryptedDataValidationError
- func (e EncryptedDataValidationError) Cause() error
- func (e EncryptedDataValidationError) Error() string
- func (e EncryptedDataValidationError) ErrorName() string
- func (e EncryptedDataValidationError) Field() string
- func (e EncryptedDataValidationError) Key() bool
- func (e EncryptedDataValidationError) Reason() string
- type EncryptionConfig
- func (*EncryptionConfig) Descriptor() ([]byte, []int)deprecated
- func (m *EncryptionConfig) GetConfig() isEncryptionConfig_Config
- func (x *EncryptionConfig) GetJwkPublicKeyConfig() *EncryptionConfig_JWKPublicKeyConfig
- func (x *EncryptionConfig) GetKeyId() string
- func (x *EncryptionConfig) GetPrincipal() *Resource
- func (x *EncryptionConfig) GetProvider() string
- func (*EncryptionConfig) ProtoMessage()
- func (x *EncryptionConfig) ProtoReflect() protoreflect.Message
- func (x *EncryptionConfig) Reset()
- func (x *EncryptionConfig) String() string
- func (m *EncryptionConfig) Validate() error
- func (m *EncryptionConfig) ValidateAll() error
- type EncryptionConfigMultiError
- type EncryptionConfigValidationError
- func (e EncryptionConfigValidationError) Cause() error
- func (e EncryptionConfigValidationError) Error() string
- func (e EncryptionConfigValidationError) ErrorName() string
- func (e EncryptionConfigValidationError) Field() string
- func (e EncryptionConfigValidationError) Key() bool
- func (e EncryptionConfigValidationError) Reason() string
- type EncryptionConfig_JWKPublicKeyConfig
- func (*EncryptionConfig_JWKPublicKeyConfig) Descriptor() ([]byte, []int)deprecated
- func (x *EncryptionConfig_JWKPublicKeyConfig) GetPubKey() []byte
- func (*EncryptionConfig_JWKPublicKeyConfig) ProtoMessage()
- func (x *EncryptionConfig_JWKPublicKeyConfig) ProtoReflect() protoreflect.Message
- func (x *EncryptionConfig_JWKPublicKeyConfig) Reset()
- func (x *EncryptionConfig_JWKPublicKeyConfig) String() string
- func (m *EncryptionConfig_JWKPublicKeyConfig) Validate() error
- func (m *EncryptionConfig_JWKPublicKeyConfig) ValidateAll() error
- type EncryptionConfig_JWKPublicKeyConfigMultiError
- type EncryptionConfig_JWKPublicKeyConfigValidationError
- func (e EncryptionConfig_JWKPublicKeyConfigValidationError) Cause() error
- func (e EncryptionConfig_JWKPublicKeyConfigValidationError) Error() string
- func (e EncryptionConfig_JWKPublicKeyConfigValidationError) ErrorName() string
- func (e EncryptionConfig_JWKPublicKeyConfigValidationError) Field() string
- func (e EncryptionConfig_JWKPublicKeyConfigValidationError) Key() bool
- func (e EncryptionConfig_JWKPublicKeyConfigValidationError) Reason() string
- type EncryptionConfig_JwkPublicKeyConfig
- 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 EntitlementImmutable
- func (*EntitlementImmutable) Descriptor() ([]byte, []int)deprecated
- func (x *EntitlementImmutable) GetMetadata() *structpb.Struct
- func (x *EntitlementImmutable) GetSourceId() string
- func (*EntitlementImmutable) ProtoMessage()
- func (x *EntitlementImmutable) ProtoReflect() protoreflect.Message
- func (x *EntitlementImmutable) Reset()
- func (x *EntitlementImmutable) String() string
- func (m *EntitlementImmutable) Validate() error
- func (m *EntitlementImmutable) ValidateAll() error
- type EntitlementImmutableMultiError
- type EntitlementImmutableValidationError
- func (e EntitlementImmutableValidationError) Cause() error
- func (e EntitlementImmutableValidationError) Error() string
- func (e EntitlementImmutableValidationError) ErrorName() string
- func (e EntitlementImmutableValidationError) Field() string
- func (e EntitlementImmutableValidationError) Key() bool
- func (e EntitlementImmutableValidationError) Reason() string
- 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 Event
- func (*Event) Descriptor() ([]byte, []int)deprecated
- func (x *Event) GetAnnotations() []*anypb.Any
- func (m *Event) GetEvent() isEvent_Event
- func (x *Event) GetGrantEvent() *GrantEvent
- func (x *Event) GetId() string
- func (x *Event) GetOccurredAt() *timestamppb.Timestamp
- func (x *Event) GetRevokeEvent() *RevokeEvent
- func (x *Event) GetUsageEvent() *UsageEvent
- func (*Event) ProtoMessage()
- func (x *Event) ProtoReflect() protoreflect.Message
- func (x *Event) Reset()
- func (x *Event) String() string
- func (m *Event) Validate() error
- func (m *Event) ValidateAll() error
- type EventMultiError
- type EventServiceClient
- type EventServiceServer
- type EventValidationError
- type Event_GrantEvent
- type Event_RevokeEvent
- type Event_UsageEvent
- type ExternalId
- func (*ExternalId) Descriptor() ([]byte, []int)deprecated
- func (x *ExternalId) GetDescription() string
- func (x *ExternalId) GetId() string
- func (x *ExternalId) GetLink() string
- func (*ExternalId) ProtoMessage()
- func (x *ExternalId) ProtoReflect() protoreflect.Message
- func (x *ExternalId) Reset()
- func (x *ExternalId) String() string
- func (m *ExternalId) Validate() error
- func (m *ExternalId) ValidateAll() error
- type ExternalIdMultiError
- type ExternalIdValidationError
- 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 ExternalTicketSettings
- func (*ExternalTicketSettings) Descriptor() ([]byte, []int)deprecated
- func (x *ExternalTicketSettings) GetEnabled() bool
- func (*ExternalTicketSettings) ProtoMessage()
- func (x *ExternalTicketSettings) ProtoReflect() protoreflect.Message
- func (x *ExternalTicketSettings) Reset()
- func (x *ExternalTicketSettings) String() string
- func (m *ExternalTicketSettings) Validate() error
- func (m *ExternalTicketSettings) ValidateAll() error
- type ExternalTicketSettingsMultiError
- type ExternalTicketSettingsValidationError
- func (e ExternalTicketSettingsValidationError) Cause() error
- func (e ExternalTicketSettingsValidationError) Error() string
- func (e ExternalTicketSettingsValidationError) ErrorName() string
- func (e ExternalTicketSettingsValidationError) Field() string
- func (e ExternalTicketSettingsValidationError) Key() bool
- func (e ExternalTicketSettingsValidationError) 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 (x *Grant) GetSources() *GrantSources
- 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 GrantAlreadyExists
- func (*GrantAlreadyExists) Descriptor() ([]byte, []int)deprecated
- func (*GrantAlreadyExists) ProtoMessage()
- func (x *GrantAlreadyExists) ProtoReflect() protoreflect.Message
- func (x *GrantAlreadyExists) Reset()
- func (x *GrantAlreadyExists) String() string
- func (m *GrantAlreadyExists) Validate() error
- func (m *GrantAlreadyExists) ValidateAll() error
- type GrantAlreadyExistsMultiError
- type GrantAlreadyExistsValidationError
- func (e GrantAlreadyExistsValidationError) Cause() error
- func (e GrantAlreadyExistsValidationError) Error() string
- func (e GrantAlreadyExistsValidationError) ErrorName() string
- func (e GrantAlreadyExistsValidationError) Field() string
- func (e GrantAlreadyExistsValidationError) Key() bool
- func (e GrantAlreadyExistsValidationError) Reason() string
- type GrantAlreadyRevoked
- func (*GrantAlreadyRevoked) Descriptor() ([]byte, []int)deprecated
- func (*GrantAlreadyRevoked) ProtoMessage()
- func (x *GrantAlreadyRevoked) ProtoReflect() protoreflect.Message
- func (x *GrantAlreadyRevoked) Reset()
- func (x *GrantAlreadyRevoked) String() string
- func (m *GrantAlreadyRevoked) Validate() error
- func (m *GrantAlreadyRevoked) ValidateAll() error
- type GrantAlreadyRevokedMultiError
- type GrantAlreadyRevokedValidationError
- func (e GrantAlreadyRevokedValidationError) Cause() error
- func (e GrantAlreadyRevokedValidationError) Error() string
- func (e GrantAlreadyRevokedValidationError) ErrorName() string
- func (e GrantAlreadyRevokedValidationError) Field() string
- func (e GrantAlreadyRevokedValidationError) Key() bool
- func (e GrantAlreadyRevokedValidationError) Reason() string
- type GrantEvent
- func (*GrantEvent) Descriptor() ([]byte, []int)deprecated
- func (x *GrantEvent) GetGrant() *Grant
- func (*GrantEvent) ProtoMessage()
- func (x *GrantEvent) ProtoReflect() protoreflect.Message
- func (x *GrantEvent) Reset()
- func (x *GrantEvent) String() string
- func (m *GrantEvent) Validate() error
- func (m *GrantEvent) ValidateAll() error
- type GrantEventMultiError
- type GrantEventValidationError
- type GrantExpandable
- func (*GrantExpandable) Descriptor() ([]byte, []int)deprecated
- func (x *GrantExpandable) GetEntitlementIds() []string
- func (x *GrantExpandable) GetResourceTypeIds() []string
- func (x *GrantExpandable) GetShallow() bool
- func (*GrantExpandable) ProtoMessage()
- func (x *GrantExpandable) ProtoReflect() protoreflect.Message
- func (x *GrantExpandable) Reset()
- func (x *GrantExpandable) String() string
- func (m *GrantExpandable) Validate() error
- func (m *GrantExpandable) ValidateAll() error
- type GrantExpandableMultiError
- type GrantExpandableValidationError
- func (e GrantExpandableValidationError) Cause() error
- func (e GrantExpandableValidationError) Error() string
- func (e GrantExpandableValidationError) ErrorName() string
- func (e GrantExpandableValidationError) Field() string
- func (e GrantExpandableValidationError) Key() bool
- func (e GrantExpandableValidationError) Reason() string
- type GrantImmutable
- func (*GrantImmutable) Descriptor() ([]byte, []int)deprecated
- func (x *GrantImmutable) GetMetadata() *structpb.Struct
- func (x *GrantImmutable) GetSourceId() string
- func (*GrantImmutable) ProtoMessage()
- func (x *GrantImmutable) ProtoReflect() protoreflect.Message
- func (x *GrantImmutable) Reset()
- func (x *GrantImmutable) String() string
- func (m *GrantImmutable) Validate() error
- func (m *GrantImmutable) ValidateAll() error
- type GrantImmutableMultiError
- type GrantImmutableValidationError
- func (e GrantImmutableValidationError) Cause() error
- func (e GrantImmutableValidationError) Error() string
- func (e GrantImmutableValidationError) ErrorName() string
- func (e GrantImmutableValidationError) Field() string
- func (e GrantImmutableValidationError) Key() bool
- func (e GrantImmutableValidationError) Reason() string
- 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 (x *GrantManagerServiceGrantResponse) GetGrants() []*Grant
- 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 GrantSources
- func (*GrantSources) Descriptor() ([]byte, []int)deprecated
- func (x *GrantSources) GetSources() map[string]*GrantSources_GrantSource
- func (*GrantSources) ProtoMessage()
- func (x *GrantSources) ProtoReflect() protoreflect.Message
- func (x *GrantSources) Reset()
- func (x *GrantSources) String() string
- func (m *GrantSources) Validate() error
- func (m *GrantSources) ValidateAll() error
- type GrantSourcesMultiError
- type GrantSourcesValidationError
- func (e GrantSourcesValidationError) Cause() error
- func (e GrantSourcesValidationError) Error() string
- func (e GrantSourcesValidationError) ErrorName() string
- func (e GrantSourcesValidationError) Field() string
- func (e GrantSourcesValidationError) Key() bool
- func (e GrantSourcesValidationError) Reason() string
- type GrantSources_GrantSource
- func (*GrantSources_GrantSource) Descriptor() ([]byte, []int)deprecated
- func (*GrantSources_GrantSource) ProtoMessage()
- func (x *GrantSources_GrantSource) ProtoReflect() protoreflect.Message
- func (x *GrantSources_GrantSource) Reset()
- func (x *GrantSources_GrantSource) String() string
- func (m *GrantSources_GrantSource) Validate() error
- func (m *GrantSources_GrantSource) ValidateAll() error
- type GrantSources_GrantSourceMultiError
- type GrantSources_GrantSourceValidationError
- func (e GrantSources_GrantSourceValidationError) Cause() error
- func (e GrantSources_GrantSourceValidationError) Error() string
- func (e GrantSources_GrantSourceValidationError) ErrorName() string
- func (e GrantSources_GrantSourceValidationError) Field() string
- func (e GrantSources_GrantSourceValidationError) Key() bool
- func (e GrantSources_GrantSourceValidationError) Reason() string
- 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 ListEventsRequest
- func (*ListEventsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListEventsRequest) GetAnnotations() []*anypb.Any
- func (x *ListEventsRequest) GetCursor() string
- func (x *ListEventsRequest) GetPageSize() uint32
- func (x *ListEventsRequest) GetStartAt() *timestamppb.Timestamp
- func (*ListEventsRequest) ProtoMessage()
- func (x *ListEventsRequest) ProtoReflect() protoreflect.Message
- func (x *ListEventsRequest) Reset()
- func (x *ListEventsRequest) String() string
- func (m *ListEventsRequest) Validate() error
- func (m *ListEventsRequest) ValidateAll() error
- type ListEventsRequestMultiError
- type ListEventsRequestValidationError
- func (e ListEventsRequestValidationError) Cause() error
- func (e ListEventsRequestValidationError) Error() string
- func (e ListEventsRequestValidationError) ErrorName() string
- func (e ListEventsRequestValidationError) Field() string
- func (e ListEventsRequestValidationError) Key() bool
- func (e ListEventsRequestValidationError) Reason() string
- type ListEventsResponse
- func (*ListEventsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListEventsResponse) GetAnnotations() []*anypb.Any
- func (x *ListEventsResponse) GetCursor() string
- func (x *ListEventsResponse) GetEvents() []*Event
- func (x *ListEventsResponse) GetHasMore() bool
- func (*ListEventsResponse) ProtoMessage()
- func (x *ListEventsResponse) ProtoReflect() protoreflect.Message
- func (x *ListEventsResponse) Reset()
- func (x *ListEventsResponse) String() string
- func (m *ListEventsResponse) Validate() error
- func (m *ListEventsResponse) ValidateAll() error
- type ListEventsResponseMultiError
- type ListEventsResponseValidationError
- func (e ListEventsResponseValidationError) Cause() error
- func (e ListEventsResponseValidationError) Error() string
- func (e ListEventsResponseValidationError) ErrorName() string
- func (e ListEventsResponseValidationError) Field() string
- func (e ListEventsResponseValidationError) Key() bool
- func (e ListEventsResponseValidationError) Reason() string
- type PlaintextData
- func (*PlaintextData) Descriptor() ([]byte, []int)deprecated
- func (x *PlaintextData) GetBytes() []byte
- func (x *PlaintextData) GetDescription() string
- func (x *PlaintextData) GetName() string
- func (x *PlaintextData) GetSchema() string
- func (*PlaintextData) ProtoMessage()
- func (x *PlaintextData) ProtoReflect() protoreflect.Message
- func (x *PlaintextData) Reset()
- func (x *PlaintextData) String() string
- func (m *PlaintextData) Validate() error
- func (m *PlaintextData) ValidateAll() error
- type PlaintextDataMultiError
- type PlaintextDataValidationError
- func (e PlaintextDataValidationError) Cause() error
- func (e PlaintextDataValidationError) Error() string
- func (e PlaintextDataValidationError) ErrorName() string
- func (e PlaintextDataValidationError) Field() string
- func (e PlaintextDataValidationError) Key() bool
- func (e PlaintextDataValidationError) Reason() string
- 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) GetCreationSource() Resource_CreationSource
- func (x *Resource) GetDescription() string
- func (x *Resource) GetDisplayName() string
- func (x *Resource) GetExternalId() *ExternalId
- 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 ResourceManagerServiceClient
- type ResourceManagerServiceServer
- 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) GetSourcedExternally() bool
- 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 ResourceTypeCapability
- func (*ResourceTypeCapability) Descriptor() ([]byte, []int)deprecated
- func (x *ResourceTypeCapability) GetCapabilities() []Capability
- func (x *ResourceTypeCapability) GetResourceType() *ResourceType
- func (*ResourceTypeCapability) ProtoMessage()
- func (x *ResourceTypeCapability) ProtoReflect() protoreflect.Message
- func (x *ResourceTypeCapability) Reset()
- func (x *ResourceTypeCapability) String() string
- func (m *ResourceTypeCapability) Validate() error
- func (m *ResourceTypeCapability) ValidateAll() error
- type ResourceTypeCapabilityMultiError
- type ResourceTypeCapabilityValidationError
- func (e ResourceTypeCapabilityValidationError) Cause() error
- func (e ResourceTypeCapabilityValidationError) Error() string
- func (e ResourceTypeCapabilityValidationError) ErrorName() string
- func (e ResourceTypeCapabilityValidationError) Field() string
- func (e ResourceTypeCapabilityValidationError) Key() bool
- func (e ResourceTypeCapabilityValidationError) Reason() string
- 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 Resource_CreationSource
- func (Resource_CreationSource) Descriptor() protoreflect.EnumDescriptor
- func (x Resource_CreationSource) Enum() *Resource_CreationSource
- func (Resource_CreationSource) EnumDescriptor() ([]byte, []int)deprecated
- func (x Resource_CreationSource) Number() protoreflect.EnumNumber
- func (x Resource_CreationSource) String() string
- func (Resource_CreationSource) Type() protoreflect.EnumType
- 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 RevokeEvent
- func (*RevokeEvent) Descriptor() ([]byte, []int)deprecated
- func (x *RevokeEvent) GetEntitlement() *Entitlement
- func (x *RevokeEvent) GetPrincipal() *Resource
- func (*RevokeEvent) ProtoMessage()
- func (x *RevokeEvent) ProtoReflect() protoreflect.Message
- func (x *RevokeEvent) Reset()
- func (x *RevokeEvent) String() string
- func (m *RevokeEvent) Validate() error
- func (m *RevokeEvent) ValidateAll() error
- type RevokeEventMultiError
- type RevokeEventValidationError
- func (e RevokeEventValidationError) Cause() error
- func (e RevokeEventValidationError) Error() string
- func (e RevokeEventValidationError) ErrorName() string
- func (e RevokeEventValidationError) Field() string
- func (e RevokeEventValidationError) Key() bool
- func (e RevokeEventValidationError) Reason() string
- 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 RotateCredentialRequest
- func (*RotateCredentialRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RotateCredentialRequest) GetCredentialOptions() *CredentialOptions
- func (x *RotateCredentialRequest) GetEncryptionConfigs() []*EncryptionConfig
- func (x *RotateCredentialRequest) GetResourceId() *ResourceId
- func (*RotateCredentialRequest) ProtoMessage()
- func (x *RotateCredentialRequest) ProtoReflect() protoreflect.Message
- func (x *RotateCredentialRequest) Reset()
- func (x *RotateCredentialRequest) String() string
- func (m *RotateCredentialRequest) Validate() error
- func (m *RotateCredentialRequest) ValidateAll() error
- type RotateCredentialRequestMultiError
- type RotateCredentialRequestValidationError
- func (e RotateCredentialRequestValidationError) Cause() error
- func (e RotateCredentialRequestValidationError) Error() string
- func (e RotateCredentialRequestValidationError) ErrorName() string
- func (e RotateCredentialRequestValidationError) Field() string
- func (e RotateCredentialRequestValidationError) Key() bool
- func (e RotateCredentialRequestValidationError) Reason() string
- type RotateCredentialResponse
- func (*RotateCredentialResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RotateCredentialResponse) GetAnnotations() []*anypb.Any
- func (x *RotateCredentialResponse) GetEncryptedData() []*EncryptedData
- func (x *RotateCredentialResponse) GetResourceId() *ResourceId
- func (*RotateCredentialResponse) ProtoMessage()
- func (x *RotateCredentialResponse) ProtoReflect() protoreflect.Message
- func (x *RotateCredentialResponse) Reset()
- func (x *RotateCredentialResponse) String() string
- func (m *RotateCredentialResponse) Validate() error
- func (m *RotateCredentialResponse) ValidateAll() error
- type RotateCredentialResponseMultiError
- type RotateCredentialResponseValidationError
- func (e RotateCredentialResponseValidationError) Cause() error
- func (e RotateCredentialResponseValidationError) Error() string
- func (e RotateCredentialResponseValidationError) ErrorName() string
- func (e RotateCredentialResponseValidationError) Field() string
- func (e RotateCredentialResponseValidationError) Key() bool
- func (e RotateCredentialResponseValidationError) Reason() string
- 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 Ticket
- func (*Ticket) Descriptor() ([]byte, []int)deprecated
- func (x *Ticket) GetAssignees() []*Resource
- func (x *Ticket) GetCompletedAt() *timestamppb.Timestamp
- func (x *Ticket) GetCreatedAt() *timestamppb.Timestamp
- func (x *Ticket) GetCustomFields() map[string]*TicketCustomField
- func (x *Ticket) GetDescription() string
- func (x *Ticket) GetDisplayName() string
- func (x *Ticket) GetId() string
- func (x *Ticket) GetLabels() []string
- func (x *Ticket) GetReporter() *Resource
- func (x *Ticket) GetRequestedFor() *Resource
- func (x *Ticket) GetStatus() *TicketStatus
- func (x *Ticket) GetType() *TicketType
- func (x *Ticket) GetUpdatedAt() *timestamppb.Timestamp
- func (x *Ticket) GetUrl() string
- func (*Ticket) ProtoMessage()
- func (x *Ticket) ProtoReflect() protoreflect.Message
- func (x *Ticket) Reset()
- func (x *Ticket) String() string
- func (m *Ticket) Validate() error
- func (m *Ticket) ValidateAll() error
- type TicketCustomField
- func (*TicketCustomField) Descriptor() ([]byte, []int)deprecated
- func (x *TicketCustomField) GetAnnotations() []*anypb.Any
- func (x *TicketCustomField) GetBoolValue() *TicketCustomFieldBoolValue
- func (x *TicketCustomField) GetDisplayName() string
- func (x *TicketCustomField) GetId() string
- func (x *TicketCustomField) GetPickMultipleObjectValues() *TicketCustomFieldPickMultipleObjectValues
- func (x *TicketCustomField) GetPickMultipleStringValues() *TicketCustomFieldPickMultipleStringValues
- func (x *TicketCustomField) GetPickObjectValue() *TicketCustomFieldPickObjectValue
- func (x *TicketCustomField) GetPickStringValue() *TicketCustomFieldPickStringValue
- func (x *TicketCustomField) GetRequired() bool
- func (x *TicketCustomField) GetStringValue() *TicketCustomFieldStringValue
- func (x *TicketCustomField) GetStringValues() *TicketCustomFieldStringValues
- func (x *TicketCustomField) GetTimestampValue() *TicketCustomFieldTimestampValue
- func (m *TicketCustomField) GetValue() isTicketCustomField_Value
- func (*TicketCustomField) ProtoMessage()
- func (x *TicketCustomField) ProtoReflect() protoreflect.Message
- func (x *TicketCustomField) Reset()
- func (x *TicketCustomField) String() string
- func (m *TicketCustomField) Validate() error
- func (m *TicketCustomField) ValidateAll() error
- type TicketCustomFieldBoolValue
- func (*TicketCustomFieldBoolValue) Descriptor() ([]byte, []int)deprecated
- func (x *TicketCustomFieldBoolValue) GetValue() bool
- func (*TicketCustomFieldBoolValue) ProtoMessage()
- func (x *TicketCustomFieldBoolValue) ProtoReflect() protoreflect.Message
- func (x *TicketCustomFieldBoolValue) Reset()
- func (x *TicketCustomFieldBoolValue) String() string
- func (m *TicketCustomFieldBoolValue) Validate() error
- func (m *TicketCustomFieldBoolValue) ValidateAll() error
- type TicketCustomFieldBoolValueMultiError
- type TicketCustomFieldBoolValueValidationError
- func (e TicketCustomFieldBoolValueValidationError) Cause() error
- func (e TicketCustomFieldBoolValueValidationError) Error() string
- func (e TicketCustomFieldBoolValueValidationError) ErrorName() string
- func (e TicketCustomFieldBoolValueValidationError) Field() string
- func (e TicketCustomFieldBoolValueValidationError) Key() bool
- func (e TicketCustomFieldBoolValueValidationError) Reason() string
- type TicketCustomFieldMultiError
- type TicketCustomFieldObjectValue
- func (*TicketCustomFieldObjectValue) Descriptor() ([]byte, []int)deprecated
- func (x *TicketCustomFieldObjectValue) GetDisplayName() string
- func (x *TicketCustomFieldObjectValue) GetId() string
- func (*TicketCustomFieldObjectValue) ProtoMessage()
- func (x *TicketCustomFieldObjectValue) ProtoReflect() protoreflect.Message
- func (x *TicketCustomFieldObjectValue) Reset()
- func (x *TicketCustomFieldObjectValue) String() string
- func (m *TicketCustomFieldObjectValue) Validate() error
- func (m *TicketCustomFieldObjectValue) ValidateAll() error
- type TicketCustomFieldObjectValueMultiError
- type TicketCustomFieldObjectValueValidationError
- func (e TicketCustomFieldObjectValueValidationError) Cause() error
- func (e TicketCustomFieldObjectValueValidationError) Error() string
- func (e TicketCustomFieldObjectValueValidationError) ErrorName() string
- func (e TicketCustomFieldObjectValueValidationError) Field() string
- func (e TicketCustomFieldObjectValueValidationError) Key() bool
- func (e TicketCustomFieldObjectValueValidationError) Reason() string
- type TicketCustomFieldPickMultipleObjectValues
- func (*TicketCustomFieldPickMultipleObjectValues) Descriptor() ([]byte, []int)deprecated
- func (x *TicketCustomFieldPickMultipleObjectValues) GetAllowedValues() []*TicketCustomFieldObjectValue
- func (x *TicketCustomFieldPickMultipleObjectValues) GetDefaultValues() []*TicketCustomFieldObjectValue
- func (x *TicketCustomFieldPickMultipleObjectValues) GetValues() []*TicketCustomFieldObjectValue
- func (*TicketCustomFieldPickMultipleObjectValues) ProtoMessage()
- func (x *TicketCustomFieldPickMultipleObjectValues) ProtoReflect() protoreflect.Message
- func (x *TicketCustomFieldPickMultipleObjectValues) Reset()
- func (x *TicketCustomFieldPickMultipleObjectValues) String() string
- func (m *TicketCustomFieldPickMultipleObjectValues) Validate() error
- func (m *TicketCustomFieldPickMultipleObjectValues) ValidateAll() error
- type TicketCustomFieldPickMultipleObjectValuesMultiError
- type TicketCustomFieldPickMultipleObjectValuesValidationError
- func (e TicketCustomFieldPickMultipleObjectValuesValidationError) Cause() error
- func (e TicketCustomFieldPickMultipleObjectValuesValidationError) Error() string
- func (e TicketCustomFieldPickMultipleObjectValuesValidationError) ErrorName() string
- func (e TicketCustomFieldPickMultipleObjectValuesValidationError) Field() string
- func (e TicketCustomFieldPickMultipleObjectValuesValidationError) Key() bool
- func (e TicketCustomFieldPickMultipleObjectValuesValidationError) Reason() string
- type TicketCustomFieldPickMultipleStringValues
- func (*TicketCustomFieldPickMultipleStringValues) Descriptor() ([]byte, []int)deprecated
- func (x *TicketCustomFieldPickMultipleStringValues) GetAllowedValues() []string
- func (x *TicketCustomFieldPickMultipleStringValues) GetDefaultValues() []string
- func (x *TicketCustomFieldPickMultipleStringValues) GetValues() []string
- func (*TicketCustomFieldPickMultipleStringValues) ProtoMessage()
- func (x *TicketCustomFieldPickMultipleStringValues) ProtoReflect() protoreflect.Message
- func (x *TicketCustomFieldPickMultipleStringValues) Reset()
- func (x *TicketCustomFieldPickMultipleStringValues) String() string
- func (m *TicketCustomFieldPickMultipleStringValues) Validate() error
- func (m *TicketCustomFieldPickMultipleStringValues) ValidateAll() error
- type TicketCustomFieldPickMultipleStringValuesMultiError
- type TicketCustomFieldPickMultipleStringValuesValidationError
- func (e TicketCustomFieldPickMultipleStringValuesValidationError) Cause() error
- func (e TicketCustomFieldPickMultipleStringValuesValidationError) Error() string
- func (e TicketCustomFieldPickMultipleStringValuesValidationError) ErrorName() string
- func (e TicketCustomFieldPickMultipleStringValuesValidationError) Field() string
- func (e TicketCustomFieldPickMultipleStringValuesValidationError) Key() bool
- func (e TicketCustomFieldPickMultipleStringValuesValidationError) Reason() string
- type TicketCustomFieldPickObjectValue
- func (*TicketCustomFieldPickObjectValue) Descriptor() ([]byte, []int)deprecated
- func (x *TicketCustomFieldPickObjectValue) GetAllowedValues() []*TicketCustomFieldObjectValue
- func (x *TicketCustomFieldPickObjectValue) GetDefaultValue() *TicketCustomFieldObjectValue
- func (x *TicketCustomFieldPickObjectValue) GetValue() *TicketCustomFieldObjectValue
- func (*TicketCustomFieldPickObjectValue) ProtoMessage()
- func (x *TicketCustomFieldPickObjectValue) ProtoReflect() protoreflect.Message
- func (x *TicketCustomFieldPickObjectValue) Reset()
- func (x *TicketCustomFieldPickObjectValue) String() string
- func (m *TicketCustomFieldPickObjectValue) Validate() error
- func (m *TicketCustomFieldPickObjectValue) ValidateAll() error
- type TicketCustomFieldPickObjectValueMultiError
- type TicketCustomFieldPickObjectValueValidationError
- func (e TicketCustomFieldPickObjectValueValidationError) Cause() error
- func (e TicketCustomFieldPickObjectValueValidationError) Error() string
- func (e TicketCustomFieldPickObjectValueValidationError) ErrorName() string
- func (e TicketCustomFieldPickObjectValueValidationError) Field() string
- func (e TicketCustomFieldPickObjectValueValidationError) Key() bool
- func (e TicketCustomFieldPickObjectValueValidationError) Reason() string
- type TicketCustomFieldPickStringValue
- func (*TicketCustomFieldPickStringValue) Descriptor() ([]byte, []int)deprecated
- func (x *TicketCustomFieldPickStringValue) GetAllowedValues() []string
- func (x *TicketCustomFieldPickStringValue) GetDefaultValue() string
- func (x *TicketCustomFieldPickStringValue) GetValue() string
- func (*TicketCustomFieldPickStringValue) ProtoMessage()
- func (x *TicketCustomFieldPickStringValue) ProtoReflect() protoreflect.Message
- func (x *TicketCustomFieldPickStringValue) Reset()
- func (x *TicketCustomFieldPickStringValue) String() string
- func (m *TicketCustomFieldPickStringValue) Validate() error
- func (m *TicketCustomFieldPickStringValue) ValidateAll() error
- type TicketCustomFieldPickStringValueMultiError
- type TicketCustomFieldPickStringValueValidationError
- func (e TicketCustomFieldPickStringValueValidationError) Cause() error
- func (e TicketCustomFieldPickStringValueValidationError) Error() string
- func (e TicketCustomFieldPickStringValueValidationError) ErrorName() string
- func (e TicketCustomFieldPickStringValueValidationError) Field() string
- func (e TicketCustomFieldPickStringValueValidationError) Key() bool
- func (e TicketCustomFieldPickStringValueValidationError) Reason() string
- type TicketCustomFieldStringValue
- func (*TicketCustomFieldStringValue) Descriptor() ([]byte, []int)deprecated
- func (x *TicketCustomFieldStringValue) GetDefaultValue() string
- func (x *TicketCustomFieldStringValue) GetValue() string
- func (*TicketCustomFieldStringValue) ProtoMessage()
- func (x *TicketCustomFieldStringValue) ProtoReflect() protoreflect.Message
- func (x *TicketCustomFieldStringValue) Reset()
- func (x *TicketCustomFieldStringValue) String() string
- func (m *TicketCustomFieldStringValue) Validate() error
- func (m *TicketCustomFieldStringValue) ValidateAll() error
- type TicketCustomFieldStringValueMultiError
- type TicketCustomFieldStringValueValidationError
- func (e TicketCustomFieldStringValueValidationError) Cause() error
- func (e TicketCustomFieldStringValueValidationError) Error() string
- func (e TicketCustomFieldStringValueValidationError) ErrorName() string
- func (e TicketCustomFieldStringValueValidationError) Field() string
- func (e TicketCustomFieldStringValueValidationError) Key() bool
- func (e TicketCustomFieldStringValueValidationError) Reason() string
- type TicketCustomFieldStringValues
- func (*TicketCustomFieldStringValues) Descriptor() ([]byte, []int)deprecated
- func (x *TicketCustomFieldStringValues) GetDefaultValues() []string
- func (x *TicketCustomFieldStringValues) GetValues() []string
- func (*TicketCustomFieldStringValues) ProtoMessage()
- func (x *TicketCustomFieldStringValues) ProtoReflect() protoreflect.Message
- func (x *TicketCustomFieldStringValues) Reset()
- func (x *TicketCustomFieldStringValues) String() string
- func (m *TicketCustomFieldStringValues) Validate() error
- func (m *TicketCustomFieldStringValues) ValidateAll() error
- type TicketCustomFieldStringValuesMultiError
- type TicketCustomFieldStringValuesValidationError
- func (e TicketCustomFieldStringValuesValidationError) Cause() error
- func (e TicketCustomFieldStringValuesValidationError) Error() string
- func (e TicketCustomFieldStringValuesValidationError) ErrorName() string
- func (e TicketCustomFieldStringValuesValidationError) Field() string
- func (e TicketCustomFieldStringValuesValidationError) Key() bool
- func (e TicketCustomFieldStringValuesValidationError) Reason() string
- type TicketCustomFieldTimestampValue
- func (*TicketCustomFieldTimestampValue) Descriptor() ([]byte, []int)deprecated
- func (x *TicketCustomFieldTimestampValue) GetDefaultValue() *timestamppb.Timestamp
- func (x *TicketCustomFieldTimestampValue) GetValue() *timestamppb.Timestamp
- func (*TicketCustomFieldTimestampValue) ProtoMessage()
- func (x *TicketCustomFieldTimestampValue) ProtoReflect() protoreflect.Message
- func (x *TicketCustomFieldTimestampValue) Reset()
- func (x *TicketCustomFieldTimestampValue) String() string
- func (m *TicketCustomFieldTimestampValue) Validate() error
- func (m *TicketCustomFieldTimestampValue) ValidateAll() error
- type TicketCustomFieldTimestampValueMultiError
- type TicketCustomFieldTimestampValueValidationError
- func (e TicketCustomFieldTimestampValueValidationError) Cause() error
- func (e TicketCustomFieldTimestampValueValidationError) Error() string
- func (e TicketCustomFieldTimestampValueValidationError) ErrorName() string
- func (e TicketCustomFieldTimestampValueValidationError) Field() string
- func (e TicketCustomFieldTimestampValueValidationError) Key() bool
- func (e TicketCustomFieldTimestampValueValidationError) Reason() string
- type TicketCustomFieldValidationError
- func (e TicketCustomFieldValidationError) Cause() error
- func (e TicketCustomFieldValidationError) Error() string
- func (e TicketCustomFieldValidationError) ErrorName() string
- func (e TicketCustomFieldValidationError) Field() string
- func (e TicketCustomFieldValidationError) Key() bool
- func (e TicketCustomFieldValidationError) Reason() string
- type TicketCustomField_BoolValue
- type TicketCustomField_PickMultipleObjectValues
- type TicketCustomField_PickMultipleStringValues
- type TicketCustomField_PickObjectValue
- type TicketCustomField_PickStringValue
- type TicketCustomField_StringValue
- type TicketCustomField_StringValues
- type TicketCustomField_TimestampValue
- type TicketMultiError
- type TicketRequest
- func (*TicketRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TicketRequest) GetCustomFields() map[string]*TicketCustomField
- func (x *TicketRequest) GetDescription() string
- func (x *TicketRequest) GetDisplayName() string
- func (x *TicketRequest) GetLabels() []string
- func (x *TicketRequest) GetRequestedFor() *Resource
- func (x *TicketRequest) GetStatus() *TicketStatus
- func (x *TicketRequest) GetType() *TicketType
- func (*TicketRequest) ProtoMessage()
- func (x *TicketRequest) ProtoReflect() protoreflect.Message
- func (x *TicketRequest) Reset()
- func (x *TicketRequest) String() string
- func (m *TicketRequest) Validate() error
- func (m *TicketRequest) ValidateAll() error
- type TicketRequestMultiError
- type TicketRequestValidationError
- func (e TicketRequestValidationError) Cause() error
- func (e TicketRequestValidationError) Error() string
- func (e TicketRequestValidationError) ErrorName() string
- func (e TicketRequestValidationError) Field() string
- func (e TicketRequestValidationError) Key() bool
- func (e TicketRequestValidationError) Reason() string
- type TicketSchema
- func (*TicketSchema) Descriptor() ([]byte, []int)deprecated
- func (x *TicketSchema) GetCustomFields() map[string]*TicketCustomField
- func (x *TicketSchema) GetDisplayName() string
- func (x *TicketSchema) GetId() string
- func (x *TicketSchema) GetStatuses() []*TicketStatus
- func (x *TicketSchema) GetTypes() []*TicketType
- func (*TicketSchema) ProtoMessage()
- func (x *TicketSchema) ProtoReflect() protoreflect.Message
- func (x *TicketSchema) Reset()
- func (x *TicketSchema) String() string
- func (m *TicketSchema) Validate() error
- func (m *TicketSchema) ValidateAll() error
- type TicketSchemaMultiError
- type TicketSchemaValidationError
- func (e TicketSchemaValidationError) Cause() error
- func (e TicketSchemaValidationError) Error() string
- func (e TicketSchemaValidationError) ErrorName() string
- func (e TicketSchemaValidationError) Field() string
- func (e TicketSchemaValidationError) Key() bool
- func (e TicketSchemaValidationError) Reason() string
- type TicketStatus
- func (*TicketStatus) Descriptor() ([]byte, []int)deprecated
- func (x *TicketStatus) GetDisplayName() string
- func (x *TicketStatus) GetId() string
- func (*TicketStatus) ProtoMessage()
- func (x *TicketStatus) ProtoReflect() protoreflect.Message
- func (x *TicketStatus) Reset()
- func (x *TicketStatus) String() string
- func (m *TicketStatus) Validate() error
- func (m *TicketStatus) ValidateAll() error
- type TicketStatusMultiError
- type TicketStatusValidationError
- func (e TicketStatusValidationError) Cause() error
- func (e TicketStatusValidationError) Error() string
- func (e TicketStatusValidationError) ErrorName() string
- func (e TicketStatusValidationError) Field() string
- func (e TicketStatusValidationError) Key() bool
- func (e TicketStatusValidationError) Reason() string
- type TicketType
- func (*TicketType) Descriptor() ([]byte, []int)deprecated
- func (x *TicketType) GetDisplayName() string
- func (x *TicketType) GetId() string
- func (*TicketType) ProtoMessage()
- func (x *TicketType) ProtoReflect() protoreflect.Message
- func (x *TicketType) Reset()
- func (x *TicketType) String() string
- func (m *TicketType) Validate() error
- func (m *TicketType) ValidateAll() error
- type TicketTypeMultiError
- type TicketTypeValidationError
- type TicketValidationError
- type TicketsServiceClient
- type TicketsServiceCreateTicketRequest
- func (*TicketsServiceCreateTicketRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TicketsServiceCreateTicketRequest) GetAnnotations() []*anypb.Any
- func (x *TicketsServiceCreateTicketRequest) GetRequest() *TicketRequest
- func (x *TicketsServiceCreateTicketRequest) GetSchema() *TicketSchema
- func (*TicketsServiceCreateTicketRequest) ProtoMessage()
- func (x *TicketsServiceCreateTicketRequest) ProtoReflect() protoreflect.Message
- func (x *TicketsServiceCreateTicketRequest) Reset()
- func (x *TicketsServiceCreateTicketRequest) String() string
- func (m *TicketsServiceCreateTicketRequest) Validate() error
- func (m *TicketsServiceCreateTicketRequest) ValidateAll() error
- type TicketsServiceCreateTicketRequestMultiError
- type TicketsServiceCreateTicketRequestValidationError
- func (e TicketsServiceCreateTicketRequestValidationError) Cause() error
- func (e TicketsServiceCreateTicketRequestValidationError) Error() string
- func (e TicketsServiceCreateTicketRequestValidationError) ErrorName() string
- func (e TicketsServiceCreateTicketRequestValidationError) Field() string
- func (e TicketsServiceCreateTicketRequestValidationError) Key() bool
- func (e TicketsServiceCreateTicketRequestValidationError) Reason() string
- type TicketsServiceCreateTicketResponse
- func (*TicketsServiceCreateTicketResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TicketsServiceCreateTicketResponse) GetAnnotations() []*anypb.Any
- func (x *TicketsServiceCreateTicketResponse) GetTicket() *Ticket
- func (*TicketsServiceCreateTicketResponse) ProtoMessage()
- func (x *TicketsServiceCreateTicketResponse) ProtoReflect() protoreflect.Message
- func (x *TicketsServiceCreateTicketResponse) Reset()
- func (x *TicketsServiceCreateTicketResponse) String() string
- func (m *TicketsServiceCreateTicketResponse) Validate() error
- func (m *TicketsServiceCreateTicketResponse) ValidateAll() error
- type TicketsServiceCreateTicketResponseMultiError
- type TicketsServiceCreateTicketResponseValidationError
- func (e TicketsServiceCreateTicketResponseValidationError) Cause() error
- func (e TicketsServiceCreateTicketResponseValidationError) Error() string
- func (e TicketsServiceCreateTicketResponseValidationError) ErrorName() string
- func (e TicketsServiceCreateTicketResponseValidationError) Field() string
- func (e TicketsServiceCreateTicketResponseValidationError) Key() bool
- func (e TicketsServiceCreateTicketResponseValidationError) Reason() string
- type TicketsServiceGetTicketRequest
- func (*TicketsServiceGetTicketRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TicketsServiceGetTicketRequest) GetAnnotations() []*anypb.Any
- func (x *TicketsServiceGetTicketRequest) GetId() string
- func (*TicketsServiceGetTicketRequest) ProtoMessage()
- func (x *TicketsServiceGetTicketRequest) ProtoReflect() protoreflect.Message
- func (x *TicketsServiceGetTicketRequest) Reset()
- func (x *TicketsServiceGetTicketRequest) String() string
- func (m *TicketsServiceGetTicketRequest) Validate() error
- func (m *TicketsServiceGetTicketRequest) ValidateAll() error
- type TicketsServiceGetTicketRequestMultiError
- type TicketsServiceGetTicketRequestValidationError
- func (e TicketsServiceGetTicketRequestValidationError) Cause() error
- func (e TicketsServiceGetTicketRequestValidationError) Error() string
- func (e TicketsServiceGetTicketRequestValidationError) ErrorName() string
- func (e TicketsServiceGetTicketRequestValidationError) Field() string
- func (e TicketsServiceGetTicketRequestValidationError) Key() bool
- func (e TicketsServiceGetTicketRequestValidationError) Reason() string
- type TicketsServiceGetTicketResponse
- func (*TicketsServiceGetTicketResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TicketsServiceGetTicketResponse) GetAnnotations() []*anypb.Any
- func (x *TicketsServiceGetTicketResponse) GetTicket() *Ticket
- func (*TicketsServiceGetTicketResponse) ProtoMessage()
- func (x *TicketsServiceGetTicketResponse) ProtoReflect() protoreflect.Message
- func (x *TicketsServiceGetTicketResponse) Reset()
- func (x *TicketsServiceGetTicketResponse) String() string
- func (m *TicketsServiceGetTicketResponse) Validate() error
- func (m *TicketsServiceGetTicketResponse) ValidateAll() error
- type TicketsServiceGetTicketResponseMultiError
- type TicketsServiceGetTicketResponseValidationError
- func (e TicketsServiceGetTicketResponseValidationError) Cause() error
- func (e TicketsServiceGetTicketResponseValidationError) Error() string
- func (e TicketsServiceGetTicketResponseValidationError) ErrorName() string
- func (e TicketsServiceGetTicketResponseValidationError) Field() string
- func (e TicketsServiceGetTicketResponseValidationError) Key() bool
- func (e TicketsServiceGetTicketResponseValidationError) Reason() string
- type TicketsServiceGetTicketSchemaRequest
- func (*TicketsServiceGetTicketSchemaRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TicketsServiceGetTicketSchemaRequest) GetAnnotations() []*anypb.Any
- func (x *TicketsServiceGetTicketSchemaRequest) GetId() string
- func (*TicketsServiceGetTicketSchemaRequest) ProtoMessage()
- func (x *TicketsServiceGetTicketSchemaRequest) ProtoReflect() protoreflect.Message
- func (x *TicketsServiceGetTicketSchemaRequest) Reset()
- func (x *TicketsServiceGetTicketSchemaRequest) String() string
- func (m *TicketsServiceGetTicketSchemaRequest) Validate() error
- func (m *TicketsServiceGetTicketSchemaRequest) ValidateAll() error
- type TicketsServiceGetTicketSchemaRequestMultiError
- type TicketsServiceGetTicketSchemaRequestValidationError
- func (e TicketsServiceGetTicketSchemaRequestValidationError) Cause() error
- func (e TicketsServiceGetTicketSchemaRequestValidationError) Error() string
- func (e TicketsServiceGetTicketSchemaRequestValidationError) ErrorName() string
- func (e TicketsServiceGetTicketSchemaRequestValidationError) Field() string
- func (e TicketsServiceGetTicketSchemaRequestValidationError) Key() bool
- func (e TicketsServiceGetTicketSchemaRequestValidationError) Reason() string
- type TicketsServiceGetTicketSchemaResponse
- func (*TicketsServiceGetTicketSchemaResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TicketsServiceGetTicketSchemaResponse) GetAnnotations() []*anypb.Any
- func (x *TicketsServiceGetTicketSchemaResponse) GetSchema() *TicketSchema
- func (*TicketsServiceGetTicketSchemaResponse) ProtoMessage()
- func (x *TicketsServiceGetTicketSchemaResponse) ProtoReflect() protoreflect.Message
- func (x *TicketsServiceGetTicketSchemaResponse) Reset()
- func (x *TicketsServiceGetTicketSchemaResponse) String() string
- func (m *TicketsServiceGetTicketSchemaResponse) Validate() error
- func (m *TicketsServiceGetTicketSchemaResponse) ValidateAll() error
- type TicketsServiceGetTicketSchemaResponseMultiError
- type TicketsServiceGetTicketSchemaResponseValidationError
- func (e TicketsServiceGetTicketSchemaResponseValidationError) Cause() error
- func (e TicketsServiceGetTicketSchemaResponseValidationError) Error() string
- func (e TicketsServiceGetTicketSchemaResponseValidationError) ErrorName() string
- func (e TicketsServiceGetTicketSchemaResponseValidationError) Field() string
- func (e TicketsServiceGetTicketSchemaResponseValidationError) Key() bool
- func (e TicketsServiceGetTicketSchemaResponseValidationError) Reason() string
- type TicketsServiceListTicketSchemasRequest
- func (*TicketsServiceListTicketSchemasRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TicketsServiceListTicketSchemasRequest) GetAnnotations() []*anypb.Any
- func (x *TicketsServiceListTicketSchemasRequest) GetPageSize() uint32
- func (x *TicketsServiceListTicketSchemasRequest) GetPageToken() string
- func (*TicketsServiceListTicketSchemasRequest) ProtoMessage()
- func (x *TicketsServiceListTicketSchemasRequest) ProtoReflect() protoreflect.Message
- func (x *TicketsServiceListTicketSchemasRequest) Reset()
- func (x *TicketsServiceListTicketSchemasRequest) String() string
- func (m *TicketsServiceListTicketSchemasRequest) Validate() error
- func (m *TicketsServiceListTicketSchemasRequest) ValidateAll() error
- type TicketsServiceListTicketSchemasRequestMultiError
- type TicketsServiceListTicketSchemasRequestValidationError
- func (e TicketsServiceListTicketSchemasRequestValidationError) Cause() error
- func (e TicketsServiceListTicketSchemasRequestValidationError) Error() string
- func (e TicketsServiceListTicketSchemasRequestValidationError) ErrorName() string
- func (e TicketsServiceListTicketSchemasRequestValidationError) Field() string
- func (e TicketsServiceListTicketSchemasRequestValidationError) Key() bool
- func (e TicketsServiceListTicketSchemasRequestValidationError) Reason() string
- type TicketsServiceListTicketSchemasResponse
- func (*TicketsServiceListTicketSchemasResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TicketsServiceListTicketSchemasResponse) GetAnnotations() []*anypb.Any
- func (x *TicketsServiceListTicketSchemasResponse) GetList() []*TicketSchema
- func (x *TicketsServiceListTicketSchemasResponse) GetNextPageToken() string
- func (*TicketsServiceListTicketSchemasResponse) ProtoMessage()
- func (x *TicketsServiceListTicketSchemasResponse) ProtoReflect() protoreflect.Message
- func (x *TicketsServiceListTicketSchemasResponse) Reset()
- func (x *TicketsServiceListTicketSchemasResponse) String() string
- func (m *TicketsServiceListTicketSchemasResponse) Validate() error
- func (m *TicketsServiceListTicketSchemasResponse) ValidateAll() error
- type TicketsServiceListTicketSchemasResponseMultiError
- type TicketsServiceListTicketSchemasResponseValidationError
- func (e TicketsServiceListTicketSchemasResponseValidationError) Cause() error
- func (e TicketsServiceListTicketSchemasResponseValidationError) Error() string
- func (e TicketsServiceListTicketSchemasResponseValidationError) ErrorName() string
- func (e TicketsServiceListTicketSchemasResponseValidationError) Field() string
- func (e TicketsServiceListTicketSchemasResponseValidationError) Key() bool
- func (e TicketsServiceListTicketSchemasResponseValidationError) Reason() string
- type TicketsServiceServer
- type UnimplementedAccountManagerServiceServer
- type UnimplementedAssetServiceServer
- type UnimplementedConnectorServiceServer
- func (UnimplementedConnectorServiceServer) GetMetadata(context.Context, *ConnectorServiceGetMetadataRequest) (*ConnectorServiceGetMetadataResponse, error)
- func (UnimplementedConnectorServiceServer) Validate(context.Context, *ConnectorServiceValidateRequest) (*ConnectorServiceValidateResponse, error)
- type UnimplementedCredentialManagerServiceServer
- type UnimplementedEntitlementsServiceServer
- type UnimplementedEventServiceServer
- type UnimplementedGrantManagerServiceServer
- type UnimplementedGrantsServiceServer
- type UnimplementedResourceManagerServiceServer
- type UnimplementedResourceTypesServiceServer
- type UnimplementedResourcesServiceServer
- type UnimplementedSchemaServiceServer
- type UnimplementedTicketsServiceServer
- func (UnimplementedTicketsServiceServer) CreateTicket(context.Context, *TicketsServiceCreateTicketRequest) (*TicketsServiceCreateTicketResponse, error)
- func (UnimplementedTicketsServiceServer) GetTicket(context.Context, *TicketsServiceGetTicketRequest) (*TicketsServiceGetTicketResponse, error)
- func (UnimplementedTicketsServiceServer) GetTicketSchema(context.Context, *TicketsServiceGetTicketSchemaRequest) (*TicketsServiceGetTicketSchemaResponse, error)
- func (UnimplementedTicketsServiceServer) ListTicketSchemas(context.Context, *TicketsServiceListTicketSchemasRequest) (*TicketsServiceListTicketSchemasResponse, error)
- type UnsafeAccountManagerServiceServer
- type UnsafeAssetServiceServer
- type UnsafeConnectorServiceServer
- type UnsafeCredentialManagerServiceServer
- type UnsafeEntitlementsServiceServer
- type UnsafeEventServiceServer
- type UnsafeGrantManagerServiceServer
- type UnsafeGrantsServiceServer
- type UnsafeResourceManagerServiceServer
- type UnsafeResourceTypesServiceServer
- type UnsafeResourcesServiceServer
- type UnsafeSchemaServiceServer
- type UnsafeTicketsServiceServer
- type UsageEvent
- func (*UsageEvent) Descriptor() ([]byte, []int)deprecated
- func (x *UsageEvent) GetActorResource() *Resource
- func (x *UsageEvent) GetTargetResource() *Resource
- func (*UsageEvent) ProtoMessage()
- func (x *UsageEvent) ProtoReflect() protoreflect.Message
- func (x *UsageEvent) Reset()
- func (x *UsageEvent) String() string
- func (m *UsageEvent) Validate() error
- func (m *UsageEvent) ValidateAll() error
- type UsageEventMultiError
- type UsageEventValidationError
- type UserTrait
- func (*UserTrait) Descriptor() ([]byte, []int)deprecated
- func (x *UserTrait) GetAccountType() UserTrait_AccountType
- func (x *UserTrait) GetCreatedAt() *timestamppb.Timestamp
- func (x *UserTrait) GetEmails() []*UserTrait_Email
- func (x *UserTrait) GetIcon() *AssetRef
- func (x *UserTrait) GetLastLogin() *timestamppb.Timestamp
- func (x *UserTrait) GetLogin() string
- func (x *UserTrait) GetLoginAliases() []string
- func (x *UserTrait) GetMfaStatus() *UserTrait_MFAStatus
- func (x *UserTrait) GetProfile() *structpb.Struct
- func (x *UserTrait) GetSsoStatus() *UserTrait_SSOStatus
- 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_MFAStatus
- func (*UserTrait_MFAStatus) Descriptor() ([]byte, []int)deprecated
- func (x *UserTrait_MFAStatus) GetMfaEnabled() bool
- func (*UserTrait_MFAStatus) ProtoMessage()
- func (x *UserTrait_MFAStatus) ProtoReflect() protoreflect.Message
- func (x *UserTrait_MFAStatus) Reset()
- func (x *UserTrait_MFAStatus) String() string
- func (m *UserTrait_MFAStatus) Validate() error
- func (m *UserTrait_MFAStatus) ValidateAll() error
- type UserTrait_MFAStatusMultiError
- type UserTrait_MFAStatusValidationError
- func (e UserTrait_MFAStatusValidationError) Cause() error
- func (e UserTrait_MFAStatusValidationError) Error() string
- func (e UserTrait_MFAStatusValidationError) ErrorName() string
- func (e UserTrait_MFAStatusValidationError) Field() string
- func (e UserTrait_MFAStatusValidationError) Key() bool
- func (e UserTrait_MFAStatusValidationError) Reason() string
- type UserTrait_SSOStatus
- func (*UserTrait_SSOStatus) Descriptor() ([]byte, []int)deprecated
- func (x *UserTrait_SSOStatus) GetSsoEnabled() bool
- func (*UserTrait_SSOStatus) ProtoMessage()
- func (x *UserTrait_SSOStatus) ProtoReflect() protoreflect.Message
- func (x *UserTrait_SSOStatus) Reset()
- func (x *UserTrait_SSOStatus) String() string
- func (m *UserTrait_SSOStatus) Validate() error
- func (m *UserTrait_SSOStatus) ValidateAll() error
- type UserTrait_SSOStatusMultiError
- type UserTrait_SSOStatusValidationError
- func (e UserTrait_SSOStatusValidationError) Cause() error
- func (e UserTrait_SSOStatusValidationError) Error() string
- func (e UserTrait_SSOStatusValidationError) ErrorName() string
- func (e UserTrait_SSOStatusValidationError) Field() string
- func (e UserTrait_SSOStatusValidationError) Key() bool
- func (e UserTrait_SSOStatusValidationError) 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 ( AppTrait_AppFlag_name = map[int32]string{ 0: "APP_FLAG_UNSPECIFIED", 1: "APP_FLAG_HIDDEN", 2: "APP_FLAG_INACTIVE", 3: "APP_FLAG_SAML", 4: "APP_FLAG_OIDC", 5: "APP_FLAG_BOOKMARK", } AppTrait_AppFlag_value = map[string]int32{ "APP_FLAG_UNSPECIFIED": 0, "APP_FLAG_HIDDEN": 1, "APP_FLAG_INACTIVE": 2, "APP_FLAG_SAML": 3, "APP_FLAG_OIDC": 4, "APP_FLAG_BOOKMARK": 5, } )
Enum value maps for AppTrait_AppFlag.
var ( Capability_name = map[int32]string{ 0: "CAPABILITY_UNSPECIFIED", 1: "CAPABILITY_PROVISION", 2: "CAPABILITY_SYNC", 3: "CAPABILITY_EVENT_FEED", 4: "CAPABILITY_TICKETING", } Capability_value = map[string]int32{ "CAPABILITY_UNSPECIFIED": 0, "CAPABILITY_PROVISION": 1, "CAPABILITY_SYNC": 2, "CAPABILITY_EVENT_FEED": 3, "CAPABILITY_TICKETING": 4, } )
Enum value maps for Capability.
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 ( Resource_CreationSource_name = map[int32]string{ 0: "CREATION_SOURCE_UNSPECIFIED", 1: "CREATION_SOURCE_CONNECTOR_LIST_RESOURCES", 2: "CREATION_SOURCE_CONNECTOR_LIST_GRANTS_PRINCIPAL_JIT", } Resource_CreationSource_value = map[string]int32{ "CREATION_SOURCE_UNSPECIFIED": 0, "CREATION_SOURCE_CONNECTOR_LIST_RESOURCES": 1, "CREATION_SOURCE_CONNECTOR_LIST_GRANTS_PRINCIPAL_JIT": 2, } )
Enum value maps for Resource_CreationSource.
var AccountManagerService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "c1.connector.v2.AccountManagerService", HandlerType: (*AccountManagerServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "CreateAccount", Handler: _AccountManagerService_CreateAccount_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "c1/connector/v2/resource.proto", }
AccountManagerService_ServiceDesc is the grpc.ServiceDesc for AccountManagerService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
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 CredentialManagerService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "c1.connector.v2.CredentialManagerService", HandlerType: (*CredentialManagerServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "RotateCredential", Handler: _CredentialManagerService_RotateCredential_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "c1/connector/v2/resource.proto", }
CredentialManagerService_ServiceDesc is the grpc.ServiceDesc for CredentialManagerService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
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 EventService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "c1.connector.v2.EventService", HandlerType: (*EventServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ListEvents", Handler: _EventService_ListEvents_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "c1/connector/v2/event_feed.proto", }
EventService_ServiceDesc is the grpc.ServiceDesc for EventService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_c1_connector_v2_annotation_entitlement_proto protoreflect.FileDescriptor
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_external_ticket_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_event_feed_proto protoreflect.FileDescriptor
var File_c1_connector_v2_grant_proto protoreflect.FileDescriptor
var File_c1_connector_v2_resource_proto protoreflect.FileDescriptor
var File_c1_connector_v2_ticket_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 ResourceManagerService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "c1.connector.v2.ResourceManagerService", HandlerType: (*ResourceManagerServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "CreateResource", Handler: _ResourceManagerService_CreateResource_Handler, }, { MethodName: "DeleteResource", Handler: _ResourceManagerService_DeleteResource_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "c1/connector/v2/resource.proto", }
ResourceManagerService_ServiceDesc is the grpc.ServiceDesc for ResourceManagerService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
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)
var TicketsService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "c1.connector.v2.TicketsService", HandlerType: (*TicketsServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "CreateTicket", Handler: _TicketsService_CreateTicket_Handler, }, { MethodName: "GetTicket", Handler: _TicketsService_GetTicket_Handler, }, { MethodName: "ListTicketSchemas", Handler: _TicketsService_ListTicketSchemas_Handler, }, { MethodName: "GetTicketSchema", Handler: _TicketsService_GetTicketSchema_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "c1/connector/v2/ticket.proto", }
TicketsService_ServiceDesc is the grpc.ServiceDesc for TicketsService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterAccountManagerServiceServer ¶ added in v0.1.15
func RegisterAccountManagerServiceServer(s grpc.ServiceRegistrar, srv AccountManagerServiceServer)
func RegisterAssetServiceServer ¶
func RegisterAssetServiceServer(s grpc.ServiceRegistrar, srv AssetServiceServer)
func RegisterConnectorServiceServer ¶
func RegisterConnectorServiceServer(s grpc.ServiceRegistrar, srv ConnectorServiceServer)
func RegisterCredentialManagerServiceServer ¶ added in v0.1.15
func RegisterCredentialManagerServiceServer(s grpc.ServiceRegistrar, srv CredentialManagerServiceServer)
func RegisterEntitlementsServiceServer ¶
func RegisterEntitlementsServiceServer(s grpc.ServiceRegistrar, srv EntitlementsServiceServer)
func RegisterEventServiceServer ¶ added in v0.1.16
func RegisterEventServiceServer(s grpc.ServiceRegistrar, srv EventServiceServer)
func RegisterGrantManagerServiceServer ¶
func RegisterGrantManagerServiceServer(s grpc.ServiceRegistrar, srv GrantManagerServiceServer)
func RegisterGrantsServiceServer ¶
func RegisterGrantsServiceServer(s grpc.ServiceRegistrar, srv GrantsServiceServer)
func RegisterResourceManagerServiceServer ¶ added in v0.1.15
func RegisterResourceManagerServiceServer(s grpc.ServiceRegistrar, srv ResourceManagerServiceServer)
func RegisterResourceTypesServiceServer ¶
func RegisterResourceTypesServiceServer(s grpc.ServiceRegistrar, srv ResourceTypesServiceServer)
func RegisterResourcesServiceServer ¶
func RegisterResourcesServiceServer(s grpc.ServiceRegistrar, srv ResourcesServiceServer)
func RegisterSchemaServiceServer ¶
func RegisterSchemaServiceServer(s grpc.ServiceRegistrar, srv SchemaServiceServer)
func RegisterTicketsServiceServer ¶ added in v0.1.36
func RegisterTicketsServiceServer(s grpc.ServiceRegistrar, srv TicketsServiceServer)
Types ¶
type AccountInfo ¶ added in v0.1.15
type AccountInfo struct { Emails []*AccountInfo_Email `protobuf:"bytes,1,rep,name=emails,proto3" json:"emails,omitempty"` // The user's login Login string `protobuf:"bytes,2,opt,name=login,proto3" json:"login,omitempty"` // Any additional login aliases for the user LoginAliases []string `protobuf:"bytes,3,rep,name=login_aliases,json=loginAliases,proto3" json:"login_aliases,omitempty"` Profile *structpb.Struct `protobuf:"bytes,4,opt,name=profile,proto3" json:"profile,omitempty"` // contains filtered or unexported fields }
func (*AccountInfo) Descriptor
deprecated
added in
v0.1.15
func (*AccountInfo) Descriptor() ([]byte, []int)
Deprecated: Use AccountInfo.ProtoReflect.Descriptor instead.
func (*AccountInfo) GetEmails ¶ added in v0.1.15
func (x *AccountInfo) GetEmails() []*AccountInfo_Email
func (*AccountInfo) GetLogin ¶ added in v0.1.15
func (x *AccountInfo) GetLogin() string
func (*AccountInfo) GetLoginAliases ¶ added in v0.1.15
func (x *AccountInfo) GetLoginAliases() []string
func (*AccountInfo) GetProfile ¶ added in v0.1.15
func (x *AccountInfo) GetProfile() *structpb.Struct
func (*AccountInfo) ProtoMessage ¶ added in v0.1.15
func (*AccountInfo) ProtoMessage()
func (*AccountInfo) ProtoReflect ¶ added in v0.1.15
func (x *AccountInfo) ProtoReflect() protoreflect.Message
func (*AccountInfo) Reset ¶ added in v0.1.15
func (x *AccountInfo) Reset()
func (*AccountInfo) String ¶ added in v0.1.15
func (x *AccountInfo) String() string
func (*AccountInfo) Validate ¶ added in v0.1.15
func (m *AccountInfo) Validate() error
Validate checks the field values on AccountInfo with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*AccountInfo) ValidateAll ¶ added in v0.1.15
func (m *AccountInfo) ValidateAll() error
ValidateAll checks the field values on AccountInfo with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AccountInfoMultiError, or nil if none found.
type AccountInfoMultiError ¶ added in v0.1.15
type AccountInfoMultiError []error
AccountInfoMultiError is an error wrapping multiple validation errors returned by AccountInfo.ValidateAll() if the designated constraints aren't met.
func (AccountInfoMultiError) AllErrors ¶ added in v0.1.15
func (m AccountInfoMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (AccountInfoMultiError) Error ¶ added in v0.1.15
func (m AccountInfoMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type AccountInfoValidationError ¶ added in v0.1.15
type AccountInfoValidationError struct {
// contains filtered or unexported fields
}
AccountInfoValidationError is the validation error returned by AccountInfo.Validate if the designated constraints aren't met.
func (AccountInfoValidationError) Cause ¶ added in v0.1.15
func (e AccountInfoValidationError) Cause() error
Cause function returns cause value.
func (AccountInfoValidationError) Error ¶ added in v0.1.15
func (e AccountInfoValidationError) Error() string
Error satisfies the builtin error interface
func (AccountInfoValidationError) ErrorName ¶ added in v0.1.15
func (e AccountInfoValidationError) ErrorName() string
ErrorName returns error name.
func (AccountInfoValidationError) Field ¶ added in v0.1.15
func (e AccountInfoValidationError) Field() string
Field function returns field value.
func (AccountInfoValidationError) Key ¶ added in v0.1.15
func (e AccountInfoValidationError) Key() bool
Key function returns key value.
func (AccountInfoValidationError) Reason ¶ added in v0.1.15
func (e AccountInfoValidationError) Reason() string
Reason function returns reason value.
type AccountInfo_Email ¶ added in v0.1.15
type AccountInfo_Email struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` // Indicates if this is the user's primary email. Only one entry can be marked as primary. IsPrimary bool `protobuf:"varint,2,opt,name=is_primary,json=isPrimary,proto3" json:"is_primary,omitempty"` // contains filtered or unexported fields }
func (*AccountInfo_Email) Descriptor
deprecated
added in
v0.1.15
func (*AccountInfo_Email) Descriptor() ([]byte, []int)
Deprecated: Use AccountInfo_Email.ProtoReflect.Descriptor instead.
func (*AccountInfo_Email) GetAddress ¶ added in v0.1.15
func (x *AccountInfo_Email) GetAddress() string
func (*AccountInfo_Email) GetIsPrimary ¶ added in v0.1.15
func (x *AccountInfo_Email) GetIsPrimary() bool
func (*AccountInfo_Email) ProtoMessage ¶ added in v0.1.15
func (*AccountInfo_Email) ProtoMessage()
func (*AccountInfo_Email) ProtoReflect ¶ added in v0.1.15
func (x *AccountInfo_Email) ProtoReflect() protoreflect.Message
func (*AccountInfo_Email) Reset ¶ added in v0.1.15
func (x *AccountInfo_Email) Reset()
func (*AccountInfo_Email) String ¶ added in v0.1.15
func (x *AccountInfo_Email) String() string
func (*AccountInfo_Email) Validate ¶ added in v0.1.15
func (m *AccountInfo_Email) Validate() error
Validate checks the field values on AccountInfo_Email with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*AccountInfo_Email) ValidateAll ¶ added in v0.1.15
func (m *AccountInfo_Email) ValidateAll() error
ValidateAll checks the field values on AccountInfo_Email with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AccountInfo_EmailMultiError, or nil if none found.
type AccountInfo_EmailMultiError ¶ added in v0.1.15
type AccountInfo_EmailMultiError []error
AccountInfo_EmailMultiError is an error wrapping multiple validation errors returned by AccountInfo_Email.ValidateAll() if the designated constraints aren't met.
func (AccountInfo_EmailMultiError) AllErrors ¶ added in v0.1.15
func (m AccountInfo_EmailMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (AccountInfo_EmailMultiError) Error ¶ added in v0.1.15
func (m AccountInfo_EmailMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type AccountInfo_EmailValidationError ¶ added in v0.1.15
type AccountInfo_EmailValidationError struct {
// contains filtered or unexported fields
}
AccountInfo_EmailValidationError is the validation error returned by AccountInfo_Email.Validate if the designated constraints aren't met.
func (AccountInfo_EmailValidationError) Cause ¶ added in v0.1.15
func (e AccountInfo_EmailValidationError) Cause() error
Cause function returns cause value.
func (AccountInfo_EmailValidationError) Error ¶ added in v0.1.15
func (e AccountInfo_EmailValidationError) Error() string
Error satisfies the builtin error interface
func (AccountInfo_EmailValidationError) ErrorName ¶ added in v0.1.15
func (e AccountInfo_EmailValidationError) ErrorName() string
ErrorName returns error name.
func (AccountInfo_EmailValidationError) Field ¶ added in v0.1.15
func (e AccountInfo_EmailValidationError) Field() string
Field function returns field value.
func (AccountInfo_EmailValidationError) Key ¶ added in v0.1.15
func (e AccountInfo_EmailValidationError) Key() bool
Key function returns key value.
func (AccountInfo_EmailValidationError) Reason ¶ added in v0.1.15
func (e AccountInfo_EmailValidationError) Reason() string
Reason function returns reason value.
type AccountManagerServiceClient ¶ added in v0.1.15
type AccountManagerServiceClient interface {
CreateAccount(ctx context.Context, in *CreateAccountRequest, opts ...grpc.CallOption) (*CreateAccountResponse, error)
}
AccountManagerServiceClient is the client API for AccountManagerService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewAccountManagerServiceClient ¶ added in v0.1.15
func NewAccountManagerServiceClient(cc grpc.ClientConnInterface) AccountManagerServiceClient
type AccountManagerServiceServer ¶ added in v0.1.15
type AccountManagerServiceServer interface {
CreateAccount(context.Context, *CreateAccountRequest) (*CreateAccountResponse, error)
}
AccountManagerServiceServer is the server API for AccountManagerService service. All implementations should embed UnimplementedAccountManagerServiceServer for forward compatibility
type AppTrait ¶
type AppTrait struct { HelpUrl string `protobuf:"bytes,1,opt,name=help_url,json=helpUrl,proto3" json:"help_url,omitempty"` Icon *AssetRef `protobuf:"bytes,2,opt,name=icon,proto3" json:"icon,omitempty"` 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"` Flags []AppTrait_AppFlag `protobuf:"varint,5,rep,packed,name=flags,proto3,enum=c1.connector.v2.AppTrait_AppFlag" json:"flags,omitempty"` // contains filtered or unexported fields }
func (*AppTrait) Descriptor
deprecated
func (*AppTrait) GetFlags ¶ added in v0.1.4
func (x *AppTrait) GetFlags() []AppTrait_AppFlag
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 AppTrait_AppFlag ¶ added in v0.1.4
type AppTrait_AppFlag int32
const ( AppTrait_APP_FLAG_UNSPECIFIED AppTrait_AppFlag = 0 AppTrait_APP_FLAG_HIDDEN AppTrait_AppFlag = 1 AppTrait_APP_FLAG_INACTIVE AppTrait_AppFlag = 2 AppTrait_APP_FLAG_SAML AppTrait_AppFlag = 3 AppTrait_APP_FLAG_OIDC AppTrait_AppFlag = 4 AppTrait_APP_FLAG_BOOKMARK AppTrait_AppFlag = 5 )
func (AppTrait_AppFlag) Descriptor ¶ added in v0.1.4
func (AppTrait_AppFlag) Descriptor() protoreflect.EnumDescriptor
func (AppTrait_AppFlag) Enum ¶ added in v0.1.4
func (x AppTrait_AppFlag) Enum() *AppTrait_AppFlag
func (AppTrait_AppFlag) EnumDescriptor
deprecated
added in
v0.1.4
func (AppTrait_AppFlag) EnumDescriptor() ([]byte, []int)
Deprecated: Use AppTrait_AppFlag.Descriptor instead.
func (AppTrait_AppFlag) Number ¶ added in v0.1.4
func (x AppTrait_AppFlag) Number() protoreflect.EnumNumber
func (AppTrait_AppFlag) String ¶ added in v0.1.4
func (x AppTrait_AppFlag) String() string
func (AppTrait_AppFlag) Type ¶ added in v0.1.4
func (AppTrait_AppFlag) Type() protoreflect.EnumType
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 Capability ¶ added in v0.1.36
type Capability int32
const ( Capability_CAPABILITY_UNSPECIFIED Capability = 0 Capability_CAPABILITY_PROVISION Capability = 1 Capability_CAPABILITY_SYNC Capability = 2 Capability_CAPABILITY_EVENT_FEED Capability = 3 Capability_CAPABILITY_TICKETING Capability = 4 )
func (Capability) Descriptor ¶ added in v0.1.36
func (Capability) Descriptor() protoreflect.EnumDescriptor
func (Capability) Enum ¶ added in v0.1.36
func (x Capability) Enum() *Capability
func (Capability) EnumDescriptor
deprecated
added in
v0.1.36
func (Capability) EnumDescriptor() ([]byte, []int)
Deprecated: Use Capability.Descriptor instead.
func (Capability) Number ¶ added in v0.1.36
func (x Capability) Number() protoreflect.EnumNumber
func (Capability) String ¶ added in v0.1.36
func (x Capability) String() string
func (Capability) Type ¶ added in v0.1.36
func (Capability) Type() protoreflect.EnumType
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 ConnectorCapabilities ¶ added in v0.1.5
type ConnectorCapabilities struct { ResourceTypeCapabilities []*ResourceTypeCapability `` /* 135-byte string literal not displayed */ ConnectorCapabilities []Capability `` /* 164-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ConnectorCapabilities) Descriptor
deprecated
added in
v0.1.5
func (*ConnectorCapabilities) Descriptor() ([]byte, []int)
Deprecated: Use ConnectorCapabilities.ProtoReflect.Descriptor instead.
func (*ConnectorCapabilities) GetConnectorCapabilities ¶ added in v0.1.36
func (x *ConnectorCapabilities) GetConnectorCapabilities() []Capability
func (*ConnectorCapabilities) GetResourceTypeCapabilities ¶ added in v0.1.5
func (x *ConnectorCapabilities) GetResourceTypeCapabilities() []*ResourceTypeCapability
func (*ConnectorCapabilities) ProtoMessage ¶ added in v0.1.5
func (*ConnectorCapabilities) ProtoMessage()
func (*ConnectorCapabilities) ProtoReflect ¶ added in v0.1.5
func (x *ConnectorCapabilities) ProtoReflect() protoreflect.Message
func (*ConnectorCapabilities) Reset ¶ added in v0.1.5
func (x *ConnectorCapabilities) Reset()
func (*ConnectorCapabilities) String ¶ added in v0.1.5
func (x *ConnectorCapabilities) String() string
func (*ConnectorCapabilities) Validate ¶ added in v0.1.5
func (m *ConnectorCapabilities) Validate() error
Validate checks the field values on ConnectorCapabilities with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ConnectorCapabilities) ValidateAll ¶ added in v0.1.5
func (m *ConnectorCapabilities) ValidateAll() error
ValidateAll checks the field values on ConnectorCapabilities with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ConnectorCapabilitiesMultiError, or nil if none found.
type ConnectorCapabilitiesMultiError ¶ added in v0.1.5
type ConnectorCapabilitiesMultiError []error
ConnectorCapabilitiesMultiError is an error wrapping multiple validation errors returned by ConnectorCapabilities.ValidateAll() if the designated constraints aren't met.
func (ConnectorCapabilitiesMultiError) AllErrors ¶ added in v0.1.5
func (m ConnectorCapabilitiesMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ConnectorCapabilitiesMultiError) Error ¶ added in v0.1.5
func (m ConnectorCapabilitiesMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ConnectorCapabilitiesValidationError ¶ added in v0.1.5
type ConnectorCapabilitiesValidationError struct {
// contains filtered or unexported fields
}
ConnectorCapabilitiesValidationError is the validation error returned by ConnectorCapabilities.Validate if the designated constraints aren't met.
func (ConnectorCapabilitiesValidationError) Cause ¶ added in v0.1.5
func (e ConnectorCapabilitiesValidationError) Cause() error
Cause function returns cause value.
func (ConnectorCapabilitiesValidationError) Error ¶ added in v0.1.5
func (e ConnectorCapabilitiesValidationError) Error() string
Error satisfies the builtin error interface
func (ConnectorCapabilitiesValidationError) ErrorName ¶ added in v0.1.5
func (e ConnectorCapabilitiesValidationError) ErrorName() string
ErrorName returns error name.
func (ConnectorCapabilitiesValidationError) Field ¶ added in v0.1.5
func (e ConnectorCapabilitiesValidationError) Field() string
Field function returns field value.
func (ConnectorCapabilitiesValidationError) Key ¶ added in v0.1.5
func (e ConnectorCapabilitiesValidationError) Key() bool
Key function returns key value.
func (ConnectorCapabilitiesValidationError) Reason ¶ added in v0.1.5
func (e ConnectorCapabilitiesValidationError) 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"` Capabilities *ConnectorCapabilities `protobuf:"bytes,8,opt,name=capabilities,proto3" json:"capabilities,omitempty"` // contains filtered or unexported fields }
func (*ConnectorMetadata) Descriptor
deprecated
func (*ConnectorMetadata) Descriptor() ([]byte, []int)
Deprecated: Use ConnectorMetadata.ProtoReflect.Descriptor instead.
func (*ConnectorMetadata) GetAnnotations ¶
func (x *ConnectorMetadata) GetAnnotations() []*anypb.Any
func (*ConnectorMetadata) GetCapabilities ¶ added in v0.1.5
func (x *ConnectorMetadata) GetCapabilities() *ConnectorCapabilities
func (*ConnectorMetadata) GetDescription ¶ added in v0.1.0
func (x *ConnectorMetadata) GetDescription() string
func (*ConnectorMetadata) GetDisplayName ¶
func (x *ConnectorMetadata) GetDisplayName() string
func (*ConnectorMetadata) GetHelpUrl ¶
func (x *ConnectorMetadata) GetHelpUrl() string
func (*ConnectorMetadata) GetIcon ¶
func (x *ConnectorMetadata) GetIcon() *AssetRef
func (*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 CreateAccountRequest ¶ added in v0.1.15
type CreateAccountRequest struct { AccountInfo *AccountInfo `protobuf:"bytes,1,opt,name=account_info,json=accountInfo,proto3" json:"account_info,omitempty"` CredentialOptions *CredentialOptions `protobuf:"bytes,2,opt,name=credential_options,json=credentialOptions,proto3" json:"credential_options,omitempty"` EncryptionConfigs []*EncryptionConfig `protobuf:"bytes,3,rep,name=encryption_configs,json=encryptionConfigs,proto3" json:"encryption_configs,omitempty"` // contains filtered or unexported fields }
func (*CreateAccountRequest) Descriptor
deprecated
added in
v0.1.15
func (*CreateAccountRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateAccountRequest.ProtoReflect.Descriptor instead.
func (*CreateAccountRequest) GetAccountInfo ¶ added in v0.1.15
func (x *CreateAccountRequest) GetAccountInfo() *AccountInfo
func (*CreateAccountRequest) GetCredentialOptions ¶ added in v0.1.15
func (x *CreateAccountRequest) GetCredentialOptions() *CredentialOptions
func (*CreateAccountRequest) GetEncryptionConfigs ¶ added in v0.1.15
func (x *CreateAccountRequest) GetEncryptionConfigs() []*EncryptionConfig
func (*CreateAccountRequest) ProtoMessage ¶ added in v0.1.15
func (*CreateAccountRequest) ProtoMessage()
func (*CreateAccountRequest) ProtoReflect ¶ added in v0.1.15
func (x *CreateAccountRequest) ProtoReflect() protoreflect.Message
func (*CreateAccountRequest) Reset ¶ added in v0.1.15
func (x *CreateAccountRequest) Reset()
func (*CreateAccountRequest) String ¶ added in v0.1.15
func (x *CreateAccountRequest) String() string
func (*CreateAccountRequest) Validate ¶ added in v0.1.15
func (m *CreateAccountRequest) Validate() error
Validate checks the field values on CreateAccountRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateAccountRequest) ValidateAll ¶ added in v0.1.15
func (m *CreateAccountRequest) ValidateAll() error
ValidateAll checks the field values on CreateAccountRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateAccountRequestMultiError, or nil if none found.
type CreateAccountRequestMultiError ¶ added in v0.1.15
type CreateAccountRequestMultiError []error
CreateAccountRequestMultiError is an error wrapping multiple validation errors returned by CreateAccountRequest.ValidateAll() if the designated constraints aren't met.
func (CreateAccountRequestMultiError) AllErrors ¶ added in v0.1.15
func (m CreateAccountRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateAccountRequestMultiError) Error ¶ added in v0.1.15
func (m CreateAccountRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateAccountRequestValidationError ¶ added in v0.1.15
type CreateAccountRequestValidationError struct {
// contains filtered or unexported fields
}
CreateAccountRequestValidationError is the validation error returned by CreateAccountRequest.Validate if the designated constraints aren't met.
func (CreateAccountRequestValidationError) Cause ¶ added in v0.1.15
func (e CreateAccountRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateAccountRequestValidationError) Error ¶ added in v0.1.15
func (e CreateAccountRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateAccountRequestValidationError) ErrorName ¶ added in v0.1.15
func (e CreateAccountRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateAccountRequestValidationError) Field ¶ added in v0.1.15
func (e CreateAccountRequestValidationError) Field() string
Field function returns field value.
func (CreateAccountRequestValidationError) Key ¶ added in v0.1.15
func (e CreateAccountRequestValidationError) Key() bool
Key function returns key value.
func (CreateAccountRequestValidationError) Reason ¶ added in v0.1.15
func (e CreateAccountRequestValidationError) Reason() string
Reason function returns reason value.
type CreateAccountResponse ¶ added in v0.1.15
type CreateAccountResponse struct { // Types that are assignable to Result: // // *CreateAccountResponse_Success // *CreateAccountResponse_ActionRequired Result isCreateAccountResponse_Result `protobuf_oneof:"result"` EncryptedData []*EncryptedData `protobuf:"bytes,2,rep,name=encrypted_data,json=encryptedData,proto3" json:"encrypted_data,omitempty"` Annotations []*anypb.Any `protobuf:"bytes,3,rep,name=annotations,proto3" json:"annotations,omitempty"` // contains filtered or unexported fields }
func (*CreateAccountResponse) Descriptor
deprecated
added in
v0.1.15
func (*CreateAccountResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateAccountResponse.ProtoReflect.Descriptor instead.
func (*CreateAccountResponse) GetActionRequired ¶ added in v0.1.15
func (x *CreateAccountResponse) GetActionRequired() *CreateAccountResponse_ActionRequiredResult
func (*CreateAccountResponse) GetAnnotations ¶ added in v0.1.15
func (x *CreateAccountResponse) GetAnnotations() []*anypb.Any
func (*CreateAccountResponse) GetEncryptedData ¶ added in v0.1.15
func (x *CreateAccountResponse) GetEncryptedData() []*EncryptedData
func (*CreateAccountResponse) GetResult ¶ added in v0.1.15
func (m *CreateAccountResponse) GetResult() isCreateAccountResponse_Result
func (*CreateAccountResponse) GetSuccess ¶ added in v0.1.15
func (x *CreateAccountResponse) GetSuccess() *CreateAccountResponse_SuccessResult
func (*CreateAccountResponse) ProtoMessage ¶ added in v0.1.15
func (*CreateAccountResponse) ProtoMessage()
func (*CreateAccountResponse) ProtoReflect ¶ added in v0.1.15
func (x *CreateAccountResponse) ProtoReflect() protoreflect.Message
func (*CreateAccountResponse) Reset ¶ added in v0.1.15
func (x *CreateAccountResponse) Reset()
func (*CreateAccountResponse) String ¶ added in v0.1.15
func (x *CreateAccountResponse) String() string
func (*CreateAccountResponse) Validate ¶ added in v0.1.15
func (m *CreateAccountResponse) Validate() error
Validate checks the field values on CreateAccountResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateAccountResponse) ValidateAll ¶ added in v0.1.15
func (m *CreateAccountResponse) ValidateAll() error
ValidateAll checks the field values on CreateAccountResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateAccountResponseMultiError, or nil if none found.
type CreateAccountResponseMultiError ¶ added in v0.1.15
type CreateAccountResponseMultiError []error
CreateAccountResponseMultiError is an error wrapping multiple validation errors returned by CreateAccountResponse.ValidateAll() if the designated constraints aren't met.
func (CreateAccountResponseMultiError) AllErrors ¶ added in v0.1.15
func (m CreateAccountResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateAccountResponseMultiError) Error ¶ added in v0.1.15
func (m CreateAccountResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateAccountResponseValidationError ¶ added in v0.1.15
type CreateAccountResponseValidationError struct {
// contains filtered or unexported fields
}
CreateAccountResponseValidationError is the validation error returned by CreateAccountResponse.Validate if the designated constraints aren't met.
func (CreateAccountResponseValidationError) Cause ¶ added in v0.1.15
func (e CreateAccountResponseValidationError) Cause() error
Cause function returns cause value.
func (CreateAccountResponseValidationError) Error ¶ added in v0.1.15
func (e CreateAccountResponseValidationError) Error() string
Error satisfies the builtin error interface
func (CreateAccountResponseValidationError) ErrorName ¶ added in v0.1.15
func (e CreateAccountResponseValidationError) ErrorName() string
ErrorName returns error name.
func (CreateAccountResponseValidationError) Field ¶ added in v0.1.15
func (e CreateAccountResponseValidationError) Field() string
Field function returns field value.
func (CreateAccountResponseValidationError) Key ¶ added in v0.1.15
func (e CreateAccountResponseValidationError) Key() bool
Key function returns key value.
func (CreateAccountResponseValidationError) Reason ¶ added in v0.1.15
func (e CreateAccountResponseValidationError) Reason() string
Reason function returns reason value.
type CreateAccountResponse_ActionRequired ¶ added in v0.1.15
type CreateAccountResponse_ActionRequired struct {
ActionRequired *CreateAccountResponse_ActionRequiredResult `protobuf:"bytes,101,opt,name=action_required,json=actionRequired,proto3,oneof"`
}
type CreateAccountResponse_ActionRequiredResult ¶ added in v0.1.15
type CreateAccountResponse_ActionRequiredResult struct { Resource *Resource `protobuf:"bytes,1,opt,name=resource,proto3" json:"resource,omitempty"` Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` IsCreateAccountResult bool `` /* 129-byte string literal not displayed */ // contains filtered or unexported fields }
func (*CreateAccountResponse_ActionRequiredResult) Descriptor
deprecated
added in
v0.1.15
func (*CreateAccountResponse_ActionRequiredResult) Descriptor() ([]byte, []int)
Deprecated: Use CreateAccountResponse_ActionRequiredResult.ProtoReflect.Descriptor instead.
func (*CreateAccountResponse_ActionRequiredResult) GetIsCreateAccountResult ¶ added in v0.1.15
func (x *CreateAccountResponse_ActionRequiredResult) GetIsCreateAccountResult() bool
func (*CreateAccountResponse_ActionRequiredResult) GetMessage ¶ added in v0.1.15
func (x *CreateAccountResponse_ActionRequiredResult) GetMessage() string
func (*CreateAccountResponse_ActionRequiredResult) GetResource ¶ added in v0.1.15
func (x *CreateAccountResponse_ActionRequiredResult) GetResource() *Resource
func (*CreateAccountResponse_ActionRequiredResult) ProtoMessage ¶ added in v0.1.15
func (*CreateAccountResponse_ActionRequiredResult) ProtoMessage()
func (*CreateAccountResponse_ActionRequiredResult) ProtoReflect ¶ added in v0.1.15
func (x *CreateAccountResponse_ActionRequiredResult) ProtoReflect() protoreflect.Message
func (*CreateAccountResponse_ActionRequiredResult) Reset ¶ added in v0.1.15
func (x *CreateAccountResponse_ActionRequiredResult) Reset()
func (*CreateAccountResponse_ActionRequiredResult) String ¶ added in v0.1.15
func (x *CreateAccountResponse_ActionRequiredResult) String() string
func (*CreateAccountResponse_ActionRequiredResult) Validate ¶ added in v0.1.15
func (m *CreateAccountResponse_ActionRequiredResult) Validate() error
Validate checks the field values on CreateAccountResponse_ActionRequiredResult with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateAccountResponse_ActionRequiredResult) ValidateAll ¶ added in v0.1.15
func (m *CreateAccountResponse_ActionRequiredResult) ValidateAll() error
ValidateAll checks the field values on CreateAccountResponse_ActionRequiredResult with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateAccountResponse_ActionRequiredResultMultiError, or nil if none found.
type CreateAccountResponse_ActionRequiredResultMultiError ¶ added in v0.1.15
type CreateAccountResponse_ActionRequiredResultMultiError []error
CreateAccountResponse_ActionRequiredResultMultiError is an error wrapping multiple validation errors returned by CreateAccountResponse_ActionRequiredResult.ValidateAll() if the designated constraints aren't met.
func (CreateAccountResponse_ActionRequiredResultMultiError) AllErrors ¶ added in v0.1.15
func (m CreateAccountResponse_ActionRequiredResultMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateAccountResponse_ActionRequiredResultMultiError) Error ¶ added in v0.1.15
func (m CreateAccountResponse_ActionRequiredResultMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateAccountResponse_ActionRequiredResultValidationError ¶ added in v0.1.15
type CreateAccountResponse_ActionRequiredResultValidationError struct {
// contains filtered or unexported fields
}
CreateAccountResponse_ActionRequiredResultValidationError is the validation error returned by CreateAccountResponse_ActionRequiredResult.Validate if the designated constraints aren't met.
func (CreateAccountResponse_ActionRequiredResultValidationError) Cause ¶ added in v0.1.15
func (e CreateAccountResponse_ActionRequiredResultValidationError) Cause() error
Cause function returns cause value.
func (CreateAccountResponse_ActionRequiredResultValidationError) Error ¶ added in v0.1.15
func (e CreateAccountResponse_ActionRequiredResultValidationError) Error() string
Error satisfies the builtin error interface
func (CreateAccountResponse_ActionRequiredResultValidationError) ErrorName ¶ added in v0.1.15
func (e CreateAccountResponse_ActionRequiredResultValidationError) ErrorName() string
ErrorName returns error name.
func (CreateAccountResponse_ActionRequiredResultValidationError) Field ¶ added in v0.1.15
func (e CreateAccountResponse_ActionRequiredResultValidationError) Field() string
Field function returns field value.
func (CreateAccountResponse_ActionRequiredResultValidationError) Key ¶ added in v0.1.15
func (e CreateAccountResponse_ActionRequiredResultValidationError) Key() bool
Key function returns key value.
func (CreateAccountResponse_ActionRequiredResultValidationError) Reason ¶ added in v0.1.15
func (e CreateAccountResponse_ActionRequiredResultValidationError) Reason() string
Reason function returns reason value.
type CreateAccountResponse_Success ¶ added in v0.1.15
type CreateAccountResponse_Success struct {
Success *CreateAccountResponse_SuccessResult `protobuf:"bytes,100,opt,name=success,proto3,oneof"`
}
type CreateAccountResponse_SuccessResult ¶ added in v0.1.15
type CreateAccountResponse_SuccessResult struct { Resource *Resource `protobuf:"bytes,1,opt,name=resource,proto3" json:"resource,omitempty"` IsCreateAccountResult bool `` /* 129-byte string literal not displayed */ // contains filtered or unexported fields }
func (*CreateAccountResponse_SuccessResult) Descriptor
deprecated
added in
v0.1.15
func (*CreateAccountResponse_SuccessResult) Descriptor() ([]byte, []int)
Deprecated: Use CreateAccountResponse_SuccessResult.ProtoReflect.Descriptor instead.
func (*CreateAccountResponse_SuccessResult) GetIsCreateAccountResult ¶ added in v0.1.15
func (x *CreateAccountResponse_SuccessResult) GetIsCreateAccountResult() bool
func (*CreateAccountResponse_SuccessResult) GetResource ¶ added in v0.1.15
func (x *CreateAccountResponse_SuccessResult) GetResource() *Resource
func (*CreateAccountResponse_SuccessResult) ProtoMessage ¶ added in v0.1.15
func (*CreateAccountResponse_SuccessResult) ProtoMessage()
func (*CreateAccountResponse_SuccessResult) ProtoReflect ¶ added in v0.1.15
func (x *CreateAccountResponse_SuccessResult) ProtoReflect() protoreflect.Message
func (*CreateAccountResponse_SuccessResult) Reset ¶ added in v0.1.15
func (x *CreateAccountResponse_SuccessResult) Reset()
func (*CreateAccountResponse_SuccessResult) String ¶ added in v0.1.15
func (x *CreateAccountResponse_SuccessResult) String() string
func (*CreateAccountResponse_SuccessResult) Validate ¶ added in v0.1.15
func (m *CreateAccountResponse_SuccessResult) Validate() error
Validate checks the field values on CreateAccountResponse_SuccessResult with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateAccountResponse_SuccessResult) ValidateAll ¶ added in v0.1.15
func (m *CreateAccountResponse_SuccessResult) ValidateAll() error
ValidateAll checks the field values on CreateAccountResponse_SuccessResult with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateAccountResponse_SuccessResultMultiError, or nil if none found.
type CreateAccountResponse_SuccessResultMultiError ¶ added in v0.1.15
type CreateAccountResponse_SuccessResultMultiError []error
CreateAccountResponse_SuccessResultMultiError is an error wrapping multiple validation errors returned by CreateAccountResponse_SuccessResult.ValidateAll() if the designated constraints aren't met.
func (CreateAccountResponse_SuccessResultMultiError) AllErrors ¶ added in v0.1.15
func (m CreateAccountResponse_SuccessResultMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateAccountResponse_SuccessResultMultiError) Error ¶ added in v0.1.15
func (m CreateAccountResponse_SuccessResultMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateAccountResponse_SuccessResultValidationError ¶ added in v0.1.15
type CreateAccountResponse_SuccessResultValidationError struct {
// contains filtered or unexported fields
}
CreateAccountResponse_SuccessResultValidationError is the validation error returned by CreateAccountResponse_SuccessResult.Validate if the designated constraints aren't met.
func (CreateAccountResponse_SuccessResultValidationError) Cause ¶ added in v0.1.15
func (e CreateAccountResponse_SuccessResultValidationError) Cause() error
Cause function returns cause value.
func (CreateAccountResponse_SuccessResultValidationError) Error ¶ added in v0.1.15
func (e CreateAccountResponse_SuccessResultValidationError) Error() string
Error satisfies the builtin error interface
func (CreateAccountResponse_SuccessResultValidationError) ErrorName ¶ added in v0.1.15
func (e CreateAccountResponse_SuccessResultValidationError) ErrorName() string
ErrorName returns error name.
func (CreateAccountResponse_SuccessResultValidationError) Field ¶ added in v0.1.15
func (e CreateAccountResponse_SuccessResultValidationError) Field() string
Field function returns field value.
func (CreateAccountResponse_SuccessResultValidationError) Key ¶ added in v0.1.15
func (e CreateAccountResponse_SuccessResultValidationError) Key() bool
Key function returns key value.
func (CreateAccountResponse_SuccessResultValidationError) Reason ¶ added in v0.1.15
func (e CreateAccountResponse_SuccessResultValidationError) Reason() string
Reason function returns reason value.
type CreateResourceRequest ¶ added in v0.1.15
type CreateResourceRequest struct { Resource *Resource `protobuf:"bytes,1,opt,name=resource,proto3" json:"resource,omitempty"` // contains filtered or unexported fields }
func (*CreateResourceRequest) Descriptor
deprecated
added in
v0.1.15
func (*CreateResourceRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateResourceRequest.ProtoReflect.Descriptor instead.
func (*CreateResourceRequest) GetResource ¶ added in v0.1.15
func (x *CreateResourceRequest) GetResource() *Resource
func (*CreateResourceRequest) ProtoMessage ¶ added in v0.1.15
func (*CreateResourceRequest) ProtoMessage()
func (*CreateResourceRequest) ProtoReflect ¶ added in v0.1.15
func (x *CreateResourceRequest) ProtoReflect() protoreflect.Message
func (*CreateResourceRequest) Reset ¶ added in v0.1.15
func (x *CreateResourceRequest) Reset()
func (*CreateResourceRequest) String ¶ added in v0.1.15
func (x *CreateResourceRequest) String() string
func (*CreateResourceRequest) Validate ¶ added in v0.1.15
func (m *CreateResourceRequest) Validate() error
Validate checks the field values on CreateResourceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateResourceRequest) ValidateAll ¶ added in v0.1.15
func (m *CreateResourceRequest) ValidateAll() error
ValidateAll checks the field values on CreateResourceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateResourceRequestMultiError, or nil if none found.
type CreateResourceRequestMultiError ¶ added in v0.1.15
type CreateResourceRequestMultiError []error
CreateResourceRequestMultiError is an error wrapping multiple validation errors returned by CreateResourceRequest.ValidateAll() if the designated constraints aren't met.
func (CreateResourceRequestMultiError) AllErrors ¶ added in v0.1.15
func (m CreateResourceRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateResourceRequestMultiError) Error ¶ added in v0.1.15
func (m CreateResourceRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateResourceRequestValidationError ¶ added in v0.1.15
type CreateResourceRequestValidationError struct {
// contains filtered or unexported fields
}
CreateResourceRequestValidationError is the validation error returned by CreateResourceRequest.Validate if the designated constraints aren't met.
func (CreateResourceRequestValidationError) Cause ¶ added in v0.1.15
func (e CreateResourceRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateResourceRequestValidationError) Error ¶ added in v0.1.15
func (e CreateResourceRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateResourceRequestValidationError) ErrorName ¶ added in v0.1.15
func (e CreateResourceRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateResourceRequestValidationError) Field ¶ added in v0.1.15
func (e CreateResourceRequestValidationError) Field() string
Field function returns field value.
func (CreateResourceRequestValidationError) Key ¶ added in v0.1.15
func (e CreateResourceRequestValidationError) Key() bool
Key function returns key value.
func (CreateResourceRequestValidationError) Reason ¶ added in v0.1.15
func (e CreateResourceRequestValidationError) Reason() string
Reason function returns reason value.
type CreateResourceResponse ¶ added in v0.1.15
type CreateResourceResponse struct { Created *Resource `protobuf:"bytes,1,opt,name=created,proto3" json:"created,omitempty"` Annotations []*anypb.Any `protobuf:"bytes,2,rep,name=annotations,proto3" json:"annotations,omitempty"` // contains filtered or unexported fields }
func (*CreateResourceResponse) Descriptor
deprecated
added in
v0.1.15
func (*CreateResourceResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateResourceResponse.ProtoReflect.Descriptor instead.
func (*CreateResourceResponse) GetAnnotations ¶ added in v0.1.15
func (x *CreateResourceResponse) GetAnnotations() []*anypb.Any
func (*CreateResourceResponse) GetCreated ¶ added in v0.1.15
func (x *CreateResourceResponse) GetCreated() *Resource
func (*CreateResourceResponse) ProtoMessage ¶ added in v0.1.15
func (*CreateResourceResponse) ProtoMessage()
func (*CreateResourceResponse) ProtoReflect ¶ added in v0.1.15
func (x *CreateResourceResponse) ProtoReflect() protoreflect.Message
func (*CreateResourceResponse) Reset ¶ added in v0.1.15
func (x *CreateResourceResponse) Reset()
func (*CreateResourceResponse) String ¶ added in v0.1.15
func (x *CreateResourceResponse) String() string
func (*CreateResourceResponse) Validate ¶ added in v0.1.15
func (m *CreateResourceResponse) Validate() error
Validate checks the field values on CreateResourceResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateResourceResponse) ValidateAll ¶ added in v0.1.15
func (m *CreateResourceResponse) ValidateAll() error
ValidateAll checks the field values on CreateResourceResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateResourceResponseMultiError, or nil if none found.
type CreateResourceResponseMultiError ¶ added in v0.1.15
type CreateResourceResponseMultiError []error
CreateResourceResponseMultiError is an error wrapping multiple validation errors returned by CreateResourceResponse.ValidateAll() if the designated constraints aren't met.
func (CreateResourceResponseMultiError) AllErrors ¶ added in v0.1.15
func (m CreateResourceResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateResourceResponseMultiError) Error ¶ added in v0.1.15
func (m CreateResourceResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateResourceResponseValidationError ¶ added in v0.1.15
type CreateResourceResponseValidationError struct {
// contains filtered or unexported fields
}
CreateResourceResponseValidationError is the validation error returned by CreateResourceResponse.Validate if the designated constraints aren't met.
func (CreateResourceResponseValidationError) Cause ¶ added in v0.1.15
func (e CreateResourceResponseValidationError) Cause() error
Cause function returns cause value.
func (CreateResourceResponseValidationError) Error ¶ added in v0.1.15
func (e CreateResourceResponseValidationError) Error() string
Error satisfies the builtin error interface
func (CreateResourceResponseValidationError) ErrorName ¶ added in v0.1.15
func (e CreateResourceResponseValidationError) ErrorName() string
ErrorName returns error name.
func (CreateResourceResponseValidationError) Field ¶ added in v0.1.15
func (e CreateResourceResponseValidationError) Field() string
Field function returns field value.
func (CreateResourceResponseValidationError) Key ¶ added in v0.1.15
func (e CreateResourceResponseValidationError) Key() bool
Key function returns key value.
func (CreateResourceResponseValidationError) Reason ¶ added in v0.1.15
func (e CreateResourceResponseValidationError) Reason() string
Reason function returns reason value.
type CredentialManagerServiceClient ¶ added in v0.1.15
type CredentialManagerServiceClient interface {
RotateCredential(ctx context.Context, in *RotateCredentialRequest, opts ...grpc.CallOption) (*RotateCredentialResponse, error)
}
CredentialManagerServiceClient is the client API for CredentialManagerService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewCredentialManagerServiceClient ¶ added in v0.1.15
func NewCredentialManagerServiceClient(cc grpc.ClientConnInterface) CredentialManagerServiceClient
type CredentialManagerServiceServer ¶ added in v0.1.15
type CredentialManagerServiceServer interface {
RotateCredential(context.Context, *RotateCredentialRequest) (*RotateCredentialResponse, error)
}
CredentialManagerServiceServer is the server API for CredentialManagerService service. All implementations should embed UnimplementedCredentialManagerServiceServer for forward compatibility
type CredentialOptions ¶ added in v0.1.15
type CredentialOptions struct { // Types that are assignable to Options: // // *CredentialOptions_RandomPassword_ Options isCredentialOptions_Options `protobuf_oneof:"options"` // contains filtered or unexported fields }
func (*CredentialOptions) Descriptor
deprecated
added in
v0.1.15
func (*CredentialOptions) Descriptor() ([]byte, []int)
Deprecated: Use CredentialOptions.ProtoReflect.Descriptor instead.
func (*CredentialOptions) GetOptions ¶ added in v0.1.15
func (m *CredentialOptions) GetOptions() isCredentialOptions_Options
func (*CredentialOptions) GetRandomPassword ¶ added in v0.1.15
func (x *CredentialOptions) GetRandomPassword() *CredentialOptions_RandomPassword
func (*CredentialOptions) ProtoMessage ¶ added in v0.1.15
func (*CredentialOptions) ProtoMessage()
func (*CredentialOptions) ProtoReflect ¶ added in v0.1.15
func (x *CredentialOptions) ProtoReflect() protoreflect.Message
func (*CredentialOptions) Reset ¶ added in v0.1.15
func (x *CredentialOptions) Reset()
func (*CredentialOptions) String ¶ added in v0.1.15
func (x *CredentialOptions) String() string
func (*CredentialOptions) Validate ¶ added in v0.1.15
func (m *CredentialOptions) Validate() error
Validate checks the field values on CredentialOptions with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CredentialOptions) ValidateAll ¶ added in v0.1.15
func (m *CredentialOptions) ValidateAll() error
ValidateAll checks the field values on CredentialOptions with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CredentialOptionsMultiError, or nil if none found.
type CredentialOptionsMultiError ¶ added in v0.1.15
type CredentialOptionsMultiError []error
CredentialOptionsMultiError is an error wrapping multiple validation errors returned by CredentialOptions.ValidateAll() if the designated constraints aren't met.
func (CredentialOptionsMultiError) AllErrors ¶ added in v0.1.15
func (m CredentialOptionsMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CredentialOptionsMultiError) Error ¶ added in v0.1.15
func (m CredentialOptionsMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CredentialOptionsValidationError ¶ added in v0.1.15
type CredentialOptionsValidationError struct {
// contains filtered or unexported fields
}
CredentialOptionsValidationError is the validation error returned by CredentialOptions.Validate if the designated constraints aren't met.
func (CredentialOptionsValidationError) Cause ¶ added in v0.1.15
func (e CredentialOptionsValidationError) Cause() error
Cause function returns cause value.
func (CredentialOptionsValidationError) Error ¶ added in v0.1.15
func (e CredentialOptionsValidationError) Error() string
Error satisfies the builtin error interface
func (CredentialOptionsValidationError) ErrorName ¶ added in v0.1.15
func (e CredentialOptionsValidationError) ErrorName() string
ErrorName returns error name.
func (CredentialOptionsValidationError) Field ¶ added in v0.1.15
func (e CredentialOptionsValidationError) Field() string
Field function returns field value.
func (CredentialOptionsValidationError) Key ¶ added in v0.1.15
func (e CredentialOptionsValidationError) Key() bool
Key function returns key value.
func (CredentialOptionsValidationError) Reason ¶ added in v0.1.15
func (e CredentialOptionsValidationError) Reason() string
Reason function returns reason value.
type CredentialOptions_RandomPassword ¶ added in v0.1.15
type CredentialOptions_RandomPassword struct { Length int64 `protobuf:"varint,1,opt,name=length,proto3" json:"length,omitempty"` // contains filtered or unexported fields }
func (*CredentialOptions_RandomPassword) Descriptor
deprecated
added in
v0.1.15
func (*CredentialOptions_RandomPassword) Descriptor() ([]byte, []int)
Deprecated: Use CredentialOptions_RandomPassword.ProtoReflect.Descriptor instead.
func (*CredentialOptions_RandomPassword) GetLength ¶ added in v0.1.15
func (x *CredentialOptions_RandomPassword) GetLength() int64
func (*CredentialOptions_RandomPassword) ProtoMessage ¶ added in v0.1.15
func (*CredentialOptions_RandomPassword) ProtoMessage()
func (*CredentialOptions_RandomPassword) ProtoReflect ¶ added in v0.1.15
func (x *CredentialOptions_RandomPassword) ProtoReflect() protoreflect.Message
func (*CredentialOptions_RandomPassword) Reset ¶ added in v0.1.15
func (x *CredentialOptions_RandomPassword) Reset()
func (*CredentialOptions_RandomPassword) String ¶ added in v0.1.15
func (x *CredentialOptions_RandomPassword) String() string
func (*CredentialOptions_RandomPassword) Validate ¶ added in v0.1.15
func (m *CredentialOptions_RandomPassword) Validate() error
Validate checks the field values on CredentialOptions_RandomPassword with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CredentialOptions_RandomPassword) ValidateAll ¶ added in v0.1.15
func (m *CredentialOptions_RandomPassword) ValidateAll() error
ValidateAll checks the field values on CredentialOptions_RandomPassword with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CredentialOptions_RandomPasswordMultiError, or nil if none found.
type CredentialOptions_RandomPasswordMultiError ¶ added in v0.1.15
type CredentialOptions_RandomPasswordMultiError []error
CredentialOptions_RandomPasswordMultiError is an error wrapping multiple validation errors returned by CredentialOptions_RandomPassword.ValidateAll() if the designated constraints aren't met.
func (CredentialOptions_RandomPasswordMultiError) AllErrors ¶ added in v0.1.15
func (m CredentialOptions_RandomPasswordMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CredentialOptions_RandomPasswordMultiError) Error ¶ added in v0.1.15
func (m CredentialOptions_RandomPasswordMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CredentialOptions_RandomPasswordValidationError ¶ added in v0.1.15
type CredentialOptions_RandomPasswordValidationError struct {
// contains filtered or unexported fields
}
CredentialOptions_RandomPasswordValidationError is the validation error returned by CredentialOptions_RandomPassword.Validate if the designated constraints aren't met.
func (CredentialOptions_RandomPasswordValidationError) Cause ¶ added in v0.1.15
func (e CredentialOptions_RandomPasswordValidationError) Cause() error
Cause function returns cause value.
func (CredentialOptions_RandomPasswordValidationError) Error ¶ added in v0.1.15
func (e CredentialOptions_RandomPasswordValidationError) Error() string
Error satisfies the builtin error interface
func (CredentialOptions_RandomPasswordValidationError) ErrorName ¶ added in v0.1.15
func (e CredentialOptions_RandomPasswordValidationError) ErrorName() string
ErrorName returns error name.
func (CredentialOptions_RandomPasswordValidationError) Field ¶ added in v0.1.15
func (e CredentialOptions_RandomPasswordValidationError) Field() string
Field function returns field value.
func (CredentialOptions_RandomPasswordValidationError) Key ¶ added in v0.1.15
func (e CredentialOptions_RandomPasswordValidationError) Key() bool
Key function returns key value.
func (CredentialOptions_RandomPasswordValidationError) Reason ¶ added in v0.1.15
func (e CredentialOptions_RandomPasswordValidationError) Reason() string
Reason function returns reason value.
type CredentialOptions_RandomPassword_ ¶ added in v0.1.15
type CredentialOptions_RandomPassword_ struct {
RandomPassword *CredentialOptions_RandomPassword `protobuf:"bytes,100,opt,name=random_password,json=randomPassword,proto3,oneof"`
}
type DeleteResourceRequest ¶ added in v0.1.15
type DeleteResourceRequest struct { ResourceId *ResourceId `protobuf:"bytes,1,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"` // contains filtered or unexported fields }
func (*DeleteResourceRequest) Descriptor
deprecated
added in
v0.1.15
func (*DeleteResourceRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteResourceRequest.ProtoReflect.Descriptor instead.
func (*DeleteResourceRequest) GetResourceId ¶ added in v0.1.15
func (x *DeleteResourceRequest) GetResourceId() *ResourceId
func (*DeleteResourceRequest) ProtoMessage ¶ added in v0.1.15
func (*DeleteResourceRequest) ProtoMessage()
func (*DeleteResourceRequest) ProtoReflect ¶ added in v0.1.15
func (x *DeleteResourceRequest) ProtoReflect() protoreflect.Message
func (*DeleteResourceRequest) Reset ¶ added in v0.1.15
func (x *DeleteResourceRequest) Reset()
func (*DeleteResourceRequest) String ¶ added in v0.1.15
func (x *DeleteResourceRequest) String() string
func (*DeleteResourceRequest) Validate ¶ added in v0.1.15
func (m *DeleteResourceRequest) Validate() error
Validate checks the field values on DeleteResourceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DeleteResourceRequest) ValidateAll ¶ added in v0.1.15
func (m *DeleteResourceRequest) ValidateAll() error
ValidateAll checks the field values on DeleteResourceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteResourceRequestMultiError, or nil if none found.
type DeleteResourceRequestMultiError ¶ added in v0.1.15
type DeleteResourceRequestMultiError []error
DeleteResourceRequestMultiError is an error wrapping multiple validation errors returned by DeleteResourceRequest.ValidateAll() if the designated constraints aren't met.
func (DeleteResourceRequestMultiError) AllErrors ¶ added in v0.1.15
func (m DeleteResourceRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteResourceRequestMultiError) Error ¶ added in v0.1.15
func (m DeleteResourceRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteResourceRequestValidationError ¶ added in v0.1.15
type DeleteResourceRequestValidationError struct {
// contains filtered or unexported fields
}
DeleteResourceRequestValidationError is the validation error returned by DeleteResourceRequest.Validate if the designated constraints aren't met.
func (DeleteResourceRequestValidationError) Cause ¶ added in v0.1.15
func (e DeleteResourceRequestValidationError) Cause() error
Cause function returns cause value.
func (DeleteResourceRequestValidationError) Error ¶ added in v0.1.15
func (e DeleteResourceRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteResourceRequestValidationError) ErrorName ¶ added in v0.1.15
func (e DeleteResourceRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteResourceRequestValidationError) Field ¶ added in v0.1.15
func (e DeleteResourceRequestValidationError) Field() string
Field function returns field value.
func (DeleteResourceRequestValidationError) Key ¶ added in v0.1.15
func (e DeleteResourceRequestValidationError) Key() bool
Key function returns key value.
func (DeleteResourceRequestValidationError) Reason ¶ added in v0.1.15
func (e DeleteResourceRequestValidationError) Reason() string
Reason function returns reason value.
type DeleteResourceResponse ¶ added in v0.1.15
type DeleteResourceResponse struct { Annotations []*anypb.Any `protobuf:"bytes,1,rep,name=annotations,proto3" json:"annotations,omitempty"` // contains filtered or unexported fields }
func (*DeleteResourceResponse) Descriptor
deprecated
added in
v0.1.15
func (*DeleteResourceResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteResourceResponse.ProtoReflect.Descriptor instead.
func (*DeleteResourceResponse) GetAnnotations ¶ added in v0.1.15
func (x *DeleteResourceResponse) GetAnnotations() []*anypb.Any
func (*DeleteResourceResponse) ProtoMessage ¶ added in v0.1.15
func (*DeleteResourceResponse) ProtoMessage()
func (*DeleteResourceResponse) ProtoReflect ¶ added in v0.1.15
func (x *DeleteResourceResponse) ProtoReflect() protoreflect.Message
func (*DeleteResourceResponse) Reset ¶ added in v0.1.15
func (x *DeleteResourceResponse) Reset()
func (*DeleteResourceResponse) String ¶ added in v0.1.15
func (x *DeleteResourceResponse) String() string
func (*DeleteResourceResponse) Validate ¶ added in v0.1.15
func (m *DeleteResourceResponse) Validate() error
Validate checks the field values on DeleteResourceResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DeleteResourceResponse) ValidateAll ¶ added in v0.1.15
func (m *DeleteResourceResponse) ValidateAll() error
ValidateAll checks the field values on DeleteResourceResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteResourceResponseMultiError, or nil if none found.
type DeleteResourceResponseMultiError ¶ added in v0.1.15
type DeleteResourceResponseMultiError []error
DeleteResourceResponseMultiError is an error wrapping multiple validation errors returned by DeleteResourceResponse.ValidateAll() if the designated constraints aren't met.
func (DeleteResourceResponseMultiError) AllErrors ¶ added in v0.1.15
func (m DeleteResourceResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteResourceResponseMultiError) Error ¶ added in v0.1.15
func (m DeleteResourceResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteResourceResponseValidationError ¶ added in v0.1.15
type DeleteResourceResponseValidationError struct {
// contains filtered or unexported fields
}
DeleteResourceResponseValidationError is the validation error returned by DeleteResourceResponse.Validate if the designated constraints aren't met.
func (DeleteResourceResponseValidationError) Cause ¶ added in v0.1.15
func (e DeleteResourceResponseValidationError) Cause() error
Cause function returns cause value.
func (DeleteResourceResponseValidationError) Error ¶ added in v0.1.15
func (e DeleteResourceResponseValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteResourceResponseValidationError) ErrorName ¶ added in v0.1.15
func (e DeleteResourceResponseValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteResourceResponseValidationError) Field ¶ added in v0.1.15
func (e DeleteResourceResponseValidationError) Field() string
Field function returns field value.
func (DeleteResourceResponseValidationError) Key ¶ added in v0.1.15
func (e DeleteResourceResponseValidationError) Key() bool
Key function returns key value.
func (DeleteResourceResponseValidationError) Reason ¶ added in v0.1.15
func (e DeleteResourceResponseValidationError) 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 EncryptedData ¶ added in v0.1.15
type EncryptedData struct { Provider string `protobuf:"bytes,1,opt,name=provider,proto3" json:"provider,omitempty"` KeyId string `protobuf:"bytes,2,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` Schema string `protobuf:"bytes,5,opt,name=schema,proto3" json:"schema,omitempty"` // optional EncryptedBytes []byte `protobuf:"bytes,6,opt,name=encrypted_bytes,json=encryptedBytes,proto3" json:"encrypted_bytes,omitempty"` // if 'schema' is set, this should be JSON. // contains filtered or unexported fields }
func (*EncryptedData) Descriptor
deprecated
added in
v0.1.15
func (*EncryptedData) Descriptor() ([]byte, []int)
Deprecated: Use EncryptedData.ProtoReflect.Descriptor instead.
func (*EncryptedData) GetDescription ¶ added in v0.1.15
func (x *EncryptedData) GetDescription() string
func (*EncryptedData) GetEncryptedBytes ¶ added in v0.1.15
func (x *EncryptedData) GetEncryptedBytes() []byte
func (*EncryptedData) GetKeyId ¶ added in v0.1.15
func (x *EncryptedData) GetKeyId() string
func (*EncryptedData) GetName ¶ added in v0.1.15
func (x *EncryptedData) GetName() string
func (*EncryptedData) GetProvider ¶ added in v0.1.15
func (x *EncryptedData) GetProvider() string
func (*EncryptedData) GetSchema ¶ added in v0.1.15
func (x *EncryptedData) GetSchema() string
func (*EncryptedData) ProtoMessage ¶ added in v0.1.15
func (*EncryptedData) ProtoMessage()
func (*EncryptedData) ProtoReflect ¶ added in v0.1.15
func (x *EncryptedData) ProtoReflect() protoreflect.Message
func (*EncryptedData) Reset ¶ added in v0.1.15
func (x *EncryptedData) Reset()
func (*EncryptedData) String ¶ added in v0.1.15
func (x *EncryptedData) String() string
func (*EncryptedData) Validate ¶ added in v0.1.15
func (m *EncryptedData) Validate() error
Validate checks the field values on EncryptedData with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*EncryptedData) ValidateAll ¶ added in v0.1.15
func (m *EncryptedData) ValidateAll() error
ValidateAll checks the field values on EncryptedData with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EncryptedDataMultiError, or nil if none found.
type EncryptedDataMultiError ¶ added in v0.1.15
type EncryptedDataMultiError []error
EncryptedDataMultiError is an error wrapping multiple validation errors returned by EncryptedData.ValidateAll() if the designated constraints aren't met.
func (EncryptedDataMultiError) AllErrors ¶ added in v0.1.15
func (m EncryptedDataMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (EncryptedDataMultiError) Error ¶ added in v0.1.15
func (m EncryptedDataMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type EncryptedDataValidationError ¶ added in v0.1.15
type EncryptedDataValidationError struct {
// contains filtered or unexported fields
}
EncryptedDataValidationError is the validation error returned by EncryptedData.Validate if the designated constraints aren't met.
func (EncryptedDataValidationError) Cause ¶ added in v0.1.15
func (e EncryptedDataValidationError) Cause() error
Cause function returns cause value.
func (EncryptedDataValidationError) Error ¶ added in v0.1.15
func (e EncryptedDataValidationError) Error() string
Error satisfies the builtin error interface
func (EncryptedDataValidationError) ErrorName ¶ added in v0.1.15
func (e EncryptedDataValidationError) ErrorName() string
ErrorName returns error name.
func (EncryptedDataValidationError) Field ¶ added in v0.1.15
func (e EncryptedDataValidationError) Field() string
Field function returns field value.
func (EncryptedDataValidationError) Key ¶ added in v0.1.15
func (e EncryptedDataValidationError) Key() bool
Key function returns key value.
func (EncryptedDataValidationError) Reason ¶ added in v0.1.15
func (e EncryptedDataValidationError) Reason() string
Reason function returns reason value.
type EncryptionConfig ¶ added in v0.1.15
type EncryptionConfig struct { Principal *Resource `protobuf:"bytes,1,opt,name=principal,proto3" json:"principal,omitempty"` Provider string `protobuf:"bytes,2,opt,name=provider,proto3" json:"provider,omitempty"` KeyId string `protobuf:"bytes,3,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"` // Types that are assignable to Config: // // *EncryptionConfig_JwkPublicKeyConfig Config isEncryptionConfig_Config `protobuf_oneof:"config"` // contains filtered or unexported fields }
func (*EncryptionConfig) Descriptor
deprecated
added in
v0.1.15
func (*EncryptionConfig) Descriptor() ([]byte, []int)
Deprecated: Use EncryptionConfig.ProtoReflect.Descriptor instead.
func (*EncryptionConfig) GetConfig ¶ added in v0.1.15
func (m *EncryptionConfig) GetConfig() isEncryptionConfig_Config
func (*EncryptionConfig) GetJwkPublicKeyConfig ¶ added in v0.1.15
func (x *EncryptionConfig) GetJwkPublicKeyConfig() *EncryptionConfig_JWKPublicKeyConfig
func (*EncryptionConfig) GetKeyId ¶ added in v0.1.15
func (x *EncryptionConfig) GetKeyId() string
func (*EncryptionConfig) GetPrincipal ¶ added in v0.1.15
func (x *EncryptionConfig) GetPrincipal() *Resource
func (*EncryptionConfig) GetProvider ¶ added in v0.1.15
func (x *EncryptionConfig) GetProvider() string
func (*EncryptionConfig) ProtoMessage ¶ added in v0.1.15
func (*EncryptionConfig) ProtoMessage()
func (*EncryptionConfig) ProtoReflect ¶ added in v0.1.15
func (x *EncryptionConfig) ProtoReflect() protoreflect.Message
func (*EncryptionConfig) Reset ¶ added in v0.1.15
func (x *EncryptionConfig) Reset()
func (*EncryptionConfig) String ¶ added in v0.1.15
func (x *EncryptionConfig) String() string
func (*EncryptionConfig) Validate ¶ added in v0.1.15
func (m *EncryptionConfig) Validate() error
Validate checks the field values on EncryptionConfig with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*EncryptionConfig) ValidateAll ¶ added in v0.1.15
func (m *EncryptionConfig) ValidateAll() error
ValidateAll checks the field values on EncryptionConfig with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EncryptionConfigMultiError, or nil if none found.
type EncryptionConfigMultiError ¶ added in v0.1.15
type EncryptionConfigMultiError []error
EncryptionConfigMultiError is an error wrapping multiple validation errors returned by EncryptionConfig.ValidateAll() if the designated constraints aren't met.
func (EncryptionConfigMultiError) AllErrors ¶ added in v0.1.15
func (m EncryptionConfigMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (EncryptionConfigMultiError) Error ¶ added in v0.1.15
func (m EncryptionConfigMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type EncryptionConfigValidationError ¶ added in v0.1.15
type EncryptionConfigValidationError struct {
// contains filtered or unexported fields
}
EncryptionConfigValidationError is the validation error returned by EncryptionConfig.Validate if the designated constraints aren't met.
func (EncryptionConfigValidationError) Cause ¶ added in v0.1.15
func (e EncryptionConfigValidationError) Cause() error
Cause function returns cause value.
func (EncryptionConfigValidationError) Error ¶ added in v0.1.15
func (e EncryptionConfigValidationError) Error() string
Error satisfies the builtin error interface
func (EncryptionConfigValidationError) ErrorName ¶ added in v0.1.15
func (e EncryptionConfigValidationError) ErrorName() string
ErrorName returns error name.
func (EncryptionConfigValidationError) Field ¶ added in v0.1.15
func (e EncryptionConfigValidationError) Field() string
Field function returns field value.
func (EncryptionConfigValidationError) Key ¶ added in v0.1.15
func (e EncryptionConfigValidationError) Key() bool
Key function returns key value.
func (EncryptionConfigValidationError) Reason ¶ added in v0.1.15
func (e EncryptionConfigValidationError) Reason() string
Reason function returns reason value.
type EncryptionConfig_JWKPublicKeyConfig ¶ added in v0.1.15
type EncryptionConfig_JWKPublicKeyConfig struct { PubKey []byte `protobuf:"bytes,1,opt,name=pub_key,json=pubKey,proto3" json:"pub_key,omitempty"` // contains filtered or unexported fields }
func (*EncryptionConfig_JWKPublicKeyConfig) Descriptor
deprecated
added in
v0.1.15
func (*EncryptionConfig_JWKPublicKeyConfig) Descriptor() ([]byte, []int)
Deprecated: Use EncryptionConfig_JWKPublicKeyConfig.ProtoReflect.Descriptor instead.
func (*EncryptionConfig_JWKPublicKeyConfig) GetPubKey ¶ added in v0.1.15
func (x *EncryptionConfig_JWKPublicKeyConfig) GetPubKey() []byte
func (*EncryptionConfig_JWKPublicKeyConfig) ProtoMessage ¶ added in v0.1.15
func (*EncryptionConfig_JWKPublicKeyConfig) ProtoMessage()
func (*EncryptionConfig_JWKPublicKeyConfig) ProtoReflect ¶ added in v0.1.15
func (x *EncryptionConfig_JWKPublicKeyConfig) ProtoReflect() protoreflect.Message
func (*EncryptionConfig_JWKPublicKeyConfig) Reset ¶ added in v0.1.15
func (x *EncryptionConfig_JWKPublicKeyConfig) Reset()
func (*EncryptionConfig_JWKPublicKeyConfig) String ¶ added in v0.1.15
func (x *EncryptionConfig_JWKPublicKeyConfig) String() string
func (*EncryptionConfig_JWKPublicKeyConfig) Validate ¶ added in v0.1.15
func (m *EncryptionConfig_JWKPublicKeyConfig) Validate() error
Validate checks the field values on EncryptionConfig_JWKPublicKeyConfig with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*EncryptionConfig_JWKPublicKeyConfig) ValidateAll ¶ added in v0.1.15
func (m *EncryptionConfig_JWKPublicKeyConfig) ValidateAll() error
ValidateAll checks the field values on EncryptionConfig_JWKPublicKeyConfig with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EncryptionConfig_JWKPublicKeyConfigMultiError, or nil if none found.
type EncryptionConfig_JWKPublicKeyConfigMultiError ¶ added in v0.1.15
type EncryptionConfig_JWKPublicKeyConfigMultiError []error
EncryptionConfig_JWKPublicKeyConfigMultiError is an error wrapping multiple validation errors returned by EncryptionConfig_JWKPublicKeyConfig.ValidateAll() if the designated constraints aren't met.
func (EncryptionConfig_JWKPublicKeyConfigMultiError) AllErrors ¶ added in v0.1.15
func (m EncryptionConfig_JWKPublicKeyConfigMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (EncryptionConfig_JWKPublicKeyConfigMultiError) Error ¶ added in v0.1.15
func (m EncryptionConfig_JWKPublicKeyConfigMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type EncryptionConfig_JWKPublicKeyConfigValidationError ¶ added in v0.1.15
type EncryptionConfig_JWKPublicKeyConfigValidationError struct {
// contains filtered or unexported fields
}
EncryptionConfig_JWKPublicKeyConfigValidationError is the validation error returned by EncryptionConfig_JWKPublicKeyConfig.Validate if the designated constraints aren't met.
func (EncryptionConfig_JWKPublicKeyConfigValidationError) Cause ¶ added in v0.1.15
func (e EncryptionConfig_JWKPublicKeyConfigValidationError) Cause() error
Cause function returns cause value.
func (EncryptionConfig_JWKPublicKeyConfigValidationError) Error ¶ added in v0.1.15
func (e EncryptionConfig_JWKPublicKeyConfigValidationError) Error() string
Error satisfies the builtin error interface
func (EncryptionConfig_JWKPublicKeyConfigValidationError) ErrorName ¶ added in v0.1.15
func (e EncryptionConfig_JWKPublicKeyConfigValidationError) ErrorName() string
ErrorName returns error name.
func (EncryptionConfig_JWKPublicKeyConfigValidationError) Field ¶ added in v0.1.15
func (e EncryptionConfig_JWKPublicKeyConfigValidationError) Field() string
Field function returns field value.
func (EncryptionConfig_JWKPublicKeyConfigValidationError) Key ¶ added in v0.1.15
func (e EncryptionConfig_JWKPublicKeyConfigValidationError) Key() bool
Key function returns key value.
func (EncryptionConfig_JWKPublicKeyConfigValidationError) Reason ¶ added in v0.1.15
func (e EncryptionConfig_JWKPublicKeyConfigValidationError) Reason() string
Reason function returns reason value.
type EncryptionConfig_JwkPublicKeyConfig ¶ added in v0.1.15
type EncryptionConfig_JwkPublicKeyConfig struct {
JwkPublicKeyConfig *EncryptionConfig_JWKPublicKeyConfig `protobuf:"bytes,100,opt,name=jwk_public_key_config,json=jwkPublicKeyConfig,proto3,oneof"`
}
type Entitlement ¶
type Entitlement struct { Resource *Resource `protobuf:"bytes,1,opt,name=resource,proto3" json:"resource,omitempty"` Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` DisplayName string `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` GrantableTo []*ResourceType `protobuf:"bytes,5,rep,name=grantable_to,json=grantableTo,proto3" json:"grantable_to,omitempty"` Annotations []*anypb.Any `protobuf:"bytes,6,rep,name=annotations,proto3" json:"annotations,omitempty"` Purpose Entitlement_PurposeValue `protobuf:"varint,7,opt,name=purpose,proto3,enum=c1.connector.v2.Entitlement_PurposeValue" json:"purpose,omitempty"` Slug string `protobuf:"bytes,8,opt,name=slug,proto3" json:"slug,omitempty"` // contains filtered or unexported fields }
func (*Entitlement) Descriptor
deprecated
func (*Entitlement) Descriptor() ([]byte, []int)
Deprecated: Use Entitlement.ProtoReflect.Descriptor instead.
func (*Entitlement) GetAnnotations ¶
func (x *Entitlement) GetAnnotations() []*anypb.Any
func (*Entitlement) GetDescription ¶
func (x *Entitlement) GetDescription() string
func (*Entitlement) GetDisplayName ¶
func (x *Entitlement) GetDisplayName() string
func (*Entitlement) GetGrantableTo ¶
func (x *Entitlement) GetGrantableTo() []*ResourceType
func (*Entitlement) GetId ¶
func (x *Entitlement) GetId() string
func (*Entitlement) GetPurpose ¶
func (x *Entitlement) GetPurpose() Entitlement_PurposeValue
func (*Entitlement) GetResource ¶
func (x *Entitlement) GetResource() *Resource
func (*Entitlement) GetSlug ¶
func (x *Entitlement) GetSlug() string
func (*Entitlement) ProtoMessage ¶
func (*Entitlement) ProtoMessage()
func (*Entitlement) ProtoReflect ¶
func (x *Entitlement) ProtoReflect() protoreflect.Message
func (*Entitlement) Reset ¶
func (x *Entitlement) Reset()
func (*Entitlement) String ¶
func (x *Entitlement) String() string
func (*Entitlement) Validate ¶
func (m *Entitlement) Validate() error
Validate checks the field values on Entitlement with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*Entitlement) ValidateAll ¶
func (m *Entitlement) ValidateAll() error
ValidateAll checks the field values on Entitlement with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EntitlementMultiError, or nil if none found.
type EntitlementImmutable ¶ added in v0.1.47
type EntitlementImmutable struct { SourceId string `protobuf:"bytes,1,opt,name=source_id,json=sourceId,proto3" json:"source_id,omitempty"` Metadata *structpb.Struct `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` // contains filtered or unexported fields }
func (*EntitlementImmutable) Descriptor
deprecated
added in
v0.1.47
func (*EntitlementImmutable) Descriptor() ([]byte, []int)
Deprecated: Use EntitlementImmutable.ProtoReflect.Descriptor instead.
func (*EntitlementImmutable) GetMetadata ¶ added in v0.1.47
func (x *EntitlementImmutable) GetMetadata() *structpb.Struct
func (*EntitlementImmutable) GetSourceId ¶ added in v0.1.47
func (x *EntitlementImmutable) GetSourceId() string
func (*EntitlementImmutable) ProtoMessage ¶ added in v0.1.47
func (*EntitlementImmutable) ProtoMessage()
func (*EntitlementImmutable) ProtoReflect ¶ added in v0.1.47
func (x *EntitlementImmutable) ProtoReflect() protoreflect.Message
func (*EntitlementImmutable) Reset ¶ added in v0.1.47
func (x *EntitlementImmutable) Reset()
func (*EntitlementImmutable) String ¶ added in v0.1.47
func (x *EntitlementImmutable) String() string
func (*EntitlementImmutable) Validate ¶ added in v0.1.47
func (m *EntitlementImmutable) Validate() error
Validate checks the field values on EntitlementImmutable 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 (*EntitlementImmutable) ValidateAll ¶ added in v0.1.47
func (m *EntitlementImmutable) ValidateAll() error
ValidateAll checks the field values on EntitlementImmutable 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 EntitlementImmutableMultiError, or nil if none found.
type EntitlementImmutableMultiError ¶ added in v0.1.47
type EntitlementImmutableMultiError []error
EntitlementImmutableMultiError is an error wrapping multiple validation errors returned by EntitlementImmutable.ValidateAll() if the designated constraints aren't met.
func (EntitlementImmutableMultiError) AllErrors ¶ added in v0.1.47
func (m EntitlementImmutableMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (EntitlementImmutableMultiError) Error ¶ added in v0.1.47
func (m EntitlementImmutableMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type EntitlementImmutableValidationError ¶ added in v0.1.47
type EntitlementImmutableValidationError struct {
// contains filtered or unexported fields
}
EntitlementImmutableValidationError is the validation error returned by EntitlementImmutable.Validate if the designated constraints aren't met.
func (EntitlementImmutableValidationError) Cause ¶ added in v0.1.47
func (e EntitlementImmutableValidationError) Cause() error
Cause function returns cause value.
func (EntitlementImmutableValidationError) Error ¶ added in v0.1.47
func (e EntitlementImmutableValidationError) Error() string
Error satisfies the builtin error interface
func (EntitlementImmutableValidationError) ErrorName ¶ added in v0.1.47
func (e EntitlementImmutableValidationError) ErrorName() string
ErrorName returns error name.
func (EntitlementImmutableValidationError) Field ¶ added in v0.1.47
func (e EntitlementImmutableValidationError) Field() string
Field function returns field value.
func (EntitlementImmutableValidationError) Key ¶ added in v0.1.47
func (e EntitlementImmutableValidationError) Key() bool
Key function returns key value.
func (EntitlementImmutableValidationError) Reason ¶ added in v0.1.47
func (e EntitlementImmutableValidationError) Reason() string
Reason function returns reason value.
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 Event ¶ added in v0.1.16
type Event struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` OccurredAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=occurred_at,json=occurredAt,proto3" json:"occurred_at,omitempty"` // Each event has structs that will usually be mostly empty. // Stream consumer must be defensive about what it's reading // // Types that are assignable to Event: // // *Event_UsageEvent // *Event_GrantEvent // *Event_RevokeEvent Event isEvent_Event `protobuf_oneof:"event"` // May contain resources for targets, actor, or items referenced in events Annotations []*anypb.Any `protobuf:"bytes,3,rep,name=annotations,proto3" json:"annotations,omitempty"` // contains filtered or unexported fields }
func (*Event) Descriptor
deprecated
added in
v0.1.16
func (*Event) GetAnnotations ¶ added in v0.1.16
func (*Event) GetGrantEvent ¶ added in v0.1.16
func (x *Event) GetGrantEvent() *GrantEvent
func (*Event) GetOccurredAt ¶ added in v0.1.16
func (x *Event) GetOccurredAt() *timestamppb.Timestamp
func (*Event) GetRevokeEvent ¶ added in v0.1.16
func (x *Event) GetRevokeEvent() *RevokeEvent
func (*Event) GetUsageEvent ¶ added in v0.1.16
func (x *Event) GetUsageEvent() *UsageEvent
func (*Event) ProtoMessage ¶ added in v0.1.16
func (*Event) ProtoMessage()
func (*Event) ProtoReflect ¶ added in v0.1.16
func (x *Event) ProtoReflect() protoreflect.Message
func (*Event) Validate ¶ added in v0.1.16
Validate checks the field values on Event with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*Event) ValidateAll ¶ added in v0.1.16
ValidateAll checks the field values on Event with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EventMultiError, or nil if none found.
type EventMultiError ¶ added in v0.1.16
type EventMultiError []error
EventMultiError is an error wrapping multiple validation errors returned by Event.ValidateAll() if the designated constraints aren't met.
func (EventMultiError) AllErrors ¶ added in v0.1.16
func (m EventMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (EventMultiError) Error ¶ added in v0.1.16
func (m EventMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type EventServiceClient ¶ added in v0.1.16
type EventServiceClient interface {
ListEvents(ctx context.Context, in *ListEventsRequest, opts ...grpc.CallOption) (*ListEventsResponse, error)
}
EventServiceClient is the client API for EventService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewEventServiceClient ¶ added in v0.1.16
func NewEventServiceClient(cc grpc.ClientConnInterface) EventServiceClient
type EventServiceServer ¶ added in v0.1.16
type EventServiceServer interface {
ListEvents(context.Context, *ListEventsRequest) (*ListEventsResponse, error)
}
EventServiceServer is the server API for EventService service. All implementations should embed UnimplementedEventServiceServer for forward compatibility
type EventValidationError ¶ added in v0.1.16
type EventValidationError struct {
// contains filtered or unexported fields
}
EventValidationError is the validation error returned by Event.Validate if the designated constraints aren't met.
func (EventValidationError) Cause ¶ added in v0.1.16
func (e EventValidationError) Cause() error
Cause function returns cause value.
func (EventValidationError) Error ¶ added in v0.1.16
func (e EventValidationError) Error() string
Error satisfies the builtin error interface
func (EventValidationError) ErrorName ¶ added in v0.1.16
func (e EventValidationError) ErrorName() string
ErrorName returns error name.
func (EventValidationError) Field ¶ added in v0.1.16
func (e EventValidationError) Field() string
Field function returns field value.
func (EventValidationError) Key ¶ added in v0.1.16
func (e EventValidationError) Key() bool
Key function returns key value.
func (EventValidationError) Reason ¶ added in v0.1.16
func (e EventValidationError) Reason() string
Reason function returns reason value.
type Event_GrantEvent ¶ added in v0.1.16
type Event_GrantEvent struct {
GrantEvent *GrantEvent `protobuf:"bytes,101,opt,name=grant_event,json=grantEvent,proto3,oneof"`
}
type Event_RevokeEvent ¶ added in v0.1.16
type Event_RevokeEvent struct {
RevokeEvent *RevokeEvent `protobuf:"bytes,102,opt,name=revoke_event,json=revokeEvent,proto3,oneof"`
}
type Event_UsageEvent ¶ added in v0.1.16
type Event_UsageEvent struct {
UsageEvent *UsageEvent `protobuf:"bytes,100,opt,name=usage_event,json=usageEvent,proto3,oneof"`
}
type ExternalId ¶ added in v0.1.15
type ExternalId struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Link string `protobuf:"bytes,2,opt,name=link,proto3" json:"link,omitempty"` Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` // contains filtered or unexported fields }
func (*ExternalId) Descriptor
deprecated
added in
v0.1.15
func (*ExternalId) Descriptor() ([]byte, []int)
Deprecated: Use ExternalId.ProtoReflect.Descriptor instead.
func (*ExternalId) GetDescription ¶ added in v0.1.15
func (x *ExternalId) GetDescription() string
func (*ExternalId) GetId ¶ added in v0.1.15
func (x *ExternalId) GetId() string
func (*ExternalId) GetLink ¶ added in v0.1.15
func (x *ExternalId) GetLink() string
func (*ExternalId) ProtoMessage ¶ added in v0.1.15
func (*ExternalId) ProtoMessage()
func (*ExternalId) ProtoReflect ¶ added in v0.1.15
func (x *ExternalId) ProtoReflect() protoreflect.Message
func (*ExternalId) Reset ¶ added in v0.1.15
func (x *ExternalId) Reset()
func (*ExternalId) String ¶ added in v0.1.15
func (x *ExternalId) String() string
func (*ExternalId) Validate ¶ added in v0.1.15
func (m *ExternalId) Validate() error
Validate checks the field values on ExternalId with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ExternalId) ValidateAll ¶ added in v0.1.15
func (m *ExternalId) ValidateAll() error
ValidateAll checks the field values on ExternalId with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ExternalIdMultiError, or nil if none found.
type ExternalIdMultiError ¶ added in v0.1.15
type ExternalIdMultiError []error
ExternalIdMultiError is an error wrapping multiple validation errors returned by ExternalId.ValidateAll() if the designated constraints aren't met.
func (ExternalIdMultiError) AllErrors ¶ added in v0.1.15
func (m ExternalIdMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ExternalIdMultiError) Error ¶ added in v0.1.15
func (m ExternalIdMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ExternalIdValidationError ¶ added in v0.1.15
type ExternalIdValidationError struct {
// contains filtered or unexported fields
}
ExternalIdValidationError is the validation error returned by ExternalId.Validate if the designated constraints aren't met.
func (ExternalIdValidationError) Cause ¶ added in v0.1.15
func (e ExternalIdValidationError) Cause() error
Cause function returns cause value.
func (ExternalIdValidationError) Error ¶ added in v0.1.15
func (e ExternalIdValidationError) Error() string
Error satisfies the builtin error interface
func (ExternalIdValidationError) ErrorName ¶ added in v0.1.15
func (e ExternalIdValidationError) ErrorName() string
ErrorName returns error name.
func (ExternalIdValidationError) Field ¶ added in v0.1.15
func (e ExternalIdValidationError) Field() string
Field function returns field value.
func (ExternalIdValidationError) Key ¶ added in v0.1.15
func (e ExternalIdValidationError) Key() bool
Key function returns key value.
func (ExternalIdValidationError) Reason ¶ added in v0.1.15
func (e ExternalIdValidationError) Reason() string
Reason function returns reason value.
type ExternalLink ¶
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 ExternalTicketSettings ¶ added in v0.2.7
type ExternalTicketSettings struct { Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"` // contains filtered or unexported fields }
func (*ExternalTicketSettings) Descriptor
deprecated
added in
v0.2.7
func (*ExternalTicketSettings) Descriptor() ([]byte, []int)
Deprecated: Use ExternalTicketSettings.ProtoReflect.Descriptor instead.
func (*ExternalTicketSettings) GetEnabled ¶ added in v0.2.7
func (x *ExternalTicketSettings) GetEnabled() bool
func (*ExternalTicketSettings) ProtoMessage ¶ added in v0.2.7
func (*ExternalTicketSettings) ProtoMessage()
func (*ExternalTicketSettings) ProtoReflect ¶ added in v0.2.7
func (x *ExternalTicketSettings) ProtoReflect() protoreflect.Message
func (*ExternalTicketSettings) Reset ¶ added in v0.2.7
func (x *ExternalTicketSettings) Reset()
func (*ExternalTicketSettings) String ¶ added in v0.2.7
func (x *ExternalTicketSettings) String() string
func (*ExternalTicketSettings) Validate ¶ added in v0.2.7
func (m *ExternalTicketSettings) Validate() error
Validate checks the field values on ExternalTicketSettings 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 (*ExternalTicketSettings) ValidateAll ¶ added in v0.2.7
func (m *ExternalTicketSettings) ValidateAll() error
ValidateAll checks the field values on ExternalTicketSettings 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 ExternalTicketSettingsMultiError, or nil if none found.
type ExternalTicketSettingsMultiError ¶ added in v0.2.7
type ExternalTicketSettingsMultiError []error
ExternalTicketSettingsMultiError is an error wrapping multiple validation errors returned by ExternalTicketSettings.ValidateAll() if the designated constraints aren't met.
func (ExternalTicketSettingsMultiError) AllErrors ¶ added in v0.2.7
func (m ExternalTicketSettingsMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ExternalTicketSettingsMultiError) Error ¶ added in v0.2.7
func (m ExternalTicketSettingsMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ExternalTicketSettingsValidationError ¶ added in v0.2.7
type ExternalTicketSettingsValidationError struct {
// contains filtered or unexported fields
}
ExternalTicketSettingsValidationError is the validation error returned by ExternalTicketSettings.Validate if the designated constraints aren't met.
func (ExternalTicketSettingsValidationError) Cause ¶ added in v0.2.7
func (e ExternalTicketSettingsValidationError) Cause() error
Cause function returns cause value.
func (ExternalTicketSettingsValidationError) Error ¶ added in v0.2.7
func (e ExternalTicketSettingsValidationError) Error() string
Error satisfies the builtin error interface
func (ExternalTicketSettingsValidationError) ErrorName ¶ added in v0.2.7
func (e ExternalTicketSettingsValidationError) ErrorName() string
ErrorName returns error name.
func (ExternalTicketSettingsValidationError) Field ¶ added in v0.2.7
func (e ExternalTicketSettingsValidationError) Field() string
Field function returns field value.
func (ExternalTicketSettingsValidationError) Key ¶ added in v0.2.7
func (e ExternalTicketSettingsValidationError) Key() bool
Key function returns key value.
func (ExternalTicketSettingsValidationError) Reason ¶ added in v0.2.7
func (e ExternalTicketSettingsValidationError) 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"` Sources *GrantSources `protobuf:"bytes,5,opt,name=sources,proto3" json:"sources,omitempty"` Annotations []*anypb.Any `protobuf:"bytes,4,rep,name=annotations,proto3" json:"annotations,omitempty"` // contains filtered or unexported fields }
func (*Grant) Descriptor
deprecated
func (*Grant) GetAnnotations ¶
func (*Grant) GetEntitlement ¶
func (x *Grant) GetEntitlement() *Entitlement
func (*Grant) GetPrincipal ¶
func (*Grant) GetSources ¶ added in v0.1.6
func (x *Grant) GetSources() *GrantSources
func (*Grant) ProtoMessage ¶
func (*Grant) ProtoMessage()
func (*Grant) ProtoReflect ¶
func (x *Grant) ProtoReflect() protoreflect.Message
func (*Grant) 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 GrantAlreadyExists ¶ added in v0.2.24
type GrantAlreadyExists struct {
// contains filtered or unexported fields
}
Grant was not created because the entitlement already existed.
func (*GrantAlreadyExists) Descriptor
deprecated
added in
v0.2.24
func (*GrantAlreadyExists) Descriptor() ([]byte, []int)
Deprecated: Use GrantAlreadyExists.ProtoReflect.Descriptor instead.
func (*GrantAlreadyExists) ProtoMessage ¶ added in v0.2.24
func (*GrantAlreadyExists) ProtoMessage()
func (*GrantAlreadyExists) ProtoReflect ¶ added in v0.2.24
func (x *GrantAlreadyExists) ProtoReflect() protoreflect.Message
func (*GrantAlreadyExists) Reset ¶ added in v0.2.24
func (x *GrantAlreadyExists) Reset()
func (*GrantAlreadyExists) String ¶ added in v0.2.24
func (x *GrantAlreadyExists) String() string
func (*GrantAlreadyExists) Validate ¶ added in v0.2.24
func (m *GrantAlreadyExists) Validate() error
Validate checks the field values on GrantAlreadyExists 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 (*GrantAlreadyExists) ValidateAll ¶ added in v0.2.24
func (m *GrantAlreadyExists) ValidateAll() error
ValidateAll checks the field values on GrantAlreadyExists 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 GrantAlreadyExistsMultiError, or nil if none found.
type GrantAlreadyExistsMultiError ¶ added in v0.2.24
type GrantAlreadyExistsMultiError []error
GrantAlreadyExistsMultiError is an error wrapping multiple validation errors returned by GrantAlreadyExists.ValidateAll() if the designated constraints aren't met.
func (GrantAlreadyExistsMultiError) AllErrors ¶ added in v0.2.24
func (m GrantAlreadyExistsMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GrantAlreadyExistsMultiError) Error ¶ added in v0.2.24
func (m GrantAlreadyExistsMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GrantAlreadyExistsValidationError ¶ added in v0.2.24
type GrantAlreadyExistsValidationError struct {
// contains filtered or unexported fields
}
GrantAlreadyExistsValidationError is the validation error returned by GrantAlreadyExists.Validate if the designated constraints aren't met.
func (GrantAlreadyExistsValidationError) Cause ¶ added in v0.2.24
func (e GrantAlreadyExistsValidationError) Cause() error
Cause function returns cause value.
func (GrantAlreadyExistsValidationError) Error ¶ added in v0.2.24
func (e GrantAlreadyExistsValidationError) Error() string
Error satisfies the builtin error interface
func (GrantAlreadyExistsValidationError) ErrorName ¶ added in v0.2.24
func (e GrantAlreadyExistsValidationError) ErrorName() string
ErrorName returns error name.
func (GrantAlreadyExistsValidationError) Field ¶ added in v0.2.24
func (e GrantAlreadyExistsValidationError) Field() string
Field function returns field value.
func (GrantAlreadyExistsValidationError) Key ¶ added in v0.2.24
func (e GrantAlreadyExistsValidationError) Key() bool
Key function returns key value.
func (GrantAlreadyExistsValidationError) Reason ¶ added in v0.2.24
func (e GrantAlreadyExistsValidationError) Reason() string
Reason function returns reason value.
type GrantAlreadyRevoked ¶ added in v0.2.24
type GrantAlreadyRevoked struct {
// contains filtered or unexported fields
}
Grant was not revoked because the entitlement does not exist.
func (*GrantAlreadyRevoked) Descriptor
deprecated
added in
v0.2.24
func (*GrantAlreadyRevoked) Descriptor() ([]byte, []int)
Deprecated: Use GrantAlreadyRevoked.ProtoReflect.Descriptor instead.
func (*GrantAlreadyRevoked) ProtoMessage ¶ added in v0.2.24
func (*GrantAlreadyRevoked) ProtoMessage()
func (*GrantAlreadyRevoked) ProtoReflect ¶ added in v0.2.24
func (x *GrantAlreadyRevoked) ProtoReflect() protoreflect.Message
func (*GrantAlreadyRevoked) Reset ¶ added in v0.2.24
func (x *GrantAlreadyRevoked) Reset()
func (*GrantAlreadyRevoked) String ¶ added in v0.2.24
func (x *GrantAlreadyRevoked) String() string
func (*GrantAlreadyRevoked) Validate ¶ added in v0.2.24
func (m *GrantAlreadyRevoked) Validate() error
Validate checks the field values on GrantAlreadyRevoked 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 (*GrantAlreadyRevoked) ValidateAll ¶ added in v0.2.24
func (m *GrantAlreadyRevoked) ValidateAll() error
ValidateAll checks the field values on GrantAlreadyRevoked 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 GrantAlreadyRevokedMultiError, or nil if none found.
type GrantAlreadyRevokedMultiError ¶ added in v0.2.24
type GrantAlreadyRevokedMultiError []error
GrantAlreadyRevokedMultiError is an error wrapping multiple validation errors returned by GrantAlreadyRevoked.ValidateAll() if the designated constraints aren't met.
func (GrantAlreadyRevokedMultiError) AllErrors ¶ added in v0.2.24
func (m GrantAlreadyRevokedMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GrantAlreadyRevokedMultiError) Error ¶ added in v0.2.24
func (m GrantAlreadyRevokedMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GrantAlreadyRevokedValidationError ¶ added in v0.2.24
type GrantAlreadyRevokedValidationError struct {
// contains filtered or unexported fields
}
GrantAlreadyRevokedValidationError is the validation error returned by GrantAlreadyRevoked.Validate if the designated constraints aren't met.
func (GrantAlreadyRevokedValidationError) Cause ¶ added in v0.2.24
func (e GrantAlreadyRevokedValidationError) Cause() error
Cause function returns cause value.
func (GrantAlreadyRevokedValidationError) Error ¶ added in v0.2.24
func (e GrantAlreadyRevokedValidationError) Error() string
Error satisfies the builtin error interface
func (GrantAlreadyRevokedValidationError) ErrorName ¶ added in v0.2.24
func (e GrantAlreadyRevokedValidationError) ErrorName() string
ErrorName returns error name.
func (GrantAlreadyRevokedValidationError) Field ¶ added in v0.2.24
func (e GrantAlreadyRevokedValidationError) Field() string
Field function returns field value.
func (GrantAlreadyRevokedValidationError) Key ¶ added in v0.2.24
func (e GrantAlreadyRevokedValidationError) Key() bool
Key function returns key value.
func (GrantAlreadyRevokedValidationError) Reason ¶ added in v0.2.24
func (e GrantAlreadyRevokedValidationError) Reason() string
Reason function returns reason value.
type GrantEvent ¶ added in v0.1.16
type GrantEvent struct { Grant *Grant `protobuf:"bytes,1,opt,name=grant,proto3" json:"grant,omitempty"` // contains filtered or unexported fields }
Unrelated to this effort, but valuable for other projects
func (*GrantEvent) Descriptor
deprecated
added in
v0.1.16
func (*GrantEvent) Descriptor() ([]byte, []int)
Deprecated: Use GrantEvent.ProtoReflect.Descriptor instead.
func (*GrantEvent) GetGrant ¶ added in v0.1.16
func (x *GrantEvent) GetGrant() *Grant
func (*GrantEvent) ProtoMessage ¶ added in v0.1.16
func (*GrantEvent) ProtoMessage()
func (*GrantEvent) ProtoReflect ¶ added in v0.1.16
func (x *GrantEvent) ProtoReflect() protoreflect.Message
func (*GrantEvent) Reset ¶ added in v0.1.16
func (x *GrantEvent) Reset()
func (*GrantEvent) String ¶ added in v0.1.16
func (x *GrantEvent) String() string
func (*GrantEvent) Validate ¶ added in v0.1.16
func (m *GrantEvent) Validate() error
Validate checks the field values on GrantEvent with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GrantEvent) ValidateAll ¶ added in v0.1.16
func (m *GrantEvent) ValidateAll() error
ValidateAll checks the field values on GrantEvent with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GrantEventMultiError, or nil if none found.
type GrantEventMultiError ¶ added in v0.1.16
type GrantEventMultiError []error
GrantEventMultiError is an error wrapping multiple validation errors returned by GrantEvent.ValidateAll() if the designated constraints aren't met.
func (GrantEventMultiError) AllErrors ¶ added in v0.1.16
func (m GrantEventMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GrantEventMultiError) Error ¶ added in v0.1.16
func (m GrantEventMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GrantEventValidationError ¶ added in v0.1.16
type GrantEventValidationError struct {
// contains filtered or unexported fields
}
GrantEventValidationError is the validation error returned by GrantEvent.Validate if the designated constraints aren't met.
func (GrantEventValidationError) Cause ¶ added in v0.1.16
func (e GrantEventValidationError) Cause() error
Cause function returns cause value.
func (GrantEventValidationError) Error ¶ added in v0.1.16
func (e GrantEventValidationError) Error() string
Error satisfies the builtin error interface
func (GrantEventValidationError) ErrorName ¶ added in v0.1.16
func (e GrantEventValidationError) ErrorName() string
ErrorName returns error name.
func (GrantEventValidationError) Field ¶ added in v0.1.16
func (e GrantEventValidationError) Field() string
Field function returns field value.
func (GrantEventValidationError) Key ¶ added in v0.1.16
func (e GrantEventValidationError) Key() bool
Key function returns key value.
func (GrantEventValidationError) Reason ¶ added in v0.1.16
func (e GrantEventValidationError) Reason() string
Reason function returns reason value.
type GrantExpandable ¶ added in v0.1.6
type GrantExpandable struct { EntitlementIds []string `protobuf:"bytes,1,rep,name=entitlement_ids,json=entitlementIds,proto3" json:"entitlement_ids,omitempty"` Shallow bool `protobuf:"varint,2,opt,name=shallow,proto3" json:"shallow,omitempty"` ResourceTypeIds []string `protobuf:"bytes,3,rep,name=resource_type_ids,json=resourceTypeIds,proto3" json:"resource_type_ids,omitempty"` // contains filtered or unexported fields }
func (*GrantExpandable) Descriptor
deprecated
added in
v0.1.6
func (*GrantExpandable) Descriptor() ([]byte, []int)
Deprecated: Use GrantExpandable.ProtoReflect.Descriptor instead.
func (*GrantExpandable) GetEntitlementIds ¶ added in v0.1.6
func (x *GrantExpandable) GetEntitlementIds() []string
func (*GrantExpandable) GetResourceTypeIds ¶ added in v0.1.6
func (x *GrantExpandable) GetResourceTypeIds() []string
func (*GrantExpandable) GetShallow ¶ added in v0.1.6
func (x *GrantExpandable) GetShallow() bool
func (*GrantExpandable) ProtoMessage ¶ added in v0.1.6
func (*GrantExpandable) ProtoMessage()
func (*GrantExpandable) ProtoReflect ¶ added in v0.1.6
func (x *GrantExpandable) ProtoReflect() protoreflect.Message
func (*GrantExpandable) Reset ¶ added in v0.1.6
func (x *GrantExpandable) Reset()
func (*GrantExpandable) String ¶ added in v0.1.6
func (x *GrantExpandable) String() string
func (*GrantExpandable) Validate ¶ added in v0.1.6
func (m *GrantExpandable) Validate() error
Validate checks the field values on GrantExpandable with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GrantExpandable) ValidateAll ¶ added in v0.1.6
func (m *GrantExpandable) ValidateAll() error
ValidateAll checks the field values on GrantExpandable with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GrantExpandableMultiError, or nil if none found.
type GrantExpandableMultiError ¶ added in v0.1.6
type GrantExpandableMultiError []error
GrantExpandableMultiError is an error wrapping multiple validation errors returned by GrantExpandable.ValidateAll() if the designated constraints aren't met.
func (GrantExpandableMultiError) AllErrors ¶ added in v0.1.6
func (m GrantExpandableMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GrantExpandableMultiError) Error ¶ added in v0.1.6
func (m GrantExpandableMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GrantExpandableValidationError ¶ added in v0.1.6
type GrantExpandableValidationError struct {
// contains filtered or unexported fields
}
GrantExpandableValidationError is the validation error returned by GrantExpandable.Validate if the designated constraints aren't met.
func (GrantExpandableValidationError) Cause ¶ added in v0.1.6
func (e GrantExpandableValidationError) Cause() error
Cause function returns cause value.
func (GrantExpandableValidationError) Error ¶ added in v0.1.6
func (e GrantExpandableValidationError) Error() string
Error satisfies the builtin error interface
func (GrantExpandableValidationError) ErrorName ¶ added in v0.1.6
func (e GrantExpandableValidationError) ErrorName() string
ErrorName returns error name.
func (GrantExpandableValidationError) Field ¶ added in v0.1.6
func (e GrantExpandableValidationError) Field() string
Field function returns field value.
func (GrantExpandableValidationError) Key ¶ added in v0.1.6
func (e GrantExpandableValidationError) Key() bool
Key function returns key value.
func (GrantExpandableValidationError) Reason ¶ added in v0.1.6
func (e GrantExpandableValidationError) Reason() string
Reason function returns reason value.
type GrantImmutable ¶ added in v0.1.47
type GrantImmutable struct { SourceId string `protobuf:"bytes,1,opt,name=source_id,json=sourceId,proto3" json:"source_id,omitempty"` Metadata *structpb.Struct `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` // contains filtered or unexported fields }
Grant cannot be updated or revoked. For example, membership in an "all users" group.
func (*GrantImmutable) Descriptor
deprecated
added in
v0.1.47
func (*GrantImmutable) Descriptor() ([]byte, []int)
Deprecated: Use GrantImmutable.ProtoReflect.Descriptor instead.
func (*GrantImmutable) GetMetadata ¶ added in v0.1.47
func (x *GrantImmutable) GetMetadata() *structpb.Struct
func (*GrantImmutable) GetSourceId ¶ added in v0.1.47
func (x *GrantImmutable) GetSourceId() string
func (*GrantImmutable) ProtoMessage ¶ added in v0.1.47
func (*GrantImmutable) ProtoMessage()
func (*GrantImmutable) ProtoReflect ¶ added in v0.1.47
func (x *GrantImmutable) ProtoReflect() protoreflect.Message
func (*GrantImmutable) Reset ¶ added in v0.1.47
func (x *GrantImmutable) Reset()
func (*GrantImmutable) String ¶ added in v0.1.47
func (x *GrantImmutable) String() string
func (*GrantImmutable) Validate ¶ added in v0.1.47
func (m *GrantImmutable) Validate() error
Validate checks the field values on GrantImmutable 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 (*GrantImmutable) ValidateAll ¶ added in v0.1.47
func (m *GrantImmutable) ValidateAll() error
ValidateAll checks the field values on GrantImmutable 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 GrantImmutableMultiError, or nil if none found.
type GrantImmutableMultiError ¶ added in v0.1.47
type GrantImmutableMultiError []error
GrantImmutableMultiError is an error wrapping multiple validation errors returned by GrantImmutable.ValidateAll() if the designated constraints aren't met.
func (GrantImmutableMultiError) AllErrors ¶ added in v0.1.47
func (m GrantImmutableMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GrantImmutableMultiError) Error ¶ added in v0.1.47
func (m GrantImmutableMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GrantImmutableValidationError ¶ added in v0.1.47
type GrantImmutableValidationError struct {
// contains filtered or unexported fields
}
GrantImmutableValidationError is the validation error returned by GrantImmutable.Validate if the designated constraints aren't met.
func (GrantImmutableValidationError) Cause ¶ added in v0.1.47
func (e GrantImmutableValidationError) Cause() error
Cause function returns cause value.
func (GrantImmutableValidationError) Error ¶ added in v0.1.47
func (e GrantImmutableValidationError) Error() string
Error satisfies the builtin error interface
func (GrantImmutableValidationError) ErrorName ¶ added in v0.1.47
func (e GrantImmutableValidationError) ErrorName() string
ErrorName returns error name.
func (GrantImmutableValidationError) Field ¶ added in v0.1.47
func (e GrantImmutableValidationError) Field() string
Field function returns field value.
func (GrantImmutableValidationError) Key ¶ added in v0.1.47
func (e GrantImmutableValidationError) Key() bool
Key function returns key value.
func (GrantImmutableValidationError) Reason ¶ added in v0.1.47
func (e GrantImmutableValidationError) Reason() string
Reason function returns reason value.
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"` Grants []*Grant `protobuf:"bytes,2,rep,name=grants,proto3" json:"grants,omitempty"` // contains filtered or unexported fields }
func (*GrantManagerServiceGrantResponse) Descriptor
deprecated
func (*GrantManagerServiceGrantResponse) Descriptor() ([]byte, []int)
Deprecated: Use GrantManagerServiceGrantResponse.ProtoReflect.Descriptor instead.
func (*GrantManagerServiceGrantResponse) GetAnnotations ¶
func (x *GrantManagerServiceGrantResponse) GetAnnotations() []*anypb.Any
func (*GrantManagerServiceGrantResponse) GetGrants ¶ added in v0.1.12
func (x *GrantManagerServiceGrantResponse) GetGrants() []*Grant
func (*GrantManagerServiceGrantResponse) ProtoMessage ¶
func (*GrantManagerServiceGrantResponse) ProtoMessage()
func (*GrantManagerServiceGrantResponse) ProtoReflect ¶
func (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 GrantSources ¶ added in v0.1.6
type GrantSources struct { Sources map[string]*GrantSources_GrantSource `` /* 155-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GrantSources) Descriptor
deprecated
added in
v0.1.6
func (*GrantSources) Descriptor() ([]byte, []int)
Deprecated: Use GrantSources.ProtoReflect.Descriptor instead.
func (*GrantSources) GetSources ¶ added in v0.1.6
func (x *GrantSources) GetSources() map[string]*GrantSources_GrantSource
func (*GrantSources) ProtoMessage ¶ added in v0.1.6
func (*GrantSources) ProtoMessage()
func (*GrantSources) ProtoReflect ¶ added in v0.1.6
func (x *GrantSources) ProtoReflect() protoreflect.Message
func (*GrantSources) Reset ¶ added in v0.1.6
func (x *GrantSources) Reset()
func (*GrantSources) String ¶ added in v0.1.6
func (x *GrantSources) String() string
func (*GrantSources) Validate ¶ added in v0.1.6
func (m *GrantSources) Validate() error
Validate checks the field values on GrantSources with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GrantSources) ValidateAll ¶ added in v0.1.6
func (m *GrantSources) ValidateAll() error
ValidateAll checks the field values on GrantSources with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GrantSourcesMultiError, or nil if none found.
type GrantSourcesMultiError ¶ added in v0.1.6
type GrantSourcesMultiError []error
GrantSourcesMultiError is an error wrapping multiple validation errors returned by GrantSources.ValidateAll() if the designated constraints aren't met.
func (GrantSourcesMultiError) AllErrors ¶ added in v0.1.6
func (m GrantSourcesMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GrantSourcesMultiError) Error ¶ added in v0.1.6
func (m GrantSourcesMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GrantSourcesValidationError ¶ added in v0.1.6
type GrantSourcesValidationError struct {
// contains filtered or unexported fields
}
GrantSourcesValidationError is the validation error returned by GrantSources.Validate if the designated constraints aren't met.
func (GrantSourcesValidationError) Cause ¶ added in v0.1.6
func (e GrantSourcesValidationError) Cause() error
Cause function returns cause value.
func (GrantSourcesValidationError) Error ¶ added in v0.1.6
func (e GrantSourcesValidationError) Error() string
Error satisfies the builtin error interface
func (GrantSourcesValidationError) ErrorName ¶ added in v0.1.6
func (e GrantSourcesValidationError) ErrorName() string
ErrorName returns error name.
func (GrantSourcesValidationError) Field ¶ added in v0.1.6
func (e GrantSourcesValidationError) Field() string
Field function returns field value.
func (GrantSourcesValidationError) Key ¶ added in v0.1.6
func (e GrantSourcesValidationError) Key() bool
Key function returns key value.
func (GrantSourcesValidationError) Reason ¶ added in v0.1.6
func (e GrantSourcesValidationError) Reason() string
Reason function returns reason value.
type GrantSources_GrantSource ¶ added in v0.1.6
type GrantSources_GrantSource struct {
// contains filtered or unexported fields
}
func (*GrantSources_GrantSource) Descriptor
deprecated
added in
v0.1.6
func (*GrantSources_GrantSource) Descriptor() ([]byte, []int)
Deprecated: Use GrantSources_GrantSource.ProtoReflect.Descriptor instead.
func (*GrantSources_GrantSource) ProtoMessage ¶ added in v0.1.6
func (*GrantSources_GrantSource) ProtoMessage()
func (*GrantSources_GrantSource) ProtoReflect ¶ added in v0.1.6
func (x *GrantSources_GrantSource) ProtoReflect() protoreflect.Message
func (*GrantSources_GrantSource) Reset ¶ added in v0.1.6
func (x *GrantSources_GrantSource) Reset()
func (*GrantSources_GrantSource) String ¶ added in v0.1.6
func (x *GrantSources_GrantSource) String() string
func (*GrantSources_GrantSource) Validate ¶ added in v0.1.6
func (m *GrantSources_GrantSource) Validate() error
Validate checks the field values on GrantSources_GrantSource with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GrantSources_GrantSource) ValidateAll ¶ added in v0.1.6
func (m *GrantSources_GrantSource) ValidateAll() error
ValidateAll checks the field values on GrantSources_GrantSource with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GrantSources_GrantSourceMultiError, or nil if none found.
type GrantSources_GrantSourceMultiError ¶ added in v0.1.6
type GrantSources_GrantSourceMultiError []error
GrantSources_GrantSourceMultiError is an error wrapping multiple validation errors returned by GrantSources_GrantSource.ValidateAll() if the designated constraints aren't met.
func (GrantSources_GrantSourceMultiError) AllErrors ¶ added in v0.1.6
func (m GrantSources_GrantSourceMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GrantSources_GrantSourceMultiError) Error ¶ added in v0.1.6
func (m GrantSources_GrantSourceMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GrantSources_GrantSourceValidationError ¶ added in v0.1.6
type GrantSources_GrantSourceValidationError struct {
// contains filtered or unexported fields
}
GrantSources_GrantSourceValidationError is the validation error returned by GrantSources_GrantSource.Validate if the designated constraints aren't met.
func (GrantSources_GrantSourceValidationError) Cause ¶ added in v0.1.6
func (e GrantSources_GrantSourceValidationError) Cause() error
Cause function returns cause value.
func (GrantSources_GrantSourceValidationError) Error ¶ added in v0.1.6
func (e GrantSources_GrantSourceValidationError) Error() string
Error satisfies the builtin error interface
func (GrantSources_GrantSourceValidationError) ErrorName ¶ added in v0.1.6
func (e GrantSources_GrantSourceValidationError) ErrorName() string
ErrorName returns error name.
func (GrantSources_GrantSourceValidationError) Field ¶ added in v0.1.6
func (e GrantSources_GrantSourceValidationError) Field() string
Field function returns field value.
func (GrantSources_GrantSourceValidationError) Key ¶ added in v0.1.6
func (e GrantSources_GrantSourceValidationError) Key() bool
Key function returns key value.
func (GrantSources_GrantSourceValidationError) Reason ¶ added in v0.1.6
func (e GrantSources_GrantSourceValidationError) Reason() string
Reason function returns reason value.
type GrantValidationError ¶
type GrantValidationError struct {
// contains filtered or unexported fields
}
GrantValidationError is the validation error returned by Grant.Validate if the designated constraints aren't met.
func (GrantValidationError) Cause ¶
func (e GrantValidationError) Cause() error
Cause function returns cause value.
func (GrantValidationError) Error ¶
func (e GrantValidationError) Error() string
Error satisfies the builtin error interface
func (GrantValidationError) ErrorName ¶
func (e GrantValidationError) ErrorName() string
ErrorName returns error name.
func (GrantValidationError) Field ¶
func (e GrantValidationError) Field() string
Field function returns field value.
func (GrantValidationError) Key ¶
func (e GrantValidationError) Key() bool
Key function returns key value.
func (GrantValidationError) Reason ¶
func (e GrantValidationError) Reason() string
Reason function returns reason value.
type GrantsServiceClient ¶
type GrantsServiceClient interface {
ListGrants(ctx context.Context, in *GrantsServiceListGrantsRequest, opts ...grpc.CallOption) (*GrantsServiceListGrantsResponse, error)
}
GrantsServiceClient is the client API for GrantsService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
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 ListEventsRequest ¶ added in v0.1.16
type ListEventsRequest struct { // Can function like a page token but also can be arbitrary to resume a feed at any point Cursor string `protobuf:"bytes,1,opt,name=cursor,proto3" json:"cursor,omitempty"` StartAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=start_at,json=startAt,proto3" json:"start_at,omitempty"` PageSize uint32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` Annotations []*anypb.Any `protobuf:"bytes,4,rep,name=annotations,proto3" json:"annotations,omitempty"` // contains filtered or unexported fields }
func (*ListEventsRequest) Descriptor
deprecated
added in
v0.1.16
func (*ListEventsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListEventsRequest.ProtoReflect.Descriptor instead.
func (*ListEventsRequest) GetAnnotations ¶ added in v0.1.16
func (x *ListEventsRequest) GetAnnotations() []*anypb.Any
func (*ListEventsRequest) GetCursor ¶ added in v0.1.16
func (x *ListEventsRequest) GetCursor() string
func (*ListEventsRequest) GetPageSize ¶ added in v0.1.16
func (x *ListEventsRequest) GetPageSize() uint32
func (*ListEventsRequest) GetStartAt ¶ added in v0.1.16
func (x *ListEventsRequest) GetStartAt() *timestamppb.Timestamp
func (*ListEventsRequest) ProtoMessage ¶ added in v0.1.16
func (*ListEventsRequest) ProtoMessage()
func (*ListEventsRequest) ProtoReflect ¶ added in v0.1.16
func (x *ListEventsRequest) ProtoReflect() protoreflect.Message
func (*ListEventsRequest) Reset ¶ added in v0.1.16
func (x *ListEventsRequest) Reset()
func (*ListEventsRequest) String ¶ added in v0.1.16
func (x *ListEventsRequest) String() string
func (*ListEventsRequest) Validate ¶ added in v0.1.16
func (m *ListEventsRequest) Validate() error
Validate checks the field values on ListEventsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListEventsRequest) ValidateAll ¶ added in v0.1.16
func (m *ListEventsRequest) ValidateAll() error
ValidateAll checks the field values on ListEventsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListEventsRequestMultiError, or nil if none found.
type ListEventsRequestMultiError ¶ added in v0.1.16
type ListEventsRequestMultiError []error
ListEventsRequestMultiError is an error wrapping multiple validation errors returned by ListEventsRequest.ValidateAll() if the designated constraints aren't met.
func (ListEventsRequestMultiError) AllErrors ¶ added in v0.1.16
func (m ListEventsRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListEventsRequestMultiError) Error ¶ added in v0.1.16
func (m ListEventsRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListEventsRequestValidationError ¶ added in v0.1.16
type ListEventsRequestValidationError struct {
// contains filtered or unexported fields
}
ListEventsRequestValidationError is the validation error returned by ListEventsRequest.Validate if the designated constraints aren't met.
func (ListEventsRequestValidationError) Cause ¶ added in v0.1.16
func (e ListEventsRequestValidationError) Cause() error
Cause function returns cause value.
func (ListEventsRequestValidationError) Error ¶ added in v0.1.16
func (e ListEventsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListEventsRequestValidationError) ErrorName ¶ added in v0.1.16
func (e ListEventsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListEventsRequestValidationError) Field ¶ added in v0.1.16
func (e ListEventsRequestValidationError) Field() string
Field function returns field value.
func (ListEventsRequestValidationError) Key ¶ added in v0.1.16
func (e ListEventsRequestValidationError) Key() bool
Key function returns key value.
func (ListEventsRequestValidationError) Reason ¶ added in v0.1.16
func (e ListEventsRequestValidationError) Reason() string
Reason function returns reason value.
type ListEventsResponse ¶ added in v0.1.16
type ListEventsResponse struct { Events []*Event `protobuf:"bytes,1,rep,name=events,proto3" json:"events,omitempty"` Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` HasMore bool `protobuf:"varint,3,opt,name=has_more,json=hasMore,proto3" json:"has_more,omitempty"` Annotations []*anypb.Any `protobuf:"bytes,4,rep,name=annotations,proto3" json:"annotations,omitempty"` // contains filtered or unexported fields }
func (*ListEventsResponse) Descriptor
deprecated
added in
v0.1.16
func (*ListEventsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListEventsResponse.ProtoReflect.Descriptor instead.
func (*ListEventsResponse) GetAnnotations ¶ added in v0.1.16
func (x *ListEventsResponse) GetAnnotations() []*anypb.Any
func (*ListEventsResponse) GetCursor ¶ added in v0.1.16
func (x *ListEventsResponse) GetCursor() string
func (*ListEventsResponse) GetEvents ¶ added in v0.1.16
func (x *ListEventsResponse) GetEvents() []*Event
func (*ListEventsResponse) GetHasMore ¶ added in v0.1.16
func (x *ListEventsResponse) GetHasMore() bool
func (*ListEventsResponse) ProtoMessage ¶ added in v0.1.16
func (*ListEventsResponse) ProtoMessage()
func (*ListEventsResponse) ProtoReflect ¶ added in v0.1.16
func (x *ListEventsResponse) ProtoReflect() protoreflect.Message
func (*ListEventsResponse) Reset ¶ added in v0.1.16
func (x *ListEventsResponse) Reset()
func (*ListEventsResponse) String ¶ added in v0.1.16
func (x *ListEventsResponse) String() string
func (*ListEventsResponse) Validate ¶ added in v0.1.16
func (m *ListEventsResponse) Validate() error
Validate checks the field values on ListEventsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListEventsResponse) ValidateAll ¶ added in v0.1.16
func (m *ListEventsResponse) ValidateAll() error
ValidateAll checks the field values on ListEventsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListEventsResponseMultiError, or nil if none found.
type ListEventsResponseMultiError ¶ added in v0.1.16
type ListEventsResponseMultiError []error
ListEventsResponseMultiError is an error wrapping multiple validation errors returned by ListEventsResponse.ValidateAll() if the designated constraints aren't met.
func (ListEventsResponseMultiError) AllErrors ¶ added in v0.1.16
func (m ListEventsResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListEventsResponseMultiError) Error ¶ added in v0.1.16
func (m ListEventsResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListEventsResponseValidationError ¶ added in v0.1.16
type ListEventsResponseValidationError struct {
// contains filtered or unexported fields
}
ListEventsResponseValidationError is the validation error returned by ListEventsResponse.Validate if the designated constraints aren't met.
func (ListEventsResponseValidationError) Cause ¶ added in v0.1.16
func (e ListEventsResponseValidationError) Cause() error
Cause function returns cause value.
func (ListEventsResponseValidationError) Error ¶ added in v0.1.16
func (e ListEventsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ListEventsResponseValidationError) ErrorName ¶ added in v0.1.16
func (e ListEventsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ListEventsResponseValidationError) Field ¶ added in v0.1.16
func (e ListEventsResponseValidationError) Field() string
Field function returns field value.
func (ListEventsResponseValidationError) Key ¶ added in v0.1.16
func (e ListEventsResponseValidationError) Key() bool
Key function returns key value.
func (ListEventsResponseValidationError) Reason ¶ added in v0.1.16
func (e ListEventsResponseValidationError) Reason() string
Reason function returns reason value.
type PlaintextData ¶ added in v0.1.19
type PlaintextData struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` Schema string `protobuf:"bytes,3,opt,name=schema,proto3" json:"schema,omitempty"` // optional Bytes []byte `protobuf:"bytes,4,opt,name=bytes,proto3" json:"bytes,omitempty"` // if 'schema' is set, this should be JSON. // contains filtered or unexported fields }
func (*PlaintextData) Descriptor
deprecated
added in
v0.1.19
func (*PlaintextData) Descriptor() ([]byte, []int)
Deprecated: Use PlaintextData.ProtoReflect.Descriptor instead.
func (*PlaintextData) GetBytes ¶ added in v0.1.19
func (x *PlaintextData) GetBytes() []byte
func (*PlaintextData) GetDescription ¶ added in v0.1.19
func (x *PlaintextData) GetDescription() string
func (*PlaintextData) GetName ¶ added in v0.1.19
func (x *PlaintextData) GetName() string
func (*PlaintextData) GetSchema ¶ added in v0.1.19
func (x *PlaintextData) GetSchema() string
func (*PlaintextData) ProtoMessage ¶ added in v0.1.19
func (*PlaintextData) ProtoMessage()
func (*PlaintextData) ProtoReflect ¶ added in v0.1.19
func (x *PlaintextData) ProtoReflect() protoreflect.Message
func (*PlaintextData) Reset ¶ added in v0.1.19
func (x *PlaintextData) Reset()
func (*PlaintextData) String ¶ added in v0.1.19
func (x *PlaintextData) String() string
func (*PlaintextData) Validate ¶ added in v0.1.19
func (m *PlaintextData) Validate() error
Validate checks the field values on PlaintextData with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*PlaintextData) ValidateAll ¶ added in v0.1.19
func (m *PlaintextData) ValidateAll() error
ValidateAll checks the field values on PlaintextData with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PlaintextDataMultiError, or nil if none found.
type PlaintextDataMultiError ¶ added in v0.1.19
type PlaintextDataMultiError []error
PlaintextDataMultiError is an error wrapping multiple validation errors returned by PlaintextData.ValidateAll() if the designated constraints aren't met.
func (PlaintextDataMultiError) AllErrors ¶ added in v0.1.19
func (m PlaintextDataMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (PlaintextDataMultiError) Error ¶ added in v0.1.19
func (m PlaintextDataMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type PlaintextDataValidationError ¶ added in v0.1.19
type PlaintextDataValidationError struct {
// contains filtered or unexported fields
}
PlaintextDataValidationError is the validation error returned by PlaintextData.Validate if the designated constraints aren't met.
func (PlaintextDataValidationError) Cause ¶ added in v0.1.19
func (e PlaintextDataValidationError) Cause() error
Cause function returns cause value.
func (PlaintextDataValidationError) Error ¶ added in v0.1.19
func (e PlaintextDataValidationError) Error() string
Error satisfies the builtin error interface
func (PlaintextDataValidationError) ErrorName ¶ added in v0.1.19
func (e PlaintextDataValidationError) ErrorName() string
ErrorName returns error name.
func (PlaintextDataValidationError) Field ¶ added in v0.1.19
func (e PlaintextDataValidationError) Field() string
Field function returns field value.
func (PlaintextDataValidationError) Key ¶ added in v0.1.19
func (e PlaintextDataValidationError) Key() bool
Key function returns key value.
func (PlaintextDataValidationError) Reason ¶ added in v0.1.19
func (e PlaintextDataValidationError) 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"` ExternalId *ExternalId `protobuf:"bytes,7,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"` CreationSource Resource_CreationSource `` /* 149-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Resource) Descriptor
deprecated
func (*Resource) GetAnnotations ¶
func (*Resource) GetBatonResource ¶ added in v0.0.20
func (*Resource) GetCreationSource ¶ added in v0.1.15
func (x *Resource) GetCreationSource() Resource_CreationSource
func (*Resource) GetDescription ¶ added in v0.0.19
func (*Resource) GetDisplayName ¶
func (*Resource) GetExternalId ¶ added in v0.1.15
func (x *Resource) GetExternalId() *ExternalId
func (*Resource) GetId ¶
func (x *Resource) GetId() *ResourceId
func (*Resource) GetParentResourceId ¶
func (x *Resource) GetParentResourceId() *ResourceId
func (*Resource) ProtoMessage ¶
func (*Resource) ProtoMessage()
func (*Resource) ProtoReflect ¶
func (x *Resource) ProtoReflect() protoreflect.Message
func (*Resource) 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 ResourceManagerServiceClient ¶ added in v0.1.15
type ResourceManagerServiceClient interface { CreateResource(ctx context.Context, in *CreateResourceRequest, opts ...grpc.CallOption) (*CreateResourceResponse, error) DeleteResource(ctx context.Context, in *DeleteResourceRequest, opts ...grpc.CallOption) (*DeleteResourceResponse, error) }
ResourceManagerServiceClient is the client API for ResourceManagerService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewResourceManagerServiceClient ¶ added in v0.1.15
func NewResourceManagerServiceClient(cc grpc.ClientConnInterface) ResourceManagerServiceClient
type ResourceManagerServiceServer ¶ added in v0.1.15
type ResourceManagerServiceServer interface { CreateResource(context.Context, *CreateResourceRequest) (*CreateResourceResponse, error) DeleteResource(context.Context, *DeleteResourceRequest) (*DeleteResourceResponse, error) }
ResourceManagerServiceServer is the server API for ResourceManagerService service. All implementations should embed UnimplementedResourceManagerServiceServer for forward compatibility
type ResourceMultiError ¶
type ResourceMultiError []error
ResourceMultiError is an error wrapping multiple validation errors returned by Resource.ValidateAll() if the designated constraints aren't met.
func (ResourceMultiError) AllErrors ¶
func (m ResourceMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ResourceMultiError) Error ¶
func (m ResourceMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ResourceType ¶
type ResourceType struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` Traits []ResourceType_Trait `protobuf:"varint,3,rep,packed,name=traits,proto3,enum=c1.connector.v2.ResourceType_Trait" json:"traits,omitempty"` Annotations []*anypb.Any `protobuf:"bytes,4,rep,name=annotations,proto3" json:"annotations,omitempty"` Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"` SourcedExternally bool `protobuf:"varint,6,opt,name=sourced_externally,json=sourcedExternally,proto3" json:"sourced_externally,omitempty"` // contains filtered or unexported fields }
func (*ResourceType) Descriptor
deprecated
func (*ResourceType) Descriptor() ([]byte, []int)
Deprecated: Use ResourceType.ProtoReflect.Descriptor instead.
func (*ResourceType) GetAnnotations ¶
func (x *ResourceType) GetAnnotations() []*anypb.Any
func (*ResourceType) GetDescription ¶ added in v0.0.19
func (x *ResourceType) GetDescription() string
func (*ResourceType) GetDisplayName ¶
func (x *ResourceType) GetDisplayName() string
func (*ResourceType) GetId ¶
func (x *ResourceType) GetId() string
func (*ResourceType) GetSourcedExternally ¶ added in v0.1.15
func (x *ResourceType) GetSourcedExternally() bool
func (*ResourceType) GetTraits ¶
func (x *ResourceType) GetTraits() []ResourceType_Trait
func (*ResourceType) ProtoMessage ¶
func (*ResourceType) ProtoMessage()
func (*ResourceType) ProtoReflect ¶
func (x *ResourceType) ProtoReflect() protoreflect.Message
func (*ResourceType) Reset ¶
func (x *ResourceType) Reset()
func (*ResourceType) String ¶
func (x *ResourceType) String() string
func (*ResourceType) Validate ¶
func (m *ResourceType) Validate() error
Validate checks the field values on ResourceType with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ResourceType) ValidateAll ¶
func (m *ResourceType) ValidateAll() error
ValidateAll checks the field values on ResourceType with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ResourceTypeMultiError, or nil if none found.
type ResourceTypeCapability ¶ added in v0.1.5
type ResourceTypeCapability struct { ResourceType *ResourceType `protobuf:"bytes,1,opt,name=resource_type,json=resourceType,proto3" json:"resource_type,omitempty"` Capabilities []Capability `protobuf:"varint,2,rep,packed,name=capabilities,proto3,enum=c1.connector.v2.Capability" json:"capabilities,omitempty"` // contains filtered or unexported fields }
func (*ResourceTypeCapability) Descriptor
deprecated
added in
v0.1.5
func (*ResourceTypeCapability) Descriptor() ([]byte, []int)
Deprecated: Use ResourceTypeCapability.ProtoReflect.Descriptor instead.
func (*ResourceTypeCapability) GetCapabilities ¶ added in v0.1.5
func (x *ResourceTypeCapability) GetCapabilities() []Capability
func (*ResourceTypeCapability) GetResourceType ¶ added in v0.1.5
func (x *ResourceTypeCapability) GetResourceType() *ResourceType
func (*ResourceTypeCapability) ProtoMessage ¶ added in v0.1.5
func (*ResourceTypeCapability) ProtoMessage()
func (*ResourceTypeCapability) ProtoReflect ¶ added in v0.1.5
func (x *ResourceTypeCapability) ProtoReflect() protoreflect.Message
func (*ResourceTypeCapability) Reset ¶ added in v0.1.5
func (x *ResourceTypeCapability) Reset()
func (*ResourceTypeCapability) String ¶ added in v0.1.5
func (x *ResourceTypeCapability) String() string
func (*ResourceTypeCapability) Validate ¶ added in v0.1.5
func (m *ResourceTypeCapability) Validate() error
Validate checks the field values on ResourceTypeCapability with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ResourceTypeCapability) ValidateAll ¶ added in v0.1.5
func (m *ResourceTypeCapability) ValidateAll() error
ValidateAll checks the field values on ResourceTypeCapability with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ResourceTypeCapabilityMultiError, or nil if none found.
type ResourceTypeCapabilityMultiError ¶ added in v0.1.5
type ResourceTypeCapabilityMultiError []error
ResourceTypeCapabilityMultiError is an error wrapping multiple validation errors returned by ResourceTypeCapability.ValidateAll() if the designated constraints aren't met.
func (ResourceTypeCapabilityMultiError) AllErrors ¶ added in v0.1.5
func (m ResourceTypeCapabilityMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ResourceTypeCapabilityMultiError) Error ¶ added in v0.1.5
func (m ResourceTypeCapabilityMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ResourceTypeCapabilityValidationError ¶ added in v0.1.5
type ResourceTypeCapabilityValidationError struct {
// contains filtered or unexported fields
}
ResourceTypeCapabilityValidationError is the validation error returned by ResourceTypeCapability.Validate if the designated constraints aren't met.
func (ResourceTypeCapabilityValidationError) Cause ¶ added in v0.1.5
func (e ResourceTypeCapabilityValidationError) Cause() error
Cause function returns cause value.
func (ResourceTypeCapabilityValidationError) Error ¶ added in v0.1.5
func (e ResourceTypeCapabilityValidationError) Error() string
Error satisfies the builtin error interface
func (ResourceTypeCapabilityValidationError) ErrorName ¶ added in v0.1.5
func (e ResourceTypeCapabilityValidationError) ErrorName() string
ErrorName returns error name.
func (ResourceTypeCapabilityValidationError) Field ¶ added in v0.1.5
func (e ResourceTypeCapabilityValidationError) Field() string
Field function returns field value.
func (ResourceTypeCapabilityValidationError) Key ¶ added in v0.1.5
func (e ResourceTypeCapabilityValidationError) Key() bool
Key function returns key value.
func (ResourceTypeCapabilityValidationError) Reason ¶ added in v0.1.5
func (e ResourceTypeCapabilityValidationError) Reason() string
Reason function returns reason value.
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 Resource_CreationSource ¶ added in v0.1.15
type Resource_CreationSource int32
FIXME(mstanbCO): call this something else? Should it just be a bool? Possibly just use an annotation?
const ( Resource_CREATION_SOURCE_UNSPECIFIED Resource_CreationSource = 0 Resource_CREATION_SOURCE_CONNECTOR_LIST_RESOURCES Resource_CreationSource = 1 Resource_CREATION_SOURCE_CONNECTOR_LIST_GRANTS_PRINCIPAL_JIT Resource_CreationSource = 2 )
func (Resource_CreationSource) Descriptor ¶ added in v0.1.15
func (Resource_CreationSource) Descriptor() protoreflect.EnumDescriptor
func (Resource_CreationSource) Enum ¶ added in v0.1.15
func (x Resource_CreationSource) Enum() *Resource_CreationSource
func (Resource_CreationSource) EnumDescriptor
deprecated
added in
v0.1.15
func (Resource_CreationSource) EnumDescriptor() ([]byte, []int)
Deprecated: Use Resource_CreationSource.Descriptor instead.
func (Resource_CreationSource) Number ¶ added in v0.1.15
func (x Resource_CreationSource) Number() protoreflect.EnumNumber
func (Resource_CreationSource) String ¶ added in v0.1.15
func (x Resource_CreationSource) String() string
func (Resource_CreationSource) Type ¶ added in v0.1.15
func (Resource_CreationSource) Type() protoreflect.EnumType
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 RevokeEvent ¶ added in v0.1.16
type RevokeEvent struct { Entitlement *Entitlement `protobuf:"bytes,1,opt,name=entitlement,proto3" json:"entitlement,omitempty"` Principal *Resource `protobuf:"bytes,2,opt,name=principal,proto3" json:"principal,omitempty"` // contains filtered or unexported fields }
func (*RevokeEvent) Descriptor
deprecated
added in
v0.1.16
func (*RevokeEvent) Descriptor() ([]byte, []int)
Deprecated: Use RevokeEvent.ProtoReflect.Descriptor instead.
func (*RevokeEvent) GetEntitlement ¶ added in v0.1.16
func (x *RevokeEvent) GetEntitlement() *Entitlement
func (*RevokeEvent) GetPrincipal ¶ added in v0.1.16
func (x *RevokeEvent) GetPrincipal() *Resource
func (*RevokeEvent) ProtoMessage ¶ added in v0.1.16
func (*RevokeEvent) ProtoMessage()
func (*RevokeEvent) ProtoReflect ¶ added in v0.1.16
func (x *RevokeEvent) ProtoReflect() protoreflect.Message
func (*RevokeEvent) Reset ¶ added in v0.1.16
func (x *RevokeEvent) Reset()
func (*RevokeEvent) String ¶ added in v0.1.16
func (x *RevokeEvent) String() string
func (*RevokeEvent) Validate ¶ added in v0.1.16
func (m *RevokeEvent) Validate() error
Validate checks the field values on RevokeEvent with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*RevokeEvent) ValidateAll ¶ added in v0.1.16
func (m *RevokeEvent) ValidateAll() error
ValidateAll checks the field values on RevokeEvent with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RevokeEventMultiError, or nil if none found.
type RevokeEventMultiError ¶ added in v0.1.16
type RevokeEventMultiError []error
RevokeEventMultiError is an error wrapping multiple validation errors returned by RevokeEvent.ValidateAll() if the designated constraints aren't met.
func (RevokeEventMultiError) AllErrors ¶ added in v0.1.16
func (m RevokeEventMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RevokeEventMultiError) Error ¶ added in v0.1.16
func (m RevokeEventMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type RevokeEventValidationError ¶ added in v0.1.16
type RevokeEventValidationError struct {
// contains filtered or unexported fields
}
RevokeEventValidationError is the validation error returned by RevokeEvent.Validate if the designated constraints aren't met.
func (RevokeEventValidationError) Cause ¶ added in v0.1.16
func (e RevokeEventValidationError) Cause() error
Cause function returns cause value.
func (RevokeEventValidationError) Error ¶ added in v0.1.16
func (e RevokeEventValidationError) Error() string
Error satisfies the builtin error interface
func (RevokeEventValidationError) ErrorName ¶ added in v0.1.16
func (e RevokeEventValidationError) ErrorName() string
ErrorName returns error name.
func (RevokeEventValidationError) Field ¶ added in v0.1.16
func (e RevokeEventValidationError) Field() string
Field function returns field value.
func (RevokeEventValidationError) Key ¶ added in v0.1.16
func (e RevokeEventValidationError) Key() bool
Key function returns key value.
func (RevokeEventValidationError) Reason ¶ added in v0.1.16
func (e RevokeEventValidationError) Reason() string
Reason function returns reason value.
type RoleTrait ¶
type RoleTrait struct { Profile *structpb.Struct `protobuf:"bytes,1,opt,name=profile,proto3" json:"profile,omitempty"` // contains filtered or unexported fields }
func (*RoleTrait) Descriptor
deprecated
func (*RoleTrait) 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 RotateCredentialRequest ¶ added in v0.1.15
type RotateCredentialRequest struct { ResourceId *ResourceId `protobuf:"bytes,1,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"` CredentialOptions *CredentialOptions `protobuf:"bytes,2,opt,name=credential_options,json=credentialOptions,proto3" json:"credential_options,omitempty"` EncryptionConfigs []*EncryptionConfig `protobuf:"bytes,3,rep,name=encryption_configs,json=encryptionConfigs,proto3" json:"encryption_configs,omitempty"` // contains filtered or unexported fields }
func (*RotateCredentialRequest) Descriptor
deprecated
added in
v0.1.15
func (*RotateCredentialRequest) Descriptor() ([]byte, []int)
Deprecated: Use RotateCredentialRequest.ProtoReflect.Descriptor instead.
func (*RotateCredentialRequest) GetCredentialOptions ¶ added in v0.1.15
func (x *RotateCredentialRequest) GetCredentialOptions() *CredentialOptions
func (*RotateCredentialRequest) GetEncryptionConfigs ¶ added in v0.1.15
func (x *RotateCredentialRequest) GetEncryptionConfigs() []*EncryptionConfig
func (*RotateCredentialRequest) GetResourceId ¶ added in v0.1.15
func (x *RotateCredentialRequest) GetResourceId() *ResourceId
func (*RotateCredentialRequest) ProtoMessage ¶ added in v0.1.15
func (*RotateCredentialRequest) ProtoMessage()
func (*RotateCredentialRequest) ProtoReflect ¶ added in v0.1.15
func (x *RotateCredentialRequest) ProtoReflect() protoreflect.Message
func (*RotateCredentialRequest) Reset ¶ added in v0.1.15
func (x *RotateCredentialRequest) Reset()
func (*RotateCredentialRequest) String ¶ added in v0.1.15
func (x *RotateCredentialRequest) String() string
func (*RotateCredentialRequest) Validate ¶ added in v0.1.15
func (m *RotateCredentialRequest) Validate() error
Validate checks the field values on RotateCredentialRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*RotateCredentialRequest) ValidateAll ¶ added in v0.1.15
func (m *RotateCredentialRequest) ValidateAll() error
ValidateAll checks the field values on RotateCredentialRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RotateCredentialRequestMultiError, or nil if none found.
type RotateCredentialRequestMultiError ¶ added in v0.1.15
type RotateCredentialRequestMultiError []error
RotateCredentialRequestMultiError is an error wrapping multiple validation errors returned by RotateCredentialRequest.ValidateAll() if the designated constraints aren't met.
func (RotateCredentialRequestMultiError) AllErrors ¶ added in v0.1.15
func (m RotateCredentialRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RotateCredentialRequestMultiError) Error ¶ added in v0.1.15
func (m RotateCredentialRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type RotateCredentialRequestValidationError ¶ added in v0.1.15
type RotateCredentialRequestValidationError struct {
// contains filtered or unexported fields
}
RotateCredentialRequestValidationError is the validation error returned by RotateCredentialRequest.Validate if the designated constraints aren't met.
func (RotateCredentialRequestValidationError) Cause ¶ added in v0.1.15
func (e RotateCredentialRequestValidationError) Cause() error
Cause function returns cause value.
func (RotateCredentialRequestValidationError) Error ¶ added in v0.1.15
func (e RotateCredentialRequestValidationError) Error() string
Error satisfies the builtin error interface
func (RotateCredentialRequestValidationError) ErrorName ¶ added in v0.1.15
func (e RotateCredentialRequestValidationError) ErrorName() string
ErrorName returns error name.
func (RotateCredentialRequestValidationError) Field ¶ added in v0.1.15
func (e RotateCredentialRequestValidationError) Field() string
Field function returns field value.
func (RotateCredentialRequestValidationError) Key ¶ added in v0.1.15
func (e RotateCredentialRequestValidationError) Key() bool
Key function returns key value.
func (RotateCredentialRequestValidationError) Reason ¶ added in v0.1.15
func (e RotateCredentialRequestValidationError) Reason() string
Reason function returns reason value.
type RotateCredentialResponse ¶ added in v0.1.15
type RotateCredentialResponse struct { EncryptedData []*EncryptedData `protobuf:"bytes,1,rep,name=encrypted_data,json=encryptedData,proto3" json:"encrypted_data,omitempty"` ResourceId *ResourceId `protobuf:"bytes,2,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"` Annotations []*anypb.Any `protobuf:"bytes,3,rep,name=annotations,proto3" json:"annotations,omitempty"` // contains filtered or unexported fields }
func (*RotateCredentialResponse) Descriptor
deprecated
added in
v0.1.15
func (*RotateCredentialResponse) Descriptor() ([]byte, []int)
Deprecated: Use RotateCredentialResponse.ProtoReflect.Descriptor instead.
func (*RotateCredentialResponse) GetAnnotations ¶ added in v0.1.15
func (x *RotateCredentialResponse) GetAnnotations() []*anypb.Any
func (*RotateCredentialResponse) GetEncryptedData ¶ added in v0.1.15
func (x *RotateCredentialResponse) GetEncryptedData() []*EncryptedData
func (*RotateCredentialResponse) GetResourceId ¶ added in v0.1.15
func (x *RotateCredentialResponse) GetResourceId() *ResourceId
func (*RotateCredentialResponse) ProtoMessage ¶ added in v0.1.15
func (*RotateCredentialResponse) ProtoMessage()
func (*RotateCredentialResponse) ProtoReflect ¶ added in v0.1.15
func (x *RotateCredentialResponse) ProtoReflect() protoreflect.Message
func (*RotateCredentialResponse) Reset ¶ added in v0.1.15
func (x *RotateCredentialResponse) Reset()
func (*RotateCredentialResponse) String ¶ added in v0.1.15
func (x *RotateCredentialResponse) String() string
func (*RotateCredentialResponse) Validate ¶ added in v0.1.15
func (m *RotateCredentialResponse) Validate() error
Validate checks the field values on RotateCredentialResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*RotateCredentialResponse) ValidateAll ¶ added in v0.1.15
func (m *RotateCredentialResponse) ValidateAll() error
ValidateAll checks the field values on RotateCredentialResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RotateCredentialResponseMultiError, or nil if none found.
type RotateCredentialResponseMultiError ¶ added in v0.1.15
type RotateCredentialResponseMultiError []error
RotateCredentialResponseMultiError is an error wrapping multiple validation errors returned by RotateCredentialResponse.ValidateAll() if the designated constraints aren't met.
func (RotateCredentialResponseMultiError) AllErrors ¶ added in v0.1.15
func (m RotateCredentialResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RotateCredentialResponseMultiError) Error ¶ added in v0.1.15
func (m RotateCredentialResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type RotateCredentialResponseValidationError ¶ added in v0.1.15
type RotateCredentialResponseValidationError struct {
// contains filtered or unexported fields
}
RotateCredentialResponseValidationError is the validation error returned by RotateCredentialResponse.Validate if the designated constraints aren't met.
func (RotateCredentialResponseValidationError) Cause ¶ added in v0.1.15
func (e RotateCredentialResponseValidationError) Cause() error
Cause function returns cause value.
func (RotateCredentialResponseValidationError) Error ¶ added in v0.1.15
func (e RotateCredentialResponseValidationError) Error() string
Error satisfies the builtin error interface
func (RotateCredentialResponseValidationError) ErrorName ¶ added in v0.1.15
func (e RotateCredentialResponseValidationError) ErrorName() string
ErrorName returns error name.
func (RotateCredentialResponseValidationError) Field ¶ added in v0.1.15
func (e RotateCredentialResponseValidationError) Field() string
Field function returns field value.
func (RotateCredentialResponseValidationError) Key ¶ added in v0.1.15
func (e RotateCredentialResponseValidationError) Key() bool
Key function returns key value.
func (RotateCredentialResponseValidationError) Reason ¶ added in v0.1.15
func (e RotateCredentialResponseValidationError) 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 Ticket ¶ added in v0.1.36
type Ticket 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"` Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` Assignees []*Resource `protobuf:"bytes,4,rep,name=assignees,proto3" json:"assignees,omitempty"` Reporter *Resource `protobuf:"bytes,5,opt,name=reporter,proto3" json:"reporter,omitempty"` Status *TicketStatus `protobuf:"bytes,7,opt,name=status,proto3" json:"status,omitempty"` Type *TicketType `protobuf:"bytes,8,opt,name=type,proto3" json:"type,omitempty"` Labels []string `protobuf:"bytes,9,rep,name=labels,proto3" json:"labels,omitempty"` Url string `protobuf:"bytes,10,opt,name=url,proto3" json:"url,omitempty"` CustomFields map[string]*TicketCustomField `` /* 186-byte string literal not displayed */ CreatedAt *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,13,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` CompletedAt *timestamppb.Timestamp `protobuf:"bytes,14,opt,name=completed_at,json=completedAt,proto3" json:"completed_at,omitempty"` RequestedFor *Resource `protobuf:"bytes,15,opt,name=requested_for,json=requestedFor,proto3" json:"requested_for,omitempty"` // contains filtered or unexported fields }
func (*Ticket) Descriptor
deprecated
added in
v0.1.36
func (*Ticket) GetAssignees ¶ added in v0.1.36
func (*Ticket) GetCompletedAt ¶ added in v0.1.36
func (x *Ticket) GetCompletedAt() *timestamppb.Timestamp
func (*Ticket) GetCreatedAt ¶ added in v0.1.36
func (x *Ticket) GetCreatedAt() *timestamppb.Timestamp
func (*Ticket) GetCustomFields ¶ added in v0.1.36
func (x *Ticket) GetCustomFields() map[string]*TicketCustomField
func (*Ticket) GetDescription ¶ added in v0.1.36
func (*Ticket) GetDisplayName ¶ added in v0.1.36
func (*Ticket) GetReporter ¶ added in v0.1.36
func (*Ticket) GetRequestedFor ¶ added in v0.2.0
func (*Ticket) GetStatus ¶ added in v0.1.36
func (x *Ticket) GetStatus() *TicketStatus
func (*Ticket) GetType ¶ added in v0.1.36
func (x *Ticket) GetType() *TicketType
func (*Ticket) GetUpdatedAt ¶ added in v0.1.36
func (x *Ticket) GetUpdatedAt() *timestamppb.Timestamp
func (*Ticket) ProtoMessage ¶ added in v0.1.36
func (*Ticket) ProtoMessage()
func (*Ticket) ProtoReflect ¶ added in v0.1.36
func (x *Ticket) ProtoReflect() protoreflect.Message
func (*Ticket) Validate ¶ added in v0.1.36
Validate checks the field values on Ticket 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 (*Ticket) ValidateAll ¶ added in v0.1.36
ValidateAll checks the field values on Ticket 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 TicketMultiError, or nil if none found.
type TicketCustomField ¶ added in v0.1.36
type TicketCustomField 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"` Required bool `protobuf:"varint,3,opt,name=required,proto3" json:"required,omitempty"` // Types that are assignable to Value: // // *TicketCustomField_StringValue // *TicketCustomField_StringValues // *TicketCustomField_BoolValue // *TicketCustomField_TimestampValue // *TicketCustomField_PickStringValue // *TicketCustomField_PickMultipleStringValues // *TicketCustomField_PickObjectValue // *TicketCustomField_PickMultipleObjectValues Value isTicketCustomField_Value `protobuf_oneof:"value"` Annotations []*anypb.Any `protobuf:"bytes,4,rep,name=annotations,proto3" json:"annotations,omitempty"` // contains filtered or unexported fields }
func (*TicketCustomField) Descriptor
deprecated
added in
v0.1.36
func (*TicketCustomField) Descriptor() ([]byte, []int)
Deprecated: Use TicketCustomField.ProtoReflect.Descriptor instead.
func (*TicketCustomField) GetAnnotations ¶ added in v0.2.19
func (x *TicketCustomField) GetAnnotations() []*anypb.Any
func (*TicketCustomField) GetBoolValue ¶ added in v0.1.36
func (x *TicketCustomField) GetBoolValue() *TicketCustomFieldBoolValue
func (*TicketCustomField) GetDisplayName ¶ added in v0.1.36
func (x *TicketCustomField) GetDisplayName() string
func (*TicketCustomField) GetId ¶ added in v0.1.36
func (x *TicketCustomField) GetId() string
func (*TicketCustomField) GetPickMultipleObjectValues ¶ added in v0.1.36
func (x *TicketCustomField) GetPickMultipleObjectValues() *TicketCustomFieldPickMultipleObjectValues
func (*TicketCustomField) GetPickMultipleStringValues ¶ added in v0.1.36
func (x *TicketCustomField) GetPickMultipleStringValues() *TicketCustomFieldPickMultipleStringValues
func (*TicketCustomField) GetPickObjectValue ¶ added in v0.1.36
func (x *TicketCustomField) GetPickObjectValue() *TicketCustomFieldPickObjectValue
func (*TicketCustomField) GetPickStringValue ¶ added in v0.1.36
func (x *TicketCustomField) GetPickStringValue() *TicketCustomFieldPickStringValue
func (*TicketCustomField) GetRequired ¶ added in v0.1.36
func (x *TicketCustomField) GetRequired() bool
func (*TicketCustomField) GetStringValue ¶ added in v0.1.36
func (x *TicketCustomField) GetStringValue() *TicketCustomFieldStringValue
func (*TicketCustomField) GetStringValues ¶ added in v0.1.36
func (x *TicketCustomField) GetStringValues() *TicketCustomFieldStringValues
func (*TicketCustomField) GetTimestampValue ¶ added in v0.1.36
func (x *TicketCustomField) GetTimestampValue() *TicketCustomFieldTimestampValue
func (*TicketCustomField) GetValue ¶ added in v0.1.36
func (m *TicketCustomField) GetValue() isTicketCustomField_Value
func (*TicketCustomField) ProtoMessage ¶ added in v0.1.36
func (*TicketCustomField) ProtoMessage()
func (*TicketCustomField) ProtoReflect ¶ added in v0.1.36
func (x *TicketCustomField) ProtoReflect() protoreflect.Message
func (*TicketCustomField) Reset ¶ added in v0.1.36
func (x *TicketCustomField) Reset()
func (*TicketCustomField) String ¶ added in v0.1.36
func (x *TicketCustomField) String() string
func (*TicketCustomField) Validate ¶ added in v0.1.36
func (m *TicketCustomField) Validate() error
Validate checks the field values on TicketCustomField 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 (*TicketCustomField) ValidateAll ¶ added in v0.1.36
func (m *TicketCustomField) ValidateAll() error
ValidateAll checks the field values on TicketCustomField 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 TicketCustomFieldMultiError, or nil if none found.
type TicketCustomFieldBoolValue ¶ added in v0.1.36
type TicketCustomFieldBoolValue struct { Value bool `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*TicketCustomFieldBoolValue) Descriptor
deprecated
added in
v0.1.36
func (*TicketCustomFieldBoolValue) Descriptor() ([]byte, []int)
Deprecated: Use TicketCustomFieldBoolValue.ProtoReflect.Descriptor instead.
func (*TicketCustomFieldBoolValue) GetValue ¶ added in v0.1.36
func (x *TicketCustomFieldBoolValue) GetValue() bool
func (*TicketCustomFieldBoolValue) ProtoMessage ¶ added in v0.1.36
func (*TicketCustomFieldBoolValue) ProtoMessage()
func (*TicketCustomFieldBoolValue) ProtoReflect ¶ added in v0.1.36
func (x *TicketCustomFieldBoolValue) ProtoReflect() protoreflect.Message
func (*TicketCustomFieldBoolValue) Reset ¶ added in v0.1.36
func (x *TicketCustomFieldBoolValue) Reset()
func (*TicketCustomFieldBoolValue) String ¶ added in v0.1.36
func (x *TicketCustomFieldBoolValue) String() string
func (*TicketCustomFieldBoolValue) Validate ¶ added in v0.1.36
func (m *TicketCustomFieldBoolValue) Validate() error
Validate checks the field values on TicketCustomFieldBoolValue 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 (*TicketCustomFieldBoolValue) ValidateAll ¶ added in v0.1.36
func (m *TicketCustomFieldBoolValue) ValidateAll() error
ValidateAll checks the field values on TicketCustomFieldBoolValue 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 TicketCustomFieldBoolValueMultiError, or nil if none found.
type TicketCustomFieldBoolValueMultiError ¶ added in v0.1.36
type TicketCustomFieldBoolValueMultiError []error
TicketCustomFieldBoolValueMultiError is an error wrapping multiple validation errors returned by TicketCustomFieldBoolValue.ValidateAll() if the designated constraints aren't met.
func (TicketCustomFieldBoolValueMultiError) AllErrors ¶ added in v0.1.36
func (m TicketCustomFieldBoolValueMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TicketCustomFieldBoolValueMultiError) Error ¶ added in v0.1.36
func (m TicketCustomFieldBoolValueMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TicketCustomFieldBoolValueValidationError ¶ added in v0.1.36
type TicketCustomFieldBoolValueValidationError struct {
// contains filtered or unexported fields
}
TicketCustomFieldBoolValueValidationError is the validation error returned by TicketCustomFieldBoolValue.Validate if the designated constraints aren't met.
func (TicketCustomFieldBoolValueValidationError) Cause ¶ added in v0.1.36
func (e TicketCustomFieldBoolValueValidationError) Cause() error
Cause function returns cause value.
func (TicketCustomFieldBoolValueValidationError) Error ¶ added in v0.1.36
func (e TicketCustomFieldBoolValueValidationError) Error() string
Error satisfies the builtin error interface
func (TicketCustomFieldBoolValueValidationError) ErrorName ¶ added in v0.1.36
func (e TicketCustomFieldBoolValueValidationError) ErrorName() string
ErrorName returns error name.
func (TicketCustomFieldBoolValueValidationError) Field ¶ added in v0.1.36
func (e TicketCustomFieldBoolValueValidationError) Field() string
Field function returns field value.
func (TicketCustomFieldBoolValueValidationError) Key ¶ added in v0.1.36
func (e TicketCustomFieldBoolValueValidationError) Key() bool
Key function returns key value.
func (TicketCustomFieldBoolValueValidationError) Reason ¶ added in v0.1.36
func (e TicketCustomFieldBoolValueValidationError) Reason() string
Reason function returns reason value.
type TicketCustomFieldMultiError ¶ added in v0.1.36
type TicketCustomFieldMultiError []error
TicketCustomFieldMultiError is an error wrapping multiple validation errors returned by TicketCustomField.ValidateAll() if the designated constraints aren't met.
func (TicketCustomFieldMultiError) AllErrors ¶ added in v0.1.36
func (m TicketCustomFieldMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TicketCustomFieldMultiError) Error ¶ added in v0.1.36
func (m TicketCustomFieldMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TicketCustomFieldObjectValue ¶ added in v0.1.36
type TicketCustomFieldObjectValue 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"` // contains filtered or unexported fields }
func (*TicketCustomFieldObjectValue) Descriptor
deprecated
added in
v0.1.36
func (*TicketCustomFieldObjectValue) Descriptor() ([]byte, []int)
Deprecated: Use TicketCustomFieldObjectValue.ProtoReflect.Descriptor instead.
func (*TicketCustomFieldObjectValue) GetDisplayName ¶ added in v0.1.36
func (x *TicketCustomFieldObjectValue) GetDisplayName() string
func (*TicketCustomFieldObjectValue) GetId ¶ added in v0.1.36
func (x *TicketCustomFieldObjectValue) GetId() string
func (*TicketCustomFieldObjectValue) ProtoMessage ¶ added in v0.1.36
func (*TicketCustomFieldObjectValue) ProtoMessage()
func (*TicketCustomFieldObjectValue) ProtoReflect ¶ added in v0.1.36
func (x *TicketCustomFieldObjectValue) ProtoReflect() protoreflect.Message
func (*TicketCustomFieldObjectValue) Reset ¶ added in v0.1.36
func (x *TicketCustomFieldObjectValue) Reset()
func (*TicketCustomFieldObjectValue) String ¶ added in v0.1.36
func (x *TicketCustomFieldObjectValue) String() string
func (*TicketCustomFieldObjectValue) Validate ¶ added in v0.1.36
func (m *TicketCustomFieldObjectValue) Validate() error
Validate checks the field values on TicketCustomFieldObjectValue 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 (*TicketCustomFieldObjectValue) ValidateAll ¶ added in v0.1.36
func (m *TicketCustomFieldObjectValue) ValidateAll() error
ValidateAll checks the field values on TicketCustomFieldObjectValue 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 TicketCustomFieldObjectValueMultiError, or nil if none found.
type TicketCustomFieldObjectValueMultiError ¶ added in v0.1.36
type TicketCustomFieldObjectValueMultiError []error
TicketCustomFieldObjectValueMultiError is an error wrapping multiple validation errors returned by TicketCustomFieldObjectValue.ValidateAll() if the designated constraints aren't met.
func (TicketCustomFieldObjectValueMultiError) AllErrors ¶ added in v0.1.36
func (m TicketCustomFieldObjectValueMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TicketCustomFieldObjectValueMultiError) Error ¶ added in v0.1.36
func (m TicketCustomFieldObjectValueMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TicketCustomFieldObjectValueValidationError ¶ added in v0.1.36
type TicketCustomFieldObjectValueValidationError struct {
// contains filtered or unexported fields
}
TicketCustomFieldObjectValueValidationError is the validation error returned by TicketCustomFieldObjectValue.Validate if the designated constraints aren't met.
func (TicketCustomFieldObjectValueValidationError) Cause ¶ added in v0.1.36
func (e TicketCustomFieldObjectValueValidationError) Cause() error
Cause function returns cause value.
func (TicketCustomFieldObjectValueValidationError) Error ¶ added in v0.1.36
func (e TicketCustomFieldObjectValueValidationError) Error() string
Error satisfies the builtin error interface
func (TicketCustomFieldObjectValueValidationError) ErrorName ¶ added in v0.1.36
func (e TicketCustomFieldObjectValueValidationError) ErrorName() string
ErrorName returns error name.
func (TicketCustomFieldObjectValueValidationError) Field ¶ added in v0.1.36
func (e TicketCustomFieldObjectValueValidationError) Field() string
Field function returns field value.
func (TicketCustomFieldObjectValueValidationError) Key ¶ added in v0.1.36
func (e TicketCustomFieldObjectValueValidationError) Key() bool
Key function returns key value.
func (TicketCustomFieldObjectValueValidationError) Reason ¶ added in v0.1.36
func (e TicketCustomFieldObjectValueValidationError) Reason() string
Reason function returns reason value.
type TicketCustomFieldPickMultipleObjectValues ¶ added in v0.1.36
type TicketCustomFieldPickMultipleObjectValues struct { Values []*TicketCustomFieldObjectValue `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"` AllowedValues []*TicketCustomFieldObjectValue `protobuf:"bytes,2,rep,name=allowed_values,json=allowedValues,proto3" json:"allowed_values,omitempty"` DefaultValues []*TicketCustomFieldObjectValue `protobuf:"bytes,3,rep,name=default_values,json=defaultValues,proto3" json:"default_values,omitempty"` // contains filtered or unexported fields }
func (*TicketCustomFieldPickMultipleObjectValues) Descriptor
deprecated
added in
v0.1.36
func (*TicketCustomFieldPickMultipleObjectValues) Descriptor() ([]byte, []int)
Deprecated: Use TicketCustomFieldPickMultipleObjectValues.ProtoReflect.Descriptor instead.
func (*TicketCustomFieldPickMultipleObjectValues) GetAllowedValues ¶ added in v0.1.36
func (x *TicketCustomFieldPickMultipleObjectValues) GetAllowedValues() []*TicketCustomFieldObjectValue
func (*TicketCustomFieldPickMultipleObjectValues) GetDefaultValues ¶ added in v0.2.19
func (x *TicketCustomFieldPickMultipleObjectValues) GetDefaultValues() []*TicketCustomFieldObjectValue
func (*TicketCustomFieldPickMultipleObjectValues) GetValues ¶ added in v0.1.36
func (x *TicketCustomFieldPickMultipleObjectValues) GetValues() []*TicketCustomFieldObjectValue
func (*TicketCustomFieldPickMultipleObjectValues) ProtoMessage ¶ added in v0.1.36
func (*TicketCustomFieldPickMultipleObjectValues) ProtoMessage()
func (*TicketCustomFieldPickMultipleObjectValues) ProtoReflect ¶ added in v0.1.36
func (x *TicketCustomFieldPickMultipleObjectValues) ProtoReflect() protoreflect.Message
func (*TicketCustomFieldPickMultipleObjectValues) Reset ¶ added in v0.1.36
func (x *TicketCustomFieldPickMultipleObjectValues) Reset()
func (*TicketCustomFieldPickMultipleObjectValues) String ¶ added in v0.1.36
func (x *TicketCustomFieldPickMultipleObjectValues) String() string
func (*TicketCustomFieldPickMultipleObjectValues) Validate ¶ added in v0.1.36
func (m *TicketCustomFieldPickMultipleObjectValues) Validate() error
Validate checks the field values on TicketCustomFieldPickMultipleObjectValues 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 (*TicketCustomFieldPickMultipleObjectValues) ValidateAll ¶ added in v0.1.36
func (m *TicketCustomFieldPickMultipleObjectValues) ValidateAll() error
ValidateAll checks the field values on TicketCustomFieldPickMultipleObjectValues 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 TicketCustomFieldPickMultipleObjectValuesMultiError, or nil if none found.
type TicketCustomFieldPickMultipleObjectValuesMultiError ¶ added in v0.1.36
type TicketCustomFieldPickMultipleObjectValuesMultiError []error
TicketCustomFieldPickMultipleObjectValuesMultiError is an error wrapping multiple validation errors returned by TicketCustomFieldPickMultipleObjectValues.ValidateAll() if the designated constraints aren't met.
func (TicketCustomFieldPickMultipleObjectValuesMultiError) AllErrors ¶ added in v0.1.36
func (m TicketCustomFieldPickMultipleObjectValuesMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TicketCustomFieldPickMultipleObjectValuesMultiError) Error ¶ added in v0.1.36
func (m TicketCustomFieldPickMultipleObjectValuesMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TicketCustomFieldPickMultipleObjectValuesValidationError ¶ added in v0.1.36
type TicketCustomFieldPickMultipleObjectValuesValidationError struct {
// contains filtered or unexported fields
}
TicketCustomFieldPickMultipleObjectValuesValidationError is the validation error returned by TicketCustomFieldPickMultipleObjectValues.Validate if the designated constraints aren't met.
func (TicketCustomFieldPickMultipleObjectValuesValidationError) Cause ¶ added in v0.1.36
func (e TicketCustomFieldPickMultipleObjectValuesValidationError) Cause() error
Cause function returns cause value.
func (TicketCustomFieldPickMultipleObjectValuesValidationError) Error ¶ added in v0.1.36
func (e TicketCustomFieldPickMultipleObjectValuesValidationError) Error() string
Error satisfies the builtin error interface
func (TicketCustomFieldPickMultipleObjectValuesValidationError) ErrorName ¶ added in v0.1.36
func (e TicketCustomFieldPickMultipleObjectValuesValidationError) ErrorName() string
ErrorName returns error name.
func (TicketCustomFieldPickMultipleObjectValuesValidationError) Field ¶ added in v0.1.36
func (e TicketCustomFieldPickMultipleObjectValuesValidationError) Field() string
Field function returns field value.
func (TicketCustomFieldPickMultipleObjectValuesValidationError) Key ¶ added in v0.1.36
func (e TicketCustomFieldPickMultipleObjectValuesValidationError) Key() bool
Key function returns key value.
func (TicketCustomFieldPickMultipleObjectValuesValidationError) Reason ¶ added in v0.1.36
func (e TicketCustomFieldPickMultipleObjectValuesValidationError) Reason() string
Reason function returns reason value.
type TicketCustomFieldPickMultipleStringValues ¶ added in v0.1.36
type TicketCustomFieldPickMultipleStringValues struct { Values []string `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"` AllowedValues []string `protobuf:"bytes,2,rep,name=allowed_values,json=allowedValues,proto3" json:"allowed_values,omitempty"` DefaultValues []string `protobuf:"bytes,3,rep,name=default_values,json=defaultValues,proto3" json:"default_values,omitempty"` // contains filtered or unexported fields }
func (*TicketCustomFieldPickMultipleStringValues) Descriptor
deprecated
added in
v0.1.36
func (*TicketCustomFieldPickMultipleStringValues) Descriptor() ([]byte, []int)
Deprecated: Use TicketCustomFieldPickMultipleStringValues.ProtoReflect.Descriptor instead.
func (*TicketCustomFieldPickMultipleStringValues) GetAllowedValues ¶ added in v0.1.36
func (x *TicketCustomFieldPickMultipleStringValues) GetAllowedValues() []string
func (*TicketCustomFieldPickMultipleStringValues) GetDefaultValues ¶ added in v0.2.19
func (x *TicketCustomFieldPickMultipleStringValues) GetDefaultValues() []string
func (*TicketCustomFieldPickMultipleStringValues) GetValues ¶ added in v0.1.36
func (x *TicketCustomFieldPickMultipleStringValues) GetValues() []string
func (*TicketCustomFieldPickMultipleStringValues) ProtoMessage ¶ added in v0.1.36
func (*TicketCustomFieldPickMultipleStringValues) ProtoMessage()
func (*TicketCustomFieldPickMultipleStringValues) ProtoReflect ¶ added in v0.1.36
func (x *TicketCustomFieldPickMultipleStringValues) ProtoReflect() protoreflect.Message
func (*TicketCustomFieldPickMultipleStringValues) Reset ¶ added in v0.1.36
func (x *TicketCustomFieldPickMultipleStringValues) Reset()
func (*TicketCustomFieldPickMultipleStringValues) String ¶ added in v0.1.36
func (x *TicketCustomFieldPickMultipleStringValues) String() string
func (*TicketCustomFieldPickMultipleStringValues) Validate ¶ added in v0.1.36
func (m *TicketCustomFieldPickMultipleStringValues) Validate() error
Validate checks the field values on TicketCustomFieldPickMultipleStringValues 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 (*TicketCustomFieldPickMultipleStringValues) ValidateAll ¶ added in v0.1.36
func (m *TicketCustomFieldPickMultipleStringValues) ValidateAll() error
ValidateAll checks the field values on TicketCustomFieldPickMultipleStringValues 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 TicketCustomFieldPickMultipleStringValuesMultiError, or nil if none found.
type TicketCustomFieldPickMultipleStringValuesMultiError ¶ added in v0.1.36
type TicketCustomFieldPickMultipleStringValuesMultiError []error
TicketCustomFieldPickMultipleStringValuesMultiError is an error wrapping multiple validation errors returned by TicketCustomFieldPickMultipleStringValues.ValidateAll() if the designated constraints aren't met.
func (TicketCustomFieldPickMultipleStringValuesMultiError) AllErrors ¶ added in v0.1.36
func (m TicketCustomFieldPickMultipleStringValuesMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TicketCustomFieldPickMultipleStringValuesMultiError) Error ¶ added in v0.1.36
func (m TicketCustomFieldPickMultipleStringValuesMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TicketCustomFieldPickMultipleStringValuesValidationError ¶ added in v0.1.36
type TicketCustomFieldPickMultipleStringValuesValidationError struct {
// contains filtered or unexported fields
}
TicketCustomFieldPickMultipleStringValuesValidationError is the validation error returned by TicketCustomFieldPickMultipleStringValues.Validate if the designated constraints aren't met.
func (TicketCustomFieldPickMultipleStringValuesValidationError) Cause ¶ added in v0.1.36
func (e TicketCustomFieldPickMultipleStringValuesValidationError) Cause() error
Cause function returns cause value.
func (TicketCustomFieldPickMultipleStringValuesValidationError) Error ¶ added in v0.1.36
func (e TicketCustomFieldPickMultipleStringValuesValidationError) Error() string
Error satisfies the builtin error interface
func (TicketCustomFieldPickMultipleStringValuesValidationError) ErrorName ¶ added in v0.1.36
func (e TicketCustomFieldPickMultipleStringValuesValidationError) ErrorName() string
ErrorName returns error name.
func (TicketCustomFieldPickMultipleStringValuesValidationError) Field ¶ added in v0.1.36
func (e TicketCustomFieldPickMultipleStringValuesValidationError) Field() string
Field function returns field value.
func (TicketCustomFieldPickMultipleStringValuesValidationError) Key ¶ added in v0.1.36
func (e TicketCustomFieldPickMultipleStringValuesValidationError) Key() bool
Key function returns key value.
func (TicketCustomFieldPickMultipleStringValuesValidationError) Reason ¶ added in v0.1.36
func (e TicketCustomFieldPickMultipleStringValuesValidationError) Reason() string
Reason function returns reason value.
type TicketCustomFieldPickObjectValue ¶ added in v0.1.36
type TicketCustomFieldPickObjectValue struct { Value *TicketCustomFieldObjectValue `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` AllowedValues []*TicketCustomFieldObjectValue `protobuf:"bytes,2,rep,name=allowed_values,json=allowedValues,proto3" json:"allowed_values,omitempty"` DefaultValue *TicketCustomFieldObjectValue `protobuf:"bytes,3,opt,name=default_value,json=defaultValue,proto3" json:"default_value,omitempty"` // contains filtered or unexported fields }
func (*TicketCustomFieldPickObjectValue) Descriptor
deprecated
added in
v0.1.36
func (*TicketCustomFieldPickObjectValue) Descriptor() ([]byte, []int)
Deprecated: Use TicketCustomFieldPickObjectValue.ProtoReflect.Descriptor instead.
func (*TicketCustomFieldPickObjectValue) GetAllowedValues ¶ added in v0.1.36
func (x *TicketCustomFieldPickObjectValue) GetAllowedValues() []*TicketCustomFieldObjectValue
func (*TicketCustomFieldPickObjectValue) GetDefaultValue ¶ added in v0.2.19
func (x *TicketCustomFieldPickObjectValue) GetDefaultValue() *TicketCustomFieldObjectValue
func (*TicketCustomFieldPickObjectValue) GetValue ¶ added in v0.1.36
func (x *TicketCustomFieldPickObjectValue) GetValue() *TicketCustomFieldObjectValue
func (*TicketCustomFieldPickObjectValue) ProtoMessage ¶ added in v0.1.36
func (*TicketCustomFieldPickObjectValue) ProtoMessage()
func (*TicketCustomFieldPickObjectValue) ProtoReflect ¶ added in v0.1.36
func (x *TicketCustomFieldPickObjectValue) ProtoReflect() protoreflect.Message
func (*TicketCustomFieldPickObjectValue) Reset ¶ added in v0.1.36
func (x *TicketCustomFieldPickObjectValue) Reset()
func (*TicketCustomFieldPickObjectValue) String ¶ added in v0.1.36
func (x *TicketCustomFieldPickObjectValue) String() string
func (*TicketCustomFieldPickObjectValue) Validate ¶ added in v0.1.36
func (m *TicketCustomFieldPickObjectValue) Validate() error
Validate checks the field values on TicketCustomFieldPickObjectValue 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 (*TicketCustomFieldPickObjectValue) ValidateAll ¶ added in v0.1.36
func (m *TicketCustomFieldPickObjectValue) ValidateAll() error
ValidateAll checks the field values on TicketCustomFieldPickObjectValue 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 TicketCustomFieldPickObjectValueMultiError, or nil if none found.
type TicketCustomFieldPickObjectValueMultiError ¶ added in v0.1.36
type TicketCustomFieldPickObjectValueMultiError []error
TicketCustomFieldPickObjectValueMultiError is an error wrapping multiple validation errors returned by TicketCustomFieldPickObjectValue.ValidateAll() if the designated constraints aren't met.
func (TicketCustomFieldPickObjectValueMultiError) AllErrors ¶ added in v0.1.36
func (m TicketCustomFieldPickObjectValueMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TicketCustomFieldPickObjectValueMultiError) Error ¶ added in v0.1.36
func (m TicketCustomFieldPickObjectValueMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TicketCustomFieldPickObjectValueValidationError ¶ added in v0.1.36
type TicketCustomFieldPickObjectValueValidationError struct {
// contains filtered or unexported fields
}
TicketCustomFieldPickObjectValueValidationError is the validation error returned by TicketCustomFieldPickObjectValue.Validate if the designated constraints aren't met.
func (TicketCustomFieldPickObjectValueValidationError) Cause ¶ added in v0.1.36
func (e TicketCustomFieldPickObjectValueValidationError) Cause() error
Cause function returns cause value.
func (TicketCustomFieldPickObjectValueValidationError) Error ¶ added in v0.1.36
func (e TicketCustomFieldPickObjectValueValidationError) Error() string
Error satisfies the builtin error interface
func (TicketCustomFieldPickObjectValueValidationError) ErrorName ¶ added in v0.1.36
func (e TicketCustomFieldPickObjectValueValidationError) ErrorName() string
ErrorName returns error name.
func (TicketCustomFieldPickObjectValueValidationError) Field ¶ added in v0.1.36
func (e TicketCustomFieldPickObjectValueValidationError) Field() string
Field function returns field value.
func (TicketCustomFieldPickObjectValueValidationError) Key ¶ added in v0.1.36
func (e TicketCustomFieldPickObjectValueValidationError) Key() bool
Key function returns key value.
func (TicketCustomFieldPickObjectValueValidationError) Reason ¶ added in v0.1.36
func (e TicketCustomFieldPickObjectValueValidationError) Reason() string
Reason function returns reason value.
type TicketCustomFieldPickStringValue ¶ added in v0.1.36
type TicketCustomFieldPickStringValue struct { Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` AllowedValues []string `protobuf:"bytes,2,rep,name=allowed_values,json=allowedValues,proto3" json:"allowed_values,omitempty"` DefaultValue string `protobuf:"bytes,3,opt,name=default_value,json=defaultValue,proto3" json:"default_value,omitempty"` // contains filtered or unexported fields }
func (*TicketCustomFieldPickStringValue) Descriptor
deprecated
added in
v0.1.36
func (*TicketCustomFieldPickStringValue) Descriptor() ([]byte, []int)
Deprecated: Use TicketCustomFieldPickStringValue.ProtoReflect.Descriptor instead.
func (*TicketCustomFieldPickStringValue) GetAllowedValues ¶ added in v0.1.36
func (x *TicketCustomFieldPickStringValue) GetAllowedValues() []string
func (*TicketCustomFieldPickStringValue) GetDefaultValue ¶ added in v0.2.19
func (x *TicketCustomFieldPickStringValue) GetDefaultValue() string
func (*TicketCustomFieldPickStringValue) GetValue ¶ added in v0.1.36
func (x *TicketCustomFieldPickStringValue) GetValue() string
func (*TicketCustomFieldPickStringValue) ProtoMessage ¶ added in v0.1.36
func (*TicketCustomFieldPickStringValue) ProtoMessage()
func (*TicketCustomFieldPickStringValue) ProtoReflect ¶ added in v0.1.36
func (x *TicketCustomFieldPickStringValue) ProtoReflect() protoreflect.Message
func (*TicketCustomFieldPickStringValue) Reset ¶ added in v0.1.36
func (x *TicketCustomFieldPickStringValue) Reset()
func (*TicketCustomFieldPickStringValue) String ¶ added in v0.1.36
func (x *TicketCustomFieldPickStringValue) String() string
func (*TicketCustomFieldPickStringValue) Validate ¶ added in v0.1.36
func (m *TicketCustomFieldPickStringValue) Validate() error
Validate checks the field values on TicketCustomFieldPickStringValue 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 (*TicketCustomFieldPickStringValue) ValidateAll ¶ added in v0.1.36
func (m *TicketCustomFieldPickStringValue) ValidateAll() error
ValidateAll checks the field values on TicketCustomFieldPickStringValue 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 TicketCustomFieldPickStringValueMultiError, or nil if none found.
type TicketCustomFieldPickStringValueMultiError ¶ added in v0.1.36
type TicketCustomFieldPickStringValueMultiError []error
TicketCustomFieldPickStringValueMultiError is an error wrapping multiple validation errors returned by TicketCustomFieldPickStringValue.ValidateAll() if the designated constraints aren't met.
func (TicketCustomFieldPickStringValueMultiError) AllErrors ¶ added in v0.1.36
func (m TicketCustomFieldPickStringValueMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TicketCustomFieldPickStringValueMultiError) Error ¶ added in v0.1.36
func (m TicketCustomFieldPickStringValueMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TicketCustomFieldPickStringValueValidationError ¶ added in v0.1.36
type TicketCustomFieldPickStringValueValidationError struct {
// contains filtered or unexported fields
}
TicketCustomFieldPickStringValueValidationError is the validation error returned by TicketCustomFieldPickStringValue.Validate if the designated constraints aren't met.
func (TicketCustomFieldPickStringValueValidationError) Cause ¶ added in v0.1.36
func (e TicketCustomFieldPickStringValueValidationError) Cause() error
Cause function returns cause value.
func (TicketCustomFieldPickStringValueValidationError) Error ¶ added in v0.1.36
func (e TicketCustomFieldPickStringValueValidationError) Error() string
Error satisfies the builtin error interface
func (TicketCustomFieldPickStringValueValidationError) ErrorName ¶ added in v0.1.36
func (e TicketCustomFieldPickStringValueValidationError) ErrorName() string
ErrorName returns error name.
func (TicketCustomFieldPickStringValueValidationError) Field ¶ added in v0.1.36
func (e TicketCustomFieldPickStringValueValidationError) Field() string
Field function returns field value.
func (TicketCustomFieldPickStringValueValidationError) Key ¶ added in v0.1.36
func (e TicketCustomFieldPickStringValueValidationError) Key() bool
Key function returns key value.
func (TicketCustomFieldPickStringValueValidationError) Reason ¶ added in v0.1.36
func (e TicketCustomFieldPickStringValueValidationError) Reason() string
Reason function returns reason value.
type TicketCustomFieldStringValue ¶ added in v0.1.36
type TicketCustomFieldStringValue struct { Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` DefaultValue string `protobuf:"bytes,2,opt,name=default_value,json=defaultValue,proto3" json:"default_value,omitempty"` // contains filtered or unexported fields }
func (*TicketCustomFieldStringValue) Descriptor
deprecated
added in
v0.1.36
func (*TicketCustomFieldStringValue) Descriptor() ([]byte, []int)
Deprecated: Use TicketCustomFieldStringValue.ProtoReflect.Descriptor instead.
func (*TicketCustomFieldStringValue) GetDefaultValue ¶ added in v0.2.19
func (x *TicketCustomFieldStringValue) GetDefaultValue() string
func (*TicketCustomFieldStringValue) GetValue ¶ added in v0.1.36
func (x *TicketCustomFieldStringValue) GetValue() string
func (*TicketCustomFieldStringValue) ProtoMessage ¶ added in v0.1.36
func (*TicketCustomFieldStringValue) ProtoMessage()
func (*TicketCustomFieldStringValue) ProtoReflect ¶ added in v0.1.36
func (x *TicketCustomFieldStringValue) ProtoReflect() protoreflect.Message
func (*TicketCustomFieldStringValue) Reset ¶ added in v0.1.36
func (x *TicketCustomFieldStringValue) Reset()
func (*TicketCustomFieldStringValue) String ¶ added in v0.1.36
func (x *TicketCustomFieldStringValue) String() string
func (*TicketCustomFieldStringValue) Validate ¶ added in v0.1.36
func (m *TicketCustomFieldStringValue) Validate() error
Validate checks the field values on TicketCustomFieldStringValue 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 (*TicketCustomFieldStringValue) ValidateAll ¶ added in v0.1.36
func (m *TicketCustomFieldStringValue) ValidateAll() error
ValidateAll checks the field values on TicketCustomFieldStringValue 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 TicketCustomFieldStringValueMultiError, or nil if none found.
type TicketCustomFieldStringValueMultiError ¶ added in v0.1.36
type TicketCustomFieldStringValueMultiError []error
TicketCustomFieldStringValueMultiError is an error wrapping multiple validation errors returned by TicketCustomFieldStringValue.ValidateAll() if the designated constraints aren't met.
func (TicketCustomFieldStringValueMultiError) AllErrors ¶ added in v0.1.36
func (m TicketCustomFieldStringValueMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TicketCustomFieldStringValueMultiError) Error ¶ added in v0.1.36
func (m TicketCustomFieldStringValueMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TicketCustomFieldStringValueValidationError ¶ added in v0.1.36
type TicketCustomFieldStringValueValidationError struct {
// contains filtered or unexported fields
}
TicketCustomFieldStringValueValidationError is the validation error returned by TicketCustomFieldStringValue.Validate if the designated constraints aren't met.
func (TicketCustomFieldStringValueValidationError) Cause ¶ added in v0.1.36
func (e TicketCustomFieldStringValueValidationError) Cause() error
Cause function returns cause value.
func (TicketCustomFieldStringValueValidationError) Error ¶ added in v0.1.36
func (e TicketCustomFieldStringValueValidationError) Error() string
Error satisfies the builtin error interface
func (TicketCustomFieldStringValueValidationError) ErrorName ¶ added in v0.1.36
func (e TicketCustomFieldStringValueValidationError) ErrorName() string
ErrorName returns error name.
func (TicketCustomFieldStringValueValidationError) Field ¶ added in v0.1.36
func (e TicketCustomFieldStringValueValidationError) Field() string
Field function returns field value.
func (TicketCustomFieldStringValueValidationError) Key ¶ added in v0.1.36
func (e TicketCustomFieldStringValueValidationError) Key() bool
Key function returns key value.
func (TicketCustomFieldStringValueValidationError) Reason ¶ added in v0.1.36
func (e TicketCustomFieldStringValueValidationError) Reason() string
Reason function returns reason value.
type TicketCustomFieldStringValues ¶ added in v0.1.36
type TicketCustomFieldStringValues struct { Values []string `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"` DefaultValues []string `protobuf:"bytes,2,rep,name=default_values,json=defaultValues,proto3" json:"default_values,omitempty"` // contains filtered or unexported fields }
func (*TicketCustomFieldStringValues) Descriptor
deprecated
added in
v0.1.36
func (*TicketCustomFieldStringValues) Descriptor() ([]byte, []int)
Deprecated: Use TicketCustomFieldStringValues.ProtoReflect.Descriptor instead.
func (*TicketCustomFieldStringValues) GetDefaultValues ¶ added in v0.2.19
func (x *TicketCustomFieldStringValues) GetDefaultValues() []string
func (*TicketCustomFieldStringValues) GetValues ¶ added in v0.1.36
func (x *TicketCustomFieldStringValues) GetValues() []string
func (*TicketCustomFieldStringValues) ProtoMessage ¶ added in v0.1.36
func (*TicketCustomFieldStringValues) ProtoMessage()
func (*TicketCustomFieldStringValues) ProtoReflect ¶ added in v0.1.36
func (x *TicketCustomFieldStringValues) ProtoReflect() protoreflect.Message
func (*TicketCustomFieldStringValues) Reset ¶ added in v0.1.36
func (x *TicketCustomFieldStringValues) Reset()
func (*TicketCustomFieldStringValues) String ¶ added in v0.1.36
func (x *TicketCustomFieldStringValues) String() string
func (*TicketCustomFieldStringValues) Validate ¶ added in v0.1.36
func (m *TicketCustomFieldStringValues) Validate() error
Validate checks the field values on TicketCustomFieldStringValues 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 (*TicketCustomFieldStringValues) ValidateAll ¶ added in v0.1.36
func (m *TicketCustomFieldStringValues) ValidateAll() error
ValidateAll checks the field values on TicketCustomFieldStringValues 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 TicketCustomFieldStringValuesMultiError, or nil if none found.
type TicketCustomFieldStringValuesMultiError ¶ added in v0.1.36
type TicketCustomFieldStringValuesMultiError []error
TicketCustomFieldStringValuesMultiError is an error wrapping multiple validation errors returned by TicketCustomFieldStringValues.ValidateAll() if the designated constraints aren't met.
func (TicketCustomFieldStringValuesMultiError) AllErrors ¶ added in v0.1.36
func (m TicketCustomFieldStringValuesMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TicketCustomFieldStringValuesMultiError) Error ¶ added in v0.1.36
func (m TicketCustomFieldStringValuesMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TicketCustomFieldStringValuesValidationError ¶ added in v0.1.36
type TicketCustomFieldStringValuesValidationError struct {
// contains filtered or unexported fields
}
TicketCustomFieldStringValuesValidationError is the validation error returned by TicketCustomFieldStringValues.Validate if the designated constraints aren't met.
func (TicketCustomFieldStringValuesValidationError) Cause ¶ added in v0.1.36
func (e TicketCustomFieldStringValuesValidationError) Cause() error
Cause function returns cause value.
func (TicketCustomFieldStringValuesValidationError) Error ¶ added in v0.1.36
func (e TicketCustomFieldStringValuesValidationError) Error() string
Error satisfies the builtin error interface
func (TicketCustomFieldStringValuesValidationError) ErrorName ¶ added in v0.1.36
func (e TicketCustomFieldStringValuesValidationError) ErrorName() string
ErrorName returns error name.
func (TicketCustomFieldStringValuesValidationError) Field ¶ added in v0.1.36
func (e TicketCustomFieldStringValuesValidationError) Field() string
Field function returns field value.
func (TicketCustomFieldStringValuesValidationError) Key ¶ added in v0.1.36
func (e TicketCustomFieldStringValuesValidationError) Key() bool
Key function returns key value.
func (TicketCustomFieldStringValuesValidationError) Reason ¶ added in v0.1.36
func (e TicketCustomFieldStringValuesValidationError) Reason() string
Reason function returns reason value.
type TicketCustomFieldTimestampValue ¶ added in v0.1.36
type TicketCustomFieldTimestampValue struct { Value *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` DefaultValue *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=default_value,json=defaultValue,proto3" json:"default_value,omitempty"` // contains filtered or unexported fields }
func (*TicketCustomFieldTimestampValue) Descriptor
deprecated
added in
v0.1.36
func (*TicketCustomFieldTimestampValue) Descriptor() ([]byte, []int)
Deprecated: Use TicketCustomFieldTimestampValue.ProtoReflect.Descriptor instead.
func (*TicketCustomFieldTimestampValue) GetDefaultValue ¶ added in v0.2.19
func (x *TicketCustomFieldTimestampValue) GetDefaultValue() *timestamppb.Timestamp
func (*TicketCustomFieldTimestampValue) GetValue ¶ added in v0.1.36
func (x *TicketCustomFieldTimestampValue) GetValue() *timestamppb.Timestamp
func (*TicketCustomFieldTimestampValue) ProtoMessage ¶ added in v0.1.36
func (*TicketCustomFieldTimestampValue) ProtoMessage()
func (*TicketCustomFieldTimestampValue) ProtoReflect ¶ added in v0.1.36
func (x *TicketCustomFieldTimestampValue) ProtoReflect() protoreflect.Message
func (*TicketCustomFieldTimestampValue) Reset ¶ added in v0.1.36
func (x *TicketCustomFieldTimestampValue) Reset()
func (*TicketCustomFieldTimestampValue) String ¶ added in v0.1.36
func (x *TicketCustomFieldTimestampValue) String() string
func (*TicketCustomFieldTimestampValue) Validate ¶ added in v0.1.36
func (m *TicketCustomFieldTimestampValue) Validate() error
Validate checks the field values on TicketCustomFieldTimestampValue 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 (*TicketCustomFieldTimestampValue) ValidateAll ¶ added in v0.1.36
func (m *TicketCustomFieldTimestampValue) ValidateAll() error
ValidateAll checks the field values on TicketCustomFieldTimestampValue 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 TicketCustomFieldTimestampValueMultiError, or nil if none found.
type TicketCustomFieldTimestampValueMultiError ¶ added in v0.1.36
type TicketCustomFieldTimestampValueMultiError []error
TicketCustomFieldTimestampValueMultiError is an error wrapping multiple validation errors returned by TicketCustomFieldTimestampValue.ValidateAll() if the designated constraints aren't met.
func (TicketCustomFieldTimestampValueMultiError) AllErrors ¶ added in v0.1.36
func (m TicketCustomFieldTimestampValueMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TicketCustomFieldTimestampValueMultiError) Error ¶ added in v0.1.36
func (m TicketCustomFieldTimestampValueMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TicketCustomFieldTimestampValueValidationError ¶ added in v0.1.36
type TicketCustomFieldTimestampValueValidationError struct {
// contains filtered or unexported fields
}
TicketCustomFieldTimestampValueValidationError is the validation error returned by TicketCustomFieldTimestampValue.Validate if the designated constraints aren't met.
func (TicketCustomFieldTimestampValueValidationError) Cause ¶ added in v0.1.36
func (e TicketCustomFieldTimestampValueValidationError) Cause() error
Cause function returns cause value.
func (TicketCustomFieldTimestampValueValidationError) Error ¶ added in v0.1.36
func (e TicketCustomFieldTimestampValueValidationError) Error() string
Error satisfies the builtin error interface
func (TicketCustomFieldTimestampValueValidationError) ErrorName ¶ added in v0.1.36
func (e TicketCustomFieldTimestampValueValidationError) ErrorName() string
ErrorName returns error name.
func (TicketCustomFieldTimestampValueValidationError) Field ¶ added in v0.1.36
func (e TicketCustomFieldTimestampValueValidationError) Field() string
Field function returns field value.
func (TicketCustomFieldTimestampValueValidationError) Key ¶ added in v0.1.36
func (e TicketCustomFieldTimestampValueValidationError) Key() bool
Key function returns key value.
func (TicketCustomFieldTimestampValueValidationError) Reason ¶ added in v0.1.36
func (e TicketCustomFieldTimestampValueValidationError) Reason() string
Reason function returns reason value.
type TicketCustomFieldValidationError ¶ added in v0.1.36
type TicketCustomFieldValidationError struct {
// contains filtered or unexported fields
}
TicketCustomFieldValidationError is the validation error returned by TicketCustomField.Validate if the designated constraints aren't met.
func (TicketCustomFieldValidationError) Cause ¶ added in v0.1.36
func (e TicketCustomFieldValidationError) Cause() error
Cause function returns cause value.
func (TicketCustomFieldValidationError) Error ¶ added in v0.1.36
func (e TicketCustomFieldValidationError) Error() string
Error satisfies the builtin error interface
func (TicketCustomFieldValidationError) ErrorName ¶ added in v0.1.36
func (e TicketCustomFieldValidationError) ErrorName() string
ErrorName returns error name.
func (TicketCustomFieldValidationError) Field ¶ added in v0.1.36
func (e TicketCustomFieldValidationError) Field() string
Field function returns field value.
func (TicketCustomFieldValidationError) Key ¶ added in v0.1.36
func (e TicketCustomFieldValidationError) Key() bool
Key function returns key value.
func (TicketCustomFieldValidationError) Reason ¶ added in v0.1.36
func (e TicketCustomFieldValidationError) Reason() string
Reason function returns reason value.
type TicketCustomField_BoolValue ¶ added in v0.1.36
type TicketCustomField_BoolValue struct {
BoolValue *TicketCustomFieldBoolValue `protobuf:"bytes,102,opt,name=bool_value,json=boolValue,proto3,oneof"`
}
type TicketCustomField_PickMultipleObjectValues ¶ added in v0.1.36
type TicketCustomField_PickMultipleObjectValues struct {
PickMultipleObjectValues *TicketCustomFieldPickMultipleObjectValues `protobuf:"bytes,107,opt,name=pick_multiple_object_values,json=pickMultipleObjectValues,proto3,oneof"`
}
type TicketCustomField_PickMultipleStringValues ¶ added in v0.1.36
type TicketCustomField_PickMultipleStringValues struct {
PickMultipleStringValues *TicketCustomFieldPickMultipleStringValues `protobuf:"bytes,105,opt,name=pick_multiple_string_values,json=pickMultipleStringValues,proto3,oneof"`
}
type TicketCustomField_PickObjectValue ¶ added in v0.1.36
type TicketCustomField_PickObjectValue struct {
PickObjectValue *TicketCustomFieldPickObjectValue `protobuf:"bytes,106,opt,name=pick_object_value,json=pickObjectValue,proto3,oneof"`
}
type TicketCustomField_PickStringValue ¶ added in v0.1.36
type TicketCustomField_PickStringValue struct {
PickStringValue *TicketCustomFieldPickStringValue `protobuf:"bytes,104,opt,name=pick_string_value,json=pickStringValue,proto3,oneof"`
}
type TicketCustomField_StringValue ¶ added in v0.1.36
type TicketCustomField_StringValue struct {
StringValue *TicketCustomFieldStringValue `protobuf:"bytes,100,opt,name=string_value,json=stringValue,proto3,oneof"`
}
type TicketCustomField_StringValues ¶ added in v0.1.36
type TicketCustomField_StringValues struct {
StringValues *TicketCustomFieldStringValues `protobuf:"bytes,101,opt,name=string_values,json=stringValues,proto3,oneof"`
}
type TicketCustomField_TimestampValue ¶ added in v0.1.36
type TicketCustomField_TimestampValue struct {
TimestampValue *TicketCustomFieldTimestampValue `protobuf:"bytes,103,opt,name=timestamp_value,json=timestampValue,proto3,oneof"`
}
type TicketMultiError ¶ added in v0.1.36
type TicketMultiError []error
TicketMultiError is an error wrapping multiple validation errors returned by Ticket.ValidateAll() if the designated constraints aren't met.
func (TicketMultiError) AllErrors ¶ added in v0.1.36
func (m TicketMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TicketMultiError) Error ¶ added in v0.1.36
func (m TicketMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TicketRequest ¶ added in v0.1.36
type TicketRequest struct { DisplayName string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` Status *TicketStatus `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"` Type *TicketType `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"` Labels []string `protobuf:"bytes,5,rep,name=labels,proto3" json:"labels,omitempty"` CustomFields map[string]*TicketCustomField `` /* 185-byte string literal not displayed */ RequestedFor *Resource `protobuf:"bytes,7,opt,name=requested_for,json=requestedFor,proto3" json:"requested_for,omitempty"` // contains filtered or unexported fields }
func (*TicketRequest) Descriptor
deprecated
added in
v0.1.36
func (*TicketRequest) Descriptor() ([]byte, []int)
Deprecated: Use TicketRequest.ProtoReflect.Descriptor instead.
func (*TicketRequest) GetCustomFields ¶ added in v0.1.36
func (x *TicketRequest) GetCustomFields() map[string]*TicketCustomField
func (*TicketRequest) GetDescription ¶ added in v0.1.36
func (x *TicketRequest) GetDescription() string
func (*TicketRequest) GetDisplayName ¶ added in v0.1.36
func (x *TicketRequest) GetDisplayName() string
func (*TicketRequest) GetLabels ¶ added in v0.1.36
func (x *TicketRequest) GetLabels() []string
func (*TicketRequest) GetRequestedFor ¶ added in v0.2.0
func (x *TicketRequest) GetRequestedFor() *Resource
func (*TicketRequest) GetStatus ¶ added in v0.1.36
func (x *TicketRequest) GetStatus() *TicketStatus
func (*TicketRequest) GetType ¶ added in v0.1.36
func (x *TicketRequest) GetType() *TicketType
func (*TicketRequest) ProtoMessage ¶ added in v0.1.36
func (*TicketRequest) ProtoMessage()
func (*TicketRequest) ProtoReflect ¶ added in v0.1.36
func (x *TicketRequest) ProtoReflect() protoreflect.Message
func (*TicketRequest) Reset ¶ added in v0.1.36
func (x *TicketRequest) Reset()
func (*TicketRequest) String ¶ added in v0.1.36
func (x *TicketRequest) String() string
func (*TicketRequest) Validate ¶ added in v0.1.36
func (m *TicketRequest) Validate() error
Validate checks the field values on TicketRequest 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 (*TicketRequest) ValidateAll ¶ added in v0.1.36
func (m *TicketRequest) ValidateAll() error
ValidateAll checks the field values on TicketRequest 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 TicketRequestMultiError, or nil if none found.
type TicketRequestMultiError ¶ added in v0.1.36
type TicketRequestMultiError []error
TicketRequestMultiError is an error wrapping multiple validation errors returned by TicketRequest.ValidateAll() if the designated constraints aren't met.
func (TicketRequestMultiError) AllErrors ¶ added in v0.1.36
func (m TicketRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TicketRequestMultiError) Error ¶ added in v0.1.36
func (m TicketRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TicketRequestValidationError ¶ added in v0.1.36
type TicketRequestValidationError struct {
// contains filtered or unexported fields
}
TicketRequestValidationError is the validation error returned by TicketRequest.Validate if the designated constraints aren't met.
func (TicketRequestValidationError) Cause ¶ added in v0.1.36
func (e TicketRequestValidationError) Cause() error
Cause function returns cause value.
func (TicketRequestValidationError) Error ¶ added in v0.1.36
func (e TicketRequestValidationError) Error() string
Error satisfies the builtin error interface
func (TicketRequestValidationError) ErrorName ¶ added in v0.1.36
func (e TicketRequestValidationError) ErrorName() string
ErrorName returns error name.
func (TicketRequestValidationError) Field ¶ added in v0.1.36
func (e TicketRequestValidationError) Field() string
Field function returns field value.
func (TicketRequestValidationError) Key ¶ added in v0.1.36
func (e TicketRequestValidationError) Key() bool
Key function returns key value.
func (TicketRequestValidationError) Reason ¶ added in v0.1.36
func (e TicketRequestValidationError) Reason() string
Reason function returns reason value.
type TicketSchema ¶ added in v0.1.36
type TicketSchema 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"` Types []*TicketType `protobuf:"bytes,3,rep,name=types,proto3" json:"types,omitempty"` Statuses []*TicketStatus `protobuf:"bytes,4,rep,name=statuses,proto3" json:"statuses,omitempty"` CustomFields map[string]*TicketCustomField `` /* 185-byte string literal not displayed */ // contains filtered or unexported fields }
func (*TicketSchema) Descriptor
deprecated
added in
v0.1.36
func (*TicketSchema) Descriptor() ([]byte, []int)
Deprecated: Use TicketSchema.ProtoReflect.Descriptor instead.
func (*TicketSchema) GetCustomFields ¶ added in v0.1.36
func (x *TicketSchema) GetCustomFields() map[string]*TicketCustomField
func (*TicketSchema) GetDisplayName ¶ added in v0.1.36
func (x *TicketSchema) GetDisplayName() string
func (*TicketSchema) GetId ¶ added in v0.1.36
func (x *TicketSchema) GetId() string
func (*TicketSchema) GetStatuses ¶ added in v0.1.36
func (x *TicketSchema) GetStatuses() []*TicketStatus
func (*TicketSchema) GetTypes ¶ added in v0.1.36
func (x *TicketSchema) GetTypes() []*TicketType
func (*TicketSchema) ProtoMessage ¶ added in v0.1.36
func (*TicketSchema) ProtoMessage()
func (*TicketSchema) ProtoReflect ¶ added in v0.1.36
func (x *TicketSchema) ProtoReflect() protoreflect.Message
func (*TicketSchema) Reset ¶ added in v0.1.36
func (x *TicketSchema) Reset()
func (*TicketSchema) String ¶ added in v0.1.36
func (x *TicketSchema) String() string
func (*TicketSchema) Validate ¶ added in v0.1.36
func (m *TicketSchema) Validate() error
Validate checks the field values on TicketSchema 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 (*TicketSchema) ValidateAll ¶ added in v0.1.36
func (m *TicketSchema) ValidateAll() error
ValidateAll checks the field values on TicketSchema 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 TicketSchemaMultiError, or nil if none found.
type TicketSchemaMultiError ¶ added in v0.1.36
type TicketSchemaMultiError []error
TicketSchemaMultiError is an error wrapping multiple validation errors returned by TicketSchema.ValidateAll() if the designated constraints aren't met.
func (TicketSchemaMultiError) AllErrors ¶ added in v0.1.36
func (m TicketSchemaMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TicketSchemaMultiError) Error ¶ added in v0.1.36
func (m TicketSchemaMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TicketSchemaValidationError ¶ added in v0.1.36
type TicketSchemaValidationError struct {
// contains filtered or unexported fields
}
TicketSchemaValidationError is the validation error returned by TicketSchema.Validate if the designated constraints aren't met.
func (TicketSchemaValidationError) Cause ¶ added in v0.1.36
func (e TicketSchemaValidationError) Cause() error
Cause function returns cause value.
func (TicketSchemaValidationError) Error ¶ added in v0.1.36
func (e TicketSchemaValidationError) Error() string
Error satisfies the builtin error interface
func (TicketSchemaValidationError) ErrorName ¶ added in v0.1.36
func (e TicketSchemaValidationError) ErrorName() string
ErrorName returns error name.
func (TicketSchemaValidationError) Field ¶ added in v0.1.36
func (e TicketSchemaValidationError) Field() string
Field function returns field value.
func (TicketSchemaValidationError) Key ¶ added in v0.1.36
func (e TicketSchemaValidationError) Key() bool
Key function returns key value.
func (TicketSchemaValidationError) Reason ¶ added in v0.1.36
func (e TicketSchemaValidationError) Reason() string
Reason function returns reason value.
type TicketStatus ¶ added in v0.1.36
type TicketStatus 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"` // contains filtered or unexported fields }
func (*TicketStatus) Descriptor
deprecated
added in
v0.1.36
func (*TicketStatus) Descriptor() ([]byte, []int)
Deprecated: Use TicketStatus.ProtoReflect.Descriptor instead.
func (*TicketStatus) GetDisplayName ¶ added in v0.1.36
func (x *TicketStatus) GetDisplayName() string
func (*TicketStatus) GetId ¶ added in v0.1.36
func (x *TicketStatus) GetId() string
func (*TicketStatus) ProtoMessage ¶ added in v0.1.36
func (*TicketStatus) ProtoMessage()
func (*TicketStatus) ProtoReflect ¶ added in v0.1.36
func (x *TicketStatus) ProtoReflect() protoreflect.Message
func (*TicketStatus) Reset ¶ added in v0.1.36
func (x *TicketStatus) Reset()
func (*TicketStatus) String ¶ added in v0.1.36
func (x *TicketStatus) String() string
func (*TicketStatus) Validate ¶ added in v0.1.36
func (m *TicketStatus) Validate() error
Validate checks the field values on TicketStatus 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 (*TicketStatus) ValidateAll ¶ added in v0.1.36
func (m *TicketStatus) ValidateAll() error
ValidateAll checks the field values on TicketStatus 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 TicketStatusMultiError, or nil if none found.
type TicketStatusMultiError ¶ added in v0.1.36
type TicketStatusMultiError []error
TicketStatusMultiError is an error wrapping multiple validation errors returned by TicketStatus.ValidateAll() if the designated constraints aren't met.
func (TicketStatusMultiError) AllErrors ¶ added in v0.1.36
func (m TicketStatusMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TicketStatusMultiError) Error ¶ added in v0.1.36
func (m TicketStatusMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TicketStatusValidationError ¶ added in v0.1.36
type TicketStatusValidationError struct {
// contains filtered or unexported fields
}
TicketStatusValidationError is the validation error returned by TicketStatus.Validate if the designated constraints aren't met.
func (TicketStatusValidationError) Cause ¶ added in v0.1.36
func (e TicketStatusValidationError) Cause() error
Cause function returns cause value.
func (TicketStatusValidationError) Error ¶ added in v0.1.36
func (e TicketStatusValidationError) Error() string
Error satisfies the builtin error interface
func (TicketStatusValidationError) ErrorName ¶ added in v0.1.36
func (e TicketStatusValidationError) ErrorName() string
ErrorName returns error name.
func (TicketStatusValidationError) Field ¶ added in v0.1.36
func (e TicketStatusValidationError) Field() string
Field function returns field value.
func (TicketStatusValidationError) Key ¶ added in v0.1.36
func (e TicketStatusValidationError) Key() bool
Key function returns key value.
func (TicketStatusValidationError) Reason ¶ added in v0.1.36
func (e TicketStatusValidationError) Reason() string
Reason function returns reason value.
type TicketType ¶ added in v0.1.36
type TicketType 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"` // contains filtered or unexported fields }
func (*TicketType) Descriptor
deprecated
added in
v0.1.36
func (*TicketType) Descriptor() ([]byte, []int)
Deprecated: Use TicketType.ProtoReflect.Descriptor instead.
func (*TicketType) GetDisplayName ¶ added in v0.1.36
func (x *TicketType) GetDisplayName() string
func (*TicketType) GetId ¶ added in v0.1.36
func (x *TicketType) GetId() string
func (*TicketType) ProtoMessage ¶ added in v0.1.36
func (*TicketType) ProtoMessage()
func (*TicketType) ProtoReflect ¶ added in v0.1.36
func (x *TicketType) ProtoReflect() protoreflect.Message
func (*TicketType) Reset ¶ added in v0.1.36
func (x *TicketType) Reset()
func (*TicketType) String ¶ added in v0.1.36
func (x *TicketType) String() string
func (*TicketType) Validate ¶ added in v0.1.36
func (m *TicketType) Validate() error
Validate checks the field values on TicketType 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 (*TicketType) ValidateAll ¶ added in v0.1.36
func (m *TicketType) ValidateAll() error
ValidateAll checks the field values on TicketType 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 TicketTypeMultiError, or nil if none found.
type TicketTypeMultiError ¶ added in v0.1.36
type TicketTypeMultiError []error
TicketTypeMultiError is an error wrapping multiple validation errors returned by TicketType.ValidateAll() if the designated constraints aren't met.
func (TicketTypeMultiError) AllErrors ¶ added in v0.1.36
func (m TicketTypeMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TicketTypeMultiError) Error ¶ added in v0.1.36
func (m TicketTypeMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TicketTypeValidationError ¶ added in v0.1.36
type TicketTypeValidationError struct {
// contains filtered or unexported fields
}
TicketTypeValidationError is the validation error returned by TicketType.Validate if the designated constraints aren't met.
func (TicketTypeValidationError) Cause ¶ added in v0.1.36
func (e TicketTypeValidationError) Cause() error
Cause function returns cause value.
func (TicketTypeValidationError) Error ¶ added in v0.1.36
func (e TicketTypeValidationError) Error() string
Error satisfies the builtin error interface
func (TicketTypeValidationError) ErrorName ¶ added in v0.1.36
func (e TicketTypeValidationError) ErrorName() string
ErrorName returns error name.
func (TicketTypeValidationError) Field ¶ added in v0.1.36
func (e TicketTypeValidationError) Field() string
Field function returns field value.
func (TicketTypeValidationError) Key ¶ added in v0.1.36
func (e TicketTypeValidationError) Key() bool
Key function returns key value.
func (TicketTypeValidationError) Reason ¶ added in v0.1.36
func (e TicketTypeValidationError) Reason() string
Reason function returns reason value.
type TicketValidationError ¶ added in v0.1.36
type TicketValidationError struct {
// contains filtered or unexported fields
}
TicketValidationError is the validation error returned by Ticket.Validate if the designated constraints aren't met.
func (TicketValidationError) Cause ¶ added in v0.1.36
func (e TicketValidationError) Cause() error
Cause function returns cause value.
func (TicketValidationError) Error ¶ added in v0.1.36
func (e TicketValidationError) Error() string
Error satisfies the builtin error interface
func (TicketValidationError) ErrorName ¶ added in v0.1.36
func (e TicketValidationError) ErrorName() string
ErrorName returns error name.
func (TicketValidationError) Field ¶ added in v0.1.36
func (e TicketValidationError) Field() string
Field function returns field value.
func (TicketValidationError) Key ¶ added in v0.1.36
func (e TicketValidationError) Key() bool
Key function returns key value.
func (TicketValidationError) Reason ¶ added in v0.1.36
func (e TicketValidationError) Reason() string
Reason function returns reason value.
type TicketsServiceClient ¶ added in v0.1.36
type TicketsServiceClient interface { CreateTicket(ctx context.Context, in *TicketsServiceCreateTicketRequest, opts ...grpc.CallOption) (*TicketsServiceCreateTicketResponse, error) GetTicket(ctx context.Context, in *TicketsServiceGetTicketRequest, opts ...grpc.CallOption) (*TicketsServiceGetTicketResponse, error) ListTicketSchemas(ctx context.Context, in *TicketsServiceListTicketSchemasRequest, opts ...grpc.CallOption) (*TicketsServiceListTicketSchemasResponse, error) GetTicketSchema(ctx context.Context, in *TicketsServiceGetTicketSchemaRequest, opts ...grpc.CallOption) (*TicketsServiceGetTicketSchemaResponse, error) }
TicketsServiceClient is the client API for TicketsService 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 NewTicketsServiceClient ¶ added in v0.1.36
func NewTicketsServiceClient(cc grpc.ClientConnInterface) TicketsServiceClient
type TicketsServiceCreateTicketRequest ¶ added in v0.1.36
type TicketsServiceCreateTicketRequest struct { Request *TicketRequest `protobuf:"bytes,1,opt,name=request,proto3" json:"request,omitempty"` Schema *TicketSchema `protobuf:"bytes,2,opt,name=schema,proto3" json:"schema,omitempty"` Annotations []*anypb.Any `protobuf:"bytes,8,rep,name=annotations,proto3" json:"annotations,omitempty"` // contains filtered or unexported fields }
func (*TicketsServiceCreateTicketRequest) Descriptor
deprecated
added in
v0.1.36
func (*TicketsServiceCreateTicketRequest) Descriptor() ([]byte, []int)
Deprecated: Use TicketsServiceCreateTicketRequest.ProtoReflect.Descriptor instead.
func (*TicketsServiceCreateTicketRequest) GetAnnotations ¶ added in v0.1.36
func (x *TicketsServiceCreateTicketRequest) GetAnnotations() []*anypb.Any
func (*TicketsServiceCreateTicketRequest) GetRequest ¶ added in v0.1.36
func (x *TicketsServiceCreateTicketRequest) GetRequest() *TicketRequest
func (*TicketsServiceCreateTicketRequest) GetSchema ¶ added in v0.1.36
func (x *TicketsServiceCreateTicketRequest) GetSchema() *TicketSchema
func (*TicketsServiceCreateTicketRequest) ProtoMessage ¶ added in v0.1.36
func (*TicketsServiceCreateTicketRequest) ProtoMessage()
func (*TicketsServiceCreateTicketRequest) ProtoReflect ¶ added in v0.1.36
func (x *TicketsServiceCreateTicketRequest) ProtoReflect() protoreflect.Message
func (*TicketsServiceCreateTicketRequest) Reset ¶ added in v0.1.36
func (x *TicketsServiceCreateTicketRequest) Reset()
func (*TicketsServiceCreateTicketRequest) String ¶ added in v0.1.36
func (x *TicketsServiceCreateTicketRequest) String() string
func (*TicketsServiceCreateTicketRequest) Validate ¶ added in v0.1.36
func (m *TicketsServiceCreateTicketRequest) Validate() error
Validate checks the field values on TicketsServiceCreateTicketRequest 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 (*TicketsServiceCreateTicketRequest) ValidateAll ¶ added in v0.1.36
func (m *TicketsServiceCreateTicketRequest) ValidateAll() error
ValidateAll checks the field values on TicketsServiceCreateTicketRequest 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 TicketsServiceCreateTicketRequestMultiError, or nil if none found.
type TicketsServiceCreateTicketRequestMultiError ¶ added in v0.1.36
type TicketsServiceCreateTicketRequestMultiError []error
TicketsServiceCreateTicketRequestMultiError is an error wrapping multiple validation errors returned by TicketsServiceCreateTicketRequest.ValidateAll() if the designated constraints aren't met.
func (TicketsServiceCreateTicketRequestMultiError) AllErrors ¶ added in v0.1.36
func (m TicketsServiceCreateTicketRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TicketsServiceCreateTicketRequestMultiError) Error ¶ added in v0.1.36
func (m TicketsServiceCreateTicketRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TicketsServiceCreateTicketRequestValidationError ¶ added in v0.1.36
type TicketsServiceCreateTicketRequestValidationError struct {
// contains filtered or unexported fields
}
TicketsServiceCreateTicketRequestValidationError is the validation error returned by TicketsServiceCreateTicketRequest.Validate if the designated constraints aren't met.
func (TicketsServiceCreateTicketRequestValidationError) Cause ¶ added in v0.1.36
func (e TicketsServiceCreateTicketRequestValidationError) Cause() error
Cause function returns cause value.
func (TicketsServiceCreateTicketRequestValidationError) Error ¶ added in v0.1.36
func (e TicketsServiceCreateTicketRequestValidationError) Error() string
Error satisfies the builtin error interface
func (TicketsServiceCreateTicketRequestValidationError) ErrorName ¶ added in v0.1.36
func (e TicketsServiceCreateTicketRequestValidationError) ErrorName() string
ErrorName returns error name.
func (TicketsServiceCreateTicketRequestValidationError) Field ¶ added in v0.1.36
func (e TicketsServiceCreateTicketRequestValidationError) Field() string
Field function returns field value.
func (TicketsServiceCreateTicketRequestValidationError) Key ¶ added in v0.1.36
func (e TicketsServiceCreateTicketRequestValidationError) Key() bool
Key function returns key value.
func (TicketsServiceCreateTicketRequestValidationError) Reason ¶ added in v0.1.36
func (e TicketsServiceCreateTicketRequestValidationError) Reason() string
Reason function returns reason value.
type TicketsServiceCreateTicketResponse ¶ added in v0.1.36
type TicketsServiceCreateTicketResponse struct { Ticket *Ticket `protobuf:"bytes,1,opt,name=ticket,proto3" json:"ticket,omitempty"` Annotations []*anypb.Any `protobuf:"bytes,2,rep,name=annotations,proto3" json:"annotations,omitempty"` // contains filtered or unexported fields }
func (*TicketsServiceCreateTicketResponse) Descriptor
deprecated
added in
v0.1.36
func (*TicketsServiceCreateTicketResponse) Descriptor() ([]byte, []int)
Deprecated: Use TicketsServiceCreateTicketResponse.ProtoReflect.Descriptor instead.
func (*TicketsServiceCreateTicketResponse) GetAnnotations ¶ added in v0.1.36
func (x *TicketsServiceCreateTicketResponse) GetAnnotations() []*anypb.Any
func (*TicketsServiceCreateTicketResponse) GetTicket ¶ added in v0.1.36
func (x *TicketsServiceCreateTicketResponse) GetTicket() *Ticket
func (*TicketsServiceCreateTicketResponse) ProtoMessage ¶ added in v0.1.36
func (*TicketsServiceCreateTicketResponse) ProtoMessage()
func (*TicketsServiceCreateTicketResponse) ProtoReflect ¶ added in v0.1.36
func (x *TicketsServiceCreateTicketResponse) ProtoReflect() protoreflect.Message
func (*TicketsServiceCreateTicketResponse) Reset ¶ added in v0.1.36
func (x *TicketsServiceCreateTicketResponse) Reset()
func (*TicketsServiceCreateTicketResponse) String ¶ added in v0.1.36
func (x *TicketsServiceCreateTicketResponse) String() string
func (*TicketsServiceCreateTicketResponse) Validate ¶ added in v0.1.36
func (m *TicketsServiceCreateTicketResponse) Validate() error
Validate checks the field values on TicketsServiceCreateTicketResponse 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 (*TicketsServiceCreateTicketResponse) ValidateAll ¶ added in v0.1.36
func (m *TicketsServiceCreateTicketResponse) ValidateAll() error
ValidateAll checks the field values on TicketsServiceCreateTicketResponse 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 TicketsServiceCreateTicketResponseMultiError, or nil if none found.
type TicketsServiceCreateTicketResponseMultiError ¶ added in v0.1.36
type TicketsServiceCreateTicketResponseMultiError []error
TicketsServiceCreateTicketResponseMultiError is an error wrapping multiple validation errors returned by TicketsServiceCreateTicketResponse.ValidateAll() if the designated constraints aren't met.
func (TicketsServiceCreateTicketResponseMultiError) AllErrors ¶ added in v0.1.36
func (m TicketsServiceCreateTicketResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TicketsServiceCreateTicketResponseMultiError) Error ¶ added in v0.1.36
func (m TicketsServiceCreateTicketResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TicketsServiceCreateTicketResponseValidationError ¶ added in v0.1.36
type TicketsServiceCreateTicketResponseValidationError struct {
// contains filtered or unexported fields
}
TicketsServiceCreateTicketResponseValidationError is the validation error returned by TicketsServiceCreateTicketResponse.Validate if the designated constraints aren't met.
func (TicketsServiceCreateTicketResponseValidationError) Cause ¶ added in v0.1.36
func (e TicketsServiceCreateTicketResponseValidationError) Cause() error
Cause function returns cause value.
func (TicketsServiceCreateTicketResponseValidationError) Error ¶ added in v0.1.36
func (e TicketsServiceCreateTicketResponseValidationError) Error() string
Error satisfies the builtin error interface
func (TicketsServiceCreateTicketResponseValidationError) ErrorName ¶ added in v0.1.36
func (e TicketsServiceCreateTicketResponseValidationError) ErrorName() string
ErrorName returns error name.
func (TicketsServiceCreateTicketResponseValidationError) Field ¶ added in v0.1.36
func (e TicketsServiceCreateTicketResponseValidationError) Field() string
Field function returns field value.
func (TicketsServiceCreateTicketResponseValidationError) Key ¶ added in v0.1.36
func (e TicketsServiceCreateTicketResponseValidationError) Key() bool
Key function returns key value.
func (TicketsServiceCreateTicketResponseValidationError) Reason ¶ added in v0.1.36
func (e TicketsServiceCreateTicketResponseValidationError) Reason() string
Reason function returns reason value.
type TicketsServiceGetTicketRequest ¶ added in v0.1.36
type TicketsServiceGetTicketRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Annotations []*anypb.Any `protobuf:"bytes,2,rep,name=annotations,proto3" json:"annotations,omitempty"` // contains filtered or unexported fields }
func (*TicketsServiceGetTicketRequest) Descriptor
deprecated
added in
v0.1.36
func (*TicketsServiceGetTicketRequest) Descriptor() ([]byte, []int)
Deprecated: Use TicketsServiceGetTicketRequest.ProtoReflect.Descriptor instead.
func (*TicketsServiceGetTicketRequest) GetAnnotations ¶ added in v0.1.36
func (x *TicketsServiceGetTicketRequest) GetAnnotations() []*anypb.Any
func (*TicketsServiceGetTicketRequest) GetId ¶ added in v0.1.36
func (x *TicketsServiceGetTicketRequest) GetId() string
func (*TicketsServiceGetTicketRequest) ProtoMessage ¶ added in v0.1.36
func (*TicketsServiceGetTicketRequest) ProtoMessage()
func (*TicketsServiceGetTicketRequest) ProtoReflect ¶ added in v0.1.36
func (x *TicketsServiceGetTicketRequest) ProtoReflect() protoreflect.Message
func (*TicketsServiceGetTicketRequest) Reset ¶ added in v0.1.36
func (x *TicketsServiceGetTicketRequest) Reset()
func (*TicketsServiceGetTicketRequest) String ¶ added in v0.1.36
func (x *TicketsServiceGetTicketRequest) String() string
func (*TicketsServiceGetTicketRequest) Validate ¶ added in v0.1.36
func (m *TicketsServiceGetTicketRequest) Validate() error
Validate checks the field values on TicketsServiceGetTicketRequest 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 (*TicketsServiceGetTicketRequest) ValidateAll ¶ added in v0.1.36
func (m *TicketsServiceGetTicketRequest) ValidateAll() error
ValidateAll checks the field values on TicketsServiceGetTicketRequest 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 TicketsServiceGetTicketRequestMultiError, or nil if none found.
type TicketsServiceGetTicketRequestMultiError ¶ added in v0.1.36
type TicketsServiceGetTicketRequestMultiError []error
TicketsServiceGetTicketRequestMultiError is an error wrapping multiple validation errors returned by TicketsServiceGetTicketRequest.ValidateAll() if the designated constraints aren't met.
func (TicketsServiceGetTicketRequestMultiError) AllErrors ¶ added in v0.1.36
func (m TicketsServiceGetTicketRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TicketsServiceGetTicketRequestMultiError) Error ¶ added in v0.1.36
func (m TicketsServiceGetTicketRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TicketsServiceGetTicketRequestValidationError ¶ added in v0.1.36
type TicketsServiceGetTicketRequestValidationError struct {
// contains filtered or unexported fields
}
TicketsServiceGetTicketRequestValidationError is the validation error returned by TicketsServiceGetTicketRequest.Validate if the designated constraints aren't met.
func (TicketsServiceGetTicketRequestValidationError) Cause ¶ added in v0.1.36
func (e TicketsServiceGetTicketRequestValidationError) Cause() error
Cause function returns cause value.
func (TicketsServiceGetTicketRequestValidationError) Error ¶ added in v0.1.36
func (e TicketsServiceGetTicketRequestValidationError) Error() string
Error satisfies the builtin error interface
func (TicketsServiceGetTicketRequestValidationError) ErrorName ¶ added in v0.1.36
func (e TicketsServiceGetTicketRequestValidationError) ErrorName() string
ErrorName returns error name.
func (TicketsServiceGetTicketRequestValidationError) Field ¶ added in v0.1.36
func (e TicketsServiceGetTicketRequestValidationError) Field() string
Field function returns field value.
func (TicketsServiceGetTicketRequestValidationError) Key ¶ added in v0.1.36
func (e TicketsServiceGetTicketRequestValidationError) Key() bool
Key function returns key value.
func (TicketsServiceGetTicketRequestValidationError) Reason ¶ added in v0.1.36
func (e TicketsServiceGetTicketRequestValidationError) Reason() string
Reason function returns reason value.
type TicketsServiceGetTicketResponse ¶ added in v0.1.36
type TicketsServiceGetTicketResponse struct { Ticket *Ticket `protobuf:"bytes,1,opt,name=ticket,proto3" json:"ticket,omitempty"` Annotations []*anypb.Any `protobuf:"bytes,2,rep,name=annotations,proto3" json:"annotations,omitempty"` // contains filtered or unexported fields }
func (*TicketsServiceGetTicketResponse) Descriptor
deprecated
added in
v0.1.36
func (*TicketsServiceGetTicketResponse) Descriptor() ([]byte, []int)
Deprecated: Use TicketsServiceGetTicketResponse.ProtoReflect.Descriptor instead.
func (*TicketsServiceGetTicketResponse) GetAnnotations ¶ added in v0.1.36
func (x *TicketsServiceGetTicketResponse) GetAnnotations() []*anypb.Any
func (*TicketsServiceGetTicketResponse) GetTicket ¶ added in v0.1.36
func (x *TicketsServiceGetTicketResponse) GetTicket() *Ticket
func (*TicketsServiceGetTicketResponse) ProtoMessage ¶ added in v0.1.36
func (*TicketsServiceGetTicketResponse) ProtoMessage()
func (*TicketsServiceGetTicketResponse) ProtoReflect ¶ added in v0.1.36
func (x *TicketsServiceGetTicketResponse) ProtoReflect() protoreflect.Message
func (*TicketsServiceGetTicketResponse) Reset ¶ added in v0.1.36
func (x *TicketsServiceGetTicketResponse) Reset()
func (*TicketsServiceGetTicketResponse) String ¶ added in v0.1.36
func (x *TicketsServiceGetTicketResponse) String() string
func (*TicketsServiceGetTicketResponse) Validate ¶ added in v0.1.36
func (m *TicketsServiceGetTicketResponse) Validate() error
Validate checks the field values on TicketsServiceGetTicketResponse 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 (*TicketsServiceGetTicketResponse) ValidateAll ¶ added in v0.1.36
func (m *TicketsServiceGetTicketResponse) ValidateAll() error
ValidateAll checks the field values on TicketsServiceGetTicketResponse 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 TicketsServiceGetTicketResponseMultiError, or nil if none found.
type TicketsServiceGetTicketResponseMultiError ¶ added in v0.1.36
type TicketsServiceGetTicketResponseMultiError []error
TicketsServiceGetTicketResponseMultiError is an error wrapping multiple validation errors returned by TicketsServiceGetTicketResponse.ValidateAll() if the designated constraints aren't met.
func (TicketsServiceGetTicketResponseMultiError) AllErrors ¶ added in v0.1.36
func (m TicketsServiceGetTicketResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TicketsServiceGetTicketResponseMultiError) Error ¶ added in v0.1.36
func (m TicketsServiceGetTicketResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TicketsServiceGetTicketResponseValidationError ¶ added in v0.1.36
type TicketsServiceGetTicketResponseValidationError struct {
// contains filtered or unexported fields
}
TicketsServiceGetTicketResponseValidationError is the validation error returned by TicketsServiceGetTicketResponse.Validate if the designated constraints aren't met.
func (TicketsServiceGetTicketResponseValidationError) Cause ¶ added in v0.1.36
func (e TicketsServiceGetTicketResponseValidationError) Cause() error
Cause function returns cause value.
func (TicketsServiceGetTicketResponseValidationError) Error ¶ added in v0.1.36
func (e TicketsServiceGetTicketResponseValidationError) Error() string
Error satisfies the builtin error interface
func (TicketsServiceGetTicketResponseValidationError) ErrorName ¶ added in v0.1.36
func (e TicketsServiceGetTicketResponseValidationError) ErrorName() string
ErrorName returns error name.
func (TicketsServiceGetTicketResponseValidationError) Field ¶ added in v0.1.36
func (e TicketsServiceGetTicketResponseValidationError) Field() string
Field function returns field value.
func (TicketsServiceGetTicketResponseValidationError) Key ¶ added in v0.1.36
func (e TicketsServiceGetTicketResponseValidationError) Key() bool
Key function returns key value.
func (TicketsServiceGetTicketResponseValidationError) Reason ¶ added in v0.1.36
func (e TicketsServiceGetTicketResponseValidationError) Reason() string
Reason function returns reason value.
type TicketsServiceGetTicketSchemaRequest ¶ added in v0.1.36
type TicketsServiceGetTicketSchemaRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Annotations []*anypb.Any `protobuf:"bytes,2,rep,name=annotations,proto3" json:"annotations,omitempty"` // contains filtered or unexported fields }
func (*TicketsServiceGetTicketSchemaRequest) Descriptor
deprecated
added in
v0.1.36
func (*TicketsServiceGetTicketSchemaRequest) Descriptor() ([]byte, []int)
Deprecated: Use TicketsServiceGetTicketSchemaRequest.ProtoReflect.Descriptor instead.
func (*TicketsServiceGetTicketSchemaRequest) GetAnnotations ¶ added in v0.1.36
func (x *TicketsServiceGetTicketSchemaRequest) GetAnnotations() []*anypb.Any
func (*TicketsServiceGetTicketSchemaRequest) GetId ¶ added in v0.1.36
func (x *TicketsServiceGetTicketSchemaRequest) GetId() string
func (*TicketsServiceGetTicketSchemaRequest) ProtoMessage ¶ added in v0.1.36
func (*TicketsServiceGetTicketSchemaRequest) ProtoMessage()
func (*TicketsServiceGetTicketSchemaRequest) ProtoReflect ¶ added in v0.1.36
func (x *TicketsServiceGetTicketSchemaRequest) ProtoReflect() protoreflect.Message
func (*TicketsServiceGetTicketSchemaRequest) Reset ¶ added in v0.1.36
func (x *TicketsServiceGetTicketSchemaRequest) Reset()
func (*TicketsServiceGetTicketSchemaRequest) String ¶ added in v0.1.36
func (x *TicketsServiceGetTicketSchemaRequest) String() string
func (*TicketsServiceGetTicketSchemaRequest) Validate ¶ added in v0.1.36
func (m *TicketsServiceGetTicketSchemaRequest) Validate() error
Validate checks the field values on TicketsServiceGetTicketSchemaRequest 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 (*TicketsServiceGetTicketSchemaRequest) ValidateAll ¶ added in v0.1.36
func (m *TicketsServiceGetTicketSchemaRequest) ValidateAll() error
ValidateAll checks the field values on TicketsServiceGetTicketSchemaRequest 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 TicketsServiceGetTicketSchemaRequestMultiError, or nil if none found.
type TicketsServiceGetTicketSchemaRequestMultiError ¶ added in v0.1.36
type TicketsServiceGetTicketSchemaRequestMultiError []error
TicketsServiceGetTicketSchemaRequestMultiError is an error wrapping multiple validation errors returned by TicketsServiceGetTicketSchemaRequest.ValidateAll() if the designated constraints aren't met.
func (TicketsServiceGetTicketSchemaRequestMultiError) AllErrors ¶ added in v0.1.36
func (m TicketsServiceGetTicketSchemaRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TicketsServiceGetTicketSchemaRequestMultiError) Error ¶ added in v0.1.36
func (m TicketsServiceGetTicketSchemaRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TicketsServiceGetTicketSchemaRequestValidationError ¶ added in v0.1.36
type TicketsServiceGetTicketSchemaRequestValidationError struct {
// contains filtered or unexported fields
}
TicketsServiceGetTicketSchemaRequestValidationError is the validation error returned by TicketsServiceGetTicketSchemaRequest.Validate if the designated constraints aren't met.
func (TicketsServiceGetTicketSchemaRequestValidationError) Cause ¶ added in v0.1.36
func (e TicketsServiceGetTicketSchemaRequestValidationError) Cause() error
Cause function returns cause value.
func (TicketsServiceGetTicketSchemaRequestValidationError) Error ¶ added in v0.1.36
func (e TicketsServiceGetTicketSchemaRequestValidationError) Error() string
Error satisfies the builtin error interface
func (TicketsServiceGetTicketSchemaRequestValidationError) ErrorName ¶ added in v0.1.36
func (e TicketsServiceGetTicketSchemaRequestValidationError) ErrorName() string
ErrorName returns error name.
func (TicketsServiceGetTicketSchemaRequestValidationError) Field ¶ added in v0.1.36
func (e TicketsServiceGetTicketSchemaRequestValidationError) Field() string
Field function returns field value.
func (TicketsServiceGetTicketSchemaRequestValidationError) Key ¶ added in v0.1.36
func (e TicketsServiceGetTicketSchemaRequestValidationError) Key() bool
Key function returns key value.
func (TicketsServiceGetTicketSchemaRequestValidationError) Reason ¶ added in v0.1.36
func (e TicketsServiceGetTicketSchemaRequestValidationError) Reason() string
Reason function returns reason value.
type TicketsServiceGetTicketSchemaResponse ¶ added in v0.1.36
type TicketsServiceGetTicketSchemaResponse struct { Schema *TicketSchema `protobuf:"bytes,1,opt,name=schema,proto3" json:"schema,omitempty"` Annotations []*anypb.Any `protobuf:"bytes,2,rep,name=annotations,proto3" json:"annotations,omitempty"` // contains filtered or unexported fields }
func (*TicketsServiceGetTicketSchemaResponse) Descriptor
deprecated
added in
v0.1.36
func (*TicketsServiceGetTicketSchemaResponse) Descriptor() ([]byte, []int)
Deprecated: Use TicketsServiceGetTicketSchemaResponse.ProtoReflect.Descriptor instead.
func (*TicketsServiceGetTicketSchemaResponse) GetAnnotations ¶ added in v0.1.36
func (x *TicketsServiceGetTicketSchemaResponse) GetAnnotations() []*anypb.Any
func (*TicketsServiceGetTicketSchemaResponse) GetSchema ¶ added in v0.1.36
func (x *TicketsServiceGetTicketSchemaResponse) GetSchema() *TicketSchema
func (*TicketsServiceGetTicketSchemaResponse) ProtoMessage ¶ added in v0.1.36
func (*TicketsServiceGetTicketSchemaResponse) ProtoMessage()
func (*TicketsServiceGetTicketSchemaResponse) ProtoReflect ¶ added in v0.1.36
func (x *TicketsServiceGetTicketSchemaResponse) ProtoReflect() protoreflect.Message
func (*TicketsServiceGetTicketSchemaResponse) Reset ¶ added in v0.1.36
func (x *TicketsServiceGetTicketSchemaResponse) Reset()
func (*TicketsServiceGetTicketSchemaResponse) String ¶ added in v0.1.36
func (x *TicketsServiceGetTicketSchemaResponse) String() string
func (*TicketsServiceGetTicketSchemaResponse) Validate ¶ added in v0.1.36
func (m *TicketsServiceGetTicketSchemaResponse) Validate() error
Validate checks the field values on TicketsServiceGetTicketSchemaResponse 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 (*TicketsServiceGetTicketSchemaResponse) ValidateAll ¶ added in v0.1.36
func (m *TicketsServiceGetTicketSchemaResponse) ValidateAll() error
ValidateAll checks the field values on TicketsServiceGetTicketSchemaResponse 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 TicketsServiceGetTicketSchemaResponseMultiError, or nil if none found.
type TicketsServiceGetTicketSchemaResponseMultiError ¶ added in v0.1.36
type TicketsServiceGetTicketSchemaResponseMultiError []error
TicketsServiceGetTicketSchemaResponseMultiError is an error wrapping multiple validation errors returned by TicketsServiceGetTicketSchemaResponse.ValidateAll() if the designated constraints aren't met.
func (TicketsServiceGetTicketSchemaResponseMultiError) AllErrors ¶ added in v0.1.36
func (m TicketsServiceGetTicketSchemaResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TicketsServiceGetTicketSchemaResponseMultiError) Error ¶ added in v0.1.36
func (m TicketsServiceGetTicketSchemaResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TicketsServiceGetTicketSchemaResponseValidationError ¶ added in v0.1.36
type TicketsServiceGetTicketSchemaResponseValidationError struct {
// contains filtered or unexported fields
}
TicketsServiceGetTicketSchemaResponseValidationError is the validation error returned by TicketsServiceGetTicketSchemaResponse.Validate if the designated constraints aren't met.
func (TicketsServiceGetTicketSchemaResponseValidationError) Cause ¶ added in v0.1.36
func (e TicketsServiceGetTicketSchemaResponseValidationError) Cause() error
Cause function returns cause value.
func (TicketsServiceGetTicketSchemaResponseValidationError) Error ¶ added in v0.1.36
func (e TicketsServiceGetTicketSchemaResponseValidationError) Error() string
Error satisfies the builtin error interface
func (TicketsServiceGetTicketSchemaResponseValidationError) ErrorName ¶ added in v0.1.36
func (e TicketsServiceGetTicketSchemaResponseValidationError) ErrorName() string
ErrorName returns error name.
func (TicketsServiceGetTicketSchemaResponseValidationError) Field ¶ added in v0.1.36
func (e TicketsServiceGetTicketSchemaResponseValidationError) Field() string
Field function returns field value.
func (TicketsServiceGetTicketSchemaResponseValidationError) Key ¶ added in v0.1.36
func (e TicketsServiceGetTicketSchemaResponseValidationError) Key() bool
Key function returns key value.
func (TicketsServiceGetTicketSchemaResponseValidationError) Reason ¶ added in v0.1.36
func (e TicketsServiceGetTicketSchemaResponseValidationError) Reason() string
Reason function returns reason value.
type TicketsServiceListTicketSchemasRequest ¶ added in v0.1.36
type TicketsServiceListTicketSchemasRequest struct { PageSize uint32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` Annotations []*anypb.Any `protobuf:"bytes,3,rep,name=annotations,proto3" json:"annotations,omitempty"` // contains filtered or unexported fields }
func (*TicketsServiceListTicketSchemasRequest) Descriptor
deprecated
added in
v0.1.36
func (*TicketsServiceListTicketSchemasRequest) Descriptor() ([]byte, []int)
Deprecated: Use TicketsServiceListTicketSchemasRequest.ProtoReflect.Descriptor instead.
func (*TicketsServiceListTicketSchemasRequest) GetAnnotations ¶ added in v0.1.36
func (x *TicketsServiceListTicketSchemasRequest) GetAnnotations() []*anypb.Any
func (*TicketsServiceListTicketSchemasRequest) GetPageSize ¶ added in v0.1.36
func (x *TicketsServiceListTicketSchemasRequest) GetPageSize() uint32
func (*TicketsServiceListTicketSchemasRequest) GetPageToken ¶ added in v0.1.36
func (x *TicketsServiceListTicketSchemasRequest) GetPageToken() string
func (*TicketsServiceListTicketSchemasRequest) ProtoMessage ¶ added in v0.1.36
func (*TicketsServiceListTicketSchemasRequest) ProtoMessage()
func (*TicketsServiceListTicketSchemasRequest) ProtoReflect ¶ added in v0.1.36
func (x *TicketsServiceListTicketSchemasRequest) ProtoReflect() protoreflect.Message
func (*TicketsServiceListTicketSchemasRequest) Reset ¶ added in v0.1.36
func (x *TicketsServiceListTicketSchemasRequest) Reset()
func (*TicketsServiceListTicketSchemasRequest) String ¶ added in v0.1.36
func (x *TicketsServiceListTicketSchemasRequest) String() string
func (*TicketsServiceListTicketSchemasRequest) Validate ¶ added in v0.1.36
func (m *TicketsServiceListTicketSchemasRequest) Validate() error
Validate checks the field values on TicketsServiceListTicketSchemasRequest 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 (*TicketsServiceListTicketSchemasRequest) ValidateAll ¶ added in v0.1.36
func (m *TicketsServiceListTicketSchemasRequest) ValidateAll() error
ValidateAll checks the field values on TicketsServiceListTicketSchemasRequest 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 TicketsServiceListTicketSchemasRequestMultiError, or nil if none found.
type TicketsServiceListTicketSchemasRequestMultiError ¶ added in v0.1.36
type TicketsServiceListTicketSchemasRequestMultiError []error
TicketsServiceListTicketSchemasRequestMultiError is an error wrapping multiple validation errors returned by TicketsServiceListTicketSchemasRequest.ValidateAll() if the designated constraints aren't met.
func (TicketsServiceListTicketSchemasRequestMultiError) AllErrors ¶ added in v0.1.36
func (m TicketsServiceListTicketSchemasRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TicketsServiceListTicketSchemasRequestMultiError) Error ¶ added in v0.1.36
func (m TicketsServiceListTicketSchemasRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TicketsServiceListTicketSchemasRequestValidationError ¶ added in v0.1.36
type TicketsServiceListTicketSchemasRequestValidationError struct {
// contains filtered or unexported fields
}
TicketsServiceListTicketSchemasRequestValidationError is the validation error returned by TicketsServiceListTicketSchemasRequest.Validate if the designated constraints aren't met.
func (TicketsServiceListTicketSchemasRequestValidationError) Cause ¶ added in v0.1.36
func (e TicketsServiceListTicketSchemasRequestValidationError) Cause() error
Cause function returns cause value.
func (TicketsServiceListTicketSchemasRequestValidationError) Error ¶ added in v0.1.36
func (e TicketsServiceListTicketSchemasRequestValidationError) Error() string
Error satisfies the builtin error interface
func (TicketsServiceListTicketSchemasRequestValidationError) ErrorName ¶ added in v0.1.36
func (e TicketsServiceListTicketSchemasRequestValidationError) ErrorName() string
ErrorName returns error name.
func (TicketsServiceListTicketSchemasRequestValidationError) Field ¶ added in v0.1.36
func (e TicketsServiceListTicketSchemasRequestValidationError) Field() string
Field function returns field value.
func (TicketsServiceListTicketSchemasRequestValidationError) Key ¶ added in v0.1.36
func (e TicketsServiceListTicketSchemasRequestValidationError) Key() bool
Key function returns key value.
func (TicketsServiceListTicketSchemasRequestValidationError) Reason ¶ added in v0.1.36
func (e TicketsServiceListTicketSchemasRequestValidationError) Reason() string
Reason function returns reason value.
type TicketsServiceListTicketSchemasResponse ¶ added in v0.1.36
type TicketsServiceListTicketSchemasResponse struct { List []*TicketSchema `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 (*TicketsServiceListTicketSchemasResponse) Descriptor
deprecated
added in
v0.1.36
func (*TicketsServiceListTicketSchemasResponse) Descriptor() ([]byte, []int)
Deprecated: Use TicketsServiceListTicketSchemasResponse.ProtoReflect.Descriptor instead.
func (*TicketsServiceListTicketSchemasResponse) GetAnnotations ¶ added in v0.1.36
func (x *TicketsServiceListTicketSchemasResponse) GetAnnotations() []*anypb.Any
func (*TicketsServiceListTicketSchemasResponse) GetList ¶ added in v0.1.36
func (x *TicketsServiceListTicketSchemasResponse) GetList() []*TicketSchema
func (*TicketsServiceListTicketSchemasResponse) GetNextPageToken ¶ added in v0.1.36
func (x *TicketsServiceListTicketSchemasResponse) GetNextPageToken() string
func (*TicketsServiceListTicketSchemasResponse) ProtoMessage ¶ added in v0.1.36
func (*TicketsServiceListTicketSchemasResponse) ProtoMessage()
func (*TicketsServiceListTicketSchemasResponse) ProtoReflect ¶ added in v0.1.36
func (x *TicketsServiceListTicketSchemasResponse) ProtoReflect() protoreflect.Message
func (*TicketsServiceListTicketSchemasResponse) Reset ¶ added in v0.1.36
func (x *TicketsServiceListTicketSchemasResponse) Reset()
func (*TicketsServiceListTicketSchemasResponse) String ¶ added in v0.1.36
func (x *TicketsServiceListTicketSchemasResponse) String() string
func (*TicketsServiceListTicketSchemasResponse) Validate ¶ added in v0.1.36
func (m *TicketsServiceListTicketSchemasResponse) Validate() error
Validate checks the field values on TicketsServiceListTicketSchemasResponse 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 (*TicketsServiceListTicketSchemasResponse) ValidateAll ¶ added in v0.1.36
func (m *TicketsServiceListTicketSchemasResponse) ValidateAll() error
ValidateAll checks the field values on TicketsServiceListTicketSchemasResponse 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 TicketsServiceListTicketSchemasResponseMultiError, or nil if none found.
type TicketsServiceListTicketSchemasResponseMultiError ¶ added in v0.1.36
type TicketsServiceListTicketSchemasResponseMultiError []error
TicketsServiceListTicketSchemasResponseMultiError is an error wrapping multiple validation errors returned by TicketsServiceListTicketSchemasResponse.ValidateAll() if the designated constraints aren't met.
func (TicketsServiceListTicketSchemasResponseMultiError) AllErrors ¶ added in v0.1.36
func (m TicketsServiceListTicketSchemasResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TicketsServiceListTicketSchemasResponseMultiError) Error ¶ added in v0.1.36
func (m TicketsServiceListTicketSchemasResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TicketsServiceListTicketSchemasResponseValidationError ¶ added in v0.1.36
type TicketsServiceListTicketSchemasResponseValidationError struct {
// contains filtered or unexported fields
}
TicketsServiceListTicketSchemasResponseValidationError is the validation error returned by TicketsServiceListTicketSchemasResponse.Validate if the designated constraints aren't met.
func (TicketsServiceListTicketSchemasResponseValidationError) Cause ¶ added in v0.1.36
func (e TicketsServiceListTicketSchemasResponseValidationError) Cause() error
Cause function returns cause value.
func (TicketsServiceListTicketSchemasResponseValidationError) Error ¶ added in v0.1.36
func (e TicketsServiceListTicketSchemasResponseValidationError) Error() string
Error satisfies the builtin error interface
func (TicketsServiceListTicketSchemasResponseValidationError) ErrorName ¶ added in v0.1.36
func (e TicketsServiceListTicketSchemasResponseValidationError) ErrorName() string
ErrorName returns error name.
func (TicketsServiceListTicketSchemasResponseValidationError) Field ¶ added in v0.1.36
func (e TicketsServiceListTicketSchemasResponseValidationError) Field() string
Field function returns field value.
func (TicketsServiceListTicketSchemasResponseValidationError) Key ¶ added in v0.1.36
func (e TicketsServiceListTicketSchemasResponseValidationError) Key() bool
Key function returns key value.
func (TicketsServiceListTicketSchemasResponseValidationError) Reason ¶ added in v0.1.36
func (e TicketsServiceListTicketSchemasResponseValidationError) Reason() string
Reason function returns reason value.
type TicketsServiceServer ¶ added in v0.1.36
type TicketsServiceServer interface { CreateTicket(context.Context, *TicketsServiceCreateTicketRequest) (*TicketsServiceCreateTicketResponse, error) GetTicket(context.Context, *TicketsServiceGetTicketRequest) (*TicketsServiceGetTicketResponse, error) ListTicketSchemas(context.Context, *TicketsServiceListTicketSchemasRequest) (*TicketsServiceListTicketSchemasResponse, error) GetTicketSchema(context.Context, *TicketsServiceGetTicketSchemaRequest) (*TicketsServiceGetTicketSchemaResponse, error) }
TicketsServiceServer is the server API for TicketsService service. All implementations should embed UnimplementedTicketsServiceServer for forward compatibility
type UnimplementedAccountManagerServiceServer ¶ added in v0.1.15
type UnimplementedAccountManagerServiceServer struct { }
UnimplementedAccountManagerServiceServer should be embedded to have forward compatible implementations.
func (UnimplementedAccountManagerServiceServer) CreateAccount ¶ added in v0.1.15
func (UnimplementedAccountManagerServiceServer) CreateAccount(context.Context, *CreateAccountRequest) (*CreateAccountResponse, error)
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 UnimplementedCredentialManagerServiceServer ¶ added in v0.1.15
type UnimplementedCredentialManagerServiceServer struct { }
UnimplementedCredentialManagerServiceServer should be embedded to have forward compatible implementations.
func (UnimplementedCredentialManagerServiceServer) RotateCredential ¶ added in v0.1.15
func (UnimplementedCredentialManagerServiceServer) RotateCredential(context.Context, *RotateCredentialRequest) (*RotateCredentialResponse, 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 UnimplementedEventServiceServer ¶ added in v0.1.16
type UnimplementedEventServiceServer struct { }
UnimplementedEventServiceServer should be embedded to have forward compatible implementations.
func (UnimplementedEventServiceServer) ListEvents ¶ added in v0.1.16
func (UnimplementedEventServiceServer) ListEvents(context.Context, *ListEventsRequest) (*ListEventsResponse, 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 UnimplementedResourceManagerServiceServer ¶ added in v0.1.15
type UnimplementedResourceManagerServiceServer struct { }
UnimplementedResourceManagerServiceServer should be embedded to have forward compatible implementations.
func (UnimplementedResourceManagerServiceServer) CreateResource ¶ added in v0.1.15
func (UnimplementedResourceManagerServiceServer) CreateResource(context.Context, *CreateResourceRequest) (*CreateResourceResponse, error)
func (UnimplementedResourceManagerServiceServer) DeleteResource ¶ added in v0.1.15
func (UnimplementedResourceManagerServiceServer) DeleteResource(context.Context, *DeleteResourceRequest) (*DeleteResourceResponse, 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 UnimplementedTicketsServiceServer ¶ added in v0.1.36
type UnimplementedTicketsServiceServer struct { }
UnimplementedTicketsServiceServer should be embedded to have forward compatible implementations.
func (UnimplementedTicketsServiceServer) CreateTicket ¶ added in v0.1.36
func (UnimplementedTicketsServiceServer) CreateTicket(context.Context, *TicketsServiceCreateTicketRequest) (*TicketsServiceCreateTicketResponse, error)
func (UnimplementedTicketsServiceServer) GetTicket ¶ added in v0.1.36
func (UnimplementedTicketsServiceServer) GetTicket(context.Context, *TicketsServiceGetTicketRequest) (*TicketsServiceGetTicketResponse, error)
func (UnimplementedTicketsServiceServer) GetTicketSchema ¶ added in v0.1.36
func (UnimplementedTicketsServiceServer) GetTicketSchema(context.Context, *TicketsServiceGetTicketSchemaRequest) (*TicketsServiceGetTicketSchemaResponse, error)
func (UnimplementedTicketsServiceServer) ListTicketSchemas ¶ added in v0.1.36
func (UnimplementedTicketsServiceServer) ListTicketSchemas(context.Context, *TicketsServiceListTicketSchemasRequest) (*TicketsServiceListTicketSchemasResponse, error)
type UnsafeAccountManagerServiceServer ¶ added in v0.1.15
type UnsafeAccountManagerServiceServer interface {
// contains filtered or unexported methods
}
UnsafeAccountManagerServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AccountManagerServiceServer will result in compilation errors.
type UnsafeAssetServiceServer ¶
type UnsafeAssetServiceServer interface {
// contains filtered or unexported methods
}
UnsafeAssetServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AssetServiceServer will result in compilation errors.
type UnsafeConnectorServiceServer ¶
type UnsafeConnectorServiceServer interface {
// contains filtered or unexported methods
}
UnsafeConnectorServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ConnectorServiceServer will result in compilation errors.
type UnsafeCredentialManagerServiceServer ¶ added in v0.1.15
type UnsafeCredentialManagerServiceServer interface {
// contains filtered or unexported methods
}
UnsafeCredentialManagerServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to CredentialManagerServiceServer will result in compilation errors.
type UnsafeEntitlementsServiceServer ¶
type UnsafeEntitlementsServiceServer interface {
// contains filtered or unexported methods
}
UnsafeEntitlementsServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to EntitlementsServiceServer will result in compilation errors.
type UnsafeEventServiceServer ¶ added in v0.1.16
type UnsafeEventServiceServer interface {
// contains filtered or unexported methods
}
UnsafeEventServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to EventServiceServer will result in compilation errors.
type UnsafeGrantManagerServiceServer ¶
type UnsafeGrantManagerServiceServer interface {
// contains filtered or unexported methods
}
UnsafeGrantManagerServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to GrantManagerServiceServer will result in compilation errors.
type UnsafeGrantsServiceServer ¶
type UnsafeGrantsServiceServer interface {
// contains filtered or unexported methods
}
UnsafeGrantsServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to GrantsServiceServer will result in compilation errors.
type UnsafeResourceManagerServiceServer ¶ added in v0.1.15
type UnsafeResourceManagerServiceServer interface {
// contains filtered or unexported methods
}
UnsafeResourceManagerServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ResourceManagerServiceServer will result in compilation errors.
type UnsafeResourceTypesServiceServer ¶
type UnsafeResourceTypesServiceServer interface {
// contains filtered or unexported methods
}
UnsafeResourceTypesServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ResourceTypesServiceServer will result in compilation errors.
type UnsafeResourcesServiceServer ¶
type UnsafeResourcesServiceServer interface {
// contains filtered or unexported methods
}
UnsafeResourcesServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ResourcesServiceServer will result in compilation errors.
type UnsafeSchemaServiceServer ¶
type UnsafeSchemaServiceServer interface {
// contains filtered or unexported methods
}
UnsafeSchemaServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SchemaServiceServer will result in compilation errors.
type UnsafeTicketsServiceServer ¶ added in v0.1.36
type UnsafeTicketsServiceServer interface {
// contains filtered or unexported methods
}
UnsafeTicketsServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to TicketsServiceServer will result in compilation errors.
type UsageEvent ¶ added in v0.1.16
type UsageEvent struct { TargetResource *Resource `protobuf:"bytes,1,opt,name=target_resource,json=targetResource,proto3" json:"target_resource,omitempty"` ActorResource *Resource `protobuf:"bytes,2,opt,name=actor_resource,json=actorResource,proto3" json:"actor_resource,omitempty"` // contains filtered or unexported fields }
func (*UsageEvent) Descriptor
deprecated
added in
v0.1.16
func (*UsageEvent) Descriptor() ([]byte, []int)
Deprecated: Use UsageEvent.ProtoReflect.Descriptor instead.
func (*UsageEvent) GetActorResource ¶ added in v0.1.16
func (x *UsageEvent) GetActorResource() *Resource
func (*UsageEvent) GetTargetResource ¶ added in v0.1.16
func (x *UsageEvent) GetTargetResource() *Resource
func (*UsageEvent) ProtoMessage ¶ added in v0.1.16
func (*UsageEvent) ProtoMessage()
func (*UsageEvent) ProtoReflect ¶ added in v0.1.16
func (x *UsageEvent) ProtoReflect() protoreflect.Message
func (*UsageEvent) Reset ¶ added in v0.1.16
func (x *UsageEvent) Reset()
func (*UsageEvent) String ¶ added in v0.1.16
func (x *UsageEvent) String() string
func (*UsageEvent) Validate ¶ added in v0.1.16
func (m *UsageEvent) Validate() error
Validate checks the field values on UsageEvent with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UsageEvent) ValidateAll ¶ added in v0.1.16
func (m *UsageEvent) ValidateAll() error
ValidateAll checks the field values on UsageEvent with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UsageEventMultiError, or nil if none found.
type UsageEventMultiError ¶ added in v0.1.16
type UsageEventMultiError []error
UsageEventMultiError is an error wrapping multiple validation errors returned by UsageEvent.ValidateAll() if the designated constraints aren't met.
func (UsageEventMultiError) AllErrors ¶ added in v0.1.16
func (m UsageEventMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UsageEventMultiError) Error ¶ added in v0.1.16
func (m UsageEventMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UsageEventValidationError ¶ added in v0.1.16
type UsageEventValidationError struct {
// contains filtered or unexported fields
}
UsageEventValidationError is the validation error returned by UsageEvent.Validate if the designated constraints aren't met.
func (UsageEventValidationError) Cause ¶ added in v0.1.16
func (e UsageEventValidationError) Cause() error
Cause function returns cause value.
func (UsageEventValidationError) Error ¶ added in v0.1.16
func (e UsageEventValidationError) Error() string
Error satisfies the builtin error interface
func (UsageEventValidationError) ErrorName ¶ added in v0.1.16
func (e UsageEventValidationError) ErrorName() string
ErrorName returns error name.
func (UsageEventValidationError) Field ¶ added in v0.1.16
func (e UsageEventValidationError) Field() string
Field function returns field value.
func (UsageEventValidationError) Key ¶ added in v0.1.16
func (e UsageEventValidationError) Key() bool
Key function returns key value.
func (UsageEventValidationError) Reason ¶ added in v0.1.16
func (e UsageEventValidationError) Reason() string
Reason function returns reason value.
type UserTrait ¶
type UserTrait struct { Emails []*UserTrait_Email `protobuf:"bytes,1,rep,name=emails,proto3" json:"emails,omitempty"` Status *UserTrait_Status `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"` Profile *structpb.Struct `protobuf:"bytes,3,opt,name=profile,proto3" json:"profile,omitempty"` Icon *AssetRef `protobuf:"bytes,4,opt,name=icon,proto3" json:"icon,omitempty"` AccountType UserTrait_AccountType `` /* 138-byte string literal not displayed */ // The user's login Login string `protobuf:"bytes,6,opt,name=login,proto3" json:"login,omitempty"` // Any additional login aliases for the user LoginAliases []string `protobuf:"bytes,7,rep,name=login_aliases,json=loginAliases,proto3" json:"login_aliases,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` LastLogin *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=last_login,json=lastLogin,proto3" json:"last_login,omitempty"` MfaStatus *UserTrait_MFAStatus `protobuf:"bytes,10,opt,name=mfa_status,json=mfaStatus,proto3" json:"mfa_status,omitempty"` SsoStatus *UserTrait_SSOStatus `protobuf:"bytes,11,opt,name=sso_status,json=ssoStatus,proto3" json:"sso_status,omitempty"` // contains filtered or unexported fields }
func (*UserTrait) Descriptor
deprecated
func (*UserTrait) GetAccountType ¶ added in v0.0.18
func (x *UserTrait) GetAccountType() UserTrait_AccountType
func (*UserTrait) GetCreatedAt ¶ added in v0.1.14
func (x *UserTrait) GetCreatedAt() *timestamppb.Timestamp
func (*UserTrait) GetEmails ¶
func (x *UserTrait) GetEmails() []*UserTrait_Email
func (*UserTrait) GetLastLogin ¶ added in v0.1.14
func (x *UserTrait) GetLastLogin() *timestamppb.Timestamp
func (*UserTrait) GetLoginAliases ¶ added in v0.1.7
func (*UserTrait) GetMfaStatus ¶ added in v0.1.14
func (x *UserTrait) GetMfaStatus() *UserTrait_MFAStatus
func (*UserTrait) GetProfile ¶
func (*UserTrait) GetSsoStatus ¶ added in v0.1.14
func (x *UserTrait) GetSsoStatus() *UserTrait_SSOStatus
func (*UserTrait) GetStatus ¶
func (x *UserTrait) GetStatus() *UserTrait_Status
func (*UserTrait) ProtoMessage ¶
func (*UserTrait) ProtoMessage()
func (*UserTrait) ProtoReflect ¶
func (x *UserTrait) ProtoReflect() protoreflect.Message
func (*UserTrait) 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_MFAStatus ¶ added in v0.1.14
type UserTrait_MFAStatus struct { MfaEnabled bool `protobuf:"varint,1,opt,name=mfa_enabled,json=mfaEnabled,proto3" json:"mfa_enabled,omitempty"` // contains filtered or unexported fields }
func (*UserTrait_MFAStatus) Descriptor
deprecated
added in
v0.1.14
func (*UserTrait_MFAStatus) Descriptor() ([]byte, []int)
Deprecated: Use UserTrait_MFAStatus.ProtoReflect.Descriptor instead.
func (*UserTrait_MFAStatus) GetMfaEnabled ¶ added in v0.1.14
func (x *UserTrait_MFAStatus) GetMfaEnabled() bool
func (*UserTrait_MFAStatus) ProtoMessage ¶ added in v0.1.14
func (*UserTrait_MFAStatus) ProtoMessage()
func (*UserTrait_MFAStatus) ProtoReflect ¶ added in v0.1.14
func (x *UserTrait_MFAStatus) ProtoReflect() protoreflect.Message
func (*UserTrait_MFAStatus) Reset ¶ added in v0.1.14
func (x *UserTrait_MFAStatus) Reset()
func (*UserTrait_MFAStatus) String ¶ added in v0.1.14
func (x *UserTrait_MFAStatus) String() string
func (*UserTrait_MFAStatus) Validate ¶ added in v0.1.14
func (m *UserTrait_MFAStatus) Validate() error
Validate checks the field values on UserTrait_MFAStatus with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UserTrait_MFAStatus) ValidateAll ¶ added in v0.1.14
func (m *UserTrait_MFAStatus) ValidateAll() error
ValidateAll checks the field values on UserTrait_MFAStatus with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UserTrait_MFAStatusMultiError, or nil if none found.
type UserTrait_MFAStatusMultiError ¶ added in v0.1.14
type UserTrait_MFAStatusMultiError []error
UserTrait_MFAStatusMultiError is an error wrapping multiple validation errors returned by UserTrait_MFAStatus.ValidateAll() if the designated constraints aren't met.
func (UserTrait_MFAStatusMultiError) AllErrors ¶ added in v0.1.14
func (m UserTrait_MFAStatusMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UserTrait_MFAStatusMultiError) Error ¶ added in v0.1.14
func (m UserTrait_MFAStatusMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UserTrait_MFAStatusValidationError ¶ added in v0.1.14
type UserTrait_MFAStatusValidationError struct {
// contains filtered or unexported fields
}
UserTrait_MFAStatusValidationError is the validation error returned by UserTrait_MFAStatus.Validate if the designated constraints aren't met.
func (UserTrait_MFAStatusValidationError) Cause ¶ added in v0.1.14
func (e UserTrait_MFAStatusValidationError) Cause() error
Cause function returns cause value.
func (UserTrait_MFAStatusValidationError) Error ¶ added in v0.1.14
func (e UserTrait_MFAStatusValidationError) Error() string
Error satisfies the builtin error interface
func (UserTrait_MFAStatusValidationError) ErrorName ¶ added in v0.1.14
func (e UserTrait_MFAStatusValidationError) ErrorName() string
ErrorName returns error name.
func (UserTrait_MFAStatusValidationError) Field ¶ added in v0.1.14
func (e UserTrait_MFAStatusValidationError) Field() string
Field function returns field value.
func (UserTrait_MFAStatusValidationError) Key ¶ added in v0.1.14
func (e UserTrait_MFAStatusValidationError) Key() bool
Key function returns key value.
func (UserTrait_MFAStatusValidationError) Reason ¶ added in v0.1.14
func (e UserTrait_MFAStatusValidationError) Reason() string
Reason function returns reason value.
type UserTrait_SSOStatus ¶ added in v0.1.14
type UserTrait_SSOStatus struct { SsoEnabled bool `protobuf:"varint,1,opt,name=sso_enabled,json=ssoEnabled,proto3" json:"sso_enabled,omitempty"` // contains filtered or unexported fields }
func (*UserTrait_SSOStatus) Descriptor
deprecated
added in
v0.1.14
func (*UserTrait_SSOStatus) Descriptor() ([]byte, []int)
Deprecated: Use UserTrait_SSOStatus.ProtoReflect.Descriptor instead.
func (*UserTrait_SSOStatus) GetSsoEnabled ¶ added in v0.1.14
func (x *UserTrait_SSOStatus) GetSsoEnabled() bool
func (*UserTrait_SSOStatus) ProtoMessage ¶ added in v0.1.14
func (*UserTrait_SSOStatus) ProtoMessage()
func (*UserTrait_SSOStatus) ProtoReflect ¶ added in v0.1.14
func (x *UserTrait_SSOStatus) ProtoReflect() protoreflect.Message
func (*UserTrait_SSOStatus) Reset ¶ added in v0.1.14
func (x *UserTrait_SSOStatus) Reset()
func (*UserTrait_SSOStatus) String ¶ added in v0.1.14
func (x *UserTrait_SSOStatus) String() string
func (*UserTrait_SSOStatus) Validate ¶ added in v0.1.14
func (m *UserTrait_SSOStatus) Validate() error
Validate checks the field values on UserTrait_SSOStatus with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UserTrait_SSOStatus) ValidateAll ¶ added in v0.1.14
func (m *UserTrait_SSOStatus) ValidateAll() error
ValidateAll checks the field values on UserTrait_SSOStatus with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UserTrait_SSOStatusMultiError, or nil if none found.
type UserTrait_SSOStatusMultiError ¶ added in v0.1.14
type UserTrait_SSOStatusMultiError []error
UserTrait_SSOStatusMultiError is an error wrapping multiple validation errors returned by UserTrait_SSOStatus.ValidateAll() if the designated constraints aren't met.
func (UserTrait_SSOStatusMultiError) AllErrors ¶ added in v0.1.14
func (m UserTrait_SSOStatusMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UserTrait_SSOStatusMultiError) Error ¶ added in v0.1.14
func (m UserTrait_SSOStatusMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UserTrait_SSOStatusValidationError ¶ added in v0.1.14
type UserTrait_SSOStatusValidationError struct {
// contains filtered or unexported fields
}
UserTrait_SSOStatusValidationError is the validation error returned by UserTrait_SSOStatus.Validate if the designated constraints aren't met.
func (UserTrait_SSOStatusValidationError) Cause ¶ added in v0.1.14
func (e UserTrait_SSOStatusValidationError) Cause() error
Cause function returns cause value.
func (UserTrait_SSOStatusValidationError) Error ¶ added in v0.1.14
func (e UserTrait_SSOStatusValidationError) Error() string
Error satisfies the builtin error interface
func (UserTrait_SSOStatusValidationError) ErrorName ¶ added in v0.1.14
func (e UserTrait_SSOStatusValidationError) ErrorName() string
ErrorName returns error name.
func (UserTrait_SSOStatusValidationError) Field ¶ added in v0.1.14
func (e UserTrait_SSOStatusValidationError) Field() string
Field function returns field value.
func (UserTrait_SSOStatusValidationError) Key ¶ added in v0.1.14
func (e UserTrait_SSOStatusValidationError) Key() bool
Key function returns key value.
func (UserTrait_SSOStatusValidationError) Reason ¶ added in v0.1.14
func (e UserTrait_SSOStatusValidationError) 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_entitlement.pb.go
- annotation_entitlement.pb.validate.go
- annotation_etag.pb.go
- annotation_etag.pb.validate.go
- annotation_external_link.pb.go
- annotation_external_link.pb.validate.go
- annotation_external_ticket.pb.go
- annotation_external_ticket.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
- event_feed.pb.go
- event_feed.pb.validate.go
- event_feed_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
- ticket.pb.go
- ticket.pb.validate.go
- ticket_grpc.pb.go