Documentation ¶
Overview ¶
Package compassv1beta1 is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- Constants
- Variables
- func RegisterCompassServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterCompassServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client CompassServiceClient) error
- func RegisterCompassServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterCompassServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server CompassServiceServer) error
- func RegisterCompassServiceServer(s grpc.ServiceRegistrar, srv CompassServiceServer)
- type Asset
- func (*Asset) Descriptor() ([]byte, []int)deprecated
- func (x *Asset) GetChangelog() []*Change
- func (x *Asset) GetCreatedAt() *timestamppb.Timestamp
- func (x *Asset) GetData() *structpb.Struct
- func (x *Asset) GetDescription() string
- func (x *Asset) GetId() string
- func (x *Asset) GetLabels() map[string]string
- func (x *Asset) GetName() string
- func (x *Asset) GetOwners() []*User
- func (x *Asset) GetProbes() []*Probe
- func (x *Asset) GetService() string
- func (x *Asset) GetType() string
- func (x *Asset) GetUpdatedAt() *timestamppb.Timestamp
- func (x *Asset) GetUpdatedBy() *User
- func (x *Asset) GetUrl() string
- func (x *Asset) GetUrn() string
- func (x *Asset) GetVersion() string
- func (*Asset) ProtoMessage()
- func (x *Asset) ProtoReflect() protoreflect.Message
- func (x *Asset) Reset()
- func (x *Asset) String() string
- func (m *Asset) Validate() error
- func (m *Asset) ValidateAll() error
- type AssetGroup
- func (*AssetGroup) Descriptor() ([]byte, []int)deprecated
- func (x *AssetGroup) GetAssets() []*Asset
- func (x *AssetGroup) GetGroupFields() []*GroupField
- func (*AssetGroup) ProtoMessage()
- func (x *AssetGroup) ProtoReflect() protoreflect.Message
- func (x *AssetGroup) Reset()
- func (x *AssetGroup) String() string
- func (m *AssetGroup) Validate() error
- func (m *AssetGroup) ValidateAll() error
- type AssetGroupMultiError
- type AssetGroupValidationError
- type AssetMultiError
- type AssetValidationError
- type Change
- func (*Change) Descriptor() ([]byte, []int)deprecated
- func (x *Change) GetFrom() *structpb.Value
- func (x *Change) GetPath() []string
- func (x *Change) GetTo() *structpb.Value
- func (x *Change) GetType() string
- func (*Change) ProtoMessage()
- func (x *Change) ProtoReflect() protoreflect.Message
- func (x *Change) Reset()
- func (x *Change) String() string
- func (m *Change) Validate() error
- func (m *Change) ValidateAll() error
- type ChangeMultiError
- type ChangeValidationError
- type Comment
- func (*Comment) Descriptor() ([]byte, []int)deprecated
- func (x *Comment) GetBody() string
- func (x *Comment) GetCreatedAt() *timestamppb.Timestamp
- func (x *Comment) GetDiscussionId() string
- func (x *Comment) GetId() string
- func (x *Comment) GetOwner() *User
- func (x *Comment) GetUpdatedAt() *timestamppb.Timestamp
- func (x *Comment) GetUpdatedBy() *User
- func (*Comment) ProtoMessage()
- func (x *Comment) ProtoReflect() protoreflect.Message
- func (x *Comment) Reset()
- func (x *Comment) String() string
- func (m *Comment) Validate() error
- func (m *Comment) ValidateAll() error
- type CommentMultiError
- type CommentValidationError
- type CompassServiceClient
- type CompassServiceServer
- type CreateAssetProbeRequest
- func (*CreateAssetProbeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateAssetProbeRequest) GetAssetUrn() string
- func (x *CreateAssetProbeRequest) GetProbe() *CreateAssetProbeRequest_Probe
- func (*CreateAssetProbeRequest) ProtoMessage()
- func (x *CreateAssetProbeRequest) ProtoReflect() protoreflect.Message
- func (x *CreateAssetProbeRequest) Reset()
- func (x *CreateAssetProbeRequest) String() string
- func (m *CreateAssetProbeRequest) Validate() error
- func (m *CreateAssetProbeRequest) ValidateAll() error
- type CreateAssetProbeRequestMultiError
- type CreateAssetProbeRequestValidationError
- func (e CreateAssetProbeRequestValidationError) Cause() error
- func (e CreateAssetProbeRequestValidationError) Error() string
- func (e CreateAssetProbeRequestValidationError) ErrorName() string
- func (e CreateAssetProbeRequestValidationError) Field() string
- func (e CreateAssetProbeRequestValidationError) Key() bool
- func (e CreateAssetProbeRequestValidationError) Reason() string
- type CreateAssetProbeRequest_Probe
- func (*CreateAssetProbeRequest_Probe) Descriptor() ([]byte, []int)deprecated
- func (x *CreateAssetProbeRequest_Probe) GetId() string
- func (x *CreateAssetProbeRequest_Probe) GetMetadata() *structpb.Struct
- func (x *CreateAssetProbeRequest_Probe) GetStatus() string
- func (x *CreateAssetProbeRequest_Probe) GetStatusReason() string
- func (x *CreateAssetProbeRequest_Probe) GetTimestamp() *timestamppb.Timestamp
- func (*CreateAssetProbeRequest_Probe) ProtoMessage()
- func (x *CreateAssetProbeRequest_Probe) ProtoReflect() protoreflect.Message
- func (x *CreateAssetProbeRequest_Probe) Reset()
- func (x *CreateAssetProbeRequest_Probe) String() string
- func (m *CreateAssetProbeRequest_Probe) Validate() error
- func (m *CreateAssetProbeRequest_Probe) ValidateAll() error
- type CreateAssetProbeRequest_ProbeMultiError
- type CreateAssetProbeRequest_ProbeValidationError
- func (e CreateAssetProbeRequest_ProbeValidationError) Cause() error
- func (e CreateAssetProbeRequest_ProbeValidationError) Error() string
- func (e CreateAssetProbeRequest_ProbeValidationError) ErrorName() string
- func (e CreateAssetProbeRequest_ProbeValidationError) Field() string
- func (e CreateAssetProbeRequest_ProbeValidationError) Key() bool
- func (e CreateAssetProbeRequest_ProbeValidationError) Reason() string
- type CreateAssetProbeResponse
- func (*CreateAssetProbeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateAssetProbeResponse) GetId() string
- func (*CreateAssetProbeResponse) ProtoMessage()
- func (x *CreateAssetProbeResponse) ProtoReflect() protoreflect.Message
- func (x *CreateAssetProbeResponse) Reset()
- func (x *CreateAssetProbeResponse) String() string
- func (m *CreateAssetProbeResponse) Validate() error
- func (m *CreateAssetProbeResponse) ValidateAll() error
- type CreateAssetProbeResponseMultiError
- type CreateAssetProbeResponseValidationError
- func (e CreateAssetProbeResponseValidationError) Cause() error
- func (e CreateAssetProbeResponseValidationError) Error() string
- func (e CreateAssetProbeResponseValidationError) ErrorName() string
- func (e CreateAssetProbeResponseValidationError) Field() string
- func (e CreateAssetProbeResponseValidationError) Key() bool
- func (e CreateAssetProbeResponseValidationError) Reason() string
- type CreateCommentRequest
- func (*CreateCommentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateCommentRequest) GetBody() string
- func (x *CreateCommentRequest) GetDiscussionId() string
- func (*CreateCommentRequest) ProtoMessage()
- func (x *CreateCommentRequest) ProtoReflect() protoreflect.Message
- func (x *CreateCommentRequest) Reset()
- func (x *CreateCommentRequest) String() string
- func (m *CreateCommentRequest) Validate() error
- func (m *CreateCommentRequest) ValidateAll() error
- type CreateCommentRequestMultiError
- type CreateCommentRequestValidationError
- func (e CreateCommentRequestValidationError) Cause() error
- func (e CreateCommentRequestValidationError) Error() string
- func (e CreateCommentRequestValidationError) ErrorName() string
- func (e CreateCommentRequestValidationError) Field() string
- func (e CreateCommentRequestValidationError) Key() bool
- func (e CreateCommentRequestValidationError) Reason() string
- type CreateCommentResponse
- func (*CreateCommentResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateCommentResponse) GetId() string
- func (*CreateCommentResponse) ProtoMessage()
- func (x *CreateCommentResponse) ProtoReflect() protoreflect.Message
- func (x *CreateCommentResponse) Reset()
- func (x *CreateCommentResponse) String() string
- func (m *CreateCommentResponse) Validate() error
- func (m *CreateCommentResponse) ValidateAll() error
- type CreateCommentResponseMultiError
- type CreateCommentResponseValidationError
- func (e CreateCommentResponseValidationError) Cause() error
- func (e CreateCommentResponseValidationError) Error() string
- func (e CreateCommentResponseValidationError) ErrorName() string
- func (e CreateCommentResponseValidationError) Field() string
- func (e CreateCommentResponseValidationError) Key() bool
- func (e CreateCommentResponseValidationError) Reason() string
- type CreateDiscussionRequest
- func (*CreateDiscussionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDiscussionRequest) GetAssets() []string
- func (x *CreateDiscussionRequest) GetAssignees() []string
- func (x *CreateDiscussionRequest) GetBody() string
- func (x *CreateDiscussionRequest) GetLabels() []string
- func (x *CreateDiscussionRequest) GetState() string
- func (x *CreateDiscussionRequest) GetTitle() string
- func (x *CreateDiscussionRequest) GetType() string
- func (*CreateDiscussionRequest) ProtoMessage()
- func (x *CreateDiscussionRequest) ProtoReflect() protoreflect.Message
- func (x *CreateDiscussionRequest) Reset()
- func (x *CreateDiscussionRequest) String() string
- func (m *CreateDiscussionRequest) Validate() error
- func (m *CreateDiscussionRequest) ValidateAll() error
- type CreateDiscussionRequestMultiError
- type CreateDiscussionRequestValidationError
- func (e CreateDiscussionRequestValidationError) Cause() error
- func (e CreateDiscussionRequestValidationError) Error() string
- func (e CreateDiscussionRequestValidationError) ErrorName() string
- func (e CreateDiscussionRequestValidationError) Field() string
- func (e CreateDiscussionRequestValidationError) Key() bool
- func (e CreateDiscussionRequestValidationError) Reason() string
- type CreateDiscussionResponse
- func (*CreateDiscussionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDiscussionResponse) GetId() string
- func (*CreateDiscussionResponse) ProtoMessage()
- func (x *CreateDiscussionResponse) ProtoReflect() protoreflect.Message
- func (x *CreateDiscussionResponse) Reset()
- func (x *CreateDiscussionResponse) String() string
- func (m *CreateDiscussionResponse) Validate() error
- func (m *CreateDiscussionResponse) ValidateAll() error
- type CreateDiscussionResponseMultiError
- type CreateDiscussionResponseValidationError
- func (e CreateDiscussionResponseValidationError) Cause() error
- func (e CreateDiscussionResponseValidationError) Error() string
- func (e CreateDiscussionResponseValidationError) ErrorName() string
- func (e CreateDiscussionResponseValidationError) Field() string
- func (e CreateDiscussionResponseValidationError) Key() bool
- func (e CreateDiscussionResponseValidationError) Reason() string
- type CreateTagAssetRequest
- func (*CreateTagAssetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateTagAssetRequest) GetAssetId() string
- func (x *CreateTagAssetRequest) GetTagValues() []*TagValue
- func (x *CreateTagAssetRequest) GetTemplateDescription() string
- func (x *CreateTagAssetRequest) GetTemplateDisplayName() string
- func (x *CreateTagAssetRequest) GetTemplateUrn() string
- func (*CreateTagAssetRequest) ProtoMessage()
- func (x *CreateTagAssetRequest) ProtoReflect() protoreflect.Message
- func (x *CreateTagAssetRequest) Reset()
- func (x *CreateTagAssetRequest) String() string
- func (m *CreateTagAssetRequest) Validate() error
- func (m *CreateTagAssetRequest) ValidateAll() error
- type CreateTagAssetRequestMultiError
- type CreateTagAssetRequestValidationError
- func (e CreateTagAssetRequestValidationError) Cause() error
- func (e CreateTagAssetRequestValidationError) Error() string
- func (e CreateTagAssetRequestValidationError) ErrorName() string
- func (e CreateTagAssetRequestValidationError) Field() string
- func (e CreateTagAssetRequestValidationError) Key() bool
- func (e CreateTagAssetRequestValidationError) Reason() string
- type CreateTagAssetResponse
- func (*CreateTagAssetResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateTagAssetResponse) GetData() *Tag
- func (*CreateTagAssetResponse) ProtoMessage()
- func (x *CreateTagAssetResponse) ProtoReflect() protoreflect.Message
- func (x *CreateTagAssetResponse) Reset()
- func (x *CreateTagAssetResponse) String() string
- func (m *CreateTagAssetResponse) Validate() error
- func (m *CreateTagAssetResponse) ValidateAll() error
- type CreateTagAssetResponseMultiError
- type CreateTagAssetResponseValidationError
- func (e CreateTagAssetResponseValidationError) Cause() error
- func (e CreateTagAssetResponseValidationError) Error() string
- func (e CreateTagAssetResponseValidationError) ErrorName() string
- func (e CreateTagAssetResponseValidationError) Field() string
- func (e CreateTagAssetResponseValidationError) Key() bool
- func (e CreateTagAssetResponseValidationError) Reason() string
- type CreateTagTemplateRequest
- func (*CreateTagTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateTagTemplateRequest) GetDescription() string
- func (x *CreateTagTemplateRequest) GetDisplayName() string
- func (x *CreateTagTemplateRequest) GetFields() []*TagTemplateField
- func (x *CreateTagTemplateRequest) GetUrn() string
- func (*CreateTagTemplateRequest) ProtoMessage()
- func (x *CreateTagTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *CreateTagTemplateRequest) Reset()
- func (x *CreateTagTemplateRequest) String() string
- func (m *CreateTagTemplateRequest) Validate() error
- func (m *CreateTagTemplateRequest) ValidateAll() error
- type CreateTagTemplateRequestMultiError
- type CreateTagTemplateRequestValidationError
- func (e CreateTagTemplateRequestValidationError) Cause() error
- func (e CreateTagTemplateRequestValidationError) Error() string
- func (e CreateTagTemplateRequestValidationError) ErrorName() string
- func (e CreateTagTemplateRequestValidationError) Field() string
- func (e CreateTagTemplateRequestValidationError) Key() bool
- func (e CreateTagTemplateRequestValidationError) Reason() string
- type CreateTagTemplateResponse
- func (*CreateTagTemplateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateTagTemplateResponse) GetData() *TagTemplate
- func (*CreateTagTemplateResponse) ProtoMessage()
- func (x *CreateTagTemplateResponse) ProtoReflect() protoreflect.Message
- func (x *CreateTagTemplateResponse) Reset()
- func (x *CreateTagTemplateResponse) String() string
- func (m *CreateTagTemplateResponse) Validate() error
- func (m *CreateTagTemplateResponse) ValidateAll() error
- type CreateTagTemplateResponseMultiError
- type CreateTagTemplateResponseValidationError
- func (e CreateTagTemplateResponseValidationError) Cause() error
- func (e CreateTagTemplateResponseValidationError) Error() string
- func (e CreateTagTemplateResponseValidationError) ErrorName() string
- func (e CreateTagTemplateResponseValidationError) Field() string
- func (e CreateTagTemplateResponseValidationError) Key() bool
- func (e CreateTagTemplateResponseValidationError) Reason() string
- type DeleteAssetRequest
- func (*DeleteAssetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteAssetRequest) GetId() string
- func (*DeleteAssetRequest) ProtoMessage()
- func (x *DeleteAssetRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteAssetRequest) Reset()
- func (x *DeleteAssetRequest) String() string
- func (m *DeleteAssetRequest) Validate() error
- func (m *DeleteAssetRequest) ValidateAll() error
- type DeleteAssetRequestMultiError
- type DeleteAssetRequestValidationError
- func (e DeleteAssetRequestValidationError) Cause() error
- func (e DeleteAssetRequestValidationError) Error() string
- func (e DeleteAssetRequestValidationError) ErrorName() string
- func (e DeleteAssetRequestValidationError) Field() string
- func (e DeleteAssetRequestValidationError) Key() bool
- func (e DeleteAssetRequestValidationError) Reason() string
- type DeleteAssetResponse
- func (*DeleteAssetResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeleteAssetResponse) ProtoMessage()
- func (x *DeleteAssetResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteAssetResponse) Reset()
- func (x *DeleteAssetResponse) String() string
- func (m *DeleteAssetResponse) Validate() error
- func (m *DeleteAssetResponse) ValidateAll() error
- type DeleteAssetResponseMultiError
- type DeleteAssetResponseValidationError
- func (e DeleteAssetResponseValidationError) Cause() error
- func (e DeleteAssetResponseValidationError) Error() string
- func (e DeleteAssetResponseValidationError) ErrorName() string
- func (e DeleteAssetResponseValidationError) Field() string
- func (e DeleteAssetResponseValidationError) Key() bool
- func (e DeleteAssetResponseValidationError) Reason() string
- type DeleteCommentRequest
- func (*DeleteCommentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteCommentRequest) GetDiscussionId() string
- func (x *DeleteCommentRequest) GetId() string
- func (*DeleteCommentRequest) ProtoMessage()
- func (x *DeleteCommentRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteCommentRequest) Reset()
- func (x *DeleteCommentRequest) String() string
- func (m *DeleteCommentRequest) Validate() error
- func (m *DeleteCommentRequest) ValidateAll() error
- type DeleteCommentRequestMultiError
- type DeleteCommentRequestValidationError
- func (e DeleteCommentRequestValidationError) Cause() error
- func (e DeleteCommentRequestValidationError) Error() string
- func (e DeleteCommentRequestValidationError) ErrorName() string
- func (e DeleteCommentRequestValidationError) Field() string
- func (e DeleteCommentRequestValidationError) Key() bool
- func (e DeleteCommentRequestValidationError) Reason() string
- type DeleteCommentResponse
- func (*DeleteCommentResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeleteCommentResponse) ProtoMessage()
- func (x *DeleteCommentResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteCommentResponse) Reset()
- func (x *DeleteCommentResponse) String() string
- func (m *DeleteCommentResponse) Validate() error
- func (m *DeleteCommentResponse) ValidateAll() error
- type DeleteCommentResponseMultiError
- type DeleteCommentResponseValidationError
- func (e DeleteCommentResponseValidationError) Cause() error
- func (e DeleteCommentResponseValidationError) Error() string
- func (e DeleteCommentResponseValidationError) ErrorName() string
- func (e DeleteCommentResponseValidationError) Field() string
- func (e DeleteCommentResponseValidationError) Key() bool
- func (e DeleteCommentResponseValidationError) Reason() string
- type DeleteTagAssetRequest
- func (*DeleteTagAssetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteTagAssetRequest) GetAssetId() string
- func (x *DeleteTagAssetRequest) GetTemplateUrn() string
- func (*DeleteTagAssetRequest) ProtoMessage()
- func (x *DeleteTagAssetRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteTagAssetRequest) Reset()
- func (x *DeleteTagAssetRequest) String() string
- func (m *DeleteTagAssetRequest) Validate() error
- func (m *DeleteTagAssetRequest) ValidateAll() error
- type DeleteTagAssetRequestMultiError
- type DeleteTagAssetRequestValidationError
- func (e DeleteTagAssetRequestValidationError) Cause() error
- func (e DeleteTagAssetRequestValidationError) Error() string
- func (e DeleteTagAssetRequestValidationError) ErrorName() string
- func (e DeleteTagAssetRequestValidationError) Field() string
- func (e DeleteTagAssetRequestValidationError) Key() bool
- func (e DeleteTagAssetRequestValidationError) Reason() string
- type DeleteTagAssetResponse
- func (*DeleteTagAssetResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeleteTagAssetResponse) ProtoMessage()
- func (x *DeleteTagAssetResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteTagAssetResponse) Reset()
- func (x *DeleteTagAssetResponse) String() string
- func (m *DeleteTagAssetResponse) Validate() error
- func (m *DeleteTagAssetResponse) ValidateAll() error
- type DeleteTagAssetResponseMultiError
- type DeleteTagAssetResponseValidationError
- func (e DeleteTagAssetResponseValidationError) Cause() error
- func (e DeleteTagAssetResponseValidationError) Error() string
- func (e DeleteTagAssetResponseValidationError) ErrorName() string
- func (e DeleteTagAssetResponseValidationError) Field() string
- func (e DeleteTagAssetResponseValidationError) Key() bool
- func (e DeleteTagAssetResponseValidationError) Reason() string
- type DeleteTagTemplateRequest
- func (*DeleteTagTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteTagTemplateRequest) GetTemplateUrn() string
- func (*DeleteTagTemplateRequest) ProtoMessage()
- func (x *DeleteTagTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteTagTemplateRequest) Reset()
- func (x *DeleteTagTemplateRequest) String() string
- func (m *DeleteTagTemplateRequest) Validate() error
- func (m *DeleteTagTemplateRequest) ValidateAll() error
- type DeleteTagTemplateRequestMultiError
- type DeleteTagTemplateRequestValidationError
- func (e DeleteTagTemplateRequestValidationError) Cause() error
- func (e DeleteTagTemplateRequestValidationError) Error() string
- func (e DeleteTagTemplateRequestValidationError) ErrorName() string
- func (e DeleteTagTemplateRequestValidationError) Field() string
- func (e DeleteTagTemplateRequestValidationError) Key() bool
- func (e DeleteTagTemplateRequestValidationError) Reason() string
- type DeleteTagTemplateResponse
- func (*DeleteTagTemplateResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeleteTagTemplateResponse) ProtoMessage()
- func (x *DeleteTagTemplateResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteTagTemplateResponse) Reset()
- func (x *DeleteTagTemplateResponse) String() string
- func (m *DeleteTagTemplateResponse) Validate() error
- func (m *DeleteTagTemplateResponse) ValidateAll() error
- type DeleteTagTemplateResponseMultiError
- type DeleteTagTemplateResponseValidationError
- func (e DeleteTagTemplateResponseValidationError) Cause() error
- func (e DeleteTagTemplateResponseValidationError) Error() string
- func (e DeleteTagTemplateResponseValidationError) ErrorName() string
- func (e DeleteTagTemplateResponseValidationError) Field() string
- func (e DeleteTagTemplateResponseValidationError) Key() bool
- func (e DeleteTagTemplateResponseValidationError) Reason() string
- type Discussion
- func (*Discussion) Descriptor() ([]byte, []int)deprecated
- func (x *Discussion) GetAssets() []string
- func (x *Discussion) GetAssignees() []string
- func (x *Discussion) GetBody() string
- func (x *Discussion) GetCreatedAt() *timestamppb.Timestamp
- func (x *Discussion) GetId() string
- func (x *Discussion) GetLabels() []string
- func (x *Discussion) GetOwner() *User
- func (x *Discussion) GetState() string
- func (x *Discussion) GetTitle() string
- func (x *Discussion) GetType() string
- func (x *Discussion) GetUpdatedAt() *timestamppb.Timestamp
- func (*Discussion) ProtoMessage()
- func (x *Discussion) ProtoReflect() protoreflect.Message
- func (x *Discussion) Reset()
- func (x *Discussion) String() string
- func (m *Discussion) Validate() error
- func (m *Discussion) ValidateAll() error
- type DiscussionMultiError
- type DiscussionValidationError
- type GetAllAssetsRequest
- func (*GetAllAssetsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAllAssetsRequest) GetData() map[string]string
- func (x *GetAllAssetsRequest) GetDirection() string
- func (x *GetAllAssetsRequest) GetOffset() uint32
- func (x *GetAllAssetsRequest) GetQ() string
- func (x *GetAllAssetsRequest) GetQFields() string
- func (x *GetAllAssetsRequest) GetServices() string
- func (x *GetAllAssetsRequest) GetSize() uint32
- func (x *GetAllAssetsRequest) GetSort() string
- func (x *GetAllAssetsRequest) GetTypes() string
- func (x *GetAllAssetsRequest) GetWithTotal() bool
- func (*GetAllAssetsRequest) ProtoMessage()
- func (x *GetAllAssetsRequest) ProtoReflect() protoreflect.Message
- func (x *GetAllAssetsRequest) Reset()
- func (x *GetAllAssetsRequest) String() string
- func (m *GetAllAssetsRequest) Validate() error
- func (m *GetAllAssetsRequest) ValidateAll() error
- type GetAllAssetsRequestMultiError
- type GetAllAssetsRequestValidationError
- func (e GetAllAssetsRequestValidationError) Cause() error
- func (e GetAllAssetsRequestValidationError) Error() string
- func (e GetAllAssetsRequestValidationError) ErrorName() string
- func (e GetAllAssetsRequestValidationError) Field() string
- func (e GetAllAssetsRequestValidationError) Key() bool
- func (e GetAllAssetsRequestValidationError) Reason() string
- type GetAllAssetsResponse
- func (*GetAllAssetsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAllAssetsResponse) GetData() []*Asset
- func (x *GetAllAssetsResponse) GetTotal() uint32
- func (*GetAllAssetsResponse) ProtoMessage()
- func (x *GetAllAssetsResponse) ProtoReflect() protoreflect.Message
- func (x *GetAllAssetsResponse) Reset()
- func (x *GetAllAssetsResponse) String() string
- func (m *GetAllAssetsResponse) Validate() error
- func (m *GetAllAssetsResponse) ValidateAll() error
- type GetAllAssetsResponseMultiError
- type GetAllAssetsResponseValidationError
- func (e GetAllAssetsResponseValidationError) Cause() error
- func (e GetAllAssetsResponseValidationError) Error() string
- func (e GetAllAssetsResponseValidationError) ErrorName() string
- func (e GetAllAssetsResponseValidationError) Field() string
- func (e GetAllAssetsResponseValidationError) Key() bool
- func (e GetAllAssetsResponseValidationError) Reason() string
- type GetAllCommentsRequest
- func (*GetAllCommentsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAllCommentsRequest) GetDirection() string
- func (x *GetAllCommentsRequest) GetDiscussionId() string
- func (x *GetAllCommentsRequest) GetOffset() uint32
- func (x *GetAllCommentsRequest) GetSize() uint32
- func (x *GetAllCommentsRequest) GetSort() string
- func (*GetAllCommentsRequest) ProtoMessage()
- func (x *GetAllCommentsRequest) ProtoReflect() protoreflect.Message
- func (x *GetAllCommentsRequest) Reset()
- func (x *GetAllCommentsRequest) String() string
- func (m *GetAllCommentsRequest) Validate() error
- func (m *GetAllCommentsRequest) ValidateAll() error
- type GetAllCommentsRequestMultiError
- type GetAllCommentsRequestValidationError
- func (e GetAllCommentsRequestValidationError) Cause() error
- func (e GetAllCommentsRequestValidationError) Error() string
- func (e GetAllCommentsRequestValidationError) ErrorName() string
- func (e GetAllCommentsRequestValidationError) Field() string
- func (e GetAllCommentsRequestValidationError) Key() bool
- func (e GetAllCommentsRequestValidationError) Reason() string
- type GetAllCommentsResponse
- func (*GetAllCommentsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAllCommentsResponse) GetData() []*Comment
- func (*GetAllCommentsResponse) ProtoMessage()
- func (x *GetAllCommentsResponse) ProtoReflect() protoreflect.Message
- func (x *GetAllCommentsResponse) Reset()
- func (x *GetAllCommentsResponse) String() string
- func (m *GetAllCommentsResponse) Validate() error
- func (m *GetAllCommentsResponse) ValidateAll() error
- type GetAllCommentsResponseMultiError
- type GetAllCommentsResponseValidationError
- func (e GetAllCommentsResponseValidationError) Cause() error
- func (e GetAllCommentsResponseValidationError) Error() string
- func (e GetAllCommentsResponseValidationError) ErrorName() string
- func (e GetAllCommentsResponseValidationError) Field() string
- func (e GetAllCommentsResponseValidationError) Key() bool
- func (e GetAllCommentsResponseValidationError) Reason() string
- type GetAllDiscussionsRequest
- func (*GetAllDiscussionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAllDiscussionsRequest) GetAsset() string
- func (x *GetAllDiscussionsRequest) GetAssignee() string
- func (x *GetAllDiscussionsRequest) GetDirection() string
- func (x *GetAllDiscussionsRequest) GetLabels() string
- func (x *GetAllDiscussionsRequest) GetOffset() uint32
- func (x *GetAllDiscussionsRequest) GetOwner() string
- func (x *GetAllDiscussionsRequest) GetSize() uint32
- func (x *GetAllDiscussionsRequest) GetSort() string
- func (x *GetAllDiscussionsRequest) GetState() string
- func (x *GetAllDiscussionsRequest) GetType() string
- func (*GetAllDiscussionsRequest) ProtoMessage()
- func (x *GetAllDiscussionsRequest) ProtoReflect() protoreflect.Message
- func (x *GetAllDiscussionsRequest) Reset()
- func (x *GetAllDiscussionsRequest) String() string
- func (m *GetAllDiscussionsRequest) Validate() error
- func (m *GetAllDiscussionsRequest) ValidateAll() error
- type GetAllDiscussionsRequestMultiError
- type GetAllDiscussionsRequestValidationError
- func (e GetAllDiscussionsRequestValidationError) Cause() error
- func (e GetAllDiscussionsRequestValidationError) Error() string
- func (e GetAllDiscussionsRequestValidationError) ErrorName() string
- func (e GetAllDiscussionsRequestValidationError) Field() string
- func (e GetAllDiscussionsRequestValidationError) Key() bool
- func (e GetAllDiscussionsRequestValidationError) Reason() string
- type GetAllDiscussionsResponse
- func (*GetAllDiscussionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAllDiscussionsResponse) GetData() []*Discussion
- func (*GetAllDiscussionsResponse) ProtoMessage()
- func (x *GetAllDiscussionsResponse) ProtoReflect() protoreflect.Message
- func (x *GetAllDiscussionsResponse) Reset()
- func (x *GetAllDiscussionsResponse) String() string
- func (m *GetAllDiscussionsResponse) Validate() error
- func (m *GetAllDiscussionsResponse) ValidateAll() error
- type GetAllDiscussionsResponseMultiError
- type GetAllDiscussionsResponseValidationError
- func (e GetAllDiscussionsResponseValidationError) Cause() error
- func (e GetAllDiscussionsResponseValidationError) Error() string
- func (e GetAllDiscussionsResponseValidationError) ErrorName() string
- func (e GetAllDiscussionsResponseValidationError) Field() string
- func (e GetAllDiscussionsResponseValidationError) Key() bool
- func (e GetAllDiscussionsResponseValidationError) Reason() string
- type GetAllTagTemplatesRequest
- func (*GetAllTagTemplatesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAllTagTemplatesRequest) GetUrn() string
- func (*GetAllTagTemplatesRequest) ProtoMessage()
- func (x *GetAllTagTemplatesRequest) ProtoReflect() protoreflect.Message
- func (x *GetAllTagTemplatesRequest) Reset()
- func (x *GetAllTagTemplatesRequest) String() string
- func (m *GetAllTagTemplatesRequest) Validate() error
- func (m *GetAllTagTemplatesRequest) ValidateAll() error
- type GetAllTagTemplatesRequestMultiError
- type GetAllTagTemplatesRequestValidationError
- func (e GetAllTagTemplatesRequestValidationError) Cause() error
- func (e GetAllTagTemplatesRequestValidationError) Error() string
- func (e GetAllTagTemplatesRequestValidationError) ErrorName() string
- func (e GetAllTagTemplatesRequestValidationError) Field() string
- func (e GetAllTagTemplatesRequestValidationError) Key() bool
- func (e GetAllTagTemplatesRequestValidationError) Reason() string
- type GetAllTagTemplatesResponse
- func (*GetAllTagTemplatesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAllTagTemplatesResponse) GetData() []*TagTemplate
- func (*GetAllTagTemplatesResponse) ProtoMessage()
- func (x *GetAllTagTemplatesResponse) ProtoReflect() protoreflect.Message
- func (x *GetAllTagTemplatesResponse) Reset()
- func (x *GetAllTagTemplatesResponse) String() string
- func (m *GetAllTagTemplatesResponse) Validate() error
- func (m *GetAllTagTemplatesResponse) ValidateAll() error
- type GetAllTagTemplatesResponseMultiError
- type GetAllTagTemplatesResponseValidationError
- func (e GetAllTagTemplatesResponseValidationError) Cause() error
- func (e GetAllTagTemplatesResponseValidationError) Error() string
- func (e GetAllTagTemplatesResponseValidationError) ErrorName() string
- func (e GetAllTagTemplatesResponseValidationError) Field() string
- func (e GetAllTagTemplatesResponseValidationError) Key() bool
- func (e GetAllTagTemplatesResponseValidationError) Reason() string
- type GetAllTagsByAssetRequest
- func (*GetAllTagsByAssetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAllTagsByAssetRequest) GetAssetId() string
- func (*GetAllTagsByAssetRequest) ProtoMessage()
- func (x *GetAllTagsByAssetRequest) ProtoReflect() protoreflect.Message
- func (x *GetAllTagsByAssetRequest) Reset()
- func (x *GetAllTagsByAssetRequest) String() string
- func (m *GetAllTagsByAssetRequest) Validate() error
- func (m *GetAllTagsByAssetRequest) ValidateAll() error
- type GetAllTagsByAssetRequestMultiError
- type GetAllTagsByAssetRequestValidationError
- func (e GetAllTagsByAssetRequestValidationError) Cause() error
- func (e GetAllTagsByAssetRequestValidationError) Error() string
- func (e GetAllTagsByAssetRequestValidationError) ErrorName() string
- func (e GetAllTagsByAssetRequestValidationError) Field() string
- func (e GetAllTagsByAssetRequestValidationError) Key() bool
- func (e GetAllTagsByAssetRequestValidationError) Reason() string
- type GetAllTagsByAssetResponse
- func (*GetAllTagsByAssetResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAllTagsByAssetResponse) GetData() []*Tag
- func (*GetAllTagsByAssetResponse) ProtoMessage()
- func (x *GetAllTagsByAssetResponse) ProtoReflect() protoreflect.Message
- func (x *GetAllTagsByAssetResponse) Reset()
- func (x *GetAllTagsByAssetResponse) String() string
- func (m *GetAllTagsByAssetResponse) Validate() error
- func (m *GetAllTagsByAssetResponse) ValidateAll() error
- type GetAllTagsByAssetResponseMultiError
- type GetAllTagsByAssetResponseValidationError
- func (e GetAllTagsByAssetResponseValidationError) Cause() error
- func (e GetAllTagsByAssetResponseValidationError) Error() string
- func (e GetAllTagsByAssetResponseValidationError) ErrorName() string
- func (e GetAllTagsByAssetResponseValidationError) Field() string
- func (e GetAllTagsByAssetResponseValidationError) Key() bool
- func (e GetAllTagsByAssetResponseValidationError) Reason() string
- type GetAllTypesRequest
- func (*GetAllTypesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAllTypesRequest) GetData() map[string]string
- func (x *GetAllTypesRequest) GetQ() string
- func (x *GetAllTypesRequest) GetQFields() string
- func (x *GetAllTypesRequest) GetServices() string
- func (x *GetAllTypesRequest) GetTypes() string
- func (*GetAllTypesRequest) ProtoMessage()
- func (x *GetAllTypesRequest) ProtoReflect() protoreflect.Message
- func (x *GetAllTypesRequest) Reset()
- func (x *GetAllTypesRequest) String() string
- func (m *GetAllTypesRequest) Validate() error
- func (m *GetAllTypesRequest) ValidateAll() error
- type GetAllTypesRequestMultiError
- type GetAllTypesRequestValidationError
- func (e GetAllTypesRequestValidationError) Cause() error
- func (e GetAllTypesRequestValidationError) Error() string
- func (e GetAllTypesRequestValidationError) ErrorName() string
- func (e GetAllTypesRequestValidationError) Field() string
- func (e GetAllTypesRequestValidationError) Key() bool
- func (e GetAllTypesRequestValidationError) Reason() string
- type GetAllTypesResponse
- func (*GetAllTypesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAllTypesResponse) GetData() []*Type
- func (*GetAllTypesResponse) ProtoMessage()
- func (x *GetAllTypesResponse) ProtoReflect() protoreflect.Message
- func (x *GetAllTypesResponse) Reset()
- func (x *GetAllTypesResponse) String() string
- func (m *GetAllTypesResponse) Validate() error
- func (m *GetAllTypesResponse) ValidateAll() error
- type GetAllTypesResponseMultiError
- type GetAllTypesResponseValidationError
- func (e GetAllTypesResponseValidationError) Cause() error
- func (e GetAllTypesResponseValidationError) Error() string
- func (e GetAllTypesResponseValidationError) ErrorName() string
- func (e GetAllTypesResponseValidationError) Field() string
- func (e GetAllTypesResponseValidationError) Key() bool
- func (e GetAllTypesResponseValidationError) Reason() string
- type GetAssetByIDRequest
- func (*GetAssetByIDRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAssetByIDRequest) GetId() string
- func (*GetAssetByIDRequest) ProtoMessage()
- func (x *GetAssetByIDRequest) ProtoReflect() protoreflect.Message
- func (x *GetAssetByIDRequest) Reset()
- func (x *GetAssetByIDRequest) String() string
- func (m *GetAssetByIDRequest) Validate() error
- func (m *GetAssetByIDRequest) ValidateAll() error
- type GetAssetByIDRequestMultiError
- type GetAssetByIDRequestValidationError
- func (e GetAssetByIDRequestValidationError) Cause() error
- func (e GetAssetByIDRequestValidationError) Error() string
- func (e GetAssetByIDRequestValidationError) ErrorName() string
- func (e GetAssetByIDRequestValidationError) Field() string
- func (e GetAssetByIDRequestValidationError) Key() bool
- func (e GetAssetByIDRequestValidationError) Reason() string
- type GetAssetByIDResponse
- func (*GetAssetByIDResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAssetByIDResponse) GetData() *Asset
- func (*GetAssetByIDResponse) ProtoMessage()
- func (x *GetAssetByIDResponse) ProtoReflect() protoreflect.Message
- func (x *GetAssetByIDResponse) Reset()
- func (x *GetAssetByIDResponse) String() string
- func (m *GetAssetByIDResponse) Validate() error
- func (m *GetAssetByIDResponse) ValidateAll() error
- type GetAssetByIDResponseMultiError
- type GetAssetByIDResponseValidationError
- func (e GetAssetByIDResponseValidationError) Cause() error
- func (e GetAssetByIDResponseValidationError) Error() string
- func (e GetAssetByIDResponseValidationError) ErrorName() string
- func (e GetAssetByIDResponseValidationError) Field() string
- func (e GetAssetByIDResponseValidationError) Key() bool
- func (e GetAssetByIDResponseValidationError) Reason() string
- type GetAssetByVersionRequest
- func (*GetAssetByVersionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAssetByVersionRequest) GetId() string
- func (x *GetAssetByVersionRequest) GetVersion() string
- func (*GetAssetByVersionRequest) ProtoMessage()
- func (x *GetAssetByVersionRequest) ProtoReflect() protoreflect.Message
- func (x *GetAssetByVersionRequest) Reset()
- func (x *GetAssetByVersionRequest) String() string
- func (m *GetAssetByVersionRequest) Validate() error
- func (m *GetAssetByVersionRequest) ValidateAll() error
- type GetAssetByVersionRequestMultiError
- type GetAssetByVersionRequestValidationError
- func (e GetAssetByVersionRequestValidationError) Cause() error
- func (e GetAssetByVersionRequestValidationError) Error() string
- func (e GetAssetByVersionRequestValidationError) ErrorName() string
- func (e GetAssetByVersionRequestValidationError) Field() string
- func (e GetAssetByVersionRequestValidationError) Key() bool
- func (e GetAssetByVersionRequestValidationError) Reason() string
- type GetAssetByVersionResponse
- func (*GetAssetByVersionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAssetByVersionResponse) GetData() *Asset
- func (*GetAssetByVersionResponse) ProtoMessage()
- func (x *GetAssetByVersionResponse) ProtoReflect() protoreflect.Message
- func (x *GetAssetByVersionResponse) Reset()
- func (x *GetAssetByVersionResponse) String() string
- func (m *GetAssetByVersionResponse) Validate() error
- func (m *GetAssetByVersionResponse) ValidateAll() error
- type GetAssetByVersionResponseMultiError
- type GetAssetByVersionResponseValidationError
- func (e GetAssetByVersionResponseValidationError) Cause() error
- func (e GetAssetByVersionResponseValidationError) Error() string
- func (e GetAssetByVersionResponseValidationError) ErrorName() string
- func (e GetAssetByVersionResponseValidationError) Field() string
- func (e GetAssetByVersionResponseValidationError) Key() bool
- func (e GetAssetByVersionResponseValidationError) Reason() string
- type GetAssetStargazersRequest
- func (*GetAssetStargazersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAssetStargazersRequest) GetId() string
- func (x *GetAssetStargazersRequest) GetOffset() uint32
- func (x *GetAssetStargazersRequest) GetSize() uint32
- func (*GetAssetStargazersRequest) ProtoMessage()
- func (x *GetAssetStargazersRequest) ProtoReflect() protoreflect.Message
- func (x *GetAssetStargazersRequest) Reset()
- func (x *GetAssetStargazersRequest) String() string
- func (m *GetAssetStargazersRequest) Validate() error
- func (m *GetAssetStargazersRequest) ValidateAll() error
- type GetAssetStargazersRequestMultiError
- type GetAssetStargazersRequestValidationError
- func (e GetAssetStargazersRequestValidationError) Cause() error
- func (e GetAssetStargazersRequestValidationError) Error() string
- func (e GetAssetStargazersRequestValidationError) ErrorName() string
- func (e GetAssetStargazersRequestValidationError) Field() string
- func (e GetAssetStargazersRequestValidationError) Key() bool
- func (e GetAssetStargazersRequestValidationError) Reason() string
- type GetAssetStargazersResponse
- func (*GetAssetStargazersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAssetStargazersResponse) GetData() []*User
- func (*GetAssetStargazersResponse) ProtoMessage()
- func (x *GetAssetStargazersResponse) ProtoReflect() protoreflect.Message
- func (x *GetAssetStargazersResponse) Reset()
- func (x *GetAssetStargazersResponse) String() string
- func (m *GetAssetStargazersResponse) Validate() error
- func (m *GetAssetStargazersResponse) ValidateAll() error
- type GetAssetStargazersResponseMultiError
- type GetAssetStargazersResponseValidationError
- func (e GetAssetStargazersResponseValidationError) Cause() error
- func (e GetAssetStargazersResponseValidationError) Error() string
- func (e GetAssetStargazersResponseValidationError) ErrorName() string
- func (e GetAssetStargazersResponseValidationError) Field() string
- func (e GetAssetStargazersResponseValidationError) Key() bool
- func (e GetAssetStargazersResponseValidationError) Reason() string
- type GetAssetVersionHistoryRequest
- func (*GetAssetVersionHistoryRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAssetVersionHistoryRequest) GetId() string
- func (x *GetAssetVersionHistoryRequest) GetOffset() uint32
- func (x *GetAssetVersionHistoryRequest) GetSize() uint32
- func (*GetAssetVersionHistoryRequest) ProtoMessage()
- func (x *GetAssetVersionHistoryRequest) ProtoReflect() protoreflect.Message
- func (x *GetAssetVersionHistoryRequest) Reset()
- func (x *GetAssetVersionHistoryRequest) String() string
- func (m *GetAssetVersionHistoryRequest) Validate() error
- func (m *GetAssetVersionHistoryRequest) ValidateAll() error
- type GetAssetVersionHistoryRequestMultiError
- type GetAssetVersionHistoryRequestValidationError
- func (e GetAssetVersionHistoryRequestValidationError) Cause() error
- func (e GetAssetVersionHistoryRequestValidationError) Error() string
- func (e GetAssetVersionHistoryRequestValidationError) ErrorName() string
- func (e GetAssetVersionHistoryRequestValidationError) Field() string
- func (e GetAssetVersionHistoryRequestValidationError) Key() bool
- func (e GetAssetVersionHistoryRequestValidationError) Reason() string
- type GetAssetVersionHistoryResponse
- func (*GetAssetVersionHistoryResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAssetVersionHistoryResponse) GetData() []*Asset
- func (*GetAssetVersionHistoryResponse) ProtoMessage()
- func (x *GetAssetVersionHistoryResponse) ProtoReflect() protoreflect.Message
- func (x *GetAssetVersionHistoryResponse) Reset()
- func (x *GetAssetVersionHistoryResponse) String() string
- func (m *GetAssetVersionHistoryResponse) Validate() error
- func (m *GetAssetVersionHistoryResponse) ValidateAll() error
- type GetAssetVersionHistoryResponseMultiError
- type GetAssetVersionHistoryResponseValidationError
- func (e GetAssetVersionHistoryResponseValidationError) Cause() error
- func (e GetAssetVersionHistoryResponseValidationError) Error() string
- func (e GetAssetVersionHistoryResponseValidationError) ErrorName() string
- func (e GetAssetVersionHistoryResponseValidationError) Field() string
- func (e GetAssetVersionHistoryResponseValidationError) Key() bool
- func (e GetAssetVersionHistoryResponseValidationError) Reason() string
- type GetCommentRequest
- func (*GetCommentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCommentRequest) GetDiscussionId() string
- func (x *GetCommentRequest) GetId() string
- func (*GetCommentRequest) ProtoMessage()
- func (x *GetCommentRequest) ProtoReflect() protoreflect.Message
- func (x *GetCommentRequest) Reset()
- func (x *GetCommentRequest) String() string
- func (m *GetCommentRequest) Validate() error
- func (m *GetCommentRequest) ValidateAll() error
- type GetCommentRequestMultiError
- type GetCommentRequestValidationError
- func (e GetCommentRequestValidationError) Cause() error
- func (e GetCommentRequestValidationError) Error() string
- func (e GetCommentRequestValidationError) ErrorName() string
- func (e GetCommentRequestValidationError) Field() string
- func (e GetCommentRequestValidationError) Key() bool
- func (e GetCommentRequestValidationError) Reason() string
- type GetCommentResponse
- func (*GetCommentResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCommentResponse) GetData() *Comment
- func (*GetCommentResponse) ProtoMessage()
- func (x *GetCommentResponse) ProtoReflect() protoreflect.Message
- func (x *GetCommentResponse) Reset()
- func (x *GetCommentResponse) String() string
- func (m *GetCommentResponse) Validate() error
- func (m *GetCommentResponse) ValidateAll() error
- type GetCommentResponseMultiError
- type GetCommentResponseValidationError
- func (e GetCommentResponseValidationError) Cause() error
- func (e GetCommentResponseValidationError) Error() string
- func (e GetCommentResponseValidationError) ErrorName() string
- func (e GetCommentResponseValidationError) Field() string
- func (e GetCommentResponseValidationError) Key() bool
- func (e GetCommentResponseValidationError) Reason() string
- type GetDiscussionRequest
- func (*GetDiscussionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDiscussionRequest) GetId() string
- func (*GetDiscussionRequest) ProtoMessage()
- func (x *GetDiscussionRequest) ProtoReflect() protoreflect.Message
- func (x *GetDiscussionRequest) Reset()
- func (x *GetDiscussionRequest) String() string
- func (m *GetDiscussionRequest) Validate() error
- func (m *GetDiscussionRequest) ValidateAll() error
- type GetDiscussionRequestMultiError
- type GetDiscussionRequestValidationError
- func (e GetDiscussionRequestValidationError) Cause() error
- func (e GetDiscussionRequestValidationError) Error() string
- func (e GetDiscussionRequestValidationError) ErrorName() string
- func (e GetDiscussionRequestValidationError) Field() string
- func (e GetDiscussionRequestValidationError) Key() bool
- func (e GetDiscussionRequestValidationError) Reason() string
- type GetDiscussionResponse
- func (*GetDiscussionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDiscussionResponse) GetData() *Discussion
- func (*GetDiscussionResponse) ProtoMessage()
- func (x *GetDiscussionResponse) ProtoReflect() protoreflect.Message
- func (x *GetDiscussionResponse) Reset()
- func (x *GetDiscussionResponse) String() string
- func (m *GetDiscussionResponse) Validate() error
- func (m *GetDiscussionResponse) ValidateAll() error
- type GetDiscussionResponseMultiError
- type GetDiscussionResponseValidationError
- func (e GetDiscussionResponseValidationError) Cause() error
- func (e GetDiscussionResponseValidationError) Error() string
- func (e GetDiscussionResponseValidationError) ErrorName() string
- func (e GetDiscussionResponseValidationError) Field() string
- func (e GetDiscussionResponseValidationError) Key() bool
- func (e GetDiscussionResponseValidationError) Reason() string
- type GetGraphRequest
- func (*GetGraphRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetGraphRequest) GetDirection() string
- func (x *GetGraphRequest) GetLevel() uint32
- func (x *GetGraphRequest) GetUrn() string
- func (*GetGraphRequest) ProtoMessage()
- func (x *GetGraphRequest) ProtoReflect() protoreflect.Message
- func (x *GetGraphRequest) Reset()
- func (x *GetGraphRequest) String() string
- func (m *GetGraphRequest) Validate() error
- func (m *GetGraphRequest) ValidateAll() error
- type GetGraphRequestMultiError
- type GetGraphRequestValidationError
- func (e GetGraphRequestValidationError) Cause() error
- func (e GetGraphRequestValidationError) Error() string
- func (e GetGraphRequestValidationError) ErrorName() string
- func (e GetGraphRequestValidationError) Field() string
- func (e GetGraphRequestValidationError) Key() bool
- func (e GetGraphRequestValidationError) Reason() string
- type GetGraphResponse
- func (*GetGraphResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetGraphResponse) GetData() []*LineageEdge
- func (x *GetGraphResponse) GetNodeAttrs() map[string]*GetGraphResponse_NodeAttributes
- func (*GetGraphResponse) ProtoMessage()
- func (x *GetGraphResponse) ProtoReflect() protoreflect.Message
- func (x *GetGraphResponse) Reset()
- func (x *GetGraphResponse) String() string
- func (m *GetGraphResponse) Validate() error
- func (m *GetGraphResponse) ValidateAll() error
- type GetGraphResponseMultiError
- type GetGraphResponseValidationError
- func (e GetGraphResponseValidationError) Cause() error
- func (e GetGraphResponseValidationError) Error() string
- func (e GetGraphResponseValidationError) ErrorName() string
- func (e GetGraphResponseValidationError) Field() string
- func (e GetGraphResponseValidationError) Key() bool
- func (e GetGraphResponseValidationError) Reason() string
- type GetGraphResponse_NodeAttributes
- func (*GetGraphResponse_NodeAttributes) Descriptor() ([]byte, []int)deprecated
- func (x *GetGraphResponse_NodeAttributes) GetProbes() *GetGraphResponse_ProbesInfo
- func (*GetGraphResponse_NodeAttributes) ProtoMessage()
- func (x *GetGraphResponse_NodeAttributes) ProtoReflect() protoreflect.Message
- func (x *GetGraphResponse_NodeAttributes) Reset()
- func (x *GetGraphResponse_NodeAttributes) String() string
- func (m *GetGraphResponse_NodeAttributes) Validate() error
- func (m *GetGraphResponse_NodeAttributes) ValidateAll() error
- type GetGraphResponse_NodeAttributesMultiError
- type GetGraphResponse_NodeAttributesValidationError
- func (e GetGraphResponse_NodeAttributesValidationError) Cause() error
- func (e GetGraphResponse_NodeAttributesValidationError) Error() string
- func (e GetGraphResponse_NodeAttributesValidationError) ErrorName() string
- func (e GetGraphResponse_NodeAttributesValidationError) Field() string
- func (e GetGraphResponse_NodeAttributesValidationError) Key() bool
- func (e GetGraphResponse_NodeAttributesValidationError) Reason() string
- type GetGraphResponse_ProbesInfo
- func (*GetGraphResponse_ProbesInfo) Descriptor() ([]byte, []int)deprecated
- func (x *GetGraphResponse_ProbesInfo) GetLatest() *Probe
- func (*GetGraphResponse_ProbesInfo) ProtoMessage()
- func (x *GetGraphResponse_ProbesInfo) ProtoReflect() protoreflect.Message
- func (x *GetGraphResponse_ProbesInfo) Reset()
- func (x *GetGraphResponse_ProbesInfo) String() string
- func (m *GetGraphResponse_ProbesInfo) Validate() error
- func (m *GetGraphResponse_ProbesInfo) ValidateAll() error
- type GetGraphResponse_ProbesInfoMultiError
- type GetGraphResponse_ProbesInfoValidationError
- func (e GetGraphResponse_ProbesInfoValidationError) Cause() error
- func (e GetGraphResponse_ProbesInfoValidationError) Error() string
- func (e GetGraphResponse_ProbesInfoValidationError) ErrorName() string
- func (e GetGraphResponse_ProbesInfoValidationError) Field() string
- func (e GetGraphResponse_ProbesInfoValidationError) Key() bool
- func (e GetGraphResponse_ProbesInfoValidationError) Reason() string
- type GetMyDiscussionsRequest
- func (*GetMyDiscussionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetMyDiscussionsRequest) GetAsset() string
- func (x *GetMyDiscussionsRequest) GetDirection() string
- func (x *GetMyDiscussionsRequest) GetFilter() string
- func (x *GetMyDiscussionsRequest) GetLabels() string
- func (x *GetMyDiscussionsRequest) GetOffset() uint32
- func (x *GetMyDiscussionsRequest) GetSize() uint32
- func (x *GetMyDiscussionsRequest) GetSort() string
- func (x *GetMyDiscussionsRequest) GetState() string
- func (x *GetMyDiscussionsRequest) GetType() string
- func (*GetMyDiscussionsRequest) ProtoMessage()
- func (x *GetMyDiscussionsRequest) ProtoReflect() protoreflect.Message
- func (x *GetMyDiscussionsRequest) Reset()
- func (x *GetMyDiscussionsRequest) String() string
- func (m *GetMyDiscussionsRequest) Validate() error
- func (m *GetMyDiscussionsRequest) ValidateAll() error
- type GetMyDiscussionsRequestMultiError
- type GetMyDiscussionsRequestValidationError
- func (e GetMyDiscussionsRequestValidationError) Cause() error
- func (e GetMyDiscussionsRequestValidationError) Error() string
- func (e GetMyDiscussionsRequestValidationError) ErrorName() string
- func (e GetMyDiscussionsRequestValidationError) Field() string
- func (e GetMyDiscussionsRequestValidationError) Key() bool
- func (e GetMyDiscussionsRequestValidationError) Reason() string
- type GetMyDiscussionsResponse
- func (*GetMyDiscussionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetMyDiscussionsResponse) GetData() []*Discussion
- func (*GetMyDiscussionsResponse) ProtoMessage()
- func (x *GetMyDiscussionsResponse) ProtoReflect() protoreflect.Message
- func (x *GetMyDiscussionsResponse) Reset()
- func (x *GetMyDiscussionsResponse) String() string
- func (m *GetMyDiscussionsResponse) Validate() error
- func (m *GetMyDiscussionsResponse) ValidateAll() error
- type GetMyDiscussionsResponseMultiError
- type GetMyDiscussionsResponseValidationError
- func (e GetMyDiscussionsResponseValidationError) Cause() error
- func (e GetMyDiscussionsResponseValidationError) Error() string
- func (e GetMyDiscussionsResponseValidationError) ErrorName() string
- func (e GetMyDiscussionsResponseValidationError) Field() string
- func (e GetMyDiscussionsResponseValidationError) Key() bool
- func (e GetMyDiscussionsResponseValidationError) Reason() string
- type GetMyStarredAssetRequest
- func (*GetMyStarredAssetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetMyStarredAssetRequest) GetAssetId() string
- func (*GetMyStarredAssetRequest) ProtoMessage()
- func (x *GetMyStarredAssetRequest) ProtoReflect() protoreflect.Message
- func (x *GetMyStarredAssetRequest) Reset()
- func (x *GetMyStarredAssetRequest) String() string
- func (m *GetMyStarredAssetRequest) Validate() error
- func (m *GetMyStarredAssetRequest) ValidateAll() error
- type GetMyStarredAssetRequestMultiError
- type GetMyStarredAssetRequestValidationError
- func (e GetMyStarredAssetRequestValidationError) Cause() error
- func (e GetMyStarredAssetRequestValidationError) Error() string
- func (e GetMyStarredAssetRequestValidationError) ErrorName() string
- func (e GetMyStarredAssetRequestValidationError) Field() string
- func (e GetMyStarredAssetRequestValidationError) Key() bool
- func (e GetMyStarredAssetRequestValidationError) Reason() string
- type GetMyStarredAssetResponse
- func (*GetMyStarredAssetResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetMyStarredAssetResponse) GetData() *Asset
- func (*GetMyStarredAssetResponse) ProtoMessage()
- func (x *GetMyStarredAssetResponse) ProtoReflect() protoreflect.Message
- func (x *GetMyStarredAssetResponse) Reset()
- func (x *GetMyStarredAssetResponse) String() string
- func (m *GetMyStarredAssetResponse) Validate() error
- func (m *GetMyStarredAssetResponse) ValidateAll() error
- type GetMyStarredAssetResponseMultiError
- type GetMyStarredAssetResponseValidationError
- func (e GetMyStarredAssetResponseValidationError) Cause() error
- func (e GetMyStarredAssetResponseValidationError) Error() string
- func (e GetMyStarredAssetResponseValidationError) ErrorName() string
- func (e GetMyStarredAssetResponseValidationError) Field() string
- func (e GetMyStarredAssetResponseValidationError) Key() bool
- func (e GetMyStarredAssetResponseValidationError) Reason() string
- type GetMyStarredAssetsRequest
- func (*GetMyStarredAssetsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetMyStarredAssetsRequest) GetOffset() uint32
- func (x *GetMyStarredAssetsRequest) GetSize() uint32
- func (*GetMyStarredAssetsRequest) ProtoMessage()
- func (x *GetMyStarredAssetsRequest) ProtoReflect() protoreflect.Message
- func (x *GetMyStarredAssetsRequest) Reset()
- func (x *GetMyStarredAssetsRequest) String() string
- func (m *GetMyStarredAssetsRequest) Validate() error
- func (m *GetMyStarredAssetsRequest) ValidateAll() error
- type GetMyStarredAssetsRequestMultiError
- type GetMyStarredAssetsRequestValidationError
- func (e GetMyStarredAssetsRequestValidationError) Cause() error
- func (e GetMyStarredAssetsRequestValidationError) Error() string
- func (e GetMyStarredAssetsRequestValidationError) ErrorName() string
- func (e GetMyStarredAssetsRequestValidationError) Field() string
- func (e GetMyStarredAssetsRequestValidationError) Key() bool
- func (e GetMyStarredAssetsRequestValidationError) Reason() string
- type GetMyStarredAssetsResponse
- func (*GetMyStarredAssetsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetMyStarredAssetsResponse) GetData() []*Asset
- func (*GetMyStarredAssetsResponse) ProtoMessage()
- func (x *GetMyStarredAssetsResponse) ProtoReflect() protoreflect.Message
- func (x *GetMyStarredAssetsResponse) Reset()
- func (x *GetMyStarredAssetsResponse) String() string
- func (m *GetMyStarredAssetsResponse) Validate() error
- func (m *GetMyStarredAssetsResponse) ValidateAll() error
- type GetMyStarredAssetsResponseMultiError
- type GetMyStarredAssetsResponseValidationError
- func (e GetMyStarredAssetsResponseValidationError) Cause() error
- func (e GetMyStarredAssetsResponseValidationError) Error() string
- func (e GetMyStarredAssetsResponseValidationError) ErrorName() string
- func (e GetMyStarredAssetsResponseValidationError) Field() string
- func (e GetMyStarredAssetsResponseValidationError) Key() bool
- func (e GetMyStarredAssetsResponseValidationError) Reason() string
- type GetTagByAssetAndTemplateRequest
- func (*GetTagByAssetAndTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTagByAssetAndTemplateRequest) GetAssetId() string
- func (x *GetTagByAssetAndTemplateRequest) GetTemplateUrn() string
- func (*GetTagByAssetAndTemplateRequest) ProtoMessage()
- func (x *GetTagByAssetAndTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *GetTagByAssetAndTemplateRequest) Reset()
- func (x *GetTagByAssetAndTemplateRequest) String() string
- func (m *GetTagByAssetAndTemplateRequest) Validate() error
- func (m *GetTagByAssetAndTemplateRequest) ValidateAll() error
- type GetTagByAssetAndTemplateRequestMultiError
- type GetTagByAssetAndTemplateRequestValidationError
- func (e GetTagByAssetAndTemplateRequestValidationError) Cause() error
- func (e GetTagByAssetAndTemplateRequestValidationError) Error() string
- func (e GetTagByAssetAndTemplateRequestValidationError) ErrorName() string
- func (e GetTagByAssetAndTemplateRequestValidationError) Field() string
- func (e GetTagByAssetAndTemplateRequestValidationError) Key() bool
- func (e GetTagByAssetAndTemplateRequestValidationError) Reason() string
- type GetTagByAssetAndTemplateResponse
- func (*GetTagByAssetAndTemplateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTagByAssetAndTemplateResponse) GetData() *Tag
- func (*GetTagByAssetAndTemplateResponse) ProtoMessage()
- func (x *GetTagByAssetAndTemplateResponse) ProtoReflect() protoreflect.Message
- func (x *GetTagByAssetAndTemplateResponse) Reset()
- func (x *GetTagByAssetAndTemplateResponse) String() string
- func (m *GetTagByAssetAndTemplateResponse) Validate() error
- func (m *GetTagByAssetAndTemplateResponse) ValidateAll() error
- type GetTagByAssetAndTemplateResponseMultiError
- type GetTagByAssetAndTemplateResponseValidationError
- func (e GetTagByAssetAndTemplateResponseValidationError) Cause() error
- func (e GetTagByAssetAndTemplateResponseValidationError) Error() string
- func (e GetTagByAssetAndTemplateResponseValidationError) ErrorName() string
- func (e GetTagByAssetAndTemplateResponseValidationError) Field() string
- func (e GetTagByAssetAndTemplateResponseValidationError) Key() bool
- func (e GetTagByAssetAndTemplateResponseValidationError) Reason() string
- type GetTagTemplateRequest
- func (*GetTagTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTagTemplateRequest) GetTemplateUrn() string
- func (*GetTagTemplateRequest) ProtoMessage()
- func (x *GetTagTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *GetTagTemplateRequest) Reset()
- func (x *GetTagTemplateRequest) String() string
- func (m *GetTagTemplateRequest) Validate() error
- func (m *GetTagTemplateRequest) ValidateAll() error
- type GetTagTemplateRequestMultiError
- type GetTagTemplateRequestValidationError
- func (e GetTagTemplateRequestValidationError) Cause() error
- func (e GetTagTemplateRequestValidationError) Error() string
- func (e GetTagTemplateRequestValidationError) ErrorName() string
- func (e GetTagTemplateRequestValidationError) Field() string
- func (e GetTagTemplateRequestValidationError) Key() bool
- func (e GetTagTemplateRequestValidationError) Reason() string
- type GetTagTemplateResponse
- func (*GetTagTemplateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTagTemplateResponse) GetData() *TagTemplate
- func (*GetTagTemplateResponse) ProtoMessage()
- func (x *GetTagTemplateResponse) ProtoReflect() protoreflect.Message
- func (x *GetTagTemplateResponse) Reset()
- func (x *GetTagTemplateResponse) String() string
- func (m *GetTagTemplateResponse) Validate() error
- func (m *GetTagTemplateResponse) ValidateAll() error
- type GetTagTemplateResponseMultiError
- type GetTagTemplateResponseValidationError
- func (e GetTagTemplateResponseValidationError) Cause() error
- func (e GetTagTemplateResponseValidationError) Error() string
- func (e GetTagTemplateResponseValidationError) ErrorName() string
- func (e GetTagTemplateResponseValidationError) Field() string
- func (e GetTagTemplateResponseValidationError) Key() bool
- func (e GetTagTemplateResponseValidationError) Reason() string
- type GetUserStarredAssetsRequest
- func (*GetUserStarredAssetsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserStarredAssetsRequest) GetOffset() uint32
- func (x *GetUserStarredAssetsRequest) GetSize() uint32
- func (x *GetUserStarredAssetsRequest) GetUserId() string
- func (*GetUserStarredAssetsRequest) ProtoMessage()
- func (x *GetUserStarredAssetsRequest) ProtoReflect() protoreflect.Message
- func (x *GetUserStarredAssetsRequest) Reset()
- func (x *GetUserStarredAssetsRequest) String() string
- func (m *GetUserStarredAssetsRequest) Validate() error
- func (m *GetUserStarredAssetsRequest) ValidateAll() error
- type GetUserStarredAssetsRequestMultiError
- type GetUserStarredAssetsRequestValidationError
- func (e GetUserStarredAssetsRequestValidationError) Cause() error
- func (e GetUserStarredAssetsRequestValidationError) Error() string
- func (e GetUserStarredAssetsRequestValidationError) ErrorName() string
- func (e GetUserStarredAssetsRequestValidationError) Field() string
- func (e GetUserStarredAssetsRequestValidationError) Key() bool
- func (e GetUserStarredAssetsRequestValidationError) Reason() string
- type GetUserStarredAssetsResponse
- func (*GetUserStarredAssetsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserStarredAssetsResponse) GetData() []*Asset
- func (*GetUserStarredAssetsResponse) ProtoMessage()
- func (x *GetUserStarredAssetsResponse) ProtoReflect() protoreflect.Message
- func (x *GetUserStarredAssetsResponse) Reset()
- func (x *GetUserStarredAssetsResponse) String() string
- func (m *GetUserStarredAssetsResponse) Validate() error
- func (m *GetUserStarredAssetsResponse) ValidateAll() error
- type GetUserStarredAssetsResponseMultiError
- type GetUserStarredAssetsResponseValidationError
- func (e GetUserStarredAssetsResponseValidationError) Cause() error
- func (e GetUserStarredAssetsResponseValidationError) Error() string
- func (e GetUserStarredAssetsResponseValidationError) ErrorName() string
- func (e GetUserStarredAssetsResponseValidationError) Field() string
- func (e GetUserStarredAssetsResponseValidationError) Key() bool
- func (e GetUserStarredAssetsResponseValidationError) Reason() string
- type GroupAssetsRequest
- func (*GroupAssetsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GroupAssetsRequest) GetFilter() map[string]string
- func (x *GroupAssetsRequest) GetGroupby() []string
- func (x *GroupAssetsRequest) GetIncludeFields() []string
- func (x *GroupAssetsRequest) GetSize() uint32
- func (*GroupAssetsRequest) ProtoMessage()
- func (x *GroupAssetsRequest) ProtoReflect() protoreflect.Message
- func (x *GroupAssetsRequest) Reset()
- func (x *GroupAssetsRequest) String() string
- func (m *GroupAssetsRequest) Validate() error
- func (m *GroupAssetsRequest) ValidateAll() error
- type GroupAssetsRequestMultiError
- type GroupAssetsRequestValidationError
- func (e GroupAssetsRequestValidationError) Cause() error
- func (e GroupAssetsRequestValidationError) Error() string
- func (e GroupAssetsRequestValidationError) ErrorName() string
- func (e GroupAssetsRequestValidationError) Field() string
- func (e GroupAssetsRequestValidationError) Key() bool
- func (e GroupAssetsRequestValidationError) Reason() string
- type GroupAssetsResponse
- func (*GroupAssetsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GroupAssetsResponse) GetAssetGroups() []*AssetGroup
- func (*GroupAssetsResponse) ProtoMessage()
- func (x *GroupAssetsResponse) ProtoReflect() protoreflect.Message
- func (x *GroupAssetsResponse) Reset()
- func (x *GroupAssetsResponse) String() string
- func (m *GroupAssetsResponse) Validate() error
- func (m *GroupAssetsResponse) ValidateAll() error
- type GroupAssetsResponseMultiError
- type GroupAssetsResponseValidationError
- func (e GroupAssetsResponseValidationError) Cause() error
- func (e GroupAssetsResponseValidationError) Error() string
- func (e GroupAssetsResponseValidationError) ErrorName() string
- func (e GroupAssetsResponseValidationError) Field() string
- func (e GroupAssetsResponseValidationError) Key() bool
- func (e GroupAssetsResponseValidationError) Reason() string
- type GroupField
- func (*GroupField) Descriptor() ([]byte, []int)deprecated
- func (x *GroupField) GetGroupKey() string
- func (x *GroupField) GetGroupValue() string
- func (*GroupField) ProtoMessage()
- func (x *GroupField) ProtoReflect() protoreflect.Message
- func (x *GroupField) Reset()
- func (x *GroupField) String() string
- func (m *GroupField) Validate() error
- func (m *GroupField) ValidateAll() error
- type GroupFieldMultiError
- type GroupFieldValidationError
- type LineageEdge
- func (*LineageEdge) Descriptor() ([]byte, []int)deprecated
- func (x *LineageEdge) GetProp() *structpb.Struct
- func (x *LineageEdge) GetSource() string
- func (x *LineageEdge) GetTarget() string
- func (*LineageEdge) ProtoMessage()
- func (x *LineageEdge) ProtoReflect() protoreflect.Message
- func (x *LineageEdge) Reset()
- func (x *LineageEdge) String() string
- func (m *LineageEdge) Validate() error
- func (m *LineageEdge) ValidateAll() error
- type LineageEdgeMultiError
- type LineageEdgeValidationError
- func (e LineageEdgeValidationError) Cause() error
- func (e LineageEdgeValidationError) Error() string
- func (e LineageEdgeValidationError) ErrorName() string
- func (e LineageEdgeValidationError) Field() string
- func (e LineageEdgeValidationError) Key() bool
- func (e LineageEdgeValidationError) Reason() string
- type LineageNode
- func (*LineageNode) Descriptor() ([]byte, []int)deprecated
- func (x *LineageNode) GetService() stringdeprecated
- func (x *LineageNode) GetType() stringdeprecated
- func (x *LineageNode) GetUrn() string
- func (*LineageNode) ProtoMessage()
- func (x *LineageNode) ProtoReflect() protoreflect.Message
- func (x *LineageNode) Reset()
- func (x *LineageNode) String() string
- func (m *LineageNode) Validate() error
- func (m *LineageNode) ValidateAll() error
- type LineageNodeMultiError
- type LineageNodeValidationError
- func (e LineageNodeValidationError) Cause() error
- func (e LineageNodeValidationError) Error() string
- func (e LineageNodeValidationError) ErrorName() string
- func (e LineageNodeValidationError) Field() string
- func (e LineageNodeValidationError) Key() bool
- func (e LineageNodeValidationError) Reason() string
- type PatchDiscussionRequest
- func (*PatchDiscussionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PatchDiscussionRequest) GetAssets() []string
- func (x *PatchDiscussionRequest) GetAssignees() []string
- func (x *PatchDiscussionRequest) GetBody() string
- func (x *PatchDiscussionRequest) GetId() string
- func (x *PatchDiscussionRequest) GetLabels() []string
- func (x *PatchDiscussionRequest) GetState() string
- func (x *PatchDiscussionRequest) GetTitle() string
- func (x *PatchDiscussionRequest) GetType() string
- func (*PatchDiscussionRequest) ProtoMessage()
- func (x *PatchDiscussionRequest) ProtoReflect() protoreflect.Message
- func (x *PatchDiscussionRequest) Reset()
- func (x *PatchDiscussionRequest) String() string
- func (m *PatchDiscussionRequest) Validate() error
- func (m *PatchDiscussionRequest) ValidateAll() error
- type PatchDiscussionRequestMultiError
- type PatchDiscussionRequestValidationError
- func (e PatchDiscussionRequestValidationError) Cause() error
- func (e PatchDiscussionRequestValidationError) Error() string
- func (e PatchDiscussionRequestValidationError) ErrorName() string
- func (e PatchDiscussionRequestValidationError) Field() string
- func (e PatchDiscussionRequestValidationError) Key() bool
- func (e PatchDiscussionRequestValidationError) Reason() string
- type PatchDiscussionResponse
- func (*PatchDiscussionResponse) Descriptor() ([]byte, []int)deprecated
- func (*PatchDiscussionResponse) ProtoMessage()
- func (x *PatchDiscussionResponse) ProtoReflect() protoreflect.Message
- func (x *PatchDiscussionResponse) Reset()
- func (x *PatchDiscussionResponse) String() string
- func (m *PatchDiscussionResponse) Validate() error
- func (m *PatchDiscussionResponse) ValidateAll() error
- type PatchDiscussionResponseMultiError
- type PatchDiscussionResponseValidationError
- func (e PatchDiscussionResponseValidationError) Cause() error
- func (e PatchDiscussionResponseValidationError) Error() string
- func (e PatchDiscussionResponseValidationError) ErrorName() string
- func (e PatchDiscussionResponseValidationError) Field() string
- func (e PatchDiscussionResponseValidationError) Key() bool
- func (e PatchDiscussionResponseValidationError) Reason() string
- type Probe
- func (*Probe) Descriptor() ([]byte, []int)deprecated
- func (x *Probe) GetAssetUrn() string
- func (x *Probe) GetCreatedAt() *timestamppb.Timestamp
- func (x *Probe) GetId() string
- func (x *Probe) GetMetadata() *structpb.Struct
- func (x *Probe) GetStatus() string
- func (x *Probe) GetStatusReason() string
- func (x *Probe) GetTimestamp() *timestamppb.Timestamp
- func (*Probe) ProtoMessage()
- func (x *Probe) ProtoReflect() protoreflect.Message
- func (x *Probe) Reset()
- func (x *Probe) String() string
- func (m *Probe) Validate() error
- func (m *Probe) ValidateAll() error
- type ProbeMultiError
- type ProbeValidationError
- type SearchAssetsRequest
- func (*SearchAssetsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SearchAssetsRequest) GetFilter() map[string]string
- func (x *SearchAssetsRequest) GetFlags() *SearchFlags
- func (x *SearchAssetsRequest) GetIncludeFields() []string
- func (x *SearchAssetsRequest) GetOffset() uint32
- func (x *SearchAssetsRequest) GetQuery() map[string]string
- func (x *SearchAssetsRequest) GetRankby() string
- func (x *SearchAssetsRequest) GetSize() uint32
- func (x *SearchAssetsRequest) GetText() string
- func (*SearchAssetsRequest) ProtoMessage()
- func (x *SearchAssetsRequest) ProtoReflect() protoreflect.Message
- func (x *SearchAssetsRequest) Reset()
- func (x *SearchAssetsRequest) String() string
- func (m *SearchAssetsRequest) Validate() error
- func (m *SearchAssetsRequest) ValidateAll() error
- type SearchAssetsRequestMultiError
- type SearchAssetsRequestValidationError
- func (e SearchAssetsRequestValidationError) Cause() error
- func (e SearchAssetsRequestValidationError) Error() string
- func (e SearchAssetsRequestValidationError) ErrorName() string
- func (e SearchAssetsRequestValidationError) Field() string
- func (e SearchAssetsRequestValidationError) Key() bool
- func (e SearchAssetsRequestValidationError) Reason() string
- type SearchAssetsResponse
- func (*SearchAssetsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SearchAssetsResponse) GetData() []*Asset
- func (*SearchAssetsResponse) ProtoMessage()
- func (x *SearchAssetsResponse) ProtoReflect() protoreflect.Message
- func (x *SearchAssetsResponse) Reset()
- func (x *SearchAssetsResponse) String() string
- func (m *SearchAssetsResponse) Validate() error
- func (m *SearchAssetsResponse) ValidateAll() error
- type SearchAssetsResponseMultiError
- type SearchAssetsResponseValidationError
- func (e SearchAssetsResponseValidationError) Cause() error
- func (e SearchAssetsResponseValidationError) Error() string
- func (e SearchAssetsResponseValidationError) ErrorName() string
- func (e SearchAssetsResponseValidationError) Field() string
- func (e SearchAssetsResponseValidationError) Key() bool
- func (e SearchAssetsResponseValidationError) Reason() string
- type SearchFlags
- func (*SearchFlags) Descriptor() ([]byte, []int)deprecated
- func (x *SearchFlags) GetDisableFuzzy() bool
- func (x *SearchFlags) GetEnableHighlight() bool
- func (x *SearchFlags) GetIsColumnSearch() bool
- func (*SearchFlags) ProtoMessage()
- func (x *SearchFlags) ProtoReflect() protoreflect.Message
- func (x *SearchFlags) Reset()
- func (x *SearchFlags) String() string
- func (m *SearchFlags) Validate() error
- func (m *SearchFlags) ValidateAll() error
- type SearchFlagsMultiError
- type SearchFlagsValidationError
- func (e SearchFlagsValidationError) Cause() error
- func (e SearchFlagsValidationError) Error() string
- func (e SearchFlagsValidationError) ErrorName() string
- func (e SearchFlagsValidationError) Field() string
- func (e SearchFlagsValidationError) Key() bool
- func (e SearchFlagsValidationError) Reason() string
- type StarAssetRequest
- func (*StarAssetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StarAssetRequest) GetAssetId() string
- func (*StarAssetRequest) ProtoMessage()
- func (x *StarAssetRequest) ProtoReflect() protoreflect.Message
- func (x *StarAssetRequest) Reset()
- func (x *StarAssetRequest) String() string
- func (m *StarAssetRequest) Validate() error
- func (m *StarAssetRequest) ValidateAll() error
- type StarAssetRequestMultiError
- type StarAssetRequestValidationError
- func (e StarAssetRequestValidationError) Cause() error
- func (e StarAssetRequestValidationError) Error() string
- func (e StarAssetRequestValidationError) ErrorName() string
- func (e StarAssetRequestValidationError) Field() string
- func (e StarAssetRequestValidationError) Key() bool
- func (e StarAssetRequestValidationError) Reason() string
- type StarAssetResponse
- func (*StarAssetResponse) Descriptor() ([]byte, []int)deprecated
- func (x *StarAssetResponse) GetId() string
- func (*StarAssetResponse) ProtoMessage()
- func (x *StarAssetResponse) ProtoReflect() protoreflect.Message
- func (x *StarAssetResponse) Reset()
- func (x *StarAssetResponse) String() string
- func (m *StarAssetResponse) Validate() error
- func (m *StarAssetResponse) ValidateAll() error
- type StarAssetResponseMultiError
- type StarAssetResponseValidationError
- func (e StarAssetResponseValidationError) Cause() error
- func (e StarAssetResponseValidationError) Error() string
- func (e StarAssetResponseValidationError) ErrorName() string
- func (e StarAssetResponseValidationError) Field() string
- func (e StarAssetResponseValidationError) Key() bool
- func (e StarAssetResponseValidationError) Reason() string
- type SuggestAssetsRequest
- func (*SuggestAssetsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SuggestAssetsRequest) GetText() string
- func (*SuggestAssetsRequest) ProtoMessage()
- func (x *SuggestAssetsRequest) ProtoReflect() protoreflect.Message
- func (x *SuggestAssetsRequest) Reset()
- func (x *SuggestAssetsRequest) String() string
- func (m *SuggestAssetsRequest) Validate() error
- func (m *SuggestAssetsRequest) ValidateAll() error
- type SuggestAssetsRequestMultiError
- type SuggestAssetsRequestValidationError
- func (e SuggestAssetsRequestValidationError) Cause() error
- func (e SuggestAssetsRequestValidationError) Error() string
- func (e SuggestAssetsRequestValidationError) ErrorName() string
- func (e SuggestAssetsRequestValidationError) Field() string
- func (e SuggestAssetsRequestValidationError) Key() bool
- func (e SuggestAssetsRequestValidationError) Reason() string
- type SuggestAssetsResponse
- func (*SuggestAssetsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SuggestAssetsResponse) GetData() []string
- func (*SuggestAssetsResponse) ProtoMessage()
- func (x *SuggestAssetsResponse) ProtoReflect() protoreflect.Message
- func (x *SuggestAssetsResponse) Reset()
- func (x *SuggestAssetsResponse) String() string
- func (m *SuggestAssetsResponse) Validate() error
- func (m *SuggestAssetsResponse) ValidateAll() error
- type SuggestAssetsResponseMultiError
- type SuggestAssetsResponseValidationError
- func (e SuggestAssetsResponseValidationError) Cause() error
- func (e SuggestAssetsResponseValidationError) Error() string
- func (e SuggestAssetsResponseValidationError) ErrorName() string
- func (e SuggestAssetsResponseValidationError) Field() string
- func (e SuggestAssetsResponseValidationError) Key() bool
- func (e SuggestAssetsResponseValidationError) Reason() string
- type SyncAssetsRequest
- func (*SyncAssetsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SyncAssetsRequest) GetServices() []string
- func (*SyncAssetsRequest) ProtoMessage()
- func (x *SyncAssetsRequest) ProtoReflect() protoreflect.Message
- func (x *SyncAssetsRequest) Reset()
- func (x *SyncAssetsRequest) String() string
- func (m *SyncAssetsRequest) Validate() error
- func (m *SyncAssetsRequest) ValidateAll() error
- type SyncAssetsRequestMultiError
- type SyncAssetsRequestValidationError
- func (e SyncAssetsRequestValidationError) Cause() error
- func (e SyncAssetsRequestValidationError) Error() string
- func (e SyncAssetsRequestValidationError) ErrorName() string
- func (e SyncAssetsRequestValidationError) Field() string
- func (e SyncAssetsRequestValidationError) Key() bool
- func (e SyncAssetsRequestValidationError) Reason() string
- type SyncAssetsResponse
- func (*SyncAssetsResponse) Descriptor() ([]byte, []int)deprecated
- func (*SyncAssetsResponse) ProtoMessage()
- func (x *SyncAssetsResponse) ProtoReflect() protoreflect.Message
- func (x *SyncAssetsResponse) Reset()
- func (x *SyncAssetsResponse) String() string
- func (m *SyncAssetsResponse) Validate() error
- func (m *SyncAssetsResponse) ValidateAll() error
- type SyncAssetsResponseMultiError
- type SyncAssetsResponseValidationError
- func (e SyncAssetsResponseValidationError) Cause() error
- func (e SyncAssetsResponseValidationError) Error() string
- func (e SyncAssetsResponseValidationError) ErrorName() string
- func (e SyncAssetsResponseValidationError) Field() string
- func (e SyncAssetsResponseValidationError) Key() bool
- func (e SyncAssetsResponseValidationError) Reason() string
- type Tag
- func (*Tag) Descriptor() ([]byte, []int)deprecated
- func (x *Tag) GetAssetId() string
- func (x *Tag) GetTagValues() []*TagValue
- func (x *Tag) GetTemplateDescription() string
- func (x *Tag) GetTemplateDisplayName() string
- func (x *Tag) GetTemplateUrn() string
- func (*Tag) ProtoMessage()
- func (x *Tag) ProtoReflect() protoreflect.Message
- func (x *Tag) Reset()
- func (x *Tag) String() string
- func (m *Tag) Validate() error
- func (m *Tag) ValidateAll() error
- type TagMultiError
- type TagTemplate
- func (*TagTemplate) Descriptor() ([]byte, []int)deprecated
- func (x *TagTemplate) GetCreatedAt() *timestamppb.Timestamp
- func (x *TagTemplate) GetDescription() string
- func (x *TagTemplate) GetDisplayName() string
- func (x *TagTemplate) GetFields() []*TagTemplateField
- func (x *TagTemplate) GetUpdatedAt() *timestamppb.Timestamp
- func (x *TagTemplate) GetUrn() string
- func (*TagTemplate) ProtoMessage()
- func (x *TagTemplate) ProtoReflect() protoreflect.Message
- func (x *TagTemplate) Reset()
- func (x *TagTemplate) String() string
- func (m *TagTemplate) Validate() error
- func (m *TagTemplate) ValidateAll() error
- type TagTemplateField
- func (*TagTemplateField) Descriptor() ([]byte, []int)deprecated
- func (x *TagTemplateField) GetCreatedAt() *timestamppb.Timestamp
- func (x *TagTemplateField) GetDataType() string
- func (x *TagTemplateField) GetDescription() string
- func (x *TagTemplateField) GetDisplayName() string
- func (x *TagTemplateField) GetId() uint32
- func (x *TagTemplateField) GetOptions() []string
- func (x *TagTemplateField) GetRequired() bool
- func (x *TagTemplateField) GetUpdatedAt() *timestamppb.Timestamp
- func (x *TagTemplateField) GetUrn() string
- func (*TagTemplateField) ProtoMessage()
- func (x *TagTemplateField) ProtoReflect() protoreflect.Message
- func (x *TagTemplateField) Reset()
- func (x *TagTemplateField) String() string
- func (m *TagTemplateField) Validate() error
- func (m *TagTemplateField) ValidateAll() error
- type TagTemplateFieldMultiError
- type TagTemplateFieldValidationError
- func (e TagTemplateFieldValidationError) Cause() error
- func (e TagTemplateFieldValidationError) Error() string
- func (e TagTemplateFieldValidationError) ErrorName() string
- func (e TagTemplateFieldValidationError) Field() string
- func (e TagTemplateFieldValidationError) Key() bool
- func (e TagTemplateFieldValidationError) Reason() string
- type TagTemplateMultiError
- type TagTemplateValidationError
- func (e TagTemplateValidationError) Cause() error
- func (e TagTemplateValidationError) Error() string
- func (e TagTemplateValidationError) ErrorName() string
- func (e TagTemplateValidationError) Field() string
- func (e TagTemplateValidationError) Key() bool
- func (e TagTemplateValidationError) Reason() string
- type TagValidationError
- type TagValue
- func (*TagValue) Descriptor() ([]byte, []int)deprecated
- func (x *TagValue) GetCreatedAt() *timestamppb.Timestamp
- func (x *TagValue) GetFieldDataType() string
- func (x *TagValue) GetFieldDescription() string
- func (x *TagValue) GetFieldDisplayName() string
- func (x *TagValue) GetFieldId() uint32
- func (x *TagValue) GetFieldOptions() []string
- func (x *TagValue) GetFieldRequired() bool
- func (x *TagValue) GetFieldUrn() string
- func (x *TagValue) GetFieldValue() *structpb.Value
- func (x *TagValue) GetUpdatedAt() *timestamppb.Timestamp
- func (*TagValue) ProtoMessage()
- func (x *TagValue) ProtoReflect() protoreflect.Message
- func (x *TagValue) Reset()
- func (x *TagValue) String() string
- func (m *TagValue) Validate() error
- func (m *TagValue) ValidateAll() error
- type TagValueMultiError
- type TagValueValidationError
- type Type
- func (*Type) Descriptor() ([]byte, []int)deprecated
- func (x *Type) GetCount() uint32
- func (x *Type) GetName() string
- func (*Type) ProtoMessage()
- func (x *Type) ProtoReflect() protoreflect.Message
- func (x *Type) Reset()
- func (x *Type) String() string
- func (m *Type) Validate() error
- func (m *Type) ValidateAll() error
- type TypeMultiError
- type TypeValidationError
- type UnimplementedCompassServiceServer
- func (UnimplementedCompassServiceServer) CreateAssetProbe(context.Context, *CreateAssetProbeRequest) (*CreateAssetProbeResponse, error)
- func (UnimplementedCompassServiceServer) CreateComment(context.Context, *CreateCommentRequest) (*CreateCommentResponse, error)
- func (UnimplementedCompassServiceServer) CreateDiscussion(context.Context, *CreateDiscussionRequest) (*CreateDiscussionResponse, error)
- func (UnimplementedCompassServiceServer) CreateTagAsset(context.Context, *CreateTagAssetRequest) (*CreateTagAssetResponse, error)
- func (UnimplementedCompassServiceServer) CreateTagTemplate(context.Context, *CreateTagTemplateRequest) (*CreateTagTemplateResponse, error)
- func (UnimplementedCompassServiceServer) DeleteAsset(context.Context, *DeleteAssetRequest) (*DeleteAssetResponse, error)
- func (UnimplementedCompassServiceServer) DeleteComment(context.Context, *DeleteCommentRequest) (*DeleteCommentResponse, error)
- func (UnimplementedCompassServiceServer) DeleteTagAsset(context.Context, *DeleteTagAssetRequest) (*DeleteTagAssetResponse, error)
- func (UnimplementedCompassServiceServer) DeleteTagTemplate(context.Context, *DeleteTagTemplateRequest) (*DeleteTagTemplateResponse, error)
- func (UnimplementedCompassServiceServer) GetAllAssets(context.Context, *GetAllAssetsRequest) (*GetAllAssetsResponse, error)
- func (UnimplementedCompassServiceServer) GetAllComments(context.Context, *GetAllCommentsRequest) (*GetAllCommentsResponse, error)
- func (UnimplementedCompassServiceServer) GetAllDiscussions(context.Context, *GetAllDiscussionsRequest) (*GetAllDiscussionsResponse, error)
- func (UnimplementedCompassServiceServer) GetAllTagTemplates(context.Context, *GetAllTagTemplatesRequest) (*GetAllTagTemplatesResponse, error)
- func (UnimplementedCompassServiceServer) GetAllTagsByAsset(context.Context, *GetAllTagsByAssetRequest) (*GetAllTagsByAssetResponse, error)
- func (UnimplementedCompassServiceServer) GetAllTypes(context.Context, *GetAllTypesRequest) (*GetAllTypesResponse, error)
- func (UnimplementedCompassServiceServer) GetAssetByID(context.Context, *GetAssetByIDRequest) (*GetAssetByIDResponse, error)
- func (UnimplementedCompassServiceServer) GetAssetByVersion(context.Context, *GetAssetByVersionRequest) (*GetAssetByVersionResponse, error)
- func (UnimplementedCompassServiceServer) GetAssetStargazers(context.Context, *GetAssetStargazersRequest) (*GetAssetStargazersResponse, error)
- func (UnimplementedCompassServiceServer) GetAssetVersionHistory(context.Context, *GetAssetVersionHistoryRequest) (*GetAssetVersionHistoryResponse, error)
- func (UnimplementedCompassServiceServer) GetComment(context.Context, *GetCommentRequest) (*GetCommentResponse, error)
- func (UnimplementedCompassServiceServer) GetDiscussion(context.Context, *GetDiscussionRequest) (*GetDiscussionResponse, error)
- func (UnimplementedCompassServiceServer) GetGraph(context.Context, *GetGraphRequest) (*GetGraphResponse, error)
- func (UnimplementedCompassServiceServer) GetMyDiscussions(context.Context, *GetMyDiscussionsRequest) (*GetMyDiscussionsResponse, error)
- func (UnimplementedCompassServiceServer) GetMyStarredAsset(context.Context, *GetMyStarredAssetRequest) (*GetMyStarredAssetResponse, error)
- func (UnimplementedCompassServiceServer) GetMyStarredAssets(context.Context, *GetMyStarredAssetsRequest) (*GetMyStarredAssetsResponse, error)
- func (UnimplementedCompassServiceServer) GetTagByAssetAndTemplate(context.Context, *GetTagByAssetAndTemplateRequest) (*GetTagByAssetAndTemplateResponse, error)
- func (UnimplementedCompassServiceServer) GetTagTemplate(context.Context, *GetTagTemplateRequest) (*GetTagTemplateResponse, error)
- func (UnimplementedCompassServiceServer) GetUserStarredAssets(context.Context, *GetUserStarredAssetsRequest) (*GetUserStarredAssetsResponse, error)
- func (UnimplementedCompassServiceServer) GroupAssets(context.Context, *GroupAssetsRequest) (*GroupAssetsResponse, error)
- func (UnimplementedCompassServiceServer) PatchDiscussion(context.Context, *PatchDiscussionRequest) (*PatchDiscussionResponse, error)
- func (UnimplementedCompassServiceServer) SearchAssets(context.Context, *SearchAssetsRequest) (*SearchAssetsResponse, error)
- func (UnimplementedCompassServiceServer) StarAsset(context.Context, *StarAssetRequest) (*StarAssetResponse, error)
- func (UnimplementedCompassServiceServer) SuggestAssets(context.Context, *SuggestAssetsRequest) (*SuggestAssetsResponse, error)
- func (UnimplementedCompassServiceServer) SyncAssets(context.Context, *SyncAssetsRequest) (*SyncAssetsResponse, error)
- func (UnimplementedCompassServiceServer) UnstarAsset(context.Context, *UnstarAssetRequest) (*UnstarAssetResponse, error)
- func (UnimplementedCompassServiceServer) UpdateComment(context.Context, *UpdateCommentRequest) (*UpdateCommentResponse, error)
- func (UnimplementedCompassServiceServer) UpdateTagAsset(context.Context, *UpdateTagAssetRequest) (*UpdateTagAssetResponse, error)
- func (UnimplementedCompassServiceServer) UpdateTagTemplate(context.Context, *UpdateTagTemplateRequest) (*UpdateTagTemplateResponse, error)
- func (UnimplementedCompassServiceServer) UpsertAsset(context.Context, *UpsertAssetRequest) (*UpsertAssetResponse, error)
- func (UnimplementedCompassServiceServer) UpsertPatchAsset(context.Context, *UpsertPatchAssetRequest) (*UpsertPatchAssetResponse, error)
- type UnsafeCompassServiceServer
- type UnstarAssetRequest
- func (*UnstarAssetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UnstarAssetRequest) GetAssetId() string
- func (*UnstarAssetRequest) ProtoMessage()
- func (x *UnstarAssetRequest) ProtoReflect() protoreflect.Message
- func (x *UnstarAssetRequest) Reset()
- func (x *UnstarAssetRequest) String() string
- func (m *UnstarAssetRequest) Validate() error
- func (m *UnstarAssetRequest) ValidateAll() error
- type UnstarAssetRequestMultiError
- type UnstarAssetRequestValidationError
- func (e UnstarAssetRequestValidationError) Cause() error
- func (e UnstarAssetRequestValidationError) Error() string
- func (e UnstarAssetRequestValidationError) ErrorName() string
- func (e UnstarAssetRequestValidationError) Field() string
- func (e UnstarAssetRequestValidationError) Key() bool
- func (e UnstarAssetRequestValidationError) Reason() string
- type UnstarAssetResponse
- func (*UnstarAssetResponse) Descriptor() ([]byte, []int)deprecated
- func (*UnstarAssetResponse) ProtoMessage()
- func (x *UnstarAssetResponse) ProtoReflect() protoreflect.Message
- func (x *UnstarAssetResponse) Reset()
- func (x *UnstarAssetResponse) String() string
- func (m *UnstarAssetResponse) Validate() error
- func (m *UnstarAssetResponse) ValidateAll() error
- type UnstarAssetResponseMultiError
- type UnstarAssetResponseValidationError
- func (e UnstarAssetResponseValidationError) Cause() error
- func (e UnstarAssetResponseValidationError) Error() string
- func (e UnstarAssetResponseValidationError) ErrorName() string
- func (e UnstarAssetResponseValidationError) Field() string
- func (e UnstarAssetResponseValidationError) Key() bool
- func (e UnstarAssetResponseValidationError) Reason() string
- type UpdateCommentRequest
- func (*UpdateCommentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCommentRequest) GetBody() string
- func (x *UpdateCommentRequest) GetDiscussionId() string
- func (x *UpdateCommentRequest) GetId() string
- func (*UpdateCommentRequest) ProtoMessage()
- func (x *UpdateCommentRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateCommentRequest) Reset()
- func (x *UpdateCommentRequest) String() string
- func (m *UpdateCommentRequest) Validate() error
- func (m *UpdateCommentRequest) ValidateAll() error
- type UpdateCommentRequestMultiError
- type UpdateCommentRequestValidationError
- func (e UpdateCommentRequestValidationError) Cause() error
- func (e UpdateCommentRequestValidationError) Error() string
- func (e UpdateCommentRequestValidationError) ErrorName() string
- func (e UpdateCommentRequestValidationError) Field() string
- func (e UpdateCommentRequestValidationError) Key() bool
- func (e UpdateCommentRequestValidationError) Reason() string
- type UpdateCommentResponse
- func (*UpdateCommentResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdateCommentResponse) ProtoMessage()
- func (x *UpdateCommentResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateCommentResponse) Reset()
- func (x *UpdateCommentResponse) String() string
- func (m *UpdateCommentResponse) Validate() error
- func (m *UpdateCommentResponse) ValidateAll() error
- type UpdateCommentResponseMultiError
- type UpdateCommentResponseValidationError
- func (e UpdateCommentResponseValidationError) Cause() error
- func (e UpdateCommentResponseValidationError) Error() string
- func (e UpdateCommentResponseValidationError) ErrorName() string
- func (e UpdateCommentResponseValidationError) Field() string
- func (e UpdateCommentResponseValidationError) Key() bool
- func (e UpdateCommentResponseValidationError) Reason() string
- type UpdateTagAssetRequest
- func (*UpdateTagAssetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateTagAssetRequest) GetAssetId() string
- func (x *UpdateTagAssetRequest) GetTagValues() []*TagValue
- func (x *UpdateTagAssetRequest) GetTemplateDescription() string
- func (x *UpdateTagAssetRequest) GetTemplateDisplayName() string
- func (x *UpdateTagAssetRequest) GetTemplateUrn() string
- func (*UpdateTagAssetRequest) ProtoMessage()
- func (x *UpdateTagAssetRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateTagAssetRequest) Reset()
- func (x *UpdateTagAssetRequest) String() string
- func (m *UpdateTagAssetRequest) Validate() error
- func (m *UpdateTagAssetRequest) ValidateAll() error
- type UpdateTagAssetRequestMultiError
- type UpdateTagAssetRequestValidationError
- func (e UpdateTagAssetRequestValidationError) Cause() error
- func (e UpdateTagAssetRequestValidationError) Error() string
- func (e UpdateTagAssetRequestValidationError) ErrorName() string
- func (e UpdateTagAssetRequestValidationError) Field() string
- func (e UpdateTagAssetRequestValidationError) Key() bool
- func (e UpdateTagAssetRequestValidationError) Reason() string
- type UpdateTagAssetResponse
- func (*UpdateTagAssetResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateTagAssetResponse) GetData() *Tag
- func (*UpdateTagAssetResponse) ProtoMessage()
- func (x *UpdateTagAssetResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateTagAssetResponse) Reset()
- func (x *UpdateTagAssetResponse) String() string
- func (m *UpdateTagAssetResponse) Validate() error
- func (m *UpdateTagAssetResponse) ValidateAll() error
- type UpdateTagAssetResponseMultiError
- type UpdateTagAssetResponseValidationError
- func (e UpdateTagAssetResponseValidationError) Cause() error
- func (e UpdateTagAssetResponseValidationError) Error() string
- func (e UpdateTagAssetResponseValidationError) ErrorName() string
- func (e UpdateTagAssetResponseValidationError) Field() string
- func (e UpdateTagAssetResponseValidationError) Key() bool
- func (e UpdateTagAssetResponseValidationError) Reason() string
- type UpdateTagTemplateRequest
- func (*UpdateTagTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateTagTemplateRequest) GetDescription() string
- func (x *UpdateTagTemplateRequest) GetDisplayName() string
- func (x *UpdateTagTemplateRequest) GetFields() []*TagTemplateField
- func (x *UpdateTagTemplateRequest) GetTemplateUrn() string
- func (*UpdateTagTemplateRequest) ProtoMessage()
- func (x *UpdateTagTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateTagTemplateRequest) Reset()
- func (x *UpdateTagTemplateRequest) String() string
- func (m *UpdateTagTemplateRequest) Validate() error
- func (m *UpdateTagTemplateRequest) ValidateAll() error
- type UpdateTagTemplateRequestMultiError
- type UpdateTagTemplateRequestValidationError
- func (e UpdateTagTemplateRequestValidationError) Cause() error
- func (e UpdateTagTemplateRequestValidationError) Error() string
- func (e UpdateTagTemplateRequestValidationError) ErrorName() string
- func (e UpdateTagTemplateRequestValidationError) Field() string
- func (e UpdateTagTemplateRequestValidationError) Key() bool
- func (e UpdateTagTemplateRequestValidationError) Reason() string
- type UpdateTagTemplateResponse
- func (*UpdateTagTemplateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateTagTemplateResponse) GetData() *TagTemplate
- func (*UpdateTagTemplateResponse) ProtoMessage()
- func (x *UpdateTagTemplateResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateTagTemplateResponse) Reset()
- func (x *UpdateTagTemplateResponse) String() string
- func (m *UpdateTagTemplateResponse) Validate() error
- func (m *UpdateTagTemplateResponse) ValidateAll() error
- type UpdateTagTemplateResponseMultiError
- type UpdateTagTemplateResponseValidationError
- func (e UpdateTagTemplateResponseValidationError) Cause() error
- func (e UpdateTagTemplateResponseValidationError) Error() string
- func (e UpdateTagTemplateResponseValidationError) ErrorName() string
- func (e UpdateTagTemplateResponseValidationError) Field() string
- func (e UpdateTagTemplateResponseValidationError) Key() bool
- func (e UpdateTagTemplateResponseValidationError) Reason() string
- type UpsertAssetRequest
- func (*UpsertAssetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpsertAssetRequest) GetAsset() *UpsertAssetRequest_Asset
- func (x *UpsertAssetRequest) GetDownstreams() []*LineageNode
- func (x *UpsertAssetRequest) GetUpstreams() []*LineageNode
- func (*UpsertAssetRequest) ProtoMessage()
- func (x *UpsertAssetRequest) ProtoReflect() protoreflect.Message
- func (x *UpsertAssetRequest) Reset()
- func (x *UpsertAssetRequest) String() string
- func (m *UpsertAssetRequest) Validate() error
- func (m *UpsertAssetRequest) ValidateAll() error
- type UpsertAssetRequestMultiError
- type UpsertAssetRequestValidationError
- func (e UpsertAssetRequestValidationError) Cause() error
- func (e UpsertAssetRequestValidationError) Error() string
- func (e UpsertAssetRequestValidationError) ErrorName() string
- func (e UpsertAssetRequestValidationError) Field() string
- func (e UpsertAssetRequestValidationError) Key() bool
- func (e UpsertAssetRequestValidationError) Reason() string
- type UpsertAssetRequest_Asset
- func (*UpsertAssetRequest_Asset) Descriptor() ([]byte, []int)deprecated
- func (x *UpsertAssetRequest_Asset) GetData() *structpb.Struct
- func (x *UpsertAssetRequest_Asset) GetDescription() string
- func (x *UpsertAssetRequest_Asset) GetLabels() map[string]string
- func (x *UpsertAssetRequest_Asset) GetName() string
- func (x *UpsertAssetRequest_Asset) GetOwners() []*User
- func (x *UpsertAssetRequest_Asset) GetService() string
- func (x *UpsertAssetRequest_Asset) GetType() string
- func (x *UpsertAssetRequest_Asset) GetUrl() string
- func (x *UpsertAssetRequest_Asset) GetUrn() string
- func (*UpsertAssetRequest_Asset) ProtoMessage()
- func (x *UpsertAssetRequest_Asset) ProtoReflect() protoreflect.Message
- func (x *UpsertAssetRequest_Asset) Reset()
- func (x *UpsertAssetRequest_Asset) String() string
- func (m *UpsertAssetRequest_Asset) Validate() error
- func (m *UpsertAssetRequest_Asset) ValidateAll() error
- type UpsertAssetRequest_AssetMultiError
- type UpsertAssetRequest_AssetValidationError
- func (e UpsertAssetRequest_AssetValidationError) Cause() error
- func (e UpsertAssetRequest_AssetValidationError) Error() string
- func (e UpsertAssetRequest_AssetValidationError) ErrorName() string
- func (e UpsertAssetRequest_AssetValidationError) Field() string
- func (e UpsertAssetRequest_AssetValidationError) Key() bool
- func (e UpsertAssetRequest_AssetValidationError) Reason() string
- type UpsertAssetResponse
- func (*UpsertAssetResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpsertAssetResponse) GetId() string
- func (*UpsertAssetResponse) ProtoMessage()
- func (x *UpsertAssetResponse) ProtoReflect() protoreflect.Message
- func (x *UpsertAssetResponse) Reset()
- func (x *UpsertAssetResponse) String() string
- func (m *UpsertAssetResponse) Validate() error
- func (m *UpsertAssetResponse) ValidateAll() error
- type UpsertAssetResponseMultiError
- type UpsertAssetResponseValidationError
- func (e UpsertAssetResponseValidationError) Cause() error
- func (e UpsertAssetResponseValidationError) Error() string
- func (e UpsertAssetResponseValidationError) ErrorName() string
- func (e UpsertAssetResponseValidationError) Field() string
- func (e UpsertAssetResponseValidationError) Key() bool
- func (e UpsertAssetResponseValidationError) Reason() string
- type UpsertPatchAssetRequest
- func (*UpsertPatchAssetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpsertPatchAssetRequest) GetAsset() *UpsertPatchAssetRequest_Asset
- func (x *UpsertPatchAssetRequest) GetDownstreams() []*LineageNode
- func (x *UpsertPatchAssetRequest) GetOverwriteLineage() bool
- func (x *UpsertPatchAssetRequest) GetUpstreams() []*LineageNode
- func (*UpsertPatchAssetRequest) ProtoMessage()
- func (x *UpsertPatchAssetRequest) ProtoReflect() protoreflect.Message
- func (x *UpsertPatchAssetRequest) Reset()
- func (x *UpsertPatchAssetRequest) String() string
- func (m *UpsertPatchAssetRequest) Validate() error
- func (m *UpsertPatchAssetRequest) ValidateAll() error
- type UpsertPatchAssetRequestMultiError
- type UpsertPatchAssetRequestValidationError
- func (e UpsertPatchAssetRequestValidationError) Cause() error
- func (e UpsertPatchAssetRequestValidationError) Error() string
- func (e UpsertPatchAssetRequestValidationError) ErrorName() string
- func (e UpsertPatchAssetRequestValidationError) Field() string
- func (e UpsertPatchAssetRequestValidationError) Key() bool
- func (e UpsertPatchAssetRequestValidationError) Reason() string
- type UpsertPatchAssetRequest_Asset
- func (*UpsertPatchAssetRequest_Asset) Descriptor() ([]byte, []int)deprecated
- func (x *UpsertPatchAssetRequest_Asset) GetData() *structpb.Struct
- func (x *UpsertPatchAssetRequest_Asset) GetDescription() *wrapperspb.StringValue
- func (x *UpsertPatchAssetRequest_Asset) GetLabels() map[string]string
- func (x *UpsertPatchAssetRequest_Asset) GetName() *wrapperspb.StringValue
- func (x *UpsertPatchAssetRequest_Asset) GetOwners() []*User
- func (x *UpsertPatchAssetRequest_Asset) GetService() string
- func (x *UpsertPatchAssetRequest_Asset) GetType() string
- func (x *UpsertPatchAssetRequest_Asset) GetUrl() string
- func (x *UpsertPatchAssetRequest_Asset) GetUrn() string
- func (*UpsertPatchAssetRequest_Asset) ProtoMessage()
- func (x *UpsertPatchAssetRequest_Asset) ProtoReflect() protoreflect.Message
- func (x *UpsertPatchAssetRequest_Asset) Reset()
- func (x *UpsertPatchAssetRequest_Asset) String() string
- func (m *UpsertPatchAssetRequest_Asset) Validate() error
- func (m *UpsertPatchAssetRequest_Asset) ValidateAll() error
- type UpsertPatchAssetRequest_AssetMultiError
- type UpsertPatchAssetRequest_AssetValidationError
- func (e UpsertPatchAssetRequest_AssetValidationError) Cause() error
- func (e UpsertPatchAssetRequest_AssetValidationError) Error() string
- func (e UpsertPatchAssetRequest_AssetValidationError) ErrorName() string
- func (e UpsertPatchAssetRequest_AssetValidationError) Field() string
- func (e UpsertPatchAssetRequest_AssetValidationError) Key() bool
- func (e UpsertPatchAssetRequest_AssetValidationError) Reason() string
- type UpsertPatchAssetResponse
- func (*UpsertPatchAssetResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpsertPatchAssetResponse) GetId() string
- func (*UpsertPatchAssetResponse) ProtoMessage()
- func (x *UpsertPatchAssetResponse) ProtoReflect() protoreflect.Message
- func (x *UpsertPatchAssetResponse) Reset()
- func (x *UpsertPatchAssetResponse) String() string
- func (m *UpsertPatchAssetResponse) Validate() error
- func (m *UpsertPatchAssetResponse) ValidateAll() error
- type UpsertPatchAssetResponseMultiError
- type UpsertPatchAssetResponseValidationError
- func (e UpsertPatchAssetResponseValidationError) Cause() error
- func (e UpsertPatchAssetResponseValidationError) Error() string
- func (e UpsertPatchAssetResponseValidationError) ErrorName() string
- func (e UpsertPatchAssetResponseValidationError) Field() string
- func (e UpsertPatchAssetResponseValidationError) Key() bool
- func (e UpsertPatchAssetResponseValidationError) Reason() string
- type User
- func (*User) Descriptor() ([]byte, []int)deprecated
- func (x *User) GetCreatedAt() *timestamppb.Timestamp
- func (x *User) GetEmail() string
- func (x *User) GetId() string
- func (x *User) GetProvider() string
- func (x *User) GetUpdatedAt() *timestamppb.Timestamp
- func (x *User) GetUuid() string
- func (*User) ProtoMessage()
- func (x *User) ProtoReflect() protoreflect.Message
- func (x *User) Reset()
- func (x *User) String() string
- func (m *User) Validate() error
- func (m *User) ValidateAll() error
- type UserMultiError
- type UserValidationError
Constants ¶
const ( CompassService_GetAllDiscussions_FullMethodName = "/gotocompany.compass.v1beta1.CompassService/GetAllDiscussions" CompassService_CreateDiscussion_FullMethodName = "/gotocompany.compass.v1beta1.CompassService/CreateDiscussion" CompassService_GetDiscussion_FullMethodName = "/gotocompany.compass.v1beta1.CompassService/GetDiscussion" CompassService_PatchDiscussion_FullMethodName = "/gotocompany.compass.v1beta1.CompassService/PatchDiscussion" CompassService_CreateComment_FullMethodName = "/gotocompany.compass.v1beta1.CompassService/CreateComment" CompassService_GetAllComments_FullMethodName = "/gotocompany.compass.v1beta1.CompassService/GetAllComments" CompassService_GetComment_FullMethodName = "/gotocompany.compass.v1beta1.CompassService/GetComment" CompassService_UpdateComment_FullMethodName = "/gotocompany.compass.v1beta1.CompassService/UpdateComment" CompassService_DeleteComment_FullMethodName = "/gotocompany.compass.v1beta1.CompassService/DeleteComment" CompassService_SearchAssets_FullMethodName = "/gotocompany.compass.v1beta1.CompassService/SearchAssets" CompassService_GroupAssets_FullMethodName = "/gotocompany.compass.v1beta1.CompassService/GroupAssets" CompassService_SuggestAssets_FullMethodName = "/gotocompany.compass.v1beta1.CompassService/SuggestAssets" CompassService_GetGraph_FullMethodName = "/gotocompany.compass.v1beta1.CompassService/GetGraph" CompassService_GetAllTypes_FullMethodName = "/gotocompany.compass.v1beta1.CompassService/GetAllTypes" CompassService_GetAllAssets_FullMethodName = "/gotocompany.compass.v1beta1.CompassService/GetAllAssets" CompassService_GetAssetByID_FullMethodName = "/gotocompany.compass.v1beta1.CompassService/GetAssetByID" CompassService_UpsertAsset_FullMethodName = "/gotocompany.compass.v1beta1.CompassService/UpsertAsset" CompassService_UpsertPatchAsset_FullMethodName = "/gotocompany.compass.v1beta1.CompassService/UpsertPatchAsset" CompassService_DeleteAsset_FullMethodName = "/gotocompany.compass.v1beta1.CompassService/DeleteAsset" CompassService_GetAssetStargazers_FullMethodName = "/gotocompany.compass.v1beta1.CompassService/GetAssetStargazers" CompassService_GetAssetVersionHistory_FullMethodName = "/gotocompany.compass.v1beta1.CompassService/GetAssetVersionHistory" CompassService_GetAssetByVersion_FullMethodName = "/gotocompany.compass.v1beta1.CompassService/GetAssetByVersion" CompassService_CreateAssetProbe_FullMethodName = "/gotocompany.compass.v1beta1.CompassService/CreateAssetProbe" CompassService_SyncAssets_FullMethodName = "/gotocompany.compass.v1beta1.CompassService/SyncAssets" CompassService_GetUserStarredAssets_FullMethodName = "/gotocompany.compass.v1beta1.CompassService/GetUserStarredAssets" CompassService_GetMyStarredAssets_FullMethodName = "/gotocompany.compass.v1beta1.CompassService/GetMyStarredAssets" CompassService_GetMyStarredAsset_FullMethodName = "/gotocompany.compass.v1beta1.CompassService/GetMyStarredAsset" CompassService_StarAsset_FullMethodName = "/gotocompany.compass.v1beta1.CompassService/StarAsset" CompassService_UnstarAsset_FullMethodName = "/gotocompany.compass.v1beta1.CompassService/UnstarAsset" CompassService_GetMyDiscussions_FullMethodName = "/gotocompany.compass.v1beta1.CompassService/GetMyDiscussions" CompassService_CreateTagAsset_FullMethodName = "/gotocompany.compass.v1beta1.CompassService/CreateTagAsset" CompassService_GetTagByAssetAndTemplate_FullMethodName = "/gotocompany.compass.v1beta1.CompassService/GetTagByAssetAndTemplate" CompassService_UpdateTagAsset_FullMethodName = "/gotocompany.compass.v1beta1.CompassService/UpdateTagAsset" CompassService_DeleteTagAsset_FullMethodName = "/gotocompany.compass.v1beta1.CompassService/DeleteTagAsset" CompassService_GetAllTagsByAsset_FullMethodName = "/gotocompany.compass.v1beta1.CompassService/GetAllTagsByAsset" CompassService_GetAllTagTemplates_FullMethodName = "/gotocompany.compass.v1beta1.CompassService/GetAllTagTemplates" CompassService_CreateTagTemplate_FullMethodName = "/gotocompany.compass.v1beta1.CompassService/CreateTagTemplate" CompassService_GetTagTemplate_FullMethodName = "/gotocompany.compass.v1beta1.CompassService/GetTagTemplate" CompassService_UpdateTagTemplate_FullMethodName = "/gotocompany.compass.v1beta1.CompassService/UpdateTagTemplate" CompassService_DeleteTagTemplate_FullMethodName = "/gotocompany.compass.v1beta1.CompassService/DeleteTagTemplate" )
Variables ¶
var CompassService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "gotocompany.compass.v1beta1.CompassService", HandlerType: (*CompassServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetAllDiscussions", Handler: _CompassService_GetAllDiscussions_Handler, }, { MethodName: "CreateDiscussion", Handler: _CompassService_CreateDiscussion_Handler, }, { MethodName: "GetDiscussion", Handler: _CompassService_GetDiscussion_Handler, }, { MethodName: "PatchDiscussion", Handler: _CompassService_PatchDiscussion_Handler, }, { MethodName: "CreateComment", Handler: _CompassService_CreateComment_Handler, }, { MethodName: "GetAllComments", Handler: _CompassService_GetAllComments_Handler, }, { MethodName: "GetComment", Handler: _CompassService_GetComment_Handler, }, { MethodName: "UpdateComment", Handler: _CompassService_UpdateComment_Handler, }, { MethodName: "DeleteComment", Handler: _CompassService_DeleteComment_Handler, }, { MethodName: "SearchAssets", Handler: _CompassService_SearchAssets_Handler, }, { MethodName: "GroupAssets", Handler: _CompassService_GroupAssets_Handler, }, { MethodName: "SuggestAssets", Handler: _CompassService_SuggestAssets_Handler, }, { MethodName: "GetGraph", Handler: _CompassService_GetGraph_Handler, }, { MethodName: "GetAllTypes", Handler: _CompassService_GetAllTypes_Handler, }, { MethodName: "GetAllAssets", Handler: _CompassService_GetAllAssets_Handler, }, { MethodName: "GetAssetByID", Handler: _CompassService_GetAssetByID_Handler, }, { MethodName: "UpsertAsset", Handler: _CompassService_UpsertAsset_Handler, }, { MethodName: "UpsertPatchAsset", Handler: _CompassService_UpsertPatchAsset_Handler, }, { MethodName: "DeleteAsset", Handler: _CompassService_DeleteAsset_Handler, }, { MethodName: "GetAssetStargazers", Handler: _CompassService_GetAssetStargazers_Handler, }, { MethodName: "GetAssetVersionHistory", Handler: _CompassService_GetAssetVersionHistory_Handler, }, { MethodName: "GetAssetByVersion", Handler: _CompassService_GetAssetByVersion_Handler, }, { MethodName: "CreateAssetProbe", Handler: _CompassService_CreateAssetProbe_Handler, }, { MethodName: "SyncAssets", Handler: _CompassService_SyncAssets_Handler, }, { MethodName: "GetUserStarredAssets", Handler: _CompassService_GetUserStarredAssets_Handler, }, { MethodName: "GetMyStarredAssets", Handler: _CompassService_GetMyStarredAssets_Handler, }, { MethodName: "GetMyStarredAsset", Handler: _CompassService_GetMyStarredAsset_Handler, }, { MethodName: "StarAsset", Handler: _CompassService_StarAsset_Handler, }, { MethodName: "UnstarAsset", Handler: _CompassService_UnstarAsset_Handler, }, { MethodName: "GetMyDiscussions", Handler: _CompassService_GetMyDiscussions_Handler, }, { MethodName: "CreateTagAsset", Handler: _CompassService_CreateTagAsset_Handler, }, { MethodName: "GetTagByAssetAndTemplate", Handler: _CompassService_GetTagByAssetAndTemplate_Handler, }, { MethodName: "UpdateTagAsset", Handler: _CompassService_UpdateTagAsset_Handler, }, { MethodName: "DeleteTagAsset", Handler: _CompassService_DeleteTagAsset_Handler, }, { MethodName: "GetAllTagsByAsset", Handler: _CompassService_GetAllTagsByAsset_Handler, }, { MethodName: "GetAllTagTemplates", Handler: _CompassService_GetAllTagTemplates_Handler, }, { MethodName: "CreateTagTemplate", Handler: _CompassService_CreateTagTemplate_Handler, }, { MethodName: "GetTagTemplate", Handler: _CompassService_GetTagTemplate_Handler, }, { MethodName: "UpdateTagTemplate", Handler: _CompassService_UpdateTagTemplate_Handler, }, { MethodName: "DeleteTagTemplate", Handler: _CompassService_DeleteTagTemplate_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "gotocompany/compass/v1beta1/service.proto", }
CompassService_ServiceDesc is the grpc.ServiceDesc for CompassService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_gotocompany_compass_v1beta1_service_proto protoreflect.FileDescriptor
Functions ¶
func RegisterCompassServiceHandler ¶
func RegisterCompassServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterCompassServiceHandler registers the http handlers for service CompassService to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterCompassServiceHandlerClient ¶
func RegisterCompassServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client CompassServiceClient) error
RegisterCompassServiceHandlerClient registers the http handlers for service CompassService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "CompassServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "CompassServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "CompassServiceClient" to call the correct interceptors.
func RegisterCompassServiceHandlerFromEndpoint ¶
func RegisterCompassServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterCompassServiceHandlerFromEndpoint is same as RegisterCompassServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterCompassServiceHandlerServer ¶
func RegisterCompassServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server CompassServiceServer) error
RegisterCompassServiceHandlerServer registers the http handlers for service CompassService to "mux". UnaryRPC :call CompassServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterCompassServiceHandlerFromEndpoint instead.
func RegisterCompassServiceServer ¶
func RegisterCompassServiceServer(s grpc.ServiceRegistrar, srv CompassServiceServer)
Types ¶
type Asset ¶
type Asset struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Urn string `protobuf:"bytes,2,opt,name=urn,proto3" json:"urn,omitempty"` Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"` Service string `protobuf:"bytes,4,opt,name=service,proto3" json:"service,omitempty"` Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` Description string `protobuf:"bytes,6,opt,name=description,proto3" json:"description,omitempty"` Data *structpb.Struct `protobuf:"bytes,7,opt,name=data,proto3" json:"data,omitempty"` Labels map[string]string `` /* 153-byte string literal not displayed */ Owners []*User `protobuf:"bytes,9,rep,name=owners,proto3" json:"owners,omitempty"` Version string `protobuf:"bytes,10,opt,name=version,proto3" json:"version,omitempty"` UpdatedBy *User `protobuf:"bytes,11,opt,name=updated_by,json=updatedBy,proto3" json:"updated_by,omitempty"` Changelog []*Change `protobuf:"bytes,12,rep,name=changelog,proto3" json:"changelog,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,13,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,14,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` Url string `protobuf:"bytes,15,opt,name=url,proto3" json:"url,omitempty"` Probes []*Probe `protobuf:"bytes,16,rep,name=probes,proto3" json:"probes,omitempty"` // contains filtered or unexported fields }
func (*Asset) Descriptor
deprecated
func (*Asset) GetChangelog ¶
func (*Asset) GetCreatedAt ¶
func (x *Asset) GetCreatedAt() *timestamppb.Timestamp
func (*Asset) GetDescription ¶
func (*Asset) GetService ¶
func (*Asset) GetUpdatedAt ¶
func (x *Asset) GetUpdatedAt() *timestamppb.Timestamp
func (*Asset) GetUpdatedBy ¶
func (*Asset) GetVersion ¶
func (*Asset) ProtoMessage ¶
func (*Asset) ProtoMessage()
func (*Asset) ProtoReflect ¶
func (x *Asset) ProtoReflect() protoreflect.Message
func (*Asset) Validate ¶
Validate checks the field values on Asset with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*Asset) ValidateAll ¶
ValidateAll checks the field values on Asset with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AssetMultiError, or nil if none found.
type AssetGroup ¶ added in v0.5.4
type AssetGroup struct { GroupFields []*GroupField `protobuf:"bytes,1,rep,name=group_fields,json=groupFields,proto3" json:"group_fields,omitempty"` Assets []*Asset `protobuf:"bytes,2,rep,name=assets,proto3" json:"assets,omitempty"` // contains filtered or unexported fields }
func (*AssetGroup) Descriptor
deprecated
added in
v0.5.4
func (*AssetGroup) Descriptor() ([]byte, []int)
Deprecated: Use AssetGroup.ProtoReflect.Descriptor instead.
func (*AssetGroup) GetAssets ¶ added in v0.5.4
func (x *AssetGroup) GetAssets() []*Asset
func (*AssetGroup) GetGroupFields ¶ added in v0.5.4
func (x *AssetGroup) GetGroupFields() []*GroupField
func (*AssetGroup) ProtoMessage ¶ added in v0.5.4
func (*AssetGroup) ProtoMessage()
func (*AssetGroup) ProtoReflect ¶ added in v0.5.4
func (x *AssetGroup) ProtoReflect() protoreflect.Message
func (*AssetGroup) Reset ¶ added in v0.5.4
func (x *AssetGroup) Reset()
func (*AssetGroup) String ¶ added in v0.5.4
func (x *AssetGroup) String() string
func (*AssetGroup) Validate ¶ added in v0.5.4
func (m *AssetGroup) Validate() error
Validate checks the field values on AssetGroup with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*AssetGroup) ValidateAll ¶ added in v0.5.4
func (m *AssetGroup) ValidateAll() error
ValidateAll checks the field values on AssetGroup with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AssetGroupMultiError, or nil if none found.
type AssetGroupMultiError ¶ added in v0.5.4
type AssetGroupMultiError []error
AssetGroupMultiError is an error wrapping multiple validation errors returned by AssetGroup.ValidateAll() if the designated constraints aren't met.
func (AssetGroupMultiError) AllErrors ¶ added in v0.5.4
func (m AssetGroupMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (AssetGroupMultiError) Error ¶ added in v0.5.4
func (m AssetGroupMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type AssetGroupValidationError ¶ added in v0.5.4
type AssetGroupValidationError struct {
// contains filtered or unexported fields
}
AssetGroupValidationError is the validation error returned by AssetGroup.Validate if the designated constraints aren't met.
func (AssetGroupValidationError) Cause ¶ added in v0.5.4
func (e AssetGroupValidationError) Cause() error
Cause function returns cause value.
func (AssetGroupValidationError) Error ¶ added in v0.5.4
func (e AssetGroupValidationError) Error() string
Error satisfies the builtin error interface
func (AssetGroupValidationError) ErrorName ¶ added in v0.5.4
func (e AssetGroupValidationError) ErrorName() string
ErrorName returns error name.
func (AssetGroupValidationError) Field ¶ added in v0.5.4
func (e AssetGroupValidationError) Field() string
Field function returns field value.
func (AssetGroupValidationError) Key ¶ added in v0.5.4
func (e AssetGroupValidationError) Key() bool
Key function returns key value.
func (AssetGroupValidationError) Reason ¶ added in v0.5.4
func (e AssetGroupValidationError) Reason() string
Reason function returns reason value.
type AssetMultiError ¶
type AssetMultiError []error
AssetMultiError is an error wrapping multiple validation errors returned by Asset.ValidateAll() if the designated constraints aren't met.
func (AssetMultiError) AllErrors ¶
func (m AssetMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (AssetMultiError) Error ¶
func (m AssetMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type AssetValidationError ¶
type AssetValidationError struct {
// contains filtered or unexported fields
}
AssetValidationError is the validation error returned by Asset.Validate if the designated constraints aren't met.
func (AssetValidationError) Cause ¶
func (e AssetValidationError) Cause() error
Cause function returns cause value.
func (AssetValidationError) Error ¶
func (e AssetValidationError) Error() string
Error satisfies the builtin error interface
func (AssetValidationError) ErrorName ¶
func (e AssetValidationError) ErrorName() string
ErrorName returns error name.
func (AssetValidationError) Field ¶
func (e AssetValidationError) Field() string
Field function returns field value.
func (AssetValidationError) Key ¶
func (e AssetValidationError) Key() bool
Key function returns key value.
func (AssetValidationError) Reason ¶
func (e AssetValidationError) Reason() string
Reason function returns reason value.
type Change ¶
type Change struct { Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` Path []string `protobuf:"bytes,2,rep,name=path,proto3" json:"path,omitempty"` From *structpb.Value `protobuf:"bytes,3,opt,name=from,proto3" json:"from,omitempty"` To *structpb.Value `protobuf:"bytes,4,opt,name=to,proto3" json:"to,omitempty"` // contains filtered or unexported fields }
func (*Change) Descriptor
deprecated
func (*Change) ProtoMessage ¶
func (*Change) ProtoMessage()
func (*Change) ProtoReflect ¶
func (x *Change) ProtoReflect() protoreflect.Message
func (*Change) Validate ¶
Validate checks the field values on Change with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*Change) ValidateAll ¶
ValidateAll checks the field values on Change with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ChangeMultiError, or nil if none found.
type ChangeMultiError ¶
type ChangeMultiError []error
ChangeMultiError is an error wrapping multiple validation errors returned by Change.ValidateAll() if the designated constraints aren't met.
func (ChangeMultiError) AllErrors ¶
func (m ChangeMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ChangeMultiError) Error ¶
func (m ChangeMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ChangeValidationError ¶
type ChangeValidationError struct {
// contains filtered or unexported fields
}
ChangeValidationError is the validation error returned by Change.Validate if the designated constraints aren't met.
func (ChangeValidationError) Cause ¶
func (e ChangeValidationError) Cause() error
Cause function returns cause value.
func (ChangeValidationError) Error ¶
func (e ChangeValidationError) Error() string
Error satisfies the builtin error interface
func (ChangeValidationError) ErrorName ¶
func (e ChangeValidationError) ErrorName() string
ErrorName returns error name.
func (ChangeValidationError) Field ¶
func (e ChangeValidationError) Field() string
Field function returns field value.
func (ChangeValidationError) Key ¶
func (e ChangeValidationError) Key() bool
Key function returns key value.
func (ChangeValidationError) Reason ¶
func (e ChangeValidationError) Reason() string
Reason function returns reason value.
type Comment ¶
type Comment struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` DiscussionId string `protobuf:"bytes,2,opt,name=discussion_id,json=discussionId,proto3" json:"discussion_id,omitempty"` Body string `protobuf:"bytes,3,opt,name=body,proto3" json:"body,omitempty"` Owner *User `protobuf:"bytes,4,opt,name=owner,proto3" json:"owner,omitempty"` UpdatedBy *User `protobuf:"bytes,5,opt,name=updated_by,json=updatedBy,proto3" json:"updated_by,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` // contains filtered or unexported fields }
func (*Comment) Descriptor
deprecated
func (*Comment) GetCreatedAt ¶
func (x *Comment) GetCreatedAt() *timestamppb.Timestamp
func (*Comment) GetDiscussionId ¶
func (*Comment) GetUpdatedAt ¶
func (x *Comment) GetUpdatedAt() *timestamppb.Timestamp
func (*Comment) GetUpdatedBy ¶
func (*Comment) ProtoMessage ¶
func (*Comment) ProtoMessage()
func (*Comment) ProtoReflect ¶
func (x *Comment) ProtoReflect() protoreflect.Message
func (*Comment) Validate ¶
Validate checks the field values on Comment with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*Comment) ValidateAll ¶
ValidateAll checks the field values on Comment with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CommentMultiError, or nil if none found.
type CommentMultiError ¶
type CommentMultiError []error
CommentMultiError is an error wrapping multiple validation errors returned by Comment.ValidateAll() if the designated constraints aren't met.
func (CommentMultiError) AllErrors ¶
func (m CommentMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CommentMultiError) Error ¶
func (m CommentMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CommentValidationError ¶
type CommentValidationError struct {
// contains filtered or unexported fields
}
CommentValidationError is the validation error returned by Comment.Validate if the designated constraints aren't met.
func (CommentValidationError) Cause ¶
func (e CommentValidationError) Cause() error
Cause function returns cause value.
func (CommentValidationError) Error ¶
func (e CommentValidationError) Error() string
Error satisfies the builtin error interface
func (CommentValidationError) ErrorName ¶
func (e CommentValidationError) ErrorName() string
ErrorName returns error name.
func (CommentValidationError) Field ¶
func (e CommentValidationError) Field() string
Field function returns field value.
func (CommentValidationError) Key ¶
func (e CommentValidationError) Key() bool
Key function returns key value.
func (CommentValidationError) Reason ¶
func (e CommentValidationError) Reason() string
Reason function returns reason value.
type CompassServiceClient ¶
type CompassServiceClient interface { // Domain: Discussion GetAllDiscussions(ctx context.Context, in *GetAllDiscussionsRequest, opts ...grpc.CallOption) (*GetAllDiscussionsResponse, error) CreateDiscussion(ctx context.Context, in *CreateDiscussionRequest, opts ...grpc.CallOption) (*CreateDiscussionResponse, error) GetDiscussion(ctx context.Context, in *GetDiscussionRequest, opts ...grpc.CallOption) (*GetDiscussionResponse, error) PatchDiscussion(ctx context.Context, in *PatchDiscussionRequest, opts ...grpc.CallOption) (*PatchDiscussionResponse, error) CreateComment(ctx context.Context, in *CreateCommentRequest, opts ...grpc.CallOption) (*CreateCommentResponse, error) GetAllComments(ctx context.Context, in *GetAllCommentsRequest, opts ...grpc.CallOption) (*GetAllCommentsResponse, error) GetComment(ctx context.Context, in *GetCommentRequest, opts ...grpc.CallOption) (*GetCommentResponse, error) UpdateComment(ctx context.Context, in *UpdateCommentRequest, opts ...grpc.CallOption) (*UpdateCommentResponse, error) DeleteComment(ctx context.Context, in *DeleteCommentRequest, opts ...grpc.CallOption) (*DeleteCommentResponse, error) // Domain: Asset SearchAssets(ctx context.Context, in *SearchAssetsRequest, opts ...grpc.CallOption) (*SearchAssetsResponse, error) // Domain: Asset GroupAssets(ctx context.Context, in *GroupAssetsRequest, opts ...grpc.CallOption) (*GroupAssetsResponse, error) SuggestAssets(ctx context.Context, in *SuggestAssetsRequest, opts ...grpc.CallOption) (*SuggestAssetsResponse, error) GetGraph(ctx context.Context, in *GetGraphRequest, opts ...grpc.CallOption) (*GetGraphResponse, error) GetAllTypes(ctx context.Context, in *GetAllTypesRequest, opts ...grpc.CallOption) (*GetAllTypesResponse, error) GetAllAssets(ctx context.Context, in *GetAllAssetsRequest, opts ...grpc.CallOption) (*GetAllAssetsResponse, error) GetAssetByID(ctx context.Context, in *GetAssetByIDRequest, opts ...grpc.CallOption) (*GetAssetByIDResponse, error) UpsertAsset(ctx context.Context, in *UpsertAssetRequest, opts ...grpc.CallOption) (*UpsertAssetResponse, error) UpsertPatchAsset(ctx context.Context, in *UpsertPatchAssetRequest, opts ...grpc.CallOption) (*UpsertPatchAssetResponse, error) DeleteAsset(ctx context.Context, in *DeleteAssetRequest, opts ...grpc.CallOption) (*DeleteAssetResponse, error) GetAssetStargazers(ctx context.Context, in *GetAssetStargazersRequest, opts ...grpc.CallOption) (*GetAssetStargazersResponse, error) GetAssetVersionHistory(ctx context.Context, in *GetAssetVersionHistoryRequest, opts ...grpc.CallOption) (*GetAssetVersionHistoryResponse, error) GetAssetByVersion(ctx context.Context, in *GetAssetByVersionRequest, opts ...grpc.CallOption) (*GetAssetByVersionResponse, error) CreateAssetProbe(ctx context.Context, in *CreateAssetProbeRequest, opts ...grpc.CallOption) (*CreateAssetProbeResponse, error) SyncAssets(ctx context.Context, in *SyncAssetsRequest, opts ...grpc.CallOption) (*SyncAssetsResponse, error) // Domain: User * Star GetUserStarredAssets(ctx context.Context, in *GetUserStarredAssetsRequest, opts ...grpc.CallOption) (*GetUserStarredAssetsResponse, error) GetMyStarredAssets(ctx context.Context, in *GetMyStarredAssetsRequest, opts ...grpc.CallOption) (*GetMyStarredAssetsResponse, error) GetMyStarredAsset(ctx context.Context, in *GetMyStarredAssetRequest, opts ...grpc.CallOption) (*GetMyStarredAssetResponse, error) StarAsset(ctx context.Context, in *StarAssetRequest, opts ...grpc.CallOption) (*StarAssetResponse, error) UnstarAsset(ctx context.Context, in *UnstarAssetRequest, opts ...grpc.CallOption) (*UnstarAssetResponse, error) GetMyDiscussions(ctx context.Context, in *GetMyDiscussionsRequest, opts ...grpc.CallOption) (*GetMyDiscussionsResponse, error) // Domain: Tag Templates CreateTagAsset(ctx context.Context, in *CreateTagAssetRequest, opts ...grpc.CallOption) (*CreateTagAssetResponse, error) GetTagByAssetAndTemplate(ctx context.Context, in *GetTagByAssetAndTemplateRequest, opts ...grpc.CallOption) (*GetTagByAssetAndTemplateResponse, error) UpdateTagAsset(ctx context.Context, in *UpdateTagAssetRequest, opts ...grpc.CallOption) (*UpdateTagAssetResponse, error) DeleteTagAsset(ctx context.Context, in *DeleteTagAssetRequest, opts ...grpc.CallOption) (*DeleteTagAssetResponse, error) GetAllTagsByAsset(ctx context.Context, in *GetAllTagsByAssetRequest, opts ...grpc.CallOption) (*GetAllTagsByAssetResponse, error) GetAllTagTemplates(ctx context.Context, in *GetAllTagTemplatesRequest, opts ...grpc.CallOption) (*GetAllTagTemplatesResponse, error) CreateTagTemplate(ctx context.Context, in *CreateTagTemplateRequest, opts ...grpc.CallOption) (*CreateTagTemplateResponse, error) GetTagTemplate(ctx context.Context, in *GetTagTemplateRequest, opts ...grpc.CallOption) (*GetTagTemplateResponse, error) UpdateTagTemplate(ctx context.Context, in *UpdateTagTemplateRequest, opts ...grpc.CallOption) (*UpdateTagTemplateResponse, error) DeleteTagTemplate(ctx context.Context, in *DeleteTagTemplateRequest, opts ...grpc.CallOption) (*DeleteTagTemplateResponse, error) }
CompassServiceClient is the client API for CompassService 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 NewCompassServiceClient ¶
func NewCompassServiceClient(cc grpc.ClientConnInterface) CompassServiceClient
type CompassServiceServer ¶
type CompassServiceServer interface { // Domain: Discussion GetAllDiscussions(context.Context, *GetAllDiscussionsRequest) (*GetAllDiscussionsResponse, error) CreateDiscussion(context.Context, *CreateDiscussionRequest) (*CreateDiscussionResponse, error) GetDiscussion(context.Context, *GetDiscussionRequest) (*GetDiscussionResponse, error) PatchDiscussion(context.Context, *PatchDiscussionRequest) (*PatchDiscussionResponse, error) CreateComment(context.Context, *CreateCommentRequest) (*CreateCommentResponse, error) GetAllComments(context.Context, *GetAllCommentsRequest) (*GetAllCommentsResponse, error) GetComment(context.Context, *GetCommentRequest) (*GetCommentResponse, error) UpdateComment(context.Context, *UpdateCommentRequest) (*UpdateCommentResponse, error) DeleteComment(context.Context, *DeleteCommentRequest) (*DeleteCommentResponse, error) // Domain: Asset SearchAssets(context.Context, *SearchAssetsRequest) (*SearchAssetsResponse, error) // Domain: Asset GroupAssets(context.Context, *GroupAssetsRequest) (*GroupAssetsResponse, error) SuggestAssets(context.Context, *SuggestAssetsRequest) (*SuggestAssetsResponse, error) GetGraph(context.Context, *GetGraphRequest) (*GetGraphResponse, error) GetAllTypes(context.Context, *GetAllTypesRequest) (*GetAllTypesResponse, error) GetAllAssets(context.Context, *GetAllAssetsRequest) (*GetAllAssetsResponse, error) GetAssetByID(context.Context, *GetAssetByIDRequest) (*GetAssetByIDResponse, error) UpsertAsset(context.Context, *UpsertAssetRequest) (*UpsertAssetResponse, error) UpsertPatchAsset(context.Context, *UpsertPatchAssetRequest) (*UpsertPatchAssetResponse, error) DeleteAsset(context.Context, *DeleteAssetRequest) (*DeleteAssetResponse, error) GetAssetStargazers(context.Context, *GetAssetStargazersRequest) (*GetAssetStargazersResponse, error) GetAssetVersionHistory(context.Context, *GetAssetVersionHistoryRequest) (*GetAssetVersionHistoryResponse, error) GetAssetByVersion(context.Context, *GetAssetByVersionRequest) (*GetAssetByVersionResponse, error) CreateAssetProbe(context.Context, *CreateAssetProbeRequest) (*CreateAssetProbeResponse, error) SyncAssets(context.Context, *SyncAssetsRequest) (*SyncAssetsResponse, error) // Domain: User * Star GetUserStarredAssets(context.Context, *GetUserStarredAssetsRequest) (*GetUserStarredAssetsResponse, error) GetMyStarredAssets(context.Context, *GetMyStarredAssetsRequest) (*GetMyStarredAssetsResponse, error) GetMyStarredAsset(context.Context, *GetMyStarredAssetRequest) (*GetMyStarredAssetResponse, error) StarAsset(context.Context, *StarAssetRequest) (*StarAssetResponse, error) UnstarAsset(context.Context, *UnstarAssetRequest) (*UnstarAssetResponse, error) GetMyDiscussions(context.Context, *GetMyDiscussionsRequest) (*GetMyDiscussionsResponse, error) // Domain: Tag Templates CreateTagAsset(context.Context, *CreateTagAssetRequest) (*CreateTagAssetResponse, error) GetTagByAssetAndTemplate(context.Context, *GetTagByAssetAndTemplateRequest) (*GetTagByAssetAndTemplateResponse, error) UpdateTagAsset(context.Context, *UpdateTagAssetRequest) (*UpdateTagAssetResponse, error) DeleteTagAsset(context.Context, *DeleteTagAssetRequest) (*DeleteTagAssetResponse, error) GetAllTagsByAsset(context.Context, *GetAllTagsByAssetRequest) (*GetAllTagsByAssetResponse, error) GetAllTagTemplates(context.Context, *GetAllTagTemplatesRequest) (*GetAllTagTemplatesResponse, error) CreateTagTemplate(context.Context, *CreateTagTemplateRequest) (*CreateTagTemplateResponse, error) GetTagTemplate(context.Context, *GetTagTemplateRequest) (*GetTagTemplateResponse, error) UpdateTagTemplate(context.Context, *UpdateTagTemplateRequest) (*UpdateTagTemplateResponse, error) DeleteTagTemplate(context.Context, *DeleteTagTemplateRequest) (*DeleteTagTemplateResponse, error) // contains filtered or unexported methods }
CompassServiceServer is the server API for CompassService service. All implementations must embed UnimplementedCompassServiceServer for forward compatibility
type CreateAssetProbeRequest ¶
type CreateAssetProbeRequest struct { AssetUrn string `protobuf:"bytes,1,opt,name=asset_urn,json=assetUrn,proto3" json:"asset_urn,omitempty"` Probe *CreateAssetProbeRequest_Probe `protobuf:"bytes,2,opt,name=probe,proto3" json:"probe,omitempty"` // contains filtered or unexported fields }
func (*CreateAssetProbeRequest) Descriptor
deprecated
func (*CreateAssetProbeRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateAssetProbeRequest.ProtoReflect.Descriptor instead.
func (*CreateAssetProbeRequest) GetAssetUrn ¶
func (x *CreateAssetProbeRequest) GetAssetUrn() string
func (*CreateAssetProbeRequest) GetProbe ¶
func (x *CreateAssetProbeRequest) GetProbe() *CreateAssetProbeRequest_Probe
func (*CreateAssetProbeRequest) ProtoMessage ¶
func (*CreateAssetProbeRequest) ProtoMessage()
func (*CreateAssetProbeRequest) ProtoReflect ¶
func (x *CreateAssetProbeRequest) ProtoReflect() protoreflect.Message
func (*CreateAssetProbeRequest) Reset ¶
func (x *CreateAssetProbeRequest) Reset()
func (*CreateAssetProbeRequest) String ¶
func (x *CreateAssetProbeRequest) String() string
func (*CreateAssetProbeRequest) Validate ¶
func (m *CreateAssetProbeRequest) Validate() error
Validate checks the field values on CreateAssetProbeRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateAssetProbeRequest) ValidateAll ¶
func (m *CreateAssetProbeRequest) ValidateAll() error
ValidateAll checks the field values on CreateAssetProbeRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateAssetProbeRequestMultiError, or nil if none found.
type CreateAssetProbeRequestMultiError ¶
type CreateAssetProbeRequestMultiError []error
CreateAssetProbeRequestMultiError is an error wrapping multiple validation errors returned by CreateAssetProbeRequest.ValidateAll() if the designated constraints aren't met.
func (CreateAssetProbeRequestMultiError) AllErrors ¶
func (m CreateAssetProbeRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateAssetProbeRequestMultiError) Error ¶
func (m CreateAssetProbeRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateAssetProbeRequestValidationError ¶
type CreateAssetProbeRequestValidationError struct {
// contains filtered or unexported fields
}
CreateAssetProbeRequestValidationError is the validation error returned by CreateAssetProbeRequest.Validate if the designated constraints aren't met.
func (CreateAssetProbeRequestValidationError) Cause ¶
func (e CreateAssetProbeRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateAssetProbeRequestValidationError) Error ¶
func (e CreateAssetProbeRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateAssetProbeRequestValidationError) ErrorName ¶
func (e CreateAssetProbeRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateAssetProbeRequestValidationError) Field ¶
func (e CreateAssetProbeRequestValidationError) Field() string
Field function returns field value.
func (CreateAssetProbeRequestValidationError) Key ¶
func (e CreateAssetProbeRequestValidationError) Key() bool
Key function returns key value.
func (CreateAssetProbeRequestValidationError) Reason ¶
func (e CreateAssetProbeRequestValidationError) Reason() string
Reason function returns reason value.
type CreateAssetProbeRequest_Probe ¶
type CreateAssetProbeRequest_Probe struct { Id string `protobuf:"bytes,5,opt,name=id,proto3" json:"id,omitempty"` // optional Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` StatusReason string `protobuf:"bytes,2,opt,name=status_reason,json=statusReason,proto3" json:"status_reason,omitempty"` Metadata *structpb.Struct `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` Timestamp *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // contains filtered or unexported fields }
func (*CreateAssetProbeRequest_Probe) Descriptor
deprecated
func (*CreateAssetProbeRequest_Probe) Descriptor() ([]byte, []int)
Deprecated: Use CreateAssetProbeRequest_Probe.ProtoReflect.Descriptor instead.
func (*CreateAssetProbeRequest_Probe) GetId ¶ added in v0.5.6
func (x *CreateAssetProbeRequest_Probe) GetId() string
func (*CreateAssetProbeRequest_Probe) GetMetadata ¶
func (x *CreateAssetProbeRequest_Probe) GetMetadata() *structpb.Struct
func (*CreateAssetProbeRequest_Probe) GetStatus ¶
func (x *CreateAssetProbeRequest_Probe) GetStatus() string
func (*CreateAssetProbeRequest_Probe) GetStatusReason ¶
func (x *CreateAssetProbeRequest_Probe) GetStatusReason() string
func (*CreateAssetProbeRequest_Probe) GetTimestamp ¶
func (x *CreateAssetProbeRequest_Probe) GetTimestamp() *timestamppb.Timestamp
func (*CreateAssetProbeRequest_Probe) ProtoMessage ¶
func (*CreateAssetProbeRequest_Probe) ProtoMessage()
func (*CreateAssetProbeRequest_Probe) ProtoReflect ¶
func (x *CreateAssetProbeRequest_Probe) ProtoReflect() protoreflect.Message
func (*CreateAssetProbeRequest_Probe) Reset ¶
func (x *CreateAssetProbeRequest_Probe) Reset()
func (*CreateAssetProbeRequest_Probe) String ¶
func (x *CreateAssetProbeRequest_Probe) String() string
func (*CreateAssetProbeRequest_Probe) Validate ¶
func (m *CreateAssetProbeRequest_Probe) Validate() error
Validate checks the field values on CreateAssetProbeRequest_Probe with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateAssetProbeRequest_Probe) ValidateAll ¶
func (m *CreateAssetProbeRequest_Probe) ValidateAll() error
ValidateAll checks the field values on CreateAssetProbeRequest_Probe with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateAssetProbeRequest_ProbeMultiError, or nil if none found.
type CreateAssetProbeRequest_ProbeMultiError ¶
type CreateAssetProbeRequest_ProbeMultiError []error
CreateAssetProbeRequest_ProbeMultiError is an error wrapping multiple validation errors returned by CreateAssetProbeRequest_Probe.ValidateAll() if the designated constraints aren't met.
func (CreateAssetProbeRequest_ProbeMultiError) AllErrors ¶
func (m CreateAssetProbeRequest_ProbeMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateAssetProbeRequest_ProbeMultiError) Error ¶
func (m CreateAssetProbeRequest_ProbeMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateAssetProbeRequest_ProbeValidationError ¶
type CreateAssetProbeRequest_ProbeValidationError struct {
// contains filtered or unexported fields
}
CreateAssetProbeRequest_ProbeValidationError is the validation error returned by CreateAssetProbeRequest_Probe.Validate if the designated constraints aren't met.
func (CreateAssetProbeRequest_ProbeValidationError) Cause ¶
func (e CreateAssetProbeRequest_ProbeValidationError) Cause() error
Cause function returns cause value.
func (CreateAssetProbeRequest_ProbeValidationError) Error ¶
func (e CreateAssetProbeRequest_ProbeValidationError) Error() string
Error satisfies the builtin error interface
func (CreateAssetProbeRequest_ProbeValidationError) ErrorName ¶
func (e CreateAssetProbeRequest_ProbeValidationError) ErrorName() string
ErrorName returns error name.
func (CreateAssetProbeRequest_ProbeValidationError) Field ¶
func (e CreateAssetProbeRequest_ProbeValidationError) Field() string
Field function returns field value.
func (CreateAssetProbeRequest_ProbeValidationError) Key ¶
func (e CreateAssetProbeRequest_ProbeValidationError) Key() bool
Key function returns key value.
func (CreateAssetProbeRequest_ProbeValidationError) Reason ¶
func (e CreateAssetProbeRequest_ProbeValidationError) Reason() string
Reason function returns reason value.
type CreateAssetProbeResponse ¶
type CreateAssetProbeResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*CreateAssetProbeResponse) Descriptor
deprecated
func (*CreateAssetProbeResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateAssetProbeResponse.ProtoReflect.Descriptor instead.
func (*CreateAssetProbeResponse) GetId ¶
func (x *CreateAssetProbeResponse) GetId() string
func (*CreateAssetProbeResponse) ProtoMessage ¶
func (*CreateAssetProbeResponse) ProtoMessage()
func (*CreateAssetProbeResponse) ProtoReflect ¶
func (x *CreateAssetProbeResponse) ProtoReflect() protoreflect.Message
func (*CreateAssetProbeResponse) Reset ¶
func (x *CreateAssetProbeResponse) Reset()
func (*CreateAssetProbeResponse) String ¶
func (x *CreateAssetProbeResponse) String() string
func (*CreateAssetProbeResponse) Validate ¶
func (m *CreateAssetProbeResponse) Validate() error
Validate checks the field values on CreateAssetProbeResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateAssetProbeResponse) ValidateAll ¶
func (m *CreateAssetProbeResponse) ValidateAll() error
ValidateAll checks the field values on CreateAssetProbeResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateAssetProbeResponseMultiError, or nil if none found.
type CreateAssetProbeResponseMultiError ¶
type CreateAssetProbeResponseMultiError []error
CreateAssetProbeResponseMultiError is an error wrapping multiple validation errors returned by CreateAssetProbeResponse.ValidateAll() if the designated constraints aren't met.
func (CreateAssetProbeResponseMultiError) AllErrors ¶
func (m CreateAssetProbeResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateAssetProbeResponseMultiError) Error ¶
func (m CreateAssetProbeResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateAssetProbeResponseValidationError ¶
type CreateAssetProbeResponseValidationError struct {
// contains filtered or unexported fields
}
CreateAssetProbeResponseValidationError is the validation error returned by CreateAssetProbeResponse.Validate if the designated constraints aren't met.
func (CreateAssetProbeResponseValidationError) Cause ¶
func (e CreateAssetProbeResponseValidationError) Cause() error
Cause function returns cause value.
func (CreateAssetProbeResponseValidationError) Error ¶
func (e CreateAssetProbeResponseValidationError) Error() string
Error satisfies the builtin error interface
func (CreateAssetProbeResponseValidationError) ErrorName ¶
func (e CreateAssetProbeResponseValidationError) ErrorName() string
ErrorName returns error name.
func (CreateAssetProbeResponseValidationError) Field ¶
func (e CreateAssetProbeResponseValidationError) Field() string
Field function returns field value.
func (CreateAssetProbeResponseValidationError) Key ¶
func (e CreateAssetProbeResponseValidationError) Key() bool
Key function returns key value.
func (CreateAssetProbeResponseValidationError) Reason ¶
func (e CreateAssetProbeResponseValidationError) Reason() string
Reason function returns reason value.
type CreateCommentRequest ¶
type CreateCommentRequest struct { DiscussionId string `protobuf:"bytes,1,opt,name=discussion_id,json=discussionId,proto3" json:"discussion_id,omitempty"` Body string `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"` // contains filtered or unexported fields }
func (*CreateCommentRequest) Descriptor
deprecated
func (*CreateCommentRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateCommentRequest.ProtoReflect.Descriptor instead.
func (*CreateCommentRequest) GetBody ¶
func (x *CreateCommentRequest) GetBody() string
func (*CreateCommentRequest) GetDiscussionId ¶
func (x *CreateCommentRequest) GetDiscussionId() string
func (*CreateCommentRequest) ProtoMessage ¶
func (*CreateCommentRequest) ProtoMessage()
func (*CreateCommentRequest) ProtoReflect ¶
func (x *CreateCommentRequest) ProtoReflect() protoreflect.Message
func (*CreateCommentRequest) Reset ¶
func (x *CreateCommentRequest) Reset()
func (*CreateCommentRequest) String ¶
func (x *CreateCommentRequest) String() string
func (*CreateCommentRequest) Validate ¶
func (m *CreateCommentRequest) Validate() error
Validate checks the field values on CreateCommentRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateCommentRequest) ValidateAll ¶
func (m *CreateCommentRequest) ValidateAll() error
ValidateAll checks the field values on CreateCommentRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateCommentRequestMultiError, or nil if none found.
type CreateCommentRequestMultiError ¶
type CreateCommentRequestMultiError []error
CreateCommentRequestMultiError is an error wrapping multiple validation errors returned by CreateCommentRequest.ValidateAll() if the designated constraints aren't met.
func (CreateCommentRequestMultiError) AllErrors ¶
func (m CreateCommentRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateCommentRequestMultiError) Error ¶
func (m CreateCommentRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateCommentRequestValidationError ¶
type CreateCommentRequestValidationError struct {
// contains filtered or unexported fields
}
CreateCommentRequestValidationError is the validation error returned by CreateCommentRequest.Validate if the designated constraints aren't met.
func (CreateCommentRequestValidationError) Cause ¶
func (e CreateCommentRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateCommentRequestValidationError) Error ¶
func (e CreateCommentRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateCommentRequestValidationError) ErrorName ¶
func (e CreateCommentRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateCommentRequestValidationError) Field ¶
func (e CreateCommentRequestValidationError) Field() string
Field function returns field value.
func (CreateCommentRequestValidationError) Key ¶
func (e CreateCommentRequestValidationError) Key() bool
Key function returns key value.
func (CreateCommentRequestValidationError) Reason ¶
func (e CreateCommentRequestValidationError) Reason() string
Reason function returns reason value.
type CreateCommentResponse ¶
type CreateCommentResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*CreateCommentResponse) Descriptor
deprecated
func (*CreateCommentResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateCommentResponse.ProtoReflect.Descriptor instead.
func (*CreateCommentResponse) GetId ¶
func (x *CreateCommentResponse) GetId() string
func (*CreateCommentResponse) ProtoMessage ¶
func (*CreateCommentResponse) ProtoMessage()
func (*CreateCommentResponse) ProtoReflect ¶
func (x *CreateCommentResponse) ProtoReflect() protoreflect.Message
func (*CreateCommentResponse) Reset ¶
func (x *CreateCommentResponse) Reset()
func (*CreateCommentResponse) String ¶
func (x *CreateCommentResponse) String() string
func (*CreateCommentResponse) Validate ¶
func (m *CreateCommentResponse) Validate() error
Validate checks the field values on CreateCommentResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateCommentResponse) ValidateAll ¶
func (m *CreateCommentResponse) ValidateAll() error
ValidateAll checks the field values on CreateCommentResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateCommentResponseMultiError, or nil if none found.
type CreateCommentResponseMultiError ¶
type CreateCommentResponseMultiError []error
CreateCommentResponseMultiError is an error wrapping multiple validation errors returned by CreateCommentResponse.ValidateAll() if the designated constraints aren't met.
func (CreateCommentResponseMultiError) AllErrors ¶
func (m CreateCommentResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateCommentResponseMultiError) Error ¶
func (m CreateCommentResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateCommentResponseValidationError ¶
type CreateCommentResponseValidationError struct {
// contains filtered or unexported fields
}
CreateCommentResponseValidationError is the validation error returned by CreateCommentResponse.Validate if the designated constraints aren't met.
func (CreateCommentResponseValidationError) Cause ¶
func (e CreateCommentResponseValidationError) Cause() error
Cause function returns cause value.
func (CreateCommentResponseValidationError) Error ¶
func (e CreateCommentResponseValidationError) Error() string
Error satisfies the builtin error interface
func (CreateCommentResponseValidationError) ErrorName ¶
func (e CreateCommentResponseValidationError) ErrorName() string
ErrorName returns error name.
func (CreateCommentResponseValidationError) Field ¶
func (e CreateCommentResponseValidationError) Field() string
Field function returns field value.
func (CreateCommentResponseValidationError) Key ¶
func (e CreateCommentResponseValidationError) Key() bool
Key function returns key value.
func (CreateCommentResponseValidationError) Reason ¶
func (e CreateCommentResponseValidationError) Reason() string
Reason function returns reason value.
type CreateDiscussionRequest ¶
type CreateDiscussionRequest struct { Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"` Body string `protobuf:"bytes,3,opt,name=body,proto3" json:"body,omitempty"` Type string `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"` State string `protobuf:"bytes,5,opt,name=state,proto3" json:"state,omitempty"` Labels []string `protobuf:"bytes,6,rep,name=labels,proto3" json:"labels,omitempty"` Assets []string `protobuf:"bytes,7,rep,name=assets,proto3" json:"assets,omitempty"` Assignees []string `protobuf:"bytes,8,rep,name=assignees,proto3" json:"assignees,omitempty"` // contains filtered or unexported fields }
func (*CreateDiscussionRequest) Descriptor
deprecated
func (*CreateDiscussionRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateDiscussionRequest.ProtoReflect.Descriptor instead.
func (*CreateDiscussionRequest) GetAssets ¶
func (x *CreateDiscussionRequest) GetAssets() []string
func (*CreateDiscussionRequest) GetAssignees ¶
func (x *CreateDiscussionRequest) GetAssignees() []string
func (*CreateDiscussionRequest) GetBody ¶
func (x *CreateDiscussionRequest) GetBody() string
func (*CreateDiscussionRequest) GetLabels ¶
func (x *CreateDiscussionRequest) GetLabels() []string
func (*CreateDiscussionRequest) GetState ¶
func (x *CreateDiscussionRequest) GetState() string
func (*CreateDiscussionRequest) GetTitle ¶
func (x *CreateDiscussionRequest) GetTitle() string
func (*CreateDiscussionRequest) GetType ¶
func (x *CreateDiscussionRequest) GetType() string
func (*CreateDiscussionRequest) ProtoMessage ¶
func (*CreateDiscussionRequest) ProtoMessage()
func (*CreateDiscussionRequest) ProtoReflect ¶
func (x *CreateDiscussionRequest) ProtoReflect() protoreflect.Message
func (*CreateDiscussionRequest) Reset ¶
func (x *CreateDiscussionRequest) Reset()
func (*CreateDiscussionRequest) String ¶
func (x *CreateDiscussionRequest) String() string
func (*CreateDiscussionRequest) Validate ¶
func (m *CreateDiscussionRequest) Validate() error
Validate checks the field values on CreateDiscussionRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateDiscussionRequest) ValidateAll ¶
func (m *CreateDiscussionRequest) ValidateAll() error
ValidateAll checks the field values on CreateDiscussionRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateDiscussionRequestMultiError, or nil if none found.
type CreateDiscussionRequestMultiError ¶
type CreateDiscussionRequestMultiError []error
CreateDiscussionRequestMultiError is an error wrapping multiple validation errors returned by CreateDiscussionRequest.ValidateAll() if the designated constraints aren't met.
func (CreateDiscussionRequestMultiError) AllErrors ¶
func (m CreateDiscussionRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateDiscussionRequestMultiError) Error ¶
func (m CreateDiscussionRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateDiscussionRequestValidationError ¶
type CreateDiscussionRequestValidationError struct {
// contains filtered or unexported fields
}
CreateDiscussionRequestValidationError is the validation error returned by CreateDiscussionRequest.Validate if the designated constraints aren't met.
func (CreateDiscussionRequestValidationError) Cause ¶
func (e CreateDiscussionRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateDiscussionRequestValidationError) Error ¶
func (e CreateDiscussionRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateDiscussionRequestValidationError) ErrorName ¶
func (e CreateDiscussionRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateDiscussionRequestValidationError) Field ¶
func (e CreateDiscussionRequestValidationError) Field() string
Field function returns field value.
func (CreateDiscussionRequestValidationError) Key ¶
func (e CreateDiscussionRequestValidationError) Key() bool
Key function returns key value.
func (CreateDiscussionRequestValidationError) Reason ¶
func (e CreateDiscussionRequestValidationError) Reason() string
Reason function returns reason value.
type CreateDiscussionResponse ¶
type CreateDiscussionResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*CreateDiscussionResponse) Descriptor
deprecated
func (*CreateDiscussionResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateDiscussionResponse.ProtoReflect.Descriptor instead.
func (*CreateDiscussionResponse) GetId ¶
func (x *CreateDiscussionResponse) GetId() string
func (*CreateDiscussionResponse) ProtoMessage ¶
func (*CreateDiscussionResponse) ProtoMessage()
func (*CreateDiscussionResponse) ProtoReflect ¶
func (x *CreateDiscussionResponse) ProtoReflect() protoreflect.Message
func (*CreateDiscussionResponse) Reset ¶
func (x *CreateDiscussionResponse) Reset()
func (*CreateDiscussionResponse) String ¶
func (x *CreateDiscussionResponse) String() string
func (*CreateDiscussionResponse) Validate ¶
func (m *CreateDiscussionResponse) Validate() error
Validate checks the field values on CreateDiscussionResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateDiscussionResponse) ValidateAll ¶
func (m *CreateDiscussionResponse) ValidateAll() error
ValidateAll checks the field values on CreateDiscussionResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateDiscussionResponseMultiError, or nil if none found.
type CreateDiscussionResponseMultiError ¶
type CreateDiscussionResponseMultiError []error
CreateDiscussionResponseMultiError is an error wrapping multiple validation errors returned by CreateDiscussionResponse.ValidateAll() if the designated constraints aren't met.
func (CreateDiscussionResponseMultiError) AllErrors ¶
func (m CreateDiscussionResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateDiscussionResponseMultiError) Error ¶
func (m CreateDiscussionResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateDiscussionResponseValidationError ¶
type CreateDiscussionResponseValidationError struct {
// contains filtered or unexported fields
}
CreateDiscussionResponseValidationError is the validation error returned by CreateDiscussionResponse.Validate if the designated constraints aren't met.
func (CreateDiscussionResponseValidationError) Cause ¶
func (e CreateDiscussionResponseValidationError) Cause() error
Cause function returns cause value.
func (CreateDiscussionResponseValidationError) Error ¶
func (e CreateDiscussionResponseValidationError) Error() string
Error satisfies the builtin error interface
func (CreateDiscussionResponseValidationError) ErrorName ¶
func (e CreateDiscussionResponseValidationError) ErrorName() string
ErrorName returns error name.
func (CreateDiscussionResponseValidationError) Field ¶
func (e CreateDiscussionResponseValidationError) Field() string
Field function returns field value.
func (CreateDiscussionResponseValidationError) Key ¶
func (e CreateDiscussionResponseValidationError) Key() bool
Key function returns key value.
func (CreateDiscussionResponseValidationError) Reason ¶
func (e CreateDiscussionResponseValidationError) Reason() string
Reason function returns reason value.
type CreateTagAssetRequest ¶
type CreateTagAssetRequest struct { AssetId string `protobuf:"bytes,1,opt,name=asset_id,json=assetId,proto3" json:"asset_id,omitempty"` // required TemplateUrn string `protobuf:"bytes,2,opt,name=template_urn,json=templateUrn,proto3" json:"template_urn,omitempty"` // required TagValues []*TagValue `protobuf:"bytes,3,rep,name=tag_values,json=tagValues,proto3" json:"tag_values,omitempty"` // required TemplateDisplayName string `protobuf:"bytes,4,opt,name=template_display_name,json=templateDisplayName,proto3" json:"template_display_name,omitempty"` TemplateDescription string `protobuf:"bytes,5,opt,name=template_description,json=templateDescription,proto3" json:"template_description,omitempty"` // contains filtered or unexported fields }
func (*CreateTagAssetRequest) Descriptor
deprecated
func (*CreateTagAssetRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateTagAssetRequest.ProtoReflect.Descriptor instead.
func (*CreateTagAssetRequest) GetAssetId ¶
func (x *CreateTagAssetRequest) GetAssetId() string
func (*CreateTagAssetRequest) GetTagValues ¶
func (x *CreateTagAssetRequest) GetTagValues() []*TagValue
func (*CreateTagAssetRequest) GetTemplateDescription ¶
func (x *CreateTagAssetRequest) GetTemplateDescription() string
func (*CreateTagAssetRequest) GetTemplateDisplayName ¶
func (x *CreateTagAssetRequest) GetTemplateDisplayName() string
func (*CreateTagAssetRequest) GetTemplateUrn ¶
func (x *CreateTagAssetRequest) GetTemplateUrn() string
func (*CreateTagAssetRequest) ProtoMessage ¶
func (*CreateTagAssetRequest) ProtoMessage()
func (*CreateTagAssetRequest) ProtoReflect ¶
func (x *CreateTagAssetRequest) ProtoReflect() protoreflect.Message
func (*CreateTagAssetRequest) Reset ¶
func (x *CreateTagAssetRequest) Reset()
func (*CreateTagAssetRequest) String ¶
func (x *CreateTagAssetRequest) String() string
func (*CreateTagAssetRequest) Validate ¶
func (m *CreateTagAssetRequest) Validate() error
Validate checks the field values on CreateTagAssetRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateTagAssetRequest) ValidateAll ¶
func (m *CreateTagAssetRequest) ValidateAll() error
ValidateAll checks the field values on CreateTagAssetRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateTagAssetRequestMultiError, or nil if none found.
type CreateTagAssetRequestMultiError ¶
type CreateTagAssetRequestMultiError []error
CreateTagAssetRequestMultiError is an error wrapping multiple validation errors returned by CreateTagAssetRequest.ValidateAll() if the designated constraints aren't met.
func (CreateTagAssetRequestMultiError) AllErrors ¶
func (m CreateTagAssetRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateTagAssetRequestMultiError) Error ¶
func (m CreateTagAssetRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateTagAssetRequestValidationError ¶
type CreateTagAssetRequestValidationError struct {
// contains filtered or unexported fields
}
CreateTagAssetRequestValidationError is the validation error returned by CreateTagAssetRequest.Validate if the designated constraints aren't met.
func (CreateTagAssetRequestValidationError) Cause ¶
func (e CreateTagAssetRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateTagAssetRequestValidationError) Error ¶
func (e CreateTagAssetRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateTagAssetRequestValidationError) ErrorName ¶
func (e CreateTagAssetRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateTagAssetRequestValidationError) Field ¶
func (e CreateTagAssetRequestValidationError) Field() string
Field function returns field value.
func (CreateTagAssetRequestValidationError) Key ¶
func (e CreateTagAssetRequestValidationError) Key() bool
Key function returns key value.
func (CreateTagAssetRequestValidationError) Reason ¶
func (e CreateTagAssetRequestValidationError) Reason() string
Reason function returns reason value.
type CreateTagAssetResponse ¶
type CreateTagAssetResponse struct { Data *Tag `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*CreateTagAssetResponse) Descriptor
deprecated
func (*CreateTagAssetResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateTagAssetResponse.ProtoReflect.Descriptor instead.
func (*CreateTagAssetResponse) GetData ¶
func (x *CreateTagAssetResponse) GetData() *Tag
func (*CreateTagAssetResponse) ProtoMessage ¶
func (*CreateTagAssetResponse) ProtoMessage()
func (*CreateTagAssetResponse) ProtoReflect ¶
func (x *CreateTagAssetResponse) ProtoReflect() protoreflect.Message
func (*CreateTagAssetResponse) Reset ¶
func (x *CreateTagAssetResponse) Reset()
func (*CreateTagAssetResponse) String ¶
func (x *CreateTagAssetResponse) String() string
func (*CreateTagAssetResponse) Validate ¶
func (m *CreateTagAssetResponse) Validate() error
Validate checks the field values on CreateTagAssetResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateTagAssetResponse) ValidateAll ¶
func (m *CreateTagAssetResponse) ValidateAll() error
ValidateAll checks the field values on CreateTagAssetResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateTagAssetResponseMultiError, or nil if none found.
type CreateTagAssetResponseMultiError ¶
type CreateTagAssetResponseMultiError []error
CreateTagAssetResponseMultiError is an error wrapping multiple validation errors returned by CreateTagAssetResponse.ValidateAll() if the designated constraints aren't met.
func (CreateTagAssetResponseMultiError) AllErrors ¶
func (m CreateTagAssetResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateTagAssetResponseMultiError) Error ¶
func (m CreateTagAssetResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateTagAssetResponseValidationError ¶
type CreateTagAssetResponseValidationError struct {
// contains filtered or unexported fields
}
CreateTagAssetResponseValidationError is the validation error returned by CreateTagAssetResponse.Validate if the designated constraints aren't met.
func (CreateTagAssetResponseValidationError) Cause ¶
func (e CreateTagAssetResponseValidationError) Cause() error
Cause function returns cause value.
func (CreateTagAssetResponseValidationError) Error ¶
func (e CreateTagAssetResponseValidationError) Error() string
Error satisfies the builtin error interface
func (CreateTagAssetResponseValidationError) ErrorName ¶
func (e CreateTagAssetResponseValidationError) ErrorName() string
ErrorName returns error name.
func (CreateTagAssetResponseValidationError) Field ¶
func (e CreateTagAssetResponseValidationError) Field() string
Field function returns field value.
func (CreateTagAssetResponseValidationError) Key ¶
func (e CreateTagAssetResponseValidationError) Key() bool
Key function returns key value.
func (CreateTagAssetResponseValidationError) Reason ¶
func (e CreateTagAssetResponseValidationError) Reason() string
Reason function returns reason value.
type CreateTagTemplateRequest ¶
type CreateTagTemplateRequest struct { Urn string `protobuf:"bytes,1,opt,name=urn,proto3" json:"urn,omitempty"` // required DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // required Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` // required Fields []*TagTemplateField `protobuf:"bytes,4,rep,name=fields,proto3" json:"fields,omitempty"` // required // contains filtered or unexported fields }
func (*CreateTagTemplateRequest) Descriptor
deprecated
func (*CreateTagTemplateRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateTagTemplateRequest.ProtoReflect.Descriptor instead.
func (*CreateTagTemplateRequest) GetDescription ¶
func (x *CreateTagTemplateRequest) GetDescription() string
func (*CreateTagTemplateRequest) GetDisplayName ¶
func (x *CreateTagTemplateRequest) GetDisplayName() string
func (*CreateTagTemplateRequest) GetFields ¶
func (x *CreateTagTemplateRequest) GetFields() []*TagTemplateField
func (*CreateTagTemplateRequest) GetUrn ¶
func (x *CreateTagTemplateRequest) GetUrn() string
func (*CreateTagTemplateRequest) ProtoMessage ¶
func (*CreateTagTemplateRequest) ProtoMessage()
func (*CreateTagTemplateRequest) ProtoReflect ¶
func (x *CreateTagTemplateRequest) ProtoReflect() protoreflect.Message
func (*CreateTagTemplateRequest) Reset ¶
func (x *CreateTagTemplateRequest) Reset()
func (*CreateTagTemplateRequest) String ¶
func (x *CreateTagTemplateRequest) String() string
func (*CreateTagTemplateRequest) Validate ¶
func (m *CreateTagTemplateRequest) Validate() error
Validate checks the field values on CreateTagTemplateRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateTagTemplateRequest) ValidateAll ¶
func (m *CreateTagTemplateRequest) ValidateAll() error
ValidateAll checks the field values on CreateTagTemplateRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateTagTemplateRequestMultiError, or nil if none found.
type CreateTagTemplateRequestMultiError ¶
type CreateTagTemplateRequestMultiError []error
CreateTagTemplateRequestMultiError is an error wrapping multiple validation errors returned by CreateTagTemplateRequest.ValidateAll() if the designated constraints aren't met.
func (CreateTagTemplateRequestMultiError) AllErrors ¶
func (m CreateTagTemplateRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateTagTemplateRequestMultiError) Error ¶
func (m CreateTagTemplateRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateTagTemplateRequestValidationError ¶
type CreateTagTemplateRequestValidationError struct {
// contains filtered or unexported fields
}
CreateTagTemplateRequestValidationError is the validation error returned by CreateTagTemplateRequest.Validate if the designated constraints aren't met.
func (CreateTagTemplateRequestValidationError) Cause ¶
func (e CreateTagTemplateRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateTagTemplateRequestValidationError) Error ¶
func (e CreateTagTemplateRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateTagTemplateRequestValidationError) ErrorName ¶
func (e CreateTagTemplateRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateTagTemplateRequestValidationError) Field ¶
func (e CreateTagTemplateRequestValidationError) Field() string
Field function returns field value.
func (CreateTagTemplateRequestValidationError) Key ¶
func (e CreateTagTemplateRequestValidationError) Key() bool
Key function returns key value.
func (CreateTagTemplateRequestValidationError) Reason ¶
func (e CreateTagTemplateRequestValidationError) Reason() string
Reason function returns reason value.
type CreateTagTemplateResponse ¶
type CreateTagTemplateResponse struct { Data *TagTemplate `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*CreateTagTemplateResponse) Descriptor
deprecated
func (*CreateTagTemplateResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateTagTemplateResponse.ProtoReflect.Descriptor instead.
func (*CreateTagTemplateResponse) GetData ¶
func (x *CreateTagTemplateResponse) GetData() *TagTemplate
func (*CreateTagTemplateResponse) ProtoMessage ¶
func (*CreateTagTemplateResponse) ProtoMessage()
func (*CreateTagTemplateResponse) ProtoReflect ¶
func (x *CreateTagTemplateResponse) ProtoReflect() protoreflect.Message
func (*CreateTagTemplateResponse) Reset ¶
func (x *CreateTagTemplateResponse) Reset()
func (*CreateTagTemplateResponse) String ¶
func (x *CreateTagTemplateResponse) String() string
func (*CreateTagTemplateResponse) Validate ¶
func (m *CreateTagTemplateResponse) Validate() error
Validate checks the field values on CreateTagTemplateResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateTagTemplateResponse) ValidateAll ¶
func (m *CreateTagTemplateResponse) ValidateAll() error
ValidateAll checks the field values on CreateTagTemplateResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateTagTemplateResponseMultiError, or nil if none found.
type CreateTagTemplateResponseMultiError ¶
type CreateTagTemplateResponseMultiError []error
CreateTagTemplateResponseMultiError is an error wrapping multiple validation errors returned by CreateTagTemplateResponse.ValidateAll() if the designated constraints aren't met.
func (CreateTagTemplateResponseMultiError) AllErrors ¶
func (m CreateTagTemplateResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateTagTemplateResponseMultiError) Error ¶
func (m CreateTagTemplateResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateTagTemplateResponseValidationError ¶
type CreateTagTemplateResponseValidationError struct {
// contains filtered or unexported fields
}
CreateTagTemplateResponseValidationError is the validation error returned by CreateTagTemplateResponse.Validate if the designated constraints aren't met.
func (CreateTagTemplateResponseValidationError) Cause ¶
func (e CreateTagTemplateResponseValidationError) Cause() error
Cause function returns cause value.
func (CreateTagTemplateResponseValidationError) Error ¶
func (e CreateTagTemplateResponseValidationError) Error() string
Error satisfies the builtin error interface
func (CreateTagTemplateResponseValidationError) ErrorName ¶
func (e CreateTagTemplateResponseValidationError) ErrorName() string
ErrorName returns error name.
func (CreateTagTemplateResponseValidationError) Field ¶
func (e CreateTagTemplateResponseValidationError) Field() string
Field function returns field value.
func (CreateTagTemplateResponseValidationError) Key ¶
func (e CreateTagTemplateResponseValidationError) Key() bool
Key function returns key value.
func (CreateTagTemplateResponseValidationError) Reason ¶
func (e CreateTagTemplateResponseValidationError) Reason() string
Reason function returns reason value.
type DeleteAssetRequest ¶
type DeleteAssetRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*DeleteAssetRequest) Descriptor
deprecated
func (*DeleteAssetRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteAssetRequest.ProtoReflect.Descriptor instead.
func (*DeleteAssetRequest) GetId ¶
func (x *DeleteAssetRequest) GetId() string
func (*DeleteAssetRequest) ProtoMessage ¶
func (*DeleteAssetRequest) ProtoMessage()
func (*DeleteAssetRequest) ProtoReflect ¶
func (x *DeleteAssetRequest) ProtoReflect() protoreflect.Message
func (*DeleteAssetRequest) Reset ¶
func (x *DeleteAssetRequest) Reset()
func (*DeleteAssetRequest) String ¶
func (x *DeleteAssetRequest) String() string
func (*DeleteAssetRequest) Validate ¶
func (m *DeleteAssetRequest) Validate() error
Validate checks the field values on DeleteAssetRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DeleteAssetRequest) ValidateAll ¶
func (m *DeleteAssetRequest) ValidateAll() error
ValidateAll checks the field values on DeleteAssetRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteAssetRequestMultiError, or nil if none found.
type DeleteAssetRequestMultiError ¶
type DeleteAssetRequestMultiError []error
DeleteAssetRequestMultiError is an error wrapping multiple validation errors returned by DeleteAssetRequest.ValidateAll() if the designated constraints aren't met.
func (DeleteAssetRequestMultiError) AllErrors ¶
func (m DeleteAssetRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteAssetRequestMultiError) Error ¶
func (m DeleteAssetRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteAssetRequestValidationError ¶
type DeleteAssetRequestValidationError struct {
// contains filtered or unexported fields
}
DeleteAssetRequestValidationError is the validation error returned by DeleteAssetRequest.Validate if the designated constraints aren't met.
func (DeleteAssetRequestValidationError) Cause ¶
func (e DeleteAssetRequestValidationError) Cause() error
Cause function returns cause value.
func (DeleteAssetRequestValidationError) Error ¶
func (e DeleteAssetRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteAssetRequestValidationError) ErrorName ¶
func (e DeleteAssetRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteAssetRequestValidationError) Field ¶
func (e DeleteAssetRequestValidationError) Field() string
Field function returns field value.
func (DeleteAssetRequestValidationError) Key ¶
func (e DeleteAssetRequestValidationError) Key() bool
Key function returns key value.
func (DeleteAssetRequestValidationError) Reason ¶
func (e DeleteAssetRequestValidationError) Reason() string
Reason function returns reason value.
type DeleteAssetResponse ¶
type DeleteAssetResponse struct {
// contains filtered or unexported fields
}
func (*DeleteAssetResponse) Descriptor
deprecated
func (*DeleteAssetResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteAssetResponse.ProtoReflect.Descriptor instead.
func (*DeleteAssetResponse) ProtoMessage ¶
func (*DeleteAssetResponse) ProtoMessage()
func (*DeleteAssetResponse) ProtoReflect ¶
func (x *DeleteAssetResponse) ProtoReflect() protoreflect.Message
func (*DeleteAssetResponse) Reset ¶
func (x *DeleteAssetResponse) Reset()
func (*DeleteAssetResponse) String ¶
func (x *DeleteAssetResponse) String() string
func (*DeleteAssetResponse) Validate ¶
func (m *DeleteAssetResponse) Validate() error
Validate checks the field values on DeleteAssetResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DeleteAssetResponse) ValidateAll ¶
func (m *DeleteAssetResponse) ValidateAll() error
ValidateAll checks the field values on DeleteAssetResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteAssetResponseMultiError, or nil if none found.
type DeleteAssetResponseMultiError ¶
type DeleteAssetResponseMultiError []error
DeleteAssetResponseMultiError is an error wrapping multiple validation errors returned by DeleteAssetResponse.ValidateAll() if the designated constraints aren't met.
func (DeleteAssetResponseMultiError) AllErrors ¶
func (m DeleteAssetResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteAssetResponseMultiError) Error ¶
func (m DeleteAssetResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteAssetResponseValidationError ¶
type DeleteAssetResponseValidationError struct {
// contains filtered or unexported fields
}
DeleteAssetResponseValidationError is the validation error returned by DeleteAssetResponse.Validate if the designated constraints aren't met.
func (DeleteAssetResponseValidationError) Cause ¶
func (e DeleteAssetResponseValidationError) Cause() error
Cause function returns cause value.
func (DeleteAssetResponseValidationError) Error ¶
func (e DeleteAssetResponseValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteAssetResponseValidationError) ErrorName ¶
func (e DeleteAssetResponseValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteAssetResponseValidationError) Field ¶
func (e DeleteAssetResponseValidationError) Field() string
Field function returns field value.
func (DeleteAssetResponseValidationError) Key ¶
func (e DeleteAssetResponseValidationError) Key() bool
Key function returns key value.
func (DeleteAssetResponseValidationError) Reason ¶
func (e DeleteAssetResponseValidationError) Reason() string
Reason function returns reason value.
type DeleteCommentRequest ¶
type DeleteCommentRequest struct { DiscussionId string `protobuf:"bytes,1,opt,name=discussion_id,json=discussionId,proto3" json:"discussion_id,omitempty"` Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*DeleteCommentRequest) Descriptor
deprecated
func (*DeleteCommentRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteCommentRequest.ProtoReflect.Descriptor instead.
func (*DeleteCommentRequest) GetDiscussionId ¶
func (x *DeleteCommentRequest) GetDiscussionId() string
func (*DeleteCommentRequest) GetId ¶
func (x *DeleteCommentRequest) GetId() string
func (*DeleteCommentRequest) ProtoMessage ¶
func (*DeleteCommentRequest) ProtoMessage()
func (*DeleteCommentRequest) ProtoReflect ¶
func (x *DeleteCommentRequest) ProtoReflect() protoreflect.Message
func (*DeleteCommentRequest) Reset ¶
func (x *DeleteCommentRequest) Reset()
func (*DeleteCommentRequest) String ¶
func (x *DeleteCommentRequest) String() string
func (*DeleteCommentRequest) Validate ¶
func (m *DeleteCommentRequest) Validate() error
Validate checks the field values on DeleteCommentRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DeleteCommentRequest) ValidateAll ¶
func (m *DeleteCommentRequest) ValidateAll() error
ValidateAll checks the field values on DeleteCommentRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteCommentRequestMultiError, or nil if none found.
type DeleteCommentRequestMultiError ¶
type DeleteCommentRequestMultiError []error
DeleteCommentRequestMultiError is an error wrapping multiple validation errors returned by DeleteCommentRequest.ValidateAll() if the designated constraints aren't met.
func (DeleteCommentRequestMultiError) AllErrors ¶
func (m DeleteCommentRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteCommentRequestMultiError) Error ¶
func (m DeleteCommentRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteCommentRequestValidationError ¶
type DeleteCommentRequestValidationError struct {
// contains filtered or unexported fields
}
DeleteCommentRequestValidationError is the validation error returned by DeleteCommentRequest.Validate if the designated constraints aren't met.
func (DeleteCommentRequestValidationError) Cause ¶
func (e DeleteCommentRequestValidationError) Cause() error
Cause function returns cause value.
func (DeleteCommentRequestValidationError) Error ¶
func (e DeleteCommentRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteCommentRequestValidationError) ErrorName ¶
func (e DeleteCommentRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteCommentRequestValidationError) Field ¶
func (e DeleteCommentRequestValidationError) Field() string
Field function returns field value.
func (DeleteCommentRequestValidationError) Key ¶
func (e DeleteCommentRequestValidationError) Key() bool
Key function returns key value.
func (DeleteCommentRequestValidationError) Reason ¶
func (e DeleteCommentRequestValidationError) Reason() string
Reason function returns reason value.
type DeleteCommentResponse ¶
type DeleteCommentResponse struct {
// contains filtered or unexported fields
}
func (*DeleteCommentResponse) Descriptor
deprecated
func (*DeleteCommentResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteCommentResponse.ProtoReflect.Descriptor instead.
func (*DeleteCommentResponse) ProtoMessage ¶
func (*DeleteCommentResponse) ProtoMessage()
func (*DeleteCommentResponse) ProtoReflect ¶
func (x *DeleteCommentResponse) ProtoReflect() protoreflect.Message
func (*DeleteCommentResponse) Reset ¶
func (x *DeleteCommentResponse) Reset()
func (*DeleteCommentResponse) String ¶
func (x *DeleteCommentResponse) String() string
func (*DeleteCommentResponse) Validate ¶
func (m *DeleteCommentResponse) Validate() error
Validate checks the field values on DeleteCommentResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DeleteCommentResponse) ValidateAll ¶
func (m *DeleteCommentResponse) ValidateAll() error
ValidateAll checks the field values on DeleteCommentResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteCommentResponseMultiError, or nil if none found.
type DeleteCommentResponseMultiError ¶
type DeleteCommentResponseMultiError []error
DeleteCommentResponseMultiError is an error wrapping multiple validation errors returned by DeleteCommentResponse.ValidateAll() if the designated constraints aren't met.
func (DeleteCommentResponseMultiError) AllErrors ¶
func (m DeleteCommentResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteCommentResponseMultiError) Error ¶
func (m DeleteCommentResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteCommentResponseValidationError ¶
type DeleteCommentResponseValidationError struct {
// contains filtered or unexported fields
}
DeleteCommentResponseValidationError is the validation error returned by DeleteCommentResponse.Validate if the designated constraints aren't met.
func (DeleteCommentResponseValidationError) Cause ¶
func (e DeleteCommentResponseValidationError) Cause() error
Cause function returns cause value.
func (DeleteCommentResponseValidationError) Error ¶
func (e DeleteCommentResponseValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteCommentResponseValidationError) ErrorName ¶
func (e DeleteCommentResponseValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteCommentResponseValidationError) Field ¶
func (e DeleteCommentResponseValidationError) Field() string
Field function returns field value.
func (DeleteCommentResponseValidationError) Key ¶
func (e DeleteCommentResponseValidationError) Key() bool
Key function returns key value.
func (DeleteCommentResponseValidationError) Reason ¶
func (e DeleteCommentResponseValidationError) Reason() string
Reason function returns reason value.
type DeleteTagAssetRequest ¶
type DeleteTagAssetRequest struct { AssetId string `protobuf:"bytes,1,opt,name=asset_id,json=assetId,proto3" json:"asset_id,omitempty"` TemplateUrn string `protobuf:"bytes,2,opt,name=template_urn,json=templateUrn,proto3" json:"template_urn,omitempty"` // contains filtered or unexported fields }
func (*DeleteTagAssetRequest) Descriptor
deprecated
func (*DeleteTagAssetRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteTagAssetRequest.ProtoReflect.Descriptor instead.
func (*DeleteTagAssetRequest) GetAssetId ¶
func (x *DeleteTagAssetRequest) GetAssetId() string
func (*DeleteTagAssetRequest) GetTemplateUrn ¶
func (x *DeleteTagAssetRequest) GetTemplateUrn() string
func (*DeleteTagAssetRequest) ProtoMessage ¶
func (*DeleteTagAssetRequest) ProtoMessage()
func (*DeleteTagAssetRequest) ProtoReflect ¶
func (x *DeleteTagAssetRequest) ProtoReflect() protoreflect.Message
func (*DeleteTagAssetRequest) Reset ¶
func (x *DeleteTagAssetRequest) Reset()
func (*DeleteTagAssetRequest) String ¶
func (x *DeleteTagAssetRequest) String() string
func (*DeleteTagAssetRequest) Validate ¶
func (m *DeleteTagAssetRequest) Validate() error
Validate checks the field values on DeleteTagAssetRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DeleteTagAssetRequest) ValidateAll ¶
func (m *DeleteTagAssetRequest) ValidateAll() error
ValidateAll checks the field values on DeleteTagAssetRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteTagAssetRequestMultiError, or nil if none found.
type DeleteTagAssetRequestMultiError ¶
type DeleteTagAssetRequestMultiError []error
DeleteTagAssetRequestMultiError is an error wrapping multiple validation errors returned by DeleteTagAssetRequest.ValidateAll() if the designated constraints aren't met.
func (DeleteTagAssetRequestMultiError) AllErrors ¶
func (m DeleteTagAssetRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteTagAssetRequestMultiError) Error ¶
func (m DeleteTagAssetRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteTagAssetRequestValidationError ¶
type DeleteTagAssetRequestValidationError struct {
// contains filtered or unexported fields
}
DeleteTagAssetRequestValidationError is the validation error returned by DeleteTagAssetRequest.Validate if the designated constraints aren't met.
func (DeleteTagAssetRequestValidationError) Cause ¶
func (e DeleteTagAssetRequestValidationError) Cause() error
Cause function returns cause value.
func (DeleteTagAssetRequestValidationError) Error ¶
func (e DeleteTagAssetRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteTagAssetRequestValidationError) ErrorName ¶
func (e DeleteTagAssetRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteTagAssetRequestValidationError) Field ¶
func (e DeleteTagAssetRequestValidationError) Field() string
Field function returns field value.
func (DeleteTagAssetRequestValidationError) Key ¶
func (e DeleteTagAssetRequestValidationError) Key() bool
Key function returns key value.
func (DeleteTagAssetRequestValidationError) Reason ¶
func (e DeleteTagAssetRequestValidationError) Reason() string
Reason function returns reason value.
type DeleteTagAssetResponse ¶
type DeleteTagAssetResponse struct {
// contains filtered or unexported fields
}
func (*DeleteTagAssetResponse) Descriptor
deprecated
func (*DeleteTagAssetResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteTagAssetResponse.ProtoReflect.Descriptor instead.
func (*DeleteTagAssetResponse) ProtoMessage ¶
func (*DeleteTagAssetResponse) ProtoMessage()
func (*DeleteTagAssetResponse) ProtoReflect ¶
func (x *DeleteTagAssetResponse) ProtoReflect() protoreflect.Message
func (*DeleteTagAssetResponse) Reset ¶
func (x *DeleteTagAssetResponse) Reset()
func (*DeleteTagAssetResponse) String ¶
func (x *DeleteTagAssetResponse) String() string
func (*DeleteTagAssetResponse) Validate ¶
func (m *DeleteTagAssetResponse) Validate() error
Validate checks the field values on DeleteTagAssetResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DeleteTagAssetResponse) ValidateAll ¶
func (m *DeleteTagAssetResponse) ValidateAll() error
ValidateAll checks the field values on DeleteTagAssetResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteTagAssetResponseMultiError, or nil if none found.
type DeleteTagAssetResponseMultiError ¶
type DeleteTagAssetResponseMultiError []error
DeleteTagAssetResponseMultiError is an error wrapping multiple validation errors returned by DeleteTagAssetResponse.ValidateAll() if the designated constraints aren't met.
func (DeleteTagAssetResponseMultiError) AllErrors ¶
func (m DeleteTagAssetResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteTagAssetResponseMultiError) Error ¶
func (m DeleteTagAssetResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteTagAssetResponseValidationError ¶
type DeleteTagAssetResponseValidationError struct {
// contains filtered or unexported fields
}
DeleteTagAssetResponseValidationError is the validation error returned by DeleteTagAssetResponse.Validate if the designated constraints aren't met.
func (DeleteTagAssetResponseValidationError) Cause ¶
func (e DeleteTagAssetResponseValidationError) Cause() error
Cause function returns cause value.
func (DeleteTagAssetResponseValidationError) Error ¶
func (e DeleteTagAssetResponseValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteTagAssetResponseValidationError) ErrorName ¶
func (e DeleteTagAssetResponseValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteTagAssetResponseValidationError) Field ¶
func (e DeleteTagAssetResponseValidationError) Field() string
Field function returns field value.
func (DeleteTagAssetResponseValidationError) Key ¶
func (e DeleteTagAssetResponseValidationError) Key() bool
Key function returns key value.
func (DeleteTagAssetResponseValidationError) Reason ¶
func (e DeleteTagAssetResponseValidationError) Reason() string
Reason function returns reason value.
type DeleteTagTemplateRequest ¶
type DeleteTagTemplateRequest struct { TemplateUrn string `protobuf:"bytes,1,opt,name=template_urn,json=templateUrn,proto3" json:"template_urn,omitempty"` // contains filtered or unexported fields }
func (*DeleteTagTemplateRequest) Descriptor
deprecated
func (*DeleteTagTemplateRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteTagTemplateRequest.ProtoReflect.Descriptor instead.
func (*DeleteTagTemplateRequest) GetTemplateUrn ¶
func (x *DeleteTagTemplateRequest) GetTemplateUrn() string
func (*DeleteTagTemplateRequest) ProtoMessage ¶
func (*DeleteTagTemplateRequest) ProtoMessage()
func (*DeleteTagTemplateRequest) ProtoReflect ¶
func (x *DeleteTagTemplateRequest) ProtoReflect() protoreflect.Message
func (*DeleteTagTemplateRequest) Reset ¶
func (x *DeleteTagTemplateRequest) Reset()
func (*DeleteTagTemplateRequest) String ¶
func (x *DeleteTagTemplateRequest) String() string
func (*DeleteTagTemplateRequest) Validate ¶
func (m *DeleteTagTemplateRequest) Validate() error
Validate checks the field values on DeleteTagTemplateRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DeleteTagTemplateRequest) ValidateAll ¶
func (m *DeleteTagTemplateRequest) ValidateAll() error
ValidateAll checks the field values on DeleteTagTemplateRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteTagTemplateRequestMultiError, or nil if none found.
type DeleteTagTemplateRequestMultiError ¶
type DeleteTagTemplateRequestMultiError []error
DeleteTagTemplateRequestMultiError is an error wrapping multiple validation errors returned by DeleteTagTemplateRequest.ValidateAll() if the designated constraints aren't met.
func (DeleteTagTemplateRequestMultiError) AllErrors ¶
func (m DeleteTagTemplateRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteTagTemplateRequestMultiError) Error ¶
func (m DeleteTagTemplateRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteTagTemplateRequestValidationError ¶
type DeleteTagTemplateRequestValidationError struct {
// contains filtered or unexported fields
}
DeleteTagTemplateRequestValidationError is the validation error returned by DeleteTagTemplateRequest.Validate if the designated constraints aren't met.
func (DeleteTagTemplateRequestValidationError) Cause ¶
func (e DeleteTagTemplateRequestValidationError) Cause() error
Cause function returns cause value.
func (DeleteTagTemplateRequestValidationError) Error ¶
func (e DeleteTagTemplateRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteTagTemplateRequestValidationError) ErrorName ¶
func (e DeleteTagTemplateRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteTagTemplateRequestValidationError) Field ¶
func (e DeleteTagTemplateRequestValidationError) Field() string
Field function returns field value.
func (DeleteTagTemplateRequestValidationError) Key ¶
func (e DeleteTagTemplateRequestValidationError) Key() bool
Key function returns key value.
func (DeleteTagTemplateRequestValidationError) Reason ¶
func (e DeleteTagTemplateRequestValidationError) Reason() string
Reason function returns reason value.
type DeleteTagTemplateResponse ¶
type DeleteTagTemplateResponse struct {
// contains filtered or unexported fields
}
func (*DeleteTagTemplateResponse) Descriptor
deprecated
func (*DeleteTagTemplateResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteTagTemplateResponse.ProtoReflect.Descriptor instead.
func (*DeleteTagTemplateResponse) ProtoMessage ¶
func (*DeleteTagTemplateResponse) ProtoMessage()
func (*DeleteTagTemplateResponse) ProtoReflect ¶
func (x *DeleteTagTemplateResponse) ProtoReflect() protoreflect.Message
func (*DeleteTagTemplateResponse) Reset ¶
func (x *DeleteTagTemplateResponse) Reset()
func (*DeleteTagTemplateResponse) String ¶
func (x *DeleteTagTemplateResponse) String() string
func (*DeleteTagTemplateResponse) Validate ¶
func (m *DeleteTagTemplateResponse) Validate() error
Validate checks the field values on DeleteTagTemplateResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DeleteTagTemplateResponse) ValidateAll ¶
func (m *DeleteTagTemplateResponse) ValidateAll() error
ValidateAll checks the field values on DeleteTagTemplateResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteTagTemplateResponseMultiError, or nil if none found.
type DeleteTagTemplateResponseMultiError ¶
type DeleteTagTemplateResponseMultiError []error
DeleteTagTemplateResponseMultiError is an error wrapping multiple validation errors returned by DeleteTagTemplateResponse.ValidateAll() if the designated constraints aren't met.
func (DeleteTagTemplateResponseMultiError) AllErrors ¶
func (m DeleteTagTemplateResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteTagTemplateResponseMultiError) Error ¶
func (m DeleteTagTemplateResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteTagTemplateResponseValidationError ¶
type DeleteTagTemplateResponseValidationError struct {
// contains filtered or unexported fields
}
DeleteTagTemplateResponseValidationError is the validation error returned by DeleteTagTemplateResponse.Validate if the designated constraints aren't met.
func (DeleteTagTemplateResponseValidationError) Cause ¶
func (e DeleteTagTemplateResponseValidationError) Cause() error
Cause function returns cause value.
func (DeleteTagTemplateResponseValidationError) Error ¶
func (e DeleteTagTemplateResponseValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteTagTemplateResponseValidationError) ErrorName ¶
func (e DeleteTagTemplateResponseValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteTagTemplateResponseValidationError) Field ¶
func (e DeleteTagTemplateResponseValidationError) Field() string
Field function returns field value.
func (DeleteTagTemplateResponseValidationError) Key ¶
func (e DeleteTagTemplateResponseValidationError) Key() bool
Key function returns key value.
func (DeleteTagTemplateResponseValidationError) Reason ¶
func (e DeleteTagTemplateResponseValidationError) Reason() string
Reason function returns reason value.
type Discussion ¶
type Discussion struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"` Body string `protobuf:"bytes,3,opt,name=body,proto3" json:"body,omitempty"` Type string `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"` State string `protobuf:"bytes,5,opt,name=state,proto3" json:"state,omitempty"` Labels []string `protobuf:"bytes,6,rep,name=labels,proto3" json:"labels,omitempty"` Assets []string `protobuf:"bytes,7,rep,name=assets,proto3" json:"assets,omitempty"` Assignees []string `protobuf:"bytes,8,rep,name=assignees,proto3" json:"assignees,omitempty"` Owner *User `protobuf:"bytes,9,opt,name=owner,proto3" json:"owner,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` // contains filtered or unexported fields }
func (*Discussion) Descriptor
deprecated
func (*Discussion) Descriptor() ([]byte, []int)
Deprecated: Use Discussion.ProtoReflect.Descriptor instead.
func (*Discussion) GetAssets ¶
func (x *Discussion) GetAssets() []string
func (*Discussion) GetAssignees ¶
func (x *Discussion) GetAssignees() []string
func (*Discussion) GetBody ¶
func (x *Discussion) GetBody() string
func (*Discussion) GetCreatedAt ¶
func (x *Discussion) GetCreatedAt() *timestamppb.Timestamp
func (*Discussion) GetId ¶
func (x *Discussion) GetId() string
func (*Discussion) GetLabels ¶
func (x *Discussion) GetLabels() []string
func (*Discussion) GetOwner ¶
func (x *Discussion) GetOwner() *User
func (*Discussion) GetState ¶
func (x *Discussion) GetState() string
func (*Discussion) GetTitle ¶
func (x *Discussion) GetTitle() string
func (*Discussion) GetType ¶
func (x *Discussion) GetType() string
func (*Discussion) GetUpdatedAt ¶
func (x *Discussion) GetUpdatedAt() *timestamppb.Timestamp
func (*Discussion) ProtoMessage ¶
func (*Discussion) ProtoMessage()
func (*Discussion) ProtoReflect ¶
func (x *Discussion) ProtoReflect() protoreflect.Message
func (*Discussion) Reset ¶
func (x *Discussion) Reset()
func (*Discussion) String ¶
func (x *Discussion) String() string
func (*Discussion) Validate ¶
func (m *Discussion) Validate() error
Validate checks the field values on Discussion with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*Discussion) ValidateAll ¶
func (m *Discussion) ValidateAll() error
ValidateAll checks the field values on Discussion with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DiscussionMultiError, or nil if none found.
type DiscussionMultiError ¶
type DiscussionMultiError []error
DiscussionMultiError is an error wrapping multiple validation errors returned by Discussion.ValidateAll() if the designated constraints aren't met.
func (DiscussionMultiError) AllErrors ¶
func (m DiscussionMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DiscussionMultiError) Error ¶
func (m DiscussionMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DiscussionValidationError ¶
type DiscussionValidationError struct {
// contains filtered or unexported fields
}
DiscussionValidationError is the validation error returned by Discussion.Validate if the designated constraints aren't met.
func (DiscussionValidationError) Cause ¶
func (e DiscussionValidationError) Cause() error
Cause function returns cause value.
func (DiscussionValidationError) Error ¶
func (e DiscussionValidationError) Error() string
Error satisfies the builtin error interface
func (DiscussionValidationError) ErrorName ¶
func (e DiscussionValidationError) ErrorName() string
ErrorName returns error name.
func (DiscussionValidationError) Field ¶
func (e DiscussionValidationError) Field() string
Field function returns field value.
func (DiscussionValidationError) Key ¶
func (e DiscussionValidationError) Key() bool
Key function returns key value.
func (DiscussionValidationError) Reason ¶
func (e DiscussionValidationError) Reason() string
Reason function returns reason value.
type GetAllAssetsRequest ¶
type GetAllAssetsRequest struct { Q string `protobuf:"bytes,1,opt,name=q,proto3" json:"q,omitempty"` QFields string `protobuf:"bytes,2,opt,name=q_fields,json=qFields,proto3" json:"q_fields,omitempty"` Types string `protobuf:"bytes,3,opt,name=types,proto3" json:"types,omitempty"` Services string `protobuf:"bytes,4,opt,name=services,proto3" json:"services,omitempty"` Sort string `protobuf:"bytes,5,opt,name=sort,proto3" json:"sort,omitempty"` Direction string `protobuf:"bytes,6,opt,name=direction,proto3" json:"direction,omitempty"` Data map[string]string `` /* 149-byte string literal not displayed */ Size uint32 `protobuf:"varint,8,opt,name=size,proto3" json:"size,omitempty"` Offset uint32 `protobuf:"varint,9,opt,name=offset,proto3" json:"offset,omitempty"` WithTotal bool `protobuf:"varint,10,opt,name=with_total,json=withTotal,proto3" json:"with_total,omitempty"` // contains filtered or unexported fields }
func (*GetAllAssetsRequest) Descriptor
deprecated
func (*GetAllAssetsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAllAssetsRequest.ProtoReflect.Descriptor instead.
func (*GetAllAssetsRequest) GetData ¶
func (x *GetAllAssetsRequest) GetData() map[string]string
func (*GetAllAssetsRequest) GetDirection ¶
func (x *GetAllAssetsRequest) GetDirection() string
func (*GetAllAssetsRequest) GetOffset ¶
func (x *GetAllAssetsRequest) GetOffset() uint32
func (*GetAllAssetsRequest) GetQ ¶
func (x *GetAllAssetsRequest) GetQ() string
func (*GetAllAssetsRequest) GetQFields ¶
func (x *GetAllAssetsRequest) GetQFields() string
func (*GetAllAssetsRequest) GetServices ¶
func (x *GetAllAssetsRequest) GetServices() string
func (*GetAllAssetsRequest) GetSize ¶
func (x *GetAllAssetsRequest) GetSize() uint32
func (*GetAllAssetsRequest) GetSort ¶
func (x *GetAllAssetsRequest) GetSort() string
func (*GetAllAssetsRequest) GetTypes ¶
func (x *GetAllAssetsRequest) GetTypes() string
func (*GetAllAssetsRequest) GetWithTotal ¶
func (x *GetAllAssetsRequest) GetWithTotal() bool
func (*GetAllAssetsRequest) ProtoMessage ¶
func (*GetAllAssetsRequest) ProtoMessage()
func (*GetAllAssetsRequest) ProtoReflect ¶
func (x *GetAllAssetsRequest) ProtoReflect() protoreflect.Message
func (*GetAllAssetsRequest) Reset ¶
func (x *GetAllAssetsRequest) Reset()
func (*GetAllAssetsRequest) String ¶
func (x *GetAllAssetsRequest) String() string
func (*GetAllAssetsRequest) Validate ¶
func (m *GetAllAssetsRequest) Validate() error
Validate checks the field values on GetAllAssetsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetAllAssetsRequest) ValidateAll ¶
func (m *GetAllAssetsRequest) ValidateAll() error
ValidateAll checks the field values on GetAllAssetsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetAllAssetsRequestMultiError, or nil if none found.
type GetAllAssetsRequestMultiError ¶
type GetAllAssetsRequestMultiError []error
GetAllAssetsRequestMultiError is an error wrapping multiple validation errors returned by GetAllAssetsRequest.ValidateAll() if the designated constraints aren't met.
func (GetAllAssetsRequestMultiError) AllErrors ¶
func (m GetAllAssetsRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetAllAssetsRequestMultiError) Error ¶
func (m GetAllAssetsRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetAllAssetsRequestValidationError ¶
type GetAllAssetsRequestValidationError struct {
// contains filtered or unexported fields
}
GetAllAssetsRequestValidationError is the validation error returned by GetAllAssetsRequest.Validate if the designated constraints aren't met.
func (GetAllAssetsRequestValidationError) Cause ¶
func (e GetAllAssetsRequestValidationError) Cause() error
Cause function returns cause value.
func (GetAllAssetsRequestValidationError) Error ¶
func (e GetAllAssetsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetAllAssetsRequestValidationError) ErrorName ¶
func (e GetAllAssetsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetAllAssetsRequestValidationError) Field ¶
func (e GetAllAssetsRequestValidationError) Field() string
Field function returns field value.
func (GetAllAssetsRequestValidationError) Key ¶
func (e GetAllAssetsRequestValidationError) Key() bool
Key function returns key value.
func (GetAllAssetsRequestValidationError) Reason ¶
func (e GetAllAssetsRequestValidationError) Reason() string
Reason function returns reason value.
type GetAllAssetsResponse ¶
type GetAllAssetsResponse struct { Data []*Asset `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` Total uint32 `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"` // contains filtered or unexported fields }
func (*GetAllAssetsResponse) Descriptor
deprecated
func (*GetAllAssetsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAllAssetsResponse.ProtoReflect.Descriptor instead.
func (*GetAllAssetsResponse) GetData ¶
func (x *GetAllAssetsResponse) GetData() []*Asset
func (*GetAllAssetsResponse) GetTotal ¶
func (x *GetAllAssetsResponse) GetTotal() uint32
func (*GetAllAssetsResponse) ProtoMessage ¶
func (*GetAllAssetsResponse) ProtoMessage()
func (*GetAllAssetsResponse) ProtoReflect ¶
func (x *GetAllAssetsResponse) ProtoReflect() protoreflect.Message
func (*GetAllAssetsResponse) Reset ¶
func (x *GetAllAssetsResponse) Reset()
func (*GetAllAssetsResponse) String ¶
func (x *GetAllAssetsResponse) String() string
func (*GetAllAssetsResponse) Validate ¶
func (m *GetAllAssetsResponse) Validate() error
Validate checks the field values on GetAllAssetsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetAllAssetsResponse) ValidateAll ¶
func (m *GetAllAssetsResponse) ValidateAll() error
ValidateAll checks the field values on GetAllAssetsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetAllAssetsResponseMultiError, or nil if none found.
type GetAllAssetsResponseMultiError ¶
type GetAllAssetsResponseMultiError []error
GetAllAssetsResponseMultiError is an error wrapping multiple validation errors returned by GetAllAssetsResponse.ValidateAll() if the designated constraints aren't met.
func (GetAllAssetsResponseMultiError) AllErrors ¶
func (m GetAllAssetsResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetAllAssetsResponseMultiError) Error ¶
func (m GetAllAssetsResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetAllAssetsResponseValidationError ¶
type GetAllAssetsResponseValidationError struct {
// contains filtered or unexported fields
}
GetAllAssetsResponseValidationError is the validation error returned by GetAllAssetsResponse.Validate if the designated constraints aren't met.
func (GetAllAssetsResponseValidationError) Cause ¶
func (e GetAllAssetsResponseValidationError) Cause() error
Cause function returns cause value.
func (GetAllAssetsResponseValidationError) Error ¶
func (e GetAllAssetsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetAllAssetsResponseValidationError) ErrorName ¶
func (e GetAllAssetsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetAllAssetsResponseValidationError) Field ¶
func (e GetAllAssetsResponseValidationError) Field() string
Field function returns field value.
func (GetAllAssetsResponseValidationError) Key ¶
func (e GetAllAssetsResponseValidationError) Key() bool
Key function returns key value.
func (GetAllAssetsResponseValidationError) Reason ¶
func (e GetAllAssetsResponseValidationError) Reason() string
Reason function returns reason value.
type GetAllCommentsRequest ¶
type GetAllCommentsRequest struct { DiscussionId string `protobuf:"bytes,1,opt,name=discussion_id,json=discussionId,proto3" json:"discussion_id,omitempty"` Sort string `protobuf:"bytes,2,opt,name=sort,proto3" json:"sort,omitempty"` Direction string `protobuf:"bytes,3,opt,name=direction,proto3" json:"direction,omitempty"` Size uint32 `protobuf:"varint,4,opt,name=size,proto3" json:"size,omitempty"` Offset uint32 `protobuf:"varint,5,opt,name=offset,proto3" json:"offset,omitempty"` // contains filtered or unexported fields }
func (*GetAllCommentsRequest) Descriptor
deprecated
func (*GetAllCommentsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAllCommentsRequest.ProtoReflect.Descriptor instead.
func (*GetAllCommentsRequest) GetDirection ¶
func (x *GetAllCommentsRequest) GetDirection() string
func (*GetAllCommentsRequest) GetDiscussionId ¶
func (x *GetAllCommentsRequest) GetDiscussionId() string
func (*GetAllCommentsRequest) GetOffset ¶
func (x *GetAllCommentsRequest) GetOffset() uint32
func (*GetAllCommentsRequest) GetSize ¶
func (x *GetAllCommentsRequest) GetSize() uint32
func (*GetAllCommentsRequest) GetSort ¶
func (x *GetAllCommentsRequest) GetSort() string
func (*GetAllCommentsRequest) ProtoMessage ¶
func (*GetAllCommentsRequest) ProtoMessage()
func (*GetAllCommentsRequest) ProtoReflect ¶
func (x *GetAllCommentsRequest) ProtoReflect() protoreflect.Message
func (*GetAllCommentsRequest) Reset ¶
func (x *GetAllCommentsRequest) Reset()
func (*GetAllCommentsRequest) String ¶
func (x *GetAllCommentsRequest) String() string
func (*GetAllCommentsRequest) Validate ¶
func (m *GetAllCommentsRequest) Validate() error
Validate checks the field values on GetAllCommentsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetAllCommentsRequest) ValidateAll ¶
func (m *GetAllCommentsRequest) ValidateAll() error
ValidateAll checks the field values on GetAllCommentsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetAllCommentsRequestMultiError, or nil if none found.
type GetAllCommentsRequestMultiError ¶
type GetAllCommentsRequestMultiError []error
GetAllCommentsRequestMultiError is an error wrapping multiple validation errors returned by GetAllCommentsRequest.ValidateAll() if the designated constraints aren't met.
func (GetAllCommentsRequestMultiError) AllErrors ¶
func (m GetAllCommentsRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetAllCommentsRequestMultiError) Error ¶
func (m GetAllCommentsRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetAllCommentsRequestValidationError ¶
type GetAllCommentsRequestValidationError struct {
// contains filtered or unexported fields
}
GetAllCommentsRequestValidationError is the validation error returned by GetAllCommentsRequest.Validate if the designated constraints aren't met.
func (GetAllCommentsRequestValidationError) Cause ¶
func (e GetAllCommentsRequestValidationError) Cause() error
Cause function returns cause value.
func (GetAllCommentsRequestValidationError) Error ¶
func (e GetAllCommentsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetAllCommentsRequestValidationError) ErrorName ¶
func (e GetAllCommentsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetAllCommentsRequestValidationError) Field ¶
func (e GetAllCommentsRequestValidationError) Field() string
Field function returns field value.
func (GetAllCommentsRequestValidationError) Key ¶
func (e GetAllCommentsRequestValidationError) Key() bool
Key function returns key value.
func (GetAllCommentsRequestValidationError) Reason ¶
func (e GetAllCommentsRequestValidationError) Reason() string
Reason function returns reason value.
type GetAllCommentsResponse ¶
type GetAllCommentsResponse struct { Data []*Comment `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*GetAllCommentsResponse) Descriptor
deprecated
func (*GetAllCommentsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAllCommentsResponse.ProtoReflect.Descriptor instead.
func (*GetAllCommentsResponse) GetData ¶
func (x *GetAllCommentsResponse) GetData() []*Comment
func (*GetAllCommentsResponse) ProtoMessage ¶
func (*GetAllCommentsResponse) ProtoMessage()
func (*GetAllCommentsResponse) ProtoReflect ¶
func (x *GetAllCommentsResponse) ProtoReflect() protoreflect.Message
func (*GetAllCommentsResponse) Reset ¶
func (x *GetAllCommentsResponse) Reset()
func (*GetAllCommentsResponse) String ¶
func (x *GetAllCommentsResponse) String() string
func (*GetAllCommentsResponse) Validate ¶
func (m *GetAllCommentsResponse) Validate() error
Validate checks the field values on GetAllCommentsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetAllCommentsResponse) ValidateAll ¶
func (m *GetAllCommentsResponse) ValidateAll() error
ValidateAll checks the field values on GetAllCommentsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetAllCommentsResponseMultiError, or nil if none found.
type GetAllCommentsResponseMultiError ¶
type GetAllCommentsResponseMultiError []error
GetAllCommentsResponseMultiError is an error wrapping multiple validation errors returned by GetAllCommentsResponse.ValidateAll() if the designated constraints aren't met.
func (GetAllCommentsResponseMultiError) AllErrors ¶
func (m GetAllCommentsResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetAllCommentsResponseMultiError) Error ¶
func (m GetAllCommentsResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetAllCommentsResponseValidationError ¶
type GetAllCommentsResponseValidationError struct {
// contains filtered or unexported fields
}
GetAllCommentsResponseValidationError is the validation error returned by GetAllCommentsResponse.Validate if the designated constraints aren't met.
func (GetAllCommentsResponseValidationError) Cause ¶
func (e GetAllCommentsResponseValidationError) Cause() error
Cause function returns cause value.
func (GetAllCommentsResponseValidationError) Error ¶
func (e GetAllCommentsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetAllCommentsResponseValidationError) ErrorName ¶
func (e GetAllCommentsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetAllCommentsResponseValidationError) Field ¶
func (e GetAllCommentsResponseValidationError) Field() string
Field function returns field value.
func (GetAllCommentsResponseValidationError) Key ¶
func (e GetAllCommentsResponseValidationError) Key() bool
Key function returns key value.
func (GetAllCommentsResponseValidationError) Reason ¶
func (e GetAllCommentsResponseValidationError) Reason() string
Reason function returns reason value.
type GetAllDiscussionsRequest ¶
type GetAllDiscussionsRequest struct { Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` State string `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"` Owner string `protobuf:"bytes,3,opt,name=owner,proto3" json:"owner,omitempty"` Assignee string `protobuf:"bytes,4,opt,name=assignee,proto3" json:"assignee,omitempty"` Asset string `protobuf:"bytes,5,opt,name=asset,proto3" json:"asset,omitempty"` Labels string `protobuf:"bytes,6,opt,name=labels,proto3" json:"labels,omitempty"` Sort string `protobuf:"bytes,7,opt,name=sort,proto3" json:"sort,omitempty"` Direction string `protobuf:"bytes,8,opt,name=direction,proto3" json:"direction,omitempty"` Size uint32 `protobuf:"varint,9,opt,name=size,proto3" json:"size,omitempty"` Offset uint32 `protobuf:"varint,10,opt,name=offset,proto3" json:"offset,omitempty"` // contains filtered or unexported fields }
func (*GetAllDiscussionsRequest) Descriptor
deprecated
func (*GetAllDiscussionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAllDiscussionsRequest.ProtoReflect.Descriptor instead.
func (*GetAllDiscussionsRequest) GetAsset ¶
func (x *GetAllDiscussionsRequest) GetAsset() string
func (*GetAllDiscussionsRequest) GetAssignee ¶
func (x *GetAllDiscussionsRequest) GetAssignee() string
func (*GetAllDiscussionsRequest) GetDirection ¶
func (x *GetAllDiscussionsRequest) GetDirection() string
func (*GetAllDiscussionsRequest) GetLabels ¶
func (x *GetAllDiscussionsRequest) GetLabels() string
func (*GetAllDiscussionsRequest) GetOffset ¶
func (x *GetAllDiscussionsRequest) GetOffset() uint32
func (*GetAllDiscussionsRequest) GetOwner ¶
func (x *GetAllDiscussionsRequest) GetOwner() string
func (*GetAllDiscussionsRequest) GetSize ¶
func (x *GetAllDiscussionsRequest) GetSize() uint32
func (*GetAllDiscussionsRequest) GetSort ¶
func (x *GetAllDiscussionsRequest) GetSort() string
func (*GetAllDiscussionsRequest) GetState ¶
func (x *GetAllDiscussionsRequest) GetState() string
func (*GetAllDiscussionsRequest) GetType ¶
func (x *GetAllDiscussionsRequest) GetType() string
func (*GetAllDiscussionsRequest) ProtoMessage ¶
func (*GetAllDiscussionsRequest) ProtoMessage()
func (*GetAllDiscussionsRequest) ProtoReflect ¶
func (x *GetAllDiscussionsRequest) ProtoReflect() protoreflect.Message
func (*GetAllDiscussionsRequest) Reset ¶
func (x *GetAllDiscussionsRequest) Reset()
func (*GetAllDiscussionsRequest) String ¶
func (x *GetAllDiscussionsRequest) String() string
func (*GetAllDiscussionsRequest) Validate ¶
func (m *GetAllDiscussionsRequest) Validate() error
Validate checks the field values on GetAllDiscussionsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetAllDiscussionsRequest) ValidateAll ¶
func (m *GetAllDiscussionsRequest) ValidateAll() error
ValidateAll checks the field values on GetAllDiscussionsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetAllDiscussionsRequestMultiError, or nil if none found.
type GetAllDiscussionsRequestMultiError ¶
type GetAllDiscussionsRequestMultiError []error
GetAllDiscussionsRequestMultiError is an error wrapping multiple validation errors returned by GetAllDiscussionsRequest.ValidateAll() if the designated constraints aren't met.
func (GetAllDiscussionsRequestMultiError) AllErrors ¶
func (m GetAllDiscussionsRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetAllDiscussionsRequestMultiError) Error ¶
func (m GetAllDiscussionsRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetAllDiscussionsRequestValidationError ¶
type GetAllDiscussionsRequestValidationError struct {
// contains filtered or unexported fields
}
GetAllDiscussionsRequestValidationError is the validation error returned by GetAllDiscussionsRequest.Validate if the designated constraints aren't met.
func (GetAllDiscussionsRequestValidationError) Cause ¶
func (e GetAllDiscussionsRequestValidationError) Cause() error
Cause function returns cause value.
func (GetAllDiscussionsRequestValidationError) Error ¶
func (e GetAllDiscussionsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetAllDiscussionsRequestValidationError) ErrorName ¶
func (e GetAllDiscussionsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetAllDiscussionsRequestValidationError) Field ¶
func (e GetAllDiscussionsRequestValidationError) Field() string
Field function returns field value.
func (GetAllDiscussionsRequestValidationError) Key ¶
func (e GetAllDiscussionsRequestValidationError) Key() bool
Key function returns key value.
func (GetAllDiscussionsRequestValidationError) Reason ¶
func (e GetAllDiscussionsRequestValidationError) Reason() string
Reason function returns reason value.
type GetAllDiscussionsResponse ¶
type GetAllDiscussionsResponse struct { Data []*Discussion `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*GetAllDiscussionsResponse) Descriptor
deprecated
func (*GetAllDiscussionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAllDiscussionsResponse.ProtoReflect.Descriptor instead.
func (*GetAllDiscussionsResponse) GetData ¶
func (x *GetAllDiscussionsResponse) GetData() []*Discussion
func (*GetAllDiscussionsResponse) ProtoMessage ¶
func (*GetAllDiscussionsResponse) ProtoMessage()
func (*GetAllDiscussionsResponse) ProtoReflect ¶
func (x *GetAllDiscussionsResponse) ProtoReflect() protoreflect.Message
func (*GetAllDiscussionsResponse) Reset ¶
func (x *GetAllDiscussionsResponse) Reset()
func (*GetAllDiscussionsResponse) String ¶
func (x *GetAllDiscussionsResponse) String() string
func (*GetAllDiscussionsResponse) Validate ¶
func (m *GetAllDiscussionsResponse) Validate() error
Validate checks the field values on GetAllDiscussionsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetAllDiscussionsResponse) ValidateAll ¶
func (m *GetAllDiscussionsResponse) ValidateAll() error
ValidateAll checks the field values on GetAllDiscussionsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetAllDiscussionsResponseMultiError, or nil if none found.
type GetAllDiscussionsResponseMultiError ¶
type GetAllDiscussionsResponseMultiError []error
GetAllDiscussionsResponseMultiError is an error wrapping multiple validation errors returned by GetAllDiscussionsResponse.ValidateAll() if the designated constraints aren't met.
func (GetAllDiscussionsResponseMultiError) AllErrors ¶
func (m GetAllDiscussionsResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetAllDiscussionsResponseMultiError) Error ¶
func (m GetAllDiscussionsResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetAllDiscussionsResponseValidationError ¶
type GetAllDiscussionsResponseValidationError struct {
// contains filtered or unexported fields
}
GetAllDiscussionsResponseValidationError is the validation error returned by GetAllDiscussionsResponse.Validate if the designated constraints aren't met.
func (GetAllDiscussionsResponseValidationError) Cause ¶
func (e GetAllDiscussionsResponseValidationError) Cause() error
Cause function returns cause value.
func (GetAllDiscussionsResponseValidationError) Error ¶
func (e GetAllDiscussionsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetAllDiscussionsResponseValidationError) ErrorName ¶
func (e GetAllDiscussionsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetAllDiscussionsResponseValidationError) Field ¶
func (e GetAllDiscussionsResponseValidationError) Field() string
Field function returns field value.
func (GetAllDiscussionsResponseValidationError) Key ¶
func (e GetAllDiscussionsResponseValidationError) Key() bool
Key function returns key value.
func (GetAllDiscussionsResponseValidationError) Reason ¶
func (e GetAllDiscussionsResponseValidationError) Reason() string
Reason function returns reason value.
type GetAllTagTemplatesRequest ¶
type GetAllTagTemplatesRequest struct { Urn string `protobuf:"bytes,1,opt,name=urn,proto3" json:"urn,omitempty"` // contains filtered or unexported fields }
func (*GetAllTagTemplatesRequest) Descriptor
deprecated
func (*GetAllTagTemplatesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAllTagTemplatesRequest.ProtoReflect.Descriptor instead.
func (*GetAllTagTemplatesRequest) GetUrn ¶
func (x *GetAllTagTemplatesRequest) GetUrn() string
func (*GetAllTagTemplatesRequest) ProtoMessage ¶
func (*GetAllTagTemplatesRequest) ProtoMessage()
func (*GetAllTagTemplatesRequest) ProtoReflect ¶
func (x *GetAllTagTemplatesRequest) ProtoReflect() protoreflect.Message
func (*GetAllTagTemplatesRequest) Reset ¶
func (x *GetAllTagTemplatesRequest) Reset()
func (*GetAllTagTemplatesRequest) String ¶
func (x *GetAllTagTemplatesRequest) String() string
func (*GetAllTagTemplatesRequest) Validate ¶
func (m *GetAllTagTemplatesRequest) Validate() error
Validate checks the field values on GetAllTagTemplatesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetAllTagTemplatesRequest) ValidateAll ¶
func (m *GetAllTagTemplatesRequest) ValidateAll() error
ValidateAll checks the field values on GetAllTagTemplatesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetAllTagTemplatesRequestMultiError, or nil if none found.
type GetAllTagTemplatesRequestMultiError ¶
type GetAllTagTemplatesRequestMultiError []error
GetAllTagTemplatesRequestMultiError is an error wrapping multiple validation errors returned by GetAllTagTemplatesRequest.ValidateAll() if the designated constraints aren't met.
func (GetAllTagTemplatesRequestMultiError) AllErrors ¶
func (m GetAllTagTemplatesRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetAllTagTemplatesRequestMultiError) Error ¶
func (m GetAllTagTemplatesRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetAllTagTemplatesRequestValidationError ¶
type GetAllTagTemplatesRequestValidationError struct {
// contains filtered or unexported fields
}
GetAllTagTemplatesRequestValidationError is the validation error returned by GetAllTagTemplatesRequest.Validate if the designated constraints aren't met.
func (GetAllTagTemplatesRequestValidationError) Cause ¶
func (e GetAllTagTemplatesRequestValidationError) Cause() error
Cause function returns cause value.
func (GetAllTagTemplatesRequestValidationError) Error ¶
func (e GetAllTagTemplatesRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetAllTagTemplatesRequestValidationError) ErrorName ¶
func (e GetAllTagTemplatesRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetAllTagTemplatesRequestValidationError) Field ¶
func (e GetAllTagTemplatesRequestValidationError) Field() string
Field function returns field value.
func (GetAllTagTemplatesRequestValidationError) Key ¶
func (e GetAllTagTemplatesRequestValidationError) Key() bool
Key function returns key value.
func (GetAllTagTemplatesRequestValidationError) Reason ¶
func (e GetAllTagTemplatesRequestValidationError) Reason() string
Reason function returns reason value.
type GetAllTagTemplatesResponse ¶
type GetAllTagTemplatesResponse struct { Data []*TagTemplate `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*GetAllTagTemplatesResponse) Descriptor
deprecated
func (*GetAllTagTemplatesResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAllTagTemplatesResponse.ProtoReflect.Descriptor instead.
func (*GetAllTagTemplatesResponse) GetData ¶
func (x *GetAllTagTemplatesResponse) GetData() []*TagTemplate
func (*GetAllTagTemplatesResponse) ProtoMessage ¶
func (*GetAllTagTemplatesResponse) ProtoMessage()
func (*GetAllTagTemplatesResponse) ProtoReflect ¶
func (x *GetAllTagTemplatesResponse) ProtoReflect() protoreflect.Message
func (*GetAllTagTemplatesResponse) Reset ¶
func (x *GetAllTagTemplatesResponse) Reset()
func (*GetAllTagTemplatesResponse) String ¶
func (x *GetAllTagTemplatesResponse) String() string
func (*GetAllTagTemplatesResponse) Validate ¶
func (m *GetAllTagTemplatesResponse) Validate() error
Validate checks the field values on GetAllTagTemplatesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetAllTagTemplatesResponse) ValidateAll ¶
func (m *GetAllTagTemplatesResponse) ValidateAll() error
ValidateAll checks the field values on GetAllTagTemplatesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetAllTagTemplatesResponseMultiError, or nil if none found.
type GetAllTagTemplatesResponseMultiError ¶
type GetAllTagTemplatesResponseMultiError []error
GetAllTagTemplatesResponseMultiError is an error wrapping multiple validation errors returned by GetAllTagTemplatesResponse.ValidateAll() if the designated constraints aren't met.
func (GetAllTagTemplatesResponseMultiError) AllErrors ¶
func (m GetAllTagTemplatesResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetAllTagTemplatesResponseMultiError) Error ¶
func (m GetAllTagTemplatesResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetAllTagTemplatesResponseValidationError ¶
type GetAllTagTemplatesResponseValidationError struct {
// contains filtered or unexported fields
}
GetAllTagTemplatesResponseValidationError is the validation error returned by GetAllTagTemplatesResponse.Validate if the designated constraints aren't met.
func (GetAllTagTemplatesResponseValidationError) Cause ¶
func (e GetAllTagTemplatesResponseValidationError) Cause() error
Cause function returns cause value.
func (GetAllTagTemplatesResponseValidationError) Error ¶
func (e GetAllTagTemplatesResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetAllTagTemplatesResponseValidationError) ErrorName ¶
func (e GetAllTagTemplatesResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetAllTagTemplatesResponseValidationError) Field ¶
func (e GetAllTagTemplatesResponseValidationError) Field() string
Field function returns field value.
func (GetAllTagTemplatesResponseValidationError) Key ¶
func (e GetAllTagTemplatesResponseValidationError) Key() bool
Key function returns key value.
func (GetAllTagTemplatesResponseValidationError) Reason ¶
func (e GetAllTagTemplatesResponseValidationError) Reason() string
Reason function returns reason value.
type GetAllTagsByAssetRequest ¶
type GetAllTagsByAssetRequest struct { AssetId string `protobuf:"bytes,1,opt,name=asset_id,json=assetId,proto3" json:"asset_id,omitempty"` // contains filtered or unexported fields }
func (*GetAllTagsByAssetRequest) Descriptor
deprecated
func (*GetAllTagsByAssetRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAllTagsByAssetRequest.ProtoReflect.Descriptor instead.
func (*GetAllTagsByAssetRequest) GetAssetId ¶
func (x *GetAllTagsByAssetRequest) GetAssetId() string
func (*GetAllTagsByAssetRequest) ProtoMessage ¶
func (*GetAllTagsByAssetRequest) ProtoMessage()
func (*GetAllTagsByAssetRequest) ProtoReflect ¶
func (x *GetAllTagsByAssetRequest) ProtoReflect() protoreflect.Message
func (*GetAllTagsByAssetRequest) Reset ¶
func (x *GetAllTagsByAssetRequest) Reset()
func (*GetAllTagsByAssetRequest) String ¶
func (x *GetAllTagsByAssetRequest) String() string
func (*GetAllTagsByAssetRequest) Validate ¶
func (m *GetAllTagsByAssetRequest) Validate() error
Validate checks the field values on GetAllTagsByAssetRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetAllTagsByAssetRequest) ValidateAll ¶
func (m *GetAllTagsByAssetRequest) ValidateAll() error
ValidateAll checks the field values on GetAllTagsByAssetRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetAllTagsByAssetRequestMultiError, or nil if none found.
type GetAllTagsByAssetRequestMultiError ¶
type GetAllTagsByAssetRequestMultiError []error
GetAllTagsByAssetRequestMultiError is an error wrapping multiple validation errors returned by GetAllTagsByAssetRequest.ValidateAll() if the designated constraints aren't met.
func (GetAllTagsByAssetRequestMultiError) AllErrors ¶
func (m GetAllTagsByAssetRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetAllTagsByAssetRequestMultiError) Error ¶
func (m GetAllTagsByAssetRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetAllTagsByAssetRequestValidationError ¶
type GetAllTagsByAssetRequestValidationError struct {
// contains filtered or unexported fields
}
GetAllTagsByAssetRequestValidationError is the validation error returned by GetAllTagsByAssetRequest.Validate if the designated constraints aren't met.
func (GetAllTagsByAssetRequestValidationError) Cause ¶
func (e GetAllTagsByAssetRequestValidationError) Cause() error
Cause function returns cause value.
func (GetAllTagsByAssetRequestValidationError) Error ¶
func (e GetAllTagsByAssetRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetAllTagsByAssetRequestValidationError) ErrorName ¶
func (e GetAllTagsByAssetRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetAllTagsByAssetRequestValidationError) Field ¶
func (e GetAllTagsByAssetRequestValidationError) Field() string
Field function returns field value.
func (GetAllTagsByAssetRequestValidationError) Key ¶
func (e GetAllTagsByAssetRequestValidationError) Key() bool
Key function returns key value.
func (GetAllTagsByAssetRequestValidationError) Reason ¶
func (e GetAllTagsByAssetRequestValidationError) Reason() string
Reason function returns reason value.
type GetAllTagsByAssetResponse ¶
type GetAllTagsByAssetResponse struct { Data []*Tag `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*GetAllTagsByAssetResponse) Descriptor
deprecated
func (*GetAllTagsByAssetResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAllTagsByAssetResponse.ProtoReflect.Descriptor instead.
func (*GetAllTagsByAssetResponse) GetData ¶
func (x *GetAllTagsByAssetResponse) GetData() []*Tag
func (*GetAllTagsByAssetResponse) ProtoMessage ¶
func (*GetAllTagsByAssetResponse) ProtoMessage()
func (*GetAllTagsByAssetResponse) ProtoReflect ¶
func (x *GetAllTagsByAssetResponse) ProtoReflect() protoreflect.Message
func (*GetAllTagsByAssetResponse) Reset ¶
func (x *GetAllTagsByAssetResponse) Reset()
func (*GetAllTagsByAssetResponse) String ¶
func (x *GetAllTagsByAssetResponse) String() string
func (*GetAllTagsByAssetResponse) Validate ¶
func (m *GetAllTagsByAssetResponse) Validate() error
Validate checks the field values on GetAllTagsByAssetResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetAllTagsByAssetResponse) ValidateAll ¶
func (m *GetAllTagsByAssetResponse) ValidateAll() error
ValidateAll checks the field values on GetAllTagsByAssetResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetAllTagsByAssetResponseMultiError, or nil if none found.
type GetAllTagsByAssetResponseMultiError ¶
type GetAllTagsByAssetResponseMultiError []error
GetAllTagsByAssetResponseMultiError is an error wrapping multiple validation errors returned by GetAllTagsByAssetResponse.ValidateAll() if the designated constraints aren't met.
func (GetAllTagsByAssetResponseMultiError) AllErrors ¶
func (m GetAllTagsByAssetResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetAllTagsByAssetResponseMultiError) Error ¶
func (m GetAllTagsByAssetResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetAllTagsByAssetResponseValidationError ¶
type GetAllTagsByAssetResponseValidationError struct {
// contains filtered or unexported fields
}
GetAllTagsByAssetResponseValidationError is the validation error returned by GetAllTagsByAssetResponse.Validate if the designated constraints aren't met.
func (GetAllTagsByAssetResponseValidationError) Cause ¶
func (e GetAllTagsByAssetResponseValidationError) Cause() error
Cause function returns cause value.
func (GetAllTagsByAssetResponseValidationError) Error ¶
func (e GetAllTagsByAssetResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetAllTagsByAssetResponseValidationError) ErrorName ¶
func (e GetAllTagsByAssetResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetAllTagsByAssetResponseValidationError) Field ¶
func (e GetAllTagsByAssetResponseValidationError) Field() string
Field function returns field value.
func (GetAllTagsByAssetResponseValidationError) Key ¶
func (e GetAllTagsByAssetResponseValidationError) Key() bool
Key function returns key value.
func (GetAllTagsByAssetResponseValidationError) Reason ¶
func (e GetAllTagsByAssetResponseValidationError) Reason() string
Reason function returns reason value.
type GetAllTypesRequest ¶
type GetAllTypesRequest struct { Q string `protobuf:"bytes,1,opt,name=q,proto3" json:"q,omitempty"` QFields string `protobuf:"bytes,2,opt,name=q_fields,json=qFields,proto3" json:"q_fields,omitempty"` Types string `protobuf:"bytes,3,opt,name=types,proto3" json:"types,omitempty"` Services string `protobuf:"bytes,4,opt,name=services,proto3" json:"services,omitempty"` Data map[string]string `` /* 149-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetAllTypesRequest) Descriptor
deprecated
func (*GetAllTypesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAllTypesRequest.ProtoReflect.Descriptor instead.
func (*GetAllTypesRequest) GetData ¶
func (x *GetAllTypesRequest) GetData() map[string]string
func (*GetAllTypesRequest) GetQ ¶
func (x *GetAllTypesRequest) GetQ() string
func (*GetAllTypesRequest) GetQFields ¶
func (x *GetAllTypesRequest) GetQFields() string
func (*GetAllTypesRequest) GetServices ¶
func (x *GetAllTypesRequest) GetServices() string
func (*GetAllTypesRequest) GetTypes ¶
func (x *GetAllTypesRequest) GetTypes() string
func (*GetAllTypesRequest) ProtoMessage ¶
func (*GetAllTypesRequest) ProtoMessage()
func (*GetAllTypesRequest) ProtoReflect ¶
func (x *GetAllTypesRequest) ProtoReflect() protoreflect.Message
func (*GetAllTypesRequest) Reset ¶
func (x *GetAllTypesRequest) Reset()
func (*GetAllTypesRequest) String ¶
func (x *GetAllTypesRequest) String() string
func (*GetAllTypesRequest) Validate ¶
func (m *GetAllTypesRequest) Validate() error
Validate checks the field values on GetAllTypesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetAllTypesRequest) ValidateAll ¶
func (m *GetAllTypesRequest) ValidateAll() error
ValidateAll checks the field values on GetAllTypesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetAllTypesRequestMultiError, or nil if none found.
type GetAllTypesRequestMultiError ¶
type GetAllTypesRequestMultiError []error
GetAllTypesRequestMultiError is an error wrapping multiple validation errors returned by GetAllTypesRequest.ValidateAll() if the designated constraints aren't met.
func (GetAllTypesRequestMultiError) AllErrors ¶
func (m GetAllTypesRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetAllTypesRequestMultiError) Error ¶
func (m GetAllTypesRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetAllTypesRequestValidationError ¶
type GetAllTypesRequestValidationError struct {
// contains filtered or unexported fields
}
GetAllTypesRequestValidationError is the validation error returned by GetAllTypesRequest.Validate if the designated constraints aren't met.
func (GetAllTypesRequestValidationError) Cause ¶
func (e GetAllTypesRequestValidationError) Cause() error
Cause function returns cause value.
func (GetAllTypesRequestValidationError) Error ¶
func (e GetAllTypesRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetAllTypesRequestValidationError) ErrorName ¶
func (e GetAllTypesRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetAllTypesRequestValidationError) Field ¶
func (e GetAllTypesRequestValidationError) Field() string
Field function returns field value.
func (GetAllTypesRequestValidationError) Key ¶
func (e GetAllTypesRequestValidationError) Key() bool
Key function returns key value.
func (GetAllTypesRequestValidationError) Reason ¶
func (e GetAllTypesRequestValidationError) Reason() string
Reason function returns reason value.
type GetAllTypesResponse ¶
type GetAllTypesResponse struct { Data []*Type `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*GetAllTypesResponse) Descriptor
deprecated
func (*GetAllTypesResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAllTypesResponse.ProtoReflect.Descriptor instead.
func (*GetAllTypesResponse) GetData ¶
func (x *GetAllTypesResponse) GetData() []*Type
func (*GetAllTypesResponse) ProtoMessage ¶
func (*GetAllTypesResponse) ProtoMessage()
func (*GetAllTypesResponse) ProtoReflect ¶
func (x *GetAllTypesResponse) ProtoReflect() protoreflect.Message
func (*GetAllTypesResponse) Reset ¶
func (x *GetAllTypesResponse) Reset()
func (*GetAllTypesResponse) String ¶
func (x *GetAllTypesResponse) String() string
func (*GetAllTypesResponse) Validate ¶
func (m *GetAllTypesResponse) Validate() error
Validate checks the field values on GetAllTypesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetAllTypesResponse) ValidateAll ¶
func (m *GetAllTypesResponse) ValidateAll() error
ValidateAll checks the field values on GetAllTypesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetAllTypesResponseMultiError, or nil if none found.
type GetAllTypesResponseMultiError ¶
type GetAllTypesResponseMultiError []error
GetAllTypesResponseMultiError is an error wrapping multiple validation errors returned by GetAllTypesResponse.ValidateAll() if the designated constraints aren't met.
func (GetAllTypesResponseMultiError) AllErrors ¶
func (m GetAllTypesResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetAllTypesResponseMultiError) Error ¶
func (m GetAllTypesResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetAllTypesResponseValidationError ¶
type GetAllTypesResponseValidationError struct {
// contains filtered or unexported fields
}
GetAllTypesResponseValidationError is the validation error returned by GetAllTypesResponse.Validate if the designated constraints aren't met.
func (GetAllTypesResponseValidationError) Cause ¶
func (e GetAllTypesResponseValidationError) Cause() error
Cause function returns cause value.
func (GetAllTypesResponseValidationError) Error ¶
func (e GetAllTypesResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetAllTypesResponseValidationError) ErrorName ¶
func (e GetAllTypesResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetAllTypesResponseValidationError) Field ¶
func (e GetAllTypesResponseValidationError) Field() string
Field function returns field value.
func (GetAllTypesResponseValidationError) Key ¶
func (e GetAllTypesResponseValidationError) Key() bool
Key function returns key value.
func (GetAllTypesResponseValidationError) Reason ¶
func (e GetAllTypesResponseValidationError) Reason() string
Reason function returns reason value.
type GetAssetByIDRequest ¶
type GetAssetByIDRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetAssetByIDRequest) Descriptor
deprecated
func (*GetAssetByIDRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAssetByIDRequest.ProtoReflect.Descriptor instead.
func (*GetAssetByIDRequest) GetId ¶
func (x *GetAssetByIDRequest) GetId() string
func (*GetAssetByIDRequest) ProtoMessage ¶
func (*GetAssetByIDRequest) ProtoMessage()
func (*GetAssetByIDRequest) ProtoReflect ¶
func (x *GetAssetByIDRequest) ProtoReflect() protoreflect.Message
func (*GetAssetByIDRequest) Reset ¶
func (x *GetAssetByIDRequest) Reset()
func (*GetAssetByIDRequest) String ¶
func (x *GetAssetByIDRequest) String() string
func (*GetAssetByIDRequest) Validate ¶
func (m *GetAssetByIDRequest) Validate() error
Validate checks the field values on GetAssetByIDRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetAssetByIDRequest) ValidateAll ¶
func (m *GetAssetByIDRequest) ValidateAll() error
ValidateAll checks the field values on GetAssetByIDRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetAssetByIDRequestMultiError, or nil if none found.
type GetAssetByIDRequestMultiError ¶
type GetAssetByIDRequestMultiError []error
GetAssetByIDRequestMultiError is an error wrapping multiple validation errors returned by GetAssetByIDRequest.ValidateAll() if the designated constraints aren't met.
func (GetAssetByIDRequestMultiError) AllErrors ¶
func (m GetAssetByIDRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetAssetByIDRequestMultiError) Error ¶
func (m GetAssetByIDRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetAssetByIDRequestValidationError ¶
type GetAssetByIDRequestValidationError struct {
// contains filtered or unexported fields
}
GetAssetByIDRequestValidationError is the validation error returned by GetAssetByIDRequest.Validate if the designated constraints aren't met.
func (GetAssetByIDRequestValidationError) Cause ¶
func (e GetAssetByIDRequestValidationError) Cause() error
Cause function returns cause value.
func (GetAssetByIDRequestValidationError) Error ¶
func (e GetAssetByIDRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetAssetByIDRequestValidationError) ErrorName ¶
func (e GetAssetByIDRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetAssetByIDRequestValidationError) Field ¶
func (e GetAssetByIDRequestValidationError) Field() string
Field function returns field value.
func (GetAssetByIDRequestValidationError) Key ¶
func (e GetAssetByIDRequestValidationError) Key() bool
Key function returns key value.
func (GetAssetByIDRequestValidationError) Reason ¶
func (e GetAssetByIDRequestValidationError) Reason() string
Reason function returns reason value.
type GetAssetByIDResponse ¶
type GetAssetByIDResponse struct { Data *Asset `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*GetAssetByIDResponse) Descriptor
deprecated
func (*GetAssetByIDResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAssetByIDResponse.ProtoReflect.Descriptor instead.
func (*GetAssetByIDResponse) GetData ¶
func (x *GetAssetByIDResponse) GetData() *Asset
func (*GetAssetByIDResponse) ProtoMessage ¶
func (*GetAssetByIDResponse) ProtoMessage()
func (*GetAssetByIDResponse) ProtoReflect ¶
func (x *GetAssetByIDResponse) ProtoReflect() protoreflect.Message
func (*GetAssetByIDResponse) Reset ¶
func (x *GetAssetByIDResponse) Reset()
func (*GetAssetByIDResponse) String ¶
func (x *GetAssetByIDResponse) String() string
func (*GetAssetByIDResponse) Validate ¶
func (m *GetAssetByIDResponse) Validate() error
Validate checks the field values on GetAssetByIDResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetAssetByIDResponse) ValidateAll ¶
func (m *GetAssetByIDResponse) ValidateAll() error
ValidateAll checks the field values on GetAssetByIDResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetAssetByIDResponseMultiError, or nil if none found.
type GetAssetByIDResponseMultiError ¶
type GetAssetByIDResponseMultiError []error
GetAssetByIDResponseMultiError is an error wrapping multiple validation errors returned by GetAssetByIDResponse.ValidateAll() if the designated constraints aren't met.
func (GetAssetByIDResponseMultiError) AllErrors ¶
func (m GetAssetByIDResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetAssetByIDResponseMultiError) Error ¶
func (m GetAssetByIDResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetAssetByIDResponseValidationError ¶
type GetAssetByIDResponseValidationError struct {
// contains filtered or unexported fields
}
GetAssetByIDResponseValidationError is the validation error returned by GetAssetByIDResponse.Validate if the designated constraints aren't met.
func (GetAssetByIDResponseValidationError) Cause ¶
func (e GetAssetByIDResponseValidationError) Cause() error
Cause function returns cause value.
func (GetAssetByIDResponseValidationError) Error ¶
func (e GetAssetByIDResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetAssetByIDResponseValidationError) ErrorName ¶
func (e GetAssetByIDResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetAssetByIDResponseValidationError) Field ¶
func (e GetAssetByIDResponseValidationError) Field() string
Field function returns field value.
func (GetAssetByIDResponseValidationError) Key ¶
func (e GetAssetByIDResponseValidationError) Key() bool
Key function returns key value.
func (GetAssetByIDResponseValidationError) Reason ¶
func (e GetAssetByIDResponseValidationError) Reason() string
Reason function returns reason value.
type GetAssetByVersionRequest ¶
type GetAssetByVersionRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"` // contains filtered or unexported fields }
func (*GetAssetByVersionRequest) Descriptor
deprecated
func (*GetAssetByVersionRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAssetByVersionRequest.ProtoReflect.Descriptor instead.
func (*GetAssetByVersionRequest) GetId ¶
func (x *GetAssetByVersionRequest) GetId() string
func (*GetAssetByVersionRequest) GetVersion ¶
func (x *GetAssetByVersionRequest) GetVersion() string
func (*GetAssetByVersionRequest) ProtoMessage ¶
func (*GetAssetByVersionRequest) ProtoMessage()
func (*GetAssetByVersionRequest) ProtoReflect ¶
func (x *GetAssetByVersionRequest) ProtoReflect() protoreflect.Message
func (*GetAssetByVersionRequest) Reset ¶
func (x *GetAssetByVersionRequest) Reset()
func (*GetAssetByVersionRequest) String ¶
func (x *GetAssetByVersionRequest) String() string
func (*GetAssetByVersionRequest) Validate ¶
func (m *GetAssetByVersionRequest) Validate() error
Validate checks the field values on GetAssetByVersionRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetAssetByVersionRequest) ValidateAll ¶
func (m *GetAssetByVersionRequest) ValidateAll() error
ValidateAll checks the field values on GetAssetByVersionRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetAssetByVersionRequestMultiError, or nil if none found.
type GetAssetByVersionRequestMultiError ¶
type GetAssetByVersionRequestMultiError []error
GetAssetByVersionRequestMultiError is an error wrapping multiple validation errors returned by GetAssetByVersionRequest.ValidateAll() if the designated constraints aren't met.
func (GetAssetByVersionRequestMultiError) AllErrors ¶
func (m GetAssetByVersionRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetAssetByVersionRequestMultiError) Error ¶
func (m GetAssetByVersionRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetAssetByVersionRequestValidationError ¶
type GetAssetByVersionRequestValidationError struct {
// contains filtered or unexported fields
}
GetAssetByVersionRequestValidationError is the validation error returned by GetAssetByVersionRequest.Validate if the designated constraints aren't met.
func (GetAssetByVersionRequestValidationError) Cause ¶
func (e GetAssetByVersionRequestValidationError) Cause() error
Cause function returns cause value.
func (GetAssetByVersionRequestValidationError) Error ¶
func (e GetAssetByVersionRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetAssetByVersionRequestValidationError) ErrorName ¶
func (e GetAssetByVersionRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetAssetByVersionRequestValidationError) Field ¶
func (e GetAssetByVersionRequestValidationError) Field() string
Field function returns field value.
func (GetAssetByVersionRequestValidationError) Key ¶
func (e GetAssetByVersionRequestValidationError) Key() bool
Key function returns key value.
func (GetAssetByVersionRequestValidationError) Reason ¶
func (e GetAssetByVersionRequestValidationError) Reason() string
Reason function returns reason value.
type GetAssetByVersionResponse ¶
type GetAssetByVersionResponse struct { Data *Asset `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*GetAssetByVersionResponse) Descriptor
deprecated
func (*GetAssetByVersionResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAssetByVersionResponse.ProtoReflect.Descriptor instead.
func (*GetAssetByVersionResponse) GetData ¶
func (x *GetAssetByVersionResponse) GetData() *Asset
func (*GetAssetByVersionResponse) ProtoMessage ¶
func (*GetAssetByVersionResponse) ProtoMessage()
func (*GetAssetByVersionResponse) ProtoReflect ¶
func (x *GetAssetByVersionResponse) ProtoReflect() protoreflect.Message
func (*GetAssetByVersionResponse) Reset ¶
func (x *GetAssetByVersionResponse) Reset()
func (*GetAssetByVersionResponse) String ¶
func (x *GetAssetByVersionResponse) String() string
func (*GetAssetByVersionResponse) Validate ¶
func (m *GetAssetByVersionResponse) Validate() error
Validate checks the field values on GetAssetByVersionResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetAssetByVersionResponse) ValidateAll ¶
func (m *GetAssetByVersionResponse) ValidateAll() error
ValidateAll checks the field values on GetAssetByVersionResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetAssetByVersionResponseMultiError, or nil if none found.
type GetAssetByVersionResponseMultiError ¶
type GetAssetByVersionResponseMultiError []error
GetAssetByVersionResponseMultiError is an error wrapping multiple validation errors returned by GetAssetByVersionResponse.ValidateAll() if the designated constraints aren't met.
func (GetAssetByVersionResponseMultiError) AllErrors ¶
func (m GetAssetByVersionResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetAssetByVersionResponseMultiError) Error ¶
func (m GetAssetByVersionResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetAssetByVersionResponseValidationError ¶
type GetAssetByVersionResponseValidationError struct {
// contains filtered or unexported fields
}
GetAssetByVersionResponseValidationError is the validation error returned by GetAssetByVersionResponse.Validate if the designated constraints aren't met.
func (GetAssetByVersionResponseValidationError) Cause ¶
func (e GetAssetByVersionResponseValidationError) Cause() error
Cause function returns cause value.
func (GetAssetByVersionResponseValidationError) Error ¶
func (e GetAssetByVersionResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetAssetByVersionResponseValidationError) ErrorName ¶
func (e GetAssetByVersionResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetAssetByVersionResponseValidationError) Field ¶
func (e GetAssetByVersionResponseValidationError) Field() string
Field function returns field value.
func (GetAssetByVersionResponseValidationError) Key ¶
func (e GetAssetByVersionResponseValidationError) Key() bool
Key function returns key value.
func (GetAssetByVersionResponseValidationError) Reason ¶
func (e GetAssetByVersionResponseValidationError) Reason() string
Reason function returns reason value.
type GetAssetStargazersRequest ¶
type GetAssetStargazersRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Size uint32 `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"` Offset uint32 `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"` // contains filtered or unexported fields }
func (*GetAssetStargazersRequest) Descriptor
deprecated
func (*GetAssetStargazersRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAssetStargazersRequest.ProtoReflect.Descriptor instead.
func (*GetAssetStargazersRequest) GetId ¶
func (x *GetAssetStargazersRequest) GetId() string
func (*GetAssetStargazersRequest) GetOffset ¶
func (x *GetAssetStargazersRequest) GetOffset() uint32
func (*GetAssetStargazersRequest) GetSize ¶
func (x *GetAssetStargazersRequest) GetSize() uint32
func (*GetAssetStargazersRequest) ProtoMessage ¶
func (*GetAssetStargazersRequest) ProtoMessage()
func (*GetAssetStargazersRequest) ProtoReflect ¶
func (x *GetAssetStargazersRequest) ProtoReflect() protoreflect.Message
func (*GetAssetStargazersRequest) Reset ¶
func (x *GetAssetStargazersRequest) Reset()
func (*GetAssetStargazersRequest) String ¶
func (x *GetAssetStargazersRequest) String() string
func (*GetAssetStargazersRequest) Validate ¶
func (m *GetAssetStargazersRequest) Validate() error
Validate checks the field values on GetAssetStargazersRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetAssetStargazersRequest) ValidateAll ¶
func (m *GetAssetStargazersRequest) ValidateAll() error
ValidateAll checks the field values on GetAssetStargazersRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetAssetStargazersRequestMultiError, or nil if none found.
type GetAssetStargazersRequestMultiError ¶
type GetAssetStargazersRequestMultiError []error
GetAssetStargazersRequestMultiError is an error wrapping multiple validation errors returned by GetAssetStargazersRequest.ValidateAll() if the designated constraints aren't met.
func (GetAssetStargazersRequestMultiError) AllErrors ¶
func (m GetAssetStargazersRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetAssetStargazersRequestMultiError) Error ¶
func (m GetAssetStargazersRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetAssetStargazersRequestValidationError ¶
type GetAssetStargazersRequestValidationError struct {
// contains filtered or unexported fields
}
GetAssetStargazersRequestValidationError is the validation error returned by GetAssetStargazersRequest.Validate if the designated constraints aren't met.
func (GetAssetStargazersRequestValidationError) Cause ¶
func (e GetAssetStargazersRequestValidationError) Cause() error
Cause function returns cause value.
func (GetAssetStargazersRequestValidationError) Error ¶
func (e GetAssetStargazersRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetAssetStargazersRequestValidationError) ErrorName ¶
func (e GetAssetStargazersRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetAssetStargazersRequestValidationError) Field ¶
func (e GetAssetStargazersRequestValidationError) Field() string
Field function returns field value.
func (GetAssetStargazersRequestValidationError) Key ¶
func (e GetAssetStargazersRequestValidationError) Key() bool
Key function returns key value.
func (GetAssetStargazersRequestValidationError) Reason ¶
func (e GetAssetStargazersRequestValidationError) Reason() string
Reason function returns reason value.
type GetAssetStargazersResponse ¶
type GetAssetStargazersResponse struct { Data []*User `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*GetAssetStargazersResponse) Descriptor
deprecated
func (*GetAssetStargazersResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAssetStargazersResponse.ProtoReflect.Descriptor instead.
func (*GetAssetStargazersResponse) GetData ¶
func (x *GetAssetStargazersResponse) GetData() []*User
func (*GetAssetStargazersResponse) ProtoMessage ¶
func (*GetAssetStargazersResponse) ProtoMessage()
func (*GetAssetStargazersResponse) ProtoReflect ¶
func (x *GetAssetStargazersResponse) ProtoReflect() protoreflect.Message
func (*GetAssetStargazersResponse) Reset ¶
func (x *GetAssetStargazersResponse) Reset()
func (*GetAssetStargazersResponse) String ¶
func (x *GetAssetStargazersResponse) String() string
func (*GetAssetStargazersResponse) Validate ¶
func (m *GetAssetStargazersResponse) Validate() error
Validate checks the field values on GetAssetStargazersResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetAssetStargazersResponse) ValidateAll ¶
func (m *GetAssetStargazersResponse) ValidateAll() error
ValidateAll checks the field values on GetAssetStargazersResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetAssetStargazersResponseMultiError, or nil if none found.
type GetAssetStargazersResponseMultiError ¶
type GetAssetStargazersResponseMultiError []error
GetAssetStargazersResponseMultiError is an error wrapping multiple validation errors returned by GetAssetStargazersResponse.ValidateAll() if the designated constraints aren't met.
func (GetAssetStargazersResponseMultiError) AllErrors ¶
func (m GetAssetStargazersResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetAssetStargazersResponseMultiError) Error ¶
func (m GetAssetStargazersResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetAssetStargazersResponseValidationError ¶
type GetAssetStargazersResponseValidationError struct {
// contains filtered or unexported fields
}
GetAssetStargazersResponseValidationError is the validation error returned by GetAssetStargazersResponse.Validate if the designated constraints aren't met.
func (GetAssetStargazersResponseValidationError) Cause ¶
func (e GetAssetStargazersResponseValidationError) Cause() error
Cause function returns cause value.
func (GetAssetStargazersResponseValidationError) Error ¶
func (e GetAssetStargazersResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetAssetStargazersResponseValidationError) ErrorName ¶
func (e GetAssetStargazersResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetAssetStargazersResponseValidationError) Field ¶
func (e GetAssetStargazersResponseValidationError) Field() string
Field function returns field value.
func (GetAssetStargazersResponseValidationError) Key ¶
func (e GetAssetStargazersResponseValidationError) Key() bool
Key function returns key value.
func (GetAssetStargazersResponseValidationError) Reason ¶
func (e GetAssetStargazersResponseValidationError) Reason() string
Reason function returns reason value.
type GetAssetVersionHistoryRequest ¶
type GetAssetVersionHistoryRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Size uint32 `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"` Offset uint32 `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"` // contains filtered or unexported fields }
func (*GetAssetVersionHistoryRequest) Descriptor
deprecated
func (*GetAssetVersionHistoryRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAssetVersionHistoryRequest.ProtoReflect.Descriptor instead.
func (*GetAssetVersionHistoryRequest) GetId ¶
func (x *GetAssetVersionHistoryRequest) GetId() string
func (*GetAssetVersionHistoryRequest) GetOffset ¶
func (x *GetAssetVersionHistoryRequest) GetOffset() uint32
func (*GetAssetVersionHistoryRequest) GetSize ¶
func (x *GetAssetVersionHistoryRequest) GetSize() uint32
func (*GetAssetVersionHistoryRequest) ProtoMessage ¶
func (*GetAssetVersionHistoryRequest) ProtoMessage()
func (*GetAssetVersionHistoryRequest) ProtoReflect ¶
func (x *GetAssetVersionHistoryRequest) ProtoReflect() protoreflect.Message
func (*GetAssetVersionHistoryRequest) Reset ¶
func (x *GetAssetVersionHistoryRequest) Reset()
func (*GetAssetVersionHistoryRequest) String ¶
func (x *GetAssetVersionHistoryRequest) String() string
func (*GetAssetVersionHistoryRequest) Validate ¶
func (m *GetAssetVersionHistoryRequest) Validate() error
Validate checks the field values on GetAssetVersionHistoryRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetAssetVersionHistoryRequest) ValidateAll ¶
func (m *GetAssetVersionHistoryRequest) ValidateAll() error
ValidateAll checks the field values on GetAssetVersionHistoryRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetAssetVersionHistoryRequestMultiError, or nil if none found.
type GetAssetVersionHistoryRequestMultiError ¶
type GetAssetVersionHistoryRequestMultiError []error
GetAssetVersionHistoryRequestMultiError is an error wrapping multiple validation errors returned by GetAssetVersionHistoryRequest.ValidateAll() if the designated constraints aren't met.
func (GetAssetVersionHistoryRequestMultiError) AllErrors ¶
func (m GetAssetVersionHistoryRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetAssetVersionHistoryRequestMultiError) Error ¶
func (m GetAssetVersionHistoryRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetAssetVersionHistoryRequestValidationError ¶
type GetAssetVersionHistoryRequestValidationError struct {
// contains filtered or unexported fields
}
GetAssetVersionHistoryRequestValidationError is the validation error returned by GetAssetVersionHistoryRequest.Validate if the designated constraints aren't met.
func (GetAssetVersionHistoryRequestValidationError) Cause ¶
func (e GetAssetVersionHistoryRequestValidationError) Cause() error
Cause function returns cause value.
func (GetAssetVersionHistoryRequestValidationError) Error ¶
func (e GetAssetVersionHistoryRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetAssetVersionHistoryRequestValidationError) ErrorName ¶
func (e GetAssetVersionHistoryRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetAssetVersionHistoryRequestValidationError) Field ¶
func (e GetAssetVersionHistoryRequestValidationError) Field() string
Field function returns field value.
func (GetAssetVersionHistoryRequestValidationError) Key ¶
func (e GetAssetVersionHistoryRequestValidationError) Key() bool
Key function returns key value.
func (GetAssetVersionHistoryRequestValidationError) Reason ¶
func (e GetAssetVersionHistoryRequestValidationError) Reason() string
Reason function returns reason value.
type GetAssetVersionHistoryResponse ¶
type GetAssetVersionHistoryResponse struct { Data []*Asset `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*GetAssetVersionHistoryResponse) Descriptor
deprecated
func (*GetAssetVersionHistoryResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAssetVersionHistoryResponse.ProtoReflect.Descriptor instead.
func (*GetAssetVersionHistoryResponse) GetData ¶
func (x *GetAssetVersionHistoryResponse) GetData() []*Asset
func (*GetAssetVersionHistoryResponse) ProtoMessage ¶
func (*GetAssetVersionHistoryResponse) ProtoMessage()
func (*GetAssetVersionHistoryResponse) ProtoReflect ¶
func (x *GetAssetVersionHistoryResponse) ProtoReflect() protoreflect.Message
func (*GetAssetVersionHistoryResponse) Reset ¶
func (x *GetAssetVersionHistoryResponse) Reset()
func (*GetAssetVersionHistoryResponse) String ¶
func (x *GetAssetVersionHistoryResponse) String() string
func (*GetAssetVersionHistoryResponse) Validate ¶
func (m *GetAssetVersionHistoryResponse) Validate() error
Validate checks the field values on GetAssetVersionHistoryResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetAssetVersionHistoryResponse) ValidateAll ¶
func (m *GetAssetVersionHistoryResponse) ValidateAll() error
ValidateAll checks the field values on GetAssetVersionHistoryResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetAssetVersionHistoryResponseMultiError, or nil if none found.
type GetAssetVersionHistoryResponseMultiError ¶
type GetAssetVersionHistoryResponseMultiError []error
GetAssetVersionHistoryResponseMultiError is an error wrapping multiple validation errors returned by GetAssetVersionHistoryResponse.ValidateAll() if the designated constraints aren't met.
func (GetAssetVersionHistoryResponseMultiError) AllErrors ¶
func (m GetAssetVersionHistoryResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetAssetVersionHistoryResponseMultiError) Error ¶
func (m GetAssetVersionHistoryResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetAssetVersionHistoryResponseValidationError ¶
type GetAssetVersionHistoryResponseValidationError struct {
// contains filtered or unexported fields
}
GetAssetVersionHistoryResponseValidationError is the validation error returned by GetAssetVersionHistoryResponse.Validate if the designated constraints aren't met.
func (GetAssetVersionHistoryResponseValidationError) Cause ¶
func (e GetAssetVersionHistoryResponseValidationError) Cause() error
Cause function returns cause value.
func (GetAssetVersionHistoryResponseValidationError) Error ¶
func (e GetAssetVersionHistoryResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetAssetVersionHistoryResponseValidationError) ErrorName ¶
func (e GetAssetVersionHistoryResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetAssetVersionHistoryResponseValidationError) Field ¶
func (e GetAssetVersionHistoryResponseValidationError) Field() string
Field function returns field value.
func (GetAssetVersionHistoryResponseValidationError) Key ¶
func (e GetAssetVersionHistoryResponseValidationError) Key() bool
Key function returns key value.
func (GetAssetVersionHistoryResponseValidationError) Reason ¶
func (e GetAssetVersionHistoryResponseValidationError) Reason() string
Reason function returns reason value.
type GetCommentRequest ¶
type GetCommentRequest struct { DiscussionId string `protobuf:"bytes,1,opt,name=discussion_id,json=discussionId,proto3" json:"discussion_id,omitempty"` Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetCommentRequest) Descriptor
deprecated
func (*GetCommentRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCommentRequest.ProtoReflect.Descriptor instead.
func (*GetCommentRequest) GetDiscussionId ¶
func (x *GetCommentRequest) GetDiscussionId() string
func (*GetCommentRequest) GetId ¶
func (x *GetCommentRequest) GetId() string
func (*GetCommentRequest) ProtoMessage ¶
func (*GetCommentRequest) ProtoMessage()
func (*GetCommentRequest) ProtoReflect ¶
func (x *GetCommentRequest) ProtoReflect() protoreflect.Message
func (*GetCommentRequest) Reset ¶
func (x *GetCommentRequest) Reset()
func (*GetCommentRequest) String ¶
func (x *GetCommentRequest) String() string
func (*GetCommentRequest) Validate ¶
func (m *GetCommentRequest) Validate() error
Validate checks the field values on GetCommentRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetCommentRequest) ValidateAll ¶
func (m *GetCommentRequest) ValidateAll() error
ValidateAll checks the field values on GetCommentRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCommentRequestMultiError, or nil if none found.
type GetCommentRequestMultiError ¶
type GetCommentRequestMultiError []error
GetCommentRequestMultiError is an error wrapping multiple validation errors returned by GetCommentRequest.ValidateAll() if the designated constraints aren't met.
func (GetCommentRequestMultiError) AllErrors ¶
func (m GetCommentRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetCommentRequestMultiError) Error ¶
func (m GetCommentRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetCommentRequestValidationError ¶
type GetCommentRequestValidationError struct {
// contains filtered or unexported fields
}
GetCommentRequestValidationError is the validation error returned by GetCommentRequest.Validate if the designated constraints aren't met.
func (GetCommentRequestValidationError) Cause ¶
func (e GetCommentRequestValidationError) Cause() error
Cause function returns cause value.
func (GetCommentRequestValidationError) Error ¶
func (e GetCommentRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetCommentRequestValidationError) ErrorName ¶
func (e GetCommentRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetCommentRequestValidationError) Field ¶
func (e GetCommentRequestValidationError) Field() string
Field function returns field value.
func (GetCommentRequestValidationError) Key ¶
func (e GetCommentRequestValidationError) Key() bool
Key function returns key value.
func (GetCommentRequestValidationError) Reason ¶
func (e GetCommentRequestValidationError) Reason() string
Reason function returns reason value.
type GetCommentResponse ¶
type GetCommentResponse struct { Data *Comment `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*GetCommentResponse) Descriptor
deprecated
func (*GetCommentResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCommentResponse.ProtoReflect.Descriptor instead.
func (*GetCommentResponse) GetData ¶
func (x *GetCommentResponse) GetData() *Comment
func (*GetCommentResponse) ProtoMessage ¶
func (*GetCommentResponse) ProtoMessage()
func (*GetCommentResponse) ProtoReflect ¶
func (x *GetCommentResponse) ProtoReflect() protoreflect.Message
func (*GetCommentResponse) Reset ¶
func (x *GetCommentResponse) Reset()
func (*GetCommentResponse) String ¶
func (x *GetCommentResponse) String() string
func (*GetCommentResponse) Validate ¶
func (m *GetCommentResponse) Validate() error
Validate checks the field values on GetCommentResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetCommentResponse) ValidateAll ¶
func (m *GetCommentResponse) ValidateAll() error
ValidateAll checks the field values on GetCommentResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCommentResponseMultiError, or nil if none found.
type GetCommentResponseMultiError ¶
type GetCommentResponseMultiError []error
GetCommentResponseMultiError is an error wrapping multiple validation errors returned by GetCommentResponse.ValidateAll() if the designated constraints aren't met.
func (GetCommentResponseMultiError) AllErrors ¶
func (m GetCommentResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetCommentResponseMultiError) Error ¶
func (m GetCommentResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetCommentResponseValidationError ¶
type GetCommentResponseValidationError struct {
// contains filtered or unexported fields
}
GetCommentResponseValidationError is the validation error returned by GetCommentResponse.Validate if the designated constraints aren't met.
func (GetCommentResponseValidationError) Cause ¶
func (e GetCommentResponseValidationError) Cause() error
Cause function returns cause value.
func (GetCommentResponseValidationError) Error ¶
func (e GetCommentResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetCommentResponseValidationError) ErrorName ¶
func (e GetCommentResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetCommentResponseValidationError) Field ¶
func (e GetCommentResponseValidationError) Field() string
Field function returns field value.
func (GetCommentResponseValidationError) Key ¶
func (e GetCommentResponseValidationError) Key() bool
Key function returns key value.
func (GetCommentResponseValidationError) Reason ¶
func (e GetCommentResponseValidationError) Reason() string
Reason function returns reason value.
type GetDiscussionRequest ¶
type GetDiscussionRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetDiscussionRequest) Descriptor
deprecated
func (*GetDiscussionRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDiscussionRequest.ProtoReflect.Descriptor instead.
func (*GetDiscussionRequest) GetId ¶
func (x *GetDiscussionRequest) GetId() string
func (*GetDiscussionRequest) ProtoMessage ¶
func (*GetDiscussionRequest) ProtoMessage()
func (*GetDiscussionRequest) ProtoReflect ¶
func (x *GetDiscussionRequest) ProtoReflect() protoreflect.Message
func (*GetDiscussionRequest) Reset ¶
func (x *GetDiscussionRequest) Reset()
func (*GetDiscussionRequest) String ¶
func (x *GetDiscussionRequest) String() string
func (*GetDiscussionRequest) Validate ¶
func (m *GetDiscussionRequest) Validate() error
Validate checks the field values on GetDiscussionRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetDiscussionRequest) ValidateAll ¶
func (m *GetDiscussionRequest) ValidateAll() error
ValidateAll checks the field values on GetDiscussionRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetDiscussionRequestMultiError, or nil if none found.
type GetDiscussionRequestMultiError ¶
type GetDiscussionRequestMultiError []error
GetDiscussionRequestMultiError is an error wrapping multiple validation errors returned by GetDiscussionRequest.ValidateAll() if the designated constraints aren't met.
func (GetDiscussionRequestMultiError) AllErrors ¶
func (m GetDiscussionRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetDiscussionRequestMultiError) Error ¶
func (m GetDiscussionRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetDiscussionRequestValidationError ¶
type GetDiscussionRequestValidationError struct {
// contains filtered or unexported fields
}
GetDiscussionRequestValidationError is the validation error returned by GetDiscussionRequest.Validate if the designated constraints aren't met.
func (GetDiscussionRequestValidationError) Cause ¶
func (e GetDiscussionRequestValidationError) Cause() error
Cause function returns cause value.
func (GetDiscussionRequestValidationError) Error ¶
func (e GetDiscussionRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetDiscussionRequestValidationError) ErrorName ¶
func (e GetDiscussionRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetDiscussionRequestValidationError) Field ¶
func (e GetDiscussionRequestValidationError) Field() string
Field function returns field value.
func (GetDiscussionRequestValidationError) Key ¶
func (e GetDiscussionRequestValidationError) Key() bool
Key function returns key value.
func (GetDiscussionRequestValidationError) Reason ¶
func (e GetDiscussionRequestValidationError) Reason() string
Reason function returns reason value.
type GetDiscussionResponse ¶
type GetDiscussionResponse struct { Data *Discussion `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*GetDiscussionResponse) Descriptor
deprecated
func (*GetDiscussionResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetDiscussionResponse.ProtoReflect.Descriptor instead.
func (*GetDiscussionResponse) GetData ¶
func (x *GetDiscussionResponse) GetData() *Discussion
func (*GetDiscussionResponse) ProtoMessage ¶
func (*GetDiscussionResponse) ProtoMessage()
func (*GetDiscussionResponse) ProtoReflect ¶
func (x *GetDiscussionResponse) ProtoReflect() protoreflect.Message
func (*GetDiscussionResponse) Reset ¶
func (x *GetDiscussionResponse) Reset()
func (*GetDiscussionResponse) String ¶
func (x *GetDiscussionResponse) String() string
func (*GetDiscussionResponse) Validate ¶
func (m *GetDiscussionResponse) Validate() error
Validate checks the field values on GetDiscussionResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetDiscussionResponse) ValidateAll ¶
func (m *GetDiscussionResponse) ValidateAll() error
ValidateAll checks the field values on GetDiscussionResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetDiscussionResponseMultiError, or nil if none found.
type GetDiscussionResponseMultiError ¶
type GetDiscussionResponseMultiError []error
GetDiscussionResponseMultiError is an error wrapping multiple validation errors returned by GetDiscussionResponse.ValidateAll() if the designated constraints aren't met.
func (GetDiscussionResponseMultiError) AllErrors ¶
func (m GetDiscussionResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetDiscussionResponseMultiError) Error ¶
func (m GetDiscussionResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetDiscussionResponseValidationError ¶
type GetDiscussionResponseValidationError struct {
// contains filtered or unexported fields
}
GetDiscussionResponseValidationError is the validation error returned by GetDiscussionResponse.Validate if the designated constraints aren't met.
func (GetDiscussionResponseValidationError) Cause ¶
func (e GetDiscussionResponseValidationError) Cause() error
Cause function returns cause value.
func (GetDiscussionResponseValidationError) Error ¶
func (e GetDiscussionResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetDiscussionResponseValidationError) ErrorName ¶
func (e GetDiscussionResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetDiscussionResponseValidationError) Field ¶
func (e GetDiscussionResponseValidationError) Field() string
Field function returns field value.
func (GetDiscussionResponseValidationError) Key ¶
func (e GetDiscussionResponseValidationError) Key() bool
Key function returns key value.
func (GetDiscussionResponseValidationError) Reason ¶
func (e GetDiscussionResponseValidationError) Reason() string
Reason function returns reason value.
type GetGraphRequest ¶
type GetGraphRequest struct { Urn string `protobuf:"bytes,1,opt,name=urn,proto3" json:"urn,omitempty"` Level uint32 `protobuf:"varint,2,opt,name=level,proto3" json:"level,omitempty"` Direction string `protobuf:"bytes,3,opt,name=direction,proto3" json:"direction,omitempty"` // contains filtered or unexported fields }
func (*GetGraphRequest) Descriptor
deprecated
func (*GetGraphRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetGraphRequest.ProtoReflect.Descriptor instead.
func (*GetGraphRequest) GetDirection ¶
func (x *GetGraphRequest) GetDirection() string
func (*GetGraphRequest) GetLevel ¶
func (x *GetGraphRequest) GetLevel() uint32
func (*GetGraphRequest) GetUrn ¶
func (x *GetGraphRequest) GetUrn() string
func (*GetGraphRequest) ProtoMessage ¶
func (*GetGraphRequest) ProtoMessage()
func (*GetGraphRequest) ProtoReflect ¶
func (x *GetGraphRequest) ProtoReflect() protoreflect.Message
func (*GetGraphRequest) Reset ¶
func (x *GetGraphRequest) Reset()
func (*GetGraphRequest) String ¶
func (x *GetGraphRequest) String() string
func (*GetGraphRequest) Validate ¶
func (m *GetGraphRequest) Validate() error
Validate checks the field values on GetGraphRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetGraphRequest) ValidateAll ¶
func (m *GetGraphRequest) ValidateAll() error
ValidateAll checks the field values on GetGraphRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetGraphRequestMultiError, or nil if none found.
type GetGraphRequestMultiError ¶
type GetGraphRequestMultiError []error
GetGraphRequestMultiError is an error wrapping multiple validation errors returned by GetGraphRequest.ValidateAll() if the designated constraints aren't met.
func (GetGraphRequestMultiError) AllErrors ¶
func (m GetGraphRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetGraphRequestMultiError) Error ¶
func (m GetGraphRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetGraphRequestValidationError ¶
type GetGraphRequestValidationError struct {
// contains filtered or unexported fields
}
GetGraphRequestValidationError is the validation error returned by GetGraphRequest.Validate if the designated constraints aren't met.
func (GetGraphRequestValidationError) Cause ¶
func (e GetGraphRequestValidationError) Cause() error
Cause function returns cause value.
func (GetGraphRequestValidationError) Error ¶
func (e GetGraphRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetGraphRequestValidationError) ErrorName ¶
func (e GetGraphRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetGraphRequestValidationError) Field ¶
func (e GetGraphRequestValidationError) Field() string
Field function returns field value.
func (GetGraphRequestValidationError) Key ¶
func (e GetGraphRequestValidationError) Key() bool
Key function returns key value.
func (GetGraphRequestValidationError) Reason ¶
func (e GetGraphRequestValidationError) Reason() string
Reason function returns reason value.
type GetGraphResponse ¶
type GetGraphResponse struct { // Edges in the graph. Data []*LineageEdge `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // Key is the asset URN. Node attributes, if present, will be returned for // source and target nodes in the LineageEdge. NodeAttrs map[string]*GetGraphResponse_NodeAttributes `` /* 176-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetGraphResponse) Descriptor
deprecated
func (*GetGraphResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetGraphResponse.ProtoReflect.Descriptor instead.
func (*GetGraphResponse) GetData ¶
func (x *GetGraphResponse) GetData() []*LineageEdge
func (*GetGraphResponse) GetNodeAttrs ¶
func (x *GetGraphResponse) GetNodeAttrs() map[string]*GetGraphResponse_NodeAttributes
func (*GetGraphResponse) ProtoMessage ¶
func (*GetGraphResponse) ProtoMessage()
func (*GetGraphResponse) ProtoReflect ¶
func (x *GetGraphResponse) ProtoReflect() protoreflect.Message
func (*GetGraphResponse) Reset ¶
func (x *GetGraphResponse) Reset()
func (*GetGraphResponse) String ¶
func (x *GetGraphResponse) String() string
func (*GetGraphResponse) Validate ¶
func (m *GetGraphResponse) Validate() error
Validate checks the field values on GetGraphResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetGraphResponse) ValidateAll ¶
func (m *GetGraphResponse) ValidateAll() error
ValidateAll checks the field values on GetGraphResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetGraphResponseMultiError, or nil if none found.
type GetGraphResponseMultiError ¶
type GetGraphResponseMultiError []error
GetGraphResponseMultiError is an error wrapping multiple validation errors returned by GetGraphResponse.ValidateAll() if the designated constraints aren't met.
func (GetGraphResponseMultiError) AllErrors ¶
func (m GetGraphResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetGraphResponseMultiError) Error ¶
func (m GetGraphResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetGraphResponseValidationError ¶
type GetGraphResponseValidationError struct {
// contains filtered or unexported fields
}
GetGraphResponseValidationError is the validation error returned by GetGraphResponse.Validate if the designated constraints aren't met.
func (GetGraphResponseValidationError) Cause ¶
func (e GetGraphResponseValidationError) Cause() error
Cause function returns cause value.
func (GetGraphResponseValidationError) Error ¶
func (e GetGraphResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetGraphResponseValidationError) ErrorName ¶
func (e GetGraphResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetGraphResponseValidationError) Field ¶
func (e GetGraphResponseValidationError) Field() string
Field function returns field value.
func (GetGraphResponseValidationError) Key ¶
func (e GetGraphResponseValidationError) Key() bool
Key function returns key value.
func (GetGraphResponseValidationError) Reason ¶
func (e GetGraphResponseValidationError) Reason() string
Reason function returns reason value.
type GetGraphResponse_NodeAttributes ¶
type GetGraphResponse_NodeAttributes struct { Probes *GetGraphResponse_ProbesInfo `protobuf:"bytes,1,opt,name=probes,proto3" json:"probes,omitempty"` // contains filtered or unexported fields }
func (*GetGraphResponse_NodeAttributes) Descriptor
deprecated
func (*GetGraphResponse_NodeAttributes) Descriptor() ([]byte, []int)
Deprecated: Use GetGraphResponse_NodeAttributes.ProtoReflect.Descriptor instead.
func (*GetGraphResponse_NodeAttributes) GetProbes ¶
func (x *GetGraphResponse_NodeAttributes) GetProbes() *GetGraphResponse_ProbesInfo
func (*GetGraphResponse_NodeAttributes) ProtoMessage ¶
func (*GetGraphResponse_NodeAttributes) ProtoMessage()
func (*GetGraphResponse_NodeAttributes) ProtoReflect ¶
func (x *GetGraphResponse_NodeAttributes) ProtoReflect() protoreflect.Message
func (*GetGraphResponse_NodeAttributes) Reset ¶
func (x *GetGraphResponse_NodeAttributes) Reset()
func (*GetGraphResponse_NodeAttributes) String ¶
func (x *GetGraphResponse_NodeAttributes) String() string
func (*GetGraphResponse_NodeAttributes) Validate ¶
func (m *GetGraphResponse_NodeAttributes) Validate() error
Validate checks the field values on GetGraphResponse_NodeAttributes with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetGraphResponse_NodeAttributes) ValidateAll ¶
func (m *GetGraphResponse_NodeAttributes) ValidateAll() error
ValidateAll checks the field values on GetGraphResponse_NodeAttributes with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetGraphResponse_NodeAttributesMultiError, or nil if none found.
type GetGraphResponse_NodeAttributesMultiError ¶
type GetGraphResponse_NodeAttributesMultiError []error
GetGraphResponse_NodeAttributesMultiError is an error wrapping multiple validation errors returned by GetGraphResponse_NodeAttributes.ValidateAll() if the designated constraints aren't met.
func (GetGraphResponse_NodeAttributesMultiError) AllErrors ¶
func (m GetGraphResponse_NodeAttributesMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetGraphResponse_NodeAttributesMultiError) Error ¶
func (m GetGraphResponse_NodeAttributesMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetGraphResponse_NodeAttributesValidationError ¶
type GetGraphResponse_NodeAttributesValidationError struct {
// contains filtered or unexported fields
}
GetGraphResponse_NodeAttributesValidationError is the validation error returned by GetGraphResponse_NodeAttributes.Validate if the designated constraints aren't met.
func (GetGraphResponse_NodeAttributesValidationError) Cause ¶
func (e GetGraphResponse_NodeAttributesValidationError) Cause() error
Cause function returns cause value.
func (GetGraphResponse_NodeAttributesValidationError) Error ¶
func (e GetGraphResponse_NodeAttributesValidationError) Error() string
Error satisfies the builtin error interface
func (GetGraphResponse_NodeAttributesValidationError) ErrorName ¶
func (e GetGraphResponse_NodeAttributesValidationError) ErrorName() string
ErrorName returns error name.
func (GetGraphResponse_NodeAttributesValidationError) Field ¶
func (e GetGraphResponse_NodeAttributesValidationError) Field() string
Field function returns field value.
func (GetGraphResponse_NodeAttributesValidationError) Key ¶
func (e GetGraphResponse_NodeAttributesValidationError) Key() bool
Key function returns key value.
func (GetGraphResponse_NodeAttributesValidationError) Reason ¶
func (e GetGraphResponse_NodeAttributesValidationError) Reason() string
Reason function returns reason value.
type GetGraphResponse_ProbesInfo ¶
type GetGraphResponse_ProbesInfo struct { Latest *Probe `protobuf:"bytes,1,opt,name=latest,proto3" json:"latest,omitempty"` // contains filtered or unexported fields }
func (*GetGraphResponse_ProbesInfo) Descriptor
deprecated
func (*GetGraphResponse_ProbesInfo) Descriptor() ([]byte, []int)
Deprecated: Use GetGraphResponse_ProbesInfo.ProtoReflect.Descriptor instead.
func (*GetGraphResponse_ProbesInfo) GetLatest ¶
func (x *GetGraphResponse_ProbesInfo) GetLatest() *Probe
func (*GetGraphResponse_ProbesInfo) ProtoMessage ¶
func (*GetGraphResponse_ProbesInfo) ProtoMessage()
func (*GetGraphResponse_ProbesInfo) ProtoReflect ¶
func (x *GetGraphResponse_ProbesInfo) ProtoReflect() protoreflect.Message
func (*GetGraphResponse_ProbesInfo) Reset ¶
func (x *GetGraphResponse_ProbesInfo) Reset()
func (*GetGraphResponse_ProbesInfo) String ¶
func (x *GetGraphResponse_ProbesInfo) String() string
func (*GetGraphResponse_ProbesInfo) Validate ¶
func (m *GetGraphResponse_ProbesInfo) Validate() error
Validate checks the field values on GetGraphResponse_ProbesInfo with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetGraphResponse_ProbesInfo) ValidateAll ¶
func (m *GetGraphResponse_ProbesInfo) ValidateAll() error
ValidateAll checks the field values on GetGraphResponse_ProbesInfo with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetGraphResponse_ProbesInfoMultiError, or nil if none found.
type GetGraphResponse_ProbesInfoMultiError ¶
type GetGraphResponse_ProbesInfoMultiError []error
GetGraphResponse_ProbesInfoMultiError is an error wrapping multiple validation errors returned by GetGraphResponse_ProbesInfo.ValidateAll() if the designated constraints aren't met.
func (GetGraphResponse_ProbesInfoMultiError) AllErrors ¶
func (m GetGraphResponse_ProbesInfoMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetGraphResponse_ProbesInfoMultiError) Error ¶
func (m GetGraphResponse_ProbesInfoMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetGraphResponse_ProbesInfoValidationError ¶
type GetGraphResponse_ProbesInfoValidationError struct {
// contains filtered or unexported fields
}
GetGraphResponse_ProbesInfoValidationError is the validation error returned by GetGraphResponse_ProbesInfo.Validate if the designated constraints aren't met.
func (GetGraphResponse_ProbesInfoValidationError) Cause ¶
func (e GetGraphResponse_ProbesInfoValidationError) Cause() error
Cause function returns cause value.
func (GetGraphResponse_ProbesInfoValidationError) Error ¶
func (e GetGraphResponse_ProbesInfoValidationError) Error() string
Error satisfies the builtin error interface
func (GetGraphResponse_ProbesInfoValidationError) ErrorName ¶
func (e GetGraphResponse_ProbesInfoValidationError) ErrorName() string
ErrorName returns error name.
func (GetGraphResponse_ProbesInfoValidationError) Field ¶
func (e GetGraphResponse_ProbesInfoValidationError) Field() string
Field function returns field value.
func (GetGraphResponse_ProbesInfoValidationError) Key ¶
func (e GetGraphResponse_ProbesInfoValidationError) Key() bool
Key function returns key value.
func (GetGraphResponse_ProbesInfoValidationError) Reason ¶
func (e GetGraphResponse_ProbesInfoValidationError) Reason() string
Reason function returns reason value.
type GetMyDiscussionsRequest ¶
type GetMyDiscussionsRequest struct { Filter string `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"` Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` State string `protobuf:"bytes,3,opt,name=state,proto3" json:"state,omitempty"` Asset string `protobuf:"bytes,4,opt,name=asset,proto3" json:"asset,omitempty"` Labels string `protobuf:"bytes,5,opt,name=labels,proto3" json:"labels,omitempty"` Sort string `protobuf:"bytes,6,opt,name=sort,proto3" json:"sort,omitempty"` Direction string `protobuf:"bytes,7,opt,name=direction,proto3" json:"direction,omitempty"` Size uint32 `protobuf:"varint,8,opt,name=size,proto3" json:"size,omitempty"` Offset uint32 `protobuf:"varint,9,opt,name=offset,proto3" json:"offset,omitempty"` // contains filtered or unexported fields }
func (*GetMyDiscussionsRequest) Descriptor
deprecated
func (*GetMyDiscussionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetMyDiscussionsRequest.ProtoReflect.Descriptor instead.
func (*GetMyDiscussionsRequest) GetAsset ¶
func (x *GetMyDiscussionsRequest) GetAsset() string
func (*GetMyDiscussionsRequest) GetDirection ¶
func (x *GetMyDiscussionsRequest) GetDirection() string
func (*GetMyDiscussionsRequest) GetFilter ¶
func (x *GetMyDiscussionsRequest) GetFilter() string
func (*GetMyDiscussionsRequest) GetLabels ¶
func (x *GetMyDiscussionsRequest) GetLabels() string
func (*GetMyDiscussionsRequest) GetOffset ¶
func (x *GetMyDiscussionsRequest) GetOffset() uint32
func (*GetMyDiscussionsRequest) GetSize ¶
func (x *GetMyDiscussionsRequest) GetSize() uint32
func (*GetMyDiscussionsRequest) GetSort ¶
func (x *GetMyDiscussionsRequest) GetSort() string
func (*GetMyDiscussionsRequest) GetState ¶
func (x *GetMyDiscussionsRequest) GetState() string
func (*GetMyDiscussionsRequest) GetType ¶
func (x *GetMyDiscussionsRequest) GetType() string
func (*GetMyDiscussionsRequest) ProtoMessage ¶
func (*GetMyDiscussionsRequest) ProtoMessage()
func (*GetMyDiscussionsRequest) ProtoReflect ¶
func (x *GetMyDiscussionsRequest) ProtoReflect() protoreflect.Message
func (*GetMyDiscussionsRequest) Reset ¶
func (x *GetMyDiscussionsRequest) Reset()
func (*GetMyDiscussionsRequest) String ¶
func (x *GetMyDiscussionsRequest) String() string
func (*GetMyDiscussionsRequest) Validate ¶
func (m *GetMyDiscussionsRequest) Validate() error
Validate checks the field values on GetMyDiscussionsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetMyDiscussionsRequest) ValidateAll ¶
func (m *GetMyDiscussionsRequest) ValidateAll() error
ValidateAll checks the field values on GetMyDiscussionsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetMyDiscussionsRequestMultiError, or nil if none found.
type GetMyDiscussionsRequestMultiError ¶
type GetMyDiscussionsRequestMultiError []error
GetMyDiscussionsRequestMultiError is an error wrapping multiple validation errors returned by GetMyDiscussionsRequest.ValidateAll() if the designated constraints aren't met.
func (GetMyDiscussionsRequestMultiError) AllErrors ¶
func (m GetMyDiscussionsRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetMyDiscussionsRequestMultiError) Error ¶
func (m GetMyDiscussionsRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetMyDiscussionsRequestValidationError ¶
type GetMyDiscussionsRequestValidationError struct {
// contains filtered or unexported fields
}
GetMyDiscussionsRequestValidationError is the validation error returned by GetMyDiscussionsRequest.Validate if the designated constraints aren't met.
func (GetMyDiscussionsRequestValidationError) Cause ¶
func (e GetMyDiscussionsRequestValidationError) Cause() error
Cause function returns cause value.
func (GetMyDiscussionsRequestValidationError) Error ¶
func (e GetMyDiscussionsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetMyDiscussionsRequestValidationError) ErrorName ¶
func (e GetMyDiscussionsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetMyDiscussionsRequestValidationError) Field ¶
func (e GetMyDiscussionsRequestValidationError) Field() string
Field function returns field value.
func (GetMyDiscussionsRequestValidationError) Key ¶
func (e GetMyDiscussionsRequestValidationError) Key() bool
Key function returns key value.
func (GetMyDiscussionsRequestValidationError) Reason ¶
func (e GetMyDiscussionsRequestValidationError) Reason() string
Reason function returns reason value.
type GetMyDiscussionsResponse ¶
type GetMyDiscussionsResponse struct { Data []*Discussion `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*GetMyDiscussionsResponse) Descriptor
deprecated
func (*GetMyDiscussionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetMyDiscussionsResponse.ProtoReflect.Descriptor instead.
func (*GetMyDiscussionsResponse) GetData ¶
func (x *GetMyDiscussionsResponse) GetData() []*Discussion
func (*GetMyDiscussionsResponse) ProtoMessage ¶
func (*GetMyDiscussionsResponse) ProtoMessage()
func (*GetMyDiscussionsResponse) ProtoReflect ¶
func (x *GetMyDiscussionsResponse) ProtoReflect() protoreflect.Message
func (*GetMyDiscussionsResponse) Reset ¶
func (x *GetMyDiscussionsResponse) Reset()
func (*GetMyDiscussionsResponse) String ¶
func (x *GetMyDiscussionsResponse) String() string
func (*GetMyDiscussionsResponse) Validate ¶
func (m *GetMyDiscussionsResponse) Validate() error
Validate checks the field values on GetMyDiscussionsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetMyDiscussionsResponse) ValidateAll ¶
func (m *GetMyDiscussionsResponse) ValidateAll() error
ValidateAll checks the field values on GetMyDiscussionsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetMyDiscussionsResponseMultiError, or nil if none found.
type GetMyDiscussionsResponseMultiError ¶
type GetMyDiscussionsResponseMultiError []error
GetMyDiscussionsResponseMultiError is an error wrapping multiple validation errors returned by GetMyDiscussionsResponse.ValidateAll() if the designated constraints aren't met.
func (GetMyDiscussionsResponseMultiError) AllErrors ¶
func (m GetMyDiscussionsResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetMyDiscussionsResponseMultiError) Error ¶
func (m GetMyDiscussionsResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetMyDiscussionsResponseValidationError ¶
type GetMyDiscussionsResponseValidationError struct {
// contains filtered or unexported fields
}
GetMyDiscussionsResponseValidationError is the validation error returned by GetMyDiscussionsResponse.Validate if the designated constraints aren't met.
func (GetMyDiscussionsResponseValidationError) Cause ¶
func (e GetMyDiscussionsResponseValidationError) Cause() error
Cause function returns cause value.
func (GetMyDiscussionsResponseValidationError) Error ¶
func (e GetMyDiscussionsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetMyDiscussionsResponseValidationError) ErrorName ¶
func (e GetMyDiscussionsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetMyDiscussionsResponseValidationError) Field ¶
func (e GetMyDiscussionsResponseValidationError) Field() string
Field function returns field value.
func (GetMyDiscussionsResponseValidationError) Key ¶
func (e GetMyDiscussionsResponseValidationError) Key() bool
Key function returns key value.
func (GetMyDiscussionsResponseValidationError) Reason ¶
func (e GetMyDiscussionsResponseValidationError) Reason() string
Reason function returns reason value.
type GetMyStarredAssetRequest ¶
type GetMyStarredAssetRequest struct { AssetId string `protobuf:"bytes,1,opt,name=asset_id,json=assetId,proto3" json:"asset_id,omitempty"` // contains filtered or unexported fields }
func (*GetMyStarredAssetRequest) Descriptor
deprecated
func (*GetMyStarredAssetRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetMyStarredAssetRequest.ProtoReflect.Descriptor instead.
func (*GetMyStarredAssetRequest) GetAssetId ¶
func (x *GetMyStarredAssetRequest) GetAssetId() string
func (*GetMyStarredAssetRequest) ProtoMessage ¶
func (*GetMyStarredAssetRequest) ProtoMessage()
func (*GetMyStarredAssetRequest) ProtoReflect ¶
func (x *GetMyStarredAssetRequest) ProtoReflect() protoreflect.Message
func (*GetMyStarredAssetRequest) Reset ¶
func (x *GetMyStarredAssetRequest) Reset()
func (*GetMyStarredAssetRequest) String ¶
func (x *GetMyStarredAssetRequest) String() string
func (*GetMyStarredAssetRequest) Validate ¶
func (m *GetMyStarredAssetRequest) Validate() error
Validate checks the field values on GetMyStarredAssetRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetMyStarredAssetRequest) ValidateAll ¶
func (m *GetMyStarredAssetRequest) ValidateAll() error
ValidateAll checks the field values on GetMyStarredAssetRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetMyStarredAssetRequestMultiError, or nil if none found.
type GetMyStarredAssetRequestMultiError ¶
type GetMyStarredAssetRequestMultiError []error
GetMyStarredAssetRequestMultiError is an error wrapping multiple validation errors returned by GetMyStarredAssetRequest.ValidateAll() if the designated constraints aren't met.
func (GetMyStarredAssetRequestMultiError) AllErrors ¶
func (m GetMyStarredAssetRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetMyStarredAssetRequestMultiError) Error ¶
func (m GetMyStarredAssetRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetMyStarredAssetRequestValidationError ¶
type GetMyStarredAssetRequestValidationError struct {
// contains filtered or unexported fields
}
GetMyStarredAssetRequestValidationError is the validation error returned by GetMyStarredAssetRequest.Validate if the designated constraints aren't met.
func (GetMyStarredAssetRequestValidationError) Cause ¶
func (e GetMyStarredAssetRequestValidationError) Cause() error
Cause function returns cause value.
func (GetMyStarredAssetRequestValidationError) Error ¶
func (e GetMyStarredAssetRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetMyStarredAssetRequestValidationError) ErrorName ¶
func (e GetMyStarredAssetRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetMyStarredAssetRequestValidationError) Field ¶
func (e GetMyStarredAssetRequestValidationError) Field() string
Field function returns field value.
func (GetMyStarredAssetRequestValidationError) Key ¶
func (e GetMyStarredAssetRequestValidationError) Key() bool
Key function returns key value.
func (GetMyStarredAssetRequestValidationError) Reason ¶
func (e GetMyStarredAssetRequestValidationError) Reason() string
Reason function returns reason value.
type GetMyStarredAssetResponse ¶
type GetMyStarredAssetResponse struct { Data *Asset `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*GetMyStarredAssetResponse) Descriptor
deprecated
func (*GetMyStarredAssetResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetMyStarredAssetResponse.ProtoReflect.Descriptor instead.
func (*GetMyStarredAssetResponse) GetData ¶
func (x *GetMyStarredAssetResponse) GetData() *Asset
func (*GetMyStarredAssetResponse) ProtoMessage ¶
func (*GetMyStarredAssetResponse) ProtoMessage()
func (*GetMyStarredAssetResponse) ProtoReflect ¶
func (x *GetMyStarredAssetResponse) ProtoReflect() protoreflect.Message
func (*GetMyStarredAssetResponse) Reset ¶
func (x *GetMyStarredAssetResponse) Reset()
func (*GetMyStarredAssetResponse) String ¶
func (x *GetMyStarredAssetResponse) String() string
func (*GetMyStarredAssetResponse) Validate ¶
func (m *GetMyStarredAssetResponse) Validate() error
Validate checks the field values on GetMyStarredAssetResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetMyStarredAssetResponse) ValidateAll ¶
func (m *GetMyStarredAssetResponse) ValidateAll() error
ValidateAll checks the field values on GetMyStarredAssetResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetMyStarredAssetResponseMultiError, or nil if none found.
type GetMyStarredAssetResponseMultiError ¶
type GetMyStarredAssetResponseMultiError []error
GetMyStarredAssetResponseMultiError is an error wrapping multiple validation errors returned by GetMyStarredAssetResponse.ValidateAll() if the designated constraints aren't met.
func (GetMyStarredAssetResponseMultiError) AllErrors ¶
func (m GetMyStarredAssetResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetMyStarredAssetResponseMultiError) Error ¶
func (m GetMyStarredAssetResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetMyStarredAssetResponseValidationError ¶
type GetMyStarredAssetResponseValidationError struct {
// contains filtered or unexported fields
}
GetMyStarredAssetResponseValidationError is the validation error returned by GetMyStarredAssetResponse.Validate if the designated constraints aren't met.
func (GetMyStarredAssetResponseValidationError) Cause ¶
func (e GetMyStarredAssetResponseValidationError) Cause() error
Cause function returns cause value.
func (GetMyStarredAssetResponseValidationError) Error ¶
func (e GetMyStarredAssetResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetMyStarredAssetResponseValidationError) ErrorName ¶
func (e GetMyStarredAssetResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetMyStarredAssetResponseValidationError) Field ¶
func (e GetMyStarredAssetResponseValidationError) Field() string
Field function returns field value.
func (GetMyStarredAssetResponseValidationError) Key ¶
func (e GetMyStarredAssetResponseValidationError) Key() bool
Key function returns key value.
func (GetMyStarredAssetResponseValidationError) Reason ¶
func (e GetMyStarredAssetResponseValidationError) Reason() string
Reason function returns reason value.
type GetMyStarredAssetsRequest ¶
type GetMyStarredAssetsRequest struct { Size uint32 `protobuf:"varint,1,opt,name=size,proto3" json:"size,omitempty"` Offset uint32 `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"` // contains filtered or unexported fields }
func (*GetMyStarredAssetsRequest) Descriptor
deprecated
func (*GetMyStarredAssetsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetMyStarredAssetsRequest.ProtoReflect.Descriptor instead.
func (*GetMyStarredAssetsRequest) GetOffset ¶
func (x *GetMyStarredAssetsRequest) GetOffset() uint32
func (*GetMyStarredAssetsRequest) GetSize ¶
func (x *GetMyStarredAssetsRequest) GetSize() uint32
func (*GetMyStarredAssetsRequest) ProtoMessage ¶
func (*GetMyStarredAssetsRequest) ProtoMessage()
func (*GetMyStarredAssetsRequest) ProtoReflect ¶
func (x *GetMyStarredAssetsRequest) ProtoReflect() protoreflect.Message
func (*GetMyStarredAssetsRequest) Reset ¶
func (x *GetMyStarredAssetsRequest) Reset()
func (*GetMyStarredAssetsRequest) String ¶
func (x *GetMyStarredAssetsRequest) String() string
func (*GetMyStarredAssetsRequest) Validate ¶
func (m *GetMyStarredAssetsRequest) Validate() error
Validate checks the field values on GetMyStarredAssetsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetMyStarredAssetsRequest) ValidateAll ¶
func (m *GetMyStarredAssetsRequest) ValidateAll() error
ValidateAll checks the field values on GetMyStarredAssetsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetMyStarredAssetsRequestMultiError, or nil if none found.
type GetMyStarredAssetsRequestMultiError ¶
type GetMyStarredAssetsRequestMultiError []error
GetMyStarredAssetsRequestMultiError is an error wrapping multiple validation errors returned by GetMyStarredAssetsRequest.ValidateAll() if the designated constraints aren't met.
func (GetMyStarredAssetsRequestMultiError) AllErrors ¶
func (m GetMyStarredAssetsRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetMyStarredAssetsRequestMultiError) Error ¶
func (m GetMyStarredAssetsRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetMyStarredAssetsRequestValidationError ¶
type GetMyStarredAssetsRequestValidationError struct {
// contains filtered or unexported fields
}
GetMyStarredAssetsRequestValidationError is the validation error returned by GetMyStarredAssetsRequest.Validate if the designated constraints aren't met.
func (GetMyStarredAssetsRequestValidationError) Cause ¶
func (e GetMyStarredAssetsRequestValidationError) Cause() error
Cause function returns cause value.
func (GetMyStarredAssetsRequestValidationError) Error ¶
func (e GetMyStarredAssetsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetMyStarredAssetsRequestValidationError) ErrorName ¶
func (e GetMyStarredAssetsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetMyStarredAssetsRequestValidationError) Field ¶
func (e GetMyStarredAssetsRequestValidationError) Field() string
Field function returns field value.
func (GetMyStarredAssetsRequestValidationError) Key ¶
func (e GetMyStarredAssetsRequestValidationError) Key() bool
Key function returns key value.
func (GetMyStarredAssetsRequestValidationError) Reason ¶
func (e GetMyStarredAssetsRequestValidationError) Reason() string
Reason function returns reason value.
type GetMyStarredAssetsResponse ¶
type GetMyStarredAssetsResponse struct { Data []*Asset `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*GetMyStarredAssetsResponse) Descriptor
deprecated
func (*GetMyStarredAssetsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetMyStarredAssetsResponse.ProtoReflect.Descriptor instead.
func (*GetMyStarredAssetsResponse) GetData ¶
func (x *GetMyStarredAssetsResponse) GetData() []*Asset
func (*GetMyStarredAssetsResponse) ProtoMessage ¶
func (*GetMyStarredAssetsResponse) ProtoMessage()
func (*GetMyStarredAssetsResponse) ProtoReflect ¶
func (x *GetMyStarredAssetsResponse) ProtoReflect() protoreflect.Message
func (*GetMyStarredAssetsResponse) Reset ¶
func (x *GetMyStarredAssetsResponse) Reset()
func (*GetMyStarredAssetsResponse) String ¶
func (x *GetMyStarredAssetsResponse) String() string
func (*GetMyStarredAssetsResponse) Validate ¶
func (m *GetMyStarredAssetsResponse) Validate() error
Validate checks the field values on GetMyStarredAssetsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetMyStarredAssetsResponse) ValidateAll ¶
func (m *GetMyStarredAssetsResponse) ValidateAll() error
ValidateAll checks the field values on GetMyStarredAssetsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetMyStarredAssetsResponseMultiError, or nil if none found.
type GetMyStarredAssetsResponseMultiError ¶
type GetMyStarredAssetsResponseMultiError []error
GetMyStarredAssetsResponseMultiError is an error wrapping multiple validation errors returned by GetMyStarredAssetsResponse.ValidateAll() if the designated constraints aren't met.
func (GetMyStarredAssetsResponseMultiError) AllErrors ¶
func (m GetMyStarredAssetsResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetMyStarredAssetsResponseMultiError) Error ¶
func (m GetMyStarredAssetsResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetMyStarredAssetsResponseValidationError ¶
type GetMyStarredAssetsResponseValidationError struct {
// contains filtered or unexported fields
}
GetMyStarredAssetsResponseValidationError is the validation error returned by GetMyStarredAssetsResponse.Validate if the designated constraints aren't met.
func (GetMyStarredAssetsResponseValidationError) Cause ¶
func (e GetMyStarredAssetsResponseValidationError) Cause() error
Cause function returns cause value.
func (GetMyStarredAssetsResponseValidationError) Error ¶
func (e GetMyStarredAssetsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetMyStarredAssetsResponseValidationError) ErrorName ¶
func (e GetMyStarredAssetsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetMyStarredAssetsResponseValidationError) Field ¶
func (e GetMyStarredAssetsResponseValidationError) Field() string
Field function returns field value.
func (GetMyStarredAssetsResponseValidationError) Key ¶
func (e GetMyStarredAssetsResponseValidationError) Key() bool
Key function returns key value.
func (GetMyStarredAssetsResponseValidationError) Reason ¶
func (e GetMyStarredAssetsResponseValidationError) Reason() string
Reason function returns reason value.
type GetTagByAssetAndTemplateRequest ¶
type GetTagByAssetAndTemplateRequest struct { AssetId string `protobuf:"bytes,1,opt,name=asset_id,json=assetId,proto3" json:"asset_id,omitempty"` TemplateUrn string `protobuf:"bytes,3,opt,name=template_urn,json=templateUrn,proto3" json:"template_urn,omitempty"` // contains filtered or unexported fields }
func (*GetTagByAssetAndTemplateRequest) Descriptor
deprecated
func (*GetTagByAssetAndTemplateRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTagByAssetAndTemplateRequest.ProtoReflect.Descriptor instead.
func (*GetTagByAssetAndTemplateRequest) GetAssetId ¶
func (x *GetTagByAssetAndTemplateRequest) GetAssetId() string
func (*GetTagByAssetAndTemplateRequest) GetTemplateUrn ¶
func (x *GetTagByAssetAndTemplateRequest) GetTemplateUrn() string
func (*GetTagByAssetAndTemplateRequest) ProtoMessage ¶
func (*GetTagByAssetAndTemplateRequest) ProtoMessage()
func (*GetTagByAssetAndTemplateRequest) ProtoReflect ¶
func (x *GetTagByAssetAndTemplateRequest) ProtoReflect() protoreflect.Message
func (*GetTagByAssetAndTemplateRequest) Reset ¶
func (x *GetTagByAssetAndTemplateRequest) Reset()
func (*GetTagByAssetAndTemplateRequest) String ¶
func (x *GetTagByAssetAndTemplateRequest) String() string
func (*GetTagByAssetAndTemplateRequest) Validate ¶
func (m *GetTagByAssetAndTemplateRequest) Validate() error
Validate checks the field values on GetTagByAssetAndTemplateRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetTagByAssetAndTemplateRequest) ValidateAll ¶
func (m *GetTagByAssetAndTemplateRequest) ValidateAll() error
ValidateAll checks the field values on GetTagByAssetAndTemplateRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTagByAssetAndTemplateRequestMultiError, or nil if none found.
type GetTagByAssetAndTemplateRequestMultiError ¶
type GetTagByAssetAndTemplateRequestMultiError []error
GetTagByAssetAndTemplateRequestMultiError is an error wrapping multiple validation errors returned by GetTagByAssetAndTemplateRequest.ValidateAll() if the designated constraints aren't met.
func (GetTagByAssetAndTemplateRequestMultiError) AllErrors ¶
func (m GetTagByAssetAndTemplateRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetTagByAssetAndTemplateRequestMultiError) Error ¶
func (m GetTagByAssetAndTemplateRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetTagByAssetAndTemplateRequestValidationError ¶
type GetTagByAssetAndTemplateRequestValidationError struct {
// contains filtered or unexported fields
}
GetTagByAssetAndTemplateRequestValidationError is the validation error returned by GetTagByAssetAndTemplateRequest.Validate if the designated constraints aren't met.
func (GetTagByAssetAndTemplateRequestValidationError) Cause ¶
func (e GetTagByAssetAndTemplateRequestValidationError) Cause() error
Cause function returns cause value.
func (GetTagByAssetAndTemplateRequestValidationError) Error ¶
func (e GetTagByAssetAndTemplateRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetTagByAssetAndTemplateRequestValidationError) ErrorName ¶
func (e GetTagByAssetAndTemplateRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetTagByAssetAndTemplateRequestValidationError) Field ¶
func (e GetTagByAssetAndTemplateRequestValidationError) Field() string
Field function returns field value.
func (GetTagByAssetAndTemplateRequestValidationError) Key ¶
func (e GetTagByAssetAndTemplateRequestValidationError) Key() bool
Key function returns key value.
func (GetTagByAssetAndTemplateRequestValidationError) Reason ¶
func (e GetTagByAssetAndTemplateRequestValidationError) Reason() string
Reason function returns reason value.
type GetTagByAssetAndTemplateResponse ¶
type GetTagByAssetAndTemplateResponse struct { Data *Tag `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*GetTagByAssetAndTemplateResponse) Descriptor
deprecated
func (*GetTagByAssetAndTemplateResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTagByAssetAndTemplateResponse.ProtoReflect.Descriptor instead.
func (*GetTagByAssetAndTemplateResponse) GetData ¶
func (x *GetTagByAssetAndTemplateResponse) GetData() *Tag
func (*GetTagByAssetAndTemplateResponse) ProtoMessage ¶
func (*GetTagByAssetAndTemplateResponse) ProtoMessage()
func (*GetTagByAssetAndTemplateResponse) ProtoReflect ¶
func (x *GetTagByAssetAndTemplateResponse) ProtoReflect() protoreflect.Message
func (*GetTagByAssetAndTemplateResponse) Reset ¶
func (x *GetTagByAssetAndTemplateResponse) Reset()
func (*GetTagByAssetAndTemplateResponse) String ¶
func (x *GetTagByAssetAndTemplateResponse) String() string
func (*GetTagByAssetAndTemplateResponse) Validate ¶
func (m *GetTagByAssetAndTemplateResponse) Validate() error
Validate checks the field values on GetTagByAssetAndTemplateResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetTagByAssetAndTemplateResponse) ValidateAll ¶
func (m *GetTagByAssetAndTemplateResponse) ValidateAll() error
ValidateAll checks the field values on GetTagByAssetAndTemplateResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTagByAssetAndTemplateResponseMultiError, or nil if none found.
type GetTagByAssetAndTemplateResponseMultiError ¶
type GetTagByAssetAndTemplateResponseMultiError []error
GetTagByAssetAndTemplateResponseMultiError is an error wrapping multiple validation errors returned by GetTagByAssetAndTemplateResponse.ValidateAll() if the designated constraints aren't met.
func (GetTagByAssetAndTemplateResponseMultiError) AllErrors ¶
func (m GetTagByAssetAndTemplateResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetTagByAssetAndTemplateResponseMultiError) Error ¶
func (m GetTagByAssetAndTemplateResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetTagByAssetAndTemplateResponseValidationError ¶
type GetTagByAssetAndTemplateResponseValidationError struct {
// contains filtered or unexported fields
}
GetTagByAssetAndTemplateResponseValidationError is the validation error returned by GetTagByAssetAndTemplateResponse.Validate if the designated constraints aren't met.
func (GetTagByAssetAndTemplateResponseValidationError) Cause ¶
func (e GetTagByAssetAndTemplateResponseValidationError) Cause() error
Cause function returns cause value.
func (GetTagByAssetAndTemplateResponseValidationError) Error ¶
func (e GetTagByAssetAndTemplateResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetTagByAssetAndTemplateResponseValidationError) ErrorName ¶
func (e GetTagByAssetAndTemplateResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetTagByAssetAndTemplateResponseValidationError) Field ¶
func (e GetTagByAssetAndTemplateResponseValidationError) Field() string
Field function returns field value.
func (GetTagByAssetAndTemplateResponseValidationError) Key ¶
func (e GetTagByAssetAndTemplateResponseValidationError) Key() bool
Key function returns key value.
func (GetTagByAssetAndTemplateResponseValidationError) Reason ¶
func (e GetTagByAssetAndTemplateResponseValidationError) Reason() string
Reason function returns reason value.
type GetTagTemplateRequest ¶
type GetTagTemplateRequest struct { TemplateUrn string `protobuf:"bytes,1,opt,name=template_urn,json=templateUrn,proto3" json:"template_urn,omitempty"` // contains filtered or unexported fields }
func (*GetTagTemplateRequest) Descriptor
deprecated
func (*GetTagTemplateRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTagTemplateRequest.ProtoReflect.Descriptor instead.
func (*GetTagTemplateRequest) GetTemplateUrn ¶
func (x *GetTagTemplateRequest) GetTemplateUrn() string
func (*GetTagTemplateRequest) ProtoMessage ¶
func (*GetTagTemplateRequest) ProtoMessage()
func (*GetTagTemplateRequest) ProtoReflect ¶
func (x *GetTagTemplateRequest) ProtoReflect() protoreflect.Message
func (*GetTagTemplateRequest) Reset ¶
func (x *GetTagTemplateRequest) Reset()
func (*GetTagTemplateRequest) String ¶
func (x *GetTagTemplateRequest) String() string
func (*GetTagTemplateRequest) Validate ¶
func (m *GetTagTemplateRequest) Validate() error
Validate checks the field values on GetTagTemplateRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetTagTemplateRequest) ValidateAll ¶
func (m *GetTagTemplateRequest) ValidateAll() error
ValidateAll checks the field values on GetTagTemplateRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTagTemplateRequestMultiError, or nil if none found.
type GetTagTemplateRequestMultiError ¶
type GetTagTemplateRequestMultiError []error
GetTagTemplateRequestMultiError is an error wrapping multiple validation errors returned by GetTagTemplateRequest.ValidateAll() if the designated constraints aren't met.
func (GetTagTemplateRequestMultiError) AllErrors ¶
func (m GetTagTemplateRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetTagTemplateRequestMultiError) Error ¶
func (m GetTagTemplateRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetTagTemplateRequestValidationError ¶
type GetTagTemplateRequestValidationError struct {
// contains filtered or unexported fields
}
GetTagTemplateRequestValidationError is the validation error returned by GetTagTemplateRequest.Validate if the designated constraints aren't met.
func (GetTagTemplateRequestValidationError) Cause ¶
func (e GetTagTemplateRequestValidationError) Cause() error
Cause function returns cause value.
func (GetTagTemplateRequestValidationError) Error ¶
func (e GetTagTemplateRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetTagTemplateRequestValidationError) ErrorName ¶
func (e GetTagTemplateRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetTagTemplateRequestValidationError) Field ¶
func (e GetTagTemplateRequestValidationError) Field() string
Field function returns field value.
func (GetTagTemplateRequestValidationError) Key ¶
func (e GetTagTemplateRequestValidationError) Key() bool
Key function returns key value.
func (GetTagTemplateRequestValidationError) Reason ¶
func (e GetTagTemplateRequestValidationError) Reason() string
Reason function returns reason value.
type GetTagTemplateResponse ¶
type GetTagTemplateResponse struct { Data *TagTemplate `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*GetTagTemplateResponse) Descriptor
deprecated
func (*GetTagTemplateResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTagTemplateResponse.ProtoReflect.Descriptor instead.
func (*GetTagTemplateResponse) GetData ¶
func (x *GetTagTemplateResponse) GetData() *TagTemplate
func (*GetTagTemplateResponse) ProtoMessage ¶
func (*GetTagTemplateResponse) ProtoMessage()
func (*GetTagTemplateResponse) ProtoReflect ¶
func (x *GetTagTemplateResponse) ProtoReflect() protoreflect.Message
func (*GetTagTemplateResponse) Reset ¶
func (x *GetTagTemplateResponse) Reset()
func (*GetTagTemplateResponse) String ¶
func (x *GetTagTemplateResponse) String() string
func (*GetTagTemplateResponse) Validate ¶
func (m *GetTagTemplateResponse) Validate() error
Validate checks the field values on GetTagTemplateResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetTagTemplateResponse) ValidateAll ¶
func (m *GetTagTemplateResponse) ValidateAll() error
ValidateAll checks the field values on GetTagTemplateResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTagTemplateResponseMultiError, or nil if none found.
type GetTagTemplateResponseMultiError ¶
type GetTagTemplateResponseMultiError []error
GetTagTemplateResponseMultiError is an error wrapping multiple validation errors returned by GetTagTemplateResponse.ValidateAll() if the designated constraints aren't met.
func (GetTagTemplateResponseMultiError) AllErrors ¶
func (m GetTagTemplateResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetTagTemplateResponseMultiError) Error ¶
func (m GetTagTemplateResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetTagTemplateResponseValidationError ¶
type GetTagTemplateResponseValidationError struct {
// contains filtered or unexported fields
}
GetTagTemplateResponseValidationError is the validation error returned by GetTagTemplateResponse.Validate if the designated constraints aren't met.
func (GetTagTemplateResponseValidationError) Cause ¶
func (e GetTagTemplateResponseValidationError) Cause() error
Cause function returns cause value.
func (GetTagTemplateResponseValidationError) Error ¶
func (e GetTagTemplateResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetTagTemplateResponseValidationError) ErrorName ¶
func (e GetTagTemplateResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetTagTemplateResponseValidationError) Field ¶
func (e GetTagTemplateResponseValidationError) Field() string
Field function returns field value.
func (GetTagTemplateResponseValidationError) Key ¶
func (e GetTagTemplateResponseValidationError) Key() bool
Key function returns key value.
func (GetTagTemplateResponseValidationError) Reason ¶
func (e GetTagTemplateResponseValidationError) Reason() string
Reason function returns reason value.
type GetUserStarredAssetsRequest ¶
type GetUserStarredAssetsRequest struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` Size uint32 `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"` Offset uint32 `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"` // contains filtered or unexported fields }
func (*GetUserStarredAssetsRequest) Descriptor
deprecated
func (*GetUserStarredAssetsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetUserStarredAssetsRequest.ProtoReflect.Descriptor instead.
func (*GetUserStarredAssetsRequest) GetOffset ¶
func (x *GetUserStarredAssetsRequest) GetOffset() uint32
func (*GetUserStarredAssetsRequest) GetSize ¶
func (x *GetUserStarredAssetsRequest) GetSize() uint32
func (*GetUserStarredAssetsRequest) GetUserId ¶
func (x *GetUserStarredAssetsRequest) GetUserId() string
func (*GetUserStarredAssetsRequest) ProtoMessage ¶
func (*GetUserStarredAssetsRequest) ProtoMessage()
func (*GetUserStarredAssetsRequest) ProtoReflect ¶
func (x *GetUserStarredAssetsRequest) ProtoReflect() protoreflect.Message
func (*GetUserStarredAssetsRequest) Reset ¶
func (x *GetUserStarredAssetsRequest) Reset()
func (*GetUserStarredAssetsRequest) String ¶
func (x *GetUserStarredAssetsRequest) String() string
func (*GetUserStarredAssetsRequest) Validate ¶
func (m *GetUserStarredAssetsRequest) Validate() error
Validate checks the field values on GetUserStarredAssetsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserStarredAssetsRequest) ValidateAll ¶
func (m *GetUserStarredAssetsRequest) ValidateAll() error
ValidateAll checks the field values on GetUserStarredAssetsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserStarredAssetsRequestMultiError, or nil if none found.
type GetUserStarredAssetsRequestMultiError ¶
type GetUserStarredAssetsRequestMultiError []error
GetUserStarredAssetsRequestMultiError is an error wrapping multiple validation errors returned by GetUserStarredAssetsRequest.ValidateAll() if the designated constraints aren't met.
func (GetUserStarredAssetsRequestMultiError) AllErrors ¶
func (m GetUserStarredAssetsRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserStarredAssetsRequestMultiError) Error ¶
func (m GetUserStarredAssetsRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserStarredAssetsRequestValidationError ¶
type GetUserStarredAssetsRequestValidationError struct {
// contains filtered or unexported fields
}
GetUserStarredAssetsRequestValidationError is the validation error returned by GetUserStarredAssetsRequest.Validate if the designated constraints aren't met.
func (GetUserStarredAssetsRequestValidationError) Cause ¶
func (e GetUserStarredAssetsRequestValidationError) Cause() error
Cause function returns cause value.
func (GetUserStarredAssetsRequestValidationError) Error ¶
func (e GetUserStarredAssetsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserStarredAssetsRequestValidationError) ErrorName ¶
func (e GetUserStarredAssetsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserStarredAssetsRequestValidationError) Field ¶
func (e GetUserStarredAssetsRequestValidationError) Field() string
Field function returns field value.
func (GetUserStarredAssetsRequestValidationError) Key ¶
func (e GetUserStarredAssetsRequestValidationError) Key() bool
Key function returns key value.
func (GetUserStarredAssetsRequestValidationError) Reason ¶
func (e GetUserStarredAssetsRequestValidationError) Reason() string
Reason function returns reason value.
type GetUserStarredAssetsResponse ¶
type GetUserStarredAssetsResponse struct { Data []*Asset `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*GetUserStarredAssetsResponse) Descriptor
deprecated
func (*GetUserStarredAssetsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetUserStarredAssetsResponse.ProtoReflect.Descriptor instead.
func (*GetUserStarredAssetsResponse) GetData ¶
func (x *GetUserStarredAssetsResponse) GetData() []*Asset
func (*GetUserStarredAssetsResponse) ProtoMessage ¶
func (*GetUserStarredAssetsResponse) ProtoMessage()
func (*GetUserStarredAssetsResponse) ProtoReflect ¶
func (x *GetUserStarredAssetsResponse) ProtoReflect() protoreflect.Message
func (*GetUserStarredAssetsResponse) Reset ¶
func (x *GetUserStarredAssetsResponse) Reset()
func (*GetUserStarredAssetsResponse) String ¶
func (x *GetUserStarredAssetsResponse) String() string
func (*GetUserStarredAssetsResponse) Validate ¶
func (m *GetUserStarredAssetsResponse) Validate() error
Validate checks the field values on GetUserStarredAssetsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserStarredAssetsResponse) ValidateAll ¶
func (m *GetUserStarredAssetsResponse) ValidateAll() error
ValidateAll checks the field values on GetUserStarredAssetsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserStarredAssetsResponseMultiError, or nil if none found.
type GetUserStarredAssetsResponseMultiError ¶
type GetUserStarredAssetsResponseMultiError []error
GetUserStarredAssetsResponseMultiError is an error wrapping multiple validation errors returned by GetUserStarredAssetsResponse.ValidateAll() if the designated constraints aren't met.
func (GetUserStarredAssetsResponseMultiError) AllErrors ¶
func (m GetUserStarredAssetsResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserStarredAssetsResponseMultiError) Error ¶
func (m GetUserStarredAssetsResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserStarredAssetsResponseValidationError ¶
type GetUserStarredAssetsResponseValidationError struct {
// contains filtered or unexported fields
}
GetUserStarredAssetsResponseValidationError is the validation error returned by GetUserStarredAssetsResponse.Validate if the designated constraints aren't met.
func (GetUserStarredAssetsResponseValidationError) Cause ¶
func (e GetUserStarredAssetsResponseValidationError) Cause() error
Cause function returns cause value.
func (GetUserStarredAssetsResponseValidationError) Error ¶
func (e GetUserStarredAssetsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserStarredAssetsResponseValidationError) ErrorName ¶
func (e GetUserStarredAssetsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserStarredAssetsResponseValidationError) Field ¶
func (e GetUserStarredAssetsResponseValidationError) Field() string
Field function returns field value.
func (GetUserStarredAssetsResponseValidationError) Key ¶
func (e GetUserStarredAssetsResponseValidationError) Key() bool
Key function returns key value.
func (GetUserStarredAssetsResponseValidationError) Reason ¶
func (e GetUserStarredAssetsResponseValidationError) Reason() string
Reason function returns reason value.
type GroupAssetsRequest ¶ added in v0.5.4
type GroupAssetsRequest struct { Groupby []string `protobuf:"bytes,1,rep,name=groupby,proto3" json:"groupby,omitempty"` Filter map[string]string `` /* 153-byte string literal not displayed */ IncludeFields []string `protobuf:"bytes,3,rep,name=include_fields,json=includeFields,proto3" json:"include_fields,omitempty"` Size uint32 `protobuf:"varint,4,opt,name=size,proto3" json:"size,omitempty"` // contains filtered or unexported fields }
func (*GroupAssetsRequest) Descriptor
deprecated
added in
v0.5.4
func (*GroupAssetsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GroupAssetsRequest.ProtoReflect.Descriptor instead.
func (*GroupAssetsRequest) GetFilter ¶ added in v0.5.4
func (x *GroupAssetsRequest) GetFilter() map[string]string
func (*GroupAssetsRequest) GetGroupby ¶ added in v0.5.4
func (x *GroupAssetsRequest) GetGroupby() []string
func (*GroupAssetsRequest) GetIncludeFields ¶ added in v0.5.4
func (x *GroupAssetsRequest) GetIncludeFields() []string
func (*GroupAssetsRequest) GetSize ¶ added in v0.5.4
func (x *GroupAssetsRequest) GetSize() uint32
func (*GroupAssetsRequest) ProtoMessage ¶ added in v0.5.4
func (*GroupAssetsRequest) ProtoMessage()
func (*GroupAssetsRequest) ProtoReflect ¶ added in v0.5.4
func (x *GroupAssetsRequest) ProtoReflect() protoreflect.Message
func (*GroupAssetsRequest) Reset ¶ added in v0.5.4
func (x *GroupAssetsRequest) Reset()
func (*GroupAssetsRequest) String ¶ added in v0.5.4
func (x *GroupAssetsRequest) String() string
func (*GroupAssetsRequest) Validate ¶ added in v0.5.4
func (m *GroupAssetsRequest) Validate() error
Validate checks the field values on GroupAssetsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GroupAssetsRequest) ValidateAll ¶ added in v0.5.4
func (m *GroupAssetsRequest) ValidateAll() error
ValidateAll checks the field values on GroupAssetsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GroupAssetsRequestMultiError, or nil if none found.
type GroupAssetsRequestMultiError ¶ added in v0.5.4
type GroupAssetsRequestMultiError []error
GroupAssetsRequestMultiError is an error wrapping multiple validation errors returned by GroupAssetsRequest.ValidateAll() if the designated constraints aren't met.
func (GroupAssetsRequestMultiError) AllErrors ¶ added in v0.5.4
func (m GroupAssetsRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GroupAssetsRequestMultiError) Error ¶ added in v0.5.4
func (m GroupAssetsRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GroupAssetsRequestValidationError ¶ added in v0.5.4
type GroupAssetsRequestValidationError struct {
// contains filtered or unexported fields
}
GroupAssetsRequestValidationError is the validation error returned by GroupAssetsRequest.Validate if the designated constraints aren't met.
func (GroupAssetsRequestValidationError) Cause ¶ added in v0.5.4
func (e GroupAssetsRequestValidationError) Cause() error
Cause function returns cause value.
func (GroupAssetsRequestValidationError) Error ¶ added in v0.5.4
func (e GroupAssetsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GroupAssetsRequestValidationError) ErrorName ¶ added in v0.5.4
func (e GroupAssetsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GroupAssetsRequestValidationError) Field ¶ added in v0.5.4
func (e GroupAssetsRequestValidationError) Field() string
Field function returns field value.
func (GroupAssetsRequestValidationError) Key ¶ added in v0.5.4
func (e GroupAssetsRequestValidationError) Key() bool
Key function returns key value.
func (GroupAssetsRequestValidationError) Reason ¶ added in v0.5.4
func (e GroupAssetsRequestValidationError) Reason() string
Reason function returns reason value.
type GroupAssetsResponse ¶ added in v0.5.4
type GroupAssetsResponse struct { AssetGroups []*AssetGroup `protobuf:"bytes,1,rep,name=asset_groups,json=assetGroups,proto3" json:"asset_groups,omitempty"` // contains filtered or unexported fields }
func (*GroupAssetsResponse) Descriptor
deprecated
added in
v0.5.4
func (*GroupAssetsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GroupAssetsResponse.ProtoReflect.Descriptor instead.
func (*GroupAssetsResponse) GetAssetGroups ¶ added in v0.5.4
func (x *GroupAssetsResponse) GetAssetGroups() []*AssetGroup
func (*GroupAssetsResponse) ProtoMessage ¶ added in v0.5.4
func (*GroupAssetsResponse) ProtoMessage()
func (*GroupAssetsResponse) ProtoReflect ¶ added in v0.5.4
func (x *GroupAssetsResponse) ProtoReflect() protoreflect.Message
func (*GroupAssetsResponse) Reset ¶ added in v0.5.4
func (x *GroupAssetsResponse) Reset()
func (*GroupAssetsResponse) String ¶ added in v0.5.4
func (x *GroupAssetsResponse) String() string
func (*GroupAssetsResponse) Validate ¶ added in v0.5.4
func (m *GroupAssetsResponse) Validate() error
Validate checks the field values on GroupAssetsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GroupAssetsResponse) ValidateAll ¶ added in v0.5.4
func (m *GroupAssetsResponse) ValidateAll() error
ValidateAll checks the field values on GroupAssetsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GroupAssetsResponseMultiError, or nil if none found.
type GroupAssetsResponseMultiError ¶ added in v0.5.4
type GroupAssetsResponseMultiError []error
GroupAssetsResponseMultiError is an error wrapping multiple validation errors returned by GroupAssetsResponse.ValidateAll() if the designated constraints aren't met.
func (GroupAssetsResponseMultiError) AllErrors ¶ added in v0.5.4
func (m GroupAssetsResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GroupAssetsResponseMultiError) Error ¶ added in v0.5.4
func (m GroupAssetsResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GroupAssetsResponseValidationError ¶ added in v0.5.4
type GroupAssetsResponseValidationError struct {
// contains filtered or unexported fields
}
GroupAssetsResponseValidationError is the validation error returned by GroupAssetsResponse.Validate if the designated constraints aren't met.
func (GroupAssetsResponseValidationError) Cause ¶ added in v0.5.4
func (e GroupAssetsResponseValidationError) Cause() error
Cause function returns cause value.
func (GroupAssetsResponseValidationError) Error ¶ added in v0.5.4
func (e GroupAssetsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GroupAssetsResponseValidationError) ErrorName ¶ added in v0.5.4
func (e GroupAssetsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GroupAssetsResponseValidationError) Field ¶ added in v0.5.4
func (e GroupAssetsResponseValidationError) Field() string
Field function returns field value.
func (GroupAssetsResponseValidationError) Key ¶ added in v0.5.4
func (e GroupAssetsResponseValidationError) Key() bool
Key function returns key value.
func (GroupAssetsResponseValidationError) Reason ¶ added in v0.5.4
func (e GroupAssetsResponseValidationError) Reason() string
Reason function returns reason value.
type GroupField ¶ added in v0.5.4
type GroupField struct { GroupKey string `protobuf:"bytes,1,opt,name=group_key,json=groupKey,proto3" json:"group_key,omitempty"` GroupValue string `protobuf:"bytes,2,opt,name=group_value,json=groupValue,proto3" json:"group_value,omitempty"` // contains filtered or unexported fields }
func (*GroupField) Descriptor
deprecated
added in
v0.5.4
func (*GroupField) Descriptor() ([]byte, []int)
Deprecated: Use GroupField.ProtoReflect.Descriptor instead.
func (*GroupField) GetGroupKey ¶ added in v0.5.4
func (x *GroupField) GetGroupKey() string
func (*GroupField) GetGroupValue ¶ added in v0.5.4
func (x *GroupField) GetGroupValue() string
func (*GroupField) ProtoMessage ¶ added in v0.5.4
func (*GroupField) ProtoMessage()
func (*GroupField) ProtoReflect ¶ added in v0.5.4
func (x *GroupField) ProtoReflect() protoreflect.Message
func (*GroupField) Reset ¶ added in v0.5.4
func (x *GroupField) Reset()
func (*GroupField) String ¶ added in v0.5.4
func (x *GroupField) String() string
func (*GroupField) Validate ¶ added in v0.5.4
func (m *GroupField) Validate() error
Validate checks the field values on GroupField with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GroupField) ValidateAll ¶ added in v0.5.4
func (m *GroupField) ValidateAll() error
ValidateAll checks the field values on GroupField with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GroupFieldMultiError, or nil if none found.
type GroupFieldMultiError ¶ added in v0.5.4
type GroupFieldMultiError []error
GroupFieldMultiError is an error wrapping multiple validation errors returned by GroupField.ValidateAll() if the designated constraints aren't met.
func (GroupFieldMultiError) AllErrors ¶ added in v0.5.4
func (m GroupFieldMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GroupFieldMultiError) Error ¶ added in v0.5.4
func (m GroupFieldMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GroupFieldValidationError ¶ added in v0.5.4
type GroupFieldValidationError struct {
// contains filtered or unexported fields
}
GroupFieldValidationError is the validation error returned by GroupField.Validate if the designated constraints aren't met.
func (GroupFieldValidationError) Cause ¶ added in v0.5.4
func (e GroupFieldValidationError) Cause() error
Cause function returns cause value.
func (GroupFieldValidationError) Error ¶ added in v0.5.4
func (e GroupFieldValidationError) Error() string
Error satisfies the builtin error interface
func (GroupFieldValidationError) ErrorName ¶ added in v0.5.4
func (e GroupFieldValidationError) ErrorName() string
ErrorName returns error name.
func (GroupFieldValidationError) Field ¶ added in v0.5.4
func (e GroupFieldValidationError) Field() string
Field function returns field value.
func (GroupFieldValidationError) Key ¶ added in v0.5.4
func (e GroupFieldValidationError) Key() bool
Key function returns key value.
func (GroupFieldValidationError) Reason ¶ added in v0.5.4
func (e GroupFieldValidationError) Reason() string
Reason function returns reason value.
type LineageEdge ¶
type LineageEdge struct { Source string `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"` Target string `protobuf:"bytes,2,opt,name=target,proto3" json:"target,omitempty"` Prop *structpb.Struct `protobuf:"bytes,3,opt,name=prop,proto3" json:"prop,omitempty"` // contains filtered or unexported fields }
func (*LineageEdge) Descriptor
deprecated
func (*LineageEdge) Descriptor() ([]byte, []int)
Deprecated: Use LineageEdge.ProtoReflect.Descriptor instead.
func (*LineageEdge) GetProp ¶
func (x *LineageEdge) GetProp() *structpb.Struct
func (*LineageEdge) GetSource ¶
func (x *LineageEdge) GetSource() string
func (*LineageEdge) GetTarget ¶
func (x *LineageEdge) GetTarget() string
func (*LineageEdge) ProtoMessage ¶
func (*LineageEdge) ProtoMessage()
func (*LineageEdge) ProtoReflect ¶
func (x *LineageEdge) ProtoReflect() protoreflect.Message
func (*LineageEdge) Reset ¶
func (x *LineageEdge) Reset()
func (*LineageEdge) String ¶
func (x *LineageEdge) String() string
func (*LineageEdge) Validate ¶
func (m *LineageEdge) Validate() error
Validate checks the field values on LineageEdge with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*LineageEdge) ValidateAll ¶
func (m *LineageEdge) ValidateAll() error
ValidateAll checks the field values on LineageEdge with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LineageEdgeMultiError, or nil if none found.
type LineageEdgeMultiError ¶
type LineageEdgeMultiError []error
LineageEdgeMultiError is an error wrapping multiple validation errors returned by LineageEdge.ValidateAll() if the designated constraints aren't met.
func (LineageEdgeMultiError) AllErrors ¶
func (m LineageEdgeMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (LineageEdgeMultiError) Error ¶
func (m LineageEdgeMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type LineageEdgeValidationError ¶
type LineageEdgeValidationError struct {
// contains filtered or unexported fields
}
LineageEdgeValidationError is the validation error returned by LineageEdge.Validate if the designated constraints aren't met.
func (LineageEdgeValidationError) Cause ¶
func (e LineageEdgeValidationError) Cause() error
Cause function returns cause value.
func (LineageEdgeValidationError) Error ¶
func (e LineageEdgeValidationError) Error() string
Error satisfies the builtin error interface
func (LineageEdgeValidationError) ErrorName ¶
func (e LineageEdgeValidationError) ErrorName() string
ErrorName returns error name.
func (LineageEdgeValidationError) Field ¶
func (e LineageEdgeValidationError) Field() string
Field function returns field value.
func (LineageEdgeValidationError) Key ¶
func (e LineageEdgeValidationError) Key() bool
Key function returns key value.
func (LineageEdgeValidationError) Reason ¶
func (e LineageEdgeValidationError) Reason() string
Reason function returns reason value.
type LineageNode ¶
type LineageNode struct { Urn string `protobuf:"bytes,1,opt,name=urn,proto3" json:"urn,omitempty"` // Deprecated: Marked as deprecated in gotocompany/compass/v1beta1/service.proto. Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` // Deprecated: Marked as deprecated in gotocompany/compass/v1beta1/service.proto. Service string `protobuf:"bytes,3,opt,name=service,proto3" json:"service,omitempty"` // contains filtered or unexported fields }
func (*LineageNode) Descriptor
deprecated
func (*LineageNode) Descriptor() ([]byte, []int)
Deprecated: Use LineageNode.ProtoReflect.Descriptor instead.
func (*LineageNode) GetService
deprecated
func (x *LineageNode) GetService() string
Deprecated: Marked as deprecated in gotocompany/compass/v1beta1/service.proto.
func (*LineageNode) GetType
deprecated
func (x *LineageNode) GetType() string
Deprecated: Marked as deprecated in gotocompany/compass/v1beta1/service.proto.
func (*LineageNode) GetUrn ¶
func (x *LineageNode) GetUrn() string
func (*LineageNode) ProtoMessage ¶
func (*LineageNode) ProtoMessage()
func (*LineageNode) ProtoReflect ¶
func (x *LineageNode) ProtoReflect() protoreflect.Message
func (*LineageNode) Reset ¶
func (x *LineageNode) Reset()
func (*LineageNode) String ¶
func (x *LineageNode) String() string
func (*LineageNode) Validate ¶
func (m *LineageNode) Validate() error
Validate checks the field values on LineageNode with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*LineageNode) ValidateAll ¶
func (m *LineageNode) ValidateAll() error
ValidateAll checks the field values on LineageNode with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LineageNodeMultiError, or nil if none found.
type LineageNodeMultiError ¶
type LineageNodeMultiError []error
LineageNodeMultiError is an error wrapping multiple validation errors returned by LineageNode.ValidateAll() if the designated constraints aren't met.
func (LineageNodeMultiError) AllErrors ¶
func (m LineageNodeMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (LineageNodeMultiError) Error ¶
func (m LineageNodeMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type LineageNodeValidationError ¶
type LineageNodeValidationError struct {
// contains filtered or unexported fields
}
LineageNodeValidationError is the validation error returned by LineageNode.Validate if the designated constraints aren't met.
func (LineageNodeValidationError) Cause ¶
func (e LineageNodeValidationError) Cause() error
Cause function returns cause value.
func (LineageNodeValidationError) Error ¶
func (e LineageNodeValidationError) Error() string
Error satisfies the builtin error interface
func (LineageNodeValidationError) ErrorName ¶
func (e LineageNodeValidationError) ErrorName() string
ErrorName returns error name.
func (LineageNodeValidationError) Field ¶
func (e LineageNodeValidationError) Field() string
Field function returns field value.
func (LineageNodeValidationError) Key ¶
func (e LineageNodeValidationError) Key() bool
Key function returns key value.
func (LineageNodeValidationError) Reason ¶
func (e LineageNodeValidationError) Reason() string
Reason function returns reason value.
type PatchDiscussionRequest ¶
type PatchDiscussionRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"` Body string `protobuf:"bytes,3,opt,name=body,proto3" json:"body,omitempty"` Type string `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"` State string `protobuf:"bytes,5,opt,name=state,proto3" json:"state,omitempty"` Labels []string `protobuf:"bytes,6,rep,name=labels,proto3" json:"labels,omitempty"` Assets []string `protobuf:"bytes,7,rep,name=assets,proto3" json:"assets,omitempty"` Assignees []string `protobuf:"bytes,8,rep,name=assignees,proto3" json:"assignees,omitempty"` // contains filtered or unexported fields }
func (*PatchDiscussionRequest) Descriptor
deprecated
func (*PatchDiscussionRequest) Descriptor() ([]byte, []int)
Deprecated: Use PatchDiscussionRequest.ProtoReflect.Descriptor instead.
func (*PatchDiscussionRequest) GetAssets ¶
func (x *PatchDiscussionRequest) GetAssets() []string
func (*PatchDiscussionRequest) GetAssignees ¶
func (x *PatchDiscussionRequest) GetAssignees() []string
func (*PatchDiscussionRequest) GetBody ¶
func (x *PatchDiscussionRequest) GetBody() string
func (*PatchDiscussionRequest) GetId ¶
func (x *PatchDiscussionRequest) GetId() string
func (*PatchDiscussionRequest) GetLabels ¶
func (x *PatchDiscussionRequest) GetLabels() []string
func (*PatchDiscussionRequest) GetState ¶
func (x *PatchDiscussionRequest) GetState() string
func (*PatchDiscussionRequest) GetTitle ¶
func (x *PatchDiscussionRequest) GetTitle() string
func (*PatchDiscussionRequest) GetType ¶
func (x *PatchDiscussionRequest) GetType() string
func (*PatchDiscussionRequest) ProtoMessage ¶
func (*PatchDiscussionRequest) ProtoMessage()
func (*PatchDiscussionRequest) ProtoReflect ¶
func (x *PatchDiscussionRequest) ProtoReflect() protoreflect.Message
func (*PatchDiscussionRequest) Reset ¶
func (x *PatchDiscussionRequest) Reset()
func (*PatchDiscussionRequest) String ¶
func (x *PatchDiscussionRequest) String() string
func (*PatchDiscussionRequest) Validate ¶
func (m *PatchDiscussionRequest) Validate() error
Validate checks the field values on PatchDiscussionRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*PatchDiscussionRequest) ValidateAll ¶
func (m *PatchDiscussionRequest) ValidateAll() error
ValidateAll checks the field values on PatchDiscussionRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PatchDiscussionRequestMultiError, or nil if none found.
type PatchDiscussionRequestMultiError ¶
type PatchDiscussionRequestMultiError []error
PatchDiscussionRequestMultiError is an error wrapping multiple validation errors returned by PatchDiscussionRequest.ValidateAll() if the designated constraints aren't met.
func (PatchDiscussionRequestMultiError) AllErrors ¶
func (m PatchDiscussionRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (PatchDiscussionRequestMultiError) Error ¶
func (m PatchDiscussionRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type PatchDiscussionRequestValidationError ¶
type PatchDiscussionRequestValidationError struct {
// contains filtered or unexported fields
}
PatchDiscussionRequestValidationError is the validation error returned by PatchDiscussionRequest.Validate if the designated constraints aren't met.
func (PatchDiscussionRequestValidationError) Cause ¶
func (e PatchDiscussionRequestValidationError) Cause() error
Cause function returns cause value.
func (PatchDiscussionRequestValidationError) Error ¶
func (e PatchDiscussionRequestValidationError) Error() string
Error satisfies the builtin error interface
func (PatchDiscussionRequestValidationError) ErrorName ¶
func (e PatchDiscussionRequestValidationError) ErrorName() string
ErrorName returns error name.
func (PatchDiscussionRequestValidationError) Field ¶
func (e PatchDiscussionRequestValidationError) Field() string
Field function returns field value.
func (PatchDiscussionRequestValidationError) Key ¶
func (e PatchDiscussionRequestValidationError) Key() bool
Key function returns key value.
func (PatchDiscussionRequestValidationError) Reason ¶
func (e PatchDiscussionRequestValidationError) Reason() string
Reason function returns reason value.
type PatchDiscussionResponse ¶
type PatchDiscussionResponse struct {
// contains filtered or unexported fields
}
func (*PatchDiscussionResponse) Descriptor
deprecated
func (*PatchDiscussionResponse) Descriptor() ([]byte, []int)
Deprecated: Use PatchDiscussionResponse.ProtoReflect.Descriptor instead.
func (*PatchDiscussionResponse) ProtoMessage ¶
func (*PatchDiscussionResponse) ProtoMessage()
func (*PatchDiscussionResponse) ProtoReflect ¶
func (x *PatchDiscussionResponse) ProtoReflect() protoreflect.Message
func (*PatchDiscussionResponse) Reset ¶
func (x *PatchDiscussionResponse) Reset()
func (*PatchDiscussionResponse) String ¶
func (x *PatchDiscussionResponse) String() string
func (*PatchDiscussionResponse) Validate ¶
func (m *PatchDiscussionResponse) Validate() error
Validate checks the field values on PatchDiscussionResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*PatchDiscussionResponse) ValidateAll ¶
func (m *PatchDiscussionResponse) ValidateAll() error
ValidateAll checks the field values on PatchDiscussionResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PatchDiscussionResponseMultiError, or nil if none found.
type PatchDiscussionResponseMultiError ¶
type PatchDiscussionResponseMultiError []error
PatchDiscussionResponseMultiError is an error wrapping multiple validation errors returned by PatchDiscussionResponse.ValidateAll() if the designated constraints aren't met.
func (PatchDiscussionResponseMultiError) AllErrors ¶
func (m PatchDiscussionResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (PatchDiscussionResponseMultiError) Error ¶
func (m PatchDiscussionResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type PatchDiscussionResponseValidationError ¶
type PatchDiscussionResponseValidationError struct {
// contains filtered or unexported fields
}
PatchDiscussionResponseValidationError is the validation error returned by PatchDiscussionResponse.Validate if the designated constraints aren't met.
func (PatchDiscussionResponseValidationError) Cause ¶
func (e PatchDiscussionResponseValidationError) Cause() error
Cause function returns cause value.
func (PatchDiscussionResponseValidationError) Error ¶
func (e PatchDiscussionResponseValidationError) Error() string
Error satisfies the builtin error interface
func (PatchDiscussionResponseValidationError) ErrorName ¶
func (e PatchDiscussionResponseValidationError) ErrorName() string
ErrorName returns error name.
func (PatchDiscussionResponseValidationError) Field ¶
func (e PatchDiscussionResponseValidationError) Field() string
Field function returns field value.
func (PatchDiscussionResponseValidationError) Key ¶
func (e PatchDiscussionResponseValidationError) Key() bool
Key function returns key value.
func (PatchDiscussionResponseValidationError) Reason ¶
func (e PatchDiscussionResponseValidationError) Reason() string
Reason function returns reason value.
type Probe ¶
type Probe struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` AssetUrn string `protobuf:"bytes,2,opt,name=asset_urn,json=assetUrn,proto3" json:"asset_urn,omitempty"` Status string `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"` StatusReason string `protobuf:"bytes,4,opt,name=status_reason,json=statusReason,proto3" json:"status_reason,omitempty"` Metadata *structpb.Struct `protobuf:"bytes,5,opt,name=metadata,proto3" json:"metadata,omitempty"` Timestamp *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=timestamp,proto3" json:"timestamp,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` // contains filtered or unexported fields }
func (*Probe) Descriptor
deprecated
func (*Probe) GetAssetUrn ¶
func (*Probe) GetCreatedAt ¶
func (x *Probe) GetCreatedAt() *timestamppb.Timestamp
func (*Probe) GetMetadata ¶
func (*Probe) GetStatusReason ¶
func (*Probe) GetTimestamp ¶
func (x *Probe) GetTimestamp() *timestamppb.Timestamp
func (*Probe) ProtoMessage ¶
func (*Probe) ProtoMessage()
func (*Probe) ProtoReflect ¶
func (x *Probe) ProtoReflect() protoreflect.Message
func (*Probe) Validate ¶
Validate checks the field values on Probe with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*Probe) ValidateAll ¶
ValidateAll checks the field values on Probe with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ProbeMultiError, or nil if none found.
type ProbeMultiError ¶
type ProbeMultiError []error
ProbeMultiError is an error wrapping multiple validation errors returned by Probe.ValidateAll() if the designated constraints aren't met.
func (ProbeMultiError) AllErrors ¶
func (m ProbeMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ProbeMultiError) Error ¶
func (m ProbeMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ProbeValidationError ¶
type ProbeValidationError struct {
// contains filtered or unexported fields
}
ProbeValidationError is the validation error returned by Probe.Validate if the designated constraints aren't met.
func (ProbeValidationError) Cause ¶
func (e ProbeValidationError) Cause() error
Cause function returns cause value.
func (ProbeValidationError) Error ¶
func (e ProbeValidationError) Error() string
Error satisfies the builtin error interface
func (ProbeValidationError) ErrorName ¶
func (e ProbeValidationError) ErrorName() string
ErrorName returns error name.
func (ProbeValidationError) Field ¶
func (e ProbeValidationError) Field() string
Field function returns field value.
func (ProbeValidationError) Key ¶
func (e ProbeValidationError) Key() bool
Key function returns key value.
func (ProbeValidationError) Reason ¶
func (e ProbeValidationError) Reason() string
Reason function returns reason value.
type SearchAssetsRequest ¶
type SearchAssetsRequest struct { Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"` Rankby string `protobuf:"bytes,2,opt,name=rankby,proto3" json:"rankby,omitempty"` Size uint32 `protobuf:"varint,3,opt,name=size,proto3" json:"size,omitempty"` Filter map[string]string `` /* 153-byte string literal not displayed */ Query map[string]string `` /* 151-byte string literal not displayed */ IncludeFields []string `protobuf:"bytes,6,rep,name=include_fields,json=includeFields,proto3" json:"include_fields,omitempty"` Offset uint32 `protobuf:"varint,7,opt,name=offset,proto3" json:"offset,omitempty"` Flags *SearchFlags `protobuf:"bytes,8,opt,name=flags,proto3" json:"flags,omitempty"` // contains filtered or unexported fields }
func (*SearchAssetsRequest) Descriptor
deprecated
func (*SearchAssetsRequest) Descriptor() ([]byte, []int)
Deprecated: Use SearchAssetsRequest.ProtoReflect.Descriptor instead.
func (*SearchAssetsRequest) GetFilter ¶
func (x *SearchAssetsRequest) GetFilter() map[string]string
func (*SearchAssetsRequest) GetFlags ¶ added in v0.5.4
func (x *SearchAssetsRequest) GetFlags() *SearchFlags
func (*SearchAssetsRequest) GetIncludeFields ¶
func (x *SearchAssetsRequest) GetIncludeFields() []string
func (*SearchAssetsRequest) GetOffset ¶
func (x *SearchAssetsRequest) GetOffset() uint32
func (*SearchAssetsRequest) GetQuery ¶
func (x *SearchAssetsRequest) GetQuery() map[string]string
func (*SearchAssetsRequest) GetRankby ¶
func (x *SearchAssetsRequest) GetRankby() string
func (*SearchAssetsRequest) GetSize ¶
func (x *SearchAssetsRequest) GetSize() uint32
func (*SearchAssetsRequest) GetText ¶
func (x *SearchAssetsRequest) GetText() string
func (*SearchAssetsRequest) ProtoMessage ¶
func (*SearchAssetsRequest) ProtoMessage()
func (*SearchAssetsRequest) ProtoReflect ¶
func (x *SearchAssetsRequest) ProtoReflect() protoreflect.Message
func (*SearchAssetsRequest) Reset ¶
func (x *SearchAssetsRequest) Reset()
func (*SearchAssetsRequest) String ¶
func (x *SearchAssetsRequest) String() string
func (*SearchAssetsRequest) Validate ¶
func (m *SearchAssetsRequest) Validate() error
Validate checks the field values on SearchAssetsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SearchAssetsRequest) ValidateAll ¶
func (m *SearchAssetsRequest) ValidateAll() error
ValidateAll checks the field values on SearchAssetsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SearchAssetsRequestMultiError, or nil if none found.
type SearchAssetsRequestMultiError ¶
type SearchAssetsRequestMultiError []error
SearchAssetsRequestMultiError is an error wrapping multiple validation errors returned by SearchAssetsRequest.ValidateAll() if the designated constraints aren't met.
func (SearchAssetsRequestMultiError) AllErrors ¶
func (m SearchAssetsRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SearchAssetsRequestMultiError) Error ¶
func (m SearchAssetsRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SearchAssetsRequestValidationError ¶
type SearchAssetsRequestValidationError struct {
// contains filtered or unexported fields
}
SearchAssetsRequestValidationError is the validation error returned by SearchAssetsRequest.Validate if the designated constraints aren't met.
func (SearchAssetsRequestValidationError) Cause ¶
func (e SearchAssetsRequestValidationError) Cause() error
Cause function returns cause value.
func (SearchAssetsRequestValidationError) Error ¶
func (e SearchAssetsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (SearchAssetsRequestValidationError) ErrorName ¶
func (e SearchAssetsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (SearchAssetsRequestValidationError) Field ¶
func (e SearchAssetsRequestValidationError) Field() string
Field function returns field value.
func (SearchAssetsRequestValidationError) Key ¶
func (e SearchAssetsRequestValidationError) Key() bool
Key function returns key value.
func (SearchAssetsRequestValidationError) Reason ¶
func (e SearchAssetsRequestValidationError) Reason() string
Reason function returns reason value.
type SearchAssetsResponse ¶
type SearchAssetsResponse struct { Data []*Asset `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*SearchAssetsResponse) Descriptor
deprecated
func (*SearchAssetsResponse) Descriptor() ([]byte, []int)
Deprecated: Use SearchAssetsResponse.ProtoReflect.Descriptor instead.
func (*SearchAssetsResponse) GetData ¶
func (x *SearchAssetsResponse) GetData() []*Asset
func (*SearchAssetsResponse) ProtoMessage ¶
func (*SearchAssetsResponse) ProtoMessage()
func (*SearchAssetsResponse) ProtoReflect ¶
func (x *SearchAssetsResponse) ProtoReflect() protoreflect.Message
func (*SearchAssetsResponse) Reset ¶
func (x *SearchAssetsResponse) Reset()
func (*SearchAssetsResponse) String ¶
func (x *SearchAssetsResponse) String() string
func (*SearchAssetsResponse) Validate ¶
func (m *SearchAssetsResponse) Validate() error
Validate checks the field values on SearchAssetsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SearchAssetsResponse) ValidateAll ¶
func (m *SearchAssetsResponse) ValidateAll() error
ValidateAll checks the field values on SearchAssetsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SearchAssetsResponseMultiError, or nil if none found.
type SearchAssetsResponseMultiError ¶
type SearchAssetsResponseMultiError []error
SearchAssetsResponseMultiError is an error wrapping multiple validation errors returned by SearchAssetsResponse.ValidateAll() if the designated constraints aren't met.
func (SearchAssetsResponseMultiError) AllErrors ¶
func (m SearchAssetsResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SearchAssetsResponseMultiError) Error ¶
func (m SearchAssetsResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SearchAssetsResponseValidationError ¶
type SearchAssetsResponseValidationError struct {
// contains filtered or unexported fields
}
SearchAssetsResponseValidationError is the validation error returned by SearchAssetsResponse.Validate if the designated constraints aren't met.
func (SearchAssetsResponseValidationError) Cause ¶
func (e SearchAssetsResponseValidationError) Cause() error
Cause function returns cause value.
func (SearchAssetsResponseValidationError) Error ¶
func (e SearchAssetsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (SearchAssetsResponseValidationError) ErrorName ¶
func (e SearchAssetsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (SearchAssetsResponseValidationError) Field ¶
func (e SearchAssetsResponseValidationError) Field() string
Field function returns field value.
func (SearchAssetsResponseValidationError) Key ¶
func (e SearchAssetsResponseValidationError) Key() bool
Key function returns key value.
func (SearchAssetsResponseValidationError) Reason ¶
func (e SearchAssetsResponseValidationError) Reason() string
Reason function returns reason value.
type SearchFlags ¶ added in v0.5.4
type SearchFlags struct { IsColumnSearch bool `protobuf:"varint,1,opt,name=is_column_search,json=isColumnSearch,proto3" json:"is_column_search,omitempty"` DisableFuzzy bool `protobuf:"varint,2,opt,name=disable_fuzzy,json=disableFuzzy,proto3" json:"disable_fuzzy,omitempty"` EnableHighlight bool `protobuf:"varint,3,opt,name=enable_highlight,json=enableHighlight,proto3" json:"enable_highlight,omitempty"` // contains filtered or unexported fields }
func (*SearchFlags) Descriptor
deprecated
added in
v0.5.4
func (*SearchFlags) Descriptor() ([]byte, []int)
Deprecated: Use SearchFlags.ProtoReflect.Descriptor instead.
func (*SearchFlags) GetDisableFuzzy ¶ added in v0.5.5
func (x *SearchFlags) GetDisableFuzzy() bool
func (*SearchFlags) GetEnableHighlight ¶ added in v0.5.5
func (x *SearchFlags) GetEnableHighlight() bool
func (*SearchFlags) GetIsColumnSearch ¶ added in v0.5.4
func (x *SearchFlags) GetIsColumnSearch() bool
func (*SearchFlags) ProtoMessage ¶ added in v0.5.4
func (*SearchFlags) ProtoMessage()
func (*SearchFlags) ProtoReflect ¶ added in v0.5.4
func (x *SearchFlags) ProtoReflect() protoreflect.Message
func (*SearchFlags) Reset ¶ added in v0.5.4
func (x *SearchFlags) Reset()
func (*SearchFlags) String ¶ added in v0.5.4
func (x *SearchFlags) String() string
func (*SearchFlags) Validate ¶ added in v0.5.4
func (m *SearchFlags) Validate() error
Validate checks the field values on SearchFlags with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SearchFlags) ValidateAll ¶ added in v0.5.4
func (m *SearchFlags) ValidateAll() error
ValidateAll checks the field values on SearchFlags with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SearchFlagsMultiError, or nil if none found.
type SearchFlagsMultiError ¶ added in v0.5.4
type SearchFlagsMultiError []error
SearchFlagsMultiError is an error wrapping multiple validation errors returned by SearchFlags.ValidateAll() if the designated constraints aren't met.
func (SearchFlagsMultiError) AllErrors ¶ added in v0.5.4
func (m SearchFlagsMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SearchFlagsMultiError) Error ¶ added in v0.5.4
func (m SearchFlagsMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SearchFlagsValidationError ¶ added in v0.5.4
type SearchFlagsValidationError struct {
// contains filtered or unexported fields
}
SearchFlagsValidationError is the validation error returned by SearchFlags.Validate if the designated constraints aren't met.
func (SearchFlagsValidationError) Cause ¶ added in v0.5.4
func (e SearchFlagsValidationError) Cause() error
Cause function returns cause value.
func (SearchFlagsValidationError) Error ¶ added in v0.5.4
func (e SearchFlagsValidationError) Error() string
Error satisfies the builtin error interface
func (SearchFlagsValidationError) ErrorName ¶ added in v0.5.4
func (e SearchFlagsValidationError) ErrorName() string
ErrorName returns error name.
func (SearchFlagsValidationError) Field ¶ added in v0.5.4
func (e SearchFlagsValidationError) Field() string
Field function returns field value.
func (SearchFlagsValidationError) Key ¶ added in v0.5.4
func (e SearchFlagsValidationError) Key() bool
Key function returns key value.
func (SearchFlagsValidationError) Reason ¶ added in v0.5.4
func (e SearchFlagsValidationError) Reason() string
Reason function returns reason value.
type StarAssetRequest ¶
type StarAssetRequest struct { AssetId string `protobuf:"bytes,1,opt,name=asset_id,json=assetId,proto3" json:"asset_id,omitempty"` // contains filtered or unexported fields }
func (*StarAssetRequest) Descriptor
deprecated
func (*StarAssetRequest) Descriptor() ([]byte, []int)
Deprecated: Use StarAssetRequest.ProtoReflect.Descriptor instead.
func (*StarAssetRequest) GetAssetId ¶
func (x *StarAssetRequest) GetAssetId() string
func (*StarAssetRequest) ProtoMessage ¶
func (*StarAssetRequest) ProtoMessage()
func (*StarAssetRequest) ProtoReflect ¶
func (x *StarAssetRequest) ProtoReflect() protoreflect.Message
func (*StarAssetRequest) Reset ¶
func (x *StarAssetRequest) Reset()
func (*StarAssetRequest) String ¶
func (x *StarAssetRequest) String() string
func (*StarAssetRequest) Validate ¶
func (m *StarAssetRequest) Validate() error
Validate checks the field values on StarAssetRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*StarAssetRequest) ValidateAll ¶
func (m *StarAssetRequest) ValidateAll() error
ValidateAll checks the field values on StarAssetRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StarAssetRequestMultiError, or nil if none found.
type StarAssetRequestMultiError ¶
type StarAssetRequestMultiError []error
StarAssetRequestMultiError is an error wrapping multiple validation errors returned by StarAssetRequest.ValidateAll() if the designated constraints aren't met.
func (StarAssetRequestMultiError) AllErrors ¶
func (m StarAssetRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (StarAssetRequestMultiError) Error ¶
func (m StarAssetRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type StarAssetRequestValidationError ¶
type StarAssetRequestValidationError struct {
// contains filtered or unexported fields
}
StarAssetRequestValidationError is the validation error returned by StarAssetRequest.Validate if the designated constraints aren't met.
func (StarAssetRequestValidationError) Cause ¶
func (e StarAssetRequestValidationError) Cause() error
Cause function returns cause value.
func (StarAssetRequestValidationError) Error ¶
func (e StarAssetRequestValidationError) Error() string
Error satisfies the builtin error interface
func (StarAssetRequestValidationError) ErrorName ¶
func (e StarAssetRequestValidationError) ErrorName() string
ErrorName returns error name.
func (StarAssetRequestValidationError) Field ¶
func (e StarAssetRequestValidationError) Field() string
Field function returns field value.
func (StarAssetRequestValidationError) Key ¶
func (e StarAssetRequestValidationError) Key() bool
Key function returns key value.
func (StarAssetRequestValidationError) Reason ¶
func (e StarAssetRequestValidationError) Reason() string
Reason function returns reason value.
type StarAssetResponse ¶
type StarAssetResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*StarAssetResponse) Descriptor
deprecated
func (*StarAssetResponse) Descriptor() ([]byte, []int)
Deprecated: Use StarAssetResponse.ProtoReflect.Descriptor instead.
func (*StarAssetResponse) GetId ¶
func (x *StarAssetResponse) GetId() string
func (*StarAssetResponse) ProtoMessage ¶
func (*StarAssetResponse) ProtoMessage()
func (*StarAssetResponse) ProtoReflect ¶
func (x *StarAssetResponse) ProtoReflect() protoreflect.Message
func (*StarAssetResponse) Reset ¶
func (x *StarAssetResponse) Reset()
func (*StarAssetResponse) String ¶
func (x *StarAssetResponse) String() string
func (*StarAssetResponse) Validate ¶
func (m *StarAssetResponse) Validate() error
Validate checks the field values on StarAssetResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*StarAssetResponse) ValidateAll ¶
func (m *StarAssetResponse) ValidateAll() error
ValidateAll checks the field values on StarAssetResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StarAssetResponseMultiError, or nil if none found.
type StarAssetResponseMultiError ¶
type StarAssetResponseMultiError []error
StarAssetResponseMultiError is an error wrapping multiple validation errors returned by StarAssetResponse.ValidateAll() if the designated constraints aren't met.
func (StarAssetResponseMultiError) AllErrors ¶
func (m StarAssetResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (StarAssetResponseMultiError) Error ¶
func (m StarAssetResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type StarAssetResponseValidationError ¶
type StarAssetResponseValidationError struct {
// contains filtered or unexported fields
}
StarAssetResponseValidationError is the validation error returned by StarAssetResponse.Validate if the designated constraints aren't met.
func (StarAssetResponseValidationError) Cause ¶
func (e StarAssetResponseValidationError) Cause() error
Cause function returns cause value.
func (StarAssetResponseValidationError) Error ¶
func (e StarAssetResponseValidationError) Error() string
Error satisfies the builtin error interface
func (StarAssetResponseValidationError) ErrorName ¶
func (e StarAssetResponseValidationError) ErrorName() string
ErrorName returns error name.
func (StarAssetResponseValidationError) Field ¶
func (e StarAssetResponseValidationError) Field() string
Field function returns field value.
func (StarAssetResponseValidationError) Key ¶
func (e StarAssetResponseValidationError) Key() bool
Key function returns key value.
func (StarAssetResponseValidationError) Reason ¶
func (e StarAssetResponseValidationError) Reason() string
Reason function returns reason value.
type SuggestAssetsRequest ¶
type SuggestAssetsRequest struct { Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"` // contains filtered or unexported fields }
func (*SuggestAssetsRequest) Descriptor
deprecated
func (*SuggestAssetsRequest) Descriptor() ([]byte, []int)
Deprecated: Use SuggestAssetsRequest.ProtoReflect.Descriptor instead.
func (*SuggestAssetsRequest) GetText ¶
func (x *SuggestAssetsRequest) GetText() string
func (*SuggestAssetsRequest) ProtoMessage ¶
func (*SuggestAssetsRequest) ProtoMessage()
func (*SuggestAssetsRequest) ProtoReflect ¶
func (x *SuggestAssetsRequest) ProtoReflect() protoreflect.Message
func (*SuggestAssetsRequest) Reset ¶
func (x *SuggestAssetsRequest) Reset()
func (*SuggestAssetsRequest) String ¶
func (x *SuggestAssetsRequest) String() string
func (*SuggestAssetsRequest) Validate ¶
func (m *SuggestAssetsRequest) Validate() error
Validate checks the field values on SuggestAssetsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SuggestAssetsRequest) ValidateAll ¶
func (m *SuggestAssetsRequest) ValidateAll() error
ValidateAll checks the field values on SuggestAssetsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SuggestAssetsRequestMultiError, or nil if none found.
type SuggestAssetsRequestMultiError ¶
type SuggestAssetsRequestMultiError []error
SuggestAssetsRequestMultiError is an error wrapping multiple validation errors returned by SuggestAssetsRequest.ValidateAll() if the designated constraints aren't met.
func (SuggestAssetsRequestMultiError) AllErrors ¶
func (m SuggestAssetsRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SuggestAssetsRequestMultiError) Error ¶
func (m SuggestAssetsRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SuggestAssetsRequestValidationError ¶
type SuggestAssetsRequestValidationError struct {
// contains filtered or unexported fields
}
SuggestAssetsRequestValidationError is the validation error returned by SuggestAssetsRequest.Validate if the designated constraints aren't met.
func (SuggestAssetsRequestValidationError) Cause ¶
func (e SuggestAssetsRequestValidationError) Cause() error
Cause function returns cause value.
func (SuggestAssetsRequestValidationError) Error ¶
func (e SuggestAssetsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (SuggestAssetsRequestValidationError) ErrorName ¶
func (e SuggestAssetsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (SuggestAssetsRequestValidationError) Field ¶
func (e SuggestAssetsRequestValidationError) Field() string
Field function returns field value.
func (SuggestAssetsRequestValidationError) Key ¶
func (e SuggestAssetsRequestValidationError) Key() bool
Key function returns key value.
func (SuggestAssetsRequestValidationError) Reason ¶
func (e SuggestAssetsRequestValidationError) Reason() string
Reason function returns reason value.
type SuggestAssetsResponse ¶
type SuggestAssetsResponse struct { Data []string `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*SuggestAssetsResponse) Descriptor
deprecated
func (*SuggestAssetsResponse) Descriptor() ([]byte, []int)
Deprecated: Use SuggestAssetsResponse.ProtoReflect.Descriptor instead.
func (*SuggestAssetsResponse) GetData ¶
func (x *SuggestAssetsResponse) GetData() []string
func (*SuggestAssetsResponse) ProtoMessage ¶
func (*SuggestAssetsResponse) ProtoMessage()
func (*SuggestAssetsResponse) ProtoReflect ¶
func (x *SuggestAssetsResponse) ProtoReflect() protoreflect.Message
func (*SuggestAssetsResponse) Reset ¶
func (x *SuggestAssetsResponse) Reset()
func (*SuggestAssetsResponse) String ¶
func (x *SuggestAssetsResponse) String() string
func (*SuggestAssetsResponse) Validate ¶
func (m *SuggestAssetsResponse) Validate() error
Validate checks the field values on SuggestAssetsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SuggestAssetsResponse) ValidateAll ¶
func (m *SuggestAssetsResponse) ValidateAll() error
ValidateAll checks the field values on SuggestAssetsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SuggestAssetsResponseMultiError, or nil if none found.
type SuggestAssetsResponseMultiError ¶
type SuggestAssetsResponseMultiError []error
SuggestAssetsResponseMultiError is an error wrapping multiple validation errors returned by SuggestAssetsResponse.ValidateAll() if the designated constraints aren't met.
func (SuggestAssetsResponseMultiError) AllErrors ¶
func (m SuggestAssetsResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SuggestAssetsResponseMultiError) Error ¶
func (m SuggestAssetsResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SuggestAssetsResponseValidationError ¶
type SuggestAssetsResponseValidationError struct {
// contains filtered or unexported fields
}
SuggestAssetsResponseValidationError is the validation error returned by SuggestAssetsResponse.Validate if the designated constraints aren't met.
func (SuggestAssetsResponseValidationError) Cause ¶
func (e SuggestAssetsResponseValidationError) Cause() error
Cause function returns cause value.
func (SuggestAssetsResponseValidationError) Error ¶
func (e SuggestAssetsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (SuggestAssetsResponseValidationError) ErrorName ¶
func (e SuggestAssetsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (SuggestAssetsResponseValidationError) Field ¶
func (e SuggestAssetsResponseValidationError) Field() string
Field function returns field value.
func (SuggestAssetsResponseValidationError) Key ¶
func (e SuggestAssetsResponseValidationError) Key() bool
Key function returns key value.
func (SuggestAssetsResponseValidationError) Reason ¶
func (e SuggestAssetsResponseValidationError) Reason() string
Reason function returns reason value.
type SyncAssetsRequest ¶ added in v0.7.0
type SyncAssetsRequest struct { Services []string `protobuf:"bytes,1,rep,name=services,proto3" json:"services,omitempty"` // contains filtered or unexported fields }
func (*SyncAssetsRequest) Descriptor
deprecated
added in
v0.7.0
func (*SyncAssetsRequest) Descriptor() ([]byte, []int)
Deprecated: Use SyncAssetsRequest.ProtoReflect.Descriptor instead.
func (*SyncAssetsRequest) GetServices ¶ added in v0.7.0
func (x *SyncAssetsRequest) GetServices() []string
func (*SyncAssetsRequest) ProtoMessage ¶ added in v0.7.0
func (*SyncAssetsRequest) ProtoMessage()
func (*SyncAssetsRequest) ProtoReflect ¶ added in v0.7.0
func (x *SyncAssetsRequest) ProtoReflect() protoreflect.Message
func (*SyncAssetsRequest) Reset ¶ added in v0.7.0
func (x *SyncAssetsRequest) Reset()
func (*SyncAssetsRequest) String ¶ added in v0.7.0
func (x *SyncAssetsRequest) String() string
func (*SyncAssetsRequest) Validate ¶ added in v0.7.0
func (m *SyncAssetsRequest) Validate() error
Validate checks the field values on SyncAssetsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SyncAssetsRequest) ValidateAll ¶ added in v0.7.0
func (m *SyncAssetsRequest) ValidateAll() error
ValidateAll checks the field values on SyncAssetsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SyncAssetsRequestMultiError, or nil if none found.
type SyncAssetsRequestMultiError ¶ added in v0.7.0
type SyncAssetsRequestMultiError []error
SyncAssetsRequestMultiError is an error wrapping multiple validation errors returned by SyncAssetsRequest.ValidateAll() if the designated constraints aren't met.
func (SyncAssetsRequestMultiError) AllErrors ¶ added in v0.7.0
func (m SyncAssetsRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SyncAssetsRequestMultiError) Error ¶ added in v0.7.0
func (m SyncAssetsRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SyncAssetsRequestValidationError ¶ added in v0.7.0
type SyncAssetsRequestValidationError struct {
// contains filtered or unexported fields
}
SyncAssetsRequestValidationError is the validation error returned by SyncAssetsRequest.Validate if the designated constraints aren't met.
func (SyncAssetsRequestValidationError) Cause ¶ added in v0.7.0
func (e SyncAssetsRequestValidationError) Cause() error
Cause function returns cause value.
func (SyncAssetsRequestValidationError) Error ¶ added in v0.7.0
func (e SyncAssetsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (SyncAssetsRequestValidationError) ErrorName ¶ added in v0.7.0
func (e SyncAssetsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (SyncAssetsRequestValidationError) Field ¶ added in v0.7.0
func (e SyncAssetsRequestValidationError) Field() string
Field function returns field value.
func (SyncAssetsRequestValidationError) Key ¶ added in v0.7.0
func (e SyncAssetsRequestValidationError) Key() bool
Key function returns key value.
func (SyncAssetsRequestValidationError) Reason ¶ added in v0.7.0
func (e SyncAssetsRequestValidationError) Reason() string
Reason function returns reason value.
type SyncAssetsResponse ¶ added in v0.7.0
type SyncAssetsResponse struct {
// contains filtered or unexported fields
}
func (*SyncAssetsResponse) Descriptor
deprecated
added in
v0.7.0
func (*SyncAssetsResponse) Descriptor() ([]byte, []int)
Deprecated: Use SyncAssetsResponse.ProtoReflect.Descriptor instead.
func (*SyncAssetsResponse) ProtoMessage ¶ added in v0.7.0
func (*SyncAssetsResponse) ProtoMessage()
func (*SyncAssetsResponse) ProtoReflect ¶ added in v0.7.0
func (x *SyncAssetsResponse) ProtoReflect() protoreflect.Message
func (*SyncAssetsResponse) Reset ¶ added in v0.7.0
func (x *SyncAssetsResponse) Reset()
func (*SyncAssetsResponse) String ¶ added in v0.7.0
func (x *SyncAssetsResponse) String() string
func (*SyncAssetsResponse) Validate ¶ added in v0.7.0
func (m *SyncAssetsResponse) Validate() error
Validate checks the field values on SyncAssetsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SyncAssetsResponse) ValidateAll ¶ added in v0.7.0
func (m *SyncAssetsResponse) ValidateAll() error
ValidateAll checks the field values on SyncAssetsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SyncAssetsResponseMultiError, or nil if none found.
type SyncAssetsResponseMultiError ¶ added in v0.7.0
type SyncAssetsResponseMultiError []error
SyncAssetsResponseMultiError is an error wrapping multiple validation errors returned by SyncAssetsResponse.ValidateAll() if the designated constraints aren't met.
func (SyncAssetsResponseMultiError) AllErrors ¶ added in v0.7.0
func (m SyncAssetsResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SyncAssetsResponseMultiError) Error ¶ added in v0.7.0
func (m SyncAssetsResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SyncAssetsResponseValidationError ¶ added in v0.7.0
type SyncAssetsResponseValidationError struct {
// contains filtered or unexported fields
}
SyncAssetsResponseValidationError is the validation error returned by SyncAssetsResponse.Validate if the designated constraints aren't met.
func (SyncAssetsResponseValidationError) Cause ¶ added in v0.7.0
func (e SyncAssetsResponseValidationError) Cause() error
Cause function returns cause value.
func (SyncAssetsResponseValidationError) Error ¶ added in v0.7.0
func (e SyncAssetsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (SyncAssetsResponseValidationError) ErrorName ¶ added in v0.7.0
func (e SyncAssetsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (SyncAssetsResponseValidationError) Field ¶ added in v0.7.0
func (e SyncAssetsResponseValidationError) Field() string
Field function returns field value.
func (SyncAssetsResponseValidationError) Key ¶ added in v0.7.0
func (e SyncAssetsResponseValidationError) Key() bool
Key function returns key value.
func (SyncAssetsResponseValidationError) Reason ¶ added in v0.7.0
func (e SyncAssetsResponseValidationError) Reason() string
Reason function returns reason value.
type Tag ¶
type Tag struct { AssetId string `protobuf:"bytes,1,opt,name=asset_id,json=assetId,proto3" json:"asset_id,omitempty"` TemplateUrn string `protobuf:"bytes,2,opt,name=template_urn,json=templateUrn,proto3" json:"template_urn,omitempty"` TagValues []*TagValue `protobuf:"bytes,3,rep,name=tag_values,json=tagValues,proto3" json:"tag_values,omitempty"` TemplateDisplayName string `protobuf:"bytes,4,opt,name=template_display_name,json=templateDisplayName,proto3" json:"template_display_name,omitempty"` TemplateDescription string `protobuf:"bytes,5,opt,name=template_description,json=templateDescription,proto3" json:"template_description,omitempty"` // contains filtered or unexported fields }
func (*Tag) Descriptor
deprecated
func (*Tag) GetAssetId ¶
func (*Tag) GetTagValues ¶
func (*Tag) GetTemplateDescription ¶
func (*Tag) GetTemplateDisplayName ¶
func (*Tag) GetTemplateUrn ¶
func (*Tag) ProtoMessage ¶
func (*Tag) ProtoMessage()
func (*Tag) ProtoReflect ¶
func (x *Tag) ProtoReflect() protoreflect.Message
func (*Tag) Validate ¶
Validate checks the field values on Tag with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*Tag) ValidateAll ¶
ValidateAll checks the field values on Tag with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TagMultiError, or nil if none found.
type TagMultiError ¶
type TagMultiError []error
TagMultiError is an error wrapping multiple validation errors returned by Tag.ValidateAll() if the designated constraints aren't met.
func (TagMultiError) AllErrors ¶
func (m TagMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TagMultiError) Error ¶
func (m TagMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TagTemplate ¶
type TagTemplate struct { Urn string `protobuf:"bytes,1,opt,name=urn,proto3" json:"urn,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"` Fields []*TagTemplateField `protobuf:"bytes,4,rep,name=fields,proto3" json:"fields,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` // contains filtered or unexported fields }
func (*TagTemplate) Descriptor
deprecated
func (*TagTemplate) Descriptor() ([]byte, []int)
Deprecated: Use TagTemplate.ProtoReflect.Descriptor instead.
func (*TagTemplate) GetCreatedAt ¶
func (x *TagTemplate) GetCreatedAt() *timestamppb.Timestamp
func (*TagTemplate) GetDescription ¶
func (x *TagTemplate) GetDescription() string
func (*TagTemplate) GetDisplayName ¶
func (x *TagTemplate) GetDisplayName() string
func (*TagTemplate) GetFields ¶
func (x *TagTemplate) GetFields() []*TagTemplateField
func (*TagTemplate) GetUpdatedAt ¶
func (x *TagTemplate) GetUpdatedAt() *timestamppb.Timestamp
func (*TagTemplate) GetUrn ¶
func (x *TagTemplate) GetUrn() string
func (*TagTemplate) ProtoMessage ¶
func (*TagTemplate) ProtoMessage()
func (*TagTemplate) ProtoReflect ¶
func (x *TagTemplate) ProtoReflect() protoreflect.Message
func (*TagTemplate) Reset ¶
func (x *TagTemplate) Reset()
func (*TagTemplate) String ¶
func (x *TagTemplate) String() string
func (*TagTemplate) Validate ¶
func (m *TagTemplate) Validate() error
Validate checks the field values on TagTemplate with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*TagTemplate) ValidateAll ¶
func (m *TagTemplate) ValidateAll() error
ValidateAll checks the field values on TagTemplate with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TagTemplateMultiError, or nil if none found.
type TagTemplateField ¶
type TagTemplateField struct { Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Urn string `protobuf:"bytes,2,opt,name=urn,proto3" json:"urn,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"` DataType string `protobuf:"bytes,5,opt,name=data_type,json=dataType,proto3" json:"data_type,omitempty"` Options []string `protobuf:"bytes,6,rep,name=options,proto3" json:"options,omitempty"` Required bool `protobuf:"varint,7,opt,name=required,proto3" json:"required,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` // contains filtered or unexported fields }
func (*TagTemplateField) Descriptor
deprecated
func (*TagTemplateField) Descriptor() ([]byte, []int)
Deprecated: Use TagTemplateField.ProtoReflect.Descriptor instead.
func (*TagTemplateField) GetCreatedAt ¶
func (x *TagTemplateField) GetCreatedAt() *timestamppb.Timestamp
func (*TagTemplateField) GetDataType ¶
func (x *TagTemplateField) GetDataType() string
func (*TagTemplateField) GetDescription ¶
func (x *TagTemplateField) GetDescription() string
func (*TagTemplateField) GetDisplayName ¶
func (x *TagTemplateField) GetDisplayName() string
func (*TagTemplateField) GetId ¶
func (x *TagTemplateField) GetId() uint32
func (*TagTemplateField) GetOptions ¶
func (x *TagTemplateField) GetOptions() []string
func (*TagTemplateField) GetRequired ¶
func (x *TagTemplateField) GetRequired() bool
func (*TagTemplateField) GetUpdatedAt ¶
func (x *TagTemplateField) GetUpdatedAt() *timestamppb.Timestamp
func (*TagTemplateField) GetUrn ¶
func (x *TagTemplateField) GetUrn() string
func (*TagTemplateField) ProtoMessage ¶
func (*TagTemplateField) ProtoMessage()
func (*TagTemplateField) ProtoReflect ¶
func (x *TagTemplateField) ProtoReflect() protoreflect.Message
func (*TagTemplateField) Reset ¶
func (x *TagTemplateField) Reset()
func (*TagTemplateField) String ¶
func (x *TagTemplateField) String() string
func (*TagTemplateField) Validate ¶
func (m *TagTemplateField) Validate() error
Validate checks the field values on TagTemplateField with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*TagTemplateField) ValidateAll ¶
func (m *TagTemplateField) ValidateAll() error
ValidateAll checks the field values on TagTemplateField with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TagTemplateFieldMultiError, or nil if none found.
type TagTemplateFieldMultiError ¶
type TagTemplateFieldMultiError []error
TagTemplateFieldMultiError is an error wrapping multiple validation errors returned by TagTemplateField.ValidateAll() if the designated constraints aren't met.
func (TagTemplateFieldMultiError) AllErrors ¶
func (m TagTemplateFieldMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TagTemplateFieldMultiError) Error ¶
func (m TagTemplateFieldMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TagTemplateFieldValidationError ¶
type TagTemplateFieldValidationError struct {
// contains filtered or unexported fields
}
TagTemplateFieldValidationError is the validation error returned by TagTemplateField.Validate if the designated constraints aren't met.
func (TagTemplateFieldValidationError) Cause ¶
func (e TagTemplateFieldValidationError) Cause() error
Cause function returns cause value.
func (TagTemplateFieldValidationError) Error ¶
func (e TagTemplateFieldValidationError) Error() string
Error satisfies the builtin error interface
func (TagTemplateFieldValidationError) ErrorName ¶
func (e TagTemplateFieldValidationError) ErrorName() string
ErrorName returns error name.
func (TagTemplateFieldValidationError) Field ¶
func (e TagTemplateFieldValidationError) Field() string
Field function returns field value.
func (TagTemplateFieldValidationError) Key ¶
func (e TagTemplateFieldValidationError) Key() bool
Key function returns key value.
func (TagTemplateFieldValidationError) Reason ¶
func (e TagTemplateFieldValidationError) Reason() string
Reason function returns reason value.
type TagTemplateMultiError ¶
type TagTemplateMultiError []error
TagTemplateMultiError is an error wrapping multiple validation errors returned by TagTemplate.ValidateAll() if the designated constraints aren't met.
func (TagTemplateMultiError) AllErrors ¶
func (m TagTemplateMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TagTemplateMultiError) Error ¶
func (m TagTemplateMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TagTemplateValidationError ¶
type TagTemplateValidationError struct {
// contains filtered or unexported fields
}
TagTemplateValidationError is the validation error returned by TagTemplate.Validate if the designated constraints aren't met.
func (TagTemplateValidationError) Cause ¶
func (e TagTemplateValidationError) Cause() error
Cause function returns cause value.
func (TagTemplateValidationError) Error ¶
func (e TagTemplateValidationError) Error() string
Error satisfies the builtin error interface
func (TagTemplateValidationError) ErrorName ¶
func (e TagTemplateValidationError) ErrorName() string
ErrorName returns error name.
func (TagTemplateValidationError) Field ¶
func (e TagTemplateValidationError) Field() string
Field function returns field value.
func (TagTemplateValidationError) Key ¶
func (e TagTemplateValidationError) Key() bool
Key function returns key value.
func (TagTemplateValidationError) Reason ¶
func (e TagTemplateValidationError) Reason() string
Reason function returns reason value.
type TagValidationError ¶
type TagValidationError struct {
// contains filtered or unexported fields
}
TagValidationError is the validation error returned by Tag.Validate if the designated constraints aren't met.
func (TagValidationError) Cause ¶
func (e TagValidationError) Cause() error
Cause function returns cause value.
func (TagValidationError) Error ¶
func (e TagValidationError) Error() string
Error satisfies the builtin error interface
func (TagValidationError) ErrorName ¶
func (e TagValidationError) ErrorName() string
ErrorName returns error name.
func (TagValidationError) Field ¶
func (e TagValidationError) Field() string
Field function returns field value.
func (TagValidationError) Key ¶
func (e TagValidationError) Key() bool
Key function returns key value.
func (TagValidationError) Reason ¶
func (e TagValidationError) Reason() string
Reason function returns reason value.
type TagValue ¶
type TagValue struct { FieldId uint32 `protobuf:"varint,1,opt,name=field_id,json=fieldId,proto3" json:"field_id,omitempty"` FieldValue *structpb.Value `protobuf:"bytes,2,opt,name=field_value,json=fieldValue,proto3" json:"field_value,omitempty"` FieldUrn string `protobuf:"bytes,3,opt,name=field_urn,json=fieldUrn,proto3" json:"field_urn,omitempty"` FieldDisplayName string `protobuf:"bytes,4,opt,name=field_display_name,json=fieldDisplayName,proto3" json:"field_display_name,omitempty"` FieldDescription string `protobuf:"bytes,5,opt,name=field_description,json=fieldDescription,proto3" json:"field_description,omitempty"` FieldDataType string `protobuf:"bytes,6,opt,name=field_data_type,json=fieldDataType,proto3" json:"field_data_type,omitempty"` FieldOptions []string `protobuf:"bytes,7,rep,name=field_options,json=fieldOptions,proto3" json:"field_options,omitempty"` FieldRequired bool `protobuf:"varint,8,opt,name=field_required,json=fieldRequired,proto3" json:"field_required,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` // contains filtered or unexported fields }
func (*TagValue) Descriptor
deprecated
func (*TagValue) GetCreatedAt ¶
func (x *TagValue) GetCreatedAt() *timestamppb.Timestamp
func (*TagValue) GetFieldDataType ¶
func (*TagValue) GetFieldDescription ¶
func (*TagValue) GetFieldDisplayName ¶
func (*TagValue) GetFieldId ¶
func (*TagValue) GetFieldOptions ¶
func (*TagValue) GetFieldRequired ¶
func (*TagValue) GetFieldUrn ¶
func (*TagValue) GetFieldValue ¶
func (*TagValue) GetUpdatedAt ¶
func (x *TagValue) GetUpdatedAt() *timestamppb.Timestamp
func (*TagValue) ProtoMessage ¶
func (*TagValue) ProtoMessage()
func (*TagValue) ProtoReflect ¶
func (x *TagValue) ProtoReflect() protoreflect.Message
func (*TagValue) Validate ¶
Validate checks the field values on TagValue with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*TagValue) ValidateAll ¶
ValidateAll checks the field values on TagValue with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TagValueMultiError, or nil if none found.
type TagValueMultiError ¶
type TagValueMultiError []error
TagValueMultiError is an error wrapping multiple validation errors returned by TagValue.ValidateAll() if the designated constraints aren't met.
func (TagValueMultiError) AllErrors ¶
func (m TagValueMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TagValueMultiError) Error ¶
func (m TagValueMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TagValueValidationError ¶
type TagValueValidationError struct {
// contains filtered or unexported fields
}
TagValueValidationError is the validation error returned by TagValue.Validate if the designated constraints aren't met.
func (TagValueValidationError) Cause ¶
func (e TagValueValidationError) Cause() error
Cause function returns cause value.
func (TagValueValidationError) Error ¶
func (e TagValueValidationError) Error() string
Error satisfies the builtin error interface
func (TagValueValidationError) ErrorName ¶
func (e TagValueValidationError) ErrorName() string
ErrorName returns error name.
func (TagValueValidationError) Field ¶
func (e TagValueValidationError) Field() string
Field function returns field value.
func (TagValueValidationError) Key ¶
func (e TagValueValidationError) Key() bool
Key function returns key value.
func (TagValueValidationError) Reason ¶
func (e TagValueValidationError) Reason() string
Reason function returns reason value.
type Type ¶
type Type struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Count uint32 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"` // contains filtered or unexported fields }
func (*Type) Descriptor
deprecated
func (*Type) ProtoMessage ¶
func (*Type) ProtoMessage()
func (*Type) ProtoReflect ¶
func (x *Type) ProtoReflect() protoreflect.Message
func (*Type) Validate ¶
Validate checks the field values on Type with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*Type) ValidateAll ¶
ValidateAll checks the field values on Type with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TypeMultiError, or nil if none found.
type TypeMultiError ¶
type TypeMultiError []error
TypeMultiError is an error wrapping multiple validation errors returned by Type.ValidateAll() if the designated constraints aren't met.
func (TypeMultiError) AllErrors ¶
func (m TypeMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TypeMultiError) Error ¶
func (m TypeMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TypeValidationError ¶
type TypeValidationError struct {
// contains filtered or unexported fields
}
TypeValidationError is the validation error returned by Type.Validate if the designated constraints aren't met.
func (TypeValidationError) Cause ¶
func (e TypeValidationError) Cause() error
Cause function returns cause value.
func (TypeValidationError) Error ¶
func (e TypeValidationError) Error() string
Error satisfies the builtin error interface
func (TypeValidationError) ErrorName ¶
func (e TypeValidationError) ErrorName() string
ErrorName returns error name.
func (TypeValidationError) Field ¶
func (e TypeValidationError) Field() string
Field function returns field value.
func (TypeValidationError) Key ¶
func (e TypeValidationError) Key() bool
Key function returns key value.
func (TypeValidationError) Reason ¶
func (e TypeValidationError) Reason() string
Reason function returns reason value.
type UnimplementedCompassServiceServer ¶
type UnimplementedCompassServiceServer struct { }
UnimplementedCompassServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedCompassServiceServer) CreateAssetProbe ¶
func (UnimplementedCompassServiceServer) CreateAssetProbe(context.Context, *CreateAssetProbeRequest) (*CreateAssetProbeResponse, error)
func (UnimplementedCompassServiceServer) CreateComment ¶
func (UnimplementedCompassServiceServer) CreateComment(context.Context, *CreateCommentRequest) (*CreateCommentResponse, error)
func (UnimplementedCompassServiceServer) CreateDiscussion ¶
func (UnimplementedCompassServiceServer) CreateDiscussion(context.Context, *CreateDiscussionRequest) (*CreateDiscussionResponse, error)
func (UnimplementedCompassServiceServer) CreateTagAsset ¶
func (UnimplementedCompassServiceServer) CreateTagAsset(context.Context, *CreateTagAssetRequest) (*CreateTagAssetResponse, error)
func (UnimplementedCompassServiceServer) CreateTagTemplate ¶
func (UnimplementedCompassServiceServer) CreateTagTemplate(context.Context, *CreateTagTemplateRequest) (*CreateTagTemplateResponse, error)
func (UnimplementedCompassServiceServer) DeleteAsset ¶
func (UnimplementedCompassServiceServer) DeleteAsset(context.Context, *DeleteAssetRequest) (*DeleteAssetResponse, error)
func (UnimplementedCompassServiceServer) DeleteComment ¶
func (UnimplementedCompassServiceServer) DeleteComment(context.Context, *DeleteCommentRequest) (*DeleteCommentResponse, error)
func (UnimplementedCompassServiceServer) DeleteTagAsset ¶
func (UnimplementedCompassServiceServer) DeleteTagAsset(context.Context, *DeleteTagAssetRequest) (*DeleteTagAssetResponse, error)
func (UnimplementedCompassServiceServer) DeleteTagTemplate ¶
func (UnimplementedCompassServiceServer) DeleteTagTemplate(context.Context, *DeleteTagTemplateRequest) (*DeleteTagTemplateResponse, error)
func (UnimplementedCompassServiceServer) GetAllAssets ¶
func (UnimplementedCompassServiceServer) GetAllAssets(context.Context, *GetAllAssetsRequest) (*GetAllAssetsResponse, error)
func (UnimplementedCompassServiceServer) GetAllComments ¶
func (UnimplementedCompassServiceServer) GetAllComments(context.Context, *GetAllCommentsRequest) (*GetAllCommentsResponse, error)
func (UnimplementedCompassServiceServer) GetAllDiscussions ¶
func (UnimplementedCompassServiceServer) GetAllDiscussions(context.Context, *GetAllDiscussionsRequest) (*GetAllDiscussionsResponse, error)
func (UnimplementedCompassServiceServer) GetAllTagTemplates ¶
func (UnimplementedCompassServiceServer) GetAllTagTemplates(context.Context, *GetAllTagTemplatesRequest) (*GetAllTagTemplatesResponse, error)
func (UnimplementedCompassServiceServer) GetAllTagsByAsset ¶
func (UnimplementedCompassServiceServer) GetAllTagsByAsset(context.Context, *GetAllTagsByAssetRequest) (*GetAllTagsByAssetResponse, error)
func (UnimplementedCompassServiceServer) GetAllTypes ¶
func (UnimplementedCompassServiceServer) GetAllTypes(context.Context, *GetAllTypesRequest) (*GetAllTypesResponse, error)
func (UnimplementedCompassServiceServer) GetAssetByID ¶
func (UnimplementedCompassServiceServer) GetAssetByID(context.Context, *GetAssetByIDRequest) (*GetAssetByIDResponse, error)
func (UnimplementedCompassServiceServer) GetAssetByVersion ¶
func (UnimplementedCompassServiceServer) GetAssetByVersion(context.Context, *GetAssetByVersionRequest) (*GetAssetByVersionResponse, error)
func (UnimplementedCompassServiceServer) GetAssetStargazers ¶
func (UnimplementedCompassServiceServer) GetAssetStargazers(context.Context, *GetAssetStargazersRequest) (*GetAssetStargazersResponse, error)
func (UnimplementedCompassServiceServer) GetAssetVersionHistory ¶
func (UnimplementedCompassServiceServer) GetAssetVersionHistory(context.Context, *GetAssetVersionHistoryRequest) (*GetAssetVersionHistoryResponse, error)
func (UnimplementedCompassServiceServer) GetComment ¶
func (UnimplementedCompassServiceServer) GetComment(context.Context, *GetCommentRequest) (*GetCommentResponse, error)
func (UnimplementedCompassServiceServer) GetDiscussion ¶
func (UnimplementedCompassServiceServer) GetDiscussion(context.Context, *GetDiscussionRequest) (*GetDiscussionResponse, error)
func (UnimplementedCompassServiceServer) GetGraph ¶
func (UnimplementedCompassServiceServer) GetGraph(context.Context, *GetGraphRequest) (*GetGraphResponse, error)
func (UnimplementedCompassServiceServer) GetMyDiscussions ¶
func (UnimplementedCompassServiceServer) GetMyDiscussions(context.Context, *GetMyDiscussionsRequest) (*GetMyDiscussionsResponse, error)
func (UnimplementedCompassServiceServer) GetMyStarredAsset ¶
func (UnimplementedCompassServiceServer) GetMyStarredAsset(context.Context, *GetMyStarredAssetRequest) (*GetMyStarredAssetResponse, error)
func (UnimplementedCompassServiceServer) GetMyStarredAssets ¶
func (UnimplementedCompassServiceServer) GetMyStarredAssets(context.Context, *GetMyStarredAssetsRequest) (*GetMyStarredAssetsResponse, error)
func (UnimplementedCompassServiceServer) GetTagByAssetAndTemplate ¶
func (UnimplementedCompassServiceServer) GetTagByAssetAndTemplate(context.Context, *GetTagByAssetAndTemplateRequest) (*GetTagByAssetAndTemplateResponse, error)
func (UnimplementedCompassServiceServer) GetTagTemplate ¶
func (UnimplementedCompassServiceServer) GetTagTemplate(context.Context, *GetTagTemplateRequest) (*GetTagTemplateResponse, error)
func (UnimplementedCompassServiceServer) GetUserStarredAssets ¶
func (UnimplementedCompassServiceServer) GetUserStarredAssets(context.Context, *GetUserStarredAssetsRequest) (*GetUserStarredAssetsResponse, error)
func (UnimplementedCompassServiceServer) GroupAssets ¶ added in v0.5.4
func (UnimplementedCompassServiceServer) GroupAssets(context.Context, *GroupAssetsRequest) (*GroupAssetsResponse, error)
func (UnimplementedCompassServiceServer) PatchDiscussion ¶
func (UnimplementedCompassServiceServer) PatchDiscussion(context.Context, *PatchDiscussionRequest) (*PatchDiscussionResponse, error)
func (UnimplementedCompassServiceServer) SearchAssets ¶
func (UnimplementedCompassServiceServer) SearchAssets(context.Context, *SearchAssetsRequest) (*SearchAssetsResponse, error)
func (UnimplementedCompassServiceServer) StarAsset ¶
func (UnimplementedCompassServiceServer) StarAsset(context.Context, *StarAssetRequest) (*StarAssetResponse, error)
func (UnimplementedCompassServiceServer) SuggestAssets ¶
func (UnimplementedCompassServiceServer) SuggestAssets(context.Context, *SuggestAssetsRequest) (*SuggestAssetsResponse, error)
func (UnimplementedCompassServiceServer) SyncAssets ¶ added in v0.7.0
func (UnimplementedCompassServiceServer) SyncAssets(context.Context, *SyncAssetsRequest) (*SyncAssetsResponse, error)
func (UnimplementedCompassServiceServer) UnstarAsset ¶
func (UnimplementedCompassServiceServer) UnstarAsset(context.Context, *UnstarAssetRequest) (*UnstarAssetResponse, error)
func (UnimplementedCompassServiceServer) UpdateComment ¶
func (UnimplementedCompassServiceServer) UpdateComment(context.Context, *UpdateCommentRequest) (*UpdateCommentResponse, error)
func (UnimplementedCompassServiceServer) UpdateTagAsset ¶
func (UnimplementedCompassServiceServer) UpdateTagAsset(context.Context, *UpdateTagAssetRequest) (*UpdateTagAssetResponse, error)
func (UnimplementedCompassServiceServer) UpdateTagTemplate ¶
func (UnimplementedCompassServiceServer) UpdateTagTemplate(context.Context, *UpdateTagTemplateRequest) (*UpdateTagTemplateResponse, error)
func (UnimplementedCompassServiceServer) UpsertAsset ¶
func (UnimplementedCompassServiceServer) UpsertAsset(context.Context, *UpsertAssetRequest) (*UpsertAssetResponse, error)
func (UnimplementedCompassServiceServer) UpsertPatchAsset ¶
func (UnimplementedCompassServiceServer) UpsertPatchAsset(context.Context, *UpsertPatchAssetRequest) (*UpsertPatchAssetResponse, error)
type UnsafeCompassServiceServer ¶
type UnsafeCompassServiceServer interface {
// contains filtered or unexported methods
}
UnsafeCompassServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to CompassServiceServer will result in compilation errors.
type UnstarAssetRequest ¶
type UnstarAssetRequest struct { AssetId string `protobuf:"bytes,1,opt,name=asset_id,json=assetId,proto3" json:"asset_id,omitempty"` // contains filtered or unexported fields }
func (*UnstarAssetRequest) Descriptor
deprecated
func (*UnstarAssetRequest) Descriptor() ([]byte, []int)
Deprecated: Use UnstarAssetRequest.ProtoReflect.Descriptor instead.
func (*UnstarAssetRequest) GetAssetId ¶
func (x *UnstarAssetRequest) GetAssetId() string
func (*UnstarAssetRequest) ProtoMessage ¶
func (*UnstarAssetRequest) ProtoMessage()
func (*UnstarAssetRequest) ProtoReflect ¶
func (x *UnstarAssetRequest) ProtoReflect() protoreflect.Message
func (*UnstarAssetRequest) Reset ¶
func (x *UnstarAssetRequest) Reset()
func (*UnstarAssetRequest) String ¶
func (x *UnstarAssetRequest) String() string
func (*UnstarAssetRequest) Validate ¶
func (m *UnstarAssetRequest) Validate() error
Validate checks the field values on UnstarAssetRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UnstarAssetRequest) ValidateAll ¶
func (m *UnstarAssetRequest) ValidateAll() error
ValidateAll checks the field values on UnstarAssetRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UnstarAssetRequestMultiError, or nil if none found.
type UnstarAssetRequestMultiError ¶
type UnstarAssetRequestMultiError []error
UnstarAssetRequestMultiError is an error wrapping multiple validation errors returned by UnstarAssetRequest.ValidateAll() if the designated constraints aren't met.
func (UnstarAssetRequestMultiError) AllErrors ¶
func (m UnstarAssetRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UnstarAssetRequestMultiError) Error ¶
func (m UnstarAssetRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UnstarAssetRequestValidationError ¶
type UnstarAssetRequestValidationError struct {
// contains filtered or unexported fields
}
UnstarAssetRequestValidationError is the validation error returned by UnstarAssetRequest.Validate if the designated constraints aren't met.
func (UnstarAssetRequestValidationError) Cause ¶
func (e UnstarAssetRequestValidationError) Cause() error
Cause function returns cause value.
func (UnstarAssetRequestValidationError) Error ¶
func (e UnstarAssetRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UnstarAssetRequestValidationError) ErrorName ¶
func (e UnstarAssetRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UnstarAssetRequestValidationError) Field ¶
func (e UnstarAssetRequestValidationError) Field() string
Field function returns field value.
func (UnstarAssetRequestValidationError) Key ¶
func (e UnstarAssetRequestValidationError) Key() bool
Key function returns key value.
func (UnstarAssetRequestValidationError) Reason ¶
func (e UnstarAssetRequestValidationError) Reason() string
Reason function returns reason value.
type UnstarAssetResponse ¶
type UnstarAssetResponse struct {
// contains filtered or unexported fields
}
func (*UnstarAssetResponse) Descriptor
deprecated
func (*UnstarAssetResponse) Descriptor() ([]byte, []int)
Deprecated: Use UnstarAssetResponse.ProtoReflect.Descriptor instead.
func (*UnstarAssetResponse) ProtoMessage ¶
func (*UnstarAssetResponse) ProtoMessage()
func (*UnstarAssetResponse) ProtoReflect ¶
func (x *UnstarAssetResponse) ProtoReflect() protoreflect.Message
func (*UnstarAssetResponse) Reset ¶
func (x *UnstarAssetResponse) Reset()
func (*UnstarAssetResponse) String ¶
func (x *UnstarAssetResponse) String() string
func (*UnstarAssetResponse) Validate ¶
func (m *UnstarAssetResponse) Validate() error
Validate checks the field values on UnstarAssetResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UnstarAssetResponse) ValidateAll ¶
func (m *UnstarAssetResponse) ValidateAll() error
ValidateAll checks the field values on UnstarAssetResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UnstarAssetResponseMultiError, or nil if none found.
type UnstarAssetResponseMultiError ¶
type UnstarAssetResponseMultiError []error
UnstarAssetResponseMultiError is an error wrapping multiple validation errors returned by UnstarAssetResponse.ValidateAll() if the designated constraints aren't met.
func (UnstarAssetResponseMultiError) AllErrors ¶
func (m UnstarAssetResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UnstarAssetResponseMultiError) Error ¶
func (m UnstarAssetResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UnstarAssetResponseValidationError ¶
type UnstarAssetResponseValidationError struct {
// contains filtered or unexported fields
}
UnstarAssetResponseValidationError is the validation error returned by UnstarAssetResponse.Validate if the designated constraints aren't met.
func (UnstarAssetResponseValidationError) Cause ¶
func (e UnstarAssetResponseValidationError) Cause() error
Cause function returns cause value.
func (UnstarAssetResponseValidationError) Error ¶
func (e UnstarAssetResponseValidationError) Error() string
Error satisfies the builtin error interface
func (UnstarAssetResponseValidationError) ErrorName ¶
func (e UnstarAssetResponseValidationError) ErrorName() string
ErrorName returns error name.
func (UnstarAssetResponseValidationError) Field ¶
func (e UnstarAssetResponseValidationError) Field() string
Field function returns field value.
func (UnstarAssetResponseValidationError) Key ¶
func (e UnstarAssetResponseValidationError) Key() bool
Key function returns key value.
func (UnstarAssetResponseValidationError) Reason ¶
func (e UnstarAssetResponseValidationError) Reason() string
Reason function returns reason value.
type UpdateCommentRequest ¶
type UpdateCommentRequest struct { DiscussionId string `protobuf:"bytes,1,opt,name=discussion_id,json=discussionId,proto3" json:"discussion_id,omitempty"` Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` Body string `protobuf:"bytes,3,opt,name=body,proto3" json:"body,omitempty"` // contains filtered or unexported fields }
func (*UpdateCommentRequest) Descriptor
deprecated
func (*UpdateCommentRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateCommentRequest.ProtoReflect.Descriptor instead.
func (*UpdateCommentRequest) GetBody ¶
func (x *UpdateCommentRequest) GetBody() string
func (*UpdateCommentRequest) GetDiscussionId ¶
func (x *UpdateCommentRequest) GetDiscussionId() string
func (*UpdateCommentRequest) GetId ¶
func (x *UpdateCommentRequest) GetId() string
func (*UpdateCommentRequest) ProtoMessage ¶
func (*UpdateCommentRequest) ProtoMessage()
func (*UpdateCommentRequest) ProtoReflect ¶
func (x *UpdateCommentRequest) ProtoReflect() protoreflect.Message
func (*UpdateCommentRequest) Reset ¶
func (x *UpdateCommentRequest) Reset()
func (*UpdateCommentRequest) String ¶
func (x *UpdateCommentRequest) String() string
func (*UpdateCommentRequest) Validate ¶
func (m *UpdateCommentRequest) Validate() error
Validate checks the field values on UpdateCommentRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UpdateCommentRequest) ValidateAll ¶
func (m *UpdateCommentRequest) ValidateAll() error
ValidateAll checks the field values on UpdateCommentRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateCommentRequestMultiError, or nil if none found.
type UpdateCommentRequestMultiError ¶
type UpdateCommentRequestMultiError []error
UpdateCommentRequestMultiError is an error wrapping multiple validation errors returned by UpdateCommentRequest.ValidateAll() if the designated constraints aren't met.
func (UpdateCommentRequestMultiError) AllErrors ¶
func (m UpdateCommentRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateCommentRequestMultiError) Error ¶
func (m UpdateCommentRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateCommentRequestValidationError ¶
type UpdateCommentRequestValidationError struct {
// contains filtered or unexported fields
}
UpdateCommentRequestValidationError is the validation error returned by UpdateCommentRequest.Validate if the designated constraints aren't met.
func (UpdateCommentRequestValidationError) Cause ¶
func (e UpdateCommentRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdateCommentRequestValidationError) Error ¶
func (e UpdateCommentRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateCommentRequestValidationError) ErrorName ¶
func (e UpdateCommentRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateCommentRequestValidationError) Field ¶
func (e UpdateCommentRequestValidationError) Field() string
Field function returns field value.
func (UpdateCommentRequestValidationError) Key ¶
func (e UpdateCommentRequestValidationError) Key() bool
Key function returns key value.
func (UpdateCommentRequestValidationError) Reason ¶
func (e UpdateCommentRequestValidationError) Reason() string
Reason function returns reason value.
type UpdateCommentResponse ¶
type UpdateCommentResponse struct {
// contains filtered or unexported fields
}
func (*UpdateCommentResponse) Descriptor
deprecated
func (*UpdateCommentResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateCommentResponse.ProtoReflect.Descriptor instead.
func (*UpdateCommentResponse) ProtoMessage ¶
func (*UpdateCommentResponse) ProtoMessage()
func (*UpdateCommentResponse) ProtoReflect ¶
func (x *UpdateCommentResponse) ProtoReflect() protoreflect.Message
func (*UpdateCommentResponse) Reset ¶
func (x *UpdateCommentResponse) Reset()
func (*UpdateCommentResponse) String ¶
func (x *UpdateCommentResponse) String() string
func (*UpdateCommentResponse) Validate ¶
func (m *UpdateCommentResponse) Validate() error
Validate checks the field values on UpdateCommentResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UpdateCommentResponse) ValidateAll ¶
func (m *UpdateCommentResponse) ValidateAll() error
ValidateAll checks the field values on UpdateCommentResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateCommentResponseMultiError, or nil if none found.
type UpdateCommentResponseMultiError ¶
type UpdateCommentResponseMultiError []error
UpdateCommentResponseMultiError is an error wrapping multiple validation errors returned by UpdateCommentResponse.ValidateAll() if the designated constraints aren't met.
func (UpdateCommentResponseMultiError) AllErrors ¶
func (m UpdateCommentResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateCommentResponseMultiError) Error ¶
func (m UpdateCommentResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateCommentResponseValidationError ¶
type UpdateCommentResponseValidationError struct {
// contains filtered or unexported fields
}
UpdateCommentResponseValidationError is the validation error returned by UpdateCommentResponse.Validate if the designated constraints aren't met.
func (UpdateCommentResponseValidationError) Cause ¶
func (e UpdateCommentResponseValidationError) Cause() error
Cause function returns cause value.
func (UpdateCommentResponseValidationError) Error ¶
func (e UpdateCommentResponseValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateCommentResponseValidationError) ErrorName ¶
func (e UpdateCommentResponseValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateCommentResponseValidationError) Field ¶
func (e UpdateCommentResponseValidationError) Field() string
Field function returns field value.
func (UpdateCommentResponseValidationError) Key ¶
func (e UpdateCommentResponseValidationError) Key() bool
Key function returns key value.
func (UpdateCommentResponseValidationError) Reason ¶
func (e UpdateCommentResponseValidationError) Reason() string
Reason function returns reason value.
type UpdateTagAssetRequest ¶
type UpdateTagAssetRequest struct { AssetId string `protobuf:"bytes,1,opt,name=asset_id,json=assetId,proto3" json:"asset_id,omitempty"` // required TemplateUrn string `protobuf:"bytes,2,opt,name=template_urn,json=templateUrn,proto3" json:"template_urn,omitempty"` TagValues []*TagValue `protobuf:"bytes,3,rep,name=tag_values,json=tagValues,proto3" json:"tag_values,omitempty"` // required TemplateDisplayName string `protobuf:"bytes,4,opt,name=template_display_name,json=templateDisplayName,proto3" json:"template_display_name,omitempty"` TemplateDescription string `protobuf:"bytes,5,opt,name=template_description,json=templateDescription,proto3" json:"template_description,omitempty"` // contains filtered or unexported fields }
func (*UpdateTagAssetRequest) Descriptor
deprecated
func (*UpdateTagAssetRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateTagAssetRequest.ProtoReflect.Descriptor instead.
func (*UpdateTagAssetRequest) GetAssetId ¶
func (x *UpdateTagAssetRequest) GetAssetId() string
func (*UpdateTagAssetRequest) GetTagValues ¶
func (x *UpdateTagAssetRequest) GetTagValues() []*TagValue
func (*UpdateTagAssetRequest) GetTemplateDescription ¶
func (x *UpdateTagAssetRequest) GetTemplateDescription() string
func (*UpdateTagAssetRequest) GetTemplateDisplayName ¶
func (x *UpdateTagAssetRequest) GetTemplateDisplayName() string
func (*UpdateTagAssetRequest) GetTemplateUrn ¶
func (x *UpdateTagAssetRequest) GetTemplateUrn() string
func (*UpdateTagAssetRequest) ProtoMessage ¶
func (*UpdateTagAssetRequest) ProtoMessage()
func (*UpdateTagAssetRequest) ProtoReflect ¶
func (x *UpdateTagAssetRequest) ProtoReflect() protoreflect.Message
func (*UpdateTagAssetRequest) Reset ¶
func (x *UpdateTagAssetRequest) Reset()
func (*UpdateTagAssetRequest) String ¶
func (x *UpdateTagAssetRequest) String() string
func (*UpdateTagAssetRequest) Validate ¶
func (m *UpdateTagAssetRequest) Validate() error
Validate checks the field values on UpdateTagAssetRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UpdateTagAssetRequest) ValidateAll ¶
func (m *UpdateTagAssetRequest) ValidateAll() error
ValidateAll checks the field values on UpdateTagAssetRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateTagAssetRequestMultiError, or nil if none found.
type UpdateTagAssetRequestMultiError ¶
type UpdateTagAssetRequestMultiError []error
UpdateTagAssetRequestMultiError is an error wrapping multiple validation errors returned by UpdateTagAssetRequest.ValidateAll() if the designated constraints aren't met.
func (UpdateTagAssetRequestMultiError) AllErrors ¶
func (m UpdateTagAssetRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateTagAssetRequestMultiError) Error ¶
func (m UpdateTagAssetRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateTagAssetRequestValidationError ¶
type UpdateTagAssetRequestValidationError struct {
// contains filtered or unexported fields
}
UpdateTagAssetRequestValidationError is the validation error returned by UpdateTagAssetRequest.Validate if the designated constraints aren't met.
func (UpdateTagAssetRequestValidationError) Cause ¶
func (e UpdateTagAssetRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdateTagAssetRequestValidationError) Error ¶
func (e UpdateTagAssetRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateTagAssetRequestValidationError) ErrorName ¶
func (e UpdateTagAssetRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateTagAssetRequestValidationError) Field ¶
func (e UpdateTagAssetRequestValidationError) Field() string
Field function returns field value.
func (UpdateTagAssetRequestValidationError) Key ¶
func (e UpdateTagAssetRequestValidationError) Key() bool
Key function returns key value.
func (UpdateTagAssetRequestValidationError) Reason ¶
func (e UpdateTagAssetRequestValidationError) Reason() string
Reason function returns reason value.
type UpdateTagAssetResponse ¶
type UpdateTagAssetResponse struct { Data *Tag `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*UpdateTagAssetResponse) Descriptor
deprecated
func (*UpdateTagAssetResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateTagAssetResponse.ProtoReflect.Descriptor instead.
func (*UpdateTagAssetResponse) GetData ¶
func (x *UpdateTagAssetResponse) GetData() *Tag
func (*UpdateTagAssetResponse) ProtoMessage ¶
func (*UpdateTagAssetResponse) ProtoMessage()
func (*UpdateTagAssetResponse) ProtoReflect ¶
func (x *UpdateTagAssetResponse) ProtoReflect() protoreflect.Message
func (*UpdateTagAssetResponse) Reset ¶
func (x *UpdateTagAssetResponse) Reset()
func (*UpdateTagAssetResponse) String ¶
func (x *UpdateTagAssetResponse) String() string
func (*UpdateTagAssetResponse) Validate ¶
func (m *UpdateTagAssetResponse) Validate() error
Validate checks the field values on UpdateTagAssetResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UpdateTagAssetResponse) ValidateAll ¶
func (m *UpdateTagAssetResponse) ValidateAll() error
ValidateAll checks the field values on UpdateTagAssetResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateTagAssetResponseMultiError, or nil if none found.
type UpdateTagAssetResponseMultiError ¶
type UpdateTagAssetResponseMultiError []error
UpdateTagAssetResponseMultiError is an error wrapping multiple validation errors returned by UpdateTagAssetResponse.ValidateAll() if the designated constraints aren't met.
func (UpdateTagAssetResponseMultiError) AllErrors ¶
func (m UpdateTagAssetResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateTagAssetResponseMultiError) Error ¶
func (m UpdateTagAssetResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateTagAssetResponseValidationError ¶
type UpdateTagAssetResponseValidationError struct {
// contains filtered or unexported fields
}
UpdateTagAssetResponseValidationError is the validation error returned by UpdateTagAssetResponse.Validate if the designated constraints aren't met.
func (UpdateTagAssetResponseValidationError) Cause ¶
func (e UpdateTagAssetResponseValidationError) Cause() error
Cause function returns cause value.
func (UpdateTagAssetResponseValidationError) Error ¶
func (e UpdateTagAssetResponseValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateTagAssetResponseValidationError) ErrorName ¶
func (e UpdateTagAssetResponseValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateTagAssetResponseValidationError) Field ¶
func (e UpdateTagAssetResponseValidationError) Field() string
Field function returns field value.
func (UpdateTagAssetResponseValidationError) Key ¶
func (e UpdateTagAssetResponseValidationError) Key() bool
Key function returns key value.
func (UpdateTagAssetResponseValidationError) Reason ¶
func (e UpdateTagAssetResponseValidationError) Reason() string
Reason function returns reason value.
type UpdateTagTemplateRequest ¶
type UpdateTagTemplateRequest struct { TemplateUrn string `protobuf:"bytes,1,opt,name=template_urn,json=templateUrn,proto3" json:"template_urn,omitempty"` DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // required Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` // required Fields []*TagTemplateField `protobuf:"bytes,4,rep,name=fields,proto3" json:"fields,omitempty"` // required // contains filtered or unexported fields }
func (*UpdateTagTemplateRequest) Descriptor
deprecated
func (*UpdateTagTemplateRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateTagTemplateRequest.ProtoReflect.Descriptor instead.
func (*UpdateTagTemplateRequest) GetDescription ¶
func (x *UpdateTagTemplateRequest) GetDescription() string
func (*UpdateTagTemplateRequest) GetDisplayName ¶
func (x *UpdateTagTemplateRequest) GetDisplayName() string
func (*UpdateTagTemplateRequest) GetFields ¶
func (x *UpdateTagTemplateRequest) GetFields() []*TagTemplateField
func (*UpdateTagTemplateRequest) GetTemplateUrn ¶
func (x *UpdateTagTemplateRequest) GetTemplateUrn() string
func (*UpdateTagTemplateRequest) ProtoMessage ¶
func (*UpdateTagTemplateRequest) ProtoMessage()
func (*UpdateTagTemplateRequest) ProtoReflect ¶
func (x *UpdateTagTemplateRequest) ProtoReflect() protoreflect.Message
func (*UpdateTagTemplateRequest) Reset ¶
func (x *UpdateTagTemplateRequest) Reset()
func (*UpdateTagTemplateRequest) String ¶
func (x *UpdateTagTemplateRequest) String() string
func (*UpdateTagTemplateRequest) Validate ¶
func (m *UpdateTagTemplateRequest) Validate() error
Validate checks the field values on UpdateTagTemplateRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UpdateTagTemplateRequest) ValidateAll ¶
func (m *UpdateTagTemplateRequest) ValidateAll() error
ValidateAll checks the field values on UpdateTagTemplateRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateTagTemplateRequestMultiError, or nil if none found.
type UpdateTagTemplateRequestMultiError ¶
type UpdateTagTemplateRequestMultiError []error
UpdateTagTemplateRequestMultiError is an error wrapping multiple validation errors returned by UpdateTagTemplateRequest.ValidateAll() if the designated constraints aren't met.
func (UpdateTagTemplateRequestMultiError) AllErrors ¶
func (m UpdateTagTemplateRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateTagTemplateRequestMultiError) Error ¶
func (m UpdateTagTemplateRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateTagTemplateRequestValidationError ¶
type UpdateTagTemplateRequestValidationError struct {
// contains filtered or unexported fields
}
UpdateTagTemplateRequestValidationError is the validation error returned by UpdateTagTemplateRequest.Validate if the designated constraints aren't met.
func (UpdateTagTemplateRequestValidationError) Cause ¶
func (e UpdateTagTemplateRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdateTagTemplateRequestValidationError) Error ¶
func (e UpdateTagTemplateRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateTagTemplateRequestValidationError) ErrorName ¶
func (e UpdateTagTemplateRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateTagTemplateRequestValidationError) Field ¶
func (e UpdateTagTemplateRequestValidationError) Field() string
Field function returns field value.
func (UpdateTagTemplateRequestValidationError) Key ¶
func (e UpdateTagTemplateRequestValidationError) Key() bool
Key function returns key value.
func (UpdateTagTemplateRequestValidationError) Reason ¶
func (e UpdateTagTemplateRequestValidationError) Reason() string
Reason function returns reason value.
type UpdateTagTemplateResponse ¶
type UpdateTagTemplateResponse struct { Data *TagTemplate `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*UpdateTagTemplateResponse) Descriptor
deprecated
func (*UpdateTagTemplateResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateTagTemplateResponse.ProtoReflect.Descriptor instead.
func (*UpdateTagTemplateResponse) GetData ¶
func (x *UpdateTagTemplateResponse) GetData() *TagTemplate
func (*UpdateTagTemplateResponse) ProtoMessage ¶
func (*UpdateTagTemplateResponse) ProtoMessage()
func (*UpdateTagTemplateResponse) ProtoReflect ¶
func (x *UpdateTagTemplateResponse) ProtoReflect() protoreflect.Message
func (*UpdateTagTemplateResponse) Reset ¶
func (x *UpdateTagTemplateResponse) Reset()
func (*UpdateTagTemplateResponse) String ¶
func (x *UpdateTagTemplateResponse) String() string
func (*UpdateTagTemplateResponse) Validate ¶
func (m *UpdateTagTemplateResponse) Validate() error
Validate checks the field values on UpdateTagTemplateResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UpdateTagTemplateResponse) ValidateAll ¶
func (m *UpdateTagTemplateResponse) ValidateAll() error
ValidateAll checks the field values on UpdateTagTemplateResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateTagTemplateResponseMultiError, or nil if none found.
type UpdateTagTemplateResponseMultiError ¶
type UpdateTagTemplateResponseMultiError []error
UpdateTagTemplateResponseMultiError is an error wrapping multiple validation errors returned by UpdateTagTemplateResponse.ValidateAll() if the designated constraints aren't met.
func (UpdateTagTemplateResponseMultiError) AllErrors ¶
func (m UpdateTagTemplateResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateTagTemplateResponseMultiError) Error ¶
func (m UpdateTagTemplateResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateTagTemplateResponseValidationError ¶
type UpdateTagTemplateResponseValidationError struct {
// contains filtered or unexported fields
}
UpdateTagTemplateResponseValidationError is the validation error returned by UpdateTagTemplateResponse.Validate if the designated constraints aren't met.
func (UpdateTagTemplateResponseValidationError) Cause ¶
func (e UpdateTagTemplateResponseValidationError) Cause() error
Cause function returns cause value.
func (UpdateTagTemplateResponseValidationError) Error ¶
func (e UpdateTagTemplateResponseValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateTagTemplateResponseValidationError) ErrorName ¶
func (e UpdateTagTemplateResponseValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateTagTemplateResponseValidationError) Field ¶
func (e UpdateTagTemplateResponseValidationError) Field() string
Field function returns field value.
func (UpdateTagTemplateResponseValidationError) Key ¶
func (e UpdateTagTemplateResponseValidationError) Key() bool
Key function returns key value.
func (UpdateTagTemplateResponseValidationError) Reason ¶
func (e UpdateTagTemplateResponseValidationError) Reason() string
Reason function returns reason value.
type UpsertAssetRequest ¶
type UpsertAssetRequest struct { Asset *UpsertAssetRequest_Asset `protobuf:"bytes,1,opt,name=asset,proto3" json:"asset,omitempty"` Upstreams []*LineageNode `protobuf:"bytes,2,rep,name=upstreams,proto3" json:"upstreams,omitempty"` Downstreams []*LineageNode `protobuf:"bytes,3,rep,name=downstreams,proto3" json:"downstreams,omitempty"` // contains filtered or unexported fields }
func (*UpsertAssetRequest) Descriptor
deprecated
func (*UpsertAssetRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpsertAssetRequest.ProtoReflect.Descriptor instead.
func (*UpsertAssetRequest) GetAsset ¶
func (x *UpsertAssetRequest) GetAsset() *UpsertAssetRequest_Asset
func (*UpsertAssetRequest) GetDownstreams ¶
func (x *UpsertAssetRequest) GetDownstreams() []*LineageNode
func (*UpsertAssetRequest) GetUpstreams ¶
func (x *UpsertAssetRequest) GetUpstreams() []*LineageNode
func (*UpsertAssetRequest) ProtoMessage ¶
func (*UpsertAssetRequest) ProtoMessage()
func (*UpsertAssetRequest) ProtoReflect ¶
func (x *UpsertAssetRequest) ProtoReflect() protoreflect.Message
func (*UpsertAssetRequest) Reset ¶
func (x *UpsertAssetRequest) Reset()
func (*UpsertAssetRequest) String ¶
func (x *UpsertAssetRequest) String() string
func (*UpsertAssetRequest) Validate ¶
func (m *UpsertAssetRequest) Validate() error
Validate checks the field values on UpsertAssetRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UpsertAssetRequest) ValidateAll ¶
func (m *UpsertAssetRequest) ValidateAll() error
ValidateAll checks the field values on UpsertAssetRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpsertAssetRequestMultiError, or nil if none found.
type UpsertAssetRequestMultiError ¶
type UpsertAssetRequestMultiError []error
UpsertAssetRequestMultiError is an error wrapping multiple validation errors returned by UpsertAssetRequest.ValidateAll() if the designated constraints aren't met.
func (UpsertAssetRequestMultiError) AllErrors ¶
func (m UpsertAssetRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpsertAssetRequestMultiError) Error ¶
func (m UpsertAssetRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpsertAssetRequestValidationError ¶
type UpsertAssetRequestValidationError struct {
// contains filtered or unexported fields
}
UpsertAssetRequestValidationError is the validation error returned by UpsertAssetRequest.Validate if the designated constraints aren't met.
func (UpsertAssetRequestValidationError) Cause ¶
func (e UpsertAssetRequestValidationError) Cause() error
Cause function returns cause value.
func (UpsertAssetRequestValidationError) Error ¶
func (e UpsertAssetRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpsertAssetRequestValidationError) ErrorName ¶
func (e UpsertAssetRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpsertAssetRequestValidationError) Field ¶
func (e UpsertAssetRequestValidationError) Field() string
Field function returns field value.
func (UpsertAssetRequestValidationError) Key ¶
func (e UpsertAssetRequestValidationError) Key() bool
Key function returns key value.
func (UpsertAssetRequestValidationError) Reason ¶
func (e UpsertAssetRequestValidationError) Reason() string
Reason function returns reason value.
type UpsertAssetRequest_Asset ¶
type UpsertAssetRequest_Asset struct { Urn string `protobuf:"bytes,1,opt,name=urn,proto3" json:"urn,omitempty"` Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` Service string `protobuf:"bytes,4,opt,name=service,proto3" json:"service,omitempty"` Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"` Data *structpb.Struct `protobuf:"bytes,6,opt,name=data,proto3" json:"data,omitempty"` Labels map[string]string `` /* 153-byte string literal not displayed */ Owners []*User `protobuf:"bytes,8,rep,name=owners,proto3" json:"owners,omitempty"` Url string `protobuf:"bytes,9,opt,name=url,proto3" json:"url,omitempty"` // contains filtered or unexported fields }
func (*UpsertAssetRequest_Asset) Descriptor
deprecated
func (*UpsertAssetRequest_Asset) Descriptor() ([]byte, []int)
Deprecated: Use UpsertAssetRequest_Asset.ProtoReflect.Descriptor instead.
func (*UpsertAssetRequest_Asset) GetData ¶
func (x *UpsertAssetRequest_Asset) GetData() *structpb.Struct
func (*UpsertAssetRequest_Asset) GetDescription ¶
func (x *UpsertAssetRequest_Asset) GetDescription() string
func (*UpsertAssetRequest_Asset) GetLabels ¶
func (x *UpsertAssetRequest_Asset) GetLabels() map[string]string
func (*UpsertAssetRequest_Asset) GetName ¶
func (x *UpsertAssetRequest_Asset) GetName() string
func (*UpsertAssetRequest_Asset) GetOwners ¶
func (x *UpsertAssetRequest_Asset) GetOwners() []*User
func (*UpsertAssetRequest_Asset) GetService ¶
func (x *UpsertAssetRequest_Asset) GetService() string
func (*UpsertAssetRequest_Asset) GetType ¶
func (x *UpsertAssetRequest_Asset) GetType() string
func (*UpsertAssetRequest_Asset) GetUrl ¶
func (x *UpsertAssetRequest_Asset) GetUrl() string
func (*UpsertAssetRequest_Asset) GetUrn ¶
func (x *UpsertAssetRequest_Asset) GetUrn() string
func (*UpsertAssetRequest_Asset) ProtoMessage ¶
func (*UpsertAssetRequest_Asset) ProtoMessage()
func (*UpsertAssetRequest_Asset) ProtoReflect ¶
func (x *UpsertAssetRequest_Asset) ProtoReflect() protoreflect.Message
func (*UpsertAssetRequest_Asset) Reset ¶
func (x *UpsertAssetRequest_Asset) Reset()
func (*UpsertAssetRequest_Asset) String ¶
func (x *UpsertAssetRequest_Asset) String() string
func (*UpsertAssetRequest_Asset) Validate ¶
func (m *UpsertAssetRequest_Asset) Validate() error
Validate checks the field values on UpsertAssetRequest_Asset with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UpsertAssetRequest_Asset) ValidateAll ¶
func (m *UpsertAssetRequest_Asset) ValidateAll() error
ValidateAll checks the field values on UpsertAssetRequest_Asset with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpsertAssetRequest_AssetMultiError, or nil if none found.
type UpsertAssetRequest_AssetMultiError ¶
type UpsertAssetRequest_AssetMultiError []error
UpsertAssetRequest_AssetMultiError is an error wrapping multiple validation errors returned by UpsertAssetRequest_Asset.ValidateAll() if the designated constraints aren't met.
func (UpsertAssetRequest_AssetMultiError) AllErrors ¶
func (m UpsertAssetRequest_AssetMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpsertAssetRequest_AssetMultiError) Error ¶
func (m UpsertAssetRequest_AssetMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpsertAssetRequest_AssetValidationError ¶
type UpsertAssetRequest_AssetValidationError struct {
// contains filtered or unexported fields
}
UpsertAssetRequest_AssetValidationError is the validation error returned by UpsertAssetRequest_Asset.Validate if the designated constraints aren't met.
func (UpsertAssetRequest_AssetValidationError) Cause ¶
func (e UpsertAssetRequest_AssetValidationError) Cause() error
Cause function returns cause value.
func (UpsertAssetRequest_AssetValidationError) Error ¶
func (e UpsertAssetRequest_AssetValidationError) Error() string
Error satisfies the builtin error interface
func (UpsertAssetRequest_AssetValidationError) ErrorName ¶
func (e UpsertAssetRequest_AssetValidationError) ErrorName() string
ErrorName returns error name.
func (UpsertAssetRequest_AssetValidationError) Field ¶
func (e UpsertAssetRequest_AssetValidationError) Field() string
Field function returns field value.
func (UpsertAssetRequest_AssetValidationError) Key ¶
func (e UpsertAssetRequest_AssetValidationError) Key() bool
Key function returns key value.
func (UpsertAssetRequest_AssetValidationError) Reason ¶
func (e UpsertAssetRequest_AssetValidationError) Reason() string
Reason function returns reason value.
type UpsertAssetResponse ¶
type UpsertAssetResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*UpsertAssetResponse) Descriptor
deprecated
func (*UpsertAssetResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpsertAssetResponse.ProtoReflect.Descriptor instead.
func (*UpsertAssetResponse) GetId ¶
func (x *UpsertAssetResponse) GetId() string
func (*UpsertAssetResponse) ProtoMessage ¶
func (*UpsertAssetResponse) ProtoMessage()
func (*UpsertAssetResponse) ProtoReflect ¶
func (x *UpsertAssetResponse) ProtoReflect() protoreflect.Message
func (*UpsertAssetResponse) Reset ¶
func (x *UpsertAssetResponse) Reset()
func (*UpsertAssetResponse) String ¶
func (x *UpsertAssetResponse) String() string
func (*UpsertAssetResponse) Validate ¶
func (m *UpsertAssetResponse) Validate() error
Validate checks the field values on UpsertAssetResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UpsertAssetResponse) ValidateAll ¶
func (m *UpsertAssetResponse) ValidateAll() error
ValidateAll checks the field values on UpsertAssetResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpsertAssetResponseMultiError, or nil if none found.
type UpsertAssetResponseMultiError ¶
type UpsertAssetResponseMultiError []error
UpsertAssetResponseMultiError is an error wrapping multiple validation errors returned by UpsertAssetResponse.ValidateAll() if the designated constraints aren't met.
func (UpsertAssetResponseMultiError) AllErrors ¶
func (m UpsertAssetResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpsertAssetResponseMultiError) Error ¶
func (m UpsertAssetResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpsertAssetResponseValidationError ¶
type UpsertAssetResponseValidationError struct {
// contains filtered or unexported fields
}
UpsertAssetResponseValidationError is the validation error returned by UpsertAssetResponse.Validate if the designated constraints aren't met.
func (UpsertAssetResponseValidationError) Cause ¶
func (e UpsertAssetResponseValidationError) Cause() error
Cause function returns cause value.
func (UpsertAssetResponseValidationError) Error ¶
func (e UpsertAssetResponseValidationError) Error() string
Error satisfies the builtin error interface
func (UpsertAssetResponseValidationError) ErrorName ¶
func (e UpsertAssetResponseValidationError) ErrorName() string
ErrorName returns error name.
func (UpsertAssetResponseValidationError) Field ¶
func (e UpsertAssetResponseValidationError) Field() string
Field function returns field value.
func (UpsertAssetResponseValidationError) Key ¶
func (e UpsertAssetResponseValidationError) Key() bool
Key function returns key value.
func (UpsertAssetResponseValidationError) Reason ¶
func (e UpsertAssetResponseValidationError) Reason() string
Reason function returns reason value.
type UpsertPatchAssetRequest ¶
type UpsertPatchAssetRequest struct { Asset *UpsertPatchAssetRequest_Asset `protobuf:"bytes,1,opt,name=asset,proto3" json:"asset,omitempty"` Upstreams []*LineageNode `protobuf:"bytes,2,rep,name=upstreams,proto3" json:"upstreams,omitempty"` Downstreams []*LineageNode `protobuf:"bytes,3,rep,name=downstreams,proto3" json:"downstreams,omitempty"` // overwrite_lineage determines whether the asset's lineage should be // overwritten with the upstreams and downstreams specified in the request. // Currently, it is only applicable when both upstreams and downstreams are // empty/not specified. OverwriteLineage bool `protobuf:"varint,4,opt,name=overwrite_lineage,json=overwriteLineage,proto3" json:"overwrite_lineage,omitempty"` // contains filtered or unexported fields }
func (*UpsertPatchAssetRequest) Descriptor
deprecated
func (*UpsertPatchAssetRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpsertPatchAssetRequest.ProtoReflect.Descriptor instead.
func (*UpsertPatchAssetRequest) GetAsset ¶
func (x *UpsertPatchAssetRequest) GetAsset() *UpsertPatchAssetRequest_Asset
func (*UpsertPatchAssetRequest) GetDownstreams ¶
func (x *UpsertPatchAssetRequest) GetDownstreams() []*LineageNode
func (*UpsertPatchAssetRequest) GetOverwriteLineage ¶
func (x *UpsertPatchAssetRequest) GetOverwriteLineage() bool
func (*UpsertPatchAssetRequest) GetUpstreams ¶
func (x *UpsertPatchAssetRequest) GetUpstreams() []*LineageNode
func (*UpsertPatchAssetRequest) ProtoMessage ¶
func (*UpsertPatchAssetRequest) ProtoMessage()
func (*UpsertPatchAssetRequest) ProtoReflect ¶
func (x *UpsertPatchAssetRequest) ProtoReflect() protoreflect.Message
func (*UpsertPatchAssetRequest) Reset ¶
func (x *UpsertPatchAssetRequest) Reset()
func (*UpsertPatchAssetRequest) String ¶
func (x *UpsertPatchAssetRequest) String() string
func (*UpsertPatchAssetRequest) Validate ¶
func (m *UpsertPatchAssetRequest) Validate() error
Validate checks the field values on UpsertPatchAssetRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UpsertPatchAssetRequest) ValidateAll ¶
func (m *UpsertPatchAssetRequest) ValidateAll() error
ValidateAll checks the field values on UpsertPatchAssetRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpsertPatchAssetRequestMultiError, or nil if none found.
type UpsertPatchAssetRequestMultiError ¶
type UpsertPatchAssetRequestMultiError []error
UpsertPatchAssetRequestMultiError is an error wrapping multiple validation errors returned by UpsertPatchAssetRequest.ValidateAll() if the designated constraints aren't met.
func (UpsertPatchAssetRequestMultiError) AllErrors ¶
func (m UpsertPatchAssetRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpsertPatchAssetRequestMultiError) Error ¶
func (m UpsertPatchAssetRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpsertPatchAssetRequestValidationError ¶
type UpsertPatchAssetRequestValidationError struct {
// contains filtered or unexported fields
}
UpsertPatchAssetRequestValidationError is the validation error returned by UpsertPatchAssetRequest.Validate if the designated constraints aren't met.
func (UpsertPatchAssetRequestValidationError) Cause ¶
func (e UpsertPatchAssetRequestValidationError) Cause() error
Cause function returns cause value.
func (UpsertPatchAssetRequestValidationError) Error ¶
func (e UpsertPatchAssetRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpsertPatchAssetRequestValidationError) ErrorName ¶
func (e UpsertPatchAssetRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpsertPatchAssetRequestValidationError) Field ¶
func (e UpsertPatchAssetRequestValidationError) Field() string
Field function returns field value.
func (UpsertPatchAssetRequestValidationError) Key ¶
func (e UpsertPatchAssetRequestValidationError) Key() bool
Key function returns key value.
func (UpsertPatchAssetRequestValidationError) Reason ¶
func (e UpsertPatchAssetRequestValidationError) Reason() string
Reason function returns reason value.
type UpsertPatchAssetRequest_Asset ¶
type UpsertPatchAssetRequest_Asset struct { Urn string `protobuf:"bytes,1,opt,name=urn,proto3" json:"urn,omitempty"` Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` Name *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` Service string `protobuf:"bytes,4,opt,name=service,proto3" json:"service,omitempty"` Description *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"` Data *structpb.Struct `protobuf:"bytes,6,opt,name=data,proto3" json:"data,omitempty"` Labels map[string]string `` /* 153-byte string literal not displayed */ Owners []*User `protobuf:"bytes,8,rep,name=owners,proto3" json:"owners,omitempty"` Url string `protobuf:"bytes,9,opt,name=url,proto3" json:"url,omitempty"` // contains filtered or unexported fields }
func (*UpsertPatchAssetRequest_Asset) Descriptor
deprecated
func (*UpsertPatchAssetRequest_Asset) Descriptor() ([]byte, []int)
Deprecated: Use UpsertPatchAssetRequest_Asset.ProtoReflect.Descriptor instead.
func (*UpsertPatchAssetRequest_Asset) GetData ¶
func (x *UpsertPatchAssetRequest_Asset) GetData() *structpb.Struct
func (*UpsertPatchAssetRequest_Asset) GetDescription ¶
func (x *UpsertPatchAssetRequest_Asset) GetDescription() *wrapperspb.StringValue
func (*UpsertPatchAssetRequest_Asset) GetLabels ¶
func (x *UpsertPatchAssetRequest_Asset) GetLabels() map[string]string
func (*UpsertPatchAssetRequest_Asset) GetName ¶
func (x *UpsertPatchAssetRequest_Asset) GetName() *wrapperspb.StringValue
func (*UpsertPatchAssetRequest_Asset) GetOwners ¶
func (x *UpsertPatchAssetRequest_Asset) GetOwners() []*User
func (*UpsertPatchAssetRequest_Asset) GetService ¶
func (x *UpsertPatchAssetRequest_Asset) GetService() string
func (*UpsertPatchAssetRequest_Asset) GetType ¶
func (x *UpsertPatchAssetRequest_Asset) GetType() string
func (*UpsertPatchAssetRequest_Asset) GetUrl ¶
func (x *UpsertPatchAssetRequest_Asset) GetUrl() string
func (*UpsertPatchAssetRequest_Asset) GetUrn ¶
func (x *UpsertPatchAssetRequest_Asset) GetUrn() string
func (*UpsertPatchAssetRequest_Asset) ProtoMessage ¶
func (*UpsertPatchAssetRequest_Asset) ProtoMessage()
func (*UpsertPatchAssetRequest_Asset) ProtoReflect ¶
func (x *UpsertPatchAssetRequest_Asset) ProtoReflect() protoreflect.Message
func (*UpsertPatchAssetRequest_Asset) Reset ¶
func (x *UpsertPatchAssetRequest_Asset) Reset()
func (*UpsertPatchAssetRequest_Asset) String ¶
func (x *UpsertPatchAssetRequest_Asset) String() string
func (*UpsertPatchAssetRequest_Asset) Validate ¶
func (m *UpsertPatchAssetRequest_Asset) Validate() error
Validate checks the field values on UpsertPatchAssetRequest_Asset with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UpsertPatchAssetRequest_Asset) ValidateAll ¶
func (m *UpsertPatchAssetRequest_Asset) ValidateAll() error
ValidateAll checks the field values on UpsertPatchAssetRequest_Asset with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpsertPatchAssetRequest_AssetMultiError, or nil if none found.
type UpsertPatchAssetRequest_AssetMultiError ¶
type UpsertPatchAssetRequest_AssetMultiError []error
UpsertPatchAssetRequest_AssetMultiError is an error wrapping multiple validation errors returned by UpsertPatchAssetRequest_Asset.ValidateAll() if the designated constraints aren't met.
func (UpsertPatchAssetRequest_AssetMultiError) AllErrors ¶
func (m UpsertPatchAssetRequest_AssetMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpsertPatchAssetRequest_AssetMultiError) Error ¶
func (m UpsertPatchAssetRequest_AssetMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpsertPatchAssetRequest_AssetValidationError ¶
type UpsertPatchAssetRequest_AssetValidationError struct {
// contains filtered or unexported fields
}
UpsertPatchAssetRequest_AssetValidationError is the validation error returned by UpsertPatchAssetRequest_Asset.Validate if the designated constraints aren't met.
func (UpsertPatchAssetRequest_AssetValidationError) Cause ¶
func (e UpsertPatchAssetRequest_AssetValidationError) Cause() error
Cause function returns cause value.
func (UpsertPatchAssetRequest_AssetValidationError) Error ¶
func (e UpsertPatchAssetRequest_AssetValidationError) Error() string
Error satisfies the builtin error interface
func (UpsertPatchAssetRequest_AssetValidationError) ErrorName ¶
func (e UpsertPatchAssetRequest_AssetValidationError) ErrorName() string
ErrorName returns error name.
func (UpsertPatchAssetRequest_AssetValidationError) Field ¶
func (e UpsertPatchAssetRequest_AssetValidationError) Field() string
Field function returns field value.
func (UpsertPatchAssetRequest_AssetValidationError) Key ¶
func (e UpsertPatchAssetRequest_AssetValidationError) Key() bool
Key function returns key value.
func (UpsertPatchAssetRequest_AssetValidationError) Reason ¶
func (e UpsertPatchAssetRequest_AssetValidationError) Reason() string
Reason function returns reason value.
type UpsertPatchAssetResponse ¶
type UpsertPatchAssetResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*UpsertPatchAssetResponse) Descriptor
deprecated
func (*UpsertPatchAssetResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpsertPatchAssetResponse.ProtoReflect.Descriptor instead.
func (*UpsertPatchAssetResponse) GetId ¶
func (x *UpsertPatchAssetResponse) GetId() string
func (*UpsertPatchAssetResponse) ProtoMessage ¶
func (*UpsertPatchAssetResponse) ProtoMessage()
func (*UpsertPatchAssetResponse) ProtoReflect ¶
func (x *UpsertPatchAssetResponse) ProtoReflect() protoreflect.Message
func (*UpsertPatchAssetResponse) Reset ¶
func (x *UpsertPatchAssetResponse) Reset()
func (*UpsertPatchAssetResponse) String ¶
func (x *UpsertPatchAssetResponse) String() string
func (*UpsertPatchAssetResponse) Validate ¶
func (m *UpsertPatchAssetResponse) Validate() error
Validate checks the field values on UpsertPatchAssetResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UpsertPatchAssetResponse) ValidateAll ¶
func (m *UpsertPatchAssetResponse) ValidateAll() error
ValidateAll checks the field values on UpsertPatchAssetResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpsertPatchAssetResponseMultiError, or nil if none found.
type UpsertPatchAssetResponseMultiError ¶
type UpsertPatchAssetResponseMultiError []error
UpsertPatchAssetResponseMultiError is an error wrapping multiple validation errors returned by UpsertPatchAssetResponse.ValidateAll() if the designated constraints aren't met.
func (UpsertPatchAssetResponseMultiError) AllErrors ¶
func (m UpsertPatchAssetResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpsertPatchAssetResponseMultiError) Error ¶
func (m UpsertPatchAssetResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpsertPatchAssetResponseValidationError ¶
type UpsertPatchAssetResponseValidationError struct {
// contains filtered or unexported fields
}
UpsertPatchAssetResponseValidationError is the validation error returned by UpsertPatchAssetResponse.Validate if the designated constraints aren't met.
func (UpsertPatchAssetResponseValidationError) Cause ¶
func (e UpsertPatchAssetResponseValidationError) Cause() error
Cause function returns cause value.
func (UpsertPatchAssetResponseValidationError) Error ¶
func (e UpsertPatchAssetResponseValidationError) Error() string
Error satisfies the builtin error interface
func (UpsertPatchAssetResponseValidationError) ErrorName ¶
func (e UpsertPatchAssetResponseValidationError) ErrorName() string
ErrorName returns error name.
func (UpsertPatchAssetResponseValidationError) Field ¶
func (e UpsertPatchAssetResponseValidationError) Field() string
Field function returns field value.
func (UpsertPatchAssetResponseValidationError) Key ¶
func (e UpsertPatchAssetResponseValidationError) Key() bool
Key function returns key value.
func (UpsertPatchAssetResponseValidationError) Reason ¶
func (e UpsertPatchAssetResponseValidationError) Reason() string
Reason function returns reason value.
type User ¶
type User struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` Email string `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"` Provider string `protobuf:"bytes,4,opt,name=provider,proto3" json:"provider,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` // contains filtered or unexported fields }
func (*User) Descriptor
deprecated
func (*User) GetCreatedAt ¶
func (x *User) GetCreatedAt() *timestamppb.Timestamp
func (*User) GetProvider ¶
func (*User) GetUpdatedAt ¶
func (x *User) GetUpdatedAt() *timestamppb.Timestamp
func (*User) ProtoMessage ¶
func (*User) ProtoMessage()
func (*User) ProtoReflect ¶
func (x *User) ProtoReflect() protoreflect.Message
func (*User) Validate ¶
Validate checks the field values on User with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*User) ValidateAll ¶
ValidateAll checks the field values on User with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UserMultiError, or nil if none found.
type UserMultiError ¶
type UserMultiError []error
UserMultiError is an error wrapping multiple validation errors returned by User.ValidateAll() if the designated constraints aren't met.
func (UserMultiError) AllErrors ¶
func (m UserMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UserMultiError) Error ¶
func (m UserMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UserValidationError ¶
type UserValidationError struct {
// contains filtered or unexported fields
}
UserValidationError is the validation error returned by User.Validate if the designated constraints aren't met.
func (UserValidationError) Cause ¶
func (e UserValidationError) Cause() error
Cause function returns cause value.
func (UserValidationError) Error ¶
func (e UserValidationError) Error() string
Error satisfies the builtin error interface
func (UserValidationError) ErrorName ¶
func (e UserValidationError) ErrorName() string
ErrorName returns error name.
func (UserValidationError) Field ¶
func (e UserValidationError) Field() string
Field function returns field value.
func (UserValidationError) Key ¶
func (e UserValidationError) Key() bool
Key function returns key value.
func (UserValidationError) Reason ¶
func (e UserValidationError) Reason() string
Reason function returns reason value.