compassv1beta1

package
v0.7.3 Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2024 License: Apache-2.0 Imports: 33 Imported by: 0

Documentation

Overview

Package compassv1beta1 is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

View Source
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

View Source
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)

View Source
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) Descriptor() ([]byte, []int)

Deprecated: Use Asset.ProtoReflect.Descriptor instead.

func (*Asset) GetChangelog

func (x *Asset) GetChangelog() []*Change

func (*Asset) GetCreatedAt

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

func (*Asset) GetData

func (x *Asset) GetData() *structpb.Struct

func (*Asset) GetDescription

func (x *Asset) GetDescription() string

func (*Asset) GetId

func (x *Asset) GetId() string

func (*Asset) GetLabels

func (x *Asset) GetLabels() map[string]string

func (*Asset) GetName

func (x *Asset) GetName() string

func (*Asset) GetOwners

func (x *Asset) GetOwners() []*User

func (*Asset) GetProbes

func (x *Asset) GetProbes() []*Probe

func (*Asset) GetService

func (x *Asset) GetService() string

func (*Asset) GetType

func (x *Asset) GetType() string

func (*Asset) GetUpdatedAt

func (x *Asset) GetUpdatedAt() *timestamppb.Timestamp

func (*Asset) GetUpdatedBy

func (x *Asset) GetUpdatedBy() *User

func (*Asset) GetUrl

func (x *Asset) GetUrl() string

func (*Asset) GetUrn

func (x *Asset) GetUrn() string

func (*Asset) GetVersion

func (x *Asset) GetVersion() string

func (*Asset) ProtoMessage

func (*Asset) ProtoMessage()

func (*Asset) ProtoReflect

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

func (*Asset) Reset

func (x *Asset) Reset()

func (*Asset) String

func (x *Asset) String() string

func (*Asset) Validate

func (m *Asset) Validate() error

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

func (m *Asset) ValidateAll() error

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

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

Field function returns field value.

func (AssetGroupValidationError) Key added in v0.5.4

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) Descriptor() ([]byte, []int)

Deprecated: Use Change.ProtoReflect.Descriptor instead.

func (*Change) GetFrom

func (x *Change) GetFrom() *structpb.Value

func (*Change) GetPath

func (x *Change) GetPath() []string

func (*Change) GetTo

func (x *Change) GetTo() *structpb.Value

func (*Change) GetType

func (x *Change) GetType() string

func (*Change) ProtoMessage

func (*Change) ProtoMessage()

func (*Change) ProtoReflect

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

func (*Change) Reset

func (x *Change) Reset()

func (*Change) String

func (x *Change) String() string

func (*Change) Validate

func (m *Change) Validate() error

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

func (m *Change) ValidateAll() error

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) Descriptor() ([]byte, []int)

Deprecated: Use Comment.ProtoReflect.Descriptor instead.

func (*Comment) GetBody

func (x *Comment) GetBody() string

func (*Comment) GetCreatedAt

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

func (*Comment) GetDiscussionId

func (x *Comment) GetDiscussionId() string

func (*Comment) GetId

func (x *Comment) GetId() string

func (*Comment) GetOwner

func (x *Comment) GetOwner() *User

func (*Comment) GetUpdatedAt

func (x *Comment) GetUpdatedAt() *timestamppb.Timestamp

func (*Comment) GetUpdatedBy

func (x *Comment) GetUpdatedBy() *User

func (*Comment) ProtoMessage

func (*Comment) ProtoMessage()

func (*Comment) ProtoReflect

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

func (*Comment) Reset

func (x *Comment) Reset()

func (*Comment) String

func (x *Comment) String() string

func (*Comment) Validate

func (m *Comment) Validate() error

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

func (m *Comment) ValidateAll() error

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.

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 (*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

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

Cause function returns cause value.

func (CreateAssetProbeRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateAssetProbeRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateAssetProbeRequestValidationError) Field

Field function returns field value.

func (CreateAssetProbeRequestValidationError) Key

Key function returns key value.

func (CreateAssetProbeRequestValidationError) Reason

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 (*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 (*CreateAssetProbeRequest_Probe) ProtoMessage

func (*CreateAssetProbeRequest_Probe) ProtoMessage()

func (*CreateAssetProbeRequest_Probe) ProtoReflect

func (*CreateAssetProbeRequest_Probe) Reset

func (x *CreateAssetProbeRequest_Probe) Reset()

func (*CreateAssetProbeRequest_Probe) 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

AllErrors returns a list of validation violation errors.

func (CreateAssetProbeRequest_ProbeMultiError) Error

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

Cause function returns cause value.

func (CreateAssetProbeRequest_ProbeValidationError) Error

Error satisfies the builtin error interface

func (CreateAssetProbeRequest_ProbeValidationError) ErrorName

ErrorName returns error name.

func (CreateAssetProbeRequest_ProbeValidationError) Field

Field function returns field value.

func (CreateAssetProbeRequest_ProbeValidationError) Key

Key function returns key value.

func (CreateAssetProbeRequest_ProbeValidationError) Reason

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

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

Cause function returns cause value.

func (CreateAssetProbeResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateAssetProbeResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateAssetProbeResponseValidationError) Field

Field function returns field value.

func (CreateAssetProbeResponseValidationError) Key

Key function returns key value.

func (CreateAssetProbeResponseValidationError) Reason

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

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

Cause function returns cause value.

func (CreateCommentRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateCommentRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateCommentRequestValidationError) Field

Field function returns field value.

func (CreateCommentRequestValidationError) Key

Key function returns key value.

func (CreateCommentRequestValidationError) Reason

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

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

Cause function returns cause value.

func (CreateCommentResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateCommentResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateCommentResponseValidationError) Field

Field function returns field value.

func (CreateCommentResponseValidationError) Key

Key function returns key value.

func (CreateCommentResponseValidationError) Reason

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

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

Cause function returns cause value.

func (CreateDiscussionRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateDiscussionRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateDiscussionRequestValidationError) Field

Field function returns field value.

func (CreateDiscussionRequestValidationError) Key

Key function returns key value.

func (CreateDiscussionRequestValidationError) Reason

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

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

Cause function returns cause value.

func (CreateDiscussionResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateDiscussionResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateDiscussionResponseValidationError) Field

Field function returns field value.

func (CreateDiscussionResponseValidationError) Key

Key function returns key value.

func (CreateDiscussionResponseValidationError) Reason

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

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

Cause function returns cause value.

func (CreateTagAssetRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateTagAssetRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateTagAssetRequestValidationError) Field

Field function returns field value.

func (CreateTagAssetRequestValidationError) Key

Key function returns key value.

func (CreateTagAssetRequestValidationError) Reason

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

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

Cause function returns cause value.

func (CreateTagAssetResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateTagAssetResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateTagAssetResponseValidationError) Field

Field function returns field value.

func (CreateTagAssetResponseValidationError) Key

Key function returns key value.

func (CreateTagAssetResponseValidationError) Reason

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

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

Cause function returns cause value.

func (CreateTagTemplateRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateTagTemplateRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateTagTemplateRequestValidationError) Field

Field function returns field value.

func (CreateTagTemplateRequestValidationError) Key

Key function returns key value.

func (CreateTagTemplateRequestValidationError) Reason

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 (*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

AllErrors returns a list of validation violation errors.

func (CreateTagTemplateResponseMultiError) Error

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

Cause function returns cause value.

func (CreateTagTemplateResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateTagTemplateResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateTagTemplateResponseValidationError) Field

Field function returns field value.

func (CreateTagTemplateResponseValidationError) Key

Key function returns key value.

func (CreateTagTemplateResponseValidationError) Reason

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

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

Cause function returns cause value.

func (DeleteAssetRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteAssetRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteAssetRequestValidationError) Field

Field function returns field value.

func (DeleteAssetRequestValidationError) Key

Key function returns key value.

func (DeleteAssetRequestValidationError) Reason

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

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

Cause function returns cause value.

func (DeleteAssetResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteAssetResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteAssetResponseValidationError) Field

Field function returns field value.

func (DeleteAssetResponseValidationError) Key

Key function returns key value.

func (DeleteAssetResponseValidationError) Reason

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

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

Cause function returns cause value.

func (DeleteCommentRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteCommentRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteCommentRequestValidationError) Field

Field function returns field value.

func (DeleteCommentRequestValidationError) Key

Key function returns key value.

func (DeleteCommentRequestValidationError) Reason

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

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

Cause function returns cause value.

func (DeleteCommentResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteCommentResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteCommentResponseValidationError) Field

Field function returns field value.

func (DeleteCommentResponseValidationError) Key

Key function returns key value.

func (DeleteCommentResponseValidationError) Reason

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

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

Cause function returns cause value.

func (DeleteTagAssetRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteTagAssetRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteTagAssetRequestValidationError) Field

Field function returns field value.

func (DeleteTagAssetRequestValidationError) Key

Key function returns key value.

func (DeleteTagAssetRequestValidationError) Reason

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

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

Cause function returns cause value.

func (DeleteTagAssetResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteTagAssetResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteTagAssetResponseValidationError) Field

Field function returns field value.

func (DeleteTagAssetResponseValidationError) Key

Key function returns key value.

func (DeleteTagAssetResponseValidationError) Reason

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

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

Cause function returns cause value.

func (DeleteTagTemplateRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteTagTemplateRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteTagTemplateRequestValidationError) Field

Field function returns field value.

func (DeleteTagTemplateRequestValidationError) Key

Key function returns key value.

func (DeleteTagTemplateRequestValidationError) Reason

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 (*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

AllErrors returns a list of validation violation errors.

func (DeleteTagTemplateResponseMultiError) Error

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

Cause function returns cause value.

func (DeleteTagTemplateResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteTagTemplateResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteTagTemplateResponseValidationError) Field

Field function returns field value.

func (DeleteTagTemplateResponseValidationError) Key

Key function returns key value.

func (DeleteTagTemplateResponseValidationError) Reason

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

Error satisfies the builtin error interface

func (DiscussionValidationError) ErrorName

func (e DiscussionValidationError) ErrorName() string

ErrorName returns error name.

func (DiscussionValidationError) Field

Field function returns field value.

func (DiscussionValidationError) Key

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

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

Cause function returns cause value.

func (GetAllAssetsRequestValidationError) Error

Error satisfies the builtin error interface

func (GetAllAssetsRequestValidationError) ErrorName

ErrorName returns error name.

func (GetAllAssetsRequestValidationError) Field

Field function returns field value.

func (GetAllAssetsRequestValidationError) Key

Key function returns key value.

func (GetAllAssetsRequestValidationError) Reason

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

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

Cause function returns cause value.

func (GetAllAssetsResponseValidationError) Error

Error satisfies the builtin error interface

func (GetAllAssetsResponseValidationError) ErrorName

ErrorName returns error name.

func (GetAllAssetsResponseValidationError) Field

Field function returns field value.

func (GetAllAssetsResponseValidationError) Key

Key function returns key value.

func (GetAllAssetsResponseValidationError) Reason

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

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

Cause function returns cause value.

func (GetAllCommentsRequestValidationError) Error

Error satisfies the builtin error interface

func (GetAllCommentsRequestValidationError) ErrorName

ErrorName returns error name.

func (GetAllCommentsRequestValidationError) Field

Field function returns field value.

func (GetAllCommentsRequestValidationError) Key

Key function returns key value.

func (GetAllCommentsRequestValidationError) Reason

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

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

Cause function returns cause value.

func (GetAllCommentsResponseValidationError) Error

Error satisfies the builtin error interface

func (GetAllCommentsResponseValidationError) ErrorName

ErrorName returns error name.

func (GetAllCommentsResponseValidationError) Field

Field function returns field value.

func (GetAllCommentsResponseValidationError) Key

Key function returns key value.

func (GetAllCommentsResponseValidationError) Reason

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

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

Cause function returns cause value.

func (GetAllDiscussionsRequestValidationError) Error

Error satisfies the builtin error interface

func (GetAllDiscussionsRequestValidationError) ErrorName

ErrorName returns error name.

func (GetAllDiscussionsRequestValidationError) Field

Field function returns field value.

func (GetAllDiscussionsRequestValidationError) Key

Key function returns key value.

func (GetAllDiscussionsRequestValidationError) Reason

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 (*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

AllErrors returns a list of validation violation errors.

func (GetAllDiscussionsResponseMultiError) Error

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

Cause function returns cause value.

func (GetAllDiscussionsResponseValidationError) Error

Error satisfies the builtin error interface

func (GetAllDiscussionsResponseValidationError) ErrorName

ErrorName returns error name.

func (GetAllDiscussionsResponseValidationError) Field

Field function returns field value.

func (GetAllDiscussionsResponseValidationError) Key

Key function returns key value.

func (GetAllDiscussionsResponseValidationError) Reason

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 (*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

AllErrors returns a list of validation violation errors.

func (GetAllTagTemplatesRequestMultiError) Error

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

Cause function returns cause value.

func (GetAllTagTemplatesRequestValidationError) Error

Error satisfies the builtin error interface

func (GetAllTagTemplatesRequestValidationError) ErrorName

ErrorName returns error name.

func (GetAllTagTemplatesRequestValidationError) Field

Field function returns field value.

func (GetAllTagTemplatesRequestValidationError) Key

Key function returns key value.

func (GetAllTagTemplatesRequestValidationError) Reason

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 (*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

AllErrors returns a list of validation violation errors.

func (GetAllTagTemplatesResponseMultiError) Error

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

Cause function returns cause value.

func (GetAllTagTemplatesResponseValidationError) Error

Error satisfies the builtin error interface

func (GetAllTagTemplatesResponseValidationError) ErrorName

ErrorName returns error name.

func (GetAllTagTemplatesResponseValidationError) Field

Field function returns field value.

func (GetAllTagTemplatesResponseValidationError) Key

Key function returns key value.

func (GetAllTagTemplatesResponseValidationError) Reason

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

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

Cause function returns cause value.

func (GetAllTagsByAssetRequestValidationError) Error

Error satisfies the builtin error interface

func (GetAllTagsByAssetRequestValidationError) ErrorName

ErrorName returns error name.

func (GetAllTagsByAssetRequestValidationError) Field

Field function returns field value.

func (GetAllTagsByAssetRequestValidationError) Key

Key function returns key value.

func (GetAllTagsByAssetRequestValidationError) Reason

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 (*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

AllErrors returns a list of validation violation errors.

func (GetAllTagsByAssetResponseMultiError) Error

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

Cause function returns cause value.

func (GetAllTagsByAssetResponseValidationError) Error

Error satisfies the builtin error interface

func (GetAllTagsByAssetResponseValidationError) ErrorName

ErrorName returns error name.

func (GetAllTagsByAssetResponseValidationError) Field

Field function returns field value.

func (GetAllTagsByAssetResponseValidationError) Key

Key function returns key value.

func (GetAllTagsByAssetResponseValidationError) Reason

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

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

Cause function returns cause value.

func (GetAllTypesRequestValidationError) Error

Error satisfies the builtin error interface

func (GetAllTypesRequestValidationError) ErrorName

ErrorName returns error name.

func (GetAllTypesRequestValidationError) Field

Field function returns field value.

func (GetAllTypesRequestValidationError) Key

Key function returns key value.

func (GetAllTypesRequestValidationError) Reason

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

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

Cause function returns cause value.

func (GetAllTypesResponseValidationError) Error

Error satisfies the builtin error interface

func (GetAllTypesResponseValidationError) ErrorName

ErrorName returns error name.

func (GetAllTypesResponseValidationError) Field

Field function returns field value.

func (GetAllTypesResponseValidationError) Key

Key function returns key value.

func (GetAllTypesResponseValidationError) Reason

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

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

Cause function returns cause value.

func (GetAssetByIDRequestValidationError) Error

Error satisfies the builtin error interface

func (GetAssetByIDRequestValidationError) ErrorName

ErrorName returns error name.

func (GetAssetByIDRequestValidationError) Field

Field function returns field value.

func (GetAssetByIDRequestValidationError) Key

Key function returns key value.

func (GetAssetByIDRequestValidationError) Reason

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

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

Cause function returns cause value.

func (GetAssetByIDResponseValidationError) Error

Error satisfies the builtin error interface

func (GetAssetByIDResponseValidationError) ErrorName

ErrorName returns error name.

func (GetAssetByIDResponseValidationError) Field

Field function returns field value.

func (GetAssetByIDResponseValidationError) Key

Key function returns key value.

func (GetAssetByIDResponseValidationError) Reason

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

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

Cause function returns cause value.

func (GetAssetByVersionRequestValidationError) Error

Error satisfies the builtin error interface

func (GetAssetByVersionRequestValidationError) ErrorName

ErrorName returns error name.

func (GetAssetByVersionRequestValidationError) Field

Field function returns field value.

func (GetAssetByVersionRequestValidationError) Key

Key function returns key value.

func (GetAssetByVersionRequestValidationError) Reason

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 (*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

AllErrors returns a list of validation violation errors.

func (GetAssetByVersionResponseMultiError) Error

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

Cause function returns cause value.

func (GetAssetByVersionResponseValidationError) Error

Error satisfies the builtin error interface

func (GetAssetByVersionResponseValidationError) ErrorName

ErrorName returns error name.

func (GetAssetByVersionResponseValidationError) Field

Field function returns field value.

func (GetAssetByVersionResponseValidationError) Key

Key function returns key value.

func (GetAssetByVersionResponseValidationError) Reason

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 (*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

AllErrors returns a list of validation violation errors.

func (GetAssetStargazersRequestMultiError) Error

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

Cause function returns cause value.

func (GetAssetStargazersRequestValidationError) Error

Error satisfies the builtin error interface

func (GetAssetStargazersRequestValidationError) ErrorName

ErrorName returns error name.

func (GetAssetStargazersRequestValidationError) Field

Field function returns field value.

func (GetAssetStargazersRequestValidationError) Key

Key function returns key value.

func (GetAssetStargazersRequestValidationError) Reason

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 (*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

AllErrors returns a list of validation violation errors.

func (GetAssetStargazersResponseMultiError) Error

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

Cause function returns cause value.

func (GetAssetStargazersResponseValidationError) Error

Error satisfies the builtin error interface

func (GetAssetStargazersResponseValidationError) ErrorName

ErrorName returns error name.

func (GetAssetStargazersResponseValidationError) Field

Field function returns field value.

func (GetAssetStargazersResponseValidationError) Key

Key function returns key value.

func (GetAssetStargazersResponseValidationError) Reason

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 (*GetAssetVersionHistoryRequest) GetOffset

func (x *GetAssetVersionHistoryRequest) GetOffset() uint32

func (*GetAssetVersionHistoryRequest) GetSize

func (*GetAssetVersionHistoryRequest) ProtoMessage

func (*GetAssetVersionHistoryRequest) ProtoMessage()

func (*GetAssetVersionHistoryRequest) ProtoReflect

func (*GetAssetVersionHistoryRequest) Reset

func (x *GetAssetVersionHistoryRequest) Reset()

func (*GetAssetVersionHistoryRequest) 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

AllErrors returns a list of validation violation errors.

func (GetAssetVersionHistoryRequestMultiError) Error

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

Cause function returns cause value.

func (GetAssetVersionHistoryRequestValidationError) Error

Error satisfies the builtin error interface

func (GetAssetVersionHistoryRequestValidationError) ErrorName

ErrorName returns error name.

func (GetAssetVersionHistoryRequestValidationError) Field

Field function returns field value.

func (GetAssetVersionHistoryRequestValidationError) Key

Key function returns key value.

func (GetAssetVersionHistoryRequestValidationError) Reason

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 (*GetAssetVersionHistoryResponse) Reset

func (x *GetAssetVersionHistoryResponse) Reset()

func (*GetAssetVersionHistoryResponse) 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

AllErrors returns a list of validation violation errors.

func (GetAssetVersionHistoryResponseMultiError) Error

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

Cause function returns cause value.

func (GetAssetVersionHistoryResponseValidationError) Error

Error satisfies the builtin error interface

func (GetAssetVersionHistoryResponseValidationError) ErrorName

ErrorName returns error name.

func (GetAssetVersionHistoryResponseValidationError) Field

Field function returns field value.

func (GetAssetVersionHistoryResponseValidationError) Key

Key function returns key value.

func (GetAssetVersionHistoryResponseValidationError) Reason

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

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

Cause function returns cause value.

func (GetCommentRequestValidationError) Error

Error satisfies the builtin error interface

func (GetCommentRequestValidationError) ErrorName

ErrorName returns error name.

func (GetCommentRequestValidationError) Field

Field function returns field value.

func (GetCommentRequestValidationError) Key

Key function returns key value.

func (GetCommentRequestValidationError) Reason

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

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

Cause function returns cause value.

func (GetCommentResponseValidationError) Error

Error satisfies the builtin error interface

func (GetCommentResponseValidationError) ErrorName

ErrorName returns error name.

func (GetCommentResponseValidationError) Field

Field function returns field value.

func (GetCommentResponseValidationError) Key

Key function returns key value.

func (GetCommentResponseValidationError) Reason

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

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

Cause function returns cause value.

func (GetDiscussionRequestValidationError) Error

Error satisfies the builtin error interface

func (GetDiscussionRequestValidationError) ErrorName

ErrorName returns error name.

func (GetDiscussionRequestValidationError) Field

Field function returns field value.

func (GetDiscussionRequestValidationError) Key

Key function returns key value.

func (GetDiscussionRequestValidationError) Reason

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

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

Cause function returns cause value.

func (GetDiscussionResponseValidationError) Error

Error satisfies the builtin error interface

func (GetDiscussionResponseValidationError) ErrorName

ErrorName returns error name.

func (GetDiscussionResponseValidationError) Field

Field function returns field value.

func (GetDiscussionResponseValidationError) Key

Key function returns key value.

func (GetDiscussionResponseValidationError) Reason

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

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

Cause function returns cause value.

func (GetGraphRequestValidationError) Error

Error satisfies the builtin error interface

func (GetGraphRequestValidationError) ErrorName

func (e GetGraphRequestValidationError) ErrorName() string

ErrorName returns error name.

func (GetGraphRequestValidationError) Field

Field function returns field value.

func (GetGraphRequestValidationError) Key

Key function returns key value.

func (GetGraphRequestValidationError) Reason

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 (*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

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

Cause function returns cause value.

func (GetGraphResponseValidationError) Error

Error satisfies the builtin error interface

func (GetGraphResponseValidationError) ErrorName

ErrorName returns error name.

func (GetGraphResponseValidationError) Field

Field function returns field value.

func (GetGraphResponseValidationError) Key

Key function returns key value.

func (GetGraphResponseValidationError) Reason

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 (*GetGraphResponse_NodeAttributes) ProtoMessage

func (*GetGraphResponse_NodeAttributes) ProtoMessage()

func (*GetGraphResponse_NodeAttributes) ProtoReflect

func (*GetGraphResponse_NodeAttributes) Reset

func (*GetGraphResponse_NodeAttributes) 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

AllErrors returns a list of validation violation errors.

func (GetGraphResponse_NodeAttributesMultiError) Error

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

Cause function returns cause value.

func (GetGraphResponse_NodeAttributesValidationError) Error

Error satisfies the builtin error interface

func (GetGraphResponse_NodeAttributesValidationError) ErrorName

ErrorName returns error name.

func (GetGraphResponse_NodeAttributesValidationError) Field

Field function returns field value.

func (GetGraphResponse_NodeAttributesValidationError) Key

Key function returns key value.

func (GetGraphResponse_NodeAttributesValidationError) Reason

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 (*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

AllErrors returns a list of validation violation errors.

func (GetGraphResponse_ProbesInfoMultiError) Error

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

Cause function returns cause value.

func (GetGraphResponse_ProbesInfoValidationError) Error

Error satisfies the builtin error interface

func (GetGraphResponse_ProbesInfoValidationError) ErrorName

ErrorName returns error name.

func (GetGraphResponse_ProbesInfoValidationError) Field

Field function returns field value.

func (GetGraphResponse_ProbesInfoValidationError) Key

Key function returns key value.

func (GetGraphResponse_ProbesInfoValidationError) Reason

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

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

Cause function returns cause value.

func (GetMyDiscussionsRequestValidationError) Error

Error satisfies the builtin error interface

func (GetMyDiscussionsRequestValidationError) ErrorName

ErrorName returns error name.

func (GetMyDiscussionsRequestValidationError) Field

Field function returns field value.

func (GetMyDiscussionsRequestValidationError) Key

Key function returns key value.

func (GetMyDiscussionsRequestValidationError) Reason

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

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

Cause function returns cause value.

func (GetMyDiscussionsResponseValidationError) Error

Error satisfies the builtin error interface

func (GetMyDiscussionsResponseValidationError) ErrorName

ErrorName returns error name.

func (GetMyDiscussionsResponseValidationError) Field

Field function returns field value.

func (GetMyDiscussionsResponseValidationError) Key

Key function returns key value.

func (GetMyDiscussionsResponseValidationError) Reason

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

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

Cause function returns cause value.

func (GetMyStarredAssetRequestValidationError) Error

Error satisfies the builtin error interface

func (GetMyStarredAssetRequestValidationError) ErrorName

ErrorName returns error name.

func (GetMyStarredAssetRequestValidationError) Field

Field function returns field value.

func (GetMyStarredAssetRequestValidationError) Key

Key function returns key value.

func (GetMyStarredAssetRequestValidationError) Reason

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 (*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

AllErrors returns a list of validation violation errors.

func (GetMyStarredAssetResponseMultiError) Error

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

Cause function returns cause value.

func (GetMyStarredAssetResponseValidationError) Error

Error satisfies the builtin error interface

func (GetMyStarredAssetResponseValidationError) ErrorName

ErrorName returns error name.

func (GetMyStarredAssetResponseValidationError) Field

Field function returns field value.

func (GetMyStarredAssetResponseValidationError) Key

Key function returns key value.

func (GetMyStarredAssetResponseValidationError) Reason

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 (*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

AllErrors returns a list of validation violation errors.

func (GetMyStarredAssetsRequestMultiError) Error

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

Cause function returns cause value.

func (GetMyStarredAssetsRequestValidationError) Error

Error satisfies the builtin error interface

func (GetMyStarredAssetsRequestValidationError) ErrorName

ErrorName returns error name.

func (GetMyStarredAssetsRequestValidationError) Field

Field function returns field value.

func (GetMyStarredAssetsRequestValidationError) Key

Key function returns key value.

func (GetMyStarredAssetsRequestValidationError) Reason

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 (*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

AllErrors returns a list of validation violation errors.

func (GetMyStarredAssetsResponseMultiError) Error

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

Cause function returns cause value.

func (GetMyStarredAssetsResponseValidationError) Error

Error satisfies the builtin error interface

func (GetMyStarredAssetsResponseValidationError) ErrorName

ErrorName returns error name.

func (GetMyStarredAssetsResponseValidationError) Field

Field function returns field value.

func (GetMyStarredAssetsResponseValidationError) Key

Key function returns key value.

func (GetMyStarredAssetsResponseValidationError) Reason

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 (*GetTagByAssetAndTemplateRequest) Reset

func (*GetTagByAssetAndTemplateRequest) 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

AllErrors returns a list of validation violation errors.

func (GetTagByAssetAndTemplateRequestMultiError) Error

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

Cause function returns cause value.

func (GetTagByAssetAndTemplateRequestValidationError) Error

Error satisfies the builtin error interface

func (GetTagByAssetAndTemplateRequestValidationError) ErrorName

ErrorName returns error name.

func (GetTagByAssetAndTemplateRequestValidationError) Field

Field function returns field value.

func (GetTagByAssetAndTemplateRequestValidationError) Key

Key function returns key value.

func (GetTagByAssetAndTemplateRequestValidationError) Reason

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 (*GetTagByAssetAndTemplateResponse) Reset

func (*GetTagByAssetAndTemplateResponse) String

func (*GetTagByAssetAndTemplateResponse) Validate

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

AllErrors returns a list of validation violation errors.

func (GetTagByAssetAndTemplateResponseMultiError) Error

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

Cause function returns cause value.

func (GetTagByAssetAndTemplateResponseValidationError) Error

Error satisfies the builtin error interface

func (GetTagByAssetAndTemplateResponseValidationError) ErrorName

ErrorName returns error name.

func (GetTagByAssetAndTemplateResponseValidationError) Field

Field function returns field value.

func (GetTagByAssetAndTemplateResponseValidationError) Key

Key function returns key value.

func (GetTagByAssetAndTemplateResponseValidationError) Reason

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

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

Cause function returns cause value.

func (GetTagTemplateRequestValidationError) Error

Error satisfies the builtin error interface

func (GetTagTemplateRequestValidationError) ErrorName

ErrorName returns error name.

func (GetTagTemplateRequestValidationError) Field

Field function returns field value.

func (GetTagTemplateRequestValidationError) Key

Key function returns key value.

func (GetTagTemplateRequestValidationError) Reason

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

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

Cause function returns cause value.

func (GetTagTemplateResponseValidationError) Error

Error satisfies the builtin error interface

func (GetTagTemplateResponseValidationError) ErrorName

ErrorName returns error name.

func (GetTagTemplateResponseValidationError) Field

Field function returns field value.

func (GetTagTemplateResponseValidationError) Key

Key function returns key value.

func (GetTagTemplateResponseValidationError) Reason

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 (*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

AllErrors returns a list of validation violation errors.

func (GetUserStarredAssetsRequestMultiError) Error

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

Cause function returns cause value.

func (GetUserStarredAssetsRequestValidationError) Error

Error satisfies the builtin error interface

func (GetUserStarredAssetsRequestValidationError) ErrorName

ErrorName returns error name.

func (GetUserStarredAssetsRequestValidationError) Field

Field function returns field value.

func (GetUserStarredAssetsRequestValidationError) Key

Key function returns key value.

func (GetUserStarredAssetsRequestValidationError) Reason

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 (*GetUserStarredAssetsResponse) Reset

func (x *GetUserStarredAssetsResponse) Reset()

func (*GetUserStarredAssetsResponse) 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

AllErrors returns a list of validation violation errors.

func (GetUserStarredAssetsResponseMultiError) Error

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

Cause function returns cause value.

func (GetUserStarredAssetsResponseValidationError) Error

Error satisfies the builtin error interface

func (GetUserStarredAssetsResponseValidationError) ErrorName

ErrorName returns error name.

func (GetUserStarredAssetsResponseValidationError) Field

Field function returns field value.

func (GetUserStarredAssetsResponseValidationError) Key

Key function returns key value.

func (GetUserStarredAssetsResponseValidationError) Reason

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

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

Cause function returns cause value.

func (GroupAssetsRequestValidationError) Error added in v0.5.4

Error satisfies the builtin error interface

func (GroupAssetsRequestValidationError) ErrorName added in v0.5.4

ErrorName returns error name.

func (GroupAssetsRequestValidationError) Field added in v0.5.4

Field function returns field value.

func (GroupAssetsRequestValidationError) Key added in v0.5.4

Key function returns key value.

func (GroupAssetsRequestValidationError) Reason added in v0.5.4

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

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

Cause function returns cause value.

func (GroupAssetsResponseValidationError) Error added in v0.5.4

Error satisfies the builtin error interface

func (GroupAssetsResponseValidationError) ErrorName added in v0.5.4

ErrorName returns error name.

func (GroupAssetsResponseValidationError) Field added in v0.5.4

Field function returns field value.

func (GroupAssetsResponseValidationError) Key added in v0.5.4

Key function returns key value.

func (GroupAssetsResponseValidationError) Reason added in v0.5.4

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

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

Field function returns field value.

func (GroupFieldValidationError) Key added in v0.5.4

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

Cause function returns cause value.

func (LineageEdgeValidationError) Error

Error satisfies the builtin error interface

func (LineageEdgeValidationError) ErrorName

func (e LineageEdgeValidationError) ErrorName() string

ErrorName returns error name.

func (LineageEdgeValidationError) Field

Field function returns field value.

func (LineageEdgeValidationError) Key

Key function returns key value.

func (LineageEdgeValidationError) Reason

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

Cause function returns cause value.

func (LineageNodeValidationError) Error

Error satisfies the builtin error interface

func (LineageNodeValidationError) ErrorName

func (e LineageNodeValidationError) ErrorName() string

ErrorName returns error name.

func (LineageNodeValidationError) Field

Field function returns field value.

func (LineageNodeValidationError) Key

Key function returns key value.

func (LineageNodeValidationError) Reason

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

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

Cause function returns cause value.

func (PatchDiscussionRequestValidationError) Error

Error satisfies the builtin error interface

func (PatchDiscussionRequestValidationError) ErrorName

ErrorName returns error name.

func (PatchDiscussionRequestValidationError) Field

Field function returns field value.

func (PatchDiscussionRequestValidationError) Key

Key function returns key value.

func (PatchDiscussionRequestValidationError) Reason

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

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

Cause function returns cause value.

func (PatchDiscussionResponseValidationError) Error

Error satisfies the builtin error interface

func (PatchDiscussionResponseValidationError) ErrorName

ErrorName returns error name.

func (PatchDiscussionResponseValidationError) Field

Field function returns field value.

func (PatchDiscussionResponseValidationError) Key

Key function returns key value.

func (PatchDiscussionResponseValidationError) Reason

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) Descriptor() ([]byte, []int)

Deprecated: Use Probe.ProtoReflect.Descriptor instead.

func (*Probe) GetAssetUrn

func (x *Probe) GetAssetUrn() string

func (*Probe) GetCreatedAt

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

func (*Probe) GetId

func (x *Probe) GetId() string

func (*Probe) GetMetadata

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

func (*Probe) GetStatus

func (x *Probe) GetStatus() string

func (*Probe) GetStatusReason

func (x *Probe) GetStatusReason() string

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) Reset

func (x *Probe) Reset()

func (*Probe) String

func (x *Probe) String() string

func (*Probe) Validate

func (m *Probe) Validate() error

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

func (m *Probe) ValidateAll() error

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

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

Cause function returns cause value.

func (SearchAssetsRequestValidationError) Error

Error satisfies the builtin error interface

func (SearchAssetsRequestValidationError) ErrorName

ErrorName returns error name.

func (SearchAssetsRequestValidationError) Field

Field function returns field value.

func (SearchAssetsRequestValidationError) Key

Key function returns key value.

func (SearchAssetsRequestValidationError) Reason

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

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

Cause function returns cause value.

func (SearchAssetsResponseValidationError) Error

Error satisfies the builtin error interface

func (SearchAssetsResponseValidationError) ErrorName

ErrorName returns error name.

func (SearchAssetsResponseValidationError) Field

Field function returns field value.

func (SearchAssetsResponseValidationError) Key

Key function returns key value.

func (SearchAssetsResponseValidationError) Reason

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

Cause function returns cause value.

func (SearchFlagsValidationError) Error added in v0.5.4

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

Field function returns field value.

func (SearchFlagsValidationError) Key added in v0.5.4

Key function returns key value.

func (SearchFlagsValidationError) Reason added in v0.5.4

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

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

Cause function returns cause value.

func (StarAssetRequestValidationError) Error

Error satisfies the builtin error interface

func (StarAssetRequestValidationError) ErrorName

ErrorName returns error name.

func (StarAssetRequestValidationError) Field

Field function returns field value.

func (StarAssetRequestValidationError) Key

Key function returns key value.

func (StarAssetRequestValidationError) Reason

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

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

Cause function returns cause value.

func (StarAssetResponseValidationError) Error

Error satisfies the builtin error interface

func (StarAssetResponseValidationError) ErrorName

ErrorName returns error name.

func (StarAssetResponseValidationError) Field

Field function returns field value.

func (StarAssetResponseValidationError) Key

Key function returns key value.

func (StarAssetResponseValidationError) Reason

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

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

Cause function returns cause value.

func (SuggestAssetsRequestValidationError) Error

Error satisfies the builtin error interface

func (SuggestAssetsRequestValidationError) ErrorName

ErrorName returns error name.

func (SuggestAssetsRequestValidationError) Field

Field function returns field value.

func (SuggestAssetsRequestValidationError) Key

Key function returns key value.

func (SuggestAssetsRequestValidationError) Reason

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

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

Cause function returns cause value.

func (SuggestAssetsResponseValidationError) Error

Error satisfies the builtin error interface

func (SuggestAssetsResponseValidationError) ErrorName

ErrorName returns error name.

func (SuggestAssetsResponseValidationError) Field

Field function returns field value.

func (SuggestAssetsResponseValidationError) Key

Key function returns key value.

func (SuggestAssetsResponseValidationError) Reason

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

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

Cause function returns cause value.

func (SyncAssetsRequestValidationError) Error added in v0.7.0

Error satisfies the builtin error interface

func (SyncAssetsRequestValidationError) ErrorName added in v0.7.0

ErrorName returns error name.

func (SyncAssetsRequestValidationError) Field added in v0.7.0

Field function returns field value.

func (SyncAssetsRequestValidationError) Key added in v0.7.0

Key function returns key value.

func (SyncAssetsRequestValidationError) Reason added in v0.7.0

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

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

Cause function returns cause value.

func (SyncAssetsResponseValidationError) Error added in v0.7.0

Error satisfies the builtin error interface

func (SyncAssetsResponseValidationError) ErrorName added in v0.7.0

ErrorName returns error name.

func (SyncAssetsResponseValidationError) Field added in v0.7.0

Field function returns field value.

func (SyncAssetsResponseValidationError) Key added in v0.7.0

Key function returns key value.

func (SyncAssetsResponseValidationError) Reason added in v0.7.0

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) Descriptor() ([]byte, []int)

Deprecated: Use Tag.ProtoReflect.Descriptor instead.

func (*Tag) GetAssetId

func (x *Tag) GetAssetId() string

func (*Tag) GetTagValues

func (x *Tag) GetTagValues() []*TagValue

func (*Tag) GetTemplateDescription

func (x *Tag) GetTemplateDescription() string

func (*Tag) GetTemplateDisplayName

func (x *Tag) GetTemplateDisplayName() string

func (*Tag) GetTemplateUrn

func (x *Tag) GetTemplateUrn() string

func (*Tag) ProtoMessage

func (*Tag) ProtoMessage()

func (*Tag) ProtoReflect

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

func (*Tag) Reset

func (x *Tag) Reset()

func (*Tag) String

func (x *Tag) String() string

func (*Tag) Validate

func (m *Tag) Validate() error

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

func (m *Tag) ValidateAll() error

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

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

Cause function returns cause value.

func (TagTemplateFieldValidationError) Error

Error satisfies the builtin error interface

func (TagTemplateFieldValidationError) ErrorName

ErrorName returns error name.

func (TagTemplateFieldValidationError) Field

Field function returns field value.

func (TagTemplateFieldValidationError) Key

Key function returns key value.

func (TagTemplateFieldValidationError) Reason

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

Cause function returns cause value.

func (TagTemplateValidationError) Error

Error satisfies the builtin error interface

func (TagTemplateValidationError) ErrorName

func (e TagTemplateValidationError) ErrorName() string

ErrorName returns error name.

func (TagTemplateValidationError) Field

Field function returns field value.

func (TagTemplateValidationError) Key

Key function returns key value.

func (TagTemplateValidationError) Reason

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) Descriptor() ([]byte, []int)

Deprecated: Use TagValue.ProtoReflect.Descriptor instead.

func (*TagValue) GetCreatedAt

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

func (*TagValue) GetFieldDataType

func (x *TagValue) GetFieldDataType() string

func (*TagValue) GetFieldDescription

func (x *TagValue) GetFieldDescription() string

func (*TagValue) GetFieldDisplayName

func (x *TagValue) GetFieldDisplayName() string

func (*TagValue) GetFieldId

func (x *TagValue) GetFieldId() uint32

func (*TagValue) GetFieldOptions

func (x *TagValue) GetFieldOptions() []string

func (*TagValue) GetFieldRequired

func (x *TagValue) GetFieldRequired() bool

func (*TagValue) GetFieldUrn

func (x *TagValue) GetFieldUrn() string

func (*TagValue) GetFieldValue

func (x *TagValue) GetFieldValue() *structpb.Value

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) Reset

func (x *TagValue) Reset()

func (*TagValue) String

func (x *TagValue) String() string

func (*TagValue) Validate

func (m *TagValue) Validate() error

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

func (m *TagValue) ValidateAll() error

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) Descriptor() ([]byte, []int)

Deprecated: Use Type.ProtoReflect.Descriptor instead.

func (*Type) GetCount

func (x *Type) GetCount() uint32

func (*Type) GetName

func (x *Type) GetName() string

func (*Type) ProtoMessage

func (*Type) ProtoMessage()

func (*Type) ProtoReflect

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

func (*Type) Reset

func (x *Type) Reset()

func (*Type) String

func (x *Type) String() string

func (*Type) Validate

func (m *Type) Validate() error

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

func (m *Type) ValidateAll() error

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) CreateComment

func (UnimplementedCompassServiceServer) CreateDiscussion

func (UnimplementedCompassServiceServer) CreateTagAsset

func (UnimplementedCompassServiceServer) CreateTagTemplate

func (UnimplementedCompassServiceServer) DeleteAsset

func (UnimplementedCompassServiceServer) DeleteComment

func (UnimplementedCompassServiceServer) DeleteTagAsset

func (UnimplementedCompassServiceServer) DeleteTagTemplate

func (UnimplementedCompassServiceServer) GetAllAssets

func (UnimplementedCompassServiceServer) GetAllComments

func (UnimplementedCompassServiceServer) GetAllDiscussions

func (UnimplementedCompassServiceServer) GetAllTagTemplates

func (UnimplementedCompassServiceServer) GetAllTagsByAsset

func (UnimplementedCompassServiceServer) GetAllTypes

func (UnimplementedCompassServiceServer) GetAssetByID

func (UnimplementedCompassServiceServer) GetAssetByVersion

func (UnimplementedCompassServiceServer) GetAssetStargazers

func (UnimplementedCompassServiceServer) GetComment

func (UnimplementedCompassServiceServer) GetDiscussion

func (UnimplementedCompassServiceServer) GetGraph

func (UnimplementedCompassServiceServer) GetMyDiscussions

func (UnimplementedCompassServiceServer) GetMyStarredAsset

func (UnimplementedCompassServiceServer) GetMyStarredAssets

func (UnimplementedCompassServiceServer) GetTagTemplate

func (UnimplementedCompassServiceServer) GroupAssets added in v0.5.4

func (UnimplementedCompassServiceServer) PatchDiscussion

func (UnimplementedCompassServiceServer) SearchAssets

func (UnimplementedCompassServiceServer) StarAsset

func (UnimplementedCompassServiceServer) SuggestAssets

func (UnimplementedCompassServiceServer) SyncAssets added in v0.7.0

func (UnimplementedCompassServiceServer) UnstarAsset

func (UnimplementedCompassServiceServer) UpdateComment

func (UnimplementedCompassServiceServer) UpdateTagAsset

func (UnimplementedCompassServiceServer) UpdateTagTemplate

func (UnimplementedCompassServiceServer) UpsertAsset

func (UnimplementedCompassServiceServer) UpsertPatchAsset

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

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

Cause function returns cause value.

func (UnstarAssetRequestValidationError) Error

Error satisfies the builtin error interface

func (UnstarAssetRequestValidationError) ErrorName

ErrorName returns error name.

func (UnstarAssetRequestValidationError) Field

Field function returns field value.

func (UnstarAssetRequestValidationError) Key

Key function returns key value.

func (UnstarAssetRequestValidationError) Reason

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

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

Cause function returns cause value.

func (UnstarAssetResponseValidationError) Error

Error satisfies the builtin error interface

func (UnstarAssetResponseValidationError) ErrorName

ErrorName returns error name.

func (UnstarAssetResponseValidationError) Field

Field function returns field value.

func (UnstarAssetResponseValidationError) Key

Key function returns key value.

func (UnstarAssetResponseValidationError) Reason

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

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

Cause function returns cause value.

func (UpdateCommentRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateCommentRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateCommentRequestValidationError) Field

Field function returns field value.

func (UpdateCommentRequestValidationError) Key

Key function returns key value.

func (UpdateCommentRequestValidationError) Reason

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

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

Cause function returns cause value.

func (UpdateCommentResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateCommentResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateCommentResponseValidationError) Field

Field function returns field value.

func (UpdateCommentResponseValidationError) Key

Key function returns key value.

func (UpdateCommentResponseValidationError) Reason

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

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

Cause function returns cause value.

func (UpdateTagAssetRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateTagAssetRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateTagAssetRequestValidationError) Field

Field function returns field value.

func (UpdateTagAssetRequestValidationError) Key

Key function returns key value.

func (UpdateTagAssetRequestValidationError) Reason

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

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

Cause function returns cause value.

func (UpdateTagAssetResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateTagAssetResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateTagAssetResponseValidationError) Field

Field function returns field value.

func (UpdateTagAssetResponseValidationError) Key

Key function returns key value.

func (UpdateTagAssetResponseValidationError) Reason

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

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

Cause function returns cause value.

func (UpdateTagTemplateRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateTagTemplateRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateTagTemplateRequestValidationError) Field

Field function returns field value.

func (UpdateTagTemplateRequestValidationError) Key

Key function returns key value.

func (UpdateTagTemplateRequestValidationError) Reason

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 (*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

AllErrors returns a list of validation violation errors.

func (UpdateTagTemplateResponseMultiError) Error

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

Cause function returns cause value.

func (UpdateTagTemplateResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateTagTemplateResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateTagTemplateResponseValidationError) Field

Field function returns field value.

func (UpdateTagTemplateResponseValidationError) Key

Key function returns key value.

func (UpdateTagTemplateResponseValidationError) Reason

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 (*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

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

Cause function returns cause value.

func (UpsertAssetRequestValidationError) Error

Error satisfies the builtin error interface

func (UpsertAssetRequestValidationError) ErrorName

ErrorName returns error name.

func (UpsertAssetRequestValidationError) Field

Field function returns field value.

func (UpsertAssetRequestValidationError) Key

Key function returns key value.

func (UpsertAssetRequestValidationError) Reason

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 (*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

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

Cause function returns cause value.

func (UpsertAssetRequest_AssetValidationError) Error

Error satisfies the builtin error interface

func (UpsertAssetRequest_AssetValidationError) ErrorName

ErrorName returns error name.

func (UpsertAssetRequest_AssetValidationError) Field

Field function returns field value.

func (UpsertAssetRequest_AssetValidationError) Key

Key function returns key value.

func (UpsertAssetRequest_AssetValidationError) Reason

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

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

Cause function returns cause value.

func (UpsertAssetResponseValidationError) Error

Error satisfies the builtin error interface

func (UpsertAssetResponseValidationError) ErrorName

ErrorName returns error name.

func (UpsertAssetResponseValidationError) Field

Field function returns field value.

func (UpsertAssetResponseValidationError) Key

Key function returns key value.

func (UpsertAssetResponseValidationError) Reason

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 (*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

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

Cause function returns cause value.

func (UpsertPatchAssetRequestValidationError) Error

Error satisfies the builtin error interface

func (UpsertPatchAssetRequestValidationError) ErrorName

ErrorName returns error name.

func (UpsertPatchAssetRequestValidationError) Field

Field function returns field value.

func (UpsertPatchAssetRequestValidationError) Key

Key function returns key value.

func (UpsertPatchAssetRequestValidationError) Reason

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 (*UpsertPatchAssetRequest_Asset) GetDescription

func (*UpsertPatchAssetRequest_Asset) GetLabels

func (x *UpsertPatchAssetRequest_Asset) GetLabels() map[string]string

func (*UpsertPatchAssetRequest_Asset) GetName

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 (*UpsertPatchAssetRequest_Asset) GetUrl

func (*UpsertPatchAssetRequest_Asset) GetUrn

func (*UpsertPatchAssetRequest_Asset) ProtoMessage

func (*UpsertPatchAssetRequest_Asset) ProtoMessage()

func (*UpsertPatchAssetRequest_Asset) ProtoReflect

func (*UpsertPatchAssetRequest_Asset) Reset

func (x *UpsertPatchAssetRequest_Asset) Reset()

func (*UpsertPatchAssetRequest_Asset) 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

AllErrors returns a list of validation violation errors.

func (UpsertPatchAssetRequest_AssetMultiError) Error

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

Cause function returns cause value.

func (UpsertPatchAssetRequest_AssetValidationError) Error

Error satisfies the builtin error interface

func (UpsertPatchAssetRequest_AssetValidationError) ErrorName

ErrorName returns error name.

func (UpsertPatchAssetRequest_AssetValidationError) Field

Field function returns field value.

func (UpsertPatchAssetRequest_AssetValidationError) Key

Key function returns key value.

func (UpsertPatchAssetRequest_AssetValidationError) Reason

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

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

Cause function returns cause value.

func (UpsertPatchAssetResponseValidationError) Error

Error satisfies the builtin error interface

func (UpsertPatchAssetResponseValidationError) ErrorName

ErrorName returns error name.

func (UpsertPatchAssetResponseValidationError) Field

Field function returns field value.

func (UpsertPatchAssetResponseValidationError) Key

Key function returns key value.

func (UpsertPatchAssetResponseValidationError) Reason

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) Descriptor() ([]byte, []int)

Deprecated: Use User.ProtoReflect.Descriptor instead.

func (*User) GetCreatedAt

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

func (*User) GetEmail

func (x *User) GetEmail() string

func (*User) GetId

func (x *User) GetId() string

func (*User) GetProvider

func (x *User) GetProvider() string

func (*User) GetUpdatedAt

func (x *User) GetUpdatedAt() *timestamppb.Timestamp

func (*User) GetUuid

func (x *User) GetUuid() string

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) ProtoReflect

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

func (*User) Reset

func (x *User) Reset()

func (*User) String

func (x *User) String() string

func (*User) Validate

func (m *User) Validate() error

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

func (m *User) ValidateAll() error

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.

Jump to

Keyboard shortcuts

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