Documentation ¶
Index ¶
- Constants
- Variables
- func RegisterMetadataStoreServiceServer(s grpc.ServiceRegistrar, srv MetadataStoreServiceServer)
- type AnyArtifactStructType
- type Artifact
- func (*Artifact) Descriptor() ([]byte, []int)deprecated
- func (x *Artifact) GetCreateTimeSinceEpoch() int64
- func (x *Artifact) GetCustomProperties() map[string]*Value
- func (x *Artifact) GetExternalId() string
- func (x *Artifact) GetId() int64
- func (x *Artifact) GetLastUpdateTimeSinceEpoch() int64
- func (x *Artifact) GetName() string
- func (x *Artifact) GetProperties() map[string]*Value
- func (x *Artifact) GetState() Artifact_State
- func (x *Artifact) GetSystemMetadata() *anypb.Any
- func (x *Artifact) GetType() string
- func (x *Artifact) GetTypeId() int64
- func (x *Artifact) GetUri() string
- func (*Artifact) ProtoMessage()
- func (x *Artifact) ProtoReflect() protoreflect.Message
- func (x *Artifact) Reset()
- func (x *Artifact) String() string
- type ArtifactAndType
- func (*ArtifactAndType) Descriptor() ([]byte, []int)deprecated
- func (x *ArtifactAndType) GetArtifact() *Artifact
- func (x *ArtifactAndType) GetType() *ArtifactType
- func (*ArtifactAndType) ProtoMessage()
- func (x *ArtifactAndType) ProtoReflect() protoreflect.Message
- func (x *ArtifactAndType) Reset()
- func (x *ArtifactAndType) String() string
- type ArtifactStruct
- func (*ArtifactStruct) Descriptor() ([]byte, []int)deprecated
- func (x *ArtifactStruct) GetArtifact() *ArtifactAndType
- func (x *ArtifactStruct) GetList() *ArtifactStructList
- func (x *ArtifactStruct) GetMap() *ArtifactStructMap
- func (m *ArtifactStruct) GetValue() isArtifactStruct_Value
- func (*ArtifactStruct) ProtoMessage()
- func (x *ArtifactStruct) ProtoReflect() protoreflect.Message
- func (x *ArtifactStruct) Reset()
- func (x *ArtifactStruct) String() string
- type ArtifactStructList
- func (*ArtifactStructList) Descriptor() ([]byte, []int)deprecated
- func (x *ArtifactStructList) GetElements() []*ArtifactStruct
- func (*ArtifactStructList) ProtoMessage()
- func (x *ArtifactStructList) ProtoReflect() protoreflect.Message
- func (x *ArtifactStructList) Reset()
- func (x *ArtifactStructList) String() string
- type ArtifactStructMap
- func (*ArtifactStructMap) Descriptor() ([]byte, []int)deprecated
- func (x *ArtifactStructMap) GetProperties() map[string]*ArtifactStruct
- func (*ArtifactStructMap) ProtoMessage()
- func (x *ArtifactStructMap) ProtoReflect() protoreflect.Message
- func (x *ArtifactStructMap) Reset()
- func (x *ArtifactStructMap) String() string
- type ArtifactStructType
- func (*ArtifactStructType) Descriptor() ([]byte, []int)deprecated
- func (x *ArtifactStructType) GetAny() *AnyArtifactStructType
- func (x *ArtifactStructType) GetDict() *DictArtifactStructType
- func (x *ArtifactStructType) GetIntersection() *IntersectionArtifactStructType
- func (m *ArtifactStructType) GetKind() isArtifactStructType_Kind
- func (x *ArtifactStructType) GetList() *ListArtifactStructType
- func (x *ArtifactStructType) GetNone() *NoneArtifactStructType
- func (x *ArtifactStructType) GetSimple() *ArtifactType
- func (x *ArtifactStructType) GetTuple() *TupleArtifactStructType
- func (x *ArtifactStructType) GetUnionType() *UnionArtifactStructType
- func (*ArtifactStructType) ProtoMessage()
- func (x *ArtifactStructType) ProtoReflect() protoreflect.Message
- func (x *ArtifactStructType) Reset()
- func (x *ArtifactStructType) String() string
- type ArtifactStructType_Any
- type ArtifactStructType_Dict
- type ArtifactStructType_Intersection
- type ArtifactStructType_List
- type ArtifactStructType_None
- type ArtifactStructType_Simple
- type ArtifactStructType_Tuple
- type ArtifactStructType_UnionType
- type ArtifactStruct_Artifact
- type ArtifactStruct_List
- type ArtifactStruct_Map
- type ArtifactType
- func (*ArtifactType) Descriptor() ([]byte, []int)deprecated
- func (x *ArtifactType) GetBaseType() ArtifactType_SystemDefinedBaseType
- func (x *ArtifactType) GetDescription() string
- func (x *ArtifactType) GetExternalId() string
- func (x *ArtifactType) GetId() int64
- func (x *ArtifactType) GetName() string
- func (x *ArtifactType) GetProperties() map[string]PropertyType
- func (x *ArtifactType) GetVersion() string
- func (*ArtifactType) ProtoMessage()
- func (x *ArtifactType) ProtoReflect() protoreflect.Message
- func (x *ArtifactType) Reset()
- func (x *ArtifactType) String() string
- type ArtifactType_SystemDefinedBaseType
- func (ArtifactType_SystemDefinedBaseType) Descriptor() protoreflect.EnumDescriptor
- func (x ArtifactType_SystemDefinedBaseType) Enum() *ArtifactType_SystemDefinedBaseType
- func (ArtifactType_SystemDefinedBaseType) EnumDescriptor() ([]byte, []int)deprecated
- func (x ArtifactType_SystemDefinedBaseType) Number() protoreflect.EnumNumber
- func (x ArtifactType_SystemDefinedBaseType) String() string
- func (ArtifactType_SystemDefinedBaseType) Type() protoreflect.EnumType
- func (x *ArtifactType_SystemDefinedBaseType) UnmarshalJSON(b []byte) errordeprecated
- type Artifact_State
- func (Artifact_State) Descriptor() protoreflect.EnumDescriptor
- func (x Artifact_State) Enum() *Artifact_State
- func (Artifact_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x Artifact_State) Number() protoreflect.EnumNumber
- func (x Artifact_State) String() string
- func (Artifact_State) Type() protoreflect.EnumType
- func (x *Artifact_State) UnmarshalJSON(b []byte) errordeprecated
- type Association
- func (*Association) Descriptor() ([]byte, []int)deprecated
- func (x *Association) GetContextId() int64
- func (x *Association) GetExecutionId() int64
- func (*Association) ProtoMessage()
- func (x *Association) ProtoReflect() protoreflect.Message
- func (x *Association) Reset()
- func (x *Association) String() string
- type Attribution
- func (*Attribution) Descriptor() ([]byte, []int)deprecated
- func (x *Attribution) GetArtifactId() int64
- func (x *Attribution) GetContextId() int64
- func (*Attribution) ProtoMessage()
- func (x *Attribution) ProtoReflect() protoreflect.Message
- func (x *Attribution) Reset()
- func (x *Attribution) String() string
- type ConnectionConfig
- func (*ConnectionConfig) Descriptor() ([]byte, []int)deprecated
- func (m *ConnectionConfig) GetConfig() isConnectionConfig_Config
- func (x *ConnectionConfig) GetFakeDatabase() *FakeDatabaseConfig
- func (x *ConnectionConfig) GetMysql() *MySQLDatabaseConfig
- func (x *ConnectionConfig) GetPostgresql() *PostgreSQLDatabaseConfig
- func (x *ConnectionConfig) GetRetryOptions() *RetryOptions
- func (x *ConnectionConfig) GetSqlite() *SqliteMetadataSourceConfig
- func (*ConnectionConfig) ProtoMessage()
- func (x *ConnectionConfig) ProtoReflect() protoreflect.Message
- func (x *ConnectionConfig) Reset()
- func (x *ConnectionConfig) String() string
- type ConnectionConfig_FakeDatabase
- type ConnectionConfig_Mysql
- type ConnectionConfig_Postgresql
- type ConnectionConfig_Sqlite
- type Context
- func (*Context) Descriptor() ([]byte, []int)deprecated
- func (x *Context) GetCreateTimeSinceEpoch() int64
- func (x *Context) GetCustomProperties() map[string]*Value
- func (x *Context) GetExternalId() string
- func (x *Context) GetId() int64
- func (x *Context) GetLastUpdateTimeSinceEpoch() int64
- func (x *Context) GetName() string
- func (x *Context) GetProperties() map[string]*Value
- func (x *Context) GetSystemMetadata() *anypb.Any
- func (x *Context) GetType() string
- func (x *Context) GetTypeId() int64
- func (*Context) ProtoMessage()
- func (x *Context) ProtoReflect() protoreflect.Message
- func (x *Context) Reset()
- func (x *Context) String() string
- type ContextType
- func (*ContextType) Descriptor() ([]byte, []int)deprecated
- func (x *ContextType) GetBaseType() ContextType_SystemDefinedBaseType
- func (x *ContextType) GetDescription() string
- func (x *ContextType) GetExternalId() string
- func (x *ContextType) GetId() int64
- func (x *ContextType) GetName() string
- func (x *ContextType) GetProperties() map[string]PropertyType
- func (x *ContextType) GetVersion() string
- func (*ContextType) ProtoMessage()
- func (x *ContextType) ProtoReflect() protoreflect.Message
- func (x *ContextType) Reset()
- func (x *ContextType) String() string
- type ContextType_SystemDefinedBaseType
- func (ContextType_SystemDefinedBaseType) Descriptor() protoreflect.EnumDescriptor
- func (x ContextType_SystemDefinedBaseType) Enum() *ContextType_SystemDefinedBaseType
- func (ContextType_SystemDefinedBaseType) EnumDescriptor() ([]byte, []int)deprecated
- func (x ContextType_SystemDefinedBaseType) Number() protoreflect.EnumNumber
- func (x ContextType_SystemDefinedBaseType) String() string
- func (ContextType_SystemDefinedBaseType) Type() protoreflect.EnumType
- func (x *ContextType_SystemDefinedBaseType) UnmarshalJSON(b []byte) errordeprecated
- type DictArtifactStructType
- func (*DictArtifactStructType) Descriptor() ([]byte, []int)deprecated
- func (x *DictArtifactStructType) GetExtraPropertiesType() *ArtifactStructType
- func (x *DictArtifactStructType) GetNoneTypeNotRequired() bool
- func (x *DictArtifactStructType) GetProperties() map[string]*ArtifactStructType
- func (*DictArtifactStructType) ProtoMessage()
- func (x *DictArtifactStructType) ProtoReflect() protoreflect.Message
- func (x *DictArtifactStructType) Reset()
- func (x *DictArtifactStructType) String() string
- type Event
- func (*Event) Descriptor() ([]byte, []int)deprecated
- func (x *Event) GetArtifactId() int64
- func (x *Event) GetExecutionId() int64
- func (x *Event) GetMillisecondsSinceEpoch() int64
- func (x *Event) GetPath() *Event_Path
- func (x *Event) GetSystemMetadata() *anypb.Any
- func (x *Event) GetType() Event_Type
- func (*Event) ProtoMessage()
- func (x *Event) ProtoReflect() protoreflect.Message
- func (x *Event) Reset()
- func (x *Event) String() string
- type Event_Path
- type Event_Path_Step
- func (*Event_Path_Step) Descriptor() ([]byte, []int)deprecated
- func (x *Event_Path_Step) GetIndex() int64
- func (x *Event_Path_Step) GetKey() string
- func (m *Event_Path_Step) GetValue() isEvent_Path_Step_Value
- func (*Event_Path_Step) ProtoMessage()
- func (x *Event_Path_Step) ProtoReflect() protoreflect.Message
- func (x *Event_Path_Step) Reset()
- func (x *Event_Path_Step) String() string
- type Event_Path_Step_Index
- type Event_Path_Step_Key
- type Event_Type
- func (Event_Type) Descriptor() protoreflect.EnumDescriptor
- func (x Event_Type) Enum() *Event_Type
- func (Event_Type) EnumDescriptor() ([]byte, []int)deprecated
- func (x Event_Type) Number() protoreflect.EnumNumber
- func (x Event_Type) String() string
- func (Event_Type) Type() protoreflect.EnumType
- func (x *Event_Type) UnmarshalJSON(b []byte) errordeprecated
- type Execution
- func (*Execution) Descriptor() ([]byte, []int)deprecated
- func (x *Execution) GetCreateTimeSinceEpoch() int64
- func (x *Execution) GetCustomProperties() map[string]*Value
- func (x *Execution) GetExternalId() string
- func (x *Execution) GetId() int64
- func (x *Execution) GetLastKnownState() Execution_State
- func (x *Execution) GetLastUpdateTimeSinceEpoch() int64
- func (x *Execution) GetName() string
- func (x *Execution) GetProperties() map[string]*Value
- func (x *Execution) GetSystemMetadata() *anypb.Any
- func (x *Execution) GetType() string
- func (x *Execution) GetTypeId() int64
- func (*Execution) ProtoMessage()
- func (x *Execution) ProtoReflect() protoreflect.Message
- func (x *Execution) Reset()
- func (x *Execution) String() string
- type ExecutionType
- func (*ExecutionType) Descriptor() ([]byte, []int)deprecated
- func (x *ExecutionType) GetBaseType() ExecutionType_SystemDefinedBaseType
- func (x *ExecutionType) GetDescription() string
- func (x *ExecutionType) GetExternalId() string
- func (x *ExecutionType) GetId() int64
- func (x *ExecutionType) GetInputType() *ArtifactStructType
- func (x *ExecutionType) GetName() string
- func (x *ExecutionType) GetOutputType() *ArtifactStructType
- func (x *ExecutionType) GetProperties() map[string]PropertyType
- func (x *ExecutionType) GetVersion() string
- func (*ExecutionType) ProtoMessage()
- func (x *ExecutionType) ProtoReflect() protoreflect.Message
- func (x *ExecutionType) Reset()
- func (x *ExecutionType) String() string
- type ExecutionType_SystemDefinedBaseType
- func (ExecutionType_SystemDefinedBaseType) Descriptor() protoreflect.EnumDescriptor
- func (x ExecutionType_SystemDefinedBaseType) Enum() *ExecutionType_SystemDefinedBaseType
- func (ExecutionType_SystemDefinedBaseType) EnumDescriptor() ([]byte, []int)deprecated
- func (x ExecutionType_SystemDefinedBaseType) Number() protoreflect.EnumNumber
- func (x ExecutionType_SystemDefinedBaseType) String() string
- func (ExecutionType_SystemDefinedBaseType) Type() protoreflect.EnumType
- func (x *ExecutionType_SystemDefinedBaseType) UnmarshalJSON(b []byte) errordeprecated
- type Execution_State
- func (Execution_State) Descriptor() protoreflect.EnumDescriptor
- func (x Execution_State) Enum() *Execution_State
- func (Execution_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x Execution_State) Number() protoreflect.EnumNumber
- func (x Execution_State) String() string
- func (Execution_State) Type() protoreflect.EnumType
- func (x *Execution_State) UnmarshalJSON(b []byte) errordeprecated
- type FakeDatabaseConfig
- type GetArtifactByTypeAndNameRequest
- func (*GetArtifactByTypeAndNameRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetArtifactByTypeAndNameRequest) GetArtifactName() string
- func (x *GetArtifactByTypeAndNameRequest) GetTransactionOptions() *TransactionOptions
- func (x *GetArtifactByTypeAndNameRequest) GetTypeName() string
- func (x *GetArtifactByTypeAndNameRequest) GetTypeVersion() string
- func (*GetArtifactByTypeAndNameRequest) ProtoMessage()
- func (x *GetArtifactByTypeAndNameRequest) ProtoReflect() protoreflect.Message
- func (x *GetArtifactByTypeAndNameRequest) Reset()
- func (x *GetArtifactByTypeAndNameRequest) String() string
- type GetArtifactByTypeAndNameResponse
- func (*GetArtifactByTypeAndNameResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetArtifactByTypeAndNameResponse) GetArtifact() *Artifact
- func (*GetArtifactByTypeAndNameResponse) ProtoMessage()
- func (x *GetArtifactByTypeAndNameResponse) ProtoReflect() protoreflect.Message
- func (x *GetArtifactByTypeAndNameResponse) Reset()
- func (x *GetArtifactByTypeAndNameResponse) String() string
- type GetArtifactTypeRequest
- func (*GetArtifactTypeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetArtifactTypeRequest) GetTransactionOptions() *TransactionOptions
- func (x *GetArtifactTypeRequest) GetTypeName() string
- func (x *GetArtifactTypeRequest) GetTypeVersion() string
- func (*GetArtifactTypeRequest) ProtoMessage()
- func (x *GetArtifactTypeRequest) ProtoReflect() protoreflect.Message
- func (x *GetArtifactTypeRequest) Reset()
- func (x *GetArtifactTypeRequest) String() string
- type GetArtifactTypeResponse
- func (*GetArtifactTypeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetArtifactTypeResponse) GetArtifactType() *ArtifactType
- func (*GetArtifactTypeResponse) ProtoMessage()
- func (x *GetArtifactTypeResponse) ProtoReflect() protoreflect.Message
- func (x *GetArtifactTypeResponse) Reset()
- func (x *GetArtifactTypeResponse) String() string
- type GetArtifactTypesByExternalIdsRequest
- func (*GetArtifactTypesByExternalIdsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetArtifactTypesByExternalIdsRequest) GetExternalIds() []string
- func (x *GetArtifactTypesByExternalIdsRequest) GetTransactionOptions() *TransactionOptions
- func (*GetArtifactTypesByExternalIdsRequest) ProtoMessage()
- func (x *GetArtifactTypesByExternalIdsRequest) ProtoReflect() protoreflect.Message
- func (x *GetArtifactTypesByExternalIdsRequest) Reset()
- func (x *GetArtifactTypesByExternalIdsRequest) String() string
- type GetArtifactTypesByExternalIdsResponse
- func (*GetArtifactTypesByExternalIdsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetArtifactTypesByExternalIdsResponse) GetArtifactTypes() []*ArtifactType
- func (*GetArtifactTypesByExternalIdsResponse) ProtoMessage()
- func (x *GetArtifactTypesByExternalIdsResponse) ProtoReflect() protoreflect.Message
- func (x *GetArtifactTypesByExternalIdsResponse) Reset()
- func (x *GetArtifactTypesByExternalIdsResponse) String() string
- type GetArtifactTypesByIDRequest
- func (*GetArtifactTypesByIDRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetArtifactTypesByIDRequest) GetTransactionOptions() *TransactionOptions
- func (x *GetArtifactTypesByIDRequest) GetTypeIds() []int64
- func (*GetArtifactTypesByIDRequest) ProtoMessage()
- func (x *GetArtifactTypesByIDRequest) ProtoReflect() protoreflect.Message
- func (x *GetArtifactTypesByIDRequest) Reset()
- func (x *GetArtifactTypesByIDRequest) String() string
- type GetArtifactTypesByIDResponse
- func (*GetArtifactTypesByIDResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetArtifactTypesByIDResponse) GetArtifactTypes() []*ArtifactType
- func (*GetArtifactTypesByIDResponse) ProtoMessage()
- func (x *GetArtifactTypesByIDResponse) ProtoReflect() protoreflect.Message
- func (x *GetArtifactTypesByIDResponse) Reset()
- func (x *GetArtifactTypesByIDResponse) String() string
- type GetArtifactTypesRequest
- func (*GetArtifactTypesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetArtifactTypesRequest) GetTransactionOptions() *TransactionOptions
- func (*GetArtifactTypesRequest) ProtoMessage()
- func (x *GetArtifactTypesRequest) ProtoReflect() protoreflect.Message
- func (x *GetArtifactTypesRequest) Reset()
- func (x *GetArtifactTypesRequest) String() string
- type GetArtifactTypesResponse
- func (*GetArtifactTypesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetArtifactTypesResponse) GetArtifactTypes() []*ArtifactType
- func (*GetArtifactTypesResponse) ProtoMessage()
- func (x *GetArtifactTypesResponse) ProtoReflect() protoreflect.Message
- func (x *GetArtifactTypesResponse) Reset()
- func (x *GetArtifactTypesResponse) String() string
- type GetArtifactsByContextRequest
- func (*GetArtifactsByContextRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetArtifactsByContextRequest) GetContextId() int64
- func (x *GetArtifactsByContextRequest) GetOptions() *ListOperationOptions
- func (x *GetArtifactsByContextRequest) GetTransactionOptions() *TransactionOptions
- func (*GetArtifactsByContextRequest) ProtoMessage()
- func (x *GetArtifactsByContextRequest) ProtoReflect() protoreflect.Message
- func (x *GetArtifactsByContextRequest) Reset()
- func (x *GetArtifactsByContextRequest) String() string
- type GetArtifactsByContextResponse
- func (*GetArtifactsByContextResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetArtifactsByContextResponse) GetArtifacts() []*Artifact
- func (x *GetArtifactsByContextResponse) GetNextPageToken() string
- func (*GetArtifactsByContextResponse) ProtoMessage()
- func (x *GetArtifactsByContextResponse) ProtoReflect() protoreflect.Message
- func (x *GetArtifactsByContextResponse) Reset()
- func (x *GetArtifactsByContextResponse) String() string
- type GetArtifactsByExternalIdsRequest
- func (*GetArtifactsByExternalIdsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetArtifactsByExternalIdsRequest) GetExternalIds() []string
- func (x *GetArtifactsByExternalIdsRequest) GetTransactionOptions() *TransactionOptions
- func (*GetArtifactsByExternalIdsRequest) ProtoMessage()
- func (x *GetArtifactsByExternalIdsRequest) ProtoReflect() protoreflect.Message
- func (x *GetArtifactsByExternalIdsRequest) Reset()
- func (x *GetArtifactsByExternalIdsRequest) String() string
- type GetArtifactsByExternalIdsResponse
- func (*GetArtifactsByExternalIdsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetArtifactsByExternalIdsResponse) GetArtifacts() []*Artifact
- func (*GetArtifactsByExternalIdsResponse) ProtoMessage()
- func (x *GetArtifactsByExternalIdsResponse) ProtoReflect() protoreflect.Message
- func (x *GetArtifactsByExternalIdsResponse) Reset()
- func (x *GetArtifactsByExternalIdsResponse) String() string
- type GetArtifactsByIDRequest
- func (*GetArtifactsByIDRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetArtifactsByIDRequest) GetArtifactIds() []int64
- func (x *GetArtifactsByIDRequest) GetPopulateArtifactTypes() bool
- func (x *GetArtifactsByIDRequest) GetTransactionOptions() *TransactionOptions
- func (*GetArtifactsByIDRequest) ProtoMessage()
- func (x *GetArtifactsByIDRequest) ProtoReflect() protoreflect.Message
- func (x *GetArtifactsByIDRequest) Reset()
- func (x *GetArtifactsByIDRequest) String() string
- type GetArtifactsByIDResponse
- func (*GetArtifactsByIDResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetArtifactsByIDResponse) GetArtifactTypes() []*ArtifactType
- func (x *GetArtifactsByIDResponse) GetArtifacts() []*Artifact
- func (*GetArtifactsByIDResponse) ProtoMessage()
- func (x *GetArtifactsByIDResponse) ProtoReflect() protoreflect.Message
- func (x *GetArtifactsByIDResponse) Reset()
- func (x *GetArtifactsByIDResponse) String() string
- type GetArtifactsByTypeRequest
- func (*GetArtifactsByTypeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetArtifactsByTypeRequest) GetOptions() *ListOperationOptions
- func (x *GetArtifactsByTypeRequest) GetTransactionOptions() *TransactionOptions
- func (x *GetArtifactsByTypeRequest) GetTypeName() string
- func (x *GetArtifactsByTypeRequest) GetTypeVersion() string
- func (*GetArtifactsByTypeRequest) ProtoMessage()
- func (x *GetArtifactsByTypeRequest) ProtoReflect() protoreflect.Message
- func (x *GetArtifactsByTypeRequest) Reset()
- func (x *GetArtifactsByTypeRequest) String() string
- type GetArtifactsByTypeResponse
- func (*GetArtifactsByTypeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetArtifactsByTypeResponse) GetArtifacts() []*Artifact
- func (x *GetArtifactsByTypeResponse) GetNextPageToken() string
- func (*GetArtifactsByTypeResponse) ProtoMessage()
- func (x *GetArtifactsByTypeResponse) ProtoReflect() protoreflect.Message
- func (x *GetArtifactsByTypeResponse) Reset()
- func (x *GetArtifactsByTypeResponse) String() string
- type GetArtifactsByURIRequest
- func (*GetArtifactsByURIRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetArtifactsByURIRequest) GetTransactionOptions() *TransactionOptions
- func (x *GetArtifactsByURIRequest) GetUris() []string
- func (*GetArtifactsByURIRequest) ProtoMessage()
- func (x *GetArtifactsByURIRequest) ProtoReflect() protoreflect.Message
- func (x *GetArtifactsByURIRequest) Reset()
- func (x *GetArtifactsByURIRequest) String() string
- type GetArtifactsByURIResponse
- func (*GetArtifactsByURIResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetArtifactsByURIResponse) GetArtifacts() []*Artifact
- func (*GetArtifactsByURIResponse) ProtoMessage()
- func (x *GetArtifactsByURIResponse) ProtoReflect() protoreflect.Message
- func (x *GetArtifactsByURIResponse) Reset()
- func (x *GetArtifactsByURIResponse) String() string
- type GetArtifactsRequest
- func (*GetArtifactsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetArtifactsRequest) GetOptions() *ListOperationOptions
- func (x *GetArtifactsRequest) GetTransactionOptions() *TransactionOptions
- func (*GetArtifactsRequest) ProtoMessage()
- func (x *GetArtifactsRequest) ProtoReflect() protoreflect.Message
- func (x *GetArtifactsRequest) Reset()
- func (x *GetArtifactsRequest) String() string
- type GetArtifactsResponse
- func (*GetArtifactsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetArtifactsResponse) GetArtifacts() []*Artifact
- func (x *GetArtifactsResponse) GetNextPageToken() string
- func (*GetArtifactsResponse) ProtoMessage()
- func (x *GetArtifactsResponse) ProtoReflect() protoreflect.Message
- func (x *GetArtifactsResponse) Reset()
- func (x *GetArtifactsResponse) String() string
- type GetChildrenContextsByContextRequest
- func (*GetChildrenContextsByContextRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetChildrenContextsByContextRequest) GetContextId() int64
- func (x *GetChildrenContextsByContextRequest) GetTransactionOptions() *TransactionOptions
- func (*GetChildrenContextsByContextRequest) ProtoMessage()
- func (x *GetChildrenContextsByContextRequest) ProtoReflect() protoreflect.Message
- func (x *GetChildrenContextsByContextRequest) Reset()
- func (x *GetChildrenContextsByContextRequest) String() string
- type GetChildrenContextsByContextResponse
- func (*GetChildrenContextsByContextResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetChildrenContextsByContextResponse) GetContexts() []*Context
- func (*GetChildrenContextsByContextResponse) ProtoMessage()
- func (x *GetChildrenContextsByContextResponse) ProtoReflect() protoreflect.Message
- func (x *GetChildrenContextsByContextResponse) Reset()
- func (x *GetChildrenContextsByContextResponse) String() string
- type GetChildrenContextsByContextsRequest
- func (*GetChildrenContextsByContextsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetChildrenContextsByContextsRequest) GetContextIds() []int64
- func (x *GetChildrenContextsByContextsRequest) GetTransactionOptions() *TransactionOptions
- func (*GetChildrenContextsByContextsRequest) ProtoMessage()
- func (x *GetChildrenContextsByContextsRequest) ProtoReflect() protoreflect.Message
- func (x *GetChildrenContextsByContextsRequest) Reset()
- func (x *GetChildrenContextsByContextsRequest) String() string
- type GetChildrenContextsByContextsResponse
- func (*GetChildrenContextsByContextsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetChildrenContextsByContextsResponse) GetContexts() map[int64]*GetChildrenContextsByContextsResponse_ChildrenContextsPerParent
- func (*GetChildrenContextsByContextsResponse) ProtoMessage()
- func (x *GetChildrenContextsByContextsResponse) ProtoReflect() protoreflect.Message
- func (x *GetChildrenContextsByContextsResponse) Reset()
- func (x *GetChildrenContextsByContextsResponse) String() string
- type GetChildrenContextsByContextsResponse_ChildrenContextsPerParent
- func (*GetChildrenContextsByContextsResponse_ChildrenContextsPerParent) Descriptor() ([]byte, []int)deprecated
- func (x *GetChildrenContextsByContextsResponse_ChildrenContextsPerParent) GetChildrenContexts() []*Context
- func (*GetChildrenContextsByContextsResponse_ChildrenContextsPerParent) ProtoMessage()
- func (x *GetChildrenContextsByContextsResponse_ChildrenContextsPerParent) ProtoReflect() protoreflect.Message
- func (x *GetChildrenContextsByContextsResponse_ChildrenContextsPerParent) Reset()
- func (x *GetChildrenContextsByContextsResponse_ChildrenContextsPerParent) String() string
- type GetContextByTypeAndNameRequest
- func (*GetContextByTypeAndNameRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetContextByTypeAndNameRequest) GetContextName() string
- func (x *GetContextByTypeAndNameRequest) GetTransactionOptions() *TransactionOptions
- func (x *GetContextByTypeAndNameRequest) GetTypeName() string
- func (x *GetContextByTypeAndNameRequest) GetTypeVersion() string
- func (*GetContextByTypeAndNameRequest) ProtoMessage()
- func (x *GetContextByTypeAndNameRequest) ProtoReflect() protoreflect.Message
- func (x *GetContextByTypeAndNameRequest) Reset()
- func (x *GetContextByTypeAndNameRequest) String() string
- type GetContextByTypeAndNameResponse
- func (*GetContextByTypeAndNameResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetContextByTypeAndNameResponse) GetContext() *Context
- func (*GetContextByTypeAndNameResponse) ProtoMessage()
- func (x *GetContextByTypeAndNameResponse) ProtoReflect() protoreflect.Message
- func (x *GetContextByTypeAndNameResponse) Reset()
- func (x *GetContextByTypeAndNameResponse) String() string
- type GetContextTypeRequest
- func (*GetContextTypeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetContextTypeRequest) GetTransactionOptions() *TransactionOptions
- func (x *GetContextTypeRequest) GetTypeName() string
- func (x *GetContextTypeRequest) GetTypeVersion() string
- func (*GetContextTypeRequest) ProtoMessage()
- func (x *GetContextTypeRequest) ProtoReflect() protoreflect.Message
- func (x *GetContextTypeRequest) Reset()
- func (x *GetContextTypeRequest) String() string
- type GetContextTypeResponse
- func (*GetContextTypeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetContextTypeResponse) GetContextType() *ContextType
- func (*GetContextTypeResponse) ProtoMessage()
- func (x *GetContextTypeResponse) ProtoReflect() protoreflect.Message
- func (x *GetContextTypeResponse) Reset()
- func (x *GetContextTypeResponse) String() string
- type GetContextTypesByExternalIdsRequest
- func (*GetContextTypesByExternalIdsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetContextTypesByExternalIdsRequest) GetExternalIds() []string
- func (x *GetContextTypesByExternalIdsRequest) GetTransactionOptions() *TransactionOptions
- func (*GetContextTypesByExternalIdsRequest) ProtoMessage()
- func (x *GetContextTypesByExternalIdsRequest) ProtoReflect() protoreflect.Message
- func (x *GetContextTypesByExternalIdsRequest) Reset()
- func (x *GetContextTypesByExternalIdsRequest) String() string
- type GetContextTypesByExternalIdsResponse
- func (*GetContextTypesByExternalIdsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetContextTypesByExternalIdsResponse) GetContextTypes() []*ContextType
- func (*GetContextTypesByExternalIdsResponse) ProtoMessage()
- func (x *GetContextTypesByExternalIdsResponse) ProtoReflect() protoreflect.Message
- func (x *GetContextTypesByExternalIdsResponse) Reset()
- func (x *GetContextTypesByExternalIdsResponse) String() string
- type GetContextTypesByIDRequest
- func (*GetContextTypesByIDRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetContextTypesByIDRequest) GetTransactionOptions() *TransactionOptions
- func (x *GetContextTypesByIDRequest) GetTypeIds() []int64
- func (*GetContextTypesByIDRequest) ProtoMessage()
- func (x *GetContextTypesByIDRequest) ProtoReflect() protoreflect.Message
- func (x *GetContextTypesByIDRequest) Reset()
- func (x *GetContextTypesByIDRequest) String() string
- type GetContextTypesByIDResponse
- func (*GetContextTypesByIDResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetContextTypesByIDResponse) GetContextTypes() []*ContextType
- func (*GetContextTypesByIDResponse) ProtoMessage()
- func (x *GetContextTypesByIDResponse) ProtoReflect() protoreflect.Message
- func (x *GetContextTypesByIDResponse) Reset()
- func (x *GetContextTypesByIDResponse) String() string
- type GetContextTypesRequest
- func (*GetContextTypesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetContextTypesRequest) GetTransactionOptions() *TransactionOptions
- func (*GetContextTypesRequest) ProtoMessage()
- func (x *GetContextTypesRequest) ProtoReflect() protoreflect.Message
- func (x *GetContextTypesRequest) Reset()
- func (x *GetContextTypesRequest) String() string
- type GetContextTypesResponse
- func (*GetContextTypesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetContextTypesResponse) GetContextTypes() []*ContextType
- func (*GetContextTypesResponse) ProtoMessage()
- func (x *GetContextTypesResponse) ProtoReflect() protoreflect.Message
- func (x *GetContextTypesResponse) Reset()
- func (x *GetContextTypesResponse) String() string
- type GetContextsByArtifactRequest
- func (*GetContextsByArtifactRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetContextsByArtifactRequest) GetArtifactId() int64
- func (x *GetContextsByArtifactRequest) GetTransactionOptions() *TransactionOptions
- func (*GetContextsByArtifactRequest) ProtoMessage()
- func (x *GetContextsByArtifactRequest) ProtoReflect() protoreflect.Message
- func (x *GetContextsByArtifactRequest) Reset()
- func (x *GetContextsByArtifactRequest) String() string
- type GetContextsByArtifactResponse
- func (*GetContextsByArtifactResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetContextsByArtifactResponse) GetContexts() []*Context
- func (*GetContextsByArtifactResponse) ProtoMessage()
- func (x *GetContextsByArtifactResponse) ProtoReflect() protoreflect.Message
- func (x *GetContextsByArtifactResponse) Reset()
- func (x *GetContextsByArtifactResponse) String() string
- type GetContextsByExecutionRequest
- func (*GetContextsByExecutionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetContextsByExecutionRequest) GetExecutionId() int64
- func (x *GetContextsByExecutionRequest) GetTransactionOptions() *TransactionOptions
- func (*GetContextsByExecutionRequest) ProtoMessage()
- func (x *GetContextsByExecutionRequest) ProtoReflect() protoreflect.Message
- func (x *GetContextsByExecutionRequest) Reset()
- func (x *GetContextsByExecutionRequest) String() string
- type GetContextsByExecutionResponse
- func (*GetContextsByExecutionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetContextsByExecutionResponse) GetContexts() []*Context
- func (*GetContextsByExecutionResponse) ProtoMessage()
- func (x *GetContextsByExecutionResponse) ProtoReflect() protoreflect.Message
- func (x *GetContextsByExecutionResponse) Reset()
- func (x *GetContextsByExecutionResponse) String() string
- type GetContextsByExternalIdsRequest
- func (*GetContextsByExternalIdsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetContextsByExternalIdsRequest) GetExternalIds() []string
- func (x *GetContextsByExternalIdsRequest) GetTransactionOptions() *TransactionOptions
- func (*GetContextsByExternalIdsRequest) ProtoMessage()
- func (x *GetContextsByExternalIdsRequest) ProtoReflect() protoreflect.Message
- func (x *GetContextsByExternalIdsRequest) Reset()
- func (x *GetContextsByExternalIdsRequest) String() string
- type GetContextsByExternalIdsResponse
- func (*GetContextsByExternalIdsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetContextsByExternalIdsResponse) GetContexts() []*Context
- func (*GetContextsByExternalIdsResponse) ProtoMessage()
- func (x *GetContextsByExternalIdsResponse) ProtoReflect() protoreflect.Message
- func (x *GetContextsByExternalIdsResponse) Reset()
- func (x *GetContextsByExternalIdsResponse) String() string
- type GetContextsByIDRequest
- func (*GetContextsByIDRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetContextsByIDRequest) GetContextIds() []int64
- func (x *GetContextsByIDRequest) GetTransactionOptions() *TransactionOptions
- func (*GetContextsByIDRequest) ProtoMessage()
- func (x *GetContextsByIDRequest) ProtoReflect() protoreflect.Message
- func (x *GetContextsByIDRequest) Reset()
- func (x *GetContextsByIDRequest) String() string
- type GetContextsByIDResponse
- func (*GetContextsByIDResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetContextsByIDResponse) GetContexts() []*Context
- func (*GetContextsByIDResponse) ProtoMessage()
- func (x *GetContextsByIDResponse) ProtoReflect() protoreflect.Message
- func (x *GetContextsByIDResponse) Reset()
- func (x *GetContextsByIDResponse) String() string
- type GetContextsByTypeRequest
- func (*GetContextsByTypeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetContextsByTypeRequest) GetOptions() *ListOperationOptions
- func (x *GetContextsByTypeRequest) GetTransactionOptions() *TransactionOptions
- func (x *GetContextsByTypeRequest) GetTypeName() string
- func (x *GetContextsByTypeRequest) GetTypeVersion() string
- func (*GetContextsByTypeRequest) ProtoMessage()
- func (x *GetContextsByTypeRequest) ProtoReflect() protoreflect.Message
- func (x *GetContextsByTypeRequest) Reset()
- func (x *GetContextsByTypeRequest) String() string
- type GetContextsByTypeResponse
- func (*GetContextsByTypeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetContextsByTypeResponse) GetContexts() []*Context
- func (x *GetContextsByTypeResponse) GetNextPageToken() string
- func (*GetContextsByTypeResponse) ProtoMessage()
- func (x *GetContextsByTypeResponse) ProtoReflect() protoreflect.Message
- func (x *GetContextsByTypeResponse) Reset()
- func (x *GetContextsByTypeResponse) String() string
- type GetContextsRequest
- func (*GetContextsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetContextsRequest) GetOptions() *ListOperationOptions
- func (x *GetContextsRequest) GetTransactionOptions() *TransactionOptions
- func (*GetContextsRequest) ProtoMessage()
- func (x *GetContextsRequest) ProtoReflect() protoreflect.Message
- func (x *GetContextsRequest) Reset()
- func (x *GetContextsRequest) String() string
- type GetContextsResponse
- func (*GetContextsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetContextsResponse) GetContexts() []*Context
- func (x *GetContextsResponse) GetNextPageToken() string
- func (*GetContextsResponse) ProtoMessage()
- func (x *GetContextsResponse) ProtoReflect() protoreflect.Message
- func (x *GetContextsResponse) Reset()
- func (x *GetContextsResponse) String() string
- type GetEventsByArtifactIDsRequest
- func (*GetEventsByArtifactIDsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetEventsByArtifactIDsRequest) GetArtifactIds() []int64
- func (x *GetEventsByArtifactIDsRequest) GetTransactionOptions() *TransactionOptions
- func (*GetEventsByArtifactIDsRequest) ProtoMessage()
- func (x *GetEventsByArtifactIDsRequest) ProtoReflect() protoreflect.Message
- func (x *GetEventsByArtifactIDsRequest) Reset()
- func (x *GetEventsByArtifactIDsRequest) String() string
- type GetEventsByArtifactIDsResponse
- func (*GetEventsByArtifactIDsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetEventsByArtifactIDsResponse) GetEvents() []*Event
- func (*GetEventsByArtifactIDsResponse) ProtoMessage()
- func (x *GetEventsByArtifactIDsResponse) ProtoReflect() protoreflect.Message
- func (x *GetEventsByArtifactIDsResponse) Reset()
- func (x *GetEventsByArtifactIDsResponse) String() string
- type GetEventsByExecutionIDsRequest
- func (*GetEventsByExecutionIDsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetEventsByExecutionIDsRequest) GetExecutionIds() []int64
- func (x *GetEventsByExecutionIDsRequest) GetTransactionOptions() *TransactionOptions
- func (*GetEventsByExecutionIDsRequest) ProtoMessage()
- func (x *GetEventsByExecutionIDsRequest) ProtoReflect() protoreflect.Message
- func (x *GetEventsByExecutionIDsRequest) Reset()
- func (x *GetEventsByExecutionIDsRequest) String() string
- type GetEventsByExecutionIDsResponse
- func (*GetEventsByExecutionIDsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetEventsByExecutionIDsResponse) GetEvents() []*Event
- func (*GetEventsByExecutionIDsResponse) ProtoMessage()
- func (x *GetEventsByExecutionIDsResponse) ProtoReflect() protoreflect.Message
- func (x *GetEventsByExecutionIDsResponse) Reset()
- func (x *GetEventsByExecutionIDsResponse) String() string
- type GetExecutionByTypeAndNameRequest
- func (*GetExecutionByTypeAndNameRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetExecutionByTypeAndNameRequest) GetExecutionName() string
- func (x *GetExecutionByTypeAndNameRequest) GetTransactionOptions() *TransactionOptions
- func (x *GetExecutionByTypeAndNameRequest) GetTypeName() string
- func (x *GetExecutionByTypeAndNameRequest) GetTypeVersion() string
- func (*GetExecutionByTypeAndNameRequest) ProtoMessage()
- func (x *GetExecutionByTypeAndNameRequest) ProtoReflect() protoreflect.Message
- func (x *GetExecutionByTypeAndNameRequest) Reset()
- func (x *GetExecutionByTypeAndNameRequest) String() string
- type GetExecutionByTypeAndNameResponse
- func (*GetExecutionByTypeAndNameResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetExecutionByTypeAndNameResponse) GetExecution() *Execution
- func (*GetExecutionByTypeAndNameResponse) ProtoMessage()
- func (x *GetExecutionByTypeAndNameResponse) ProtoReflect() protoreflect.Message
- func (x *GetExecutionByTypeAndNameResponse) Reset()
- func (x *GetExecutionByTypeAndNameResponse) String() string
- type GetExecutionTypeRequest
- func (*GetExecutionTypeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetExecutionTypeRequest) GetTransactionOptions() *TransactionOptions
- func (x *GetExecutionTypeRequest) GetTypeName() string
- func (x *GetExecutionTypeRequest) GetTypeVersion() string
- func (*GetExecutionTypeRequest) ProtoMessage()
- func (x *GetExecutionTypeRequest) ProtoReflect() protoreflect.Message
- func (x *GetExecutionTypeRequest) Reset()
- func (x *GetExecutionTypeRequest) String() string
- type GetExecutionTypeResponse
- func (*GetExecutionTypeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetExecutionTypeResponse) GetExecutionType() *ExecutionType
- func (*GetExecutionTypeResponse) ProtoMessage()
- func (x *GetExecutionTypeResponse) ProtoReflect() protoreflect.Message
- func (x *GetExecutionTypeResponse) Reset()
- func (x *GetExecutionTypeResponse) String() string
- type GetExecutionTypesByExternalIdsRequest
- func (*GetExecutionTypesByExternalIdsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetExecutionTypesByExternalIdsRequest) GetExternalIds() []string
- func (x *GetExecutionTypesByExternalIdsRequest) GetTransactionOptions() *TransactionOptions
- func (*GetExecutionTypesByExternalIdsRequest) ProtoMessage()
- func (x *GetExecutionTypesByExternalIdsRequest) ProtoReflect() protoreflect.Message
- func (x *GetExecutionTypesByExternalIdsRequest) Reset()
- func (x *GetExecutionTypesByExternalIdsRequest) String() string
- type GetExecutionTypesByExternalIdsResponse
- func (*GetExecutionTypesByExternalIdsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetExecutionTypesByExternalIdsResponse) GetExecutionTypes() []*ExecutionType
- func (*GetExecutionTypesByExternalIdsResponse) ProtoMessage()
- func (x *GetExecutionTypesByExternalIdsResponse) ProtoReflect() protoreflect.Message
- func (x *GetExecutionTypesByExternalIdsResponse) Reset()
- func (x *GetExecutionTypesByExternalIdsResponse) String() string
- type GetExecutionTypesByIDRequest
- func (*GetExecutionTypesByIDRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetExecutionTypesByIDRequest) GetTransactionOptions() *TransactionOptions
- func (x *GetExecutionTypesByIDRequest) GetTypeIds() []int64
- func (*GetExecutionTypesByIDRequest) ProtoMessage()
- func (x *GetExecutionTypesByIDRequest) ProtoReflect() protoreflect.Message
- func (x *GetExecutionTypesByIDRequest) Reset()
- func (x *GetExecutionTypesByIDRequest) String() string
- type GetExecutionTypesByIDResponse
- func (*GetExecutionTypesByIDResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetExecutionTypesByIDResponse) GetExecutionTypes() []*ExecutionType
- func (*GetExecutionTypesByIDResponse) ProtoMessage()
- func (x *GetExecutionTypesByIDResponse) ProtoReflect() protoreflect.Message
- func (x *GetExecutionTypesByIDResponse) Reset()
- func (x *GetExecutionTypesByIDResponse) String() string
- type GetExecutionTypesRequest
- func (*GetExecutionTypesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetExecutionTypesRequest) GetTransactionOptions() *TransactionOptions
- func (*GetExecutionTypesRequest) ProtoMessage()
- func (x *GetExecutionTypesRequest) ProtoReflect() protoreflect.Message
- func (x *GetExecutionTypesRequest) Reset()
- func (x *GetExecutionTypesRequest) String() string
- type GetExecutionTypesResponse
- func (*GetExecutionTypesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetExecutionTypesResponse) GetExecutionTypes() []*ExecutionType
- func (*GetExecutionTypesResponse) ProtoMessage()
- func (x *GetExecutionTypesResponse) ProtoReflect() protoreflect.Message
- func (x *GetExecutionTypesResponse) Reset()
- func (x *GetExecutionTypesResponse) String() string
- type GetExecutionsByContextRequest
- func (*GetExecutionsByContextRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetExecutionsByContextRequest) GetContextId() int64
- func (x *GetExecutionsByContextRequest) GetOptions() *ListOperationOptions
- func (x *GetExecutionsByContextRequest) GetTransactionOptions() *TransactionOptions
- func (*GetExecutionsByContextRequest) ProtoMessage()
- func (x *GetExecutionsByContextRequest) ProtoReflect() protoreflect.Message
- func (x *GetExecutionsByContextRequest) Reset()
- func (x *GetExecutionsByContextRequest) String() string
- type GetExecutionsByContextResponse
- func (*GetExecutionsByContextResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetExecutionsByContextResponse) GetExecutions() []*Execution
- func (x *GetExecutionsByContextResponse) GetNextPageToken() string
- func (x *GetExecutionsByContextResponse) GetTransactionOptions() *TransactionOptions
- func (*GetExecutionsByContextResponse) ProtoMessage()
- func (x *GetExecutionsByContextResponse) ProtoReflect() protoreflect.Message
- func (x *GetExecutionsByContextResponse) Reset()
- func (x *GetExecutionsByContextResponse) String() string
- type GetExecutionsByExternalIdsRequest
- func (*GetExecutionsByExternalIdsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetExecutionsByExternalIdsRequest) GetExternalIds() []string
- func (x *GetExecutionsByExternalIdsRequest) GetTransactionOptions() *TransactionOptions
- func (*GetExecutionsByExternalIdsRequest) ProtoMessage()
- func (x *GetExecutionsByExternalIdsRequest) ProtoReflect() protoreflect.Message
- func (x *GetExecutionsByExternalIdsRequest) Reset()
- func (x *GetExecutionsByExternalIdsRequest) String() string
- type GetExecutionsByExternalIdsResponse
- func (*GetExecutionsByExternalIdsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetExecutionsByExternalIdsResponse) GetExecutions() []*Execution
- func (*GetExecutionsByExternalIdsResponse) ProtoMessage()
- func (x *GetExecutionsByExternalIdsResponse) ProtoReflect() protoreflect.Message
- func (x *GetExecutionsByExternalIdsResponse) Reset()
- func (x *GetExecutionsByExternalIdsResponse) String() string
- type GetExecutionsByIDRequest
- func (*GetExecutionsByIDRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetExecutionsByIDRequest) GetExecutionIds() []int64
- func (x *GetExecutionsByIDRequest) GetTransactionOptions() *TransactionOptions
- func (*GetExecutionsByIDRequest) ProtoMessage()
- func (x *GetExecutionsByIDRequest) ProtoReflect() protoreflect.Message
- func (x *GetExecutionsByIDRequest) Reset()
- func (x *GetExecutionsByIDRequest) String() string
- type GetExecutionsByIDResponse
- func (*GetExecutionsByIDResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetExecutionsByIDResponse) GetExecutions() []*Execution
- func (*GetExecutionsByIDResponse) ProtoMessage()
- func (x *GetExecutionsByIDResponse) ProtoReflect() protoreflect.Message
- func (x *GetExecutionsByIDResponse) Reset()
- func (x *GetExecutionsByIDResponse) String() string
- type GetExecutionsByTypeRequest
- func (*GetExecutionsByTypeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetExecutionsByTypeRequest) GetOptions() *ListOperationOptions
- func (x *GetExecutionsByTypeRequest) GetTransactionOptions() *TransactionOptions
- func (x *GetExecutionsByTypeRequest) GetTypeName() string
- func (x *GetExecutionsByTypeRequest) GetTypeVersion() string
- func (*GetExecutionsByTypeRequest) ProtoMessage()
- func (x *GetExecutionsByTypeRequest) ProtoReflect() protoreflect.Message
- func (x *GetExecutionsByTypeRequest) Reset()
- func (x *GetExecutionsByTypeRequest) String() string
- type GetExecutionsByTypeResponse
- func (*GetExecutionsByTypeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetExecutionsByTypeResponse) GetExecutions() []*Execution
- func (x *GetExecutionsByTypeResponse) GetNextPageToken() string
- func (*GetExecutionsByTypeResponse) ProtoMessage()
- func (x *GetExecutionsByTypeResponse) ProtoReflect() protoreflect.Message
- func (x *GetExecutionsByTypeResponse) Reset()
- func (x *GetExecutionsByTypeResponse) String() string
- type GetExecutionsRequest
- func (*GetExecutionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetExecutionsRequest) GetOptions() *ListOperationOptions
- func (x *GetExecutionsRequest) GetTransactionOptions() *TransactionOptions
- func (*GetExecutionsRequest) ProtoMessage()
- func (x *GetExecutionsRequest) ProtoReflect() protoreflect.Message
- func (x *GetExecutionsRequest) Reset()
- func (x *GetExecutionsRequest) String() string
- type GetExecutionsResponse
- func (*GetExecutionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetExecutionsResponse) GetExecutions() []*Execution
- func (x *GetExecutionsResponse) GetNextPageToken() string
- func (*GetExecutionsResponse) ProtoMessage()
- func (x *GetExecutionsResponse) ProtoReflect() protoreflect.Message
- func (x *GetExecutionsResponse) Reset()
- func (x *GetExecutionsResponse) String() string
- type GetLineageGraphRequest
- func (*GetLineageGraphRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetLineageGraphRequest) GetOptions() *LineageGraphQueryOptions
- func (x *GetLineageGraphRequest) GetTransactionOptions() *TransactionOptions
- func (*GetLineageGraphRequest) ProtoMessage()
- func (x *GetLineageGraphRequest) ProtoReflect() protoreflect.Message
- func (x *GetLineageGraphRequest) Reset()
- func (x *GetLineageGraphRequest) String() string
- type GetLineageGraphResponse
- func (*GetLineageGraphResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetLineageGraphResponse) GetSubgraph() *LineageGraph
- func (*GetLineageGraphResponse) ProtoMessage()
- func (x *GetLineageGraphResponse) ProtoReflect() protoreflect.Message
- func (x *GetLineageGraphResponse) Reset()
- func (x *GetLineageGraphResponse) String() string
- type GetLineageSubgraphRequest
- func (*GetLineageSubgraphRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetLineageSubgraphRequest) GetLineageSubgraphQueryOptions() *LineageSubgraphQueryOptions
- func (x *GetLineageSubgraphRequest) GetReadMask() *fieldmaskpb.FieldMask
- func (x *GetLineageSubgraphRequest) GetTransactionOptions() *TransactionOptions
- func (*GetLineageSubgraphRequest) ProtoMessage()
- func (x *GetLineageSubgraphRequest) ProtoReflect() protoreflect.Message
- func (x *GetLineageSubgraphRequest) Reset()
- func (x *GetLineageSubgraphRequest) String() string
- type GetLineageSubgraphResponse
- func (*GetLineageSubgraphResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetLineageSubgraphResponse) GetLineageSubgraph() *LineageGraph
- func (*GetLineageSubgraphResponse) ProtoMessage()
- func (x *GetLineageSubgraphResponse) ProtoReflect() protoreflect.Message
- func (x *GetLineageSubgraphResponse) Reset()
- func (x *GetLineageSubgraphResponse) String() string
- type GetParentContextsByContextRequest
- func (*GetParentContextsByContextRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetParentContextsByContextRequest) GetContextId() int64
- func (x *GetParentContextsByContextRequest) GetTransactionOptions() *TransactionOptions
- func (*GetParentContextsByContextRequest) ProtoMessage()
- func (x *GetParentContextsByContextRequest) ProtoReflect() protoreflect.Message
- func (x *GetParentContextsByContextRequest) Reset()
- func (x *GetParentContextsByContextRequest) String() string
- type GetParentContextsByContextResponse
- func (*GetParentContextsByContextResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetParentContextsByContextResponse) GetContexts() []*Context
- func (*GetParentContextsByContextResponse) ProtoMessage()
- func (x *GetParentContextsByContextResponse) ProtoReflect() protoreflect.Message
- func (x *GetParentContextsByContextResponse) Reset()
- func (x *GetParentContextsByContextResponse) String() string
- type GetParentContextsByContextsRequest
- func (*GetParentContextsByContextsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetParentContextsByContextsRequest) GetContextIds() []int64
- func (x *GetParentContextsByContextsRequest) GetTransactionOptions() *TransactionOptions
- func (*GetParentContextsByContextsRequest) ProtoMessage()
- func (x *GetParentContextsByContextsRequest) ProtoReflect() protoreflect.Message
- func (x *GetParentContextsByContextsRequest) Reset()
- func (x *GetParentContextsByContextsRequest) String() string
- type GetParentContextsByContextsResponse
- func (*GetParentContextsByContextsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetParentContextsByContextsResponse) GetContexts() map[int64]*GetParentContextsByContextsResponse_ParentContextsPerChild
- func (*GetParentContextsByContextsResponse) ProtoMessage()
- func (x *GetParentContextsByContextsResponse) ProtoReflect() protoreflect.Message
- func (x *GetParentContextsByContextsResponse) Reset()
- func (x *GetParentContextsByContextsResponse) String() string
- type GetParentContextsByContextsResponse_ParentContextsPerChild
- func (*GetParentContextsByContextsResponse_ParentContextsPerChild) Descriptor() ([]byte, []int)deprecated
- func (x *GetParentContextsByContextsResponse_ParentContextsPerChild) GetParentContexts() []*Context
- func (*GetParentContextsByContextsResponse_ParentContextsPerChild) ProtoMessage()
- func (x *GetParentContextsByContextsResponse_ParentContextsPerChild) ProtoReflect() protoreflect.Message
- func (x *GetParentContextsByContextsResponse_ParentContextsPerChild) Reset()
- func (x *GetParentContextsByContextsResponse_ParentContextsPerChild) String() string
- type GrpcChannelArguments
- func (*GrpcChannelArguments) Descriptor() ([]byte, []int)deprecated
- func (x *GrpcChannelArguments) GetHttp2MaxPingStrikes() int64
- func (x *GrpcChannelArguments) GetMaxReceiveMessageLength() int64
- func (*GrpcChannelArguments) ProtoMessage()
- func (x *GrpcChannelArguments) ProtoReflect() protoreflect.Message
- func (x *GrpcChannelArguments) Reset()
- func (x *GrpcChannelArguments) String() string
- type IntersectionArtifactStructType
- func (*IntersectionArtifactStructType) Descriptor() ([]byte, []int)deprecated
- func (x *IntersectionArtifactStructType) GetConstraints() []*ArtifactStructType
- func (*IntersectionArtifactStructType) ProtoMessage()
- func (x *IntersectionArtifactStructType) ProtoReflect() protoreflect.Message
- func (x *IntersectionArtifactStructType) Reset()
- func (x *IntersectionArtifactStructType) String() string
- type LineageGraph
- func (*LineageGraph) Descriptor() ([]byte, []int)deprecated
- func (x *LineageGraph) GetArtifactTypes() []*ArtifactType
- func (x *LineageGraph) GetArtifacts() []*Artifact
- func (x *LineageGraph) GetAssociations() []*Association
- func (x *LineageGraph) GetAttributions() []*Attribution
- func (x *LineageGraph) GetContextTypes() []*ContextType
- func (x *LineageGraph) GetContexts() []*Context
- func (x *LineageGraph) GetEvents() []*Event
- func (x *LineageGraph) GetExecutionTypes() []*ExecutionType
- func (x *LineageGraph) GetExecutions() []*Execution
- func (*LineageGraph) ProtoMessage()
- func (x *LineageGraph) ProtoReflect() protoreflect.Message
- func (x *LineageGraph) Reset()
- func (x *LineageGraph) String() string
- type LineageGraphQueryOptions
- func (*LineageGraphQueryOptions) Descriptor() ([]byte, []int)deprecated
- func (x *LineageGraphQueryOptions) GetArtifactsOptions() *ListOperationOptions
- func (x *LineageGraphQueryOptions) GetMaxNodeSize() int64
- func (m *LineageGraphQueryOptions) GetQueryNodes() isLineageGraphQueryOptions_QueryNodes
- func (x *LineageGraphQueryOptions) GetStopConditions() *LineageGraphQueryOptions_BoundaryConstraint
- func (*LineageGraphQueryOptions) ProtoMessage()
- func (x *LineageGraphQueryOptions) ProtoReflect() protoreflect.Message
- func (x *LineageGraphQueryOptions) Reset()
- func (x *LineageGraphQueryOptions) String() string
- type LineageGraphQueryOptions_ArtifactsOptions
- type LineageGraphQueryOptions_BoundaryConstraint
- func (*LineageGraphQueryOptions_BoundaryConstraint) Descriptor() ([]byte, []int)deprecated
- func (x *LineageGraphQueryOptions_BoundaryConstraint) GetBoundaryArtifacts() string
- func (x *LineageGraphQueryOptions_BoundaryConstraint) GetBoundaryExecutions() string
- func (x *LineageGraphQueryOptions_BoundaryConstraint) GetMaxNumHops() int64
- func (*LineageGraphQueryOptions_BoundaryConstraint) ProtoMessage()
- func (x *LineageGraphQueryOptions_BoundaryConstraint) ProtoReflect() protoreflect.Message
- func (x *LineageGraphQueryOptions_BoundaryConstraint) Reset()
- func (x *LineageGraphQueryOptions_BoundaryConstraint) String() string
- type LineageSubgraphQueryOptions
- func (*LineageSubgraphQueryOptions) Descriptor() ([]byte, []int)deprecated
- func (x *LineageSubgraphQueryOptions) GetDirection() LineageSubgraphQueryOptions_Direction
- func (x *LineageSubgraphQueryOptions) GetMaxNumHops() int64
- func (x *LineageSubgraphQueryOptions) GetStartingArtifacts() *LineageSubgraphQueryOptions_StartingNodes
- func (x *LineageSubgraphQueryOptions) GetStartingExecutions() *LineageSubgraphQueryOptions_StartingNodes
- func (m *LineageSubgraphQueryOptions) GetStartingNodes() isLineageSubgraphQueryOptions_StartingNodes
- func (*LineageSubgraphQueryOptions) ProtoMessage()
- func (x *LineageSubgraphQueryOptions) ProtoReflect() protoreflect.Message
- func (x *LineageSubgraphQueryOptions) Reset()
- func (x *LineageSubgraphQueryOptions) String() string
- type LineageSubgraphQueryOptions_Direction
- func (LineageSubgraphQueryOptions_Direction) Descriptor() protoreflect.EnumDescriptor
- func (x LineageSubgraphQueryOptions_Direction) Enum() *LineageSubgraphQueryOptions_Direction
- func (LineageSubgraphQueryOptions_Direction) EnumDescriptor() ([]byte, []int)deprecated
- func (x LineageSubgraphQueryOptions_Direction) Number() protoreflect.EnumNumber
- func (x LineageSubgraphQueryOptions_Direction) String() string
- func (LineageSubgraphQueryOptions_Direction) Type() protoreflect.EnumType
- func (x *LineageSubgraphQueryOptions_Direction) UnmarshalJSON(b []byte) errordeprecated
- type LineageSubgraphQueryOptions_StartingArtifacts
- type LineageSubgraphQueryOptions_StartingExecutions
- type LineageSubgraphQueryOptions_StartingNodes
- func (*LineageSubgraphQueryOptions_StartingNodes) Descriptor() ([]byte, []int)deprecated
- func (x *LineageSubgraphQueryOptions_StartingNodes) GetFilterQuery() string
- func (*LineageSubgraphQueryOptions_StartingNodes) ProtoMessage()
- func (x *LineageSubgraphQueryOptions_StartingNodes) ProtoReflect() protoreflect.Message
- func (x *LineageSubgraphQueryOptions_StartingNodes) Reset()
- func (x *LineageSubgraphQueryOptions_StartingNodes) String() string
- type ListArtifactStructType
- func (*ListArtifactStructType) Descriptor() ([]byte, []int)deprecated
- func (x *ListArtifactStructType) GetElement() *ArtifactStructType
- func (*ListArtifactStructType) ProtoMessage()
- func (x *ListArtifactStructType) ProtoReflect() protoreflect.Message
- func (x *ListArtifactStructType) Reset()
- func (x *ListArtifactStructType) String() string
- type ListOperationNextPageToken
- func (*ListOperationNextPageToken) Descriptor() ([]byte, []int)deprecated
- func (x *ListOperationNextPageToken) GetFieldOffset() int64
- func (x *ListOperationNextPageToken) GetIdOffset() int64
- func (x *ListOperationNextPageToken) GetListedIds() []int64
- func (x *ListOperationNextPageToken) GetSetOptions() *ListOperationOptions
- func (*ListOperationNextPageToken) ProtoMessage()
- func (x *ListOperationNextPageToken) ProtoReflect() protoreflect.Message
- func (x *ListOperationNextPageToken) Reset()
- func (x *ListOperationNextPageToken) String() string
- type ListOperationOptions
- func (*ListOperationOptions) Descriptor() ([]byte, []int)deprecated
- func (x *ListOperationOptions) GetFilterQuery() string
- func (x *ListOperationOptions) GetMaxResultSize() int32
- func (x *ListOperationOptions) GetNextPageToken() string
- func (x *ListOperationOptions) GetOrderByField() *ListOperationOptions_OrderByField
- func (*ListOperationOptions) ProtoMessage()
- func (x *ListOperationOptions) ProtoReflect() protoreflect.Message
- func (x *ListOperationOptions) Reset()
- func (x *ListOperationOptions) String() string
- type ListOperationOptions_OrderByField
- func (*ListOperationOptions_OrderByField) Descriptor() ([]byte, []int)deprecated
- func (x *ListOperationOptions_OrderByField) GetField() ListOperationOptions_OrderByField_Field
- func (x *ListOperationOptions_OrderByField) GetIsAsc() bool
- func (*ListOperationOptions_OrderByField) ProtoMessage()
- func (x *ListOperationOptions_OrderByField) ProtoReflect() protoreflect.Message
- func (x *ListOperationOptions_OrderByField) Reset()
- func (x *ListOperationOptions_OrderByField) String() string
- type ListOperationOptions_OrderByField_Field
- func (ListOperationOptions_OrderByField_Field) Descriptor() protoreflect.EnumDescriptor
- func (x ListOperationOptions_OrderByField_Field) Enum() *ListOperationOptions_OrderByField_Field
- func (ListOperationOptions_OrderByField_Field) EnumDescriptor() ([]byte, []int)deprecated
- func (x ListOperationOptions_OrderByField_Field) Number() protoreflect.EnumNumber
- func (x ListOperationOptions_OrderByField_Field) String() string
- func (ListOperationOptions_OrderByField_Field) Type() protoreflect.EnumType
- func (x *ListOperationOptions_OrderByField_Field) UnmarshalJSON(b []byte) errordeprecated
- type MetadataStoreClientConfig
- func (*MetadataStoreClientConfig) Descriptor() ([]byte, []int)deprecated
- func (x *MetadataStoreClientConfig) GetChannelArguments() *GrpcChannelArguments
- func (x *MetadataStoreClientConfig) GetClientTimeoutSec() float64
- func (x *MetadataStoreClientConfig) GetHost() string
- func (x *MetadataStoreClientConfig) GetPort() int64
- func (x *MetadataStoreClientConfig) GetSslConfig() *MetadataStoreClientConfig_SSLConfig
- func (*MetadataStoreClientConfig) ProtoMessage()
- func (x *MetadataStoreClientConfig) ProtoReflect() protoreflect.Message
- func (x *MetadataStoreClientConfig) Reset()
- func (x *MetadataStoreClientConfig) String() string
- type MetadataStoreClientConfig_SSLConfig
- func (*MetadataStoreClientConfig_SSLConfig) Descriptor() ([]byte, []int)deprecated
- func (x *MetadataStoreClientConfig_SSLConfig) GetClientKey() string
- func (x *MetadataStoreClientConfig_SSLConfig) GetCustomCa() string
- func (x *MetadataStoreClientConfig_SSLConfig) GetServerCert() string
- func (*MetadataStoreClientConfig_SSLConfig) ProtoMessage()
- func (x *MetadataStoreClientConfig_SSLConfig) ProtoReflect() protoreflect.Message
- func (x *MetadataStoreClientConfig_SSLConfig) Reset()
- func (x *MetadataStoreClientConfig_SSLConfig) String() string
- type MetadataStoreServerConfig
- func (*MetadataStoreServerConfig) Descriptor() ([]byte, []int)deprecated
- func (x *MetadataStoreServerConfig) GetConnectionConfig() *ConnectionConfig
- func (x *MetadataStoreServerConfig) GetMigrationOptions() *MigrationOptions
- func (x *MetadataStoreServerConfig) GetSslConfig() *MetadataStoreServerConfig_SSLConfig
- func (*MetadataStoreServerConfig) ProtoMessage()
- func (x *MetadataStoreServerConfig) ProtoReflect() protoreflect.Message
- func (x *MetadataStoreServerConfig) Reset()
- func (x *MetadataStoreServerConfig) String() string
- type MetadataStoreServerConfig_SSLConfig
- func (*MetadataStoreServerConfig_SSLConfig) Descriptor() ([]byte, []int)deprecated
- func (x *MetadataStoreServerConfig_SSLConfig) GetClientVerify() bool
- func (x *MetadataStoreServerConfig_SSLConfig) GetCustomCa() string
- func (x *MetadataStoreServerConfig_SSLConfig) GetServerCert() string
- func (x *MetadataStoreServerConfig_SSLConfig) GetServerKey() string
- func (*MetadataStoreServerConfig_SSLConfig) ProtoMessage()
- func (x *MetadataStoreServerConfig_SSLConfig) ProtoReflect() protoreflect.Message
- func (x *MetadataStoreServerConfig_SSLConfig) Reset()
- func (x *MetadataStoreServerConfig_SSLConfig) String() string
- type MetadataStoreServiceClient
- type MetadataStoreServiceServer
- type MigrationOptions
- func (*MigrationOptions) Descriptor() ([]byte, []int)deprecated
- func (x *MigrationOptions) GetDowngradeToSchemaVersion() int64
- func (x *MigrationOptions) GetEnableUpgradeMigration() bool
- func (*MigrationOptions) ProtoMessage()
- func (x *MigrationOptions) ProtoReflect() protoreflect.Message
- func (x *MigrationOptions) Reset()
- func (x *MigrationOptions) String() string
- type MySQLDatabaseConfig
- func (*MySQLDatabaseConfig) Descriptor() ([]byte, []int)deprecated
- func (x *MySQLDatabaseConfig) GetDatabase() string
- func (x *MySQLDatabaseConfig) GetHost() string
- func (x *MySQLDatabaseConfig) GetPassword() string
- func (x *MySQLDatabaseConfig) GetPort() int64
- func (x *MySQLDatabaseConfig) GetSkipDbCreation() bool
- func (x *MySQLDatabaseConfig) GetSocket() string
- func (x *MySQLDatabaseConfig) GetSslOptions() *MySQLDatabaseConfig_SSLOptions
- func (x *MySQLDatabaseConfig) GetUser() string
- func (*MySQLDatabaseConfig) ProtoMessage()
- func (x *MySQLDatabaseConfig) ProtoReflect() protoreflect.Message
- func (x *MySQLDatabaseConfig) Reset()
- func (x *MySQLDatabaseConfig) String() string
- type MySQLDatabaseConfig_SSLOptions
- func (*MySQLDatabaseConfig_SSLOptions) Descriptor() ([]byte, []int)deprecated
- func (x *MySQLDatabaseConfig_SSLOptions) GetCa() string
- func (x *MySQLDatabaseConfig_SSLOptions) GetCapath() string
- func (x *MySQLDatabaseConfig_SSLOptions) GetCert() string
- func (x *MySQLDatabaseConfig_SSLOptions) GetCipher() string
- func (x *MySQLDatabaseConfig_SSLOptions) GetKey() string
- func (x *MySQLDatabaseConfig_SSLOptions) GetVerifyServerCert() bool
- func (*MySQLDatabaseConfig_SSLOptions) ProtoMessage()
- func (x *MySQLDatabaseConfig_SSLOptions) ProtoReflect() protoreflect.Message
- func (x *MySQLDatabaseConfig_SSLOptions) Reset()
- func (x *MySQLDatabaseConfig_SSLOptions) String() string
- type NoneArtifactStructType
- type ParentContext
- func (*ParentContext) Descriptor() ([]byte, []int)deprecated
- func (x *ParentContext) GetChildId() int64
- func (x *ParentContext) GetParentId() int64
- func (*ParentContext) ProtoMessage()
- func (x *ParentContext) ProtoReflect() protoreflect.Message
- func (x *ParentContext) Reset()
- func (x *ParentContext) String() string
- type PostgreSQLDatabaseConfig
- func (*PostgreSQLDatabaseConfig) Descriptor() ([]byte, []int)deprecated
- func (x *PostgreSQLDatabaseConfig) GetDbname() string
- func (x *PostgreSQLDatabaseConfig) GetHost() string
- func (x *PostgreSQLDatabaseConfig) GetHostaddr() string
- func (x *PostgreSQLDatabaseConfig) GetPassfile() string
- func (x *PostgreSQLDatabaseConfig) GetPassword() string
- func (x *PostgreSQLDatabaseConfig) GetPort() string
- func (x *PostgreSQLDatabaseConfig) GetSkipDbCreation() bool
- func (x *PostgreSQLDatabaseConfig) GetSsloption() *PostgreSQLDatabaseConfig_SSLOptions
- func (x *PostgreSQLDatabaseConfig) GetUser() string
- func (*PostgreSQLDatabaseConfig) ProtoMessage()
- func (x *PostgreSQLDatabaseConfig) ProtoReflect() protoreflect.Message
- func (x *PostgreSQLDatabaseConfig) Reset()
- func (x *PostgreSQLDatabaseConfig) String() string
- type PostgreSQLDatabaseConfig_SSLOptions
- func (*PostgreSQLDatabaseConfig_SSLOptions) Descriptor() ([]byte, []int)deprecated
- func (x *PostgreSQLDatabaseConfig_SSLOptions) GetSslcert() string
- func (x *PostgreSQLDatabaseConfig_SSLOptions) GetSslkey() string
- func (x *PostgreSQLDatabaseConfig_SSLOptions) GetSslmode() string
- func (x *PostgreSQLDatabaseConfig_SSLOptions) GetSslpassword() string
- func (x *PostgreSQLDatabaseConfig_SSLOptions) GetSslrootcert() string
- func (*PostgreSQLDatabaseConfig_SSLOptions) ProtoMessage()
- func (x *PostgreSQLDatabaseConfig_SSLOptions) ProtoReflect() protoreflect.Message
- func (x *PostgreSQLDatabaseConfig_SSLOptions) Reset()
- func (x *PostgreSQLDatabaseConfig_SSLOptions) String() string
- type PropertyType
- func (PropertyType) Descriptor() protoreflect.EnumDescriptor
- func (x PropertyType) Enum() *PropertyType
- func (PropertyType) EnumDescriptor() ([]byte, []int)deprecated
- func (x PropertyType) Number() protoreflect.EnumNumber
- func (x PropertyType) String() string
- func (PropertyType) Type() protoreflect.EnumType
- func (x *PropertyType) UnmarshalJSON(b []byte) errordeprecated
- type PutArtifactTypeRequest
- func (*PutArtifactTypeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PutArtifactTypeRequest) GetAllFieldsMatch() booldeprecated
- func (x *PutArtifactTypeRequest) GetArtifactType() *ArtifactType
- func (x *PutArtifactTypeRequest) GetCanAddFields() bool
- func (x *PutArtifactTypeRequest) GetCanDeleteFields() booldeprecated
- func (x *PutArtifactTypeRequest) GetCanOmitFields() bool
- func (x *PutArtifactTypeRequest) GetTransactionOptions() *TransactionOptions
- func (*PutArtifactTypeRequest) ProtoMessage()
- func (x *PutArtifactTypeRequest) ProtoReflect() protoreflect.Message
- func (x *PutArtifactTypeRequest) Reset()
- func (x *PutArtifactTypeRequest) String() string
- type PutArtifactTypeResponse
- func (*PutArtifactTypeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PutArtifactTypeResponse) GetTypeId() int64
- func (*PutArtifactTypeResponse) ProtoMessage()
- func (x *PutArtifactTypeResponse) ProtoReflect() protoreflect.Message
- func (x *PutArtifactTypeResponse) Reset()
- func (x *PutArtifactTypeResponse) String() string
- type PutArtifactsRequest
- func (*PutArtifactsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PutArtifactsRequest) GetArtifacts() []*Artifact
- func (x *PutArtifactsRequest) GetOptions() *PutArtifactsRequest_Options
- func (x *PutArtifactsRequest) GetTransactionOptions() *TransactionOptions
- func (x *PutArtifactsRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*PutArtifactsRequest) ProtoMessage()
- func (x *PutArtifactsRequest) ProtoReflect() protoreflect.Message
- func (x *PutArtifactsRequest) Reset()
- func (x *PutArtifactsRequest) String() string
- type PutArtifactsRequest_Options
- func (*PutArtifactsRequest_Options) Descriptor() ([]byte, []int)deprecated
- func (x *PutArtifactsRequest_Options) GetAbortIfLatestUpdatedTimeChanged() bool
- func (*PutArtifactsRequest_Options) ProtoMessage()
- func (x *PutArtifactsRequest_Options) ProtoReflect() protoreflect.Message
- func (x *PutArtifactsRequest_Options) Reset()
- func (x *PutArtifactsRequest_Options) String() string
- type PutArtifactsResponse
- func (*PutArtifactsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PutArtifactsResponse) GetArtifactIds() []int64
- func (*PutArtifactsResponse) ProtoMessage()
- func (x *PutArtifactsResponse) ProtoReflect() protoreflect.Message
- func (x *PutArtifactsResponse) Reset()
- func (x *PutArtifactsResponse) String() string
- type PutAttributionsAndAssociationsRequest
- func (*PutAttributionsAndAssociationsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PutAttributionsAndAssociationsRequest) GetAssociations() []*Association
- func (x *PutAttributionsAndAssociationsRequest) GetAttributions() []*Attribution
- func (x *PutAttributionsAndAssociationsRequest) GetTransactionOptions() *TransactionOptions
- func (*PutAttributionsAndAssociationsRequest) ProtoMessage()
- func (x *PutAttributionsAndAssociationsRequest) ProtoReflect() protoreflect.Message
- func (x *PutAttributionsAndAssociationsRequest) Reset()
- func (x *PutAttributionsAndAssociationsRequest) String() string
- type PutAttributionsAndAssociationsResponse
- func (*PutAttributionsAndAssociationsResponse) Descriptor() ([]byte, []int)deprecated
- func (*PutAttributionsAndAssociationsResponse) ProtoMessage()
- func (x *PutAttributionsAndAssociationsResponse) ProtoReflect() protoreflect.Message
- func (x *PutAttributionsAndAssociationsResponse) Reset()
- func (x *PutAttributionsAndAssociationsResponse) String() string
- type PutContextTypeRequest
- func (*PutContextTypeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PutContextTypeRequest) GetAllFieldsMatch() booldeprecated
- func (x *PutContextTypeRequest) GetCanAddFields() bool
- func (x *PutContextTypeRequest) GetCanDeleteFields() booldeprecated
- func (x *PutContextTypeRequest) GetCanOmitFields() bool
- func (x *PutContextTypeRequest) GetContextType() *ContextType
- func (x *PutContextTypeRequest) GetTransactionOptions() *TransactionOptions
- func (*PutContextTypeRequest) ProtoMessage()
- func (x *PutContextTypeRequest) ProtoReflect() protoreflect.Message
- func (x *PutContextTypeRequest) Reset()
- func (x *PutContextTypeRequest) String() string
- type PutContextTypeResponse
- func (*PutContextTypeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PutContextTypeResponse) GetTypeId() int64
- func (*PutContextTypeResponse) ProtoMessage()
- func (x *PutContextTypeResponse) ProtoReflect() protoreflect.Message
- func (x *PutContextTypeResponse) Reset()
- func (x *PutContextTypeResponse) String() string
- type PutContextsRequest
- func (*PutContextsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PutContextsRequest) GetContexts() []*Context
- func (x *PutContextsRequest) GetTransactionOptions() *TransactionOptions
- func (x *PutContextsRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*PutContextsRequest) ProtoMessage()
- func (x *PutContextsRequest) ProtoReflect() protoreflect.Message
- func (x *PutContextsRequest) Reset()
- func (x *PutContextsRequest) String() string
- type PutContextsResponse
- func (*PutContextsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PutContextsResponse) GetContextIds() []int64
- func (*PutContextsResponse) ProtoMessage()
- func (x *PutContextsResponse) ProtoReflect() protoreflect.Message
- func (x *PutContextsResponse) Reset()
- func (x *PutContextsResponse) String() string
- type PutEventsRequest
- func (*PutEventsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PutEventsRequest) GetEvents() []*Event
- func (x *PutEventsRequest) GetTransactionOptions() *TransactionOptions
- func (*PutEventsRequest) ProtoMessage()
- func (x *PutEventsRequest) ProtoReflect() protoreflect.Message
- func (x *PutEventsRequest) Reset()
- func (x *PutEventsRequest) String() string
- type PutEventsResponse
- type PutExecutionRequest
- func (*PutExecutionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PutExecutionRequest) GetArtifactEventPairs() []*PutExecutionRequest_ArtifactAndEvent
- func (x *PutExecutionRequest) GetContexts() []*Context
- func (x *PutExecutionRequest) GetExecution() *Execution
- func (x *PutExecutionRequest) GetOptions() *PutExecutionRequest_Options
- func (x *PutExecutionRequest) GetTransactionOptions() *TransactionOptions
- func (*PutExecutionRequest) ProtoMessage()
- func (x *PutExecutionRequest) ProtoReflect() protoreflect.Message
- func (x *PutExecutionRequest) Reset()
- func (x *PutExecutionRequest) String() string
- type PutExecutionRequest_ArtifactAndEvent
- func (*PutExecutionRequest_ArtifactAndEvent) Descriptor() ([]byte, []int)deprecated
- func (x *PutExecutionRequest_ArtifactAndEvent) GetArtifact() *Artifact
- func (x *PutExecutionRequest_ArtifactAndEvent) GetEvent() *Event
- func (*PutExecutionRequest_ArtifactAndEvent) ProtoMessage()
- func (x *PutExecutionRequest_ArtifactAndEvent) ProtoReflect() protoreflect.Message
- func (x *PutExecutionRequest_ArtifactAndEvent) Reset()
- func (x *PutExecutionRequest_ArtifactAndEvent) String() string
- type PutExecutionRequest_Options
- func (*PutExecutionRequest_Options) Descriptor() ([]byte, []int)deprecated
- func (x *PutExecutionRequest_Options) GetReuseArtifactIfAlreadyExistByExternalId() bool
- func (x *PutExecutionRequest_Options) GetReuseContextIfAlreadyExist() bool
- func (*PutExecutionRequest_Options) ProtoMessage()
- func (x *PutExecutionRequest_Options) ProtoReflect() protoreflect.Message
- func (x *PutExecutionRequest_Options) Reset()
- func (x *PutExecutionRequest_Options) String() string
- type PutExecutionResponse
- func (*PutExecutionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PutExecutionResponse) GetArtifactIds() []int64
- func (x *PutExecutionResponse) GetContextIds() []int64
- func (x *PutExecutionResponse) GetExecutionId() int64
- func (*PutExecutionResponse) ProtoMessage()
- func (x *PutExecutionResponse) ProtoReflect() protoreflect.Message
- func (x *PutExecutionResponse) Reset()
- func (x *PutExecutionResponse) String() string
- type PutExecutionTypeRequest
- func (*PutExecutionTypeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PutExecutionTypeRequest) GetAllFieldsMatch() booldeprecated
- func (x *PutExecutionTypeRequest) GetCanAddFields() bool
- func (x *PutExecutionTypeRequest) GetCanDeleteFields() booldeprecated
- func (x *PutExecutionTypeRequest) GetCanOmitFields() bool
- func (x *PutExecutionTypeRequest) GetExecutionType() *ExecutionType
- func (x *PutExecutionTypeRequest) GetTransactionOptions() *TransactionOptions
- func (*PutExecutionTypeRequest) ProtoMessage()
- func (x *PutExecutionTypeRequest) ProtoReflect() protoreflect.Message
- func (x *PutExecutionTypeRequest) Reset()
- func (x *PutExecutionTypeRequest) String() string
- type PutExecutionTypeResponse
- func (*PutExecutionTypeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PutExecutionTypeResponse) GetTypeId() int64
- func (*PutExecutionTypeResponse) ProtoMessage()
- func (x *PutExecutionTypeResponse) ProtoReflect() protoreflect.Message
- func (x *PutExecutionTypeResponse) Reset()
- func (x *PutExecutionTypeResponse) String() string
- type PutExecutionsRequest
- func (*PutExecutionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PutExecutionsRequest) GetExecutions() []*Execution
- func (x *PutExecutionsRequest) GetTransactionOptions() *TransactionOptions
- func (x *PutExecutionsRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*PutExecutionsRequest) ProtoMessage()
- func (x *PutExecutionsRequest) ProtoReflect() protoreflect.Message
- func (x *PutExecutionsRequest) Reset()
- func (x *PutExecutionsRequest) String() string
- type PutExecutionsResponse
- func (*PutExecutionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PutExecutionsResponse) GetExecutionIds() []int64
- func (*PutExecutionsResponse) ProtoMessage()
- func (x *PutExecutionsResponse) ProtoReflect() protoreflect.Message
- func (x *PutExecutionsResponse) Reset()
- func (x *PutExecutionsResponse) String() string
- type PutLineageSubgraphRequest
- func (*PutLineageSubgraphRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PutLineageSubgraphRequest) GetArtifacts() []*Artifact
- func (x *PutLineageSubgraphRequest) GetContexts() []*Context
- func (x *PutLineageSubgraphRequest) GetEventEdges() []*PutLineageSubgraphRequest_EventEdge
- func (x *PutLineageSubgraphRequest) GetExecutions() []*Execution
- func (x *PutLineageSubgraphRequest) GetOptions() *PutLineageSubgraphRequest_Options
- func (x *PutLineageSubgraphRequest) GetTransactionOptions() *TransactionOptions
- func (*PutLineageSubgraphRequest) ProtoMessage()
- func (x *PutLineageSubgraphRequest) ProtoReflect() protoreflect.Message
- func (x *PutLineageSubgraphRequest) Reset()
- func (x *PutLineageSubgraphRequest) String() string
- type PutLineageSubgraphRequest_EventEdge
- func (*PutLineageSubgraphRequest_EventEdge) Descriptor() ([]byte, []int)deprecated
- func (x *PutLineageSubgraphRequest_EventEdge) GetArtifactIndex() int32
- func (x *PutLineageSubgraphRequest_EventEdge) GetEvent() *Event
- func (x *PutLineageSubgraphRequest_EventEdge) GetExecutionIndex() int32
- func (*PutLineageSubgraphRequest_EventEdge) ProtoMessage()
- func (x *PutLineageSubgraphRequest_EventEdge) ProtoReflect() protoreflect.Message
- func (x *PutLineageSubgraphRequest_EventEdge) Reset()
- func (x *PutLineageSubgraphRequest_EventEdge) String() string
- type PutLineageSubgraphRequest_Options
- func (*PutLineageSubgraphRequest_Options) Descriptor() ([]byte, []int)deprecated
- func (x *PutLineageSubgraphRequest_Options) GetReuseArtifactIfAlreadyExistByExternalId() bool
- func (x *PutLineageSubgraphRequest_Options) GetReuseContextIfAlreadyExist() bool
- func (*PutLineageSubgraphRequest_Options) ProtoMessage()
- func (x *PutLineageSubgraphRequest_Options) ProtoReflect() protoreflect.Message
- func (x *PutLineageSubgraphRequest_Options) Reset()
- func (x *PutLineageSubgraphRequest_Options) String() string
- type PutLineageSubgraphResponse
- func (*PutLineageSubgraphResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PutLineageSubgraphResponse) GetArtifactIds() []int64
- func (x *PutLineageSubgraphResponse) GetContextIds() []int64
- func (x *PutLineageSubgraphResponse) GetExecutionIds() []int64
- func (*PutLineageSubgraphResponse) ProtoMessage()
- func (x *PutLineageSubgraphResponse) ProtoReflect() protoreflect.Message
- func (x *PutLineageSubgraphResponse) Reset()
- func (x *PutLineageSubgraphResponse) String() string
- type PutParentContextsRequest
- func (*PutParentContextsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PutParentContextsRequest) GetParentContexts() []*ParentContext
- func (x *PutParentContextsRequest) GetTransactionOptions() *TransactionOptions
- func (*PutParentContextsRequest) ProtoMessage()
- func (x *PutParentContextsRequest) ProtoReflect() protoreflect.Message
- func (x *PutParentContextsRequest) Reset()
- func (x *PutParentContextsRequest) String() string
- type PutParentContextsResponse
- type PutTypesRequest
- func (*PutTypesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PutTypesRequest) GetAllFieldsMatch() booldeprecated
- func (x *PutTypesRequest) GetArtifactTypes() []*ArtifactType
- func (x *PutTypesRequest) GetCanAddFields() bool
- func (x *PutTypesRequest) GetCanDeleteFields() booldeprecated
- func (x *PutTypesRequest) GetCanOmitFields() bool
- func (x *PutTypesRequest) GetContextTypes() []*ContextType
- func (x *PutTypesRequest) GetExecutionTypes() []*ExecutionType
- func (x *PutTypesRequest) GetTransactionOptions() *TransactionOptions
- func (*PutTypesRequest) ProtoMessage()
- func (x *PutTypesRequest) ProtoReflect() protoreflect.Message
- func (x *PutTypesRequest) Reset()
- func (x *PutTypesRequest) String() string
- type PutTypesResponse
- func (*PutTypesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PutTypesResponse) GetArtifactTypeIds() []int64
- func (x *PutTypesResponse) GetContextTypeIds() []int64
- func (x *PutTypesResponse) GetExecutionTypeIds() []int64
- func (*PutTypesResponse) ProtoMessage()
- func (x *PutTypesResponse) ProtoReflect() protoreflect.Message
- func (x *PutTypesResponse) Reset()
- func (x *PutTypesResponse) String() string
- type RetryOptions
- type SqliteMetadataSourceConfig
- func (*SqliteMetadataSourceConfig) Descriptor() ([]byte, []int)deprecated
- func (x *SqliteMetadataSourceConfig) GetConnectionMode() SqliteMetadataSourceConfig_ConnectionMode
- func (x *SqliteMetadataSourceConfig) GetFilenameUri() string
- func (*SqliteMetadataSourceConfig) ProtoMessage()
- func (x *SqliteMetadataSourceConfig) ProtoReflect() protoreflect.Message
- func (x *SqliteMetadataSourceConfig) Reset()
- func (x *SqliteMetadataSourceConfig) String() string
- type SqliteMetadataSourceConfig_ConnectionMode
- func (SqliteMetadataSourceConfig_ConnectionMode) Descriptor() protoreflect.EnumDescriptor
- func (x SqliteMetadataSourceConfig_ConnectionMode) Enum() *SqliteMetadataSourceConfig_ConnectionMode
- func (SqliteMetadataSourceConfig_ConnectionMode) EnumDescriptor() ([]byte, []int)deprecated
- func (x SqliteMetadataSourceConfig_ConnectionMode) Number() protoreflect.EnumNumber
- func (x SqliteMetadataSourceConfig_ConnectionMode) String() string
- func (SqliteMetadataSourceConfig_ConnectionMode) Type() protoreflect.EnumType
- func (x *SqliteMetadataSourceConfig_ConnectionMode) UnmarshalJSON(b []byte) errordeprecated
- type SystemTypeExtension
- func (*SystemTypeExtension) Descriptor() ([]byte, []int)deprecated
- func (x *SystemTypeExtension) GetTypeName() string
- func (*SystemTypeExtension) ProtoMessage()
- func (x *SystemTypeExtension) ProtoReflect() protoreflect.Message
- func (x *SystemTypeExtension) Reset()
- func (x *SystemTypeExtension) String() string
- type TransactionOptions
- type TupleArtifactStructType
- func (*TupleArtifactStructType) Descriptor() ([]byte, []int)deprecated
- func (x *TupleArtifactStructType) GetElements() []*ArtifactStructType
- func (*TupleArtifactStructType) ProtoMessage()
- func (x *TupleArtifactStructType) ProtoReflect() protoreflect.Message
- func (x *TupleArtifactStructType) Reset()
- func (x *TupleArtifactStructType) String() string
- type UnimplementedMetadataStoreServiceServer
- func (UnimplementedMetadataStoreServiceServer) GetArtifactByTypeAndName(context.Context, *GetArtifactByTypeAndNameRequest) (*GetArtifactByTypeAndNameResponse, error)
- func (UnimplementedMetadataStoreServiceServer) GetArtifactType(context.Context, *GetArtifactTypeRequest) (*GetArtifactTypeResponse, error)
- func (UnimplementedMetadataStoreServiceServer) GetArtifactTypes(context.Context, *GetArtifactTypesRequest) (*GetArtifactTypesResponse, error)
- func (UnimplementedMetadataStoreServiceServer) GetArtifactTypesByExternalIds(context.Context, *GetArtifactTypesByExternalIdsRequest) (*GetArtifactTypesByExternalIdsResponse, error)
- func (UnimplementedMetadataStoreServiceServer) GetArtifactTypesByID(context.Context, *GetArtifactTypesByIDRequest) (*GetArtifactTypesByIDResponse, error)
- func (UnimplementedMetadataStoreServiceServer) GetArtifacts(context.Context, *GetArtifactsRequest) (*GetArtifactsResponse, error)
- func (UnimplementedMetadataStoreServiceServer) GetArtifactsByContext(context.Context, *GetArtifactsByContextRequest) (*GetArtifactsByContextResponse, error)
- func (UnimplementedMetadataStoreServiceServer) GetArtifactsByExternalIds(context.Context, *GetArtifactsByExternalIdsRequest) (*GetArtifactsByExternalIdsResponse, error)
- func (UnimplementedMetadataStoreServiceServer) GetArtifactsByID(context.Context, *GetArtifactsByIDRequest) (*GetArtifactsByIDResponse, error)
- func (UnimplementedMetadataStoreServiceServer) GetArtifactsByType(context.Context, *GetArtifactsByTypeRequest) (*GetArtifactsByTypeResponse, error)
- func (UnimplementedMetadataStoreServiceServer) GetArtifactsByURI(context.Context, *GetArtifactsByURIRequest) (*GetArtifactsByURIResponse, error)
- func (UnimplementedMetadataStoreServiceServer) GetChildrenContextsByContext(context.Context, *GetChildrenContextsByContextRequest) (*GetChildrenContextsByContextResponse, error)
- func (UnimplementedMetadataStoreServiceServer) GetChildrenContextsByContexts(context.Context, *GetChildrenContextsByContextsRequest) (*GetChildrenContextsByContextsResponse, error)
- func (UnimplementedMetadataStoreServiceServer) GetContextByTypeAndName(context.Context, *GetContextByTypeAndNameRequest) (*GetContextByTypeAndNameResponse, error)
- func (UnimplementedMetadataStoreServiceServer) GetContextType(context.Context, *GetContextTypeRequest) (*GetContextTypeResponse, error)
- func (UnimplementedMetadataStoreServiceServer) GetContextTypes(context.Context, *GetContextTypesRequest) (*GetContextTypesResponse, error)
- func (UnimplementedMetadataStoreServiceServer) GetContextTypesByExternalIds(context.Context, *GetContextTypesByExternalIdsRequest) (*GetContextTypesByExternalIdsResponse, error)
- func (UnimplementedMetadataStoreServiceServer) GetContextTypesByID(context.Context, *GetContextTypesByIDRequest) (*GetContextTypesByIDResponse, error)
- func (UnimplementedMetadataStoreServiceServer) GetContexts(context.Context, *GetContextsRequest) (*GetContextsResponse, error)
- func (UnimplementedMetadataStoreServiceServer) GetContextsByArtifact(context.Context, *GetContextsByArtifactRequest) (*GetContextsByArtifactResponse, error)
- func (UnimplementedMetadataStoreServiceServer) GetContextsByExecution(context.Context, *GetContextsByExecutionRequest) (*GetContextsByExecutionResponse, error)
- func (UnimplementedMetadataStoreServiceServer) GetContextsByExternalIds(context.Context, *GetContextsByExternalIdsRequest) (*GetContextsByExternalIdsResponse, error)
- func (UnimplementedMetadataStoreServiceServer) GetContextsByID(context.Context, *GetContextsByIDRequest) (*GetContextsByIDResponse, error)
- func (UnimplementedMetadataStoreServiceServer) GetContextsByType(context.Context, *GetContextsByTypeRequest) (*GetContextsByTypeResponse, error)
- func (UnimplementedMetadataStoreServiceServer) GetEventsByArtifactIDs(context.Context, *GetEventsByArtifactIDsRequest) (*GetEventsByArtifactIDsResponse, error)
- func (UnimplementedMetadataStoreServiceServer) GetEventsByExecutionIDs(context.Context, *GetEventsByExecutionIDsRequest) (*GetEventsByExecutionIDsResponse, error)
- func (UnimplementedMetadataStoreServiceServer) GetExecutionByTypeAndName(context.Context, *GetExecutionByTypeAndNameRequest) (*GetExecutionByTypeAndNameResponse, error)
- func (UnimplementedMetadataStoreServiceServer) GetExecutionType(context.Context, *GetExecutionTypeRequest) (*GetExecutionTypeResponse, error)
- func (UnimplementedMetadataStoreServiceServer) GetExecutionTypes(context.Context, *GetExecutionTypesRequest) (*GetExecutionTypesResponse, error)
- func (UnimplementedMetadataStoreServiceServer) GetExecutionTypesByExternalIds(context.Context, *GetExecutionTypesByExternalIdsRequest) (*GetExecutionTypesByExternalIdsResponse, error)
- func (UnimplementedMetadataStoreServiceServer) GetExecutionTypesByID(context.Context, *GetExecutionTypesByIDRequest) (*GetExecutionTypesByIDResponse, error)
- func (UnimplementedMetadataStoreServiceServer) GetExecutions(context.Context, *GetExecutionsRequest) (*GetExecutionsResponse, error)
- func (UnimplementedMetadataStoreServiceServer) GetExecutionsByContext(context.Context, *GetExecutionsByContextRequest) (*GetExecutionsByContextResponse, error)
- func (UnimplementedMetadataStoreServiceServer) GetExecutionsByExternalIds(context.Context, *GetExecutionsByExternalIdsRequest) (*GetExecutionsByExternalIdsResponse, error)
- func (UnimplementedMetadataStoreServiceServer) GetExecutionsByID(context.Context, *GetExecutionsByIDRequest) (*GetExecutionsByIDResponse, error)
- func (UnimplementedMetadataStoreServiceServer) GetExecutionsByType(context.Context, *GetExecutionsByTypeRequest) (*GetExecutionsByTypeResponse, error)
- func (UnimplementedMetadataStoreServiceServer) GetLineageGraph(context.Context, *GetLineageGraphRequest) (*GetLineageGraphResponse, error)
- func (UnimplementedMetadataStoreServiceServer) GetLineageSubgraph(context.Context, *GetLineageSubgraphRequest) (*GetLineageSubgraphResponse, error)
- func (UnimplementedMetadataStoreServiceServer) GetParentContextsByContext(context.Context, *GetParentContextsByContextRequest) (*GetParentContextsByContextResponse, error)
- func (UnimplementedMetadataStoreServiceServer) GetParentContextsByContexts(context.Context, *GetParentContextsByContextsRequest) (*GetParentContextsByContextsResponse, error)
- func (UnimplementedMetadataStoreServiceServer) PutArtifactType(context.Context, *PutArtifactTypeRequest) (*PutArtifactTypeResponse, error)
- func (UnimplementedMetadataStoreServiceServer) PutArtifacts(context.Context, *PutArtifactsRequest) (*PutArtifactsResponse, error)
- func (UnimplementedMetadataStoreServiceServer) PutAttributionsAndAssociations(context.Context, *PutAttributionsAndAssociationsRequest) (*PutAttributionsAndAssociationsResponse, error)
- func (UnimplementedMetadataStoreServiceServer) PutContextType(context.Context, *PutContextTypeRequest) (*PutContextTypeResponse, error)
- func (UnimplementedMetadataStoreServiceServer) PutContexts(context.Context, *PutContextsRequest) (*PutContextsResponse, error)
- func (UnimplementedMetadataStoreServiceServer) PutEvents(context.Context, *PutEventsRequest) (*PutEventsResponse, error)
- func (UnimplementedMetadataStoreServiceServer) PutExecution(context.Context, *PutExecutionRequest) (*PutExecutionResponse, error)
- func (UnimplementedMetadataStoreServiceServer) PutExecutionType(context.Context, *PutExecutionTypeRequest) (*PutExecutionTypeResponse, error)
- func (UnimplementedMetadataStoreServiceServer) PutExecutions(context.Context, *PutExecutionsRequest) (*PutExecutionsResponse, error)
- func (UnimplementedMetadataStoreServiceServer) PutLineageSubgraph(context.Context, *PutLineageSubgraphRequest) (*PutLineageSubgraphResponse, error)
- func (UnimplementedMetadataStoreServiceServer) PutParentContexts(context.Context, *PutParentContextsRequest) (*PutParentContextsResponse, error)
- func (UnimplementedMetadataStoreServiceServer) PutTypes(context.Context, *PutTypesRequest) (*PutTypesResponse, error)
- type UnionArtifactStructType
- func (*UnionArtifactStructType) Descriptor() ([]byte, []int)deprecated
- func (x *UnionArtifactStructType) GetCandidates() []*ArtifactStructType
- func (*UnionArtifactStructType) ProtoMessage()
- func (x *UnionArtifactStructType) ProtoReflect() protoreflect.Message
- func (x *UnionArtifactStructType) Reset()
- func (x *UnionArtifactStructType) String() string
- type UnsafeMetadataStoreServiceServer
- type Value
- func (*Value) Descriptor() ([]byte, []int)deprecated
- func (x *Value) GetBoolValue() bool
- func (x *Value) GetDoubleValue() float64
- func (x *Value) GetIntValue() int64
- func (x *Value) GetProtoValue() *anypb.Any
- func (x *Value) GetStringValue() string
- func (x *Value) GetStructValue() *structpb.Struct
- func (m *Value) GetValue() isValue_Value
- func (*Value) ProtoMessage()
- func (x *Value) ProtoReflect() protoreflect.Message
- func (x *Value) Reset()
- func (x *Value) String() string
- type Value_BoolValue
- type Value_DoubleValue
- type Value_IntValue
- type Value_ProtoValue
- type Value_StringValue
- type Value_StructValue
Constants ¶
const ( Default_ListOperationOptions_OrderByField_Field = ListOperationOptions_OrderByField_ID Default_ListOperationOptions_OrderByField_IsAsc = bool(true) )
Default values for ListOperationOptions_OrderByField fields.
const ( MetadataStoreService_PutArtifactType_FullMethodName = "/ml_metadata.MetadataStoreService/PutArtifactType" MetadataStoreService_PutExecutionType_FullMethodName = "/ml_metadata.MetadataStoreService/PutExecutionType" MetadataStoreService_PutContextType_FullMethodName = "/ml_metadata.MetadataStoreService/PutContextType" MetadataStoreService_PutTypes_FullMethodName = "/ml_metadata.MetadataStoreService/PutTypes" MetadataStoreService_PutArtifacts_FullMethodName = "/ml_metadata.MetadataStoreService/PutArtifacts" MetadataStoreService_PutExecutions_FullMethodName = "/ml_metadata.MetadataStoreService/PutExecutions" MetadataStoreService_PutEvents_FullMethodName = "/ml_metadata.MetadataStoreService/PutEvents" MetadataStoreService_PutExecution_FullMethodName = "/ml_metadata.MetadataStoreService/PutExecution" MetadataStoreService_PutLineageSubgraph_FullMethodName = "/ml_metadata.MetadataStoreService/PutLineageSubgraph" MetadataStoreService_PutContexts_FullMethodName = "/ml_metadata.MetadataStoreService/PutContexts" MetadataStoreService_PutAttributionsAndAssociations_FullMethodName = "/ml_metadata.MetadataStoreService/PutAttributionsAndAssociations" MetadataStoreService_PutParentContexts_FullMethodName = "/ml_metadata.MetadataStoreService/PutParentContexts" MetadataStoreService_GetArtifactType_FullMethodName = "/ml_metadata.MetadataStoreService/GetArtifactType" MetadataStoreService_GetArtifactTypesByID_FullMethodName = "/ml_metadata.MetadataStoreService/GetArtifactTypesByID" MetadataStoreService_GetArtifactTypes_FullMethodName = "/ml_metadata.MetadataStoreService/GetArtifactTypes" MetadataStoreService_GetExecutionType_FullMethodName = "/ml_metadata.MetadataStoreService/GetExecutionType" MetadataStoreService_GetExecutionTypesByID_FullMethodName = "/ml_metadata.MetadataStoreService/GetExecutionTypesByID" MetadataStoreService_GetExecutionTypes_FullMethodName = "/ml_metadata.MetadataStoreService/GetExecutionTypes" MetadataStoreService_GetContextType_FullMethodName = "/ml_metadata.MetadataStoreService/GetContextType" MetadataStoreService_GetContextTypesByID_FullMethodName = "/ml_metadata.MetadataStoreService/GetContextTypesByID" MetadataStoreService_GetContextTypes_FullMethodName = "/ml_metadata.MetadataStoreService/GetContextTypes" MetadataStoreService_GetArtifacts_FullMethodName = "/ml_metadata.MetadataStoreService/GetArtifacts" MetadataStoreService_GetExecutions_FullMethodName = "/ml_metadata.MetadataStoreService/GetExecutions" MetadataStoreService_GetContexts_FullMethodName = "/ml_metadata.MetadataStoreService/GetContexts" MetadataStoreService_GetArtifactsByID_FullMethodName = "/ml_metadata.MetadataStoreService/GetArtifactsByID" MetadataStoreService_GetExecutionsByID_FullMethodName = "/ml_metadata.MetadataStoreService/GetExecutionsByID" MetadataStoreService_GetContextsByID_FullMethodName = "/ml_metadata.MetadataStoreService/GetContextsByID" MetadataStoreService_GetArtifactsByType_FullMethodName = "/ml_metadata.MetadataStoreService/GetArtifactsByType" MetadataStoreService_GetExecutionsByType_FullMethodName = "/ml_metadata.MetadataStoreService/GetExecutionsByType" MetadataStoreService_GetContextsByType_FullMethodName = "/ml_metadata.MetadataStoreService/GetContextsByType" MetadataStoreService_GetArtifactByTypeAndName_FullMethodName = "/ml_metadata.MetadataStoreService/GetArtifactByTypeAndName" MetadataStoreService_GetExecutionByTypeAndName_FullMethodName = "/ml_metadata.MetadataStoreService/GetExecutionByTypeAndName" MetadataStoreService_GetContextByTypeAndName_FullMethodName = "/ml_metadata.MetadataStoreService/GetContextByTypeAndName" MetadataStoreService_GetArtifactsByURI_FullMethodName = "/ml_metadata.MetadataStoreService/GetArtifactsByURI" MetadataStoreService_GetEventsByExecutionIDs_FullMethodName = "/ml_metadata.MetadataStoreService/GetEventsByExecutionIDs" MetadataStoreService_GetEventsByArtifactIDs_FullMethodName = "/ml_metadata.MetadataStoreService/GetEventsByArtifactIDs" MetadataStoreService_GetArtifactsByExternalIds_FullMethodName = "/ml_metadata.MetadataStoreService/GetArtifactsByExternalIds" MetadataStoreService_GetExecutionsByExternalIds_FullMethodName = "/ml_metadata.MetadataStoreService/GetExecutionsByExternalIds" MetadataStoreService_GetContextsByExternalIds_FullMethodName = "/ml_metadata.MetadataStoreService/GetContextsByExternalIds" MetadataStoreService_GetArtifactTypesByExternalIds_FullMethodName = "/ml_metadata.MetadataStoreService/GetArtifactTypesByExternalIds" MetadataStoreService_GetExecutionTypesByExternalIds_FullMethodName = "/ml_metadata.MetadataStoreService/GetExecutionTypesByExternalIds" MetadataStoreService_GetContextTypesByExternalIds_FullMethodName = "/ml_metadata.MetadataStoreService/GetContextTypesByExternalIds" MetadataStoreService_GetContextsByArtifact_FullMethodName = "/ml_metadata.MetadataStoreService/GetContextsByArtifact" MetadataStoreService_GetContextsByExecution_FullMethodName = "/ml_metadata.MetadataStoreService/GetContextsByExecution" MetadataStoreService_GetParentContextsByContext_FullMethodName = "/ml_metadata.MetadataStoreService/GetParentContextsByContext" MetadataStoreService_GetChildrenContextsByContext_FullMethodName = "/ml_metadata.MetadataStoreService/GetChildrenContextsByContext" MetadataStoreService_GetParentContextsByContexts_FullMethodName = "/ml_metadata.MetadataStoreService/GetParentContextsByContexts" MetadataStoreService_GetChildrenContextsByContexts_FullMethodName = "/ml_metadata.MetadataStoreService/GetChildrenContextsByContexts" MetadataStoreService_GetArtifactsByContext_FullMethodName = "/ml_metadata.MetadataStoreService/GetArtifactsByContext" MetadataStoreService_GetExecutionsByContext_FullMethodName = "/ml_metadata.MetadataStoreService/GetExecutionsByContext" MetadataStoreService_GetLineageGraph_FullMethodName = "/ml_metadata.MetadataStoreService/GetLineageGraph" MetadataStoreService_GetLineageSubgraph_FullMethodName = "/ml_metadata.MetadataStoreService/GetLineageSubgraph" )
const (
Default_GetArtifactsByIDRequest_PopulateArtifactTypes = bool(false)
)
Default values for GetArtifactsByIDRequest fields.
const (
Default_LineageGraphQueryOptions_MaxNodeSize = int64(20)
)
Default values for LineageGraphQueryOptions fields.
const (
Default_ListOperationOptions_MaxResultSize = int32(20)
)
Default values for ListOperationOptions fields.
const (
Default_MigrationOptions_DowngradeToSchemaVersion = int64(-1)
)
Default values for MigrationOptions fields.
const (
Default_PutArtifactTypeRequest_AllFieldsMatch = bool(true)
)
Default values for PutArtifactTypeRequest fields.
const (
Default_PutContextTypeRequest_AllFieldsMatch = bool(true)
)
Default values for PutContextTypeRequest fields.
const (
Default_PutExecutionTypeRequest_AllFieldsMatch = bool(true)
)
Default values for PutExecutionTypeRequest fields.
const (
Default_PutTypesRequest_AllFieldsMatch = bool(true)
)
Default values for PutTypesRequest fields.
Variables ¶
var ( PropertyType_name = map[int32]string{ 0: "UNKNOWN", 1: "INT", 2: "DOUBLE", 3: "STRING", 4: "STRUCT", 5: "PROTO", 6: "BOOLEAN", } PropertyType_value = map[string]int32{ "UNKNOWN": 0, "INT": 1, "DOUBLE": 2, "STRING": 3, "STRUCT": 4, "PROTO": 5, "BOOLEAN": 6, } )
Enum value maps for PropertyType.
var ( Artifact_State_name = map[int32]string{ 0: "UNKNOWN", 1: "PENDING", 2: "LIVE", 3: "MARKED_FOR_DELETION", 4: "DELETED", 5: "ABANDONED", 6: "REFERENCE", } Artifact_State_value = map[string]int32{ "UNKNOWN": 0, "PENDING": 1, "LIVE": 2, "MARKED_FOR_DELETION": 3, "DELETED": 4, "ABANDONED": 5, "REFERENCE": 6, } )
Enum value maps for Artifact_State.
var ( ArtifactType_SystemDefinedBaseType_name = map[int32]string{ 0: "UNSET", 1: "DATASET", 2: "MODEL", 3: "METRICS", 4: "STATISTICS", } ArtifactType_SystemDefinedBaseType_value = map[string]int32{ "UNSET": 0, "DATASET": 1, "MODEL": 2, "METRICS": 3, "STATISTICS": 4, } )
Enum value maps for ArtifactType_SystemDefinedBaseType.
var ( Event_Type_name = map[int32]string{ 0: "UNKNOWN", 1: "DECLARED_OUTPUT", 2: "DECLARED_INPUT", 3: "INPUT", 4: "OUTPUT", 5: "INTERNAL_INPUT", 6: "INTERNAL_OUTPUT", 7: "PENDING_OUTPUT", } Event_Type_value = map[string]int32{ "UNKNOWN": 0, "DECLARED_OUTPUT": 1, "DECLARED_INPUT": 2, "INPUT": 3, "OUTPUT": 4, "INTERNAL_INPUT": 5, "INTERNAL_OUTPUT": 6, "PENDING_OUTPUT": 7, } )
Enum value maps for Event_Type.
var ( Execution_State_name = map[int32]string{ 0: "UNKNOWN", 1: "NEW", 2: "RUNNING", 3: "COMPLETE", 4: "FAILED", 5: "CACHED", 6: "CANCELED", } Execution_State_value = map[string]int32{ "UNKNOWN": 0, "NEW": 1, "RUNNING": 2, "COMPLETE": 3, "FAILED": 4, "CACHED": 5, "CANCELED": 6, } )
Enum value maps for Execution_State.
var ( ExecutionType_SystemDefinedBaseType_name = map[int32]string{ 0: "UNSET", 1: "TRAIN", 2: "TRANSFORM", 3: "PROCESS", 4: "EVALUATE", 5: "DEPLOY", } ExecutionType_SystemDefinedBaseType_value = map[string]int32{ "UNSET": 0, "TRAIN": 1, "TRANSFORM": 2, "PROCESS": 3, "EVALUATE": 4, "DEPLOY": 5, } )
Enum value maps for ExecutionType_SystemDefinedBaseType.
var ( ContextType_SystemDefinedBaseType_name = map[int32]string{ 0: "UNSET", } ContextType_SystemDefinedBaseType_value = map[string]int32{ "UNSET": 0, } )
Enum value maps for ContextType_SystemDefinedBaseType.
var ( SqliteMetadataSourceConfig_ConnectionMode_name = map[int32]string{ 0: "UNKNOWN", 1: "READONLY", 2: "READWRITE", 3: "READWRITE_OPENCREATE", } SqliteMetadataSourceConfig_ConnectionMode_value = map[string]int32{ "UNKNOWN": 0, "READONLY": 1, "READWRITE": 2, "READWRITE_OPENCREATE": 3, } )
Enum value maps for SqliteMetadataSourceConfig_ConnectionMode.
var ( ListOperationOptions_OrderByField_Field_name = map[int32]string{ 0: "FIELD_UNSPECIFIED", 1: "CREATE_TIME", 2: "LAST_UPDATE_TIME", 3: "ID", } ListOperationOptions_OrderByField_Field_value = map[string]int32{ "FIELD_UNSPECIFIED": 0, "CREATE_TIME": 1, "LAST_UPDATE_TIME": 2, "ID": 3, } )
Enum value maps for ListOperationOptions_OrderByField_Field.
var ( LineageSubgraphQueryOptions_Direction_name = map[int32]string{ 0: "DIRECTION_UNSPECIFIED", 1: "UPSTREAM", 2: "DOWNSTREAM", 3: "BIDIRECTIONAL", } LineageSubgraphQueryOptions_Direction_value = map[string]int32{ "DIRECTION_UNSPECIFIED": 0, "UPSTREAM": 1, "DOWNSTREAM": 2, "BIDIRECTIONAL": 3, } )
Enum value maps for LineageSubgraphQueryOptions_Direction.
var ( // The system type information of each simple type enum refers to. // // optional ml_metadata.SystemTypeExtension system_type_extension = 384560917; E_SystemTypeExtension = &file_ml_metadata_proto_metadata_store_proto_extTypes[0] )
Extension fields to descriptorpb.EnumValueOptions.
var File_ml_metadata_proto_metadata_store_proto protoreflect.FileDescriptor
var File_ml_metadata_proto_metadata_store_service_proto protoreflect.FileDescriptor
var MetadataStoreService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "ml_metadata.MetadataStoreService", HandlerType: (*MetadataStoreServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "PutArtifactType", Handler: _MetadataStoreService_PutArtifactType_Handler, }, { MethodName: "PutExecutionType", Handler: _MetadataStoreService_PutExecutionType_Handler, }, { MethodName: "PutContextType", Handler: _MetadataStoreService_PutContextType_Handler, }, { MethodName: "PutTypes", Handler: _MetadataStoreService_PutTypes_Handler, }, { MethodName: "PutArtifacts", Handler: _MetadataStoreService_PutArtifacts_Handler, }, { MethodName: "PutExecutions", Handler: _MetadataStoreService_PutExecutions_Handler, }, { MethodName: "PutEvents", Handler: _MetadataStoreService_PutEvents_Handler, }, { MethodName: "PutExecution", Handler: _MetadataStoreService_PutExecution_Handler, }, { MethodName: "PutLineageSubgraph", Handler: _MetadataStoreService_PutLineageSubgraph_Handler, }, { MethodName: "PutContexts", Handler: _MetadataStoreService_PutContexts_Handler, }, { MethodName: "PutAttributionsAndAssociations", Handler: _MetadataStoreService_PutAttributionsAndAssociations_Handler, }, { MethodName: "PutParentContexts", Handler: _MetadataStoreService_PutParentContexts_Handler, }, { MethodName: "GetArtifactType", Handler: _MetadataStoreService_GetArtifactType_Handler, }, { MethodName: "GetArtifactTypesByID", Handler: _MetadataStoreService_GetArtifactTypesByID_Handler, }, { MethodName: "GetArtifactTypes", Handler: _MetadataStoreService_GetArtifactTypes_Handler, }, { MethodName: "GetExecutionType", Handler: _MetadataStoreService_GetExecutionType_Handler, }, { MethodName: "GetExecutionTypesByID", Handler: _MetadataStoreService_GetExecutionTypesByID_Handler, }, { MethodName: "GetExecutionTypes", Handler: _MetadataStoreService_GetExecutionTypes_Handler, }, { MethodName: "GetContextType", Handler: _MetadataStoreService_GetContextType_Handler, }, { MethodName: "GetContextTypesByID", Handler: _MetadataStoreService_GetContextTypesByID_Handler, }, { MethodName: "GetContextTypes", Handler: _MetadataStoreService_GetContextTypes_Handler, }, { MethodName: "GetArtifacts", Handler: _MetadataStoreService_GetArtifacts_Handler, }, { MethodName: "GetExecutions", Handler: _MetadataStoreService_GetExecutions_Handler, }, { MethodName: "GetContexts", Handler: _MetadataStoreService_GetContexts_Handler, }, { MethodName: "GetArtifactsByID", Handler: _MetadataStoreService_GetArtifactsByID_Handler, }, { MethodName: "GetExecutionsByID", Handler: _MetadataStoreService_GetExecutionsByID_Handler, }, { MethodName: "GetContextsByID", Handler: _MetadataStoreService_GetContextsByID_Handler, }, { MethodName: "GetArtifactsByType", Handler: _MetadataStoreService_GetArtifactsByType_Handler, }, { MethodName: "GetExecutionsByType", Handler: _MetadataStoreService_GetExecutionsByType_Handler, }, { MethodName: "GetContextsByType", Handler: _MetadataStoreService_GetContextsByType_Handler, }, { MethodName: "GetArtifactByTypeAndName", Handler: _MetadataStoreService_GetArtifactByTypeAndName_Handler, }, { MethodName: "GetExecutionByTypeAndName", Handler: _MetadataStoreService_GetExecutionByTypeAndName_Handler, }, { MethodName: "GetContextByTypeAndName", Handler: _MetadataStoreService_GetContextByTypeAndName_Handler, }, { MethodName: "GetArtifactsByURI", Handler: _MetadataStoreService_GetArtifactsByURI_Handler, }, { MethodName: "GetEventsByExecutionIDs", Handler: _MetadataStoreService_GetEventsByExecutionIDs_Handler, }, { MethodName: "GetEventsByArtifactIDs", Handler: _MetadataStoreService_GetEventsByArtifactIDs_Handler, }, { MethodName: "GetArtifactsByExternalIds", Handler: _MetadataStoreService_GetArtifactsByExternalIds_Handler, }, { MethodName: "GetExecutionsByExternalIds", Handler: _MetadataStoreService_GetExecutionsByExternalIds_Handler, }, { MethodName: "GetContextsByExternalIds", Handler: _MetadataStoreService_GetContextsByExternalIds_Handler, }, { MethodName: "GetArtifactTypesByExternalIds", Handler: _MetadataStoreService_GetArtifactTypesByExternalIds_Handler, }, { MethodName: "GetExecutionTypesByExternalIds", Handler: _MetadataStoreService_GetExecutionTypesByExternalIds_Handler, }, { MethodName: "GetContextTypesByExternalIds", Handler: _MetadataStoreService_GetContextTypesByExternalIds_Handler, }, { MethodName: "GetContextsByArtifact", Handler: _MetadataStoreService_GetContextsByArtifact_Handler, }, { MethodName: "GetContextsByExecution", Handler: _MetadataStoreService_GetContextsByExecution_Handler, }, { MethodName: "GetParentContextsByContext", Handler: _MetadataStoreService_GetParentContextsByContext_Handler, }, { MethodName: "GetChildrenContextsByContext", Handler: _MetadataStoreService_GetChildrenContextsByContext_Handler, }, { MethodName: "GetParentContextsByContexts", Handler: _MetadataStoreService_GetParentContextsByContexts_Handler, }, { MethodName: "GetChildrenContextsByContexts", Handler: _MetadataStoreService_GetChildrenContextsByContexts_Handler, }, { MethodName: "GetArtifactsByContext", Handler: _MetadataStoreService_GetArtifactsByContext_Handler, }, { MethodName: "GetExecutionsByContext", Handler: _MetadataStoreService_GetExecutionsByContext_Handler, }, { MethodName: "GetLineageGraph", Handler: _MetadataStoreService_GetLineageGraph_Handler, }, { MethodName: "GetLineageSubgraph", Handler: _MetadataStoreService_GetLineageSubgraph_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "ml_metadata/proto/metadata_store_service.proto", }
MetadataStoreService_ServiceDesc is the grpc.ServiceDesc for MetadataStoreService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterMetadataStoreServiceServer ¶
func RegisterMetadataStoreServiceServer(s grpc.ServiceRegistrar, srv MetadataStoreServiceServer)
Types ¶
type AnyArtifactStructType ¶
type AnyArtifactStructType struct {
// contains filtered or unexported fields
}
Every ArtifactStruct is a member of this type.
func (*AnyArtifactStructType) Descriptor
deprecated
func (*AnyArtifactStructType) Descriptor() ([]byte, []int)
Deprecated: Use AnyArtifactStructType.ProtoReflect.Descriptor instead.
func (*AnyArtifactStructType) ProtoMessage ¶
func (*AnyArtifactStructType) ProtoMessage()
func (*AnyArtifactStructType) ProtoReflect ¶
func (x *AnyArtifactStructType) ProtoReflect() protoreflect.Message
func (*AnyArtifactStructType) Reset ¶
func (x *AnyArtifactStructType) Reset()
func (*AnyArtifactStructType) String ¶
func (x *AnyArtifactStructType) String() string
type Artifact ¶
type Artifact struct { // Output only. The unique server generated id of the artifact. Id *int64 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"` // The client provided name of the artifact. This field is optional. If set, // it must be unique among all the artifacts of the same artifact type within // a database instance and cannot be changed once set. Name *string `protobuf:"bytes,7,opt,name=name" json:"name,omitempty"` // The id of an ArtifactType. This needs to be specified when an artifact is // created, and it cannot be changed. TypeId *int64 `protobuf:"varint,2,opt,name=type_id,json=typeId" json:"type_id,omitempty"` // Output only. The name of an ArtifactType. Type *string `protobuf:"bytes,8,opt,name=type" json:"type,omitempty"` // The uniform resource identifier of the physical artifact. // May be empty if there is no physical artifact. Uri *string `protobuf:"bytes,3,opt,name=uri" json:"uri,omitempty"` // The external id that come from the clients’ system. This field is optional. // If set, it must be unique among all artifacts within a database instance. ExternalId *string `protobuf:"bytes,11,opt,name=external_id,json=externalId" json:"external_id,omitempty"` // Properties of the artifact. // Properties must be specified in the ArtifactType. Properties map[string]*Value `` /* 140-byte string literal not displayed */ // User provided custom properties which are not defined by its type. CustomProperties map[string]*Value `` /* 176-byte string literal not displayed */ // The state of the artifact known to the system. State *Artifact_State `protobuf:"varint,6,opt,name=state,enum=ml_metadata.Artifact_State" json:"state,omitempty"` // Output only. Create time of the artifact in millisecond since epoch. CreateTimeSinceEpoch *int64 `protobuf:"varint,9,opt,name=create_time_since_epoch,json=createTimeSinceEpoch" json:"create_time_since_epoch,omitempty"` // Output only. Last update time of the artifact since epoch in millisecond // since epoch. LastUpdateTimeSinceEpoch *int64 `` /* 134-byte string literal not displayed */ // Output only. SystemMetadata *anypb.Any `protobuf:"bytes,12,opt,name=system_metadata,json=systemMetadata" json:"system_metadata,omitempty"` // contains filtered or unexported fields }
func (*Artifact) Descriptor
deprecated
func (*Artifact) GetCreateTimeSinceEpoch ¶
func (*Artifact) GetCustomProperties ¶
func (*Artifact) GetExternalId ¶
func (*Artifact) GetLastUpdateTimeSinceEpoch ¶
func (*Artifact) GetProperties ¶
func (*Artifact) GetState ¶
func (x *Artifact) GetState() Artifact_State
func (*Artifact) GetSystemMetadata ¶
func (*Artifact) ProtoMessage ¶
func (*Artifact) ProtoMessage()
func (*Artifact) ProtoReflect ¶
func (x *Artifact) ProtoReflect() protoreflect.Message
type ArtifactAndType ¶
type ArtifactAndType struct { Artifact *Artifact `protobuf:"bytes,1,opt,name=artifact" json:"artifact,omitempty"` Type *ArtifactType `protobuf:"bytes,2,opt,name=type" json:"type,omitempty"` // contains filtered or unexported fields }
An artifact and type pair. Part of an artifact struct.
func (*ArtifactAndType) Descriptor
deprecated
func (*ArtifactAndType) Descriptor() ([]byte, []int)
Deprecated: Use ArtifactAndType.ProtoReflect.Descriptor instead.
func (*ArtifactAndType) GetArtifact ¶
func (x *ArtifactAndType) GetArtifact() *Artifact
func (*ArtifactAndType) GetType ¶
func (x *ArtifactAndType) GetType() *ArtifactType
func (*ArtifactAndType) ProtoMessage ¶
func (*ArtifactAndType) ProtoMessage()
func (*ArtifactAndType) ProtoReflect ¶
func (x *ArtifactAndType) ProtoReflect() protoreflect.Message
func (*ArtifactAndType) Reset ¶
func (x *ArtifactAndType) Reset()
func (*ArtifactAndType) String ¶
func (x *ArtifactAndType) String() string
type ArtifactStruct ¶
type ArtifactStruct struct { // Note: an artifact struct may be empty to indicate "None" or null. // // Types that are assignable to Value: // // *ArtifactStruct_Artifact // *ArtifactStruct_Map // *ArtifactStruct_List Value isArtifactStruct_Value `protobuf_oneof:"value"` // contains filtered or unexported fields }
An artifact struct represents the input or output of an Execution. See the more specific types referenced in the message for more details.
func (*ArtifactStruct) Descriptor
deprecated
func (*ArtifactStruct) Descriptor() ([]byte, []int)
Deprecated: Use ArtifactStruct.ProtoReflect.Descriptor instead.
func (*ArtifactStruct) GetArtifact ¶
func (x *ArtifactStruct) GetArtifact() *ArtifactAndType
func (*ArtifactStruct) GetList ¶
func (x *ArtifactStruct) GetList() *ArtifactStructList
func (*ArtifactStruct) GetMap ¶
func (x *ArtifactStruct) GetMap() *ArtifactStructMap
func (*ArtifactStruct) GetValue ¶
func (m *ArtifactStruct) GetValue() isArtifactStruct_Value
func (*ArtifactStruct) ProtoMessage ¶
func (*ArtifactStruct) ProtoMessage()
func (*ArtifactStruct) ProtoReflect ¶
func (x *ArtifactStruct) ProtoReflect() protoreflect.Message
func (*ArtifactStruct) Reset ¶
func (x *ArtifactStruct) Reset()
func (*ArtifactStruct) String ¶
func (x *ArtifactStruct) String() string
type ArtifactStructList ¶
type ArtifactStructList struct { // Can be represented as a JSON list of artifact structs. Elements []*ArtifactStruct `protobuf:"bytes,1,rep,name=elements" json:"elements,omitempty"` // contains filtered or unexported fields }
An artifact struct that is a list.
func (*ArtifactStructList) Descriptor
deprecated
func (*ArtifactStructList) Descriptor() ([]byte, []int)
Deprecated: Use ArtifactStructList.ProtoReflect.Descriptor instead.
func (*ArtifactStructList) GetElements ¶
func (x *ArtifactStructList) GetElements() []*ArtifactStruct
func (*ArtifactStructList) ProtoMessage ¶
func (*ArtifactStructList) ProtoMessage()
func (*ArtifactStructList) ProtoReflect ¶
func (x *ArtifactStructList) ProtoReflect() protoreflect.Message
func (*ArtifactStructList) Reset ¶
func (x *ArtifactStructList) Reset()
func (*ArtifactStructList) String ¶
func (x *ArtifactStructList) String() string
type ArtifactStructMap ¶
type ArtifactStructMap struct { // An artifact struct that is a dictionary. // Can be represented as a JSON dictionary of artifact structs. Properties map[string]*ArtifactStruct `` /* 140-byte string literal not displayed */ // contains filtered or unexported fields }
A dictionary of artifact structs. Can represent a dictionary.
func (*ArtifactStructMap) Descriptor
deprecated
func (*ArtifactStructMap) Descriptor() ([]byte, []int)
Deprecated: Use ArtifactStructMap.ProtoReflect.Descriptor instead.
func (*ArtifactStructMap) GetProperties ¶
func (x *ArtifactStructMap) GetProperties() map[string]*ArtifactStruct
func (*ArtifactStructMap) ProtoMessage ¶
func (*ArtifactStructMap) ProtoMessage()
func (*ArtifactStructMap) ProtoReflect ¶
func (x *ArtifactStructMap) ProtoReflect() protoreflect.Message
func (*ArtifactStructMap) Reset ¶
func (x *ArtifactStructMap) Reset()
func (*ArtifactStructMap) String ¶
func (x *ArtifactStructMap) String() string
type ArtifactStructType ¶
type ArtifactStructType struct { // Types that are assignable to Kind: // // *ArtifactStructType_Simple // *ArtifactStructType_UnionType // *ArtifactStructType_Intersection // *ArtifactStructType_List // *ArtifactStructType_None // *ArtifactStructType_Any // *ArtifactStructType_Tuple // *ArtifactStructType_Dict Kind isArtifactStructType_Kind `protobuf_oneof:"kind"` // contains filtered or unexported fields }
The list of ArtifactStruct is EXPERIMENTAL and not in use yet. The type of an ArtifactStruct. An artifact struct type represents an infinite set of artifact structs. It can specify the input or output type of an ExecutionType. See the more specific types referenced in the message for more details.
func (*ArtifactStructType) Descriptor
deprecated
func (*ArtifactStructType) Descriptor() ([]byte, []int)
Deprecated: Use ArtifactStructType.ProtoReflect.Descriptor instead.
func (*ArtifactStructType) GetAny ¶
func (x *ArtifactStructType) GetAny() *AnyArtifactStructType
func (*ArtifactStructType) GetDict ¶
func (x *ArtifactStructType) GetDict() *DictArtifactStructType
func (*ArtifactStructType) GetIntersection ¶
func (x *ArtifactStructType) GetIntersection() *IntersectionArtifactStructType
func (*ArtifactStructType) GetKind ¶
func (m *ArtifactStructType) GetKind() isArtifactStructType_Kind
func (*ArtifactStructType) GetList ¶
func (x *ArtifactStructType) GetList() *ListArtifactStructType
func (*ArtifactStructType) GetNone ¶
func (x *ArtifactStructType) GetNone() *NoneArtifactStructType
func (*ArtifactStructType) GetSimple ¶
func (x *ArtifactStructType) GetSimple() *ArtifactType
func (*ArtifactStructType) GetTuple ¶
func (x *ArtifactStructType) GetTuple() *TupleArtifactStructType
func (*ArtifactStructType) GetUnionType ¶
func (x *ArtifactStructType) GetUnionType() *UnionArtifactStructType
func (*ArtifactStructType) ProtoMessage ¶
func (*ArtifactStructType) ProtoMessage()
func (*ArtifactStructType) ProtoReflect ¶
func (x *ArtifactStructType) ProtoReflect() protoreflect.Message
func (*ArtifactStructType) Reset ¶
func (x *ArtifactStructType) Reset()
func (*ArtifactStructType) String ¶
func (x *ArtifactStructType) String() string
type ArtifactStructType_Any ¶
type ArtifactStructType_Any struct {
Any *AnyArtifactStructType `protobuf:"bytes,6,opt,name=any,oneof"`
}
type ArtifactStructType_Dict ¶
type ArtifactStructType_Dict struct {
Dict *DictArtifactStructType `protobuf:"bytes,8,opt,name=dict,oneof"`
}
type ArtifactStructType_Intersection ¶
type ArtifactStructType_Intersection struct {
Intersection *IntersectionArtifactStructType `protobuf:"bytes,3,opt,name=intersection,oneof"`
}
type ArtifactStructType_List ¶
type ArtifactStructType_List struct {
List *ListArtifactStructType `protobuf:"bytes,4,opt,name=list,oneof"`
}
type ArtifactStructType_None ¶
type ArtifactStructType_None struct {
None *NoneArtifactStructType `protobuf:"bytes,5,opt,name=none,oneof"`
}
type ArtifactStructType_Simple ¶
type ArtifactStructType_Simple struct {
Simple *ArtifactType `protobuf:"bytes,1,opt,name=simple,oneof"` // Matches exactly this type.
}
type ArtifactStructType_Tuple ¶
type ArtifactStructType_Tuple struct {
Tuple *TupleArtifactStructType `protobuf:"bytes,7,opt,name=tuple,oneof"`
}
type ArtifactStructType_UnionType ¶
type ArtifactStructType_UnionType struct {
UnionType *UnionArtifactStructType `protobuf:"bytes,2,opt,name=union_type,json=unionType,oneof"`
}
type ArtifactStruct_Artifact ¶
type ArtifactStruct_Artifact struct {
Artifact *ArtifactAndType `protobuf:"bytes,1,opt,name=artifact,oneof"`
}
type ArtifactStruct_List ¶
type ArtifactStruct_List struct {
List *ArtifactStructList `protobuf:"bytes,3,opt,name=list,oneof"`
}
type ArtifactStruct_Map ¶
type ArtifactStruct_Map struct {
Map *ArtifactStructMap `protobuf:"bytes,2,opt,name=map,oneof"`
}
type ArtifactType ¶
type ArtifactType struct { // The id of the type. 1-1 relationship between type names and IDs. Id *int64 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"` // The name of the type. It must be unique among ArtifactTypes within a // database instance. Name *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"` // An optional version of the type. An empty string is treated as unset. Version *string `protobuf:"bytes,4,opt,name=version" json:"version,omitempty"` // An optional description about the type. Description *string `protobuf:"bytes,5,opt,name=description" json:"description,omitempty"` // The external id that come from the clients’ system. This field is optional. // If set, it must be unique among all artifact types within a database // instance. ExternalId *string `protobuf:"bytes,7,opt,name=external_id,json=externalId" json:"external_id,omitempty"` // The schema of the type. // Properties are always optional in the artifact. // Properties of an artifact type can be expanded but not contracted (i.e., // you can add columns but not remove them). Properties map[string]PropertyType `` /* 171-byte string literal not displayed */ // An optional system defined base_type expressing the intent of the current // type. This field is useful for the tool builders to utilize the stored MLMD // information, e.g., `MyModel` ArtifactType could set base_type = MODEL. BaseType *ArtifactType_SystemDefinedBaseType `` /* 131-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ArtifactType) Descriptor
deprecated
func (*ArtifactType) Descriptor() ([]byte, []int)
Deprecated: Use ArtifactType.ProtoReflect.Descriptor instead.
func (*ArtifactType) GetBaseType ¶
func (x *ArtifactType) GetBaseType() ArtifactType_SystemDefinedBaseType
func (*ArtifactType) GetDescription ¶
func (x *ArtifactType) GetDescription() string
func (*ArtifactType) GetExternalId ¶
func (x *ArtifactType) GetExternalId() string
func (*ArtifactType) GetId ¶
func (x *ArtifactType) GetId() int64
func (*ArtifactType) GetName ¶
func (x *ArtifactType) GetName() string
func (*ArtifactType) GetProperties ¶
func (x *ArtifactType) GetProperties() map[string]PropertyType
func (*ArtifactType) GetVersion ¶
func (x *ArtifactType) GetVersion() string
func (*ArtifactType) ProtoMessage ¶
func (*ArtifactType) ProtoMessage()
func (*ArtifactType) ProtoReflect ¶
func (x *ArtifactType) ProtoReflect() protoreflect.Message
func (*ArtifactType) Reset ¶
func (x *ArtifactType) Reset()
func (*ArtifactType) String ¶
func (x *ArtifactType) String() string
type ArtifactType_SystemDefinedBaseType ¶
type ArtifactType_SystemDefinedBaseType int32
An enum of system-defined artifact types.
const ( ArtifactType_UNSET ArtifactType_SystemDefinedBaseType = 0 ArtifactType_DATASET ArtifactType_SystemDefinedBaseType = 1 ArtifactType_MODEL ArtifactType_SystemDefinedBaseType = 2 ArtifactType_METRICS ArtifactType_SystemDefinedBaseType = 3 ArtifactType_STATISTICS ArtifactType_SystemDefinedBaseType = 4 )
func (ArtifactType_SystemDefinedBaseType) Descriptor ¶
func (ArtifactType_SystemDefinedBaseType) Descriptor() protoreflect.EnumDescriptor
func (ArtifactType_SystemDefinedBaseType) Enum ¶
func (x ArtifactType_SystemDefinedBaseType) Enum() *ArtifactType_SystemDefinedBaseType
func (ArtifactType_SystemDefinedBaseType) EnumDescriptor
deprecated
func (ArtifactType_SystemDefinedBaseType) EnumDescriptor() ([]byte, []int)
Deprecated: Use ArtifactType_SystemDefinedBaseType.Descriptor instead.
func (ArtifactType_SystemDefinedBaseType) Number ¶
func (x ArtifactType_SystemDefinedBaseType) Number() protoreflect.EnumNumber
func (ArtifactType_SystemDefinedBaseType) String ¶
func (x ArtifactType_SystemDefinedBaseType) String() string
func (ArtifactType_SystemDefinedBaseType) Type ¶
func (ArtifactType_SystemDefinedBaseType) Type() protoreflect.EnumType
func (*ArtifactType_SystemDefinedBaseType) UnmarshalJSON
deprecated
func (x *ArtifactType_SystemDefinedBaseType) UnmarshalJSON(b []byte) error
Deprecated: Do not use.
type Artifact_State ¶
type Artifact_State int32
const ( Artifact_UNKNOWN Artifact_State = 0 // A state indicating that the artifact may exist. Artifact_PENDING Artifact_State = 1 // A state indicating that the artifact should exist, unless something // external to the system deletes it. Artifact_LIVE Artifact_State = 2 // A state indicating that the artifact should be deleted. Artifact_MARKED_FOR_DELETION Artifact_State = 3 // A state indicating that the artifact has been deleted. Artifact_DELETED Artifact_State = 4 // A state indicating that the artifact has been abandoned, which may be // due to a failed or cancelled execution. Artifact_ABANDONED Artifact_State = 5 // A state indicating that the artifact is a reference artifact. At // execution start time, the orchestrator produces an output artifact for // each output key with state PENDING. However, for an intermediate // artifact, this first artifact's state will be REFERENCE. Intermediate // artifacts emitted during a component's execution will copy the REFERENCE // artifact's attributes. At the end of an execution, the artifact state // should remain REFERENCE instead of being changed to LIVE. Artifact_REFERENCE Artifact_State = 6 )
func (Artifact_State) Descriptor ¶
func (Artifact_State) Descriptor() protoreflect.EnumDescriptor
func (Artifact_State) Enum ¶
func (x Artifact_State) Enum() *Artifact_State
func (Artifact_State) EnumDescriptor
deprecated
func (Artifact_State) EnumDescriptor() ([]byte, []int)
Deprecated: Use Artifact_State.Descriptor instead.
func (Artifact_State) Number ¶
func (x Artifact_State) Number() protoreflect.EnumNumber
func (Artifact_State) String ¶
func (x Artifact_State) String() string
func (Artifact_State) Type ¶
func (Artifact_State) Type() protoreflect.EnumType
func (*Artifact_State) UnmarshalJSON
deprecated
func (x *Artifact_State) UnmarshalJSON(b []byte) error
Deprecated: Do not use.
type Association ¶
type Association struct { ExecutionId *int64 `protobuf:"varint,1,opt,name=execution_id,json=executionId" json:"execution_id,omitempty"` ContextId *int64 `protobuf:"varint,2,opt,name=context_id,json=contextId" json:"context_id,omitempty"` // contains filtered or unexported fields }
the Association edges between Context and Execution instances.
func (*Association) Descriptor
deprecated
func (*Association) Descriptor() ([]byte, []int)
Deprecated: Use Association.ProtoReflect.Descriptor instead.
func (*Association) GetContextId ¶
func (x *Association) GetContextId() int64
func (*Association) GetExecutionId ¶
func (x *Association) GetExecutionId() int64
func (*Association) ProtoMessage ¶
func (*Association) ProtoMessage()
func (*Association) ProtoReflect ¶
func (x *Association) ProtoReflect() protoreflect.Message
func (*Association) Reset ¶
func (x *Association) Reset()
func (*Association) String ¶
func (x *Association) String() string
type Attribution ¶
type Attribution struct { ArtifactId *int64 `protobuf:"varint,1,opt,name=artifact_id,json=artifactId" json:"artifact_id,omitempty"` ContextId *int64 `protobuf:"varint,2,opt,name=context_id,json=contextId" json:"context_id,omitempty"` // contains filtered or unexported fields }
the Attribution edges between Context and Artifact instances.
func (*Attribution) Descriptor
deprecated
func (*Attribution) Descriptor() ([]byte, []int)
Deprecated: Use Attribution.ProtoReflect.Descriptor instead.
func (*Attribution) GetArtifactId ¶
func (x *Attribution) GetArtifactId() int64
func (*Attribution) GetContextId ¶
func (x *Attribution) GetContextId() int64
func (*Attribution) ProtoMessage ¶
func (*Attribution) ProtoMessage()
func (*Attribution) ProtoReflect ¶
func (x *Attribution) ProtoReflect() protoreflect.Message
func (*Attribution) Reset ¶
func (x *Attribution) Reset()
func (*Attribution) String ¶
func (x *Attribution) String() string
type ConnectionConfig ¶
type ConnectionConfig struct { // Configuration for a new connection. // // Types that are assignable to Config: // // *ConnectionConfig_FakeDatabase // *ConnectionConfig_Mysql // *ConnectionConfig_Sqlite // *ConnectionConfig_Postgresql Config isConnectionConfig_Config `protobuf_oneof:"config"` // Options for overwriting the default retry setting when MLMD transactions // returning Aborted error. // The setting is currently available for python client library only. // TODO(b/154862807) set the setting in transaction executor. RetryOptions *RetryOptions `protobuf:"bytes,4,opt,name=retry_options,json=retryOptions" json:"retry_options,omitempty"` // contains filtered or unexported fields }
func (*ConnectionConfig) Descriptor
deprecated
func (*ConnectionConfig) Descriptor() ([]byte, []int)
Deprecated: Use ConnectionConfig.ProtoReflect.Descriptor instead.
func (*ConnectionConfig) GetConfig ¶
func (m *ConnectionConfig) GetConfig() isConnectionConfig_Config
func (*ConnectionConfig) GetFakeDatabase ¶
func (x *ConnectionConfig) GetFakeDatabase() *FakeDatabaseConfig
func (*ConnectionConfig) GetMysql ¶
func (x *ConnectionConfig) GetMysql() *MySQLDatabaseConfig
func (*ConnectionConfig) GetPostgresql ¶
func (x *ConnectionConfig) GetPostgresql() *PostgreSQLDatabaseConfig
func (*ConnectionConfig) GetRetryOptions ¶
func (x *ConnectionConfig) GetRetryOptions() *RetryOptions
func (*ConnectionConfig) GetSqlite ¶
func (x *ConnectionConfig) GetSqlite() *SqliteMetadataSourceConfig
func (*ConnectionConfig) ProtoMessage ¶
func (*ConnectionConfig) ProtoMessage()
func (*ConnectionConfig) ProtoReflect ¶
func (x *ConnectionConfig) ProtoReflect() protoreflect.Message
func (*ConnectionConfig) Reset ¶
func (x *ConnectionConfig) Reset()
func (*ConnectionConfig) String ¶
func (x *ConnectionConfig) String() string
type ConnectionConfig_FakeDatabase ¶
type ConnectionConfig_FakeDatabase struct {
FakeDatabase *FakeDatabaseConfig `protobuf:"bytes,1,opt,name=fake_database,json=fakeDatabase,oneof"`
}
type ConnectionConfig_Mysql ¶
type ConnectionConfig_Mysql struct {
Mysql *MySQLDatabaseConfig `protobuf:"bytes,2,opt,name=mysql,oneof"`
}
type ConnectionConfig_Postgresql ¶
type ConnectionConfig_Postgresql struct { // PostgreSQL database connection config. Postgresql *PostgreSQLDatabaseConfig `protobuf:"bytes,5,opt,name=postgresql,oneof"` }
type ConnectionConfig_Sqlite ¶
type ConnectionConfig_Sqlite struct {
Sqlite *SqliteMetadataSourceConfig `protobuf:"bytes,3,opt,name=sqlite,oneof"`
}
type Context ¶
type Context struct { // Output Only. The unique server generated id of the context. Id *int64 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"` // The client provided name of the context. It must be unique within a // database instance. Name *string `protobuf:"bytes,3,opt,name=name" json:"name,omitempty"` // The id of a ContextType. This needs to be specified when a context is // created, and it cannot be changed. TypeId *int64 `protobuf:"varint,2,opt,name=type_id,json=typeId" json:"type_id,omitempty"` // Output only. The name of a ContextType. Type *string `protobuf:"bytes,6,opt,name=type" json:"type,omitempty"` // The external id that come from the clients’ system. This field is optional. // If set, it must be unique among all contexts within a virtual database. ExternalId *string `protobuf:"bytes,9,opt,name=external_id,json=externalId" json:"external_id,omitempty"` // Values of the properties, which must be specified in the ContextType. Properties map[string]*Value `` /* 140-byte string literal not displayed */ // User provided custom properties which are not defined by its type. CustomProperties map[string]*Value `` /* 176-byte string literal not displayed */ // Output only. Create time of the context in millisecond since epoch. CreateTimeSinceEpoch *int64 `protobuf:"varint,7,opt,name=create_time_since_epoch,json=createTimeSinceEpoch" json:"create_time_since_epoch,omitempty"` // Output only. Last update time of the context in millisecond since epoch. LastUpdateTimeSinceEpoch *int64 `` /* 133-byte string literal not displayed */ // Output only system metadata. SystemMetadata *anypb.Any `protobuf:"bytes,10,opt,name=system_metadata,json=systemMetadata" json:"system_metadata,omitempty"` // contains filtered or unexported fields }
func (*Context) Descriptor
deprecated
func (*Context) GetCreateTimeSinceEpoch ¶
func (*Context) GetCustomProperties ¶
func (*Context) GetExternalId ¶
func (*Context) GetLastUpdateTimeSinceEpoch ¶
func (*Context) GetProperties ¶
func (*Context) GetSystemMetadata ¶
func (*Context) ProtoMessage ¶
func (*Context) ProtoMessage()
func (*Context) ProtoReflect ¶
func (x *Context) ProtoReflect() protoreflect.Message
type ContextType ¶
type ContextType struct { // The id of the type. 1-1 relationship between type names and IDs. Id *int64 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"` // The name of the type, e.g., Pipeline, Task, Session, User, etc. It must be // unique among ContextTypes within a database instance. Name *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"` // An optional version of the type. An empty string is treated as unset. Version *string `protobuf:"bytes,4,opt,name=version" json:"version,omitempty"` // An optional description about the type. Description *string `protobuf:"bytes,5,opt,name=description" json:"description,omitempty"` // The external id that come from the clients’ system. This field is optional. // If set, it must be unique among all context types within a database // instance. ExternalId *string `protobuf:"bytes,7,opt,name=external_id,json=externalId" json:"external_id,omitempty"` // The schema of the type, e.g., name: string, owner: string // Properties are always optional in the context. // Properties of an context type can be expanded but not contracted (i.e., // you can add columns but not remove them). Properties map[string]PropertyType `` /* 171-byte string literal not displayed */ // An optional system defined base_type expressing the intent of the current // context type. // *NOTE: currently there are no system Context types defined, and the field // is not used for ContextType. BaseType *ContextType_SystemDefinedBaseType `` /* 130-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ContextType) Descriptor
deprecated
func (*ContextType) Descriptor() ([]byte, []int)
Deprecated: Use ContextType.ProtoReflect.Descriptor instead.
func (*ContextType) GetBaseType ¶
func (x *ContextType) GetBaseType() ContextType_SystemDefinedBaseType
func (*ContextType) GetDescription ¶
func (x *ContextType) GetDescription() string
func (*ContextType) GetExternalId ¶
func (x *ContextType) GetExternalId() string
func (*ContextType) GetId ¶
func (x *ContextType) GetId() int64
func (*ContextType) GetName ¶
func (x *ContextType) GetName() string
func (*ContextType) GetProperties ¶
func (x *ContextType) GetProperties() map[string]PropertyType
func (*ContextType) GetVersion ¶
func (x *ContextType) GetVersion() string
func (*ContextType) ProtoMessage ¶
func (*ContextType) ProtoMessage()
func (*ContextType) ProtoReflect ¶
func (x *ContextType) ProtoReflect() protoreflect.Message
func (*ContextType) Reset ¶
func (x *ContextType) Reset()
func (*ContextType) String ¶
func (x *ContextType) String() string
type ContextType_SystemDefinedBaseType ¶
type ContextType_SystemDefinedBaseType int32
An enum of system-defined context types.
const (
ContextType_UNSET ContextType_SystemDefinedBaseType = 0
)
func (ContextType_SystemDefinedBaseType) Descriptor ¶
func (ContextType_SystemDefinedBaseType) Descriptor() protoreflect.EnumDescriptor
func (ContextType_SystemDefinedBaseType) Enum ¶
func (x ContextType_SystemDefinedBaseType) Enum() *ContextType_SystemDefinedBaseType
func (ContextType_SystemDefinedBaseType) EnumDescriptor
deprecated
func (ContextType_SystemDefinedBaseType) EnumDescriptor() ([]byte, []int)
Deprecated: Use ContextType_SystemDefinedBaseType.Descriptor instead.
func (ContextType_SystemDefinedBaseType) Number ¶
func (x ContextType_SystemDefinedBaseType) Number() protoreflect.EnumNumber
func (ContextType_SystemDefinedBaseType) String ¶
func (x ContextType_SystemDefinedBaseType) String() string
func (ContextType_SystemDefinedBaseType) Type ¶
func (ContextType_SystemDefinedBaseType) Type() protoreflect.EnumType
func (*ContextType_SystemDefinedBaseType) UnmarshalJSON
deprecated
func (x *ContextType_SystemDefinedBaseType) UnmarshalJSON(b []byte) error
Deprecated: Do not use.
type DictArtifactStructType ¶
type DictArtifactStructType struct { // Underlying properties for the type. Properties map[string]*ArtifactStructType `` /* 140-byte string literal not displayed */ // If true, then if properties["foo"] can be None, then that key is not // required. NoneTypeNotRequired *bool `protobuf:"varint,2,opt,name=none_type_not_required,json=noneTypeNotRequired" json:"none_type_not_required,omitempty"` // Extra keys are allowed that are not specified in properties. These // keys must have the type specified below. // If this is not specified, then extra properties are not allowed. ExtraPropertiesType *ArtifactStructType `protobuf:"bytes,3,opt,name=extra_properties_type,json=extraPropertiesType" json:"extra_properties_type,omitempty"` // contains filtered or unexported fields }
A artifact struct type that represents a record or struct-like dictionary. ArtifactStruct would be map (i.e. ArtifactStructMap)
func (*DictArtifactStructType) Descriptor
deprecated
func (*DictArtifactStructType) Descriptor() ([]byte, []int)
Deprecated: Use DictArtifactStructType.ProtoReflect.Descriptor instead.
func (*DictArtifactStructType) GetExtraPropertiesType ¶
func (x *DictArtifactStructType) GetExtraPropertiesType() *ArtifactStructType
func (*DictArtifactStructType) GetNoneTypeNotRequired ¶
func (x *DictArtifactStructType) GetNoneTypeNotRequired() bool
func (*DictArtifactStructType) GetProperties ¶
func (x *DictArtifactStructType) GetProperties() map[string]*ArtifactStructType
func (*DictArtifactStructType) ProtoMessage ¶
func (*DictArtifactStructType) ProtoMessage()
func (*DictArtifactStructType) ProtoReflect ¶
func (x *DictArtifactStructType) ProtoReflect() protoreflect.Message
func (*DictArtifactStructType) Reset ¶
func (x *DictArtifactStructType) Reset()
func (*DictArtifactStructType) String ¶
func (x *DictArtifactStructType) String() string
type Event ¶
type Event struct { // The artifact id is required for an event, and should refer to an // existing artifact. ArtifactId *int64 `protobuf:"varint,1,opt,name=artifact_id,json=artifactId" json:"artifact_id,omitempty"` // The execution_id is required for an event, and should refer to an // existing execution. ExecutionId *int64 `protobuf:"varint,2,opt,name=execution_id,json=executionId" json:"execution_id,omitempty"` // The path in an artifact struct, or the name of an artifact. Path *Event_Path `protobuf:"bytes,3,opt,name=path" json:"path,omitempty"` // The type of an event. Type *Event_Type `protobuf:"varint,4,opt,name=type,enum=ml_metadata.Event_Type" json:"type,omitempty"` // Time the event occurred // Epoch is Jan 1, 1970, UTC MillisecondsSinceEpoch *int64 `protobuf:"varint,5,opt,name=milliseconds_since_epoch,json=millisecondsSinceEpoch" json:"milliseconds_since_epoch,omitempty"` // Output only. SystemMetadata *anypb.Any `protobuf:"bytes,6,opt,name=system_metadata,json=systemMetadata" json:"system_metadata,omitempty"` // contains filtered or unexported fields }
An event represents a relationship between an artifact and an execution. There are different kinds of events, relating to both input and output, as well as how they are used by the mlmd powered system. For example, the DECLARED_INPUT and DECLARED_OUTPUT events are part of the signature of an execution. For example, consider:
my_result = my_execution({"data":[3,7],"schema":8})
Where 3, 7, and 8 are artifact_ids, Assuming execution_id of my_execution is 12 and artifact_id of my_result is 15, the events are:
{ artifact_id:3, execution_id: 12, type:DECLARED_INPUT, path:{step:[{"key":"data"},{"index":0}]} } { artifact_id:7, execution_id: 12, type:DECLARED_INPUT, path:{step:[{"key":"data"},{"index":1}]} } { artifact_id:8, execution_id: 12, type:DECLARED_INPUT, path:{step:[{"key":"schema"}]} } { artifact_id:15, execution_id: 12, type:DECLARED_OUTPUT, path:{step:[{"key":"my_result"}]} }
Other event types include INPUT/OUTPUT, INTERNAL_INPUT/_OUTPUT and PENDING_OUTPUT:
The INPUT/OUTPUT is an event that actually reads/writes an artifact by an execution. The input/output artifacts may not declared in the signature, For example, the trainer may output multiple caches of the parameters (as an OUTPUT), then finally write the SavedModel as a DECLARED_OUTPUT.
The INTERNAL_INPUT/_OUTPUT are event types which are only meaningful to an orchestration system to keep track of the details for later debugging. For example, a fork happened conditioning on an artifact, then an execution is triggered, such fork implementing may need to log the read and write of artifacts and may not be worth displaying to the users.
For instance, in the above example,
my_result = my_execution({"data":[3,7],"schema":8})
there is another execution (id: 15), which represents a `garbage_collection` step in an orchestration system
gc_result = garbage_collection(my_result)
that cleans `my_result` if needed. The details should be invisible to the end users and lineage tracking. The orchestrator can emit following events:
{ artifact_id: 15, execution_id: 15, type:INTERNAL_INPUT, } { artifact_id:16, // New artifact containing the GC job result. execution_id: 15, type:INTERNAL_OUTPUT, path:{step:[{"key":"gc_result"}]} }
The PENDING_OUTPUT event is used to indicate that an artifact is tentatively associated with an active execution which has not yet been finalized. For example, an orchestration system can register output artifacts of a running execution with PENDING_OUTPUT events to indicate the output artifacts the execution is expected to produce. When the execution is finished, the final set of output artifacts can be associated with the exeution using OUTPUT events, and any unused artifacts which were previously registered with PENDING_OUTPUT events can be updated to set their Artifact.State to ABANDONED.
Events are unique of the same (artifact_id, execution_id, type) combination within a metadata store.
func (*Event) Descriptor
deprecated
func (*Event) GetArtifactId ¶
func (*Event) GetExecutionId ¶
func (*Event) GetMillisecondsSinceEpoch ¶
func (*Event) GetPath ¶
func (x *Event) GetPath() *Event_Path
func (*Event) GetSystemMetadata ¶
func (*Event) GetType ¶
func (x *Event) GetType() Event_Type
func (*Event) ProtoMessage ¶
func (*Event) ProtoMessage()
func (*Event) ProtoReflect ¶
func (x *Event) ProtoReflect() protoreflect.Message
type Event_Path ¶
type Event_Path struct { // A simple path (e.g. {step{key:"foo"}}) can name an artifact in the // context of an execution. Steps []*Event_Path_Step `protobuf:"bytes,1,rep,name=steps" json:"steps,omitempty"` // contains filtered or unexported fields }
A simple path (e.g. {step{key:"foo"}}) can name an artifact in the context of an execution.
func (*Event_Path) Descriptor
deprecated
func (*Event_Path) Descriptor() ([]byte, []int)
Deprecated: Use Event_Path.ProtoReflect.Descriptor instead.
func (*Event_Path) GetSteps ¶
func (x *Event_Path) GetSteps() []*Event_Path_Step
func (*Event_Path) ProtoMessage ¶
func (*Event_Path) ProtoMessage()
func (*Event_Path) ProtoReflect ¶
func (x *Event_Path) ProtoReflect() protoreflect.Message
func (*Event_Path) Reset ¶
func (x *Event_Path) Reset()
func (*Event_Path) String ¶
func (x *Event_Path) String() string
type Event_Path_Step ¶
type Event_Path_Step struct { // Types that are assignable to Value: // // *Event_Path_Step_Index // *Event_Path_Step_Key Value isEvent_Path_Step_Value `protobuf_oneof:"value"` // contains filtered or unexported fields }
func (*Event_Path_Step) Descriptor
deprecated
func (*Event_Path_Step) Descriptor() ([]byte, []int)
Deprecated: Use Event_Path_Step.ProtoReflect.Descriptor instead.
func (*Event_Path_Step) GetIndex ¶
func (x *Event_Path_Step) GetIndex() int64
func (*Event_Path_Step) GetKey ¶
func (x *Event_Path_Step) GetKey() string
func (*Event_Path_Step) GetValue ¶
func (m *Event_Path_Step) GetValue() isEvent_Path_Step_Value
func (*Event_Path_Step) ProtoMessage ¶
func (*Event_Path_Step) ProtoMessage()
func (*Event_Path_Step) ProtoReflect ¶
func (x *Event_Path_Step) ProtoReflect() protoreflect.Message
func (*Event_Path_Step) Reset ¶
func (x *Event_Path_Step) Reset()
func (*Event_Path_Step) String ¶
func (x *Event_Path_Step) String() string
type Event_Path_Step_Index ¶
type Event_Path_Step_Index struct {
Index int64 `protobuf:"varint,1,opt,name=index,oneof"`
}
type Event_Path_Step_Key ¶
type Event_Path_Step_Key struct {
Key string `protobuf:"bytes,2,opt,name=key,oneof"`
}
type Event_Type ¶
type Event_Type int32
Events distinguish between an artifact that is written by the execution (possibly as a cache), versus artifacts that are part of the declared output of the Execution. For more information on what DECLARED_ means, see the comment on the message.
const ( Event_UNKNOWN Event_Type = 0 Event_DECLARED_OUTPUT Event_Type = 1 // A declared output of the execution. Event_DECLARED_INPUT Event_Type = 2 // A declared input of the execution. Event_INPUT Event_Type = 3 // An input of the execution. Event_OUTPUT Event_Type = 4 // An output of the execution. Event_INTERNAL_INPUT Event_Type = 5 // An internal input of the execution. Event_INTERNAL_OUTPUT Event_Type = 6 // An internal output of the execution. Event_PENDING_OUTPUT Event_Type = 7 // A pending output of the execution. )
func (Event_Type) Descriptor ¶
func (Event_Type) Descriptor() protoreflect.EnumDescriptor
func (Event_Type) Enum ¶
func (x Event_Type) Enum() *Event_Type
func (Event_Type) EnumDescriptor
deprecated
func (Event_Type) EnumDescriptor() ([]byte, []int)
Deprecated: Use Event_Type.Descriptor instead.
func (Event_Type) Number ¶
func (x Event_Type) Number() protoreflect.EnumNumber
func (Event_Type) String ¶
func (x Event_Type) String() string
func (Event_Type) Type ¶
func (Event_Type) Type() protoreflect.EnumType
func (*Event_Type) UnmarshalJSON
deprecated
func (x *Event_Type) UnmarshalJSON(b []byte) error
Deprecated: Do not use.
type Execution ¶
type Execution struct { // Output only. The unique server generated id of the execution. Id *int64 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"` // The client provided name of the execution. This field is optional. If set, // it must be unique among all the executions of the same execution type // within a database instance and cannot be changed once set. Name *string `protobuf:"bytes,6,opt,name=name" json:"name,omitempty"` // The id of an ExecutionType. This needs to be specified when an execution is // created, and it cannot be changed. // The id of an ExecutionType. TypeId *int64 `protobuf:"varint,2,opt,name=type_id,json=typeId" json:"type_id,omitempty"` // Output only. The name of an ExecutionType. Type *string `protobuf:"bytes,7,opt,name=type" json:"type,omitempty"` // The external id that come from the clients’ system. This field is optional. // If set, it must be unique among all executions within a database instance. ExternalId *string `protobuf:"bytes,10,opt,name=external_id,json=externalId" json:"external_id,omitempty"` // The last known state of an execution in the system. LastKnownState *Execution_State `` /* 132-byte string literal not displayed */ // Properties of the Execution. // Properties must be specified in the ExecutionType. Properties map[string]*Value `` /* 140-byte string literal not displayed */ // User provided custom properties which are not defined by its type. CustomProperties map[string]*Value `` /* 176-byte string literal not displayed */ // Output only. Create time of the execution in millisecond since epoch. CreateTimeSinceEpoch *int64 `protobuf:"varint,8,opt,name=create_time_since_epoch,json=createTimeSinceEpoch" json:"create_time_since_epoch,omitempty"` // Output only. Last update time of the execution in millisecond since epoch. LastUpdateTimeSinceEpoch *int64 `` /* 133-byte string literal not displayed */ // Output only. SystemMetadata *anypb.Any `protobuf:"bytes,11,opt,name=system_metadata,json=systemMetadata" json:"system_metadata,omitempty"` // contains filtered or unexported fields }
func (*Execution) Descriptor
deprecated
func (*Execution) GetCreateTimeSinceEpoch ¶
func (*Execution) GetCustomProperties ¶
func (*Execution) GetExternalId ¶
func (*Execution) GetLastKnownState ¶
func (x *Execution) GetLastKnownState() Execution_State
func (*Execution) GetLastUpdateTimeSinceEpoch ¶
func (*Execution) GetProperties ¶
func (*Execution) GetSystemMetadata ¶
func (*Execution) ProtoMessage ¶
func (*Execution) ProtoMessage()
func (*Execution) ProtoReflect ¶
func (x *Execution) ProtoReflect() protoreflect.Message
type ExecutionType ¶
type ExecutionType struct { // The id of the type. 1-1 relationship between type names and IDs. Id *int64 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"` // The name of the type. It must be unique among ExecutionTypes within a // database instance. Name *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"` // An optional version of the type. An empty string is treated as unset. Version *string `protobuf:"bytes,6,opt,name=version" json:"version,omitempty"` // An optional description about the type. Description *string `protobuf:"bytes,7,opt,name=description" json:"description,omitempty"` // The external id that come from the clients’ system. This field is optional. // If set, it must be unique among all execution types within a database // instance. ExternalId *string `protobuf:"bytes,9,opt,name=external_id,json=externalId" json:"external_id,omitempty"` // The schema of the type. // Properties are always optional in the execution. Properties map[string]PropertyType `` /* 171-byte string literal not displayed */ // The ArtifactStructType of the input. // // For example: { // "dict":{ // "properties":{ // "schema":{ // "union_type":{ // "none":{}, // "simple":{...schema type...} // }, // }, // "data":{ // "simple":{...data_type...} // } // } // } // } // // That would be an optional schema field with a required data field. InputType *ArtifactStructType `protobuf:"bytes,4,opt,name=input_type,json=inputType" json:"input_type,omitempty"` // The ArtifactStructType of the output. // For example {"simple":{...stats gen output type...}} OutputType *ArtifactStructType `protobuf:"bytes,5,opt,name=output_type,json=outputType" json:"output_type,omitempty"` // An optional system defined base_type expressing the intent of the current // type. This field is useful for the tool builders to utilize the stored MLMD // information, e.g., `MyTrainer` ExecutionType could set base_type = TRAIN. BaseType *ExecutionType_SystemDefinedBaseType `` /* 132-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ExecutionType) Descriptor
deprecated
func (*ExecutionType) Descriptor() ([]byte, []int)
Deprecated: Use ExecutionType.ProtoReflect.Descriptor instead.
func (*ExecutionType) GetBaseType ¶
func (x *ExecutionType) GetBaseType() ExecutionType_SystemDefinedBaseType
func (*ExecutionType) GetDescription ¶
func (x *ExecutionType) GetDescription() string
func (*ExecutionType) GetExternalId ¶
func (x *ExecutionType) GetExternalId() string
func (*ExecutionType) GetId ¶
func (x *ExecutionType) GetId() int64
func (*ExecutionType) GetInputType ¶
func (x *ExecutionType) GetInputType() *ArtifactStructType
func (*ExecutionType) GetName ¶
func (x *ExecutionType) GetName() string
func (*ExecutionType) GetOutputType ¶
func (x *ExecutionType) GetOutputType() *ArtifactStructType
func (*ExecutionType) GetProperties ¶
func (x *ExecutionType) GetProperties() map[string]PropertyType
func (*ExecutionType) GetVersion ¶
func (x *ExecutionType) GetVersion() string
func (*ExecutionType) ProtoMessage ¶
func (*ExecutionType) ProtoMessage()
func (*ExecutionType) ProtoReflect ¶
func (x *ExecutionType) ProtoReflect() protoreflect.Message
func (*ExecutionType) Reset ¶
func (x *ExecutionType) Reset()
func (*ExecutionType) String ¶
func (x *ExecutionType) String() string
type ExecutionType_SystemDefinedBaseType ¶
type ExecutionType_SystemDefinedBaseType int32
An enum of system-defined execution types.
const ( ExecutionType_UNSET ExecutionType_SystemDefinedBaseType = 0 ExecutionType_TRAIN ExecutionType_SystemDefinedBaseType = 1 ExecutionType_TRANSFORM ExecutionType_SystemDefinedBaseType = 2 ExecutionType_PROCESS ExecutionType_SystemDefinedBaseType = 3 ExecutionType_EVALUATE ExecutionType_SystemDefinedBaseType = 4 ExecutionType_DEPLOY ExecutionType_SystemDefinedBaseType = 5 )
func (ExecutionType_SystemDefinedBaseType) Descriptor ¶
func (ExecutionType_SystemDefinedBaseType) Descriptor() protoreflect.EnumDescriptor
func (ExecutionType_SystemDefinedBaseType) Enum ¶
func (x ExecutionType_SystemDefinedBaseType) Enum() *ExecutionType_SystemDefinedBaseType
func (ExecutionType_SystemDefinedBaseType) EnumDescriptor
deprecated
func (ExecutionType_SystemDefinedBaseType) EnumDescriptor() ([]byte, []int)
Deprecated: Use ExecutionType_SystemDefinedBaseType.Descriptor instead.
func (ExecutionType_SystemDefinedBaseType) Number ¶
func (x ExecutionType_SystemDefinedBaseType) Number() protoreflect.EnumNumber
func (ExecutionType_SystemDefinedBaseType) String ¶
func (x ExecutionType_SystemDefinedBaseType) String() string
func (ExecutionType_SystemDefinedBaseType) Type ¶
func (ExecutionType_SystemDefinedBaseType) Type() protoreflect.EnumType
func (*ExecutionType_SystemDefinedBaseType) UnmarshalJSON
deprecated
func (x *ExecutionType_SystemDefinedBaseType) UnmarshalJSON(b []byte) error
Deprecated: Do not use.
type Execution_State ¶
type Execution_State int32
The state of the Execution. The state transitions are
NEW -> RUNNING -> COMPLETE | CACHED | FAILED | CANCELED
CACHED means the execution is skipped due to cached results. CANCELED means the execution is skipped due to precondition not met. It is different from CACHED in that a CANCELED execution will not have any event associated with it. It is different from FAILED in that there is no unexpected error happened and it is regarded as a normal state.
const ( Execution_UNKNOWN Execution_State = 0 Execution_NEW Execution_State = 1 Execution_RUNNING Execution_State = 2 Execution_COMPLETE Execution_State = 3 Execution_FAILED Execution_State = 4 Execution_CACHED Execution_State = 5 Execution_CANCELED Execution_State = 6 )
func (Execution_State) Descriptor ¶
func (Execution_State) Descriptor() protoreflect.EnumDescriptor
func (Execution_State) Enum ¶
func (x Execution_State) Enum() *Execution_State
func (Execution_State) EnumDescriptor
deprecated
func (Execution_State) EnumDescriptor() ([]byte, []int)
Deprecated: Use Execution_State.Descriptor instead.
func (Execution_State) Number ¶
func (x Execution_State) Number() protoreflect.EnumNumber
func (Execution_State) String ¶
func (x Execution_State) String() string
func (Execution_State) Type ¶
func (Execution_State) Type() protoreflect.EnumType
func (*Execution_State) UnmarshalJSON
deprecated
func (x *Execution_State) UnmarshalJSON(b []byte) error
Deprecated: Do not use.
type FakeDatabaseConfig ¶
type FakeDatabaseConfig struct {
// contains filtered or unexported fields
}
Configuration for a "fake" database. This database is an in-memory SQLite database that lives only as long as the associated object lives.
func (*FakeDatabaseConfig) Descriptor
deprecated
func (*FakeDatabaseConfig) Descriptor() ([]byte, []int)
Deprecated: Use FakeDatabaseConfig.ProtoReflect.Descriptor instead.
func (*FakeDatabaseConfig) ProtoMessage ¶
func (*FakeDatabaseConfig) ProtoMessage()
func (*FakeDatabaseConfig) ProtoReflect ¶
func (x *FakeDatabaseConfig) ProtoReflect() protoreflect.Message
func (*FakeDatabaseConfig) Reset ¶
func (x *FakeDatabaseConfig) Reset()
func (*FakeDatabaseConfig) String ¶
func (x *FakeDatabaseConfig) String() string
type GetArtifactByTypeAndNameRequest ¶
type GetArtifactByTypeAndNameRequest struct { TypeName *string `protobuf:"bytes,1,opt,name=type_name,json=typeName" json:"type_name,omitempty"` // If not set, it looks for the type with type_name and artifact_name with // default type_version. TypeVersion *string `protobuf:"bytes,3,opt,name=type_version,json=typeVersion" json:"type_version,omitempty"` ArtifactName *string `protobuf:"bytes,2,opt,name=artifact_name,json=artifactName" json:"artifact_name,omitempty"` // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,4,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
func (*GetArtifactByTypeAndNameRequest) Descriptor
deprecated
func (*GetArtifactByTypeAndNameRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetArtifactByTypeAndNameRequest.ProtoReflect.Descriptor instead.
func (*GetArtifactByTypeAndNameRequest) GetArtifactName ¶
func (x *GetArtifactByTypeAndNameRequest) GetArtifactName() string
func (*GetArtifactByTypeAndNameRequest) GetTransactionOptions ¶
func (x *GetArtifactByTypeAndNameRequest) GetTransactionOptions() *TransactionOptions
func (*GetArtifactByTypeAndNameRequest) GetTypeName ¶
func (x *GetArtifactByTypeAndNameRequest) GetTypeName() string
func (*GetArtifactByTypeAndNameRequest) GetTypeVersion ¶
func (x *GetArtifactByTypeAndNameRequest) GetTypeVersion() string
func (*GetArtifactByTypeAndNameRequest) ProtoMessage ¶
func (*GetArtifactByTypeAndNameRequest) ProtoMessage()
func (*GetArtifactByTypeAndNameRequest) ProtoReflect ¶
func (x *GetArtifactByTypeAndNameRequest) ProtoReflect() protoreflect.Message
func (*GetArtifactByTypeAndNameRequest) Reset ¶
func (x *GetArtifactByTypeAndNameRequest) Reset()
func (*GetArtifactByTypeAndNameRequest) String ¶
func (x *GetArtifactByTypeAndNameRequest) String() string
type GetArtifactByTypeAndNameResponse ¶
type GetArtifactByTypeAndNameResponse struct { Artifact *Artifact `protobuf:"bytes,1,opt,name=artifact" json:"artifact,omitempty"` // contains filtered or unexported fields }
func (*GetArtifactByTypeAndNameResponse) Descriptor
deprecated
func (*GetArtifactByTypeAndNameResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetArtifactByTypeAndNameResponse.ProtoReflect.Descriptor instead.
func (*GetArtifactByTypeAndNameResponse) GetArtifact ¶
func (x *GetArtifactByTypeAndNameResponse) GetArtifact() *Artifact
func (*GetArtifactByTypeAndNameResponse) ProtoMessage ¶
func (*GetArtifactByTypeAndNameResponse) ProtoMessage()
func (*GetArtifactByTypeAndNameResponse) ProtoReflect ¶
func (x *GetArtifactByTypeAndNameResponse) ProtoReflect() protoreflect.Message
func (*GetArtifactByTypeAndNameResponse) Reset ¶
func (x *GetArtifactByTypeAndNameResponse) Reset()
func (*GetArtifactByTypeAndNameResponse) String ¶
func (x *GetArtifactByTypeAndNameResponse) String() string
type GetArtifactTypeRequest ¶
type GetArtifactTypeRequest struct { TypeName *string `protobuf:"bytes,1,opt,name=type_name,json=typeName" json:"type_name,omitempty"` // If not set, it looks for the type with type_name with default type_version. TypeVersion *string `protobuf:"bytes,2,opt,name=type_version,json=typeVersion" json:"type_version,omitempty"` // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,3,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
func (*GetArtifactTypeRequest) Descriptor
deprecated
func (*GetArtifactTypeRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetArtifactTypeRequest.ProtoReflect.Descriptor instead.
func (*GetArtifactTypeRequest) GetTransactionOptions ¶
func (x *GetArtifactTypeRequest) GetTransactionOptions() *TransactionOptions
func (*GetArtifactTypeRequest) GetTypeName ¶
func (x *GetArtifactTypeRequest) GetTypeName() string
func (*GetArtifactTypeRequest) GetTypeVersion ¶
func (x *GetArtifactTypeRequest) GetTypeVersion() string
func (*GetArtifactTypeRequest) ProtoMessage ¶
func (*GetArtifactTypeRequest) ProtoMessage()
func (*GetArtifactTypeRequest) ProtoReflect ¶
func (x *GetArtifactTypeRequest) ProtoReflect() protoreflect.Message
func (*GetArtifactTypeRequest) Reset ¶
func (x *GetArtifactTypeRequest) Reset()
func (*GetArtifactTypeRequest) String ¶
func (x *GetArtifactTypeRequest) String() string
type GetArtifactTypeResponse ¶
type GetArtifactTypeResponse struct { // Gets an artifact type, or clear if it does not exist. ArtifactType *ArtifactType `protobuf:"bytes,1,opt,name=artifact_type,json=artifactType" json:"artifact_type,omitempty"` // contains filtered or unexported fields }
func (*GetArtifactTypeResponse) Descriptor
deprecated
func (*GetArtifactTypeResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetArtifactTypeResponse.ProtoReflect.Descriptor instead.
func (*GetArtifactTypeResponse) GetArtifactType ¶
func (x *GetArtifactTypeResponse) GetArtifactType() *ArtifactType
func (*GetArtifactTypeResponse) ProtoMessage ¶
func (*GetArtifactTypeResponse) ProtoMessage()
func (*GetArtifactTypeResponse) ProtoReflect ¶
func (x *GetArtifactTypeResponse) ProtoReflect() protoreflect.Message
func (*GetArtifactTypeResponse) Reset ¶
func (x *GetArtifactTypeResponse) Reset()
func (*GetArtifactTypeResponse) String ¶
func (x *GetArtifactTypeResponse) String() string
type GetArtifactTypesByExternalIdsRequest ¶
type GetArtifactTypesByExternalIdsRequest struct { ExternalIds []string `protobuf:"bytes,1,rep,name=external_ids,json=externalIds" json:"external_ids,omitempty"` // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,2,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
func (*GetArtifactTypesByExternalIdsRequest) Descriptor
deprecated
func (*GetArtifactTypesByExternalIdsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetArtifactTypesByExternalIdsRequest.ProtoReflect.Descriptor instead.
func (*GetArtifactTypesByExternalIdsRequest) GetExternalIds ¶
func (x *GetArtifactTypesByExternalIdsRequest) GetExternalIds() []string
func (*GetArtifactTypesByExternalIdsRequest) GetTransactionOptions ¶
func (x *GetArtifactTypesByExternalIdsRequest) GetTransactionOptions() *TransactionOptions
func (*GetArtifactTypesByExternalIdsRequest) ProtoMessage ¶
func (*GetArtifactTypesByExternalIdsRequest) ProtoMessage()
func (*GetArtifactTypesByExternalIdsRequest) ProtoReflect ¶
func (x *GetArtifactTypesByExternalIdsRequest) ProtoReflect() protoreflect.Message
func (*GetArtifactTypesByExternalIdsRequest) Reset ¶
func (x *GetArtifactTypesByExternalIdsRequest) Reset()
func (*GetArtifactTypesByExternalIdsRequest) String ¶
func (x *GetArtifactTypesByExternalIdsRequest) String() string
type GetArtifactTypesByExternalIdsResponse ¶
type GetArtifactTypesByExternalIdsResponse struct { ArtifactTypes []*ArtifactType `protobuf:"bytes,1,rep,name=artifact_types,json=artifactTypes" json:"artifact_types,omitempty"` // contains filtered or unexported fields }
func (*GetArtifactTypesByExternalIdsResponse) Descriptor
deprecated
func (*GetArtifactTypesByExternalIdsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetArtifactTypesByExternalIdsResponse.ProtoReflect.Descriptor instead.
func (*GetArtifactTypesByExternalIdsResponse) GetArtifactTypes ¶
func (x *GetArtifactTypesByExternalIdsResponse) GetArtifactTypes() []*ArtifactType
func (*GetArtifactTypesByExternalIdsResponse) ProtoMessage ¶
func (*GetArtifactTypesByExternalIdsResponse) ProtoMessage()
func (*GetArtifactTypesByExternalIdsResponse) ProtoReflect ¶
func (x *GetArtifactTypesByExternalIdsResponse) ProtoReflect() protoreflect.Message
func (*GetArtifactTypesByExternalIdsResponse) Reset ¶
func (x *GetArtifactTypesByExternalIdsResponse) Reset()
func (*GetArtifactTypesByExternalIdsResponse) String ¶
func (x *GetArtifactTypesByExternalIdsResponse) String() string
type GetArtifactTypesByIDRequest ¶
type GetArtifactTypesByIDRequest struct { TypeIds []int64 `protobuf:"varint,1,rep,name=type_ids,json=typeIds" json:"type_ids,omitempty"` // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,2,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
func (*GetArtifactTypesByIDRequest) Descriptor
deprecated
func (*GetArtifactTypesByIDRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetArtifactTypesByIDRequest.ProtoReflect.Descriptor instead.
func (*GetArtifactTypesByIDRequest) GetTransactionOptions ¶
func (x *GetArtifactTypesByIDRequest) GetTransactionOptions() *TransactionOptions
func (*GetArtifactTypesByIDRequest) GetTypeIds ¶
func (x *GetArtifactTypesByIDRequest) GetTypeIds() []int64
func (*GetArtifactTypesByIDRequest) ProtoMessage ¶
func (*GetArtifactTypesByIDRequest) ProtoMessage()
func (*GetArtifactTypesByIDRequest) ProtoReflect ¶
func (x *GetArtifactTypesByIDRequest) ProtoReflect() protoreflect.Message
func (*GetArtifactTypesByIDRequest) Reset ¶
func (x *GetArtifactTypesByIDRequest) Reset()
func (*GetArtifactTypesByIDRequest) String ¶
func (x *GetArtifactTypesByIDRequest) String() string
type GetArtifactTypesByIDResponse ¶
type GetArtifactTypesByIDResponse struct { // The result is not index-aligned: if an id is not found, it is not // returned. ArtifactTypes []*ArtifactType `protobuf:"bytes,1,rep,name=artifact_types,json=artifactTypes" json:"artifact_types,omitempty"` // contains filtered or unexported fields }
func (*GetArtifactTypesByIDResponse) Descriptor
deprecated
func (*GetArtifactTypesByIDResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetArtifactTypesByIDResponse.ProtoReflect.Descriptor instead.
func (*GetArtifactTypesByIDResponse) GetArtifactTypes ¶
func (x *GetArtifactTypesByIDResponse) GetArtifactTypes() []*ArtifactType
func (*GetArtifactTypesByIDResponse) ProtoMessage ¶
func (*GetArtifactTypesByIDResponse) ProtoMessage()
func (*GetArtifactTypesByIDResponse) ProtoReflect ¶
func (x *GetArtifactTypesByIDResponse) ProtoReflect() protoreflect.Message
func (*GetArtifactTypesByIDResponse) Reset ¶
func (x *GetArtifactTypesByIDResponse) Reset()
func (*GetArtifactTypesByIDResponse) String ¶
func (x *GetArtifactTypesByIDResponse) String() string
type GetArtifactTypesRequest ¶
type GetArtifactTypesRequest struct { // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,1,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
func (*GetArtifactTypesRequest) Descriptor
deprecated
func (*GetArtifactTypesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetArtifactTypesRequest.ProtoReflect.Descriptor instead.
func (*GetArtifactTypesRequest) GetTransactionOptions ¶
func (x *GetArtifactTypesRequest) GetTransactionOptions() *TransactionOptions
func (*GetArtifactTypesRequest) ProtoMessage ¶
func (*GetArtifactTypesRequest) ProtoMessage()
func (*GetArtifactTypesRequest) ProtoReflect ¶
func (x *GetArtifactTypesRequest) ProtoReflect() protoreflect.Message
func (*GetArtifactTypesRequest) Reset ¶
func (x *GetArtifactTypesRequest) Reset()
func (*GetArtifactTypesRequest) String ¶
func (x *GetArtifactTypesRequest) String() string
type GetArtifactTypesResponse ¶
type GetArtifactTypesResponse struct { ArtifactTypes []*ArtifactType `protobuf:"bytes,1,rep,name=artifact_types,json=artifactTypes" json:"artifact_types,omitempty"` // contains filtered or unexported fields }
func (*GetArtifactTypesResponse) Descriptor
deprecated
func (*GetArtifactTypesResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetArtifactTypesResponse.ProtoReflect.Descriptor instead.
func (*GetArtifactTypesResponse) GetArtifactTypes ¶
func (x *GetArtifactTypesResponse) GetArtifactTypes() []*ArtifactType
func (*GetArtifactTypesResponse) ProtoMessage ¶
func (*GetArtifactTypesResponse) ProtoMessage()
func (*GetArtifactTypesResponse) ProtoReflect ¶
func (x *GetArtifactTypesResponse) ProtoReflect() protoreflect.Message
func (*GetArtifactTypesResponse) Reset ¶
func (x *GetArtifactTypesResponse) Reset()
func (*GetArtifactTypesResponse) String ¶
func (x *GetArtifactTypesResponse) String() string
type GetArtifactsByContextRequest ¶
type GetArtifactsByContextRequest struct { ContextId *int64 `protobuf:"varint,1,opt,name=context_id,json=contextId" json:"context_id,omitempty"` // Specify List options. // Currently supports: // 1. Field to order the results. // 2. Page size. Options *ListOperationOptions `protobuf:"bytes,2,opt,name=options" json:"options,omitempty"` // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,3,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
func (*GetArtifactsByContextRequest) Descriptor
deprecated
func (*GetArtifactsByContextRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetArtifactsByContextRequest.ProtoReflect.Descriptor instead.
func (*GetArtifactsByContextRequest) GetContextId ¶
func (x *GetArtifactsByContextRequest) GetContextId() int64
func (*GetArtifactsByContextRequest) GetOptions ¶
func (x *GetArtifactsByContextRequest) GetOptions() *ListOperationOptions
func (*GetArtifactsByContextRequest) GetTransactionOptions ¶
func (x *GetArtifactsByContextRequest) GetTransactionOptions() *TransactionOptions
func (*GetArtifactsByContextRequest) ProtoMessage ¶
func (*GetArtifactsByContextRequest) ProtoMessage()
func (*GetArtifactsByContextRequest) ProtoReflect ¶
func (x *GetArtifactsByContextRequest) ProtoReflect() protoreflect.Message
func (*GetArtifactsByContextRequest) Reset ¶
func (x *GetArtifactsByContextRequest) Reset()
func (*GetArtifactsByContextRequest) String ¶
func (x *GetArtifactsByContextRequest) String() string
type GetArtifactsByContextResponse ¶
type GetArtifactsByContextResponse struct { Artifacts []*Artifact `protobuf:"bytes,1,rep,name=artifacts" json:"artifacts,omitempty"` // Token to use to retrieve next page of results if list options are used in // the request. NextPageToken *string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*GetArtifactsByContextResponse) Descriptor
deprecated
func (*GetArtifactsByContextResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetArtifactsByContextResponse.ProtoReflect.Descriptor instead.
func (*GetArtifactsByContextResponse) GetArtifacts ¶
func (x *GetArtifactsByContextResponse) GetArtifacts() []*Artifact
func (*GetArtifactsByContextResponse) GetNextPageToken ¶
func (x *GetArtifactsByContextResponse) GetNextPageToken() string
func (*GetArtifactsByContextResponse) ProtoMessage ¶
func (*GetArtifactsByContextResponse) ProtoMessage()
func (*GetArtifactsByContextResponse) ProtoReflect ¶
func (x *GetArtifactsByContextResponse) ProtoReflect() protoreflect.Message
func (*GetArtifactsByContextResponse) Reset ¶
func (x *GetArtifactsByContextResponse) Reset()
func (*GetArtifactsByContextResponse) String ¶
func (x *GetArtifactsByContextResponse) String() string
type GetArtifactsByExternalIdsRequest ¶
type GetArtifactsByExternalIdsRequest struct { ExternalIds []string `protobuf:"bytes,1,rep,name=external_ids,json=externalIds" json:"external_ids,omitempty"` // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,2,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
func (*GetArtifactsByExternalIdsRequest) Descriptor
deprecated
func (*GetArtifactsByExternalIdsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetArtifactsByExternalIdsRequest.ProtoReflect.Descriptor instead.
func (*GetArtifactsByExternalIdsRequest) GetExternalIds ¶
func (x *GetArtifactsByExternalIdsRequest) GetExternalIds() []string
func (*GetArtifactsByExternalIdsRequest) GetTransactionOptions ¶
func (x *GetArtifactsByExternalIdsRequest) GetTransactionOptions() *TransactionOptions
func (*GetArtifactsByExternalIdsRequest) ProtoMessage ¶
func (*GetArtifactsByExternalIdsRequest) ProtoMessage()
func (*GetArtifactsByExternalIdsRequest) ProtoReflect ¶
func (x *GetArtifactsByExternalIdsRequest) ProtoReflect() protoreflect.Message
func (*GetArtifactsByExternalIdsRequest) Reset ¶
func (x *GetArtifactsByExternalIdsRequest) Reset()
func (*GetArtifactsByExternalIdsRequest) String ¶
func (x *GetArtifactsByExternalIdsRequest) String() string
type GetArtifactsByExternalIdsResponse ¶
type GetArtifactsByExternalIdsResponse struct { Artifacts []*Artifact `protobuf:"bytes,1,rep,name=artifacts" json:"artifacts,omitempty"` // contains filtered or unexported fields }
func (*GetArtifactsByExternalIdsResponse) Descriptor
deprecated
func (*GetArtifactsByExternalIdsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetArtifactsByExternalIdsResponse.ProtoReflect.Descriptor instead.
func (*GetArtifactsByExternalIdsResponse) GetArtifacts ¶
func (x *GetArtifactsByExternalIdsResponse) GetArtifacts() []*Artifact
func (*GetArtifactsByExternalIdsResponse) ProtoMessage ¶
func (*GetArtifactsByExternalIdsResponse) ProtoMessage()
func (*GetArtifactsByExternalIdsResponse) ProtoReflect ¶
func (x *GetArtifactsByExternalIdsResponse) ProtoReflect() protoreflect.Message
func (*GetArtifactsByExternalIdsResponse) Reset ¶
func (x *GetArtifactsByExternalIdsResponse) Reset()
func (*GetArtifactsByExternalIdsResponse) String ¶
func (x *GetArtifactsByExternalIdsResponse) String() string
type GetArtifactsByIDRequest ¶
type GetArtifactsByIDRequest struct { // A list of artifact ids to retrieve. ArtifactIds []int64 `protobuf:"varint,1,rep,name=artifact_ids,json=artifactIds" json:"artifact_ids,omitempty"` // An option to populate all the ArtifactTypes in the response. // If true, returns retrieved Artifacts and their artifact types, which can be // matched by type_ids. // If false, returns only the retrieved Artifacts. // Example request proto: // // { // artifact_ids: 101, // populate_artifact_types: true, // } // The response will contain an artifact with id = 101 and an artifact type // with id = artifact.type_id(). PopulateArtifactTypes *bool `` /* 126-byte string literal not displayed */ // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,2,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
func (*GetArtifactsByIDRequest) Descriptor
deprecated
func (*GetArtifactsByIDRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetArtifactsByIDRequest.ProtoReflect.Descriptor instead.
func (*GetArtifactsByIDRequest) GetArtifactIds ¶
func (x *GetArtifactsByIDRequest) GetArtifactIds() []int64
func (*GetArtifactsByIDRequest) GetPopulateArtifactTypes ¶
func (x *GetArtifactsByIDRequest) GetPopulateArtifactTypes() bool
func (*GetArtifactsByIDRequest) GetTransactionOptions ¶
func (x *GetArtifactsByIDRequest) GetTransactionOptions() *TransactionOptions
func (*GetArtifactsByIDRequest) ProtoMessage ¶
func (*GetArtifactsByIDRequest) ProtoMessage()
func (*GetArtifactsByIDRequest) ProtoReflect ¶
func (x *GetArtifactsByIDRequest) ProtoReflect() protoreflect.Message
func (*GetArtifactsByIDRequest) Reset ¶
func (x *GetArtifactsByIDRequest) Reset()
func (*GetArtifactsByIDRequest) String ¶
func (x *GetArtifactsByIDRequest) String() string
type GetArtifactsByIDResponse ¶
type GetArtifactsByIDResponse struct { // Artifacts with matching ids. // This is not index-aligned: if an id is not found, it is not returned. Artifacts []*Artifact `protobuf:"bytes,1,rep,name=artifacts" json:"artifacts,omitempty"` // ArtifactTypes populated with matching type_ids owned by `artifacts`. // This is not index-aligned: if a type_id is not found, it is not returned. ArtifactTypes []*ArtifactType `protobuf:"bytes,2,rep,name=artifact_types,json=artifactTypes" json:"artifact_types,omitempty"` // contains filtered or unexported fields }
func (*GetArtifactsByIDResponse) Descriptor
deprecated
func (*GetArtifactsByIDResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetArtifactsByIDResponse.ProtoReflect.Descriptor instead.
func (*GetArtifactsByIDResponse) GetArtifactTypes ¶
func (x *GetArtifactsByIDResponse) GetArtifactTypes() []*ArtifactType
func (*GetArtifactsByIDResponse) GetArtifacts ¶
func (x *GetArtifactsByIDResponse) GetArtifacts() []*Artifact
func (*GetArtifactsByIDResponse) ProtoMessage ¶
func (*GetArtifactsByIDResponse) ProtoMessage()
func (*GetArtifactsByIDResponse) ProtoReflect ¶
func (x *GetArtifactsByIDResponse) ProtoReflect() protoreflect.Message
func (*GetArtifactsByIDResponse) Reset ¶
func (x *GetArtifactsByIDResponse) Reset()
func (*GetArtifactsByIDResponse) String ¶
func (x *GetArtifactsByIDResponse) String() string
type GetArtifactsByTypeRequest ¶
type GetArtifactsByTypeRequest struct { TypeName *string `protobuf:"bytes,1,opt,name=type_name,json=typeName" json:"type_name,omitempty"` // If not set, it looks for the type with type_name with default type_version. TypeVersion *string `protobuf:"bytes,2,opt,name=type_version,json=typeVersion" json:"type_version,omitempty"` // Specify List options. // Currently supports: // 1. Field to order the results. // 2. Page size. // // If set, the request will // // first fetch all artifacts with specified `type_name` and `type_version`, // then order by a specifield field // finally find the correct page and return #Artifacts of the page size. // // Higher-level APIs may only use the functionalies partially. // Please reference the API documentation for the API behaviors. Options *ListOperationOptions `protobuf:"bytes,3,opt,name=options" json:"options,omitempty"` // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,4,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
func (*GetArtifactsByTypeRequest) Descriptor
deprecated
func (*GetArtifactsByTypeRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetArtifactsByTypeRequest.ProtoReflect.Descriptor instead.
func (*GetArtifactsByTypeRequest) GetOptions ¶
func (x *GetArtifactsByTypeRequest) GetOptions() *ListOperationOptions
func (*GetArtifactsByTypeRequest) GetTransactionOptions ¶
func (x *GetArtifactsByTypeRequest) GetTransactionOptions() *TransactionOptions
func (*GetArtifactsByTypeRequest) GetTypeName ¶
func (x *GetArtifactsByTypeRequest) GetTypeName() string
func (*GetArtifactsByTypeRequest) GetTypeVersion ¶
func (x *GetArtifactsByTypeRequest) GetTypeVersion() string
func (*GetArtifactsByTypeRequest) ProtoMessage ¶
func (*GetArtifactsByTypeRequest) ProtoMessage()
func (*GetArtifactsByTypeRequest) ProtoReflect ¶
func (x *GetArtifactsByTypeRequest) ProtoReflect() protoreflect.Message
func (*GetArtifactsByTypeRequest) Reset ¶
func (x *GetArtifactsByTypeRequest) Reset()
func (*GetArtifactsByTypeRequest) String ¶
func (x *GetArtifactsByTypeRequest) String() string
type GetArtifactsByTypeResponse ¶
type GetArtifactsByTypeResponse struct { Artifacts []*Artifact `protobuf:"bytes,1,rep,name=artifacts" json:"artifacts,omitempty"` // Token to use to retrieve next page of results if list options are used in // the request. NextPageToken *string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*GetArtifactsByTypeResponse) Descriptor
deprecated
func (*GetArtifactsByTypeResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetArtifactsByTypeResponse.ProtoReflect.Descriptor instead.
func (*GetArtifactsByTypeResponse) GetArtifacts ¶
func (x *GetArtifactsByTypeResponse) GetArtifacts() []*Artifact
func (*GetArtifactsByTypeResponse) GetNextPageToken ¶
func (x *GetArtifactsByTypeResponse) GetNextPageToken() string
func (*GetArtifactsByTypeResponse) ProtoMessage ¶
func (*GetArtifactsByTypeResponse) ProtoMessage()
func (*GetArtifactsByTypeResponse) ProtoReflect ¶
func (x *GetArtifactsByTypeResponse) ProtoReflect() protoreflect.Message
func (*GetArtifactsByTypeResponse) Reset ¶
func (x *GetArtifactsByTypeResponse) Reset()
func (*GetArtifactsByTypeResponse) String ¶
func (x *GetArtifactsByTypeResponse) String() string
type GetArtifactsByURIRequest ¶
type GetArtifactsByURIRequest struct { // A list of artifact uris to retrieve. Uris []string `protobuf:"bytes,2,rep,name=uris" json:"uris,omitempty"` // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,3,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
func (*GetArtifactsByURIRequest) Descriptor
deprecated
func (*GetArtifactsByURIRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetArtifactsByURIRequest.ProtoReflect.Descriptor instead.
func (*GetArtifactsByURIRequest) GetTransactionOptions ¶
func (x *GetArtifactsByURIRequest) GetTransactionOptions() *TransactionOptions
func (*GetArtifactsByURIRequest) GetUris ¶
func (x *GetArtifactsByURIRequest) GetUris() []string
func (*GetArtifactsByURIRequest) ProtoMessage ¶
func (*GetArtifactsByURIRequest) ProtoMessage()
func (*GetArtifactsByURIRequest) ProtoReflect ¶
func (x *GetArtifactsByURIRequest) ProtoReflect() protoreflect.Message
func (*GetArtifactsByURIRequest) Reset ¶
func (x *GetArtifactsByURIRequest) Reset()
func (*GetArtifactsByURIRequest) String ¶
func (x *GetArtifactsByURIRequest) String() string
type GetArtifactsByURIResponse ¶
type GetArtifactsByURIResponse struct { Artifacts []*Artifact `protobuf:"bytes,1,rep,name=artifacts" json:"artifacts,omitempty"` // contains filtered or unexported fields }
func (*GetArtifactsByURIResponse) Descriptor
deprecated
func (*GetArtifactsByURIResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetArtifactsByURIResponse.ProtoReflect.Descriptor instead.
func (*GetArtifactsByURIResponse) GetArtifacts ¶
func (x *GetArtifactsByURIResponse) GetArtifacts() []*Artifact
func (*GetArtifactsByURIResponse) ProtoMessage ¶
func (*GetArtifactsByURIResponse) ProtoMessage()
func (*GetArtifactsByURIResponse) ProtoReflect ¶
func (x *GetArtifactsByURIResponse) ProtoReflect() protoreflect.Message
func (*GetArtifactsByURIResponse) Reset ¶
func (x *GetArtifactsByURIResponse) Reset()
func (*GetArtifactsByURIResponse) String ¶
func (x *GetArtifactsByURIResponse) String() string
type GetArtifactsRequest ¶
type GetArtifactsRequest struct { // Specify options. // Please refer to the documentation of ListOperationOptions for the supported // functionalities. Options *ListOperationOptions `protobuf:"bytes,1,opt,name=options" json:"options,omitempty"` // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,2,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
Request to retrieve Artifacts using List options. If option is not specified then all Artifacts are returned.
func (*GetArtifactsRequest) Descriptor
deprecated
func (*GetArtifactsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetArtifactsRequest.ProtoReflect.Descriptor instead.
func (*GetArtifactsRequest) GetOptions ¶
func (x *GetArtifactsRequest) GetOptions() *ListOperationOptions
func (*GetArtifactsRequest) GetTransactionOptions ¶
func (x *GetArtifactsRequest) GetTransactionOptions() *TransactionOptions
func (*GetArtifactsRequest) ProtoMessage ¶
func (*GetArtifactsRequest) ProtoMessage()
func (*GetArtifactsRequest) ProtoReflect ¶
func (x *GetArtifactsRequest) ProtoReflect() protoreflect.Message
func (*GetArtifactsRequest) Reset ¶
func (x *GetArtifactsRequest) Reset()
func (*GetArtifactsRequest) String ¶
func (x *GetArtifactsRequest) String() string
type GetArtifactsResponse ¶
type GetArtifactsResponse struct { // Returned artifacts. Artifacts []*Artifact `protobuf:"bytes,1,rep,name=artifacts" json:"artifacts,omitempty"` // Token to use to retrieve next page of results if list options are used in // the request. NextPageToken *string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*GetArtifactsResponse) Descriptor
deprecated
func (*GetArtifactsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetArtifactsResponse.ProtoReflect.Descriptor instead.
func (*GetArtifactsResponse) GetArtifacts ¶
func (x *GetArtifactsResponse) GetArtifacts() []*Artifact
func (*GetArtifactsResponse) GetNextPageToken ¶
func (x *GetArtifactsResponse) GetNextPageToken() string
func (*GetArtifactsResponse) ProtoMessage ¶
func (*GetArtifactsResponse) ProtoMessage()
func (*GetArtifactsResponse) ProtoReflect ¶
func (x *GetArtifactsResponse) ProtoReflect() protoreflect.Message
func (*GetArtifactsResponse) Reset ¶
func (x *GetArtifactsResponse) Reset()
func (*GetArtifactsResponse) String ¶
func (x *GetArtifactsResponse) String() string
type GetChildrenContextsByContextRequest ¶
type GetChildrenContextsByContextRequest struct { ContextId *int64 `protobuf:"varint,1,opt,name=context_id,json=contextId" json:"context_id,omitempty"` // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,2,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
func (*GetChildrenContextsByContextRequest) Descriptor
deprecated
func (*GetChildrenContextsByContextRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetChildrenContextsByContextRequest.ProtoReflect.Descriptor instead.
func (*GetChildrenContextsByContextRequest) GetContextId ¶
func (x *GetChildrenContextsByContextRequest) GetContextId() int64
func (*GetChildrenContextsByContextRequest) GetTransactionOptions ¶
func (x *GetChildrenContextsByContextRequest) GetTransactionOptions() *TransactionOptions
func (*GetChildrenContextsByContextRequest) ProtoMessage ¶
func (*GetChildrenContextsByContextRequest) ProtoMessage()
func (*GetChildrenContextsByContextRequest) ProtoReflect ¶
func (x *GetChildrenContextsByContextRequest) ProtoReflect() protoreflect.Message
func (*GetChildrenContextsByContextRequest) Reset ¶
func (x *GetChildrenContextsByContextRequest) Reset()
func (*GetChildrenContextsByContextRequest) String ¶
func (x *GetChildrenContextsByContextRequest) String() string
type GetChildrenContextsByContextResponse ¶
type GetChildrenContextsByContextResponse struct { Contexts []*Context `protobuf:"bytes,1,rep,name=contexts" json:"contexts,omitempty"` // contains filtered or unexported fields }
func (*GetChildrenContextsByContextResponse) Descriptor
deprecated
func (*GetChildrenContextsByContextResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetChildrenContextsByContextResponse.ProtoReflect.Descriptor instead.
func (*GetChildrenContextsByContextResponse) GetContexts ¶
func (x *GetChildrenContextsByContextResponse) GetContexts() []*Context
func (*GetChildrenContextsByContextResponse) ProtoMessage ¶
func (*GetChildrenContextsByContextResponse) ProtoMessage()
func (*GetChildrenContextsByContextResponse) ProtoReflect ¶
func (x *GetChildrenContextsByContextResponse) ProtoReflect() protoreflect.Message
func (*GetChildrenContextsByContextResponse) Reset ¶
func (x *GetChildrenContextsByContextResponse) Reset()
func (*GetChildrenContextsByContextResponse) String ¶
func (x *GetChildrenContextsByContextResponse) String() string
type GetChildrenContextsByContextsRequest ¶
type GetChildrenContextsByContextsRequest struct { ContextIds []int64 `protobuf:"varint,1,rep,packed,name=context_ids,json=contextIds" json:"context_ids,omitempty"` // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,2,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
func (*GetChildrenContextsByContextsRequest) Descriptor
deprecated
func (*GetChildrenContextsByContextsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetChildrenContextsByContextsRequest.ProtoReflect.Descriptor instead.
func (*GetChildrenContextsByContextsRequest) GetContextIds ¶
func (x *GetChildrenContextsByContextsRequest) GetContextIds() []int64
func (*GetChildrenContextsByContextsRequest) GetTransactionOptions ¶
func (x *GetChildrenContextsByContextsRequest) GetTransactionOptions() *TransactionOptions
func (*GetChildrenContextsByContextsRequest) ProtoMessage ¶
func (*GetChildrenContextsByContextsRequest) ProtoMessage()
func (*GetChildrenContextsByContextsRequest) ProtoReflect ¶
func (x *GetChildrenContextsByContextsRequest) ProtoReflect() protoreflect.Message
func (*GetChildrenContextsByContextsRequest) Reset ¶
func (x *GetChildrenContextsByContextsRequest) Reset()
func (*GetChildrenContextsByContextsRequest) String ¶
func (x *GetChildrenContextsByContextsRequest) String() string
type GetChildrenContextsByContextsResponse ¶
type GetChildrenContextsByContextsResponse struct { Contexts map[int64]*GetChildrenContextsByContextsResponse_ChildrenContextsPerParent `` /* 137-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetChildrenContextsByContextsResponse) Descriptor
deprecated
func (*GetChildrenContextsByContextsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetChildrenContextsByContextsResponse.ProtoReflect.Descriptor instead.
func (*GetChildrenContextsByContextsResponse) GetContexts ¶
func (x *GetChildrenContextsByContextsResponse) GetContexts() map[int64]*GetChildrenContextsByContextsResponse_ChildrenContextsPerParent
func (*GetChildrenContextsByContextsResponse) ProtoMessage ¶
func (*GetChildrenContextsByContextsResponse) ProtoMessage()
func (*GetChildrenContextsByContextsResponse) ProtoReflect ¶
func (x *GetChildrenContextsByContextsResponse) ProtoReflect() protoreflect.Message
func (*GetChildrenContextsByContextsResponse) Reset ¶
func (x *GetChildrenContextsByContextsResponse) Reset()
func (*GetChildrenContextsByContextsResponse) String ¶
func (x *GetChildrenContextsByContextsResponse) String() string
type GetChildrenContextsByContextsResponse_ChildrenContextsPerParent ¶
type GetChildrenContextsByContextsResponse_ChildrenContextsPerParent struct { ChildrenContexts []*Context `protobuf:"bytes,1,rep,name=children_contexts,json=childrenContexts" json:"children_contexts,omitempty"` // contains filtered or unexported fields }
func (*GetChildrenContextsByContextsResponse_ChildrenContextsPerParent) Descriptor
deprecated
func (*GetChildrenContextsByContextsResponse_ChildrenContextsPerParent) Descriptor() ([]byte, []int)
Deprecated: Use GetChildrenContextsByContextsResponse_ChildrenContextsPerParent.ProtoReflect.Descriptor instead.
func (*GetChildrenContextsByContextsResponse_ChildrenContextsPerParent) GetChildrenContexts ¶
func (x *GetChildrenContextsByContextsResponse_ChildrenContextsPerParent) GetChildrenContexts() []*Context
func (*GetChildrenContextsByContextsResponse_ChildrenContextsPerParent) ProtoMessage ¶
func (*GetChildrenContextsByContextsResponse_ChildrenContextsPerParent) ProtoMessage()
func (*GetChildrenContextsByContextsResponse_ChildrenContextsPerParent) ProtoReflect ¶
func (x *GetChildrenContextsByContextsResponse_ChildrenContextsPerParent) ProtoReflect() protoreflect.Message
func (*GetChildrenContextsByContextsResponse_ChildrenContextsPerParent) Reset ¶
func (x *GetChildrenContextsByContextsResponse_ChildrenContextsPerParent) Reset()
func (*GetChildrenContextsByContextsResponse_ChildrenContextsPerParent) String ¶
func (x *GetChildrenContextsByContextsResponse_ChildrenContextsPerParent) String() string
type GetContextByTypeAndNameRequest ¶
type GetContextByTypeAndNameRequest struct { TypeName *string `protobuf:"bytes,1,opt,name=type_name,json=typeName" json:"type_name,omitempty"` // If not set, it looks for the type with type_name and context_name with // default type_version. TypeVersion *string `protobuf:"bytes,3,opt,name=type_version,json=typeVersion" json:"type_version,omitempty"` ContextName *string `protobuf:"bytes,2,opt,name=context_name,json=contextName" json:"context_name,omitempty"` // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,4,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
func (*GetContextByTypeAndNameRequest) Descriptor
deprecated
func (*GetContextByTypeAndNameRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetContextByTypeAndNameRequest.ProtoReflect.Descriptor instead.
func (*GetContextByTypeAndNameRequest) GetContextName ¶
func (x *GetContextByTypeAndNameRequest) GetContextName() string
func (*GetContextByTypeAndNameRequest) GetTransactionOptions ¶
func (x *GetContextByTypeAndNameRequest) GetTransactionOptions() *TransactionOptions
func (*GetContextByTypeAndNameRequest) GetTypeName ¶
func (x *GetContextByTypeAndNameRequest) GetTypeName() string
func (*GetContextByTypeAndNameRequest) GetTypeVersion ¶
func (x *GetContextByTypeAndNameRequest) GetTypeVersion() string
func (*GetContextByTypeAndNameRequest) ProtoMessage ¶
func (*GetContextByTypeAndNameRequest) ProtoMessage()
func (*GetContextByTypeAndNameRequest) ProtoReflect ¶
func (x *GetContextByTypeAndNameRequest) ProtoReflect() protoreflect.Message
func (*GetContextByTypeAndNameRequest) Reset ¶
func (x *GetContextByTypeAndNameRequest) Reset()
func (*GetContextByTypeAndNameRequest) String ¶
func (x *GetContextByTypeAndNameRequest) String() string
type GetContextByTypeAndNameResponse ¶
type GetContextByTypeAndNameResponse struct { Context *Context `protobuf:"bytes,1,opt,name=context" json:"context,omitempty"` // contains filtered or unexported fields }
func (*GetContextByTypeAndNameResponse) Descriptor
deprecated
func (*GetContextByTypeAndNameResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetContextByTypeAndNameResponse.ProtoReflect.Descriptor instead.
func (*GetContextByTypeAndNameResponse) GetContext ¶
func (x *GetContextByTypeAndNameResponse) GetContext() *Context
func (*GetContextByTypeAndNameResponse) ProtoMessage ¶
func (*GetContextByTypeAndNameResponse) ProtoMessage()
func (*GetContextByTypeAndNameResponse) ProtoReflect ¶
func (x *GetContextByTypeAndNameResponse) ProtoReflect() protoreflect.Message
func (*GetContextByTypeAndNameResponse) Reset ¶
func (x *GetContextByTypeAndNameResponse) Reset()
func (*GetContextByTypeAndNameResponse) String ¶
func (x *GetContextByTypeAndNameResponse) String() string
type GetContextTypeRequest ¶
type GetContextTypeRequest struct { TypeName *string `protobuf:"bytes,1,opt,name=type_name,json=typeName" json:"type_name,omitempty"` // If not set, it looks for the type with type_name with default type_version. TypeVersion *string `protobuf:"bytes,2,opt,name=type_version,json=typeVersion" json:"type_version,omitempty"` // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,3,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
func (*GetContextTypeRequest) Descriptor
deprecated
func (*GetContextTypeRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetContextTypeRequest.ProtoReflect.Descriptor instead.
func (*GetContextTypeRequest) GetTransactionOptions ¶
func (x *GetContextTypeRequest) GetTransactionOptions() *TransactionOptions
func (*GetContextTypeRequest) GetTypeName ¶
func (x *GetContextTypeRequest) GetTypeName() string
func (*GetContextTypeRequest) GetTypeVersion ¶
func (x *GetContextTypeRequest) GetTypeVersion() string
func (*GetContextTypeRequest) ProtoMessage ¶
func (*GetContextTypeRequest) ProtoMessage()
func (*GetContextTypeRequest) ProtoReflect ¶
func (x *GetContextTypeRequest) ProtoReflect() protoreflect.Message
func (*GetContextTypeRequest) Reset ¶
func (x *GetContextTypeRequest) Reset()
func (*GetContextTypeRequest) String ¶
func (x *GetContextTypeRequest) String() string
type GetContextTypeResponse ¶
type GetContextTypeResponse struct { // Gets a context type, or clear if it does not exist. ContextType *ContextType `protobuf:"bytes,1,opt,name=context_type,json=contextType" json:"context_type,omitempty"` // contains filtered or unexported fields }
func (*GetContextTypeResponse) Descriptor
deprecated
func (*GetContextTypeResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetContextTypeResponse.ProtoReflect.Descriptor instead.
func (*GetContextTypeResponse) GetContextType ¶
func (x *GetContextTypeResponse) GetContextType() *ContextType
func (*GetContextTypeResponse) ProtoMessage ¶
func (*GetContextTypeResponse) ProtoMessage()
func (*GetContextTypeResponse) ProtoReflect ¶
func (x *GetContextTypeResponse) ProtoReflect() protoreflect.Message
func (*GetContextTypeResponse) Reset ¶
func (x *GetContextTypeResponse) Reset()
func (*GetContextTypeResponse) String ¶
func (x *GetContextTypeResponse) String() string
type GetContextTypesByExternalIdsRequest ¶
type GetContextTypesByExternalIdsRequest struct { ExternalIds []string `protobuf:"bytes,1,rep,name=external_ids,json=externalIds" json:"external_ids,omitempty"` // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,2,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
func (*GetContextTypesByExternalIdsRequest) Descriptor
deprecated
func (*GetContextTypesByExternalIdsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetContextTypesByExternalIdsRequest.ProtoReflect.Descriptor instead.
func (*GetContextTypesByExternalIdsRequest) GetExternalIds ¶
func (x *GetContextTypesByExternalIdsRequest) GetExternalIds() []string
func (*GetContextTypesByExternalIdsRequest) GetTransactionOptions ¶
func (x *GetContextTypesByExternalIdsRequest) GetTransactionOptions() *TransactionOptions
func (*GetContextTypesByExternalIdsRequest) ProtoMessage ¶
func (*GetContextTypesByExternalIdsRequest) ProtoMessage()
func (*GetContextTypesByExternalIdsRequest) ProtoReflect ¶
func (x *GetContextTypesByExternalIdsRequest) ProtoReflect() protoreflect.Message
func (*GetContextTypesByExternalIdsRequest) Reset ¶
func (x *GetContextTypesByExternalIdsRequest) Reset()
func (*GetContextTypesByExternalIdsRequest) String ¶
func (x *GetContextTypesByExternalIdsRequest) String() string
type GetContextTypesByExternalIdsResponse ¶
type GetContextTypesByExternalIdsResponse struct { ContextTypes []*ContextType `protobuf:"bytes,1,rep,name=context_types,json=contextTypes" json:"context_types,omitempty"` // contains filtered or unexported fields }
func (*GetContextTypesByExternalIdsResponse) Descriptor
deprecated
func (*GetContextTypesByExternalIdsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetContextTypesByExternalIdsResponse.ProtoReflect.Descriptor instead.
func (*GetContextTypesByExternalIdsResponse) GetContextTypes ¶
func (x *GetContextTypesByExternalIdsResponse) GetContextTypes() []*ContextType
func (*GetContextTypesByExternalIdsResponse) ProtoMessage ¶
func (*GetContextTypesByExternalIdsResponse) ProtoMessage()
func (*GetContextTypesByExternalIdsResponse) ProtoReflect ¶
func (x *GetContextTypesByExternalIdsResponse) ProtoReflect() protoreflect.Message
func (*GetContextTypesByExternalIdsResponse) Reset ¶
func (x *GetContextTypesByExternalIdsResponse) Reset()
func (*GetContextTypesByExternalIdsResponse) String ¶
func (x *GetContextTypesByExternalIdsResponse) String() string
type GetContextTypesByIDRequest ¶
type GetContextTypesByIDRequest struct { TypeIds []int64 `protobuf:"varint,1,rep,name=type_ids,json=typeIds" json:"type_ids,omitempty"` // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,2,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
func (*GetContextTypesByIDRequest) Descriptor
deprecated
func (*GetContextTypesByIDRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetContextTypesByIDRequest.ProtoReflect.Descriptor instead.
func (*GetContextTypesByIDRequest) GetTransactionOptions ¶
func (x *GetContextTypesByIDRequest) GetTransactionOptions() *TransactionOptions
func (*GetContextTypesByIDRequest) GetTypeIds ¶
func (x *GetContextTypesByIDRequest) GetTypeIds() []int64
func (*GetContextTypesByIDRequest) ProtoMessage ¶
func (*GetContextTypesByIDRequest) ProtoMessage()
func (*GetContextTypesByIDRequest) ProtoReflect ¶
func (x *GetContextTypesByIDRequest) ProtoReflect() protoreflect.Message
func (*GetContextTypesByIDRequest) Reset ¶
func (x *GetContextTypesByIDRequest) Reset()
func (*GetContextTypesByIDRequest) String ¶
func (x *GetContextTypesByIDRequest) String() string
type GetContextTypesByIDResponse ¶
type GetContextTypesByIDResponse struct { // The result is not index-aligned: if an id is not found, it is not // returned. ContextTypes []*ContextType `protobuf:"bytes,1,rep,name=context_types,json=contextTypes" json:"context_types,omitempty"` // contains filtered or unexported fields }
func (*GetContextTypesByIDResponse) Descriptor
deprecated
func (*GetContextTypesByIDResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetContextTypesByIDResponse.ProtoReflect.Descriptor instead.
func (*GetContextTypesByIDResponse) GetContextTypes ¶
func (x *GetContextTypesByIDResponse) GetContextTypes() []*ContextType
func (*GetContextTypesByIDResponse) ProtoMessage ¶
func (*GetContextTypesByIDResponse) ProtoMessage()
func (*GetContextTypesByIDResponse) ProtoReflect ¶
func (x *GetContextTypesByIDResponse) ProtoReflect() protoreflect.Message
func (*GetContextTypesByIDResponse) Reset ¶
func (x *GetContextTypesByIDResponse) Reset()
func (*GetContextTypesByIDResponse) String ¶
func (x *GetContextTypesByIDResponse) String() string
type GetContextTypesRequest ¶
type GetContextTypesRequest struct { // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,1,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
func (*GetContextTypesRequest) Descriptor
deprecated
func (*GetContextTypesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetContextTypesRequest.ProtoReflect.Descriptor instead.
func (*GetContextTypesRequest) GetTransactionOptions ¶
func (x *GetContextTypesRequest) GetTransactionOptions() *TransactionOptions
func (*GetContextTypesRequest) ProtoMessage ¶
func (*GetContextTypesRequest) ProtoMessage()
func (*GetContextTypesRequest) ProtoReflect ¶
func (x *GetContextTypesRequest) ProtoReflect() protoreflect.Message
func (*GetContextTypesRequest) Reset ¶
func (x *GetContextTypesRequest) Reset()
func (*GetContextTypesRequest) String ¶
func (x *GetContextTypesRequest) String() string
type GetContextTypesResponse ¶
type GetContextTypesResponse struct { ContextTypes []*ContextType `protobuf:"bytes,1,rep,name=context_types,json=contextTypes" json:"context_types,omitempty"` // contains filtered or unexported fields }
func (*GetContextTypesResponse) Descriptor
deprecated
func (*GetContextTypesResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetContextTypesResponse.ProtoReflect.Descriptor instead.
func (*GetContextTypesResponse) GetContextTypes ¶
func (x *GetContextTypesResponse) GetContextTypes() []*ContextType
func (*GetContextTypesResponse) ProtoMessage ¶
func (*GetContextTypesResponse) ProtoMessage()
func (*GetContextTypesResponse) ProtoReflect ¶
func (x *GetContextTypesResponse) ProtoReflect() protoreflect.Message
func (*GetContextTypesResponse) Reset ¶
func (x *GetContextTypesResponse) Reset()
func (*GetContextTypesResponse) String ¶
func (x *GetContextTypesResponse) String() string
type GetContextsByArtifactRequest ¶
type GetContextsByArtifactRequest struct { ArtifactId *int64 `protobuf:"varint,1,opt,name=artifact_id,json=artifactId" json:"artifact_id,omitempty"` // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,2,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
func (*GetContextsByArtifactRequest) Descriptor
deprecated
func (*GetContextsByArtifactRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetContextsByArtifactRequest.ProtoReflect.Descriptor instead.
func (*GetContextsByArtifactRequest) GetArtifactId ¶
func (x *GetContextsByArtifactRequest) GetArtifactId() int64
func (*GetContextsByArtifactRequest) GetTransactionOptions ¶
func (x *GetContextsByArtifactRequest) GetTransactionOptions() *TransactionOptions
func (*GetContextsByArtifactRequest) ProtoMessage ¶
func (*GetContextsByArtifactRequest) ProtoMessage()
func (*GetContextsByArtifactRequest) ProtoReflect ¶
func (x *GetContextsByArtifactRequest) ProtoReflect() protoreflect.Message
func (*GetContextsByArtifactRequest) Reset ¶
func (x *GetContextsByArtifactRequest) Reset()
func (*GetContextsByArtifactRequest) String ¶
func (x *GetContextsByArtifactRequest) String() string
type GetContextsByArtifactResponse ¶
type GetContextsByArtifactResponse struct { Contexts []*Context `protobuf:"bytes,1,rep,name=contexts" json:"contexts,omitempty"` // contains filtered or unexported fields }
func (*GetContextsByArtifactResponse) Descriptor
deprecated
func (*GetContextsByArtifactResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetContextsByArtifactResponse.ProtoReflect.Descriptor instead.
func (*GetContextsByArtifactResponse) GetContexts ¶
func (x *GetContextsByArtifactResponse) GetContexts() []*Context
func (*GetContextsByArtifactResponse) ProtoMessage ¶
func (*GetContextsByArtifactResponse) ProtoMessage()
func (*GetContextsByArtifactResponse) ProtoReflect ¶
func (x *GetContextsByArtifactResponse) ProtoReflect() protoreflect.Message
func (*GetContextsByArtifactResponse) Reset ¶
func (x *GetContextsByArtifactResponse) Reset()
func (*GetContextsByArtifactResponse) String ¶
func (x *GetContextsByArtifactResponse) String() string
type GetContextsByExecutionRequest ¶
type GetContextsByExecutionRequest struct { ExecutionId *int64 `protobuf:"varint,1,opt,name=execution_id,json=executionId" json:"execution_id,omitempty"` // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,2,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
func (*GetContextsByExecutionRequest) Descriptor
deprecated
func (*GetContextsByExecutionRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetContextsByExecutionRequest.ProtoReflect.Descriptor instead.
func (*GetContextsByExecutionRequest) GetExecutionId ¶
func (x *GetContextsByExecutionRequest) GetExecutionId() int64
func (*GetContextsByExecutionRequest) GetTransactionOptions ¶
func (x *GetContextsByExecutionRequest) GetTransactionOptions() *TransactionOptions
func (*GetContextsByExecutionRequest) ProtoMessage ¶
func (*GetContextsByExecutionRequest) ProtoMessage()
func (*GetContextsByExecutionRequest) ProtoReflect ¶
func (x *GetContextsByExecutionRequest) ProtoReflect() protoreflect.Message
func (*GetContextsByExecutionRequest) Reset ¶
func (x *GetContextsByExecutionRequest) Reset()
func (*GetContextsByExecutionRequest) String ¶
func (x *GetContextsByExecutionRequest) String() string
type GetContextsByExecutionResponse ¶
type GetContextsByExecutionResponse struct { Contexts []*Context `protobuf:"bytes,1,rep,name=contexts" json:"contexts,omitempty"` // contains filtered or unexported fields }
func (*GetContextsByExecutionResponse) Descriptor
deprecated
func (*GetContextsByExecutionResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetContextsByExecutionResponse.ProtoReflect.Descriptor instead.
func (*GetContextsByExecutionResponse) GetContexts ¶
func (x *GetContextsByExecutionResponse) GetContexts() []*Context
func (*GetContextsByExecutionResponse) ProtoMessage ¶
func (*GetContextsByExecutionResponse) ProtoMessage()
func (*GetContextsByExecutionResponse) ProtoReflect ¶
func (x *GetContextsByExecutionResponse) ProtoReflect() protoreflect.Message
func (*GetContextsByExecutionResponse) Reset ¶
func (x *GetContextsByExecutionResponse) Reset()
func (*GetContextsByExecutionResponse) String ¶
func (x *GetContextsByExecutionResponse) String() string
type GetContextsByExternalIdsRequest ¶
type GetContextsByExternalIdsRequest struct { ExternalIds []string `protobuf:"bytes,1,rep,name=external_ids,json=externalIds" json:"external_ids,omitempty"` // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,2,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
func (*GetContextsByExternalIdsRequest) Descriptor
deprecated
func (*GetContextsByExternalIdsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetContextsByExternalIdsRequest.ProtoReflect.Descriptor instead.
func (*GetContextsByExternalIdsRequest) GetExternalIds ¶
func (x *GetContextsByExternalIdsRequest) GetExternalIds() []string
func (*GetContextsByExternalIdsRequest) GetTransactionOptions ¶
func (x *GetContextsByExternalIdsRequest) GetTransactionOptions() *TransactionOptions
func (*GetContextsByExternalIdsRequest) ProtoMessage ¶
func (*GetContextsByExternalIdsRequest) ProtoMessage()
func (*GetContextsByExternalIdsRequest) ProtoReflect ¶
func (x *GetContextsByExternalIdsRequest) ProtoReflect() protoreflect.Message
func (*GetContextsByExternalIdsRequest) Reset ¶
func (x *GetContextsByExternalIdsRequest) Reset()
func (*GetContextsByExternalIdsRequest) String ¶
func (x *GetContextsByExternalIdsRequest) String() string
type GetContextsByExternalIdsResponse ¶
type GetContextsByExternalIdsResponse struct { Contexts []*Context `protobuf:"bytes,1,rep,name=contexts" json:"contexts,omitempty"` // contains filtered or unexported fields }
func (*GetContextsByExternalIdsResponse) Descriptor
deprecated
func (*GetContextsByExternalIdsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetContextsByExternalIdsResponse.ProtoReflect.Descriptor instead.
func (*GetContextsByExternalIdsResponse) GetContexts ¶
func (x *GetContextsByExternalIdsResponse) GetContexts() []*Context
func (*GetContextsByExternalIdsResponse) ProtoMessage ¶
func (*GetContextsByExternalIdsResponse) ProtoMessage()
func (*GetContextsByExternalIdsResponse) ProtoReflect ¶
func (x *GetContextsByExternalIdsResponse) ProtoReflect() protoreflect.Message
func (*GetContextsByExternalIdsResponse) Reset ¶
func (x *GetContextsByExternalIdsResponse) Reset()
func (*GetContextsByExternalIdsResponse) String ¶
func (x *GetContextsByExternalIdsResponse) String() string
type GetContextsByIDRequest ¶
type GetContextsByIDRequest struct { // A list of context ids to retrieve. ContextIds []int64 `protobuf:"varint,1,rep,name=context_ids,json=contextIds" json:"context_ids,omitempty"` // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,2,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
func (*GetContextsByIDRequest) Descriptor
deprecated
func (*GetContextsByIDRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetContextsByIDRequest.ProtoReflect.Descriptor instead.
func (*GetContextsByIDRequest) GetContextIds ¶
func (x *GetContextsByIDRequest) GetContextIds() []int64
func (*GetContextsByIDRequest) GetTransactionOptions ¶
func (x *GetContextsByIDRequest) GetTransactionOptions() *TransactionOptions
func (*GetContextsByIDRequest) ProtoMessage ¶
func (*GetContextsByIDRequest) ProtoMessage()
func (*GetContextsByIDRequest) ProtoReflect ¶
func (x *GetContextsByIDRequest) ProtoReflect() protoreflect.Message
func (*GetContextsByIDRequest) Reset ¶
func (x *GetContextsByIDRequest) Reset()
func (*GetContextsByIDRequest) String ¶
func (x *GetContextsByIDRequest) String() string
type GetContextsByIDResponse ¶
type GetContextsByIDResponse struct { // The result is not index-aligned: if an id is not found, it is not // returned. Contexts []*Context `protobuf:"bytes,1,rep,name=contexts" json:"contexts,omitempty"` // contains filtered or unexported fields }
func (*GetContextsByIDResponse) Descriptor
deprecated
func (*GetContextsByIDResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetContextsByIDResponse.ProtoReflect.Descriptor instead.
func (*GetContextsByIDResponse) GetContexts ¶
func (x *GetContextsByIDResponse) GetContexts() []*Context
func (*GetContextsByIDResponse) ProtoMessage ¶
func (*GetContextsByIDResponse) ProtoMessage()
func (*GetContextsByIDResponse) ProtoReflect ¶
func (x *GetContextsByIDResponse) ProtoReflect() protoreflect.Message
func (*GetContextsByIDResponse) Reset ¶
func (x *GetContextsByIDResponse) Reset()
func (*GetContextsByIDResponse) String ¶
func (x *GetContextsByIDResponse) String() string
type GetContextsByTypeRequest ¶
type GetContextsByTypeRequest struct { TypeName *string `protobuf:"bytes,1,opt,name=type_name,json=typeName" json:"type_name,omitempty"` // Specify options. // Currently supports: // 1. Field to order the results. // 2. Page size. // // If set, the request will // // first fetch all contexts with specified `type_name` and `type_version`, // then order by a specifield field // finally find the correct page and return #Contexts of the page size. // // Higher-level APIs may only use the functionalies partially. // Please reference the API documentation for the API behaviors. Options *ListOperationOptions `protobuf:"bytes,2,opt,name=options" json:"options,omitempty"` // If not set, it looks for the type with type_name and options with default // type_version. TypeVersion *string `protobuf:"bytes,3,opt,name=type_version,json=typeVersion" json:"type_version,omitempty"` // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,4,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
func (*GetContextsByTypeRequest) Descriptor
deprecated
func (*GetContextsByTypeRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetContextsByTypeRequest.ProtoReflect.Descriptor instead.
func (*GetContextsByTypeRequest) GetOptions ¶
func (x *GetContextsByTypeRequest) GetOptions() *ListOperationOptions
func (*GetContextsByTypeRequest) GetTransactionOptions ¶
func (x *GetContextsByTypeRequest) GetTransactionOptions() *TransactionOptions
func (*GetContextsByTypeRequest) GetTypeName ¶
func (x *GetContextsByTypeRequest) GetTypeName() string
func (*GetContextsByTypeRequest) GetTypeVersion ¶
func (x *GetContextsByTypeRequest) GetTypeVersion() string
func (*GetContextsByTypeRequest) ProtoMessage ¶
func (*GetContextsByTypeRequest) ProtoMessage()
func (*GetContextsByTypeRequest) ProtoReflect ¶
func (x *GetContextsByTypeRequest) ProtoReflect() protoreflect.Message
func (*GetContextsByTypeRequest) Reset ¶
func (x *GetContextsByTypeRequest) Reset()
func (*GetContextsByTypeRequest) String ¶
func (x *GetContextsByTypeRequest) String() string
type GetContextsByTypeResponse ¶
type GetContextsByTypeResponse struct { Contexts []*Context `protobuf:"bytes,1,rep,name=contexts" json:"contexts,omitempty"` // Token to use to retrieve next page of results if list options are used in // the request. NextPageToken *string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*GetContextsByTypeResponse) Descriptor
deprecated
func (*GetContextsByTypeResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetContextsByTypeResponse.ProtoReflect.Descriptor instead.
func (*GetContextsByTypeResponse) GetContexts ¶
func (x *GetContextsByTypeResponse) GetContexts() []*Context
func (*GetContextsByTypeResponse) GetNextPageToken ¶
func (x *GetContextsByTypeResponse) GetNextPageToken() string
func (*GetContextsByTypeResponse) ProtoMessage ¶
func (*GetContextsByTypeResponse) ProtoMessage()
func (*GetContextsByTypeResponse) ProtoReflect ¶
func (x *GetContextsByTypeResponse) ProtoReflect() protoreflect.Message
func (*GetContextsByTypeResponse) Reset ¶
func (x *GetContextsByTypeResponse) Reset()
func (*GetContextsByTypeResponse) String ¶
func (x *GetContextsByTypeResponse) String() string
type GetContextsRequest ¶
type GetContextsRequest struct { // Specify options. // Please refer to the documentation of ListOperationOptions for the supported // functionalities. Options *ListOperationOptions `protobuf:"bytes,1,opt,name=options" json:"options,omitempty"` // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,2,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
Request to retrieve Contexts using List options. If option is not specified then all Contexts are returned.
func (*GetContextsRequest) Descriptor
deprecated
func (*GetContextsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetContextsRequest.ProtoReflect.Descriptor instead.
func (*GetContextsRequest) GetOptions ¶
func (x *GetContextsRequest) GetOptions() *ListOperationOptions
func (*GetContextsRequest) GetTransactionOptions ¶
func (x *GetContextsRequest) GetTransactionOptions() *TransactionOptions
func (*GetContextsRequest) ProtoMessage ¶
func (*GetContextsRequest) ProtoMessage()
func (*GetContextsRequest) ProtoReflect ¶
func (x *GetContextsRequest) ProtoReflect() protoreflect.Message
func (*GetContextsRequest) Reset ¶
func (x *GetContextsRequest) Reset()
func (*GetContextsRequest) String ¶
func (x *GetContextsRequest) String() string
type GetContextsResponse ¶
type GetContextsResponse struct { // Returned contexts. Contexts []*Context `protobuf:"bytes,1,rep,name=contexts" json:"contexts,omitempty"` // Token to use to retrieve next page of results if list options are used in // the request. NextPageToken *string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*GetContextsResponse) Descriptor
deprecated
func (*GetContextsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetContextsResponse.ProtoReflect.Descriptor instead.
func (*GetContextsResponse) GetContexts ¶
func (x *GetContextsResponse) GetContexts() []*Context
func (*GetContextsResponse) GetNextPageToken ¶
func (x *GetContextsResponse) GetNextPageToken() string
func (*GetContextsResponse) ProtoMessage ¶
func (*GetContextsResponse) ProtoMessage()
func (*GetContextsResponse) ProtoReflect ¶
func (x *GetContextsResponse) ProtoReflect() protoreflect.Message
func (*GetContextsResponse) Reset ¶
func (x *GetContextsResponse) Reset()
func (*GetContextsResponse) String ¶
func (x *GetContextsResponse) String() string
type GetEventsByArtifactIDsRequest ¶
type GetEventsByArtifactIDsRequest struct { ArtifactIds []int64 `protobuf:"varint,1,rep,name=artifact_ids,json=artifactIds" json:"artifact_ids,omitempty"` // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,2,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
func (*GetEventsByArtifactIDsRequest) Descriptor
deprecated
func (*GetEventsByArtifactIDsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetEventsByArtifactIDsRequest.ProtoReflect.Descriptor instead.
func (*GetEventsByArtifactIDsRequest) GetArtifactIds ¶
func (x *GetEventsByArtifactIDsRequest) GetArtifactIds() []int64
func (*GetEventsByArtifactIDsRequest) GetTransactionOptions ¶
func (x *GetEventsByArtifactIDsRequest) GetTransactionOptions() *TransactionOptions
func (*GetEventsByArtifactIDsRequest) ProtoMessage ¶
func (*GetEventsByArtifactIDsRequest) ProtoMessage()
func (*GetEventsByArtifactIDsRequest) ProtoReflect ¶
func (x *GetEventsByArtifactIDsRequest) ProtoReflect() protoreflect.Message
func (*GetEventsByArtifactIDsRequest) Reset ¶
func (x *GetEventsByArtifactIDsRequest) Reset()
func (*GetEventsByArtifactIDsRequest) String ¶
func (x *GetEventsByArtifactIDsRequest) String() string
type GetEventsByArtifactIDsResponse ¶
type GetEventsByArtifactIDsResponse struct { Events []*Event `protobuf:"bytes,1,rep,name=events" json:"events,omitempty"` // contains filtered or unexported fields }
func (*GetEventsByArtifactIDsResponse) Descriptor
deprecated
func (*GetEventsByArtifactIDsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetEventsByArtifactIDsResponse.ProtoReflect.Descriptor instead.
func (*GetEventsByArtifactIDsResponse) GetEvents ¶
func (x *GetEventsByArtifactIDsResponse) GetEvents() []*Event
func (*GetEventsByArtifactIDsResponse) ProtoMessage ¶
func (*GetEventsByArtifactIDsResponse) ProtoMessage()
func (*GetEventsByArtifactIDsResponse) ProtoReflect ¶
func (x *GetEventsByArtifactIDsResponse) ProtoReflect() protoreflect.Message
func (*GetEventsByArtifactIDsResponse) Reset ¶
func (x *GetEventsByArtifactIDsResponse) Reset()
func (*GetEventsByArtifactIDsResponse) String ¶
func (x *GetEventsByArtifactIDsResponse) String() string
type GetEventsByExecutionIDsRequest ¶
type GetEventsByExecutionIDsRequest struct { ExecutionIds []int64 `protobuf:"varint,1,rep,name=execution_ids,json=executionIds" json:"execution_ids,omitempty"` // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,2,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
Gets all events with matching execution ids.
func (*GetEventsByExecutionIDsRequest) Descriptor
deprecated
func (*GetEventsByExecutionIDsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetEventsByExecutionIDsRequest.ProtoReflect.Descriptor instead.
func (*GetEventsByExecutionIDsRequest) GetExecutionIds ¶
func (x *GetEventsByExecutionIDsRequest) GetExecutionIds() []int64
func (*GetEventsByExecutionIDsRequest) GetTransactionOptions ¶
func (x *GetEventsByExecutionIDsRequest) GetTransactionOptions() *TransactionOptions
func (*GetEventsByExecutionIDsRequest) ProtoMessage ¶
func (*GetEventsByExecutionIDsRequest) ProtoMessage()
func (*GetEventsByExecutionIDsRequest) ProtoReflect ¶
func (x *GetEventsByExecutionIDsRequest) ProtoReflect() protoreflect.Message
func (*GetEventsByExecutionIDsRequest) Reset ¶
func (x *GetEventsByExecutionIDsRequest) Reset()
func (*GetEventsByExecutionIDsRequest) String ¶
func (x *GetEventsByExecutionIDsRequest) String() string
type GetEventsByExecutionIDsResponse ¶
type GetEventsByExecutionIDsResponse struct { Events []*Event `protobuf:"bytes,1,rep,name=events" json:"events,omitempty"` // contains filtered or unexported fields }
func (*GetEventsByExecutionIDsResponse) Descriptor
deprecated
func (*GetEventsByExecutionIDsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetEventsByExecutionIDsResponse.ProtoReflect.Descriptor instead.
func (*GetEventsByExecutionIDsResponse) GetEvents ¶
func (x *GetEventsByExecutionIDsResponse) GetEvents() []*Event
func (*GetEventsByExecutionIDsResponse) ProtoMessage ¶
func (*GetEventsByExecutionIDsResponse) ProtoMessage()
func (*GetEventsByExecutionIDsResponse) ProtoReflect ¶
func (x *GetEventsByExecutionIDsResponse) ProtoReflect() protoreflect.Message
func (*GetEventsByExecutionIDsResponse) Reset ¶
func (x *GetEventsByExecutionIDsResponse) Reset()
func (*GetEventsByExecutionIDsResponse) String ¶
func (x *GetEventsByExecutionIDsResponse) String() string
type GetExecutionByTypeAndNameRequest ¶
type GetExecutionByTypeAndNameRequest struct { TypeName *string `protobuf:"bytes,1,opt,name=type_name,json=typeName" json:"type_name,omitempty"` // If not set, it looks for the type with type_name and execution_name with // default type_version. TypeVersion *string `protobuf:"bytes,3,opt,name=type_version,json=typeVersion" json:"type_version,omitempty"` ExecutionName *string `protobuf:"bytes,2,opt,name=execution_name,json=executionName" json:"execution_name,omitempty"` // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,4,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
func (*GetExecutionByTypeAndNameRequest) Descriptor
deprecated
func (*GetExecutionByTypeAndNameRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetExecutionByTypeAndNameRequest.ProtoReflect.Descriptor instead.
func (*GetExecutionByTypeAndNameRequest) GetExecutionName ¶
func (x *GetExecutionByTypeAndNameRequest) GetExecutionName() string
func (*GetExecutionByTypeAndNameRequest) GetTransactionOptions ¶
func (x *GetExecutionByTypeAndNameRequest) GetTransactionOptions() *TransactionOptions
func (*GetExecutionByTypeAndNameRequest) GetTypeName ¶
func (x *GetExecutionByTypeAndNameRequest) GetTypeName() string
func (*GetExecutionByTypeAndNameRequest) GetTypeVersion ¶
func (x *GetExecutionByTypeAndNameRequest) GetTypeVersion() string
func (*GetExecutionByTypeAndNameRequest) ProtoMessage ¶
func (*GetExecutionByTypeAndNameRequest) ProtoMessage()
func (*GetExecutionByTypeAndNameRequest) ProtoReflect ¶
func (x *GetExecutionByTypeAndNameRequest) ProtoReflect() protoreflect.Message
func (*GetExecutionByTypeAndNameRequest) Reset ¶
func (x *GetExecutionByTypeAndNameRequest) Reset()
func (*GetExecutionByTypeAndNameRequest) String ¶
func (x *GetExecutionByTypeAndNameRequest) String() string
type GetExecutionByTypeAndNameResponse ¶
type GetExecutionByTypeAndNameResponse struct { Execution *Execution `protobuf:"bytes,1,opt,name=execution" json:"execution,omitempty"` // contains filtered or unexported fields }
func (*GetExecutionByTypeAndNameResponse) Descriptor
deprecated
func (*GetExecutionByTypeAndNameResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetExecutionByTypeAndNameResponse.ProtoReflect.Descriptor instead.
func (*GetExecutionByTypeAndNameResponse) GetExecution ¶
func (x *GetExecutionByTypeAndNameResponse) GetExecution() *Execution
func (*GetExecutionByTypeAndNameResponse) ProtoMessage ¶
func (*GetExecutionByTypeAndNameResponse) ProtoMessage()
func (*GetExecutionByTypeAndNameResponse) ProtoReflect ¶
func (x *GetExecutionByTypeAndNameResponse) ProtoReflect() protoreflect.Message
func (*GetExecutionByTypeAndNameResponse) Reset ¶
func (x *GetExecutionByTypeAndNameResponse) Reset()
func (*GetExecutionByTypeAndNameResponse) String ¶
func (x *GetExecutionByTypeAndNameResponse) String() string
type GetExecutionTypeRequest ¶
type GetExecutionTypeRequest struct { TypeName *string `protobuf:"bytes,1,opt,name=type_name,json=typeName" json:"type_name,omitempty"` // If not set, it looks for the type with type_name with default type_version. TypeVersion *string `protobuf:"bytes,2,opt,name=type_version,json=typeVersion" json:"type_version,omitempty"` // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,3,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
func (*GetExecutionTypeRequest) Descriptor
deprecated
func (*GetExecutionTypeRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetExecutionTypeRequest.ProtoReflect.Descriptor instead.
func (*GetExecutionTypeRequest) GetTransactionOptions ¶
func (x *GetExecutionTypeRequest) GetTransactionOptions() *TransactionOptions
func (*GetExecutionTypeRequest) GetTypeName ¶
func (x *GetExecutionTypeRequest) GetTypeName() string
func (*GetExecutionTypeRequest) GetTypeVersion ¶
func (x *GetExecutionTypeRequest) GetTypeVersion() string
func (*GetExecutionTypeRequest) ProtoMessage ¶
func (*GetExecutionTypeRequest) ProtoMessage()
func (*GetExecutionTypeRequest) ProtoReflect ¶
func (x *GetExecutionTypeRequest) ProtoReflect() protoreflect.Message
func (*GetExecutionTypeRequest) Reset ¶
func (x *GetExecutionTypeRequest) Reset()
func (*GetExecutionTypeRequest) String ¶
func (x *GetExecutionTypeRequest) String() string
type GetExecutionTypeResponse ¶
type GetExecutionTypeResponse struct { // Gets an execution type, or clear if it does not exist. ExecutionType *ExecutionType `protobuf:"bytes,1,opt,name=execution_type,json=executionType" json:"execution_type,omitempty"` // contains filtered or unexported fields }
func (*GetExecutionTypeResponse) Descriptor
deprecated
func (*GetExecutionTypeResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetExecutionTypeResponse.ProtoReflect.Descriptor instead.
func (*GetExecutionTypeResponse) GetExecutionType ¶
func (x *GetExecutionTypeResponse) GetExecutionType() *ExecutionType
func (*GetExecutionTypeResponse) ProtoMessage ¶
func (*GetExecutionTypeResponse) ProtoMessage()
func (*GetExecutionTypeResponse) ProtoReflect ¶
func (x *GetExecutionTypeResponse) ProtoReflect() protoreflect.Message
func (*GetExecutionTypeResponse) Reset ¶
func (x *GetExecutionTypeResponse) Reset()
func (*GetExecutionTypeResponse) String ¶
func (x *GetExecutionTypeResponse) String() string
type GetExecutionTypesByExternalIdsRequest ¶
type GetExecutionTypesByExternalIdsRequest struct { ExternalIds []string `protobuf:"bytes,1,rep,name=external_ids,json=externalIds" json:"external_ids,omitempty"` // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,2,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
func (*GetExecutionTypesByExternalIdsRequest) Descriptor
deprecated
func (*GetExecutionTypesByExternalIdsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetExecutionTypesByExternalIdsRequest.ProtoReflect.Descriptor instead.
func (*GetExecutionTypesByExternalIdsRequest) GetExternalIds ¶
func (x *GetExecutionTypesByExternalIdsRequest) GetExternalIds() []string
func (*GetExecutionTypesByExternalIdsRequest) GetTransactionOptions ¶
func (x *GetExecutionTypesByExternalIdsRequest) GetTransactionOptions() *TransactionOptions
func (*GetExecutionTypesByExternalIdsRequest) ProtoMessage ¶
func (*GetExecutionTypesByExternalIdsRequest) ProtoMessage()
func (*GetExecutionTypesByExternalIdsRequest) ProtoReflect ¶
func (x *GetExecutionTypesByExternalIdsRequest) ProtoReflect() protoreflect.Message
func (*GetExecutionTypesByExternalIdsRequest) Reset ¶
func (x *GetExecutionTypesByExternalIdsRequest) Reset()
func (*GetExecutionTypesByExternalIdsRequest) String ¶
func (x *GetExecutionTypesByExternalIdsRequest) String() string
type GetExecutionTypesByExternalIdsResponse ¶
type GetExecutionTypesByExternalIdsResponse struct { ExecutionTypes []*ExecutionType `protobuf:"bytes,1,rep,name=execution_types,json=executionTypes" json:"execution_types,omitempty"` // contains filtered or unexported fields }
func (*GetExecutionTypesByExternalIdsResponse) Descriptor
deprecated
func (*GetExecutionTypesByExternalIdsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetExecutionTypesByExternalIdsResponse.ProtoReflect.Descriptor instead.
func (*GetExecutionTypesByExternalIdsResponse) GetExecutionTypes ¶
func (x *GetExecutionTypesByExternalIdsResponse) GetExecutionTypes() []*ExecutionType
func (*GetExecutionTypesByExternalIdsResponse) ProtoMessage ¶
func (*GetExecutionTypesByExternalIdsResponse) ProtoMessage()
func (*GetExecutionTypesByExternalIdsResponse) ProtoReflect ¶
func (x *GetExecutionTypesByExternalIdsResponse) ProtoReflect() protoreflect.Message
func (*GetExecutionTypesByExternalIdsResponse) Reset ¶
func (x *GetExecutionTypesByExternalIdsResponse) Reset()
func (*GetExecutionTypesByExternalIdsResponse) String ¶
func (x *GetExecutionTypesByExternalIdsResponse) String() string
type GetExecutionTypesByIDRequest ¶
type GetExecutionTypesByIDRequest struct { TypeIds []int64 `protobuf:"varint,1,rep,name=type_ids,json=typeIds" json:"type_ids,omitempty"` // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,2,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
func (*GetExecutionTypesByIDRequest) Descriptor
deprecated
func (*GetExecutionTypesByIDRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetExecutionTypesByIDRequest.ProtoReflect.Descriptor instead.
func (*GetExecutionTypesByIDRequest) GetTransactionOptions ¶
func (x *GetExecutionTypesByIDRequest) GetTransactionOptions() *TransactionOptions
func (*GetExecutionTypesByIDRequest) GetTypeIds ¶
func (x *GetExecutionTypesByIDRequest) GetTypeIds() []int64
func (*GetExecutionTypesByIDRequest) ProtoMessage ¶
func (*GetExecutionTypesByIDRequest) ProtoMessage()
func (*GetExecutionTypesByIDRequest) ProtoReflect ¶
func (x *GetExecutionTypesByIDRequest) ProtoReflect() protoreflect.Message
func (*GetExecutionTypesByIDRequest) Reset ¶
func (x *GetExecutionTypesByIDRequest) Reset()
func (*GetExecutionTypesByIDRequest) String ¶
func (x *GetExecutionTypesByIDRequest) String() string
type GetExecutionTypesByIDResponse ¶
type GetExecutionTypesByIDResponse struct { // The result is not index-aligned: if an id is not found, it is not // returned. ExecutionTypes []*ExecutionType `protobuf:"bytes,1,rep,name=execution_types,json=executionTypes" json:"execution_types,omitempty"` // contains filtered or unexported fields }
func (*GetExecutionTypesByIDResponse) Descriptor
deprecated
func (*GetExecutionTypesByIDResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetExecutionTypesByIDResponse.ProtoReflect.Descriptor instead.
func (*GetExecutionTypesByIDResponse) GetExecutionTypes ¶
func (x *GetExecutionTypesByIDResponse) GetExecutionTypes() []*ExecutionType
func (*GetExecutionTypesByIDResponse) ProtoMessage ¶
func (*GetExecutionTypesByIDResponse) ProtoMessage()
func (*GetExecutionTypesByIDResponse) ProtoReflect ¶
func (x *GetExecutionTypesByIDResponse) ProtoReflect() protoreflect.Message
func (*GetExecutionTypesByIDResponse) Reset ¶
func (x *GetExecutionTypesByIDResponse) Reset()
func (*GetExecutionTypesByIDResponse) String ¶
func (x *GetExecutionTypesByIDResponse) String() string
type GetExecutionTypesRequest ¶
type GetExecutionTypesRequest struct { // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,1,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
func (*GetExecutionTypesRequest) Descriptor
deprecated
func (*GetExecutionTypesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetExecutionTypesRequest.ProtoReflect.Descriptor instead.
func (*GetExecutionTypesRequest) GetTransactionOptions ¶
func (x *GetExecutionTypesRequest) GetTransactionOptions() *TransactionOptions
func (*GetExecutionTypesRequest) ProtoMessage ¶
func (*GetExecutionTypesRequest) ProtoMessage()
func (*GetExecutionTypesRequest) ProtoReflect ¶
func (x *GetExecutionTypesRequest) ProtoReflect() protoreflect.Message
func (*GetExecutionTypesRequest) Reset ¶
func (x *GetExecutionTypesRequest) Reset()
func (*GetExecutionTypesRequest) String ¶
func (x *GetExecutionTypesRequest) String() string
type GetExecutionTypesResponse ¶
type GetExecutionTypesResponse struct { ExecutionTypes []*ExecutionType `protobuf:"bytes,1,rep,name=execution_types,json=executionTypes" json:"execution_types,omitempty"` // contains filtered or unexported fields }
func (*GetExecutionTypesResponse) Descriptor
deprecated
func (*GetExecutionTypesResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetExecutionTypesResponse.ProtoReflect.Descriptor instead.
func (*GetExecutionTypesResponse) GetExecutionTypes ¶
func (x *GetExecutionTypesResponse) GetExecutionTypes() []*ExecutionType
func (*GetExecutionTypesResponse) ProtoMessage ¶
func (*GetExecutionTypesResponse) ProtoMessage()
func (*GetExecutionTypesResponse) ProtoReflect ¶
func (x *GetExecutionTypesResponse) ProtoReflect() protoreflect.Message
func (*GetExecutionTypesResponse) Reset ¶
func (x *GetExecutionTypesResponse) Reset()
func (*GetExecutionTypesResponse) String ¶
func (x *GetExecutionTypesResponse) String() string
type GetExecutionsByContextRequest ¶
type GetExecutionsByContextRequest struct { ContextId *int64 `protobuf:"varint,1,opt,name=context_id,json=contextId" json:"context_id,omitempty"` // Specify List options. // Currently supports: // 1. Field to order the results. // 2. Page size. Options *ListOperationOptions `protobuf:"bytes,2,opt,name=options" json:"options,omitempty"` // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,3,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
func (*GetExecutionsByContextRequest) Descriptor
deprecated
func (*GetExecutionsByContextRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetExecutionsByContextRequest.ProtoReflect.Descriptor instead.
func (*GetExecutionsByContextRequest) GetContextId ¶
func (x *GetExecutionsByContextRequest) GetContextId() int64
func (*GetExecutionsByContextRequest) GetOptions ¶
func (x *GetExecutionsByContextRequest) GetOptions() *ListOperationOptions
func (*GetExecutionsByContextRequest) GetTransactionOptions ¶
func (x *GetExecutionsByContextRequest) GetTransactionOptions() *TransactionOptions
func (*GetExecutionsByContextRequest) ProtoMessage ¶
func (*GetExecutionsByContextRequest) ProtoMessage()
func (*GetExecutionsByContextRequest) ProtoReflect ¶
func (x *GetExecutionsByContextRequest) ProtoReflect() protoreflect.Message
func (*GetExecutionsByContextRequest) Reset ¶
func (x *GetExecutionsByContextRequest) Reset()
func (*GetExecutionsByContextRequest) String ¶
func (x *GetExecutionsByContextRequest) String() string
type GetExecutionsByContextResponse ¶
type GetExecutionsByContextResponse struct { Executions []*Execution `protobuf:"bytes,1,rep,name=executions" json:"executions,omitempty"` // Token to use to retrieve next page of results if list options are used in // the request. NextPageToken *string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken" json:"next_page_token,omitempty"` // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,3,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
func (*GetExecutionsByContextResponse) Descriptor
deprecated
func (*GetExecutionsByContextResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetExecutionsByContextResponse.ProtoReflect.Descriptor instead.
func (*GetExecutionsByContextResponse) GetExecutions ¶
func (x *GetExecutionsByContextResponse) GetExecutions() []*Execution
func (*GetExecutionsByContextResponse) GetNextPageToken ¶
func (x *GetExecutionsByContextResponse) GetNextPageToken() string
func (*GetExecutionsByContextResponse) GetTransactionOptions ¶
func (x *GetExecutionsByContextResponse) GetTransactionOptions() *TransactionOptions
func (*GetExecutionsByContextResponse) ProtoMessage ¶
func (*GetExecutionsByContextResponse) ProtoMessage()
func (*GetExecutionsByContextResponse) ProtoReflect ¶
func (x *GetExecutionsByContextResponse) ProtoReflect() protoreflect.Message
func (*GetExecutionsByContextResponse) Reset ¶
func (x *GetExecutionsByContextResponse) Reset()
func (*GetExecutionsByContextResponse) String ¶
func (x *GetExecutionsByContextResponse) String() string
type GetExecutionsByExternalIdsRequest ¶
type GetExecutionsByExternalIdsRequest struct { ExternalIds []string `protobuf:"bytes,1,rep,name=external_ids,json=externalIds" json:"external_ids,omitempty"` // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,2,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
func (*GetExecutionsByExternalIdsRequest) Descriptor
deprecated
func (*GetExecutionsByExternalIdsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetExecutionsByExternalIdsRequest.ProtoReflect.Descriptor instead.
func (*GetExecutionsByExternalIdsRequest) GetExternalIds ¶
func (x *GetExecutionsByExternalIdsRequest) GetExternalIds() []string
func (*GetExecutionsByExternalIdsRequest) GetTransactionOptions ¶
func (x *GetExecutionsByExternalIdsRequest) GetTransactionOptions() *TransactionOptions
func (*GetExecutionsByExternalIdsRequest) ProtoMessage ¶
func (*GetExecutionsByExternalIdsRequest) ProtoMessage()
func (*GetExecutionsByExternalIdsRequest) ProtoReflect ¶
func (x *GetExecutionsByExternalIdsRequest) ProtoReflect() protoreflect.Message
func (*GetExecutionsByExternalIdsRequest) Reset ¶
func (x *GetExecutionsByExternalIdsRequest) Reset()
func (*GetExecutionsByExternalIdsRequest) String ¶
func (x *GetExecutionsByExternalIdsRequest) String() string
type GetExecutionsByExternalIdsResponse ¶
type GetExecutionsByExternalIdsResponse struct { Executions []*Execution `protobuf:"bytes,1,rep,name=executions" json:"executions,omitempty"` // contains filtered or unexported fields }
func (*GetExecutionsByExternalIdsResponse) Descriptor
deprecated
func (*GetExecutionsByExternalIdsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetExecutionsByExternalIdsResponse.ProtoReflect.Descriptor instead.
func (*GetExecutionsByExternalIdsResponse) GetExecutions ¶
func (x *GetExecutionsByExternalIdsResponse) GetExecutions() []*Execution
func (*GetExecutionsByExternalIdsResponse) ProtoMessage ¶
func (*GetExecutionsByExternalIdsResponse) ProtoMessage()
func (*GetExecutionsByExternalIdsResponse) ProtoReflect ¶
func (x *GetExecutionsByExternalIdsResponse) ProtoReflect() protoreflect.Message
func (*GetExecutionsByExternalIdsResponse) Reset ¶
func (x *GetExecutionsByExternalIdsResponse) Reset()
func (*GetExecutionsByExternalIdsResponse) String ¶
func (x *GetExecutionsByExternalIdsResponse) String() string
type GetExecutionsByIDRequest ¶
type GetExecutionsByIDRequest struct { // A list of execution ids to retrieve. ExecutionIds []int64 `protobuf:"varint,1,rep,name=execution_ids,json=executionIds" json:"execution_ids,omitempty"` // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,2,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
func (*GetExecutionsByIDRequest) Descriptor
deprecated
func (*GetExecutionsByIDRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetExecutionsByIDRequest.ProtoReflect.Descriptor instead.
func (*GetExecutionsByIDRequest) GetExecutionIds ¶
func (x *GetExecutionsByIDRequest) GetExecutionIds() []int64
func (*GetExecutionsByIDRequest) GetTransactionOptions ¶
func (x *GetExecutionsByIDRequest) GetTransactionOptions() *TransactionOptions
func (*GetExecutionsByIDRequest) ProtoMessage ¶
func (*GetExecutionsByIDRequest) ProtoMessage()
func (*GetExecutionsByIDRequest) ProtoReflect ¶
func (x *GetExecutionsByIDRequest) ProtoReflect() protoreflect.Message
func (*GetExecutionsByIDRequest) Reset ¶
func (x *GetExecutionsByIDRequest) Reset()
func (*GetExecutionsByIDRequest) String ¶
func (x *GetExecutionsByIDRequest) String() string
type GetExecutionsByIDResponse ¶
type GetExecutionsByIDResponse struct { // The result is not index-aligned: if an id is not found, it is not // returned. Executions []*Execution `protobuf:"bytes,1,rep,name=executions" json:"executions,omitempty"` // contains filtered or unexported fields }
func (*GetExecutionsByIDResponse) Descriptor
deprecated
func (*GetExecutionsByIDResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetExecutionsByIDResponse.ProtoReflect.Descriptor instead.
func (*GetExecutionsByIDResponse) GetExecutions ¶
func (x *GetExecutionsByIDResponse) GetExecutions() []*Execution
func (*GetExecutionsByIDResponse) ProtoMessage ¶
func (*GetExecutionsByIDResponse) ProtoMessage()
func (*GetExecutionsByIDResponse) ProtoReflect ¶
func (x *GetExecutionsByIDResponse) ProtoReflect() protoreflect.Message
func (*GetExecutionsByIDResponse) Reset ¶
func (x *GetExecutionsByIDResponse) Reset()
func (*GetExecutionsByIDResponse) String ¶
func (x *GetExecutionsByIDResponse) String() string
type GetExecutionsByTypeRequest ¶
type GetExecutionsByTypeRequest struct { TypeName *string `protobuf:"bytes,1,opt,name=type_name,json=typeName" json:"type_name,omitempty"` // If not set, it looks for the type with type_name with default type_version. TypeVersion *string `protobuf:"bytes,2,opt,name=type_version,json=typeVersion" json:"type_version,omitempty"` // Specify List options. // Currently supports: // 1. Field to order the results. // 2. Page size. // // If set, the request will // // first fetch all executions with specified `type_name` and `type_version`, // then order by a specifield field // finally find the correct page and return #Executions of the page size. // // Higher-level APIs may only use the functionalies partially. // Please reference the API documentation for the API behaviors. Options *ListOperationOptions `protobuf:"bytes,3,opt,name=options" json:"options,omitempty"` // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,4,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
func (*GetExecutionsByTypeRequest) Descriptor
deprecated
func (*GetExecutionsByTypeRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetExecutionsByTypeRequest.ProtoReflect.Descriptor instead.
func (*GetExecutionsByTypeRequest) GetOptions ¶
func (x *GetExecutionsByTypeRequest) GetOptions() *ListOperationOptions
func (*GetExecutionsByTypeRequest) GetTransactionOptions ¶
func (x *GetExecutionsByTypeRequest) GetTransactionOptions() *TransactionOptions
func (*GetExecutionsByTypeRequest) GetTypeName ¶
func (x *GetExecutionsByTypeRequest) GetTypeName() string
func (*GetExecutionsByTypeRequest) GetTypeVersion ¶
func (x *GetExecutionsByTypeRequest) GetTypeVersion() string
func (*GetExecutionsByTypeRequest) ProtoMessage ¶
func (*GetExecutionsByTypeRequest) ProtoMessage()
func (*GetExecutionsByTypeRequest) ProtoReflect ¶
func (x *GetExecutionsByTypeRequest) ProtoReflect() protoreflect.Message
func (*GetExecutionsByTypeRequest) Reset ¶
func (x *GetExecutionsByTypeRequest) Reset()
func (*GetExecutionsByTypeRequest) String ¶
func (x *GetExecutionsByTypeRequest) String() string
type GetExecutionsByTypeResponse ¶
type GetExecutionsByTypeResponse struct { Executions []*Execution `protobuf:"bytes,1,rep,name=executions" json:"executions,omitempty"` // Token to use to retrieve next page of results if list options are used in // the request. NextPageToken *string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*GetExecutionsByTypeResponse) Descriptor
deprecated
func (*GetExecutionsByTypeResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetExecutionsByTypeResponse.ProtoReflect.Descriptor instead.
func (*GetExecutionsByTypeResponse) GetExecutions ¶
func (x *GetExecutionsByTypeResponse) GetExecutions() []*Execution
func (*GetExecutionsByTypeResponse) GetNextPageToken ¶
func (x *GetExecutionsByTypeResponse) GetNextPageToken() string
func (*GetExecutionsByTypeResponse) ProtoMessage ¶
func (*GetExecutionsByTypeResponse) ProtoMessage()
func (*GetExecutionsByTypeResponse) ProtoReflect ¶
func (x *GetExecutionsByTypeResponse) ProtoReflect() protoreflect.Message
func (*GetExecutionsByTypeResponse) Reset ¶
func (x *GetExecutionsByTypeResponse) Reset()
func (*GetExecutionsByTypeResponse) String ¶
func (x *GetExecutionsByTypeResponse) String() string
type GetExecutionsRequest ¶
type GetExecutionsRequest struct { // Specify options. // Please refer to the documentation of ListOperationOptions for the supported // functionalities. Options *ListOperationOptions `protobuf:"bytes,1,opt,name=options" json:"options,omitempty"` // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,2,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
Request to retrieve Executions using List options. If option is not specified then all Executions are returned.
func (*GetExecutionsRequest) Descriptor
deprecated
func (*GetExecutionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetExecutionsRequest.ProtoReflect.Descriptor instead.
func (*GetExecutionsRequest) GetOptions ¶
func (x *GetExecutionsRequest) GetOptions() *ListOperationOptions
func (*GetExecutionsRequest) GetTransactionOptions ¶
func (x *GetExecutionsRequest) GetTransactionOptions() *TransactionOptions
func (*GetExecutionsRequest) ProtoMessage ¶
func (*GetExecutionsRequest) ProtoMessage()
func (*GetExecutionsRequest) ProtoReflect ¶
func (x *GetExecutionsRequest) ProtoReflect() protoreflect.Message
func (*GetExecutionsRequest) Reset ¶
func (x *GetExecutionsRequest) Reset()
func (*GetExecutionsRequest) String ¶
func (x *GetExecutionsRequest) String() string
type GetExecutionsResponse ¶
type GetExecutionsResponse struct { // Returned executions. Executions []*Execution `protobuf:"bytes,1,rep,name=executions" json:"executions,omitempty"` // Token to use to retrieve next page of results if list options are used in // the request. NextPageToken *string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*GetExecutionsResponse) Descriptor
deprecated
func (*GetExecutionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetExecutionsResponse.ProtoReflect.Descriptor instead.
func (*GetExecutionsResponse) GetExecutions ¶
func (x *GetExecutionsResponse) GetExecutions() []*Execution
func (*GetExecutionsResponse) GetNextPageToken ¶
func (x *GetExecutionsResponse) GetNextPageToken() string
func (*GetExecutionsResponse) ProtoMessage ¶
func (*GetExecutionsResponse) ProtoMessage()
func (*GetExecutionsResponse) ProtoReflect ¶
func (x *GetExecutionsResponse) ProtoReflect() protoreflect.Message
func (*GetExecutionsResponse) Reset ¶
func (x *GetExecutionsResponse) Reset()
func (*GetExecutionsResponse) String ¶
func (x *GetExecutionsResponse) String() string
type GetLineageGraphRequest ¶
type GetLineageGraphRequest struct { Options *LineageGraphQueryOptions `protobuf:"bytes,1,opt,name=options" json:"options,omitempty"` // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,2,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
TODO(b/283852485): Deprecate GetLineageGraph API after migration to GetLineageSubgraph API. A lineage query request to specify the query nodes of interest and the boundary conditions for pruning the returned graph.
func (*GetLineageGraphRequest) Descriptor
deprecated
func (*GetLineageGraphRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetLineageGraphRequest.ProtoReflect.Descriptor instead.
func (*GetLineageGraphRequest) GetOptions ¶
func (x *GetLineageGraphRequest) GetOptions() *LineageGraphQueryOptions
func (*GetLineageGraphRequest) GetTransactionOptions ¶
func (x *GetLineageGraphRequest) GetTransactionOptions() *TransactionOptions
func (*GetLineageGraphRequest) ProtoMessage ¶
func (*GetLineageGraphRequest) ProtoMessage()
func (*GetLineageGraphRequest) ProtoReflect ¶
func (x *GetLineageGraphRequest) ProtoReflect() protoreflect.Message
func (*GetLineageGraphRequest) Reset ¶
func (x *GetLineageGraphRequest) Reset()
func (*GetLineageGraphRequest) String ¶
func (x *GetLineageGraphRequest) String() string
type GetLineageGraphResponse ¶
type GetLineageGraphResponse struct { Subgraph *LineageGraph `protobuf:"bytes,1,opt,name=subgraph" json:"subgraph,omitempty"` // contains filtered or unexported fields }
A connected lineage `subgraph` about the MLMD nodes derived from LineageGraphRequest.query_conditions.
func (*GetLineageGraphResponse) Descriptor
deprecated
func (*GetLineageGraphResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetLineageGraphResponse.ProtoReflect.Descriptor instead.
func (*GetLineageGraphResponse) GetSubgraph ¶
func (x *GetLineageGraphResponse) GetSubgraph() *LineageGraph
func (*GetLineageGraphResponse) ProtoMessage ¶
func (*GetLineageGraphResponse) ProtoMessage()
func (*GetLineageGraphResponse) ProtoReflect ¶
func (x *GetLineageGraphResponse) ProtoReflect() protoreflect.Message
func (*GetLineageGraphResponse) Reset ¶
func (x *GetLineageGraphResponse) Reset()
func (*GetLineageGraphResponse) String ¶
func (x *GetLineageGraphResponse) String() string
type GetLineageSubgraphRequest ¶
type GetLineageSubgraphRequest struct { // Query options for lineage graph tracing from a list of interested // nodes. // A lineage subgraph without node details (e.g., external_id, properties) // will be returned. Please refer to `LineageSubgraphQueryOptions` for more // details. LineageSubgraphQueryOptions *LineageSubgraphQueryOptions `` /* 139-byte string literal not displayed */ // `read_mask` contains user specified paths of fields that should be included // in the returned lineage subgraph. // // Supported field paths are: 'artifacts', 'executions', 'contexts', // 'artifact_types', 'execution_types', 'context_types', and 'events'. // TODO(b/283852485): Include 'associations' or 'attributions' in the // returned graph. // If 'artifacts', 'executions', or 'contexts' is specified in `read_mask`, // the dehydrated nodes will be included. // Note: A dehydrated node means a node containing only its id and no // other information. User should call GetNodesByID or other APIs to get // node details later on. // If 'artifact_types', 'execution_types', or 'context_types' is specified // in `read_mask`, all the node types will be included. // If 'events' is specified in `read_mask`, the events will be included. // If `read_mask` is not set, the API will return all the fields in // the returned graph. // Note: Only paths of fields in LineageGraph message are supported. Paths // of fields in the submessage, such as "artifacts.id", "contexts.name" are // not acknowledged. ReadMask *fieldmaskpb.FieldMask `protobuf:"bytes,3,opt,name=read_mask,json=readMask" json:"read_mask,omitempty"` TransactionOptions *TransactionOptions `protobuf:"bytes,2,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
func (*GetLineageSubgraphRequest) Descriptor
deprecated
func (*GetLineageSubgraphRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetLineageSubgraphRequest.ProtoReflect.Descriptor instead.
func (*GetLineageSubgraphRequest) GetLineageSubgraphQueryOptions ¶
func (x *GetLineageSubgraphRequest) GetLineageSubgraphQueryOptions() *LineageSubgraphQueryOptions
func (*GetLineageSubgraphRequest) GetReadMask ¶
func (x *GetLineageSubgraphRequest) GetReadMask() *fieldmaskpb.FieldMask
func (*GetLineageSubgraphRequest) GetTransactionOptions ¶
func (x *GetLineageSubgraphRequest) GetTransactionOptions() *TransactionOptions
func (*GetLineageSubgraphRequest) ProtoMessage ¶
func (*GetLineageSubgraphRequest) ProtoMessage()
func (*GetLineageSubgraphRequest) ProtoReflect ¶
func (x *GetLineageSubgraphRequest) ProtoReflect() protoreflect.Message
func (*GetLineageSubgraphRequest) Reset ¶
func (x *GetLineageSubgraphRequest) Reset()
func (*GetLineageSubgraphRequest) String ¶
func (x *GetLineageSubgraphRequest) String() string
type GetLineageSubgraphResponse ¶
type GetLineageSubgraphResponse struct { // A lineage subgraph of MLMD nodes and relations retrieved from lineage // graph tracing. LineageSubgraph *LineageGraph `protobuf:"bytes,1,opt,name=lineage_subgraph,json=lineageSubgraph" json:"lineage_subgraph,omitempty"` // contains filtered or unexported fields }
func (*GetLineageSubgraphResponse) Descriptor
deprecated
func (*GetLineageSubgraphResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetLineageSubgraphResponse.ProtoReflect.Descriptor instead.
func (*GetLineageSubgraphResponse) GetLineageSubgraph ¶
func (x *GetLineageSubgraphResponse) GetLineageSubgraph() *LineageGraph
func (*GetLineageSubgraphResponse) ProtoMessage ¶
func (*GetLineageSubgraphResponse) ProtoMessage()
func (*GetLineageSubgraphResponse) ProtoReflect ¶
func (x *GetLineageSubgraphResponse) ProtoReflect() protoreflect.Message
func (*GetLineageSubgraphResponse) Reset ¶
func (x *GetLineageSubgraphResponse) Reset()
func (*GetLineageSubgraphResponse) String ¶
func (x *GetLineageSubgraphResponse) String() string
type GetParentContextsByContextRequest ¶
type GetParentContextsByContextRequest struct { ContextId *int64 `protobuf:"varint,1,opt,name=context_id,json=contextId" json:"context_id,omitempty"` // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,2,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
func (*GetParentContextsByContextRequest) Descriptor
deprecated
func (*GetParentContextsByContextRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetParentContextsByContextRequest.ProtoReflect.Descriptor instead.
func (*GetParentContextsByContextRequest) GetContextId ¶
func (x *GetParentContextsByContextRequest) GetContextId() int64
func (*GetParentContextsByContextRequest) GetTransactionOptions ¶
func (x *GetParentContextsByContextRequest) GetTransactionOptions() *TransactionOptions
func (*GetParentContextsByContextRequest) ProtoMessage ¶
func (*GetParentContextsByContextRequest) ProtoMessage()
func (*GetParentContextsByContextRequest) ProtoReflect ¶
func (x *GetParentContextsByContextRequest) ProtoReflect() protoreflect.Message
func (*GetParentContextsByContextRequest) Reset ¶
func (x *GetParentContextsByContextRequest) Reset()
func (*GetParentContextsByContextRequest) String ¶
func (x *GetParentContextsByContextRequest) String() string
type GetParentContextsByContextResponse ¶
type GetParentContextsByContextResponse struct { Contexts []*Context `protobuf:"bytes,1,rep,name=contexts" json:"contexts,omitempty"` // contains filtered or unexported fields }
func (*GetParentContextsByContextResponse) Descriptor
deprecated
func (*GetParentContextsByContextResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetParentContextsByContextResponse.ProtoReflect.Descriptor instead.
func (*GetParentContextsByContextResponse) GetContexts ¶
func (x *GetParentContextsByContextResponse) GetContexts() []*Context
func (*GetParentContextsByContextResponse) ProtoMessage ¶
func (*GetParentContextsByContextResponse) ProtoMessage()
func (*GetParentContextsByContextResponse) ProtoReflect ¶
func (x *GetParentContextsByContextResponse) ProtoReflect() protoreflect.Message
func (*GetParentContextsByContextResponse) Reset ¶
func (x *GetParentContextsByContextResponse) Reset()
func (*GetParentContextsByContextResponse) String ¶
func (x *GetParentContextsByContextResponse) String() string
type GetParentContextsByContextsRequest ¶
type GetParentContextsByContextsRequest struct { ContextIds []int64 `protobuf:"varint,1,rep,packed,name=context_ids,json=contextIds" json:"context_ids,omitempty"` // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,2,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
func (*GetParentContextsByContextsRequest) Descriptor
deprecated
func (*GetParentContextsByContextsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetParentContextsByContextsRequest.ProtoReflect.Descriptor instead.
func (*GetParentContextsByContextsRequest) GetContextIds ¶
func (x *GetParentContextsByContextsRequest) GetContextIds() []int64
func (*GetParentContextsByContextsRequest) GetTransactionOptions ¶
func (x *GetParentContextsByContextsRequest) GetTransactionOptions() *TransactionOptions
func (*GetParentContextsByContextsRequest) ProtoMessage ¶
func (*GetParentContextsByContextsRequest) ProtoMessage()
func (*GetParentContextsByContextsRequest) ProtoReflect ¶
func (x *GetParentContextsByContextsRequest) ProtoReflect() protoreflect.Message
func (*GetParentContextsByContextsRequest) Reset ¶
func (x *GetParentContextsByContextsRequest) Reset()
func (*GetParentContextsByContextsRequest) String ¶
func (x *GetParentContextsByContextsRequest) String() string
type GetParentContextsByContextsResponse ¶
type GetParentContextsByContextsResponse struct { Contexts map[int64]*GetParentContextsByContextsResponse_ParentContextsPerChild `` /* 137-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetParentContextsByContextsResponse) Descriptor
deprecated
func (*GetParentContextsByContextsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetParentContextsByContextsResponse.ProtoReflect.Descriptor instead.
func (*GetParentContextsByContextsResponse) GetContexts ¶
func (x *GetParentContextsByContextsResponse) GetContexts() map[int64]*GetParentContextsByContextsResponse_ParentContextsPerChild
func (*GetParentContextsByContextsResponse) ProtoMessage ¶
func (*GetParentContextsByContextsResponse) ProtoMessage()
func (*GetParentContextsByContextsResponse) ProtoReflect ¶
func (x *GetParentContextsByContextsResponse) ProtoReflect() protoreflect.Message
func (*GetParentContextsByContextsResponse) Reset ¶
func (x *GetParentContextsByContextsResponse) Reset()
func (*GetParentContextsByContextsResponse) String ¶
func (x *GetParentContextsByContextsResponse) String() string
type GetParentContextsByContextsResponse_ParentContextsPerChild ¶
type GetParentContextsByContextsResponse_ParentContextsPerChild struct { ParentContexts []*Context `protobuf:"bytes,1,rep,name=parent_contexts,json=parentContexts" json:"parent_contexts,omitempty"` // contains filtered or unexported fields }
func (*GetParentContextsByContextsResponse_ParentContextsPerChild) Descriptor
deprecated
func (*GetParentContextsByContextsResponse_ParentContextsPerChild) Descriptor() ([]byte, []int)
Deprecated: Use GetParentContextsByContextsResponse_ParentContextsPerChild.ProtoReflect.Descriptor instead.
func (*GetParentContextsByContextsResponse_ParentContextsPerChild) GetParentContexts ¶
func (x *GetParentContextsByContextsResponse_ParentContextsPerChild) GetParentContexts() []*Context
func (*GetParentContextsByContextsResponse_ParentContextsPerChild) ProtoMessage ¶
func (*GetParentContextsByContextsResponse_ParentContextsPerChild) ProtoMessage()
func (*GetParentContextsByContextsResponse_ParentContextsPerChild) ProtoReflect ¶
func (x *GetParentContextsByContextsResponse_ParentContextsPerChild) ProtoReflect() protoreflect.Message
func (*GetParentContextsByContextsResponse_ParentContextsPerChild) Reset ¶
func (x *GetParentContextsByContextsResponse_ParentContextsPerChild) Reset()
func (*GetParentContextsByContextsResponse_ParentContextsPerChild) String ¶
func (x *GetParentContextsByContextsResponse_ParentContextsPerChild) String() string
type GrpcChannelArguments ¶
type GrpcChannelArguments struct { // Maximum message length in bytes per response that the channel can receive. MaxReceiveMessageLength *int64 `` /* 128-byte string literal not displayed */ // Maximum misbehaving pings the server can bear before sending goaway and // closing the transport? (0 indicates infinite number of misbehaving pings) Http2MaxPingStrikes *int64 `protobuf:"varint,2,opt,name=http2_max_ping_strikes,json=http2MaxPingStrikes" json:"http2_max_ping_strikes,omitempty"` // contains filtered or unexported fields }
A list of supported GRPC arguments defined in: https://grpc.github.io/grpc/core/group__grpc__arg__keys.html
func (*GrpcChannelArguments) Descriptor
deprecated
func (*GrpcChannelArguments) Descriptor() ([]byte, []int)
Deprecated: Use GrpcChannelArguments.ProtoReflect.Descriptor instead.
func (*GrpcChannelArguments) GetHttp2MaxPingStrikes ¶
func (x *GrpcChannelArguments) GetHttp2MaxPingStrikes() int64
func (*GrpcChannelArguments) GetMaxReceiveMessageLength ¶
func (x *GrpcChannelArguments) GetMaxReceiveMessageLength() int64
func (*GrpcChannelArguments) ProtoMessage ¶
func (*GrpcChannelArguments) ProtoMessage()
func (*GrpcChannelArguments) ProtoReflect ¶
func (x *GrpcChannelArguments) ProtoReflect() protoreflect.Message
func (*GrpcChannelArguments) Reset ¶
func (x *GrpcChannelArguments) Reset()
func (*GrpcChannelArguments) String ¶
func (x *GrpcChannelArguments) String() string
type IntersectionArtifactStructType ¶
type IntersectionArtifactStructType struct { Constraints []*ArtifactStructType `protobuf:"bytes,1,rep,name=constraints" json:"constraints,omitempty"` // contains filtered or unexported fields }
A member of this type must satisfy all constraints. This primarily useful not as an end-user type, but something calculated as an intermediate type in the system.
For example, suppose you have a method: def infer_my_input_type(a): # try to infer the input type of this method.
use_in_method_x(a) # with input type x_input use_in_method_y(a) # with input type y_input
Given this information, you know that infer_my_input_type has type {"intersection":{"constraints":[x_input, y_input]}}.
IntersectionArtifactStructType intersection_type = {"constraints":[
{"dict":{"properties":{"schema":{"any":{}}}, "extra_properties":{"any":{}}}}, {"dict":{"properties":{"data":{"any":{}}}, "extra_properties":{"any":{}}}}]}
Since the first constraint requires the dictionary to have a schema property, and the second constraint requires it to have a data property, this is equivalent to: ArtifactStructType other_type =
{"dict":{"properties":{"schema":{"any":{}},"data":{"any":{}}}}, "extra_properties":{"any":{}}}
func (*IntersectionArtifactStructType) Descriptor
deprecated
func (*IntersectionArtifactStructType) Descriptor() ([]byte, []int)
Deprecated: Use IntersectionArtifactStructType.ProtoReflect.Descriptor instead.
func (*IntersectionArtifactStructType) GetConstraints ¶
func (x *IntersectionArtifactStructType) GetConstraints() []*ArtifactStructType
func (*IntersectionArtifactStructType) ProtoMessage ¶
func (*IntersectionArtifactStructType) ProtoMessage()
func (*IntersectionArtifactStructType) ProtoReflect ¶
func (x *IntersectionArtifactStructType) ProtoReflect() protoreflect.Message
func (*IntersectionArtifactStructType) Reset ¶
func (x *IntersectionArtifactStructType) Reset()
func (*IntersectionArtifactStructType) String ¶
func (x *IntersectionArtifactStructType) String() string
type LineageGraph ¶
type LineageGraph struct { // extracted types ArtifactTypes []*ArtifactType `protobuf:"bytes,1,rep,name=artifact_types,json=artifactTypes" json:"artifact_types,omitempty"` ExecutionTypes []*ExecutionType `protobuf:"bytes,2,rep,name=execution_types,json=executionTypes" json:"execution_types,omitempty"` ContextTypes []*ContextType `protobuf:"bytes,3,rep,name=context_types,json=contextTypes" json:"context_types,omitempty"` // extracted nodes Artifacts []*Artifact `protobuf:"bytes,4,rep,name=artifacts" json:"artifacts,omitempty"` Executions []*Execution `protobuf:"bytes,5,rep,name=executions" json:"executions,omitempty"` Contexts []*Context `protobuf:"bytes,6,rep,name=contexts" json:"contexts,omitempty"` // extracted edges Events []*Event `protobuf:"bytes,7,rep,name=events" json:"events,omitempty"` Attributions []*Attribution `protobuf:"bytes,8,rep,name=attributions" json:"attributions,omitempty"` Associations []*Association `protobuf:"bytes,9,rep,name=associations" json:"associations,omitempty"` // contains filtered or unexported fields }
A self-contained provenance (sub)graph representation consists of MLMD nodes and their relationships. It is used to represent the query results from the persistent backend (e.g., lineage about a node, reachability of two nodes).
func (*LineageGraph) Descriptor
deprecated
func (*LineageGraph) Descriptor() ([]byte, []int)
Deprecated: Use LineageGraph.ProtoReflect.Descriptor instead.
func (*LineageGraph) GetArtifactTypes ¶
func (x *LineageGraph) GetArtifactTypes() []*ArtifactType
func (*LineageGraph) GetArtifacts ¶
func (x *LineageGraph) GetArtifacts() []*Artifact
func (*LineageGraph) GetAssociations ¶
func (x *LineageGraph) GetAssociations() []*Association
func (*LineageGraph) GetAttributions ¶
func (x *LineageGraph) GetAttributions() []*Attribution
func (*LineageGraph) GetContextTypes ¶
func (x *LineageGraph) GetContextTypes() []*ContextType
func (*LineageGraph) GetContexts ¶
func (x *LineageGraph) GetContexts() []*Context
func (*LineageGraph) GetEvents ¶
func (x *LineageGraph) GetEvents() []*Event
func (*LineageGraph) GetExecutionTypes ¶
func (x *LineageGraph) GetExecutionTypes() []*ExecutionType
func (*LineageGraph) GetExecutions ¶
func (x *LineageGraph) GetExecutions() []*Execution
func (*LineageGraph) ProtoMessage ¶
func (*LineageGraph) ProtoMessage()
func (*LineageGraph) ProtoReflect ¶
func (x *LineageGraph) ProtoReflect() protoreflect.Message
func (*LineageGraph) Reset ¶
func (x *LineageGraph) Reset()
func (*LineageGraph) String ¶
func (x *LineageGraph) String() string
type LineageGraphQueryOptions ¶
type LineageGraphQueryOptions struct { // A query to specify the nodes of interest. // `ListOperationOptions.max_result_size` sets the maximum number of nodes to // begin with the graph search. // TODO(b/178491112) Support query_nodes for Executions. // // Types that are assignable to QueryNodes: // // *LineageGraphQueryOptions_ArtifactsOptions QueryNodes isLineageGraphQueryOptions_QueryNodes `protobuf_oneof:"query_nodes"` // A constraint option to define the filtering rules when querying a lineage // graph. StopConditions *LineageGraphQueryOptions_BoundaryConstraint `protobuf:"bytes,2,opt,name=stop_conditions,json=stopConditions" json:"stop_conditions,omitempty"` // Maximum total number of artifacts and executions in the whole returned // lineage graph. // If set to 0 or below, all related nodes will be returned without any // number limitation. // The number counts toward Artifacts and Executions. Nothing else considered. // // NOTE: There is no pagination supported. MaxNodeSize *int64 `protobuf:"varint,3,opt,name=max_node_size,json=maxNodeSize,def=20" json:"max_node_size,omitempty"` // contains filtered or unexported fields }
TODO(b/283852485): Deprecate GetLineageGraph API after migration to GetLineageSubgraph API. The query options for `get_lineage_graph` operation. `query_nodes` is a list of nodes of interest. Currently only artifacts are supported as `query_nodes`. `stop_conditions` defines the filtering rules when querying a lineage graph. `max_node_size` defines the total number of artifacts and executions returned in the subgraph.
func (*LineageGraphQueryOptions) Descriptor
deprecated
func (*LineageGraphQueryOptions) Descriptor() ([]byte, []int)
Deprecated: Use LineageGraphQueryOptions.ProtoReflect.Descriptor instead.
func (*LineageGraphQueryOptions) GetArtifactsOptions ¶
func (x *LineageGraphQueryOptions) GetArtifactsOptions() *ListOperationOptions
func (*LineageGraphQueryOptions) GetMaxNodeSize ¶
func (x *LineageGraphQueryOptions) GetMaxNodeSize() int64
func (*LineageGraphQueryOptions) GetQueryNodes ¶
func (m *LineageGraphQueryOptions) GetQueryNodes() isLineageGraphQueryOptions_QueryNodes
func (*LineageGraphQueryOptions) GetStopConditions ¶
func (x *LineageGraphQueryOptions) GetStopConditions() *LineageGraphQueryOptions_BoundaryConstraint
func (*LineageGraphQueryOptions) ProtoMessage ¶
func (*LineageGraphQueryOptions) ProtoMessage()
func (*LineageGraphQueryOptions) ProtoReflect ¶
func (x *LineageGraphQueryOptions) ProtoReflect() protoreflect.Message
func (*LineageGraphQueryOptions) Reset ¶
func (x *LineageGraphQueryOptions) Reset()
func (*LineageGraphQueryOptions) String ¶
func (x *LineageGraphQueryOptions) String() string
type LineageGraphQueryOptions_ArtifactsOptions ¶
type LineageGraphQueryOptions_ArtifactsOptions struct {
ArtifactsOptions *ListOperationOptions `protobuf:"bytes,1,opt,name=artifacts_options,json=artifactsOptions,oneof"`
}
type LineageGraphQueryOptions_BoundaryConstraint ¶
type LineageGraphQueryOptions_BoundaryConstraint struct { // The maximum number of hops from the `query_nodes` to traverse. // A hop is defined as a jump to the next node following the path of // node -> event -> next_node. // For example, in the lineage graph a_1 -> e_1 -> a_2: // a_2 is 2 hops away from a_1, and e_1 is 1 hop away from a_1. // `max_num_hops` should be non-negative. // When its value is set to 0, only the `query_nodes` are returned. MaxNumHops *int64 `protobuf:"varint,1,opt,name=max_num_hops,json=maxNumHops" json:"max_num_hops,omitempty"` // Filtering conditions for retrieving the lineage graph. // Please refer to `ListOperationOptions.filter_query` for the syntax. // // If set, the `boundary_artifacts` defines which artifacts to keep in the // returned lineage graph during the graph search. // Artifacts that do not satisfy the `boundary_artifacts` are filtered out, // and the subgraphs starting at them will be pruned. // If not set, no artifacts will be filtered out. // Taking the following lineage graph as example: // (`a` represents an Artifact, `e` represents an Execution, each arrow // represents a hop.) // // a_0 a_1 a_3 // | \ / \ // \/ \/ \/ \/ // e_0 e_1 e_3 // / \ // \/ \/ // a_2 a_4 a_5 // \ / // \/ \/ // e_2 // // To query all the upstream and downstream nodes 3 hops away from a_4, // while excluding the upstream subgraph starting at a_3, then // `stop_conditions` can be set as: // // { // max_num_hops: 3 // boundary_artifacts: 'id != 3' // } // // With the `stop_conditions`, {a_3, e_1, a_1, a_0, e_0} will be filtered // out. // The returned lineage graph looks like: // // e_3 // / \ // \/ \/ // a_2 a_4 a_5 // \ / // \/ \/ // e_2 BoundaryArtifacts *string `protobuf:"bytes,2,opt,name=boundary_artifacts,json=boundaryArtifacts" json:"boundary_artifacts,omitempty"` // If set, the `boundary_executions` defines which executions to keep in the // returned lineage graph during the graph search. // Executions that do not satisfy the `boundary_executions` are filtered out // and the subgraphs starting at them will be pruned. // If not set, no executions will be filtered out. // In the example above, to query for all the upstream and downstream nodes // 3 hops away from a_4, while excluding the upstream subgraph and the // downstream subgraph starting at e_3, then `stop_conditions` can be set as // // { // max_num_hops: 3 // boundary_executions: 'id != 3' // } // // With the `stop_conditions`, {e_3, a_5, a_3, e_1, a_1, a_0, e_0} will be // filtered out. // The returned lineage graph looks like: // // a_2 a_4 // \ / // \/ \/ // e_2 // // However, for the following graph: // // a_0 a_1 a_3 // | \ / \ // \/ \/ \/ \/ // e_0 e_1 e_3 // \ / \ // \/ \/ \/ // a_2 a_4 a_5 // \ / // \/ \/ // e_2 // // With the same `stop_conditions`, only {e_3, a_5, a_0, e_0} will be // filtered out. // The returned lineage graph looks like: // // a_1 a_3 // \ / // \/ \/ // e_1 // \ // \/ // a_2 a_4 // \ / // \/ \/ // e_2 BoundaryExecutions *string `protobuf:"bytes,3,opt,name=boundary_executions,json=boundaryExecutions" json:"boundary_executions,omitempty"` // contains filtered or unexported fields }
Filtering conditions for retrieving the lineage graph.
func (*LineageGraphQueryOptions_BoundaryConstraint) Descriptor
deprecated
func (*LineageGraphQueryOptions_BoundaryConstraint) Descriptor() ([]byte, []int)
Deprecated: Use LineageGraphQueryOptions_BoundaryConstraint.ProtoReflect.Descriptor instead.
func (*LineageGraphQueryOptions_BoundaryConstraint) GetBoundaryArtifacts ¶
func (x *LineageGraphQueryOptions_BoundaryConstraint) GetBoundaryArtifacts() string
func (*LineageGraphQueryOptions_BoundaryConstraint) GetBoundaryExecutions ¶
func (x *LineageGraphQueryOptions_BoundaryConstraint) GetBoundaryExecutions() string
func (*LineageGraphQueryOptions_BoundaryConstraint) GetMaxNumHops ¶
func (x *LineageGraphQueryOptions_BoundaryConstraint) GetMaxNumHops() int64
func (*LineageGraphQueryOptions_BoundaryConstraint) ProtoMessage ¶
func (*LineageGraphQueryOptions_BoundaryConstraint) ProtoMessage()
func (*LineageGraphQueryOptions_BoundaryConstraint) ProtoReflect ¶
func (x *LineageGraphQueryOptions_BoundaryConstraint) ProtoReflect() protoreflect.Message
func (*LineageGraphQueryOptions_BoundaryConstraint) Reset ¶
func (x *LineageGraphQueryOptions_BoundaryConstraint) Reset()
func (*LineageGraphQueryOptions_BoundaryConstraint) String ¶
func (x *LineageGraphQueryOptions_BoundaryConstraint) String() string
type LineageSubgraphQueryOptions ¶
type LineageSubgraphQueryOptions struct { // Types that are assignable to StartingNodes: // // *LineageSubgraphQueryOptions_StartingArtifacts // *LineageSubgraphQueryOptions_StartingExecutions StartingNodes isLineageSubgraphQueryOptions_StartingNodes `protobuf_oneof:"starting_nodes"` // The maximum number of hops from the `starting_nodes` to traverse. // A hop is defined as a jump to the next node following the path of // node -> event -> next_node. // For example, in the lineage graph a_1 -> e_1 -> a_2: // a_2 is 2 hops away from a_1, and e_1 is 1 hop away from a_1. // `max_num_hops` should be non-negative. // When its value is set to 0, only the `starting_nodes` are returned. MaxNumHops *int64 `protobuf:"varint,3,opt,name=max_num_hops,json=maxNumHops" json:"max_num_hops,omitempty"` // The direction of lineage graph tracing, which means the direction of all // hops in the tracing. // // An UPSTREAM hop means an expansion following the path of // execution -> output_event -> artifact or // artifact -> input_event -> execution // A DOWNSTREAM hop means an expansion following the path of // execution -> input_event -> artifact or // artifact -> output_event -> execution // // Please refer to `Direction` for more details. Direction *LineageSubgraphQueryOptions_Direction `protobuf:"varint,4,opt,name=direction,enum=ml_metadata.LineageSubgraphQueryOptions_Direction" json:"direction,omitempty"` // contains filtered or unexported fields }
The query options for lineage graph tracing from a list of interested nodes.
func (*LineageSubgraphQueryOptions) Descriptor
deprecated
func (*LineageSubgraphQueryOptions) Descriptor() ([]byte, []int)
Deprecated: Use LineageSubgraphQueryOptions.ProtoReflect.Descriptor instead.
func (*LineageSubgraphQueryOptions) GetDirection ¶
func (x *LineageSubgraphQueryOptions) GetDirection() LineageSubgraphQueryOptions_Direction
func (*LineageSubgraphQueryOptions) GetMaxNumHops ¶
func (x *LineageSubgraphQueryOptions) GetMaxNumHops() int64
func (*LineageSubgraphQueryOptions) GetStartingArtifacts ¶
func (x *LineageSubgraphQueryOptions) GetStartingArtifacts() *LineageSubgraphQueryOptions_StartingNodes
func (*LineageSubgraphQueryOptions) GetStartingExecutions ¶
func (x *LineageSubgraphQueryOptions) GetStartingExecutions() *LineageSubgraphQueryOptions_StartingNodes
func (*LineageSubgraphQueryOptions) GetStartingNodes ¶
func (m *LineageSubgraphQueryOptions) GetStartingNodes() isLineageSubgraphQueryOptions_StartingNodes
func (*LineageSubgraphQueryOptions) ProtoMessage ¶
func (*LineageSubgraphQueryOptions) ProtoMessage()
func (*LineageSubgraphQueryOptions) ProtoReflect ¶
func (x *LineageSubgraphQueryOptions) ProtoReflect() protoreflect.Message
func (*LineageSubgraphQueryOptions) Reset ¶
func (x *LineageSubgraphQueryOptions) Reset()
func (*LineageSubgraphQueryOptions) String ¶
func (x *LineageSubgraphQueryOptions) String() string
type LineageSubgraphQueryOptions_Direction ¶
type LineageSubgraphQueryOptions_Direction int32
const ( // Direction is by defult DIRECTION_UNSPECIFIED, which is equivalent to // BIDIRECTIONAL. LineageSubgraphQueryOptions_DIRECTION_UNSPECIFIED LineageSubgraphQueryOptions_Direction = 0 // Indicates tracing the lineage graph by hops in upstream direction. LineageSubgraphQueryOptions_UPSTREAM LineageSubgraphQueryOptions_Direction = 1 // Indicates tracing the lineage graph by hops in downstream direction. LineageSubgraphQueryOptions_DOWNSTREAM LineageSubgraphQueryOptions_Direction = 2 // Indicates tracing the lineage graph in both directions. LineageSubgraphQueryOptions_BIDIRECTIONAL LineageSubgraphQueryOptions_Direction = 3 )
func (LineageSubgraphQueryOptions_Direction) Descriptor ¶
func (LineageSubgraphQueryOptions_Direction) Descriptor() protoreflect.EnumDescriptor
func (LineageSubgraphQueryOptions_Direction) EnumDescriptor
deprecated
func (LineageSubgraphQueryOptions_Direction) EnumDescriptor() ([]byte, []int)
Deprecated: Use LineageSubgraphQueryOptions_Direction.Descriptor instead.
func (LineageSubgraphQueryOptions_Direction) Number ¶
func (x LineageSubgraphQueryOptions_Direction) Number() protoreflect.EnumNumber
func (LineageSubgraphQueryOptions_Direction) String ¶
func (x LineageSubgraphQueryOptions_Direction) String() string
func (LineageSubgraphQueryOptions_Direction) Type ¶
func (LineageSubgraphQueryOptions_Direction) Type() protoreflect.EnumType
func (*LineageSubgraphQueryOptions_Direction) UnmarshalJSON
deprecated
func (x *LineageSubgraphQueryOptions_Direction) UnmarshalJSON(b []byte) error
Deprecated: Do not use.
type LineageSubgraphQueryOptions_StartingArtifacts ¶
type LineageSubgraphQueryOptions_StartingArtifacts struct {
StartingArtifacts *LineageSubgraphQueryOptions_StartingNodes `protobuf:"bytes,1,opt,name=starting_artifacts,json=startingArtifacts,oneof"`
}
type LineageSubgraphQueryOptions_StartingExecutions ¶
type LineageSubgraphQueryOptions_StartingExecutions struct {
StartingExecutions *LineageSubgraphQueryOptions_StartingNodes `protobuf:"bytes,2,opt,name=starting_executions,json=startingExecutions,oneof"`
}
type LineageSubgraphQueryOptions_StartingNodes ¶
type LineageSubgraphQueryOptions_StartingNodes struct { // `filter_query` is a boolean expression in SQL syntax that is used to // specify the conditions on starting nodes. // Please refer to ListOperationOptions.filter_query for more details. FilterQuery *string `protobuf:"bytes,1,opt,name=filter_query,json=filterQuery" json:"filter_query,omitempty"` // contains filtered or unexported fields }
`starting_nodes` is a list of nodes of interest to start graph tracing. NOTE: The maximum number of starting nodes is 100 at most.
func (*LineageSubgraphQueryOptions_StartingNodes) Descriptor
deprecated
func (*LineageSubgraphQueryOptions_StartingNodes) Descriptor() ([]byte, []int)
Deprecated: Use LineageSubgraphQueryOptions_StartingNodes.ProtoReflect.Descriptor instead.
func (*LineageSubgraphQueryOptions_StartingNodes) GetFilterQuery ¶
func (x *LineageSubgraphQueryOptions_StartingNodes) GetFilterQuery() string
func (*LineageSubgraphQueryOptions_StartingNodes) ProtoMessage ¶
func (*LineageSubgraphQueryOptions_StartingNodes) ProtoMessage()
func (*LineageSubgraphQueryOptions_StartingNodes) ProtoReflect ¶
func (x *LineageSubgraphQueryOptions_StartingNodes) ProtoReflect() protoreflect.Message
func (*LineageSubgraphQueryOptions_StartingNodes) Reset ¶
func (x *LineageSubgraphQueryOptions_StartingNodes) Reset()
func (*LineageSubgraphQueryOptions_StartingNodes) String ¶
func (x *LineageSubgraphQueryOptions_StartingNodes) String() string
type ListArtifactStructType ¶
type ListArtifactStructType struct { // Every entry in the list must be of this type. // Note: if this type is Any, then the list can have arbitrary elements. Element *ArtifactStructType `protobuf:"bytes,1,opt,name=element" json:"element,omitempty"` // contains filtered or unexported fields }
Represents an ArtifactStruct list type with homogeneous elements.
func (*ListArtifactStructType) Descriptor
deprecated
func (*ListArtifactStructType) Descriptor() ([]byte, []int)
Deprecated: Use ListArtifactStructType.ProtoReflect.Descriptor instead.
func (*ListArtifactStructType) GetElement ¶
func (x *ListArtifactStructType) GetElement() *ArtifactStructType
func (*ListArtifactStructType) ProtoMessage ¶
func (*ListArtifactStructType) ProtoMessage()
func (*ListArtifactStructType) ProtoReflect ¶
func (x *ListArtifactStructType) ProtoReflect() protoreflect.Message
func (*ListArtifactStructType) Reset ¶
func (x *ListArtifactStructType) Reset()
func (*ListArtifactStructType) String ¶
func (x *ListArtifactStructType) String() string
type ListOperationNextPageToken ¶
type ListOperationNextPageToken struct { // Id offset within the resultset to start next page. // Id offset is returned as Id is the unique field used to break ties for // fields that might have duplicate entries, e.g. there could be two // resources with same create_time. In such cases to break the tie in // ordering, id offset is used. // This field is currently only set whe order_by field is CREATE_TIME. IdOffset *int64 `protobuf:"varint,1,opt,name=id_offset,json=idOffset" json:"id_offset,omitempty"` // Offset value of the order by field. If ID is used this value is same as // id_offset. FieldOffset *int64 `protobuf:"varint,2,opt,name=field_offset,json=fieldOffset" json:"field_offset,omitempty"` // Options set in the first call to ListOperation. This ensures that if // next_page_token is set by the caller then ListPipelineJobs API will always // use options set in the first call. SetOptions *ListOperationOptions `protobuf:"bytes,3,opt,name=set_options,json=setOptions" json:"set_options,omitempty"` // List of ids that have the same order_by field values. This is used to // ensure List Operation does not return duplicate entries for nodes that have // the same order_by field value. // This field is currently only set whe order_by field is LAST_UPDATE_TIME. ListedIds []int64 `protobuf:"varint,4,rep,name=listed_ids,json=listedIds" json:"listed_ids,omitempty"` // contains filtered or unexported fields }
Encapsulates information to identify the next page of resources in ListOperation.
func (*ListOperationNextPageToken) Descriptor
deprecated
func (*ListOperationNextPageToken) Descriptor() ([]byte, []int)
Deprecated: Use ListOperationNextPageToken.ProtoReflect.Descriptor instead.
func (*ListOperationNextPageToken) GetFieldOffset ¶
func (x *ListOperationNextPageToken) GetFieldOffset() int64
func (*ListOperationNextPageToken) GetIdOffset ¶
func (x *ListOperationNextPageToken) GetIdOffset() int64
func (*ListOperationNextPageToken) GetListedIds ¶
func (x *ListOperationNextPageToken) GetListedIds() []int64
func (*ListOperationNextPageToken) GetSetOptions ¶
func (x *ListOperationNextPageToken) GetSetOptions() *ListOperationOptions
func (*ListOperationNextPageToken) ProtoMessage ¶
func (*ListOperationNextPageToken) ProtoMessage()
func (*ListOperationNextPageToken) ProtoReflect ¶
func (x *ListOperationNextPageToken) ProtoReflect() protoreflect.Message
func (*ListOperationNextPageToken) Reset ¶
func (x *ListOperationNextPageToken) Reset()
func (*ListOperationNextPageToken) String ¶
func (x *ListOperationNextPageToken) String() string
type ListOperationOptions ¶
type ListOperationOptions struct { // Max number of resources to return in the result. A value of zero or less // results in a InvalidArgumentError. // The API implementation also enforces an upper-bound of 100, and picks the // minimum between this value and the one specified here. MaxResultSize *int32 `protobuf:"varint,1,opt,name=max_result_size,json=maxResultSize,def=20" json:"max_result_size,omitempty"` // Ordering field. OrderByField *ListOperationOptions_OrderByField `protobuf:"bytes,2,opt,name=order_by_field,json=orderByField" json:"order_by_field,omitempty"` // Identifies the next page of results. NextPageToken *string `protobuf:"bytes,3,opt,name=next_page_token,json=nextPageToken" json:"next_page_token,omitempty"` // A boolean expression in SQL syntax that is used to specify the conditions // on node attributes and directly connected assets. // // In the current implementation, filtering Artifact/Execution/Context with // the following attributes and neighborhood is supported: // // Attributes: // // id:int64, type_id:int64, type:string, // uri:string, name: string, external_id: string, // create_time_since_epoch:int64, last_update_time_since_epoch:int64 // state:ENUM (Artifact only) last_known_state:ENUM (Execution only) // // Neighborhood // - Properties and Custom Properties (for all node types): // syntax: properties.$name ($name is the property name) // custom_properties.$name ($name is the custom property name) // attributes: the following attributes can be used // int_value: int64, double_value: double, string_value: string // bool_value: bool // // - Context (for Artifact and Execution): // syntax: contexts_$alias ($alias can be [0-9A-Za-z_]) // attributes: the following attributes can be used // id:int64, name:string, type:string, create_time_since_epoch:int64, // last_update_time_since_epoch: int64 // // - Parent and Child Contexts (for Contexts): // syntax: parent_contexts_$alias( $alias can be [0-9A-Za-z_] // child_contexts_$alias( $alias can be [0-9A-Za-z_] // attributes: the following attributes can be used // id:int64, name: string, type:string // // - Event (for Artifact and Execution) // syntax: events_$alias ($alias can be [0-9A-Za-z_]) // attributes: the following attributes can be used // artifact_id: int64(Execution only), execution_id: int64(Artifact only), // type: ENUM, milliseconds_since_epoch: int64 // // Examples: // a) to filter nodes attributes: // - id != 1 // - id IN (1, 3) // - type_id = 5 // - type = 'my_type_name' // - name = 'foo' // - type = 'bar' AND name LIKE 'foo%' // - external_id = 'my_external_id' // - NOT(create_time_since_epoch < 1 OR last_update_time_since_epoch < 1) // // b) to filter artifacts' uri // - uri = 'exact_path_string' // - uri LIKE 'path_like_this%' // - uri IS NOT NULL // // c) to filter artifact's state or execution's last_known_state // - state = LIVE // - state IS NULL // - state IN (PENDING, LIVE) // - last_known_state = RUNNING // - last_known_state != RUNNING // - last_known_state NOT IN (FAILED, CANCELED) // // d) to filter nodes having a specific context, artifact, or execution // - contexts_a.id = 5 // - contexts_a.type = 'RunContext' // - contexts_a.name = 'my_run' // - contexts_a.create_time_since_epoch = 1626761453 // - contexts_a.last_update_time_since_epoch = 1626761453 // To filter nodes with conditions on multiple contexts: // - contexts_a.name = 'my_run' AND contexts_b.name = 'my_pipeline' // To filter context with artifacts: // - artifacts_a.id = 5 // - artifacts_a.type = 'Dataset' // - artifacts_a.name = 'my_dataset' // - artifacts_a.uri = 'exact_path_string' // - artifacts_a.state = LIVE // - artifacts_a.state IN (PENDING, LIVE) // - artifacts_a.external_id = "my_external_id" // - artifacts_a.create_time_since_epoch = 1626761453 // - artifacts_a.last_update_time_since_epoch = 1626761453 // To filter contexts with conditions on multiple artifacts: // - artifacts_a.name = 'my_run' AND artifacts_b.name = 'my_pipeline' // To filter context with executions: // - executions_a.id = 5 // - executions_a.type = 'Dataset' // - executions_a.name = 'my_dataset' // - executions_a.last_known_state = RUNNING // // . - executions_a.last_known_state IN (NEW, RUNNING) // - executions_a.external_id = "my_external_id" // - executions_a.create_time_since_epoch = 1626761453 // - executions_a.last_update_time_since_epoch = 1626761453 // To filter contexts with conditions on multiple executions: // - executions_a.name = 'my_run' AND executions_b.name = 'my_pipeline' // // e) to filter nodes condition on their properties // - properties.accuracy.double_value > 0.95 // - custom_properties.my_param.string_value = "foo" // If the name of the property or custom property includes characters // other than [0-9A-Za-z_], then the name need to be backquoted, // e.g., // - properties.`my property`.int_value > 0 // - custom_properties.`my:custom.property`.bool_value = true // // f) complex query to filter both node attributes and neighborhood // - type = 'DataSet' AND // (contexts_a.type = 'RunContext' AND contexts_a.name = 'my_run') AND // (properties.span = 1 OR custom_properties.span = 1) // // g) to filter parent/child context // - parent_contexts_a.id = 5 // - child_contexts_a.type = 'RunContext' // - parent_contexts_a.name = 'parent_context_1' // // h) to filter Artifacts on Events // - events_0.execution_id = 1 // - events_0.type = INPUT // - events_0.milliseconds_since_epoch = 1 // to filter Executions on Events // - events_0.artifact_id = 1 // - events_0.type IN (INPUT, INTERNAL_INPUT) // - events_0.milliseconds_since_epoch = 1 // // TODO(b/145945460) Support filtering on event step fields. FilterQuery *string `protobuf:"bytes,4,opt,name=filter_query,json=filterQuery" json:"filter_query,omitempty"` // contains filtered or unexported fields }
ListOperationOptions represents the set of options and predicates to be used for List operations on Artifacts, Executions and Contexts.
func (*ListOperationOptions) Descriptor
deprecated
func (*ListOperationOptions) Descriptor() ([]byte, []int)
Deprecated: Use ListOperationOptions.ProtoReflect.Descriptor instead.
func (*ListOperationOptions) GetFilterQuery ¶
func (x *ListOperationOptions) GetFilterQuery() string
func (*ListOperationOptions) GetMaxResultSize ¶
func (x *ListOperationOptions) GetMaxResultSize() int32
func (*ListOperationOptions) GetNextPageToken ¶
func (x *ListOperationOptions) GetNextPageToken() string
func (*ListOperationOptions) GetOrderByField ¶
func (x *ListOperationOptions) GetOrderByField() *ListOperationOptions_OrderByField
func (*ListOperationOptions) ProtoMessage ¶
func (*ListOperationOptions) ProtoMessage()
func (*ListOperationOptions) ProtoReflect ¶
func (x *ListOperationOptions) ProtoReflect() protoreflect.Message
func (*ListOperationOptions) Reset ¶
func (x *ListOperationOptions) Reset()
func (*ListOperationOptions) String ¶
func (x *ListOperationOptions) String() string
type ListOperationOptions_OrderByField ¶
type ListOperationOptions_OrderByField struct { // Field to order. Field *ListOperationOptions_OrderByField_Field `protobuf:"varint,1,opt,name=field,enum=ml_metadata.ListOperationOptions_OrderByField_Field,def=3" json:"field,omitempty"` // Direction of ordering. IsAsc *bool `protobuf:"varint,2,opt,name=is_asc,json=isAsc,def=1" json:"is_asc,omitempty"` // contains filtered or unexported fields }
func (*ListOperationOptions_OrderByField) Descriptor
deprecated
func (*ListOperationOptions_OrderByField) Descriptor() ([]byte, []int)
Deprecated: Use ListOperationOptions_OrderByField.ProtoReflect.Descriptor instead.
func (*ListOperationOptions_OrderByField) GetField ¶
func (x *ListOperationOptions_OrderByField) GetField() ListOperationOptions_OrderByField_Field
func (*ListOperationOptions_OrderByField) GetIsAsc ¶
func (x *ListOperationOptions_OrderByField) GetIsAsc() bool
func (*ListOperationOptions_OrderByField) ProtoMessage ¶
func (*ListOperationOptions_OrderByField) ProtoMessage()
func (*ListOperationOptions_OrderByField) ProtoReflect ¶
func (x *ListOperationOptions_OrderByField) ProtoReflect() protoreflect.Message
func (*ListOperationOptions_OrderByField) Reset ¶
func (x *ListOperationOptions_OrderByField) Reset()
func (*ListOperationOptions_OrderByField) String ¶
func (x *ListOperationOptions_OrderByField) String() string
type ListOperationOptions_OrderByField_Field ¶
type ListOperationOptions_OrderByField_Field int32
Supported fields for Ordering.
const ( ListOperationOptions_OrderByField_FIELD_UNSPECIFIED ListOperationOptions_OrderByField_Field = 0 ListOperationOptions_OrderByField_CREATE_TIME ListOperationOptions_OrderByField_Field = 1 ListOperationOptions_OrderByField_LAST_UPDATE_TIME ListOperationOptions_OrderByField_Field = 2 ListOperationOptions_OrderByField_ID ListOperationOptions_OrderByField_Field = 3 )
func (ListOperationOptions_OrderByField_Field) Descriptor ¶
func (ListOperationOptions_OrderByField_Field) Descriptor() protoreflect.EnumDescriptor
func (ListOperationOptions_OrderByField_Field) EnumDescriptor
deprecated
func (ListOperationOptions_OrderByField_Field) EnumDescriptor() ([]byte, []int)
Deprecated: Use ListOperationOptions_OrderByField_Field.Descriptor instead.
func (ListOperationOptions_OrderByField_Field) Number ¶
func (x ListOperationOptions_OrderByField_Field) Number() protoreflect.EnumNumber
func (ListOperationOptions_OrderByField_Field) String ¶
func (x ListOperationOptions_OrderByField_Field) String() string
func (ListOperationOptions_OrderByField_Field) Type ¶
func (ListOperationOptions_OrderByField_Field) Type() protoreflect.EnumType
func (*ListOperationOptions_OrderByField_Field) UnmarshalJSON
deprecated
func (x *ListOperationOptions_OrderByField_Field) UnmarshalJSON(b []byte) error
Deprecated: Do not use.
type MetadataStoreClientConfig ¶
type MetadataStoreClientConfig struct { // The hostname or IP address of the gRPC server. Must be specified. Host *string `protobuf:"bytes,1,opt,name=host" json:"host,omitempty"` // The TCP Port number that the gRPC server accepts connections on. // Must be specified. Port *int64 `protobuf:"varint,2,opt,name=port" json:"port,omitempty"` // Configuration for a secure gRPC channel. // If not given, insecure connection is used. SslConfig *MetadataStoreClientConfig_SSLConfig `protobuf:"bytes,3,opt,name=ssl_config,json=sslConfig" json:"ssl_config,omitempty"` // GRPC channel creation arguments. ChannelArguments *GrpcChannelArguments `protobuf:"bytes,4,opt,name=channel_arguments,json=channelArguments" json:"channel_arguments,omitempty"` // Time duration that a client is willing to wait for a reply from the server. // If unset, the timeout is considered infinite. When the field is specified, // Grpc APIs would return DeadlineExceededError when server does not respond // within `client_timeout_sec`. Floating point valued, in seconds. ClientTimeoutSec *float64 `protobuf:"fixed64,5,opt,name=client_timeout_sec,json=clientTimeoutSec" json:"client_timeout_sec,omitempty"` // contains filtered or unexported fields }
Configuration for the gRPC metadata store client.
func (*MetadataStoreClientConfig) Descriptor
deprecated
func (*MetadataStoreClientConfig) Descriptor() ([]byte, []int)
Deprecated: Use MetadataStoreClientConfig.ProtoReflect.Descriptor instead.
func (*MetadataStoreClientConfig) GetChannelArguments ¶
func (x *MetadataStoreClientConfig) GetChannelArguments() *GrpcChannelArguments
func (*MetadataStoreClientConfig) GetClientTimeoutSec ¶
func (x *MetadataStoreClientConfig) GetClientTimeoutSec() float64
func (*MetadataStoreClientConfig) GetHost ¶
func (x *MetadataStoreClientConfig) GetHost() string
func (*MetadataStoreClientConfig) GetPort ¶
func (x *MetadataStoreClientConfig) GetPort() int64
func (*MetadataStoreClientConfig) GetSslConfig ¶
func (x *MetadataStoreClientConfig) GetSslConfig() *MetadataStoreClientConfig_SSLConfig
func (*MetadataStoreClientConfig) ProtoMessage ¶
func (*MetadataStoreClientConfig) ProtoMessage()
func (*MetadataStoreClientConfig) ProtoReflect ¶
func (x *MetadataStoreClientConfig) ProtoReflect() protoreflect.Message
func (*MetadataStoreClientConfig) Reset ¶
func (x *MetadataStoreClientConfig) Reset()
func (*MetadataStoreClientConfig) String ¶
func (x *MetadataStoreClientConfig) String() string
type MetadataStoreClientConfig_SSLConfig ¶
type MetadataStoreClientConfig_SSLConfig struct { // The PEM-encoded private key as a byte string, or Empty if no private key // should be used. ClientKey *string `protobuf:"bytes,1,opt,name=client_key,json=clientKey" json:"client_key,omitempty"` // The PEM-encoded certificate chain as a byte string to use or or Empty if // no certificate chain should be used. ServerCert *string `protobuf:"bytes,2,opt,name=server_cert,json=serverCert" json:"server_cert,omitempty"` // The PEM-encoded root certificates as a byte string, or Empty to retrieve // them from a default location chosen by gRPC runtime. CustomCa *string `protobuf:"bytes,3,opt,name=custom_ca,json=customCa" json:"custom_ca,omitempty"` // contains filtered or unexported fields }
func (*MetadataStoreClientConfig_SSLConfig) Descriptor
deprecated
func (*MetadataStoreClientConfig_SSLConfig) Descriptor() ([]byte, []int)
Deprecated: Use MetadataStoreClientConfig_SSLConfig.ProtoReflect.Descriptor instead.
func (*MetadataStoreClientConfig_SSLConfig) GetClientKey ¶
func (x *MetadataStoreClientConfig_SSLConfig) GetClientKey() string
func (*MetadataStoreClientConfig_SSLConfig) GetCustomCa ¶
func (x *MetadataStoreClientConfig_SSLConfig) GetCustomCa() string
func (*MetadataStoreClientConfig_SSLConfig) GetServerCert ¶
func (x *MetadataStoreClientConfig_SSLConfig) GetServerCert() string
func (*MetadataStoreClientConfig_SSLConfig) ProtoMessage ¶
func (*MetadataStoreClientConfig_SSLConfig) ProtoMessage()
func (*MetadataStoreClientConfig_SSLConfig) ProtoReflect ¶
func (x *MetadataStoreClientConfig_SSLConfig) ProtoReflect() protoreflect.Message
func (*MetadataStoreClientConfig_SSLConfig) Reset ¶
func (x *MetadataStoreClientConfig_SSLConfig) Reset()
func (*MetadataStoreClientConfig_SSLConfig) String ¶
func (x *MetadataStoreClientConfig_SSLConfig) String() string
type MetadataStoreServerConfig ¶
type MetadataStoreServerConfig struct { // Configuration to connect the metadata source backend. ConnectionConfig *ConnectionConfig `protobuf:"bytes,1,opt,name=connection_config,json=connectionConfig" json:"connection_config,omitempty"` // Configuration for upgrade and downgrade migrations the metadata source. MigrationOptions *MigrationOptions `protobuf:"bytes,3,opt,name=migration_options,json=migrationOptions" json:"migration_options,omitempty"` // Configuration for a secure gRPC channel. // If not given, insecure connection is used. SslConfig *MetadataStoreServerConfig_SSLConfig `protobuf:"bytes,2,opt,name=ssl_config,json=sslConfig" json:"ssl_config,omitempty"` // contains filtered or unexported fields }
Configuration for the gRPC metadata store server.
func (*MetadataStoreServerConfig) Descriptor
deprecated
func (*MetadataStoreServerConfig) Descriptor() ([]byte, []int)
Deprecated: Use MetadataStoreServerConfig.ProtoReflect.Descriptor instead.
func (*MetadataStoreServerConfig) GetConnectionConfig ¶
func (x *MetadataStoreServerConfig) GetConnectionConfig() *ConnectionConfig
func (*MetadataStoreServerConfig) GetMigrationOptions ¶
func (x *MetadataStoreServerConfig) GetMigrationOptions() *MigrationOptions
func (*MetadataStoreServerConfig) GetSslConfig ¶
func (x *MetadataStoreServerConfig) GetSslConfig() *MetadataStoreServerConfig_SSLConfig
func (*MetadataStoreServerConfig) ProtoMessage ¶
func (*MetadataStoreServerConfig) ProtoMessage()
func (*MetadataStoreServerConfig) ProtoReflect ¶
func (x *MetadataStoreServerConfig) ProtoReflect() protoreflect.Message
func (*MetadataStoreServerConfig) Reset ¶
func (x *MetadataStoreServerConfig) Reset()
func (*MetadataStoreServerConfig) String ¶
func (x *MetadataStoreServerConfig) String() string
type MetadataStoreServerConfig_SSLConfig ¶
type MetadataStoreServerConfig_SSLConfig struct { // Private server key for SSL ServerKey *string `protobuf:"bytes,1,opt,name=server_key,json=serverKey" json:"server_key,omitempty"` // Public server certificate ServerCert *string `protobuf:"bytes,2,opt,name=server_cert,json=serverCert" json:"server_cert,omitempty"` // Custom certificate authority CustomCa *string `protobuf:"bytes,3,opt,name=custom_ca,json=customCa" json:"custom_ca,omitempty"` // Valid client certificate required? ClientVerify *bool `protobuf:"varint,4,opt,name=client_verify,json=clientVerify" json:"client_verify,omitempty"` // contains filtered or unexported fields }
func (*MetadataStoreServerConfig_SSLConfig) Descriptor
deprecated
func (*MetadataStoreServerConfig_SSLConfig) Descriptor() ([]byte, []int)
Deprecated: Use MetadataStoreServerConfig_SSLConfig.ProtoReflect.Descriptor instead.
func (*MetadataStoreServerConfig_SSLConfig) GetClientVerify ¶
func (x *MetadataStoreServerConfig_SSLConfig) GetClientVerify() bool
func (*MetadataStoreServerConfig_SSLConfig) GetCustomCa ¶
func (x *MetadataStoreServerConfig_SSLConfig) GetCustomCa() string
func (*MetadataStoreServerConfig_SSLConfig) GetServerCert ¶
func (x *MetadataStoreServerConfig_SSLConfig) GetServerCert() string
func (*MetadataStoreServerConfig_SSLConfig) GetServerKey ¶
func (x *MetadataStoreServerConfig_SSLConfig) GetServerKey() string
func (*MetadataStoreServerConfig_SSLConfig) ProtoMessage ¶
func (*MetadataStoreServerConfig_SSLConfig) ProtoMessage()
func (*MetadataStoreServerConfig_SSLConfig) ProtoReflect ¶
func (x *MetadataStoreServerConfig_SSLConfig) ProtoReflect() protoreflect.Message
func (*MetadataStoreServerConfig_SSLConfig) Reset ¶
func (x *MetadataStoreServerConfig_SSLConfig) Reset()
func (*MetadataStoreServerConfig_SSLConfig) String ¶
func (x *MetadataStoreServerConfig_SSLConfig) String() string
type MetadataStoreServiceClient ¶
type MetadataStoreServiceClient interface { // Inserts or updates an ArtifactType. // // A type has a set of strong typed properties describing the schema of any // stored instance associated with that type. A type is identified by a name // and an optional version. // // Type Creation: // If no type exists in the database with the given identifier // (name, version), it creates a new type and returns the type_id. // // Type Evolution: // If the request type with the same (name, version) already exists // (let's call it stored_type), the method enforces the stored_type can be // updated only when the request type is backward compatible for the already // stored instances. // // Backwards compatibility is violated iff: // // a) there is a property where the request type and stored_type have // different value type (e.g., int vs. string) // b) `can_add_fields = false` and the request type has a new property that // is not stored. // c) `can_omit_fields = false` and stored_type has an existing property // that is not provided in the request type. // // If non-backward type change is required in the application, e.g., // deprecate properties, re-purpose property name, change value types, // a new type can be created with a different (name, version) identifier. // Note the type version is optional, and a version value with empty string // is treated as unset. // // Args: // // artifact_type: the type to be inserted or updated. // can_add_fields: // when set to true, new properties can be added; // when set to false, returns ALREADY_EXISTS if the request type has // properties that are not in stored_type. // can_omit_fields: // when set to true, stored properties can be omitted in the request type; // when set to false, returns ALREADY_EXISTS if the stored_type has // properties not in the request type. // // Returns: // // The type_id of the stored type. // // Raises: // // ALREADY_EXISTS error in the case listed above. // INVALID_ARGUMENT error, if the given type has no name, or any // property value type is unknown. PutArtifactType(ctx context.Context, in *PutArtifactTypeRequest, opts ...grpc.CallOption) (*PutArtifactTypeResponse, error) // Inserts or updates an ExecutionType. Please refer to PutArtifactType for // type upsert API description. PutExecutionType(ctx context.Context, in *PutExecutionTypeRequest, opts ...grpc.CallOption) (*PutExecutionTypeResponse, error) // Inserts or updates an ContextType. Please refer to PutArtifactType for // type upsert API description. PutContextType(ctx context.Context, in *PutContextTypeRequest, opts ...grpc.CallOption) (*PutContextTypeResponse, error) // Bulk inserts types atomically. PutTypes(ctx context.Context, in *PutTypesRequest, opts ...grpc.CallOption) (*PutTypesResponse, error) // Inserts or updates artifacts in the database. // // If an artifact_id is specified for an artifact, it is an update. // If an artifact_id is unspecified, it will insert a new artifact. // For new artifacts, type must be specified. // For old artifacts, type must be unchanged or unspecified. // // It is not guaranteed that the created or updated artifacts will share the // same `create_time_since_epoch` or `last_update_time_since_epoch` // timestamps. // // Args: // // artifacts: A list of artifacts to insert or update. // // Returns: // // A list of artifact ids index-aligned with the input. PutArtifacts(ctx context.Context, in *PutArtifactsRequest, opts ...grpc.CallOption) (*PutArtifactsResponse, error) // Inserts or updates executions in the database. // // If an execution_id is specified for an execution, it is an update. // If an execution_id is unspecified, it will insert a new execution. // For new executions, type must be specified. // For old executions, type must be unchanged or unspecified. // // It is not guaranteed that the created or updated executions will share the // same `create_time_since_epoch` or `last_update_time_since_epoch` // timestamps. // // Args: // // executions: A list of executions to insert or update. // // Returns: // // A list of execution ids index-aligned with the input. PutExecutions(ctx context.Context, in *PutExecutionsRequest, opts ...grpc.CallOption) (*PutExecutionsResponse, error) // Inserts events in the database. // // The execution_id and artifact_id must already exist. // Once created, events cannot be modified. // AlreadyExists error will be raised if duplicated events are found. // // It is not guaranteed that the created or updated events will share the // same `milliseconds_since_epoch` timestamps. // // Args: // // events: A list of events to insert or update. PutEvents(ctx context.Context, in *PutEventsRequest, opts ...grpc.CallOption) (*PutEventsResponse, error) // Inserts or updates an Execution and its input and output artifacts and // related contexts atomically. The `artifact_event_pairs` include the state // changes of the Artifacts used or generated by the Execution, as well as the // input/output Event. The `contexts` describe the associations of the // execution and the attributions of the artifacts. // // If an execution_id is specified, it is an update on the corresponding // execution, otherwise it does an insertion. // For insertion, type must be specified. Same rule applies to artifacts // and contexts in the request. Corresponding errors may raised. For example: // AlreadyExists error will be raised if duplicated executions, artifacts // or events are found. // // It is not guaranteed that the created or updated executions, artifacts, // contexts and events will share the same `create_time_since_epoch`, // `last_update_time_since_epoch`, or `milliseconds_since_epoch` timestamps. // // Args: // // execution: An execution to insert or update. // artifact_event_pairs: Artifacts to insert or update and events to insert. // contexts: The contexts that the execution and the artifacts belong to. // // Returns: // // An execution id and a list of artifacts and contexts ids index-aligned // with the input. PutExecution(ctx context.Context, in *PutExecutionRequest, opts ...grpc.CallOption) (*PutExecutionResponse, error) // Inserts or updates a lineage subgraph (i.e. a collection of event edges // and its executions, artifacts, and related contexts) atomically. The // `event_edges` include an Event and the indices of the corresponding // execution and artifact from the input list of executions and artifacts. The // `contexts` describe the associations of the Execution and the attributions // of the Artifact. // // If an execution_id is specified, it is an update on the corresponding // Execution, otherwise it does an insertion. For insertion, type must be // specified. These rules apply to Artifacts and Contexts as well. // Corresponding errors may be raised. For example: AlreadyExists error will // be raised if duplicated executions, artifacts, or events are found. // // It is not guaranteed that the created or updated executions, artifacts, // contexts and events will share the same `create_time_since_epoch`, // `last_update_time_since_epoch`, or `milliseconds_since_epoch` timestamps. // // Args: // // executions: A list of executions to insert or update. // artifacts: A list of artifacts to insert or update. // contexts: A list of contexts to insert and/or create associations and // attributions with. // event_edges: A list of events to insert with the indices of the // corresponding execution and artifact from the input lists of // executions and artifacts. // // Returns: // // Lists of execution, artifact, and context ids index-aligned with the // inputs. PutLineageSubgraph(ctx context.Context, in *PutLineageSubgraphRequest, opts ...grpc.CallOption) (*PutLineageSubgraphResponse, error) // Inserts or updates contexts in database and returns a list of context ids. // // If an context_id is specified for a context, it is an update. // If an context_id is unspecified, it will insert a new context. // For new contexts, type must be specified. // For old contexts, type must be unchanged or unspecified. // // It is not guaranteed that the created or updated contexts will share the // same `create_time_since_epoch` or `last_update_time_since_epoch` // timestamps. // // Args: // // contexts: A list of contexts to insert or update. // // Returns: // // A list of context ids index-aligned with the input. PutContexts(ctx context.Context, in *PutContextsRequest, opts ...grpc.CallOption) (*PutContextsResponse, error) // Inserts attribution and association relationships in the database. // The context_id, artifact_id, and execution_id must already exist. // If the relationship exists, this call does nothing. Once added, the // relationships cannot be modified. // // Args: // // attributions: A list of attributions to insert. // associations: A list of associations to insert. PutAttributionsAndAssociations(ctx context.Context, in *PutAttributionsAndAssociationsRequest, opts ...grpc.CallOption) (*PutAttributionsAndAssociationsResponse, error) // Inserts parental context relationships in the database. // The ParentContext relationship has direction. The call fails if cycles are // detected. // // Args: // // parent_contexts: A list of parent contexts to insert. PutParentContexts(ctx context.Context, in *PutParentContextsRequest, opts ...grpc.CallOption) (*PutParentContextsResponse, error) // Gets an artifact type. Returns a NOT_FOUND error if the type does not // exist. GetArtifactType(ctx context.Context, in *GetArtifactTypeRequest, opts ...grpc.CallOption) (*GetArtifactTypeResponse, error) // Gets a list of artifact types by ID. // If no artifact types with an ID exists, the artifact type is skipped. GetArtifactTypesByID(ctx context.Context, in *GetArtifactTypesByIDRequest, opts ...grpc.CallOption) (*GetArtifactTypesByIDResponse, error) // Gets a list of all artifact types. GetArtifactTypes(ctx context.Context, in *GetArtifactTypesRequest, opts ...grpc.CallOption) (*GetArtifactTypesResponse, error) // Gets an execution type, or None if it does not exist. GetExecutionType(ctx context.Context, in *GetExecutionTypeRequest, opts ...grpc.CallOption) (*GetExecutionTypeResponse, error) // Gets a list of execution types by ID. // If no execution types with an ID exists, the execution type is skipped. GetExecutionTypesByID(ctx context.Context, in *GetExecutionTypesByIDRequest, opts ...grpc.CallOption) (*GetExecutionTypesByIDResponse, error) // Gets a list of all execution types. GetExecutionTypes(ctx context.Context, in *GetExecutionTypesRequest, opts ...grpc.CallOption) (*GetExecutionTypesResponse, error) // Gets a context type. Returns a NOT_FOUND error if the type does not exist. GetContextType(ctx context.Context, in *GetContextTypeRequest, opts ...grpc.CallOption) (*GetContextTypeResponse, error) // Gets a list of context types by ID. // If no context types with an ID exists, the context type is skipped. GetContextTypesByID(ctx context.Context, in *GetContextTypesByIDRequest, opts ...grpc.CallOption) (*GetContextTypesByIDResponse, error) // Gets a list of all context types. GetContextTypes(ctx context.Context, in *GetContextTypesRequest, opts ...grpc.CallOption) (*GetContextTypesResponse, error) // Gets all the artifacts. GetArtifacts(ctx context.Context, in *GetArtifactsRequest, opts ...grpc.CallOption) (*GetArtifactsResponse, error) // Gets all the executions. GetExecutions(ctx context.Context, in *GetExecutionsRequest, opts ...grpc.CallOption) (*GetExecutionsResponse, error) // Gets all the contexts. GetContexts(ctx context.Context, in *GetContextsRequest, opts ...grpc.CallOption) (*GetContextsResponse, error) // Gets all artifacts with matching ids. // // The result is not index-aligned: if an id is not found, it is not returned. // // Args: // // artifact_ids: A list of artifact ids to retrieve. // // Returns: // // Artifacts with matching ids. GetArtifactsByID(ctx context.Context, in *GetArtifactsByIDRequest, opts ...grpc.CallOption) (*GetArtifactsByIDResponse, error) // Gets all executions with matching ids. // // The result is not index-aligned: if an id is not found, it is not returned. // // Args: // // execution_ids: A list of execution ids to retrieve. GetExecutionsByID(ctx context.Context, in *GetExecutionsByIDRequest, opts ...grpc.CallOption) (*GetExecutionsByIDResponse, error) // Gets all contexts with matching ids. // // The result is not index-aligned: if an id is not found, it is not returned. // // Args: // // context_ids: A list of context ids to retrieve. GetContextsByID(ctx context.Context, in *GetContextsByIDRequest, opts ...grpc.CallOption) (*GetContextsByIDResponse, error) // Gets all the artifacts of a given type. GetArtifactsByType(ctx context.Context, in *GetArtifactsByTypeRequest, opts ...grpc.CallOption) (*GetArtifactsByTypeResponse, error) // Gets all the executions of a given type. GetExecutionsByType(ctx context.Context, in *GetExecutionsByTypeRequest, opts ...grpc.CallOption) (*GetExecutionsByTypeResponse, error) // Gets all the contexts of a given type. GetContextsByType(ctx context.Context, in *GetContextsByTypeRequest, opts ...grpc.CallOption) (*GetContextsByTypeResponse, error) // Gets the artifact of the given type and artifact name. GetArtifactByTypeAndName(ctx context.Context, in *GetArtifactByTypeAndNameRequest, opts ...grpc.CallOption) (*GetArtifactByTypeAndNameResponse, error) // Gets the execution of the given type and execution name. GetExecutionByTypeAndName(ctx context.Context, in *GetExecutionByTypeAndNameRequest, opts ...grpc.CallOption) (*GetExecutionByTypeAndNameResponse, error) // Gets the context of the given type and context name. GetContextByTypeAndName(ctx context.Context, in *GetContextByTypeAndNameRequest, opts ...grpc.CallOption) (*GetContextByTypeAndNameResponse, error) // Gets all the artifacts with matching uris. GetArtifactsByURI(ctx context.Context, in *GetArtifactsByURIRequest, opts ...grpc.CallOption) (*GetArtifactsByURIResponse, error) // Gets all events with matching execution ids. GetEventsByExecutionIDs(ctx context.Context, in *GetEventsByExecutionIDsRequest, opts ...grpc.CallOption) (*GetEventsByExecutionIDsResponse, error) // Gets all events with matching artifact ids. GetEventsByArtifactIDs(ctx context.Context, in *GetEventsByArtifactIDsRequest, opts ...grpc.CallOption) (*GetEventsByArtifactIDsResponse, error) // Gets all the artifacts with matching external ids. GetArtifactsByExternalIds(ctx context.Context, in *GetArtifactsByExternalIdsRequest, opts ...grpc.CallOption) (*GetArtifactsByExternalIdsResponse, error) // Gets all the artifacts with matching external ids. GetExecutionsByExternalIds(ctx context.Context, in *GetExecutionsByExternalIdsRequest, opts ...grpc.CallOption) (*GetExecutionsByExternalIdsResponse, error) // Gets all the artifacts with matching external ids. GetContextsByExternalIds(ctx context.Context, in *GetContextsByExternalIdsRequest, opts ...grpc.CallOption) (*GetContextsByExternalIdsResponse, error) // Gets all the artifacts with matching external ids. GetArtifactTypesByExternalIds(ctx context.Context, in *GetArtifactTypesByExternalIdsRequest, opts ...grpc.CallOption) (*GetArtifactTypesByExternalIdsResponse, error) // Gets all the artifacts with matching external ids. GetExecutionTypesByExternalIds(ctx context.Context, in *GetExecutionTypesByExternalIdsRequest, opts ...grpc.CallOption) (*GetExecutionTypesByExternalIdsResponse, error) // Gets all the artifacts with matching external ids. GetContextTypesByExternalIds(ctx context.Context, in *GetContextTypesByExternalIdsRequest, opts ...grpc.CallOption) (*GetContextTypesByExternalIdsResponse, error) // Gets all context that an artifact is attributed to. GetContextsByArtifact(ctx context.Context, in *GetContextsByArtifactRequest, opts ...grpc.CallOption) (*GetContextsByArtifactResponse, error) // Gets all context that an execution is associated with. GetContextsByExecution(ctx context.Context, in *GetContextsByExecutionRequest, opts ...grpc.CallOption) (*GetContextsByExecutionResponse, error) // Gets all parent contexts that a context is related. GetParentContextsByContext(ctx context.Context, in *GetParentContextsByContextRequest, opts ...grpc.CallOption) (*GetParentContextsByContextResponse, error) // Gets all children contexts that a context is related. GetChildrenContextsByContext(ctx context.Context, in *GetChildrenContextsByContextRequest, opts ...grpc.CallOption) (*GetChildrenContextsByContextResponse, error) // Batch getting all the parent contexts that a list of contexts are related. GetParentContextsByContexts(ctx context.Context, in *GetParentContextsByContextsRequest, opts ...grpc.CallOption) (*GetParentContextsByContextsResponse, error) // Batch getting all the children contexts that a list of contexts are // related. GetChildrenContextsByContexts(ctx context.Context, in *GetChildrenContextsByContextsRequest, opts ...grpc.CallOption) (*GetChildrenContextsByContextsResponse, error) // Gets all direct artifacts that a context attributes to. GetArtifactsByContext(ctx context.Context, in *GetArtifactsByContextRequest, opts ...grpc.CallOption) (*GetArtifactsByContextResponse, error) // Gets all direct executions that a context associates with. GetExecutionsByContext(ctx context.Context, in *GetExecutionsByContextRequest, opts ...grpc.CallOption) (*GetExecutionsByContextResponse, error) // TODO(b/283852485): Deprecate GetLineageGraph API after migration to // GetLineageSubgraph API. // The transaction performs a constrained transitive closure and returns a // lineage subgraph satisfying the conditions and constraints specified in // the GetLineageGraphRequest. GetLineageGraph(ctx context.Context, in *GetLineageGraphRequest, opts ...grpc.CallOption) (*GetLineageGraphResponse, error) // Gets a lineage subgraph by performing graph traversal from a list of // interested nodes. // A lineage subgraph without node details (e.g., external_id, properties) // will be returned. GetLineageSubgraph(ctx context.Context, in *GetLineageSubgraphRequest, opts ...grpc.CallOption) (*GetLineageSubgraphResponse, error) }
MetadataStoreServiceClient is the client API for MetadataStoreService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewMetadataStoreServiceClient ¶
func NewMetadataStoreServiceClient(cc grpc.ClientConnInterface) MetadataStoreServiceClient
type MetadataStoreServiceServer ¶
type MetadataStoreServiceServer interface { // Inserts or updates an ArtifactType. // // A type has a set of strong typed properties describing the schema of any // stored instance associated with that type. A type is identified by a name // and an optional version. // // Type Creation: // If no type exists in the database with the given identifier // (name, version), it creates a new type and returns the type_id. // // Type Evolution: // If the request type with the same (name, version) already exists // (let's call it stored_type), the method enforces the stored_type can be // updated only when the request type is backward compatible for the already // stored instances. // // Backwards compatibility is violated iff: // // a) there is a property where the request type and stored_type have // different value type (e.g., int vs. string) // b) `can_add_fields = false` and the request type has a new property that // is not stored. // c) `can_omit_fields = false` and stored_type has an existing property // that is not provided in the request type. // // If non-backward type change is required in the application, e.g., // deprecate properties, re-purpose property name, change value types, // a new type can be created with a different (name, version) identifier. // Note the type version is optional, and a version value with empty string // is treated as unset. // // Args: // // artifact_type: the type to be inserted or updated. // can_add_fields: // when set to true, new properties can be added; // when set to false, returns ALREADY_EXISTS if the request type has // properties that are not in stored_type. // can_omit_fields: // when set to true, stored properties can be omitted in the request type; // when set to false, returns ALREADY_EXISTS if the stored_type has // properties not in the request type. // // Returns: // // The type_id of the stored type. // // Raises: // // ALREADY_EXISTS error in the case listed above. // INVALID_ARGUMENT error, if the given type has no name, or any // property value type is unknown. PutArtifactType(context.Context, *PutArtifactTypeRequest) (*PutArtifactTypeResponse, error) // Inserts or updates an ExecutionType. Please refer to PutArtifactType for // type upsert API description. PutExecutionType(context.Context, *PutExecutionTypeRequest) (*PutExecutionTypeResponse, error) // Inserts or updates an ContextType. Please refer to PutArtifactType for // type upsert API description. PutContextType(context.Context, *PutContextTypeRequest) (*PutContextTypeResponse, error) // Bulk inserts types atomically. PutTypes(context.Context, *PutTypesRequest) (*PutTypesResponse, error) // Inserts or updates artifacts in the database. // // If an artifact_id is specified for an artifact, it is an update. // If an artifact_id is unspecified, it will insert a new artifact. // For new artifacts, type must be specified. // For old artifacts, type must be unchanged or unspecified. // // It is not guaranteed that the created or updated artifacts will share the // same `create_time_since_epoch` or `last_update_time_since_epoch` // timestamps. // // Args: // // artifacts: A list of artifacts to insert or update. // // Returns: // // A list of artifact ids index-aligned with the input. PutArtifacts(context.Context, *PutArtifactsRequest) (*PutArtifactsResponse, error) // Inserts or updates executions in the database. // // If an execution_id is specified for an execution, it is an update. // If an execution_id is unspecified, it will insert a new execution. // For new executions, type must be specified. // For old executions, type must be unchanged or unspecified. // // It is not guaranteed that the created or updated executions will share the // same `create_time_since_epoch` or `last_update_time_since_epoch` // timestamps. // // Args: // // executions: A list of executions to insert or update. // // Returns: // // A list of execution ids index-aligned with the input. PutExecutions(context.Context, *PutExecutionsRequest) (*PutExecutionsResponse, error) // Inserts events in the database. // // The execution_id and artifact_id must already exist. // Once created, events cannot be modified. // AlreadyExists error will be raised if duplicated events are found. // // It is not guaranteed that the created or updated events will share the // same `milliseconds_since_epoch` timestamps. // // Args: // // events: A list of events to insert or update. PutEvents(context.Context, *PutEventsRequest) (*PutEventsResponse, error) // Inserts or updates an Execution and its input and output artifacts and // related contexts atomically. The `artifact_event_pairs` include the state // changes of the Artifacts used or generated by the Execution, as well as the // input/output Event. The `contexts` describe the associations of the // execution and the attributions of the artifacts. // // If an execution_id is specified, it is an update on the corresponding // execution, otherwise it does an insertion. // For insertion, type must be specified. Same rule applies to artifacts // and contexts in the request. Corresponding errors may raised. For example: // AlreadyExists error will be raised if duplicated executions, artifacts // or events are found. // // It is not guaranteed that the created or updated executions, artifacts, // contexts and events will share the same `create_time_since_epoch`, // `last_update_time_since_epoch`, or `milliseconds_since_epoch` timestamps. // // Args: // // execution: An execution to insert or update. // artifact_event_pairs: Artifacts to insert or update and events to insert. // contexts: The contexts that the execution and the artifacts belong to. // // Returns: // // An execution id and a list of artifacts and contexts ids index-aligned // with the input. PutExecution(context.Context, *PutExecutionRequest) (*PutExecutionResponse, error) // Inserts or updates a lineage subgraph (i.e. a collection of event edges // and its executions, artifacts, and related contexts) atomically. The // `event_edges` include an Event and the indices of the corresponding // execution and artifact from the input list of executions and artifacts. The // `contexts` describe the associations of the Execution and the attributions // of the Artifact. // // If an execution_id is specified, it is an update on the corresponding // Execution, otherwise it does an insertion. For insertion, type must be // specified. These rules apply to Artifacts and Contexts as well. // Corresponding errors may be raised. For example: AlreadyExists error will // be raised if duplicated executions, artifacts, or events are found. // // It is not guaranteed that the created or updated executions, artifacts, // contexts and events will share the same `create_time_since_epoch`, // `last_update_time_since_epoch`, or `milliseconds_since_epoch` timestamps. // // Args: // // executions: A list of executions to insert or update. // artifacts: A list of artifacts to insert or update. // contexts: A list of contexts to insert and/or create associations and // attributions with. // event_edges: A list of events to insert with the indices of the // corresponding execution and artifact from the input lists of // executions and artifacts. // // Returns: // // Lists of execution, artifact, and context ids index-aligned with the // inputs. PutLineageSubgraph(context.Context, *PutLineageSubgraphRequest) (*PutLineageSubgraphResponse, error) // Inserts or updates contexts in database and returns a list of context ids. // // If an context_id is specified for a context, it is an update. // If an context_id is unspecified, it will insert a new context. // For new contexts, type must be specified. // For old contexts, type must be unchanged or unspecified. // // It is not guaranteed that the created or updated contexts will share the // same `create_time_since_epoch` or `last_update_time_since_epoch` // timestamps. // // Args: // // contexts: A list of contexts to insert or update. // // Returns: // // A list of context ids index-aligned with the input. PutContexts(context.Context, *PutContextsRequest) (*PutContextsResponse, error) // Inserts attribution and association relationships in the database. // The context_id, artifact_id, and execution_id must already exist. // If the relationship exists, this call does nothing. Once added, the // relationships cannot be modified. // // Args: // // attributions: A list of attributions to insert. // associations: A list of associations to insert. PutAttributionsAndAssociations(context.Context, *PutAttributionsAndAssociationsRequest) (*PutAttributionsAndAssociationsResponse, error) // Inserts parental context relationships in the database. // The ParentContext relationship has direction. The call fails if cycles are // detected. // // Args: // // parent_contexts: A list of parent contexts to insert. PutParentContexts(context.Context, *PutParentContextsRequest) (*PutParentContextsResponse, error) // Gets an artifact type. Returns a NOT_FOUND error if the type does not // exist. GetArtifactType(context.Context, *GetArtifactTypeRequest) (*GetArtifactTypeResponse, error) // Gets a list of artifact types by ID. // If no artifact types with an ID exists, the artifact type is skipped. GetArtifactTypesByID(context.Context, *GetArtifactTypesByIDRequest) (*GetArtifactTypesByIDResponse, error) // Gets a list of all artifact types. GetArtifactTypes(context.Context, *GetArtifactTypesRequest) (*GetArtifactTypesResponse, error) // Gets an execution type, or None if it does not exist. GetExecutionType(context.Context, *GetExecutionTypeRequest) (*GetExecutionTypeResponse, error) // Gets a list of execution types by ID. // If no execution types with an ID exists, the execution type is skipped. GetExecutionTypesByID(context.Context, *GetExecutionTypesByIDRequest) (*GetExecutionTypesByIDResponse, error) // Gets a list of all execution types. GetExecutionTypes(context.Context, *GetExecutionTypesRequest) (*GetExecutionTypesResponse, error) // Gets a context type. Returns a NOT_FOUND error if the type does not exist. GetContextType(context.Context, *GetContextTypeRequest) (*GetContextTypeResponse, error) // Gets a list of context types by ID. // If no context types with an ID exists, the context type is skipped. GetContextTypesByID(context.Context, *GetContextTypesByIDRequest) (*GetContextTypesByIDResponse, error) // Gets a list of all context types. GetContextTypes(context.Context, *GetContextTypesRequest) (*GetContextTypesResponse, error) // Gets all the artifacts. GetArtifacts(context.Context, *GetArtifactsRequest) (*GetArtifactsResponse, error) // Gets all the executions. GetExecutions(context.Context, *GetExecutionsRequest) (*GetExecutionsResponse, error) // Gets all the contexts. GetContexts(context.Context, *GetContextsRequest) (*GetContextsResponse, error) // Gets all artifacts with matching ids. // // The result is not index-aligned: if an id is not found, it is not returned. // // Args: // // artifact_ids: A list of artifact ids to retrieve. // // Returns: // // Artifacts with matching ids. GetArtifactsByID(context.Context, *GetArtifactsByIDRequest) (*GetArtifactsByIDResponse, error) // Gets all executions with matching ids. // // The result is not index-aligned: if an id is not found, it is not returned. // // Args: // // execution_ids: A list of execution ids to retrieve. GetExecutionsByID(context.Context, *GetExecutionsByIDRequest) (*GetExecutionsByIDResponse, error) // Gets all contexts with matching ids. // // The result is not index-aligned: if an id is not found, it is not returned. // // Args: // // context_ids: A list of context ids to retrieve. GetContextsByID(context.Context, *GetContextsByIDRequest) (*GetContextsByIDResponse, error) // Gets all the artifacts of a given type. GetArtifactsByType(context.Context, *GetArtifactsByTypeRequest) (*GetArtifactsByTypeResponse, error) // Gets all the executions of a given type. GetExecutionsByType(context.Context, *GetExecutionsByTypeRequest) (*GetExecutionsByTypeResponse, error) // Gets all the contexts of a given type. GetContextsByType(context.Context, *GetContextsByTypeRequest) (*GetContextsByTypeResponse, error) // Gets the artifact of the given type and artifact name. GetArtifactByTypeAndName(context.Context, *GetArtifactByTypeAndNameRequest) (*GetArtifactByTypeAndNameResponse, error) // Gets the execution of the given type and execution name. GetExecutionByTypeAndName(context.Context, *GetExecutionByTypeAndNameRequest) (*GetExecutionByTypeAndNameResponse, error) // Gets the context of the given type and context name. GetContextByTypeAndName(context.Context, *GetContextByTypeAndNameRequest) (*GetContextByTypeAndNameResponse, error) // Gets all the artifacts with matching uris. GetArtifactsByURI(context.Context, *GetArtifactsByURIRequest) (*GetArtifactsByURIResponse, error) // Gets all events with matching execution ids. GetEventsByExecutionIDs(context.Context, *GetEventsByExecutionIDsRequest) (*GetEventsByExecutionIDsResponse, error) // Gets all events with matching artifact ids. GetEventsByArtifactIDs(context.Context, *GetEventsByArtifactIDsRequest) (*GetEventsByArtifactIDsResponse, error) // Gets all the artifacts with matching external ids. GetArtifactsByExternalIds(context.Context, *GetArtifactsByExternalIdsRequest) (*GetArtifactsByExternalIdsResponse, error) // Gets all the artifacts with matching external ids. GetExecutionsByExternalIds(context.Context, *GetExecutionsByExternalIdsRequest) (*GetExecutionsByExternalIdsResponse, error) // Gets all the artifacts with matching external ids. GetContextsByExternalIds(context.Context, *GetContextsByExternalIdsRequest) (*GetContextsByExternalIdsResponse, error) // Gets all the artifacts with matching external ids. GetArtifactTypesByExternalIds(context.Context, *GetArtifactTypesByExternalIdsRequest) (*GetArtifactTypesByExternalIdsResponse, error) // Gets all the artifacts with matching external ids. GetExecutionTypesByExternalIds(context.Context, *GetExecutionTypesByExternalIdsRequest) (*GetExecutionTypesByExternalIdsResponse, error) // Gets all the artifacts with matching external ids. GetContextTypesByExternalIds(context.Context, *GetContextTypesByExternalIdsRequest) (*GetContextTypesByExternalIdsResponse, error) // Gets all context that an artifact is attributed to. GetContextsByArtifact(context.Context, *GetContextsByArtifactRequest) (*GetContextsByArtifactResponse, error) // Gets all context that an execution is associated with. GetContextsByExecution(context.Context, *GetContextsByExecutionRequest) (*GetContextsByExecutionResponse, error) // Gets all parent contexts that a context is related. GetParentContextsByContext(context.Context, *GetParentContextsByContextRequest) (*GetParentContextsByContextResponse, error) // Gets all children contexts that a context is related. GetChildrenContextsByContext(context.Context, *GetChildrenContextsByContextRequest) (*GetChildrenContextsByContextResponse, error) // Batch getting all the parent contexts that a list of contexts are related. GetParentContextsByContexts(context.Context, *GetParentContextsByContextsRequest) (*GetParentContextsByContextsResponse, error) // Batch getting all the children contexts that a list of contexts are // related. GetChildrenContextsByContexts(context.Context, *GetChildrenContextsByContextsRequest) (*GetChildrenContextsByContextsResponse, error) // Gets all direct artifacts that a context attributes to. GetArtifactsByContext(context.Context, *GetArtifactsByContextRequest) (*GetArtifactsByContextResponse, error) // Gets all direct executions that a context associates with. GetExecutionsByContext(context.Context, *GetExecutionsByContextRequest) (*GetExecutionsByContextResponse, error) // TODO(b/283852485): Deprecate GetLineageGraph API after migration to // GetLineageSubgraph API. // The transaction performs a constrained transitive closure and returns a // lineage subgraph satisfying the conditions and constraints specified in // the GetLineageGraphRequest. GetLineageGraph(context.Context, *GetLineageGraphRequest) (*GetLineageGraphResponse, error) // Gets a lineage subgraph by performing graph traversal from a list of // interested nodes. // A lineage subgraph without node details (e.g., external_id, properties) // will be returned. GetLineageSubgraph(context.Context, *GetLineageSubgraphRequest) (*GetLineageSubgraphResponse, error) // contains filtered or unexported methods }
MetadataStoreServiceServer is the server API for MetadataStoreService service. All implementations must embed UnimplementedMetadataStoreServiceServer for forward compatibility
type MigrationOptions ¶
type MigrationOptions struct { // If not set, by default the upgrade migration is disabled. MLMD only // compares db_v with the lib_v, and raise error if the two do not align. // If the field is set to true, MLMD performs upgrade migration. It upgrades // the database schema version (db_v) to align with the library schema // version (lib_v) when connecting to the database. // Schema migration should not be run concurrently with multiple clients to // prevent data races. EnableUpgradeMigration *bool `protobuf:"varint,3,opt,name=enable_upgrade_migration,json=enableUpgradeMigration" json:"enable_upgrade_migration,omitempty"` // Downgrade the given database to the specified schema version. // For v0.13.2 release, the schema_version is 0. // For 0.14.0 and 0.15.0 release, the schema_version is 4. // More details are described in g3doc/get_start.md#upgrade-mlmd-library // Set this field only when a database is accidentally upgraded by a newer // version library. Each library version only knows how to downgrade to // previous schema versions. As downgrade migrations inevitably introduce // data loss, please consider taking a backup of the database before // downgrading schema. // After downgrade migration, the database connection is canceled. The user // needs to downgrade the library to use the database. DowngradeToSchemaVersion *int64 `` /* 138-byte string literal not displayed */ // contains filtered or unexported fields }
func (*MigrationOptions) Descriptor
deprecated
func (*MigrationOptions) Descriptor() ([]byte, []int)
Deprecated: Use MigrationOptions.ProtoReflect.Descriptor instead.
func (*MigrationOptions) GetDowngradeToSchemaVersion ¶
func (x *MigrationOptions) GetDowngradeToSchemaVersion() int64
func (*MigrationOptions) GetEnableUpgradeMigration ¶
func (x *MigrationOptions) GetEnableUpgradeMigration() bool
func (*MigrationOptions) ProtoMessage ¶
func (*MigrationOptions) ProtoMessage()
func (*MigrationOptions) ProtoReflect ¶
func (x *MigrationOptions) ProtoReflect() protoreflect.Message
func (*MigrationOptions) Reset ¶
func (x *MigrationOptions) Reset()
func (*MigrationOptions) String ¶
func (x *MigrationOptions) String() string
type MySQLDatabaseConfig ¶
type MySQLDatabaseConfig struct { // The hostname or IP address of the MYSQL server: // - If unspecified, a connection to the local host is assumed. // The client connects using a Unix socket specified by `socket`. // - Otherwise, TCP/IP is used. // // Currently a replicated MYSQL backend is not supported. Host *string `protobuf:"bytes,1,opt,name=host" json:"host,omitempty"` // The TCP Port number that the MYSQL server accepts connections on. // If unspecified, the default MYSQL port (3306) is used. Port *int64 `protobuf:"varint,2,opt,name=port" json:"port,omitempty"` // The database to connect to. Must be specified. // After connecting to the MYSQL server, this database is created if not // already present unless skip_db_creation is set. // All queries after Connect() are assumed to be for this database. Database *string `protobuf:"bytes,3,opt,name=database" json:"database,omitempty"` // The MYSQL login id. If empty, the current user is assumed. User *string `protobuf:"bytes,4,opt,name=user" json:"user,omitempty"` // The password to use for `user`. If empty, only MYSQL user ids that don't // have a password set are allowed to connect. Password *string `protobuf:"bytes,5,opt,name=password" json:"password,omitempty"` // The Unix socket to use to connect to the server. If unspecified, a // `host` must be provided. Socket *string `protobuf:"bytes,6,opt,name=socket" json:"socket,omitempty"` // If the field is set, the ssl options are set in mysql_options before // establishing a connection. It is ignored if the mysql server does not // enable SSL. SslOptions *MySQLDatabaseConfig_SSLOptions `protobuf:"bytes,7,opt,name=ssl_options,json=sslOptions" json:"ssl_options,omitempty"` // A config to skip the database creation if not exist when connecting the // db instance. It is useful when the db creation is handled by an admin // process, while the lib user should not issue db creation clauses. SkipDbCreation *bool `protobuf:"varint,8,opt,name=skip_db_creation,json=skipDbCreation" json:"skip_db_creation,omitempty"` // contains filtered or unexported fields }
func (*MySQLDatabaseConfig) Descriptor
deprecated
func (*MySQLDatabaseConfig) Descriptor() ([]byte, []int)
Deprecated: Use MySQLDatabaseConfig.ProtoReflect.Descriptor instead.
func (*MySQLDatabaseConfig) GetDatabase ¶
func (x *MySQLDatabaseConfig) GetDatabase() string
func (*MySQLDatabaseConfig) GetHost ¶
func (x *MySQLDatabaseConfig) GetHost() string
func (*MySQLDatabaseConfig) GetPassword ¶
func (x *MySQLDatabaseConfig) GetPassword() string
func (*MySQLDatabaseConfig) GetPort ¶
func (x *MySQLDatabaseConfig) GetPort() int64
func (*MySQLDatabaseConfig) GetSkipDbCreation ¶
func (x *MySQLDatabaseConfig) GetSkipDbCreation() bool
func (*MySQLDatabaseConfig) GetSocket ¶
func (x *MySQLDatabaseConfig) GetSocket() string
func (*MySQLDatabaseConfig) GetSslOptions ¶
func (x *MySQLDatabaseConfig) GetSslOptions() *MySQLDatabaseConfig_SSLOptions
func (*MySQLDatabaseConfig) GetUser ¶
func (x *MySQLDatabaseConfig) GetUser() string
func (*MySQLDatabaseConfig) ProtoMessage ¶
func (*MySQLDatabaseConfig) ProtoMessage()
func (*MySQLDatabaseConfig) ProtoReflect ¶
func (x *MySQLDatabaseConfig) ProtoReflect() protoreflect.Message
func (*MySQLDatabaseConfig) Reset ¶
func (x *MySQLDatabaseConfig) Reset()
func (*MySQLDatabaseConfig) String ¶
func (x *MySQLDatabaseConfig) String() string
type MySQLDatabaseConfig_SSLOptions ¶
type MySQLDatabaseConfig_SSLOptions struct { // The path name of the client private key file. Key *string `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"` // The path name of the client public key certificate file. Cert *string `protobuf:"bytes,2,opt,name=cert" json:"cert,omitempty"` // The path name of the CA certificate file. Ca *string `protobuf:"bytes,3,opt,name=ca" json:"ca,omitempty"` // The path name of the directory that contains trusted SSL CA certificates. Capath *string `protobuf:"bytes,4,opt,name=capath" json:"capath,omitempty"` // The list of permissible ciphers for SSL encryption. Cipher *string `protobuf:"bytes,5,opt,name=cipher" json:"cipher,omitempty"` // If set, enable verification of the server certificate against the host // name used when connecting to the server. VerifyServerCert *bool `protobuf:"varint,6,opt,name=verify_server_cert,json=verifyServerCert" json:"verify_server_cert,omitempty"` // contains filtered or unexported fields }
The options to establish encrypted connections to MySQL using SSL.
func (*MySQLDatabaseConfig_SSLOptions) Descriptor
deprecated
func (*MySQLDatabaseConfig_SSLOptions) Descriptor() ([]byte, []int)
Deprecated: Use MySQLDatabaseConfig_SSLOptions.ProtoReflect.Descriptor instead.
func (*MySQLDatabaseConfig_SSLOptions) GetCa ¶
func (x *MySQLDatabaseConfig_SSLOptions) GetCa() string
func (*MySQLDatabaseConfig_SSLOptions) GetCapath ¶
func (x *MySQLDatabaseConfig_SSLOptions) GetCapath() string
func (*MySQLDatabaseConfig_SSLOptions) GetCert ¶
func (x *MySQLDatabaseConfig_SSLOptions) GetCert() string
func (*MySQLDatabaseConfig_SSLOptions) GetCipher ¶
func (x *MySQLDatabaseConfig_SSLOptions) GetCipher() string
func (*MySQLDatabaseConfig_SSLOptions) GetKey ¶
func (x *MySQLDatabaseConfig_SSLOptions) GetKey() string
func (*MySQLDatabaseConfig_SSLOptions) GetVerifyServerCert ¶
func (x *MySQLDatabaseConfig_SSLOptions) GetVerifyServerCert() bool
func (*MySQLDatabaseConfig_SSLOptions) ProtoMessage ¶
func (*MySQLDatabaseConfig_SSLOptions) ProtoMessage()
func (*MySQLDatabaseConfig_SSLOptions) ProtoReflect ¶
func (x *MySQLDatabaseConfig_SSLOptions) ProtoReflect() protoreflect.Message
func (*MySQLDatabaseConfig_SSLOptions) Reset ¶
func (x *MySQLDatabaseConfig_SSLOptions) Reset()
func (*MySQLDatabaseConfig_SSLOptions) String ¶
func (x *MySQLDatabaseConfig_SSLOptions) String() string
type NoneArtifactStructType ¶
type NoneArtifactStructType struct {
// contains filtered or unexported fields
}
The only member of this type is a None artifact. Note: ArtifactStruct{} is a None artifact. This can represent an execution that has no outputs (or inputs), or can be part of a UnionArtifactStructType to represent an optional input. For example, StatsGen has an "optional" schema input. A practical example of this is:
stats_gen_type = { "dict":{ "properties":{ "schema":{ "union_type":{ "none":{}, "simple":{...schema type...} }, }, "data":{ "simple":{...data_type...} } } } };
func (*NoneArtifactStructType) Descriptor
deprecated
func (*NoneArtifactStructType) Descriptor() ([]byte, []int)
Deprecated: Use NoneArtifactStructType.ProtoReflect.Descriptor instead.
func (*NoneArtifactStructType) ProtoMessage ¶
func (*NoneArtifactStructType) ProtoMessage()
func (*NoneArtifactStructType) ProtoReflect ¶
func (x *NoneArtifactStructType) ProtoReflect() protoreflect.Message
func (*NoneArtifactStructType) Reset ¶
func (x *NoneArtifactStructType) Reset()
func (*NoneArtifactStructType) String ¶
func (x *NoneArtifactStructType) String() string
type ParentContext ¶
type ParentContext struct { ChildId *int64 `protobuf:"varint,1,opt,name=child_id,json=childId" json:"child_id,omitempty"` ParentId *int64 `protobuf:"varint,2,opt,name=parent_id,json=parentId" json:"parent_id,omitempty"` // contains filtered or unexported fields }
the Parental Context edges between Context and Context instances.
func (*ParentContext) Descriptor
deprecated
func (*ParentContext) Descriptor() ([]byte, []int)
Deprecated: Use ParentContext.ProtoReflect.Descriptor instead.
func (*ParentContext) GetChildId ¶
func (x *ParentContext) GetChildId() int64
func (*ParentContext) GetParentId ¶
func (x *ParentContext) GetParentId() int64
func (*ParentContext) ProtoMessage ¶
func (*ParentContext) ProtoMessage()
func (*ParentContext) ProtoReflect ¶
func (x *ParentContext) ProtoReflect() protoreflect.Message
func (*ParentContext) Reset ¶
func (x *ParentContext) Reset()
func (*ParentContext) String ¶
func (x *ParentContext) String() string
type PostgreSQLDatabaseConfig ¶
type PostgreSQLDatabaseConfig struct { // Name of host to connect to. If the host name starts with /, it is taken as // a Unix-domain socket in the abstract namespace. Host *string `protobuf:"bytes,1,opt,name=host" json:"host,omitempty"` // Numeric IP address of host to connect to. If this field is provided, `host` // field is ignored. Hostaddr *string `protobuf:"bytes,2,opt,name=hostaddr" json:"hostaddr,omitempty"` // Port number to connect to at the server host, or socket file name extension // for Unix-domain connections. Port *string `protobuf:"bytes,3,opt,name=port" json:"port,omitempty"` // PostgreSQL user name to connect as. Defaults to be the same as the // operating system name of the user running the application. User *string `protobuf:"bytes,4,opt,name=user" json:"user,omitempty"` // Password to be used if the server demands password authentication. Password *string `protobuf:"bytes,5,opt,name=password" json:"password,omitempty"` // Specifies the name of the file used to store passwords. Passfile *string `protobuf:"bytes,6,opt,name=passfile" json:"passfile,omitempty"` // The database name. Defaults to be the same as the user name. Dbname *string `protobuf:"bytes,7,opt,name=dbname" json:"dbname,omitempty"` // A config to skip the database creation if not exist when connecting the // db instance. It is useful when the db creation is handled by an admin // process, while the lib user should not issue db creation clauses. SkipDbCreation *bool `protobuf:"varint,8,opt,name=skip_db_creation,json=skipDbCreation" json:"skip_db_creation,omitempty"` Ssloption *PostgreSQLDatabaseConfig_SSLOptions `protobuf:"bytes,9,opt,name=ssloption" json:"ssloption,omitempty"` // contains filtered or unexported fields }
A config contains the parameters when using with PostgreSQLMetadatSource. Next index: 10
func (*PostgreSQLDatabaseConfig) Descriptor
deprecated
func (*PostgreSQLDatabaseConfig) Descriptor() ([]byte, []int)
Deprecated: Use PostgreSQLDatabaseConfig.ProtoReflect.Descriptor instead.
func (*PostgreSQLDatabaseConfig) GetDbname ¶
func (x *PostgreSQLDatabaseConfig) GetDbname() string
func (*PostgreSQLDatabaseConfig) GetHost ¶
func (x *PostgreSQLDatabaseConfig) GetHost() string
func (*PostgreSQLDatabaseConfig) GetHostaddr ¶
func (x *PostgreSQLDatabaseConfig) GetHostaddr() string
func (*PostgreSQLDatabaseConfig) GetPassfile ¶
func (x *PostgreSQLDatabaseConfig) GetPassfile() string
func (*PostgreSQLDatabaseConfig) GetPassword ¶
func (x *PostgreSQLDatabaseConfig) GetPassword() string
func (*PostgreSQLDatabaseConfig) GetPort ¶
func (x *PostgreSQLDatabaseConfig) GetPort() string
func (*PostgreSQLDatabaseConfig) GetSkipDbCreation ¶
func (x *PostgreSQLDatabaseConfig) GetSkipDbCreation() bool
func (*PostgreSQLDatabaseConfig) GetSsloption ¶
func (x *PostgreSQLDatabaseConfig) GetSsloption() *PostgreSQLDatabaseConfig_SSLOptions
func (*PostgreSQLDatabaseConfig) GetUser ¶
func (x *PostgreSQLDatabaseConfig) GetUser() string
func (*PostgreSQLDatabaseConfig) ProtoMessage ¶
func (*PostgreSQLDatabaseConfig) ProtoMessage()
func (*PostgreSQLDatabaseConfig) ProtoReflect ¶
func (x *PostgreSQLDatabaseConfig) ProtoReflect() protoreflect.Message
func (*PostgreSQLDatabaseConfig) Reset ¶
func (x *PostgreSQLDatabaseConfig) Reset()
func (*PostgreSQLDatabaseConfig) String ¶
func (x *PostgreSQLDatabaseConfig) String() string
type PostgreSQLDatabaseConfig_SSLOptions ¶
type PostgreSQLDatabaseConfig_SSLOptions struct { // disable, allow, verify-ca, verify-full, etc. Reference: // https://www.postgresql.org/docs/current/libpq-connect.html Sslmode *string `protobuf:"bytes,1,opt,name=sslmode" json:"sslmode,omitempty"` // This parameter specifies the file name of the client SSL certificate, // replacing the default ~/.postgresql/postgresql.crt. This parameter is // ignored if an SSL connection is not made. Sslcert *string `protobuf:"bytes,2,opt,name=sslcert" json:"sslcert,omitempty"` // This parameter specifies the location for the secret key used for the // client certificate. It can either specify a file name that will be used // instead of the default ~/.postgresql/postgresql.key, this parameter is // ignored if an SSL connection is not made. Sslkey *string `protobuf:"bytes,3,opt,name=sslkey" json:"sslkey,omitempty"` // This parameter specifies the password for the secret key specified in // sslkey, allowing client certificate private keys to be stored in // encrypted form on disk even when interactive passphrase input is not // practical. Sslpassword *string `protobuf:"bytes,4,opt,name=sslpassword" json:"sslpassword,omitempty"` // This parameter specifies the name of a file containing SSL certificate // authority (CA) certificate(s). If the file exists, the server's // certificate will be verified to be signed by one of these authorities. // The default is ~/.postgresql/root.crt. Sslrootcert *string `protobuf:"bytes,5,opt,name=sslrootcert" json:"sslrootcert,omitempty"` // contains filtered or unexported fields }
func (*PostgreSQLDatabaseConfig_SSLOptions) Descriptor
deprecated
func (*PostgreSQLDatabaseConfig_SSLOptions) Descriptor() ([]byte, []int)
Deprecated: Use PostgreSQLDatabaseConfig_SSLOptions.ProtoReflect.Descriptor instead.
func (*PostgreSQLDatabaseConfig_SSLOptions) GetSslcert ¶
func (x *PostgreSQLDatabaseConfig_SSLOptions) GetSslcert() string
func (*PostgreSQLDatabaseConfig_SSLOptions) GetSslkey ¶
func (x *PostgreSQLDatabaseConfig_SSLOptions) GetSslkey() string
func (*PostgreSQLDatabaseConfig_SSLOptions) GetSslmode ¶
func (x *PostgreSQLDatabaseConfig_SSLOptions) GetSslmode() string
func (*PostgreSQLDatabaseConfig_SSLOptions) GetSslpassword ¶
func (x *PostgreSQLDatabaseConfig_SSLOptions) GetSslpassword() string
func (*PostgreSQLDatabaseConfig_SSLOptions) GetSslrootcert ¶
func (x *PostgreSQLDatabaseConfig_SSLOptions) GetSslrootcert() string
func (*PostgreSQLDatabaseConfig_SSLOptions) ProtoMessage ¶
func (*PostgreSQLDatabaseConfig_SSLOptions) ProtoMessage()
func (*PostgreSQLDatabaseConfig_SSLOptions) ProtoReflect ¶
func (x *PostgreSQLDatabaseConfig_SSLOptions) ProtoReflect() protoreflect.Message
func (*PostgreSQLDatabaseConfig_SSLOptions) Reset ¶
func (x *PostgreSQLDatabaseConfig_SSLOptions) Reset()
func (*PostgreSQLDatabaseConfig_SSLOptions) String ¶
func (x *PostgreSQLDatabaseConfig_SSLOptions) String() string
type PropertyType ¶
type PropertyType int32
The list of supported property value types.
const ( PropertyType_UNKNOWN PropertyType = 0 PropertyType_INT PropertyType = 1 PropertyType_DOUBLE PropertyType = 2 PropertyType_STRING PropertyType = 3 // Prefer to use `PROTO` to store structed data since this option has // inefficient database storage usage. PropertyType_STRUCT PropertyType = 4 PropertyType_PROTO PropertyType = 5 PropertyType_BOOLEAN PropertyType = 6 )
func (PropertyType) Descriptor ¶
func (PropertyType) Descriptor() protoreflect.EnumDescriptor
func (PropertyType) Enum ¶
func (x PropertyType) Enum() *PropertyType
func (PropertyType) EnumDescriptor
deprecated
func (PropertyType) EnumDescriptor() ([]byte, []int)
Deprecated: Use PropertyType.Descriptor instead.
func (PropertyType) Number ¶
func (x PropertyType) Number() protoreflect.EnumNumber
func (PropertyType) String ¶
func (x PropertyType) String() string
func (PropertyType) Type ¶
func (PropertyType) Type() protoreflect.EnumType
func (*PropertyType) UnmarshalJSON
deprecated
func (x *PropertyType) UnmarshalJSON(b []byte) error
Deprecated: Do not use.
type PutArtifactTypeRequest ¶
type PutArtifactTypeRequest struct { // The field is required in any request. Stored types in MLMD can be updated // by introducing new properties and remain backward compatible. If a type // with the same name exists in the database, it updates the existing type, // otherwise it creates a new type. ArtifactType *ArtifactType `protobuf:"bytes,1,opt,name=artifact_type,json=artifactType" json:"artifact_type,omitempty"` // If true then allows adding properties to an existing stored type. // If false, then type update is not allowed and it raises AlreadyExists // error if the given type has any new property that is not defined in the // stored type. CanAddFields *bool `protobuf:"varint,2,opt,name=can_add_fields,json=canAddFields" json:"can_add_fields,omitempty"` // If true then allows omitting properties of an existing stored type. // If false, then no properties of the stored type can be omitted in the // given type, otherwise it raises AlreadyExists error. CanOmitFields *bool `protobuf:"varint,5,opt,name=can_omit_fields,json=canOmitFields" json:"can_omit_fields,omitempty"` // Deprecated fields. // // Deprecated: Marked as deprecated in ml_metadata/proto/metadata_store_service.proto. CanDeleteFields *bool `protobuf:"varint,3,opt,name=can_delete_fields,json=canDeleteFields" json:"can_delete_fields,omitempty"` // Deprecated: Marked as deprecated in ml_metadata/proto/metadata_store_service.proto. AllFieldsMatch *bool `protobuf:"varint,4,opt,name=all_fields_match,json=allFieldsMatch,def=1" json:"all_fields_match,omitempty"` // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,6,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
func (*PutArtifactTypeRequest) Descriptor
deprecated
func (*PutArtifactTypeRequest) Descriptor() ([]byte, []int)
Deprecated: Use PutArtifactTypeRequest.ProtoReflect.Descriptor instead.
func (*PutArtifactTypeRequest) GetAllFieldsMatch
deprecated
func (x *PutArtifactTypeRequest) GetAllFieldsMatch() bool
Deprecated: Marked as deprecated in ml_metadata/proto/metadata_store_service.proto.
func (*PutArtifactTypeRequest) GetArtifactType ¶
func (x *PutArtifactTypeRequest) GetArtifactType() *ArtifactType
func (*PutArtifactTypeRequest) GetCanAddFields ¶
func (x *PutArtifactTypeRequest) GetCanAddFields() bool
func (*PutArtifactTypeRequest) GetCanDeleteFields
deprecated
func (x *PutArtifactTypeRequest) GetCanDeleteFields() bool
Deprecated: Marked as deprecated in ml_metadata/proto/metadata_store_service.proto.
func (*PutArtifactTypeRequest) GetCanOmitFields ¶
func (x *PutArtifactTypeRequest) GetCanOmitFields() bool
func (*PutArtifactTypeRequest) GetTransactionOptions ¶
func (x *PutArtifactTypeRequest) GetTransactionOptions() *TransactionOptions
func (*PutArtifactTypeRequest) ProtoMessage ¶
func (*PutArtifactTypeRequest) ProtoMessage()
func (*PutArtifactTypeRequest) ProtoReflect ¶
func (x *PutArtifactTypeRequest) ProtoReflect() protoreflect.Message
func (*PutArtifactTypeRequest) Reset ¶
func (x *PutArtifactTypeRequest) Reset()
func (*PutArtifactTypeRequest) String ¶
func (x *PutArtifactTypeRequest) String() string
type PutArtifactTypeResponse ¶
type PutArtifactTypeResponse struct { // The type ID of the artifact type. TypeId *int64 `protobuf:"varint,1,opt,name=type_id,json=typeId" json:"type_id,omitempty"` // contains filtered or unexported fields }
func (*PutArtifactTypeResponse) Descriptor
deprecated
func (*PutArtifactTypeResponse) Descriptor() ([]byte, []int)
Deprecated: Use PutArtifactTypeResponse.ProtoReflect.Descriptor instead.
func (*PutArtifactTypeResponse) GetTypeId ¶
func (x *PutArtifactTypeResponse) GetTypeId() int64
func (*PutArtifactTypeResponse) ProtoMessage ¶
func (*PutArtifactTypeResponse) ProtoMessage()
func (*PutArtifactTypeResponse) ProtoReflect ¶
func (x *PutArtifactTypeResponse) ProtoReflect() protoreflect.Message
func (*PutArtifactTypeResponse) Reset ¶
func (x *PutArtifactTypeResponse) Reset()
func (*PutArtifactTypeResponse) String ¶
func (x *PutArtifactTypeResponse) String() string
type PutArtifactsRequest ¶
type PutArtifactsRequest struct { Artifacts []*Artifact `protobuf:"bytes,1,rep,name=artifacts" json:"artifacts,omitempty"` // Additional options to change the behavior of the method. Options *PutArtifactsRequest_Options `protobuf:"bytes,2,opt,name=options" json:"options,omitempty"` // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,3,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // FieldMask for artifacts in the PUT update // If `artifact.id` is not specified, it means a new artifact will be created // and `update_mask` will not be applied to the creation. // If `update_mask` is empty, update the artifacts as a whole. // If `update_mask` is not empty, only update fields or properties specified // in `update_mask`. // Example request protos: // 1. Examples that update `properties` / `custom_properties`: // 1.1 Add a <'key', 'val'> pair into `custom_properties`: // { // artifacts { // id: 1234 // type_id: 5678 // custom_properties { // key: "key" // value: { // string_value: "val" // } // } // } // update_mask { // paths: "custom_properties.key" // } // } // 1.2 Set `custom_properties['key'].bool_value` to true: // { // artifacts { // id: 1234 // type_id: 5678 // custom_properties { // key: "key" // value: { // bool_value: true // } // } // } // update_mask { // paths: "custom_properties.key" // } // } // 1.3 Delete the complete <'key', 'val'> pair from `custom_properties`: // { // artifacts { // id: 1234 // type_id: 5678 // custom_properties {} // } // update_mask { // paths: "custom_properties.key" // } // } // 2. Examples that update fields such as `uri`, `external_id`, etc: // 2.1 Update `external_id` field: // { // artifacts { // id: 1234 // type_id: 5678 // external_id: "new_value" // } // update_mask { // paths: "external_id" // } // } // 2.2 Set `uri` field: // { // artifacts { // id: 1234 // type_id: 5678 // uri: "set_value" // } // update_mask { // paths: "uri" // } // } // // If `paths: "properties"` or `paths: "custom_properties"` are added to // `update_mask`, the key-level updates will be ignored and we only perform // field-level updates on the all `properties`/`custom_properties`. // For example: // // If the mask is: {"properties", "properties.key1"}, the field path // "properties.key1" will be ignored and all `properties` will be updated. // (Do not suggest) // If the mask is {"properties", "external_id"}, all // `properties` and field `external_id` will be updated. (Do not suggest) UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,4,opt,name=update_mask,json=updateMask" json:"update_mask,omitempty"` // contains filtered or unexported fields }
func (*PutArtifactsRequest) Descriptor
deprecated
func (*PutArtifactsRequest) Descriptor() ([]byte, []int)
Deprecated: Use PutArtifactsRequest.ProtoReflect.Descriptor instead.
func (*PutArtifactsRequest) GetArtifacts ¶
func (x *PutArtifactsRequest) GetArtifacts() []*Artifact
func (*PutArtifactsRequest) GetOptions ¶
func (x *PutArtifactsRequest) GetOptions() *PutArtifactsRequest_Options
func (*PutArtifactsRequest) GetTransactionOptions ¶
func (x *PutArtifactsRequest) GetTransactionOptions() *TransactionOptions
func (*PutArtifactsRequest) GetUpdateMask ¶
func (x *PutArtifactsRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*PutArtifactsRequest) ProtoMessage ¶
func (*PutArtifactsRequest) ProtoMessage()
func (*PutArtifactsRequest) ProtoReflect ¶
func (x *PutArtifactsRequest) ProtoReflect() protoreflect.Message
func (*PutArtifactsRequest) Reset ¶
func (x *PutArtifactsRequest) Reset()
func (*PutArtifactsRequest) String ¶
func (x *PutArtifactsRequest) String() string
type PutArtifactsRequest_Options ¶
type PutArtifactsRequest_Options struct { // When there are multiple writers to update an existing node to // different states, there may be a race and the end result of the // concurrent update is nondeterministic. If the field is set, then an // optimistic concurrency control (OCC) scheme is used during update: // it compares the `artifact`.`last_update_time_since_epoch` in the request // with the stored `last_update_time_since_epoch` having the same // `artifact`.`id`. If they are different, the request fails, and the user // can read the stored node and retry node update. // When the option is set, the timestamp after update is guaranteed to be // increased and different from the input artifact. // When set the option, the caller should set it for all concurrent writers. AbortIfLatestUpdatedTimeChanged *bool `` /* 156-byte string literal not displayed */ // contains filtered or unexported fields }
func (*PutArtifactsRequest_Options) Descriptor
deprecated
func (*PutArtifactsRequest_Options) Descriptor() ([]byte, []int)
Deprecated: Use PutArtifactsRequest_Options.ProtoReflect.Descriptor instead.
func (*PutArtifactsRequest_Options) GetAbortIfLatestUpdatedTimeChanged ¶
func (x *PutArtifactsRequest_Options) GetAbortIfLatestUpdatedTimeChanged() bool
func (*PutArtifactsRequest_Options) ProtoMessage ¶
func (*PutArtifactsRequest_Options) ProtoMessage()
func (*PutArtifactsRequest_Options) ProtoReflect ¶
func (x *PutArtifactsRequest_Options) ProtoReflect() protoreflect.Message
func (*PutArtifactsRequest_Options) Reset ¶
func (x *PutArtifactsRequest_Options) Reset()
func (*PutArtifactsRequest_Options) String ¶
func (x *PutArtifactsRequest_Options) String() string
type PutArtifactsResponse ¶
type PutArtifactsResponse struct { // A list of artifact ids index-aligned with PutArtifactsRequest. ArtifactIds []int64 `protobuf:"varint,1,rep,name=artifact_ids,json=artifactIds" json:"artifact_ids,omitempty"` // contains filtered or unexported fields }
func (*PutArtifactsResponse) Descriptor
deprecated
func (*PutArtifactsResponse) Descriptor() ([]byte, []int)
Deprecated: Use PutArtifactsResponse.ProtoReflect.Descriptor instead.
func (*PutArtifactsResponse) GetArtifactIds ¶
func (x *PutArtifactsResponse) GetArtifactIds() []int64
func (*PutArtifactsResponse) ProtoMessage ¶
func (*PutArtifactsResponse) ProtoMessage()
func (*PutArtifactsResponse) ProtoReflect ¶
func (x *PutArtifactsResponse) ProtoReflect() protoreflect.Message
func (*PutArtifactsResponse) Reset ¶
func (x *PutArtifactsResponse) Reset()
func (*PutArtifactsResponse) String ¶
func (x *PutArtifactsResponse) String() string
type PutAttributionsAndAssociationsRequest ¶
type PutAttributionsAndAssociationsRequest struct { Attributions []*Attribution `protobuf:"bytes,1,rep,name=attributions" json:"attributions,omitempty"` Associations []*Association `protobuf:"bytes,2,rep,name=associations" json:"associations,omitempty"` // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,3,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
func (*PutAttributionsAndAssociationsRequest) Descriptor
deprecated
func (*PutAttributionsAndAssociationsRequest) Descriptor() ([]byte, []int)
Deprecated: Use PutAttributionsAndAssociationsRequest.ProtoReflect.Descriptor instead.
func (*PutAttributionsAndAssociationsRequest) GetAssociations ¶
func (x *PutAttributionsAndAssociationsRequest) GetAssociations() []*Association
func (*PutAttributionsAndAssociationsRequest) GetAttributions ¶
func (x *PutAttributionsAndAssociationsRequest) GetAttributions() []*Attribution
func (*PutAttributionsAndAssociationsRequest) GetTransactionOptions ¶
func (x *PutAttributionsAndAssociationsRequest) GetTransactionOptions() *TransactionOptions
func (*PutAttributionsAndAssociationsRequest) ProtoMessage ¶
func (*PutAttributionsAndAssociationsRequest) ProtoMessage()
func (*PutAttributionsAndAssociationsRequest) ProtoReflect ¶
func (x *PutAttributionsAndAssociationsRequest) ProtoReflect() protoreflect.Message
func (*PutAttributionsAndAssociationsRequest) Reset ¶
func (x *PutAttributionsAndAssociationsRequest) Reset()
func (*PutAttributionsAndAssociationsRequest) String ¶
func (x *PutAttributionsAndAssociationsRequest) String() string
type PutAttributionsAndAssociationsResponse ¶
type PutAttributionsAndAssociationsResponse struct {
// contains filtered or unexported fields
}
func (*PutAttributionsAndAssociationsResponse) Descriptor
deprecated
func (*PutAttributionsAndAssociationsResponse) Descriptor() ([]byte, []int)
Deprecated: Use PutAttributionsAndAssociationsResponse.ProtoReflect.Descriptor instead.
func (*PutAttributionsAndAssociationsResponse) ProtoMessage ¶
func (*PutAttributionsAndAssociationsResponse) ProtoMessage()
func (*PutAttributionsAndAssociationsResponse) ProtoReflect ¶
func (x *PutAttributionsAndAssociationsResponse) ProtoReflect() protoreflect.Message
func (*PutAttributionsAndAssociationsResponse) Reset ¶
func (x *PutAttributionsAndAssociationsResponse) Reset()
func (*PutAttributionsAndAssociationsResponse) String ¶
func (x *PutAttributionsAndAssociationsResponse) String() string
type PutContextTypeRequest ¶
type PutContextTypeRequest struct { // The field is required in any request. Stored types in MLMD can be updated // by introducing new properties and remain backward compatible. If a type // with the same name exists in the database, it updates the existing type, // otherwise it creates a new type. ContextType *ContextType `protobuf:"bytes,1,opt,name=context_type,json=contextType" json:"context_type,omitempty"` // If true then allows adding properties to an existing stored type. // If false, then type update is not allowed and it raises AlreadyExists // error if the given type has any new property that is not defined in the // stored type. CanAddFields *bool `protobuf:"varint,2,opt,name=can_add_fields,json=canAddFields" json:"can_add_fields,omitempty"` // If true then allows omitting properties of an existing stored type. // If false, then no properties of the stored type can be omitted in the // given type, otherwise it raises AlreadyExists error. CanOmitFields *bool `protobuf:"varint,5,opt,name=can_omit_fields,json=canOmitFields" json:"can_omit_fields,omitempty"` // Deprecated fields. // // Deprecated: Marked as deprecated in ml_metadata/proto/metadata_store_service.proto. CanDeleteFields *bool `protobuf:"varint,3,opt,name=can_delete_fields,json=canDeleteFields" json:"can_delete_fields,omitempty"` // Deprecated: Marked as deprecated in ml_metadata/proto/metadata_store_service.proto. AllFieldsMatch *bool `protobuf:"varint,4,opt,name=all_fields_match,json=allFieldsMatch,def=1" json:"all_fields_match,omitempty"` // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,6,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
func (*PutContextTypeRequest) Descriptor
deprecated
func (*PutContextTypeRequest) Descriptor() ([]byte, []int)
Deprecated: Use PutContextTypeRequest.ProtoReflect.Descriptor instead.
func (*PutContextTypeRequest) GetAllFieldsMatch
deprecated
func (x *PutContextTypeRequest) GetAllFieldsMatch() bool
Deprecated: Marked as deprecated in ml_metadata/proto/metadata_store_service.proto.
func (*PutContextTypeRequest) GetCanAddFields ¶
func (x *PutContextTypeRequest) GetCanAddFields() bool
func (*PutContextTypeRequest) GetCanDeleteFields
deprecated
func (x *PutContextTypeRequest) GetCanDeleteFields() bool
Deprecated: Marked as deprecated in ml_metadata/proto/metadata_store_service.proto.
func (*PutContextTypeRequest) GetCanOmitFields ¶
func (x *PutContextTypeRequest) GetCanOmitFields() bool
func (*PutContextTypeRequest) GetContextType ¶
func (x *PutContextTypeRequest) GetContextType() *ContextType
func (*PutContextTypeRequest) GetTransactionOptions ¶
func (x *PutContextTypeRequest) GetTransactionOptions() *TransactionOptions
func (*PutContextTypeRequest) ProtoMessage ¶
func (*PutContextTypeRequest) ProtoMessage()
func (*PutContextTypeRequest) ProtoReflect ¶
func (x *PutContextTypeRequest) ProtoReflect() protoreflect.Message
func (*PutContextTypeRequest) Reset ¶
func (x *PutContextTypeRequest) Reset()
func (*PutContextTypeRequest) String ¶
func (x *PutContextTypeRequest) String() string
type PutContextTypeResponse ¶
type PutContextTypeResponse struct { // The type ID of the context type. TypeId *int64 `protobuf:"varint,1,opt,name=type_id,json=typeId" json:"type_id,omitempty"` // contains filtered or unexported fields }
func (*PutContextTypeResponse) Descriptor
deprecated
func (*PutContextTypeResponse) Descriptor() ([]byte, []int)
Deprecated: Use PutContextTypeResponse.ProtoReflect.Descriptor instead.
func (*PutContextTypeResponse) GetTypeId ¶
func (x *PutContextTypeResponse) GetTypeId() int64
func (*PutContextTypeResponse) ProtoMessage ¶
func (*PutContextTypeResponse) ProtoMessage()
func (*PutContextTypeResponse) ProtoReflect ¶
func (x *PutContextTypeResponse) ProtoReflect() protoreflect.Message
func (*PutContextTypeResponse) Reset ¶
func (x *PutContextTypeResponse) Reset()
func (*PutContextTypeResponse) String ¶
func (x *PutContextTypeResponse) String() string
type PutContextsRequest ¶
type PutContextsRequest struct { Contexts []*Context `protobuf:"bytes,1,rep,name=contexts" json:"contexts,omitempty"` // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,2,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // FieldMask for contexts in the PUT update // If `context.id` is not specified, it means a new context will be // created and `update_mask` will not be applied to the creation. // If `update_mask` is empty, update the contexts as a whole. // If `update_mask` is not empty, only update fields or properties specified // in `update_mask`. // Example request protos: // 1. Add a <'key', 'val'> pair into `custom_properties`: // { // contexts { // id: 1234 // type_id: 5678 // custom_properties { // key: "key" // value: { // string_value: "val" // } // } // } // update_mask { // paths: "custom_properties.key" // } // } // 2. Set `name` field: // { // contexts { // id: 1234 // type_id: 5678 // name: "set_name" // } // update_mask { // paths: "name" // } // } // // Please refer to `PutArtifactsRequest` for more details. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,3,opt,name=update_mask,json=updateMask" json:"update_mask,omitempty"` // contains filtered or unexported fields }
func (*PutContextsRequest) Descriptor
deprecated
func (*PutContextsRequest) Descriptor() ([]byte, []int)
Deprecated: Use PutContextsRequest.ProtoReflect.Descriptor instead.
func (*PutContextsRequest) GetContexts ¶
func (x *PutContextsRequest) GetContexts() []*Context
func (*PutContextsRequest) GetTransactionOptions ¶
func (x *PutContextsRequest) GetTransactionOptions() *TransactionOptions
func (*PutContextsRequest) GetUpdateMask ¶
func (x *PutContextsRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*PutContextsRequest) ProtoMessage ¶
func (*PutContextsRequest) ProtoMessage()
func (*PutContextsRequest) ProtoReflect ¶
func (x *PutContextsRequest) ProtoReflect() protoreflect.Message
func (*PutContextsRequest) Reset ¶
func (x *PutContextsRequest) Reset()
func (*PutContextsRequest) String ¶
func (x *PutContextsRequest) String() string
type PutContextsResponse ¶
type PutContextsResponse struct { // A list of context ids index-aligned with PutContextsRequest. ContextIds []int64 `protobuf:"varint,1,rep,name=context_ids,json=contextIds" json:"context_ids,omitempty"` // contains filtered or unexported fields }
func (*PutContextsResponse) Descriptor
deprecated
func (*PutContextsResponse) Descriptor() ([]byte, []int)
Deprecated: Use PutContextsResponse.ProtoReflect.Descriptor instead.
func (*PutContextsResponse) GetContextIds ¶
func (x *PutContextsResponse) GetContextIds() []int64
func (*PutContextsResponse) ProtoMessage ¶
func (*PutContextsResponse) ProtoMessage()
func (*PutContextsResponse) ProtoReflect ¶
func (x *PutContextsResponse) ProtoReflect() protoreflect.Message
func (*PutContextsResponse) Reset ¶
func (x *PutContextsResponse) Reset()
func (*PutContextsResponse) String ¶
func (x *PutContextsResponse) String() string
type PutEventsRequest ¶
type PutEventsRequest struct { Events []*Event `protobuf:"bytes,1,rep,name=events" json:"events,omitempty"` // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,2,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
func (*PutEventsRequest) Descriptor
deprecated
func (*PutEventsRequest) Descriptor() ([]byte, []int)
Deprecated: Use PutEventsRequest.ProtoReflect.Descriptor instead.
func (*PutEventsRequest) GetEvents ¶
func (x *PutEventsRequest) GetEvents() []*Event
func (*PutEventsRequest) GetTransactionOptions ¶
func (x *PutEventsRequest) GetTransactionOptions() *TransactionOptions
func (*PutEventsRequest) ProtoMessage ¶
func (*PutEventsRequest) ProtoMessage()
func (*PutEventsRequest) ProtoReflect ¶
func (x *PutEventsRequest) ProtoReflect() protoreflect.Message
func (*PutEventsRequest) Reset ¶
func (x *PutEventsRequest) Reset()
func (*PutEventsRequest) String ¶
func (x *PutEventsRequest) String() string
type PutEventsResponse ¶
type PutEventsResponse struct {
// contains filtered or unexported fields
}
func (*PutEventsResponse) Descriptor
deprecated
func (*PutEventsResponse) Descriptor() ([]byte, []int)
Deprecated: Use PutEventsResponse.ProtoReflect.Descriptor instead.
func (*PutEventsResponse) ProtoMessage ¶
func (*PutEventsResponse) ProtoMessage()
func (*PutEventsResponse) ProtoReflect ¶
func (x *PutEventsResponse) ProtoReflect() protoreflect.Message
func (*PutEventsResponse) Reset ¶
func (x *PutEventsResponse) Reset()
func (*PutEventsResponse) String ¶
func (x *PutEventsResponse) String() string
type PutExecutionRequest ¶
type PutExecutionRequest struct { // The execution that produces many artifact and event pairs. Execution *Execution `protobuf:"bytes,1,opt,name=execution" json:"execution,omitempty"` // The list of artifact and event pairs. ArtifactEventPairs []*PutExecutionRequest_ArtifactAndEvent `protobuf:"bytes,2,rep,name=artifact_event_pairs,json=artifactEventPairs" json:"artifact_event_pairs,omitempty"` // A list of contexts associated with the execution and artifacts. For each // given context without a context.id, it inserts the context, otherwise it // updates the stored context with the same id. // Associations between each pair of contexts and the execution, and // attributions between each pair of contexts and artifacts are created if // they do not already exist. Contexts []*Context `protobuf:"bytes,3,rep,name=contexts" json:"contexts,omitempty"` // Additional options to change the behavior of the method. Options *PutExecutionRequest_Options `protobuf:"bytes,4,opt,name=options" json:"options,omitempty"` // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,5,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
func (*PutExecutionRequest) Descriptor
deprecated
func (*PutExecutionRequest) Descriptor() ([]byte, []int)
Deprecated: Use PutExecutionRequest.ProtoReflect.Descriptor instead.
func (*PutExecutionRequest) GetArtifactEventPairs ¶
func (x *PutExecutionRequest) GetArtifactEventPairs() []*PutExecutionRequest_ArtifactAndEvent
func (*PutExecutionRequest) GetContexts ¶
func (x *PutExecutionRequest) GetContexts() []*Context
func (*PutExecutionRequest) GetExecution ¶
func (x *PutExecutionRequest) GetExecution() *Execution
func (*PutExecutionRequest) GetOptions ¶
func (x *PutExecutionRequest) GetOptions() *PutExecutionRequest_Options
func (*PutExecutionRequest) GetTransactionOptions ¶
func (x *PutExecutionRequest) GetTransactionOptions() *TransactionOptions
func (*PutExecutionRequest) ProtoMessage ¶
func (*PutExecutionRequest) ProtoMessage()
func (*PutExecutionRequest) ProtoReflect ¶
func (x *PutExecutionRequest) ProtoReflect() protoreflect.Message
func (*PutExecutionRequest) Reset ¶
func (x *PutExecutionRequest) Reset()
func (*PutExecutionRequest) String ¶
func (x *PutExecutionRequest) String() string
type PutExecutionRequest_ArtifactAndEvent ¶
type PutExecutionRequest_ArtifactAndEvent struct { // The pair may have an artifact. If present and no artifact.id is given, // then it inserts the artifact, otherwise it updates the artifact. Artifact *Artifact `protobuf:"bytes,1,opt,name=artifact" json:"artifact,omitempty"` // The pair may have an event. Providing event.artifact_id or // event.execution_id is optional. If the ids are given, it must align with // the `artifact`.id / `execution`.id respectively. If artifact is not // given and event.artifact_id is set, it must exist in the backend. Event *Event `protobuf:"bytes,2,opt,name=event" json:"event,omitempty"` // contains filtered or unexported fields }
A pair of an artifact and an event used or generated by an execution, e.g., during the execution run, it uses none or many artifacts as input, and generate none or many artifacts as output.
func (*PutExecutionRequest_ArtifactAndEvent) Descriptor
deprecated
func (*PutExecutionRequest_ArtifactAndEvent) Descriptor() ([]byte, []int)
Deprecated: Use PutExecutionRequest_ArtifactAndEvent.ProtoReflect.Descriptor instead.
func (*PutExecutionRequest_ArtifactAndEvent) GetArtifact ¶
func (x *PutExecutionRequest_ArtifactAndEvent) GetArtifact() *Artifact
func (*PutExecutionRequest_ArtifactAndEvent) GetEvent ¶
func (x *PutExecutionRequest_ArtifactAndEvent) GetEvent() *Event
func (*PutExecutionRequest_ArtifactAndEvent) ProtoMessage ¶
func (*PutExecutionRequest_ArtifactAndEvent) ProtoMessage()
func (*PutExecutionRequest_ArtifactAndEvent) ProtoReflect ¶
func (x *PutExecutionRequest_ArtifactAndEvent) ProtoReflect() protoreflect.Message
func (*PutExecutionRequest_ArtifactAndEvent) Reset ¶
func (x *PutExecutionRequest_ArtifactAndEvent) Reset()
func (*PutExecutionRequest_ArtifactAndEvent) String ¶
func (x *PutExecutionRequest_ArtifactAndEvent) String() string
type PutExecutionRequest_Options ¶
type PutExecutionRequest_Options struct { // When there's a race to publish executions with a new context with the // same context.name, by default there'll be one writer succeeds and // the rest of the writers returning AlreadyExists errors. If set to true, // the API will reuse the stored context in the transaction and perform // an update. ReuseContextIfAlreadyExist *bool `` /* 139-byte string literal not displayed */ // When there's a race to publish executions with a new artifact with the // same artifact.external_id, by default there'll be one writer succeeds and // the rest of the writers returning AlreadyExists errors. // If set to true and an Artifact has non-empty external_id, // the API will reuse the stored artifact in the transaction and // perform an update. Otherwise, it will fall back to relying on `id` field // to decide if it's update (if `id` exists) or insert (if `id` is empty). ReuseArtifactIfAlreadyExistByExternalId *bool `` /* 184-byte string literal not displayed */ // contains filtered or unexported fields }
func (*PutExecutionRequest_Options) Descriptor
deprecated
func (*PutExecutionRequest_Options) Descriptor() ([]byte, []int)
Deprecated: Use PutExecutionRequest_Options.ProtoReflect.Descriptor instead.
func (*PutExecutionRequest_Options) GetReuseArtifactIfAlreadyExistByExternalId ¶
func (x *PutExecutionRequest_Options) GetReuseArtifactIfAlreadyExistByExternalId() bool
func (*PutExecutionRequest_Options) GetReuseContextIfAlreadyExist ¶
func (x *PutExecutionRequest_Options) GetReuseContextIfAlreadyExist() bool
func (*PutExecutionRequest_Options) ProtoMessage ¶
func (*PutExecutionRequest_Options) ProtoMessage()
func (*PutExecutionRequest_Options) ProtoReflect ¶
func (x *PutExecutionRequest_Options) ProtoReflect() protoreflect.Message
func (*PutExecutionRequest_Options) Reset ¶
func (x *PutExecutionRequest_Options) Reset()
func (*PutExecutionRequest_Options) String ¶
func (x *PutExecutionRequest_Options) String() string
type PutExecutionResponse ¶
type PutExecutionResponse struct { // An execution id of the `execution` in PutExecutionRequest. ExecutionId *int64 `protobuf:"varint,1,opt,name=execution_id,json=executionId" json:"execution_id,omitempty"` // A list of artifact ids index-aligned with `artifact_event_pairs` in the // PutExecutionRequest. ArtifactIds []int64 `protobuf:"varint,2,rep,name=artifact_ids,json=artifactIds" json:"artifact_ids,omitempty"` // A list of context ids index-aligned with `contexts` in the // PutExecutionRequest. ContextIds []int64 `protobuf:"varint,3,rep,name=context_ids,json=contextIds" json:"context_ids,omitempty"` // contains filtered or unexported fields }
func (*PutExecutionResponse) Descriptor
deprecated
func (*PutExecutionResponse) Descriptor() ([]byte, []int)
Deprecated: Use PutExecutionResponse.ProtoReflect.Descriptor instead.
func (*PutExecutionResponse) GetArtifactIds ¶
func (x *PutExecutionResponse) GetArtifactIds() []int64
func (*PutExecutionResponse) GetContextIds ¶
func (x *PutExecutionResponse) GetContextIds() []int64
func (*PutExecutionResponse) GetExecutionId ¶
func (x *PutExecutionResponse) GetExecutionId() int64
func (*PutExecutionResponse) ProtoMessage ¶
func (*PutExecutionResponse) ProtoMessage()
func (*PutExecutionResponse) ProtoReflect ¶
func (x *PutExecutionResponse) ProtoReflect() protoreflect.Message
func (*PutExecutionResponse) Reset ¶
func (x *PutExecutionResponse) Reset()
func (*PutExecutionResponse) String ¶
func (x *PutExecutionResponse) String() string
type PutExecutionTypeRequest ¶
type PutExecutionTypeRequest struct { // The field is required in any request. Stored types in MLMD can be updated // by introducing new properties and remain backward compatible. If a type // with the same name exists in the database, it updates the existing type, // otherwise it creates a new type. ExecutionType *ExecutionType `protobuf:"bytes,1,opt,name=execution_type,json=executionType" json:"execution_type,omitempty"` // If true then allows adding properties to an existing stored type. // If false, then type update is not allowed and it raises AlreadyExists // error if the given type has any new property that is not defined in the // stored type. CanAddFields *bool `protobuf:"varint,2,opt,name=can_add_fields,json=canAddFields" json:"can_add_fields,omitempty"` // If true then allows omitting properties of an existing stored type. // If false, then no properties of the stored type can be omitted in the // given type, otherwise it raises AlreadyExists error. CanOmitFields *bool `protobuf:"varint,5,opt,name=can_omit_fields,json=canOmitFields" json:"can_omit_fields,omitempty"` // Deprecated fields. // // Deprecated: Marked as deprecated in ml_metadata/proto/metadata_store_service.proto. CanDeleteFields *bool `protobuf:"varint,3,opt,name=can_delete_fields,json=canDeleteFields" json:"can_delete_fields,omitempty"` // Deprecated: Marked as deprecated in ml_metadata/proto/metadata_store_service.proto. AllFieldsMatch *bool `protobuf:"varint,4,opt,name=all_fields_match,json=allFieldsMatch,def=1" json:"all_fields_match,omitempty"` // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,6,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
func (*PutExecutionTypeRequest) Descriptor
deprecated
func (*PutExecutionTypeRequest) Descriptor() ([]byte, []int)
Deprecated: Use PutExecutionTypeRequest.ProtoReflect.Descriptor instead.
func (*PutExecutionTypeRequest) GetAllFieldsMatch
deprecated
func (x *PutExecutionTypeRequest) GetAllFieldsMatch() bool
Deprecated: Marked as deprecated in ml_metadata/proto/metadata_store_service.proto.
func (*PutExecutionTypeRequest) GetCanAddFields ¶
func (x *PutExecutionTypeRequest) GetCanAddFields() bool
func (*PutExecutionTypeRequest) GetCanDeleteFields
deprecated
func (x *PutExecutionTypeRequest) GetCanDeleteFields() bool
Deprecated: Marked as deprecated in ml_metadata/proto/metadata_store_service.proto.
func (*PutExecutionTypeRequest) GetCanOmitFields ¶
func (x *PutExecutionTypeRequest) GetCanOmitFields() bool
func (*PutExecutionTypeRequest) GetExecutionType ¶
func (x *PutExecutionTypeRequest) GetExecutionType() *ExecutionType
func (*PutExecutionTypeRequest) GetTransactionOptions ¶
func (x *PutExecutionTypeRequest) GetTransactionOptions() *TransactionOptions
func (*PutExecutionTypeRequest) ProtoMessage ¶
func (*PutExecutionTypeRequest) ProtoMessage()
func (*PutExecutionTypeRequest) ProtoReflect ¶
func (x *PutExecutionTypeRequest) ProtoReflect() protoreflect.Message
func (*PutExecutionTypeRequest) Reset ¶
func (x *PutExecutionTypeRequest) Reset()
func (*PutExecutionTypeRequest) String ¶
func (x *PutExecutionTypeRequest) String() string
type PutExecutionTypeResponse ¶
type PutExecutionTypeResponse struct { // The type ID of the execution type. TypeId *int64 `protobuf:"varint,1,opt,name=type_id,json=typeId" json:"type_id,omitempty"` // contains filtered or unexported fields }
func (*PutExecutionTypeResponse) Descriptor
deprecated
func (*PutExecutionTypeResponse) Descriptor() ([]byte, []int)
Deprecated: Use PutExecutionTypeResponse.ProtoReflect.Descriptor instead.
func (*PutExecutionTypeResponse) GetTypeId ¶
func (x *PutExecutionTypeResponse) GetTypeId() int64
func (*PutExecutionTypeResponse) ProtoMessage ¶
func (*PutExecutionTypeResponse) ProtoMessage()
func (*PutExecutionTypeResponse) ProtoReflect ¶
func (x *PutExecutionTypeResponse) ProtoReflect() protoreflect.Message
func (*PutExecutionTypeResponse) Reset ¶
func (x *PutExecutionTypeResponse) Reset()
func (*PutExecutionTypeResponse) String ¶
func (x *PutExecutionTypeResponse) String() string
type PutExecutionsRequest ¶
type PutExecutionsRequest struct { Executions []*Execution `protobuf:"bytes,1,rep,name=executions" json:"executions,omitempty"` // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,2,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // FieldMask for executions in the PUT update // If `execution.id` is not specified, it means a new execution will be // created and `update_mask` will not be applied to the creation. // If `update_mask` is empty, update the executions as a whole. // If `update_mask` is not empty, only update fields or properties specified // in `update_mask`. // Example request protos: // 1. Add a <'key', 'val'> pair into `custom_properties`: // { // executions { // id: 1234 // type_id: 5678 // custom_properties { // key: "key" // value: { // string_value: "val" // } // } // } // update_mask { // paths: "custom_properties.key" // } // } // 2. Set `last_known_state` field: // { // executions { // id: 1234 // type_id: 5678 // last_known_state: CACHED // } // update_mask { // paths: "last_known_state" // } // } // // Please refer to `PutArtifactsRequest` for more details. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,3,opt,name=update_mask,json=updateMask" json:"update_mask,omitempty"` // contains filtered or unexported fields }
func (*PutExecutionsRequest) Descriptor
deprecated
func (*PutExecutionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use PutExecutionsRequest.ProtoReflect.Descriptor instead.
func (*PutExecutionsRequest) GetExecutions ¶
func (x *PutExecutionsRequest) GetExecutions() []*Execution
func (*PutExecutionsRequest) GetTransactionOptions ¶
func (x *PutExecutionsRequest) GetTransactionOptions() *TransactionOptions
func (*PutExecutionsRequest) GetUpdateMask ¶
func (x *PutExecutionsRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*PutExecutionsRequest) ProtoMessage ¶
func (*PutExecutionsRequest) ProtoMessage()
func (*PutExecutionsRequest) ProtoReflect ¶
func (x *PutExecutionsRequest) ProtoReflect() protoreflect.Message
func (*PutExecutionsRequest) Reset ¶
func (x *PutExecutionsRequest) Reset()
func (*PutExecutionsRequest) String ¶
func (x *PutExecutionsRequest) String() string
type PutExecutionsResponse ¶
type PutExecutionsResponse struct { // A list of execution ids index-aligned with PutExecutionsRequest. ExecutionIds []int64 `protobuf:"varint,1,rep,name=execution_ids,json=executionIds" json:"execution_ids,omitempty"` // contains filtered or unexported fields }
func (*PutExecutionsResponse) Descriptor
deprecated
func (*PutExecutionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use PutExecutionsResponse.ProtoReflect.Descriptor instead.
func (*PutExecutionsResponse) GetExecutionIds ¶
func (x *PutExecutionsResponse) GetExecutionIds() []int64
func (*PutExecutionsResponse) ProtoMessage ¶
func (*PutExecutionsResponse) ProtoMessage()
func (*PutExecutionsResponse) ProtoReflect ¶
func (x *PutExecutionsResponse) ProtoReflect() protoreflect.Message
func (*PutExecutionsResponse) Reset ¶
func (x *PutExecutionsResponse) Reset()
func (*PutExecutionsResponse) String ¶
func (x *PutExecutionsResponse) String() string
type PutLineageSubgraphRequest ¶
type PutLineageSubgraphRequest struct { Executions []*Execution `protobuf:"bytes,1,rep,name=executions" json:"executions,omitempty"` Artifacts []*Artifact `protobuf:"bytes,2,rep,name=artifacts" json:"artifacts,omitempty"` Contexts []*Context `protobuf:"bytes,3,rep,name=contexts" json:"contexts,omitempty"` EventEdges []*PutLineageSubgraphRequest_EventEdge `protobuf:"bytes,4,rep,name=event_edges,json=eventEdges" json:"event_edges,omitempty"` Options *PutLineageSubgraphRequest_Options `protobuf:"bytes,5,opt,name=options" json:"options,omitempty"` TransactionOptions *TransactionOptions `protobuf:"bytes,6,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
func (*PutLineageSubgraphRequest) Descriptor
deprecated
func (*PutLineageSubgraphRequest) Descriptor() ([]byte, []int)
Deprecated: Use PutLineageSubgraphRequest.ProtoReflect.Descriptor instead.
func (*PutLineageSubgraphRequest) GetArtifacts ¶
func (x *PutLineageSubgraphRequest) GetArtifacts() []*Artifact
func (*PutLineageSubgraphRequest) GetContexts ¶
func (x *PutLineageSubgraphRequest) GetContexts() []*Context
func (*PutLineageSubgraphRequest) GetEventEdges ¶
func (x *PutLineageSubgraphRequest) GetEventEdges() []*PutLineageSubgraphRequest_EventEdge
func (*PutLineageSubgraphRequest) GetExecutions ¶
func (x *PutLineageSubgraphRequest) GetExecutions() []*Execution
func (*PutLineageSubgraphRequest) GetOptions ¶
func (x *PutLineageSubgraphRequest) GetOptions() *PutLineageSubgraphRequest_Options
func (*PutLineageSubgraphRequest) GetTransactionOptions ¶
func (x *PutLineageSubgraphRequest) GetTransactionOptions() *TransactionOptions
func (*PutLineageSubgraphRequest) ProtoMessage ¶
func (*PutLineageSubgraphRequest) ProtoMessage()
func (*PutLineageSubgraphRequest) ProtoReflect ¶
func (x *PutLineageSubgraphRequest) ProtoReflect() protoreflect.Message
func (*PutLineageSubgraphRequest) Reset ¶
func (x *PutLineageSubgraphRequest) Reset()
func (*PutLineageSubgraphRequest) String ¶
func (x *PutLineageSubgraphRequest) String() string
type PutLineageSubgraphRequest_EventEdge ¶
type PutLineageSubgraphRequest_EventEdge struct { // Index in the array of executions. ExecutionIndex *int32 `protobuf:"varint,1,opt,name=execution_index,json=executionIndex" json:"execution_index,omitempty"` // Index in the array of artifacts. ArtifactIndex *int32 `protobuf:"varint,2,opt,name=artifact_index,json=artifactIndex" json:"artifact_index,omitempty"` Event *Event `protobuf:"bytes,3,opt,name=event" json:"event,omitempty"` // contains filtered or unexported fields }
func (*PutLineageSubgraphRequest_EventEdge) Descriptor
deprecated
func (*PutLineageSubgraphRequest_EventEdge) Descriptor() ([]byte, []int)
Deprecated: Use PutLineageSubgraphRequest_EventEdge.ProtoReflect.Descriptor instead.
func (*PutLineageSubgraphRequest_EventEdge) GetArtifactIndex ¶
func (x *PutLineageSubgraphRequest_EventEdge) GetArtifactIndex() int32
func (*PutLineageSubgraphRequest_EventEdge) GetEvent ¶
func (x *PutLineageSubgraphRequest_EventEdge) GetEvent() *Event
func (*PutLineageSubgraphRequest_EventEdge) GetExecutionIndex ¶
func (x *PutLineageSubgraphRequest_EventEdge) GetExecutionIndex() int32
func (*PutLineageSubgraphRequest_EventEdge) ProtoMessage ¶
func (*PutLineageSubgraphRequest_EventEdge) ProtoMessage()
func (*PutLineageSubgraphRequest_EventEdge) ProtoReflect ¶
func (x *PutLineageSubgraphRequest_EventEdge) ProtoReflect() protoreflect.Message
func (*PutLineageSubgraphRequest_EventEdge) Reset ¶
func (x *PutLineageSubgraphRequest_EventEdge) Reset()
func (*PutLineageSubgraphRequest_EventEdge) String ¶
func (x *PutLineageSubgraphRequest_EventEdge) String() string
type PutLineageSubgraphRequest_Options ¶
type PutLineageSubgraphRequest_Options struct { // When there's a race to publish executions with a new context with the // same context.name, by default there'll be one writer succeeds and // the rest of the writers returning AlreadyExists errors. If set to true, // the API will reuse the stored context in the transaction and perform // an update. ReuseContextIfAlreadyExist *bool `` /* 139-byte string literal not displayed */ // When there's a race to publish executions with a new artifact with the // same artifact.external_id, by default there'll be one writer succeeds and // the rest of the writers returning AlreadyExists errors. // If set to true and an Artifact has non-empty external_id, // the API will reuse the stored artifact in the transaction and // perform an update. Otherwise, it will fall back to relying on `id` field // to decide if it's update (if `id` exists) or insert (if `id` is empty). ReuseArtifactIfAlreadyExistByExternalId *bool `` /* 184-byte string literal not displayed */ // contains filtered or unexported fields }
func (*PutLineageSubgraphRequest_Options) Descriptor
deprecated
func (*PutLineageSubgraphRequest_Options) Descriptor() ([]byte, []int)
Deprecated: Use PutLineageSubgraphRequest_Options.ProtoReflect.Descriptor instead.
func (*PutLineageSubgraphRequest_Options) GetReuseArtifactIfAlreadyExistByExternalId ¶
func (x *PutLineageSubgraphRequest_Options) GetReuseArtifactIfAlreadyExistByExternalId() bool
func (*PutLineageSubgraphRequest_Options) GetReuseContextIfAlreadyExist ¶
func (x *PutLineageSubgraphRequest_Options) GetReuseContextIfAlreadyExist() bool
func (*PutLineageSubgraphRequest_Options) ProtoMessage ¶
func (*PutLineageSubgraphRequest_Options) ProtoMessage()
func (*PutLineageSubgraphRequest_Options) ProtoReflect ¶
func (x *PutLineageSubgraphRequest_Options) ProtoReflect() protoreflect.Message
func (*PutLineageSubgraphRequest_Options) Reset ¶
func (x *PutLineageSubgraphRequest_Options) Reset()
func (*PutLineageSubgraphRequest_Options) String ¶
func (x *PutLineageSubgraphRequest_Options) String() string
type PutLineageSubgraphResponse ¶
type PutLineageSubgraphResponse struct { // A list of execution ids index-aligned with `executions` in the request ExecutionIds []int64 `protobuf:"varint,1,rep,packed,name=execution_ids,json=executionIds" json:"execution_ids,omitempty"` // A list of artifact ids index-aligned with `artifacts` in the request ArtifactIds []int64 `protobuf:"varint,2,rep,packed,name=artifact_ids,json=artifactIds" json:"artifact_ids,omitempty"` // A list of context ids index-aligned with `contexts` in the request ContextIds []int64 `protobuf:"varint,3,rep,packed,name=context_ids,json=contextIds" json:"context_ids,omitempty"` // contains filtered or unexported fields }
func (*PutLineageSubgraphResponse) Descriptor
deprecated
func (*PutLineageSubgraphResponse) Descriptor() ([]byte, []int)
Deprecated: Use PutLineageSubgraphResponse.ProtoReflect.Descriptor instead.
func (*PutLineageSubgraphResponse) GetArtifactIds ¶
func (x *PutLineageSubgraphResponse) GetArtifactIds() []int64
func (*PutLineageSubgraphResponse) GetContextIds ¶
func (x *PutLineageSubgraphResponse) GetContextIds() []int64
func (*PutLineageSubgraphResponse) GetExecutionIds ¶
func (x *PutLineageSubgraphResponse) GetExecutionIds() []int64
func (*PutLineageSubgraphResponse) ProtoMessage ¶
func (*PutLineageSubgraphResponse) ProtoMessage()
func (*PutLineageSubgraphResponse) ProtoReflect ¶
func (x *PutLineageSubgraphResponse) ProtoReflect() protoreflect.Message
func (*PutLineageSubgraphResponse) Reset ¶
func (x *PutLineageSubgraphResponse) Reset()
func (*PutLineageSubgraphResponse) String ¶
func (x *PutLineageSubgraphResponse) String() string
type PutParentContextsRequest ¶
type PutParentContextsRequest struct { ParentContexts []*ParentContext `protobuf:"bytes,1,rep,name=parent_contexts,json=parentContexts" json:"parent_contexts,omitempty"` // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,2,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
func (*PutParentContextsRequest) Descriptor
deprecated
func (*PutParentContextsRequest) Descriptor() ([]byte, []int)
Deprecated: Use PutParentContextsRequest.ProtoReflect.Descriptor instead.
func (*PutParentContextsRequest) GetParentContexts ¶
func (x *PutParentContextsRequest) GetParentContexts() []*ParentContext
func (*PutParentContextsRequest) GetTransactionOptions ¶
func (x *PutParentContextsRequest) GetTransactionOptions() *TransactionOptions
func (*PutParentContextsRequest) ProtoMessage ¶
func (*PutParentContextsRequest) ProtoMessage()
func (*PutParentContextsRequest) ProtoReflect ¶
func (x *PutParentContextsRequest) ProtoReflect() protoreflect.Message
func (*PutParentContextsRequest) Reset ¶
func (x *PutParentContextsRequest) Reset()
func (*PutParentContextsRequest) String ¶
func (x *PutParentContextsRequest) String() string
type PutParentContextsResponse ¶
type PutParentContextsResponse struct {
// contains filtered or unexported fields
}
func (*PutParentContextsResponse) Descriptor
deprecated
func (*PutParentContextsResponse) Descriptor() ([]byte, []int)
Deprecated: Use PutParentContextsResponse.ProtoReflect.Descriptor instead.
func (*PutParentContextsResponse) ProtoMessage ¶
func (*PutParentContextsResponse) ProtoMessage()
func (*PutParentContextsResponse) ProtoReflect ¶
func (x *PutParentContextsResponse) ProtoReflect() protoreflect.Message
func (*PutParentContextsResponse) Reset ¶
func (x *PutParentContextsResponse) Reset()
func (*PutParentContextsResponse) String ¶
func (x *PutParentContextsResponse) String() string
type PutTypesRequest ¶
type PutTypesRequest struct { ArtifactTypes []*ArtifactType `protobuf:"bytes,1,rep,name=artifact_types,json=artifactTypes" json:"artifact_types,omitempty"` ExecutionTypes []*ExecutionType `protobuf:"bytes,2,rep,name=execution_types,json=executionTypes" json:"execution_types,omitempty"` ContextTypes []*ContextType `protobuf:"bytes,3,rep,name=context_types,json=contextTypes" json:"context_types,omitempty"` // If true then allows adding properties to an existing stored type. // If false, then type update is not allowed and it raises AlreadyExists // error if the given type has any new property that is not defined in the // stored type. CanAddFields *bool `protobuf:"varint,4,opt,name=can_add_fields,json=canAddFields" json:"can_add_fields,omitempty"` // If true then allows omitting properties of an existing stored type. // If false, then no properties of the stored type can be omitted in the // given type, otherwise it raises AlreadyExists error. CanOmitFields *bool `protobuf:"varint,7,opt,name=can_omit_fields,json=canOmitFields" json:"can_omit_fields,omitempty"` // Deprecated fields. // // Deprecated: Marked as deprecated in ml_metadata/proto/metadata_store_service.proto. CanDeleteFields *bool `protobuf:"varint,5,opt,name=can_delete_fields,json=canDeleteFields" json:"can_delete_fields,omitempty"` // Deprecated: Marked as deprecated in ml_metadata/proto/metadata_store_service.proto. AllFieldsMatch *bool `protobuf:"varint,6,opt,name=all_fields_match,json=allFieldsMatch,def=1" json:"all_fields_match,omitempty"` // Options regarding transactions. TransactionOptions *TransactionOptions `protobuf:"bytes,8,opt,name=transaction_options,json=transactionOptions" json:"transaction_options,omitempty"` // contains filtered or unexported fields }
func (*PutTypesRequest) Descriptor
deprecated
func (*PutTypesRequest) Descriptor() ([]byte, []int)
Deprecated: Use PutTypesRequest.ProtoReflect.Descriptor instead.
func (*PutTypesRequest) GetAllFieldsMatch
deprecated
func (x *PutTypesRequest) GetAllFieldsMatch() bool
Deprecated: Marked as deprecated in ml_metadata/proto/metadata_store_service.proto.
func (*PutTypesRequest) GetArtifactTypes ¶
func (x *PutTypesRequest) GetArtifactTypes() []*ArtifactType
func (*PutTypesRequest) GetCanAddFields ¶
func (x *PutTypesRequest) GetCanAddFields() bool
func (*PutTypesRequest) GetCanDeleteFields
deprecated
func (x *PutTypesRequest) GetCanDeleteFields() bool
Deprecated: Marked as deprecated in ml_metadata/proto/metadata_store_service.proto.
func (*PutTypesRequest) GetCanOmitFields ¶
func (x *PutTypesRequest) GetCanOmitFields() bool
func (*PutTypesRequest) GetContextTypes ¶
func (x *PutTypesRequest) GetContextTypes() []*ContextType
func (*PutTypesRequest) GetExecutionTypes ¶
func (x *PutTypesRequest) GetExecutionTypes() []*ExecutionType
func (*PutTypesRequest) GetTransactionOptions ¶
func (x *PutTypesRequest) GetTransactionOptions() *TransactionOptions
func (*PutTypesRequest) ProtoMessage ¶
func (*PutTypesRequest) ProtoMessage()
func (*PutTypesRequest) ProtoReflect ¶
func (x *PutTypesRequest) ProtoReflect() protoreflect.Message
func (*PutTypesRequest) Reset ¶
func (x *PutTypesRequest) Reset()
func (*PutTypesRequest) String ¶
func (x *PutTypesRequest) String() string
type PutTypesResponse ¶
type PutTypesResponse struct { // The type ids of the artifact type. ArtifactTypeIds []int64 `protobuf:"varint,1,rep,name=artifact_type_ids,json=artifactTypeIds" json:"artifact_type_ids,omitempty"` // The type ids of the execution type. ExecutionTypeIds []int64 `protobuf:"varint,2,rep,name=execution_type_ids,json=executionTypeIds" json:"execution_type_ids,omitempty"` // The type ids of the context type. ContextTypeIds []int64 `protobuf:"varint,3,rep,name=context_type_ids,json=contextTypeIds" json:"context_type_ids,omitempty"` // contains filtered or unexported fields }
func (*PutTypesResponse) Descriptor
deprecated
func (*PutTypesResponse) Descriptor() ([]byte, []int)
Deprecated: Use PutTypesResponse.ProtoReflect.Descriptor instead.
func (*PutTypesResponse) GetArtifactTypeIds ¶
func (x *PutTypesResponse) GetArtifactTypeIds() []int64
func (*PutTypesResponse) GetContextTypeIds ¶
func (x *PutTypesResponse) GetContextTypeIds() []int64
func (*PutTypesResponse) GetExecutionTypeIds ¶
func (x *PutTypesResponse) GetExecutionTypeIds() []int64
func (*PutTypesResponse) ProtoMessage ¶
func (*PutTypesResponse) ProtoMessage()
func (*PutTypesResponse) ProtoReflect ¶
func (x *PutTypesResponse) ProtoReflect() protoreflect.Message
func (*PutTypesResponse) Reset ¶
func (x *PutTypesResponse) Reset()
func (*PutTypesResponse) String ¶
func (x *PutTypesResponse) String() string
type RetryOptions ¶
type RetryOptions struct { // The max number of retries when transaction returns Aborted error. MaxNumRetries *int64 `protobuf:"varint,1,opt,name=max_num_retries,json=maxNumRetries" json:"max_num_retries,omitempty"` // contains filtered or unexported fields }
func (*RetryOptions) Descriptor
deprecated
func (*RetryOptions) Descriptor() ([]byte, []int)
Deprecated: Use RetryOptions.ProtoReflect.Descriptor instead.
func (*RetryOptions) GetMaxNumRetries ¶
func (x *RetryOptions) GetMaxNumRetries() int64
func (*RetryOptions) ProtoMessage ¶
func (*RetryOptions) ProtoMessage()
func (*RetryOptions) ProtoReflect ¶
func (x *RetryOptions) ProtoReflect() protoreflect.Message
func (*RetryOptions) Reset ¶
func (x *RetryOptions) Reset()
func (*RetryOptions) String ¶
func (x *RetryOptions) String() string
type SqliteMetadataSourceConfig ¶
type SqliteMetadataSourceConfig struct { // A uri specifying Sqlite3 database filename, for example: // // file:some_sqlite3_file_in_local_dir.db // file:///home/username/some_sqlite3_file.db // // see https://www.sqlite.org/c3ref/open.html for model details // // If not given, a in-memory sqlite3 database is used, and destroyed when // disconnecting the metadata source. FilenameUri *string `protobuf:"bytes,1,opt,name=filename_uri,json=filenameUri" json:"filename_uri,omitempty"` // A flag specifying the connection mode. If not given, default connection // mode is set to READWRITE_OPENCREATE. ConnectionMode *SqliteMetadataSourceConfig_ConnectionMode `` /* 156-byte string literal not displayed */ // contains filtered or unexported fields }
A config contains the parameters when using with SqliteMetadatSource.
func (*SqliteMetadataSourceConfig) Descriptor
deprecated
func (*SqliteMetadataSourceConfig) Descriptor() ([]byte, []int)
Deprecated: Use SqliteMetadataSourceConfig.ProtoReflect.Descriptor instead.
func (*SqliteMetadataSourceConfig) GetConnectionMode ¶
func (x *SqliteMetadataSourceConfig) GetConnectionMode() SqliteMetadataSourceConfig_ConnectionMode
func (*SqliteMetadataSourceConfig) GetFilenameUri ¶
func (x *SqliteMetadataSourceConfig) GetFilenameUri() string
func (*SqliteMetadataSourceConfig) ProtoMessage ¶
func (*SqliteMetadataSourceConfig) ProtoMessage()
func (*SqliteMetadataSourceConfig) ProtoReflect ¶
func (x *SqliteMetadataSourceConfig) ProtoReflect() protoreflect.Message
func (*SqliteMetadataSourceConfig) Reset ¶
func (x *SqliteMetadataSourceConfig) Reset()
func (*SqliteMetadataSourceConfig) String ¶
func (x *SqliteMetadataSourceConfig) String() string
type SqliteMetadataSourceConfig_ConnectionMode ¶
type SqliteMetadataSourceConfig_ConnectionMode int32
Connection parameters for SQLite3 based metadata source.
const ( SqliteMetadataSourceConfig_UNKNOWN SqliteMetadataSourceConfig_ConnectionMode = 0 // Connect a metadata source in read-only mode. Connection fail if the // sqlite3 database at the `filename` does not exist. Any queries modifying // the database fail. SqliteMetadataSourceConfig_READONLY SqliteMetadataSourceConfig_ConnectionMode = 1 // Connect a metadata source in read/write mode. Connection fail if the // sqlite3 database at the `filename` does not exist. SqliteMetadataSourceConfig_READWRITE SqliteMetadataSourceConfig_ConnectionMode = 2 // Similar to READWRITE. In addition, it creates the database if it does not // exist. SqliteMetadataSourceConfig_READWRITE_OPENCREATE SqliteMetadataSourceConfig_ConnectionMode = 3 )
func (SqliteMetadataSourceConfig_ConnectionMode) Descriptor ¶
func (SqliteMetadataSourceConfig_ConnectionMode) Descriptor() protoreflect.EnumDescriptor
func (SqliteMetadataSourceConfig_ConnectionMode) EnumDescriptor
deprecated
func (SqliteMetadataSourceConfig_ConnectionMode) EnumDescriptor() ([]byte, []int)
Deprecated: Use SqliteMetadataSourceConfig_ConnectionMode.Descriptor instead.
func (SqliteMetadataSourceConfig_ConnectionMode) Number ¶
func (x SqliteMetadataSourceConfig_ConnectionMode) Number() protoreflect.EnumNumber
func (SqliteMetadataSourceConfig_ConnectionMode) String ¶
func (x SqliteMetadataSourceConfig_ConnectionMode) String() string
func (SqliteMetadataSourceConfig_ConnectionMode) Type ¶
func (SqliteMetadataSourceConfig_ConnectionMode) Type() protoreflect.EnumType
func (*SqliteMetadataSourceConfig_ConnectionMode) UnmarshalJSON
deprecated
func (x *SqliteMetadataSourceConfig_ConnectionMode) UnmarshalJSON(b []byte) error
Deprecated: Do not use.
type SystemTypeExtension ¶
type SystemTypeExtension struct { // The name of a system defined type. TypeName *string `protobuf:"bytes,1,opt,name=type_name,json=typeName" json:"type_name,omitempty"` // contains filtered or unexported fields }
func (*SystemTypeExtension) Descriptor
deprecated
func (*SystemTypeExtension) Descriptor() ([]byte, []int)
Deprecated: Use SystemTypeExtension.ProtoReflect.Descriptor instead.
func (*SystemTypeExtension) GetTypeName ¶
func (x *SystemTypeExtension) GetTypeName() string
func (*SystemTypeExtension) ProtoMessage ¶
func (*SystemTypeExtension) ProtoMessage()
func (*SystemTypeExtension) ProtoReflect ¶
func (x *SystemTypeExtension) ProtoReflect() protoreflect.Message
func (*SystemTypeExtension) Reset ¶
func (x *SystemTypeExtension) Reset()
func (*SystemTypeExtension) String ¶
func (x *SystemTypeExtension) String() string
type TransactionOptions ¶
type TransactionOptions struct { // Transaction tag for debug use only. Tag *string `protobuf:"bytes,1,opt,name=tag" json:"tag,omitempty"` // contains filtered or unexported fields }
Options for transactions. Note: This is under development. Clients should not use it.
func (*TransactionOptions) Descriptor
deprecated
func (*TransactionOptions) Descriptor() ([]byte, []int)
Deprecated: Use TransactionOptions.ProtoReflect.Descriptor instead.
func (*TransactionOptions) GetTag ¶
func (x *TransactionOptions) GetTag() string
func (*TransactionOptions) ProtoMessage ¶
func (*TransactionOptions) ProtoMessage()
func (*TransactionOptions) ProtoReflect ¶
func (x *TransactionOptions) ProtoReflect() protoreflect.Message
func (*TransactionOptions) Reset ¶
func (x *TransactionOptions) Reset()
func (*TransactionOptions) String ¶
func (x *TransactionOptions) String() string
type TupleArtifactStructType ¶
type TupleArtifactStructType struct { Elements []*ArtifactStructType `protobuf:"bytes,1,rep,name=elements" json:"elements,omitempty"` // contains filtered or unexported fields }
An ordered list of heterogeneous artifact structs. The length of the list is fixed. Each position in the list can have a different type.
func (*TupleArtifactStructType) Descriptor
deprecated
func (*TupleArtifactStructType) Descriptor() ([]byte, []int)
Deprecated: Use TupleArtifactStructType.ProtoReflect.Descriptor instead.
func (*TupleArtifactStructType) GetElements ¶
func (x *TupleArtifactStructType) GetElements() []*ArtifactStructType
func (*TupleArtifactStructType) ProtoMessage ¶
func (*TupleArtifactStructType) ProtoMessage()
func (*TupleArtifactStructType) ProtoReflect ¶
func (x *TupleArtifactStructType) ProtoReflect() protoreflect.Message
func (*TupleArtifactStructType) Reset ¶
func (x *TupleArtifactStructType) Reset()
func (*TupleArtifactStructType) String ¶
func (x *TupleArtifactStructType) String() string
type UnimplementedMetadataStoreServiceServer ¶
type UnimplementedMetadataStoreServiceServer struct { }
UnimplementedMetadataStoreServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedMetadataStoreServiceServer) GetArtifactByTypeAndName ¶
func (UnimplementedMetadataStoreServiceServer) GetArtifactByTypeAndName(context.Context, *GetArtifactByTypeAndNameRequest) (*GetArtifactByTypeAndNameResponse, error)
func (UnimplementedMetadataStoreServiceServer) GetArtifactType ¶
func (UnimplementedMetadataStoreServiceServer) GetArtifactType(context.Context, *GetArtifactTypeRequest) (*GetArtifactTypeResponse, error)
func (UnimplementedMetadataStoreServiceServer) GetArtifactTypes ¶
func (UnimplementedMetadataStoreServiceServer) GetArtifactTypes(context.Context, *GetArtifactTypesRequest) (*GetArtifactTypesResponse, error)
func (UnimplementedMetadataStoreServiceServer) GetArtifactTypesByExternalIds ¶
func (UnimplementedMetadataStoreServiceServer) GetArtifactTypesByExternalIds(context.Context, *GetArtifactTypesByExternalIdsRequest) (*GetArtifactTypesByExternalIdsResponse, error)
func (UnimplementedMetadataStoreServiceServer) GetArtifactTypesByID ¶
func (UnimplementedMetadataStoreServiceServer) GetArtifactTypesByID(context.Context, *GetArtifactTypesByIDRequest) (*GetArtifactTypesByIDResponse, error)
func (UnimplementedMetadataStoreServiceServer) GetArtifacts ¶
func (UnimplementedMetadataStoreServiceServer) GetArtifacts(context.Context, *GetArtifactsRequest) (*GetArtifactsResponse, error)
func (UnimplementedMetadataStoreServiceServer) GetArtifactsByContext ¶
func (UnimplementedMetadataStoreServiceServer) GetArtifactsByContext(context.Context, *GetArtifactsByContextRequest) (*GetArtifactsByContextResponse, error)
func (UnimplementedMetadataStoreServiceServer) GetArtifactsByExternalIds ¶
func (UnimplementedMetadataStoreServiceServer) GetArtifactsByExternalIds(context.Context, *GetArtifactsByExternalIdsRequest) (*GetArtifactsByExternalIdsResponse, error)
func (UnimplementedMetadataStoreServiceServer) GetArtifactsByID ¶
func (UnimplementedMetadataStoreServiceServer) GetArtifactsByID(context.Context, *GetArtifactsByIDRequest) (*GetArtifactsByIDResponse, error)
func (UnimplementedMetadataStoreServiceServer) GetArtifactsByType ¶
func (UnimplementedMetadataStoreServiceServer) GetArtifactsByType(context.Context, *GetArtifactsByTypeRequest) (*GetArtifactsByTypeResponse, error)
func (UnimplementedMetadataStoreServiceServer) GetArtifactsByURI ¶
func (UnimplementedMetadataStoreServiceServer) GetArtifactsByURI(context.Context, *GetArtifactsByURIRequest) (*GetArtifactsByURIResponse, error)
func (UnimplementedMetadataStoreServiceServer) GetChildrenContextsByContext ¶
func (UnimplementedMetadataStoreServiceServer) GetChildrenContextsByContext(context.Context, *GetChildrenContextsByContextRequest) (*GetChildrenContextsByContextResponse, error)
func (UnimplementedMetadataStoreServiceServer) GetChildrenContextsByContexts ¶
func (UnimplementedMetadataStoreServiceServer) GetChildrenContextsByContexts(context.Context, *GetChildrenContextsByContextsRequest) (*GetChildrenContextsByContextsResponse, error)
func (UnimplementedMetadataStoreServiceServer) GetContextByTypeAndName ¶
func (UnimplementedMetadataStoreServiceServer) GetContextByTypeAndName(context.Context, *GetContextByTypeAndNameRequest) (*GetContextByTypeAndNameResponse, error)
func (UnimplementedMetadataStoreServiceServer) GetContextType ¶
func (UnimplementedMetadataStoreServiceServer) GetContextType(context.Context, *GetContextTypeRequest) (*GetContextTypeResponse, error)
func (UnimplementedMetadataStoreServiceServer) GetContextTypes ¶
func (UnimplementedMetadataStoreServiceServer) GetContextTypes(context.Context, *GetContextTypesRequest) (*GetContextTypesResponse, error)
func (UnimplementedMetadataStoreServiceServer) GetContextTypesByExternalIds ¶
func (UnimplementedMetadataStoreServiceServer) GetContextTypesByExternalIds(context.Context, *GetContextTypesByExternalIdsRequest) (*GetContextTypesByExternalIdsResponse, error)
func (UnimplementedMetadataStoreServiceServer) GetContextTypesByID ¶
func (UnimplementedMetadataStoreServiceServer) GetContextTypesByID(context.Context, *GetContextTypesByIDRequest) (*GetContextTypesByIDResponse, error)
func (UnimplementedMetadataStoreServiceServer) GetContexts ¶
func (UnimplementedMetadataStoreServiceServer) GetContexts(context.Context, *GetContextsRequest) (*GetContextsResponse, error)
func (UnimplementedMetadataStoreServiceServer) GetContextsByArtifact ¶
func (UnimplementedMetadataStoreServiceServer) GetContextsByArtifact(context.Context, *GetContextsByArtifactRequest) (*GetContextsByArtifactResponse, error)
func (UnimplementedMetadataStoreServiceServer) GetContextsByExecution ¶
func (UnimplementedMetadataStoreServiceServer) GetContextsByExecution(context.Context, *GetContextsByExecutionRequest) (*GetContextsByExecutionResponse, error)
func (UnimplementedMetadataStoreServiceServer) GetContextsByExternalIds ¶
func (UnimplementedMetadataStoreServiceServer) GetContextsByExternalIds(context.Context, *GetContextsByExternalIdsRequest) (*GetContextsByExternalIdsResponse, error)
func (UnimplementedMetadataStoreServiceServer) GetContextsByID ¶
func (UnimplementedMetadataStoreServiceServer) GetContextsByID(context.Context, *GetContextsByIDRequest) (*GetContextsByIDResponse, error)
func (UnimplementedMetadataStoreServiceServer) GetContextsByType ¶
func (UnimplementedMetadataStoreServiceServer) GetContextsByType(context.Context, *GetContextsByTypeRequest) (*GetContextsByTypeResponse, error)
func (UnimplementedMetadataStoreServiceServer) GetEventsByArtifactIDs ¶
func (UnimplementedMetadataStoreServiceServer) GetEventsByArtifactIDs(context.Context, *GetEventsByArtifactIDsRequest) (*GetEventsByArtifactIDsResponse, error)
func (UnimplementedMetadataStoreServiceServer) GetEventsByExecutionIDs ¶
func (UnimplementedMetadataStoreServiceServer) GetEventsByExecutionIDs(context.Context, *GetEventsByExecutionIDsRequest) (*GetEventsByExecutionIDsResponse, error)
func (UnimplementedMetadataStoreServiceServer) GetExecutionByTypeAndName ¶
func (UnimplementedMetadataStoreServiceServer) GetExecutionByTypeAndName(context.Context, *GetExecutionByTypeAndNameRequest) (*GetExecutionByTypeAndNameResponse, error)
func (UnimplementedMetadataStoreServiceServer) GetExecutionType ¶
func (UnimplementedMetadataStoreServiceServer) GetExecutionType(context.Context, *GetExecutionTypeRequest) (*GetExecutionTypeResponse, error)
func (UnimplementedMetadataStoreServiceServer) GetExecutionTypes ¶
func (UnimplementedMetadataStoreServiceServer) GetExecutionTypes(context.Context, *GetExecutionTypesRequest) (*GetExecutionTypesResponse, error)
func (UnimplementedMetadataStoreServiceServer) GetExecutionTypesByExternalIds ¶
func (UnimplementedMetadataStoreServiceServer) GetExecutionTypesByExternalIds(context.Context, *GetExecutionTypesByExternalIdsRequest) (*GetExecutionTypesByExternalIdsResponse, error)
func (UnimplementedMetadataStoreServiceServer) GetExecutionTypesByID ¶
func (UnimplementedMetadataStoreServiceServer) GetExecutionTypesByID(context.Context, *GetExecutionTypesByIDRequest) (*GetExecutionTypesByIDResponse, error)
func (UnimplementedMetadataStoreServiceServer) GetExecutions ¶
func (UnimplementedMetadataStoreServiceServer) GetExecutions(context.Context, *GetExecutionsRequest) (*GetExecutionsResponse, error)
func (UnimplementedMetadataStoreServiceServer) GetExecutionsByContext ¶
func (UnimplementedMetadataStoreServiceServer) GetExecutionsByContext(context.Context, *GetExecutionsByContextRequest) (*GetExecutionsByContextResponse, error)
func (UnimplementedMetadataStoreServiceServer) GetExecutionsByExternalIds ¶
func (UnimplementedMetadataStoreServiceServer) GetExecutionsByExternalIds(context.Context, *GetExecutionsByExternalIdsRequest) (*GetExecutionsByExternalIdsResponse, error)
func (UnimplementedMetadataStoreServiceServer) GetExecutionsByID ¶
func (UnimplementedMetadataStoreServiceServer) GetExecutionsByID(context.Context, *GetExecutionsByIDRequest) (*GetExecutionsByIDResponse, error)
func (UnimplementedMetadataStoreServiceServer) GetExecutionsByType ¶
func (UnimplementedMetadataStoreServiceServer) GetExecutionsByType(context.Context, *GetExecutionsByTypeRequest) (*GetExecutionsByTypeResponse, error)
func (UnimplementedMetadataStoreServiceServer) GetLineageGraph ¶
func (UnimplementedMetadataStoreServiceServer) GetLineageGraph(context.Context, *GetLineageGraphRequest) (*GetLineageGraphResponse, error)
func (UnimplementedMetadataStoreServiceServer) GetLineageSubgraph ¶
func (UnimplementedMetadataStoreServiceServer) GetLineageSubgraph(context.Context, *GetLineageSubgraphRequest) (*GetLineageSubgraphResponse, error)
func (UnimplementedMetadataStoreServiceServer) GetParentContextsByContext ¶
func (UnimplementedMetadataStoreServiceServer) GetParentContextsByContext(context.Context, *GetParentContextsByContextRequest) (*GetParentContextsByContextResponse, error)
func (UnimplementedMetadataStoreServiceServer) GetParentContextsByContexts ¶
func (UnimplementedMetadataStoreServiceServer) GetParentContextsByContexts(context.Context, *GetParentContextsByContextsRequest) (*GetParentContextsByContextsResponse, error)
func (UnimplementedMetadataStoreServiceServer) PutArtifactType ¶
func (UnimplementedMetadataStoreServiceServer) PutArtifactType(context.Context, *PutArtifactTypeRequest) (*PutArtifactTypeResponse, error)
func (UnimplementedMetadataStoreServiceServer) PutArtifacts ¶
func (UnimplementedMetadataStoreServiceServer) PutArtifacts(context.Context, *PutArtifactsRequest) (*PutArtifactsResponse, error)
func (UnimplementedMetadataStoreServiceServer) PutAttributionsAndAssociations ¶
func (UnimplementedMetadataStoreServiceServer) PutAttributionsAndAssociations(context.Context, *PutAttributionsAndAssociationsRequest) (*PutAttributionsAndAssociationsResponse, error)
func (UnimplementedMetadataStoreServiceServer) PutContextType ¶
func (UnimplementedMetadataStoreServiceServer) PutContextType(context.Context, *PutContextTypeRequest) (*PutContextTypeResponse, error)
func (UnimplementedMetadataStoreServiceServer) PutContexts ¶
func (UnimplementedMetadataStoreServiceServer) PutContexts(context.Context, *PutContextsRequest) (*PutContextsResponse, error)
func (UnimplementedMetadataStoreServiceServer) PutEvents ¶
func (UnimplementedMetadataStoreServiceServer) PutEvents(context.Context, *PutEventsRequest) (*PutEventsResponse, error)
func (UnimplementedMetadataStoreServiceServer) PutExecution ¶
func (UnimplementedMetadataStoreServiceServer) PutExecution(context.Context, *PutExecutionRequest) (*PutExecutionResponse, error)
func (UnimplementedMetadataStoreServiceServer) PutExecutionType ¶
func (UnimplementedMetadataStoreServiceServer) PutExecutionType(context.Context, *PutExecutionTypeRequest) (*PutExecutionTypeResponse, error)
func (UnimplementedMetadataStoreServiceServer) PutExecutions ¶
func (UnimplementedMetadataStoreServiceServer) PutExecutions(context.Context, *PutExecutionsRequest) (*PutExecutionsResponse, error)
func (UnimplementedMetadataStoreServiceServer) PutLineageSubgraph ¶
func (UnimplementedMetadataStoreServiceServer) PutLineageSubgraph(context.Context, *PutLineageSubgraphRequest) (*PutLineageSubgraphResponse, error)
func (UnimplementedMetadataStoreServiceServer) PutParentContexts ¶
func (UnimplementedMetadataStoreServiceServer) PutParentContexts(context.Context, *PutParentContextsRequest) (*PutParentContextsResponse, error)
func (UnimplementedMetadataStoreServiceServer) PutTypes ¶
func (UnimplementedMetadataStoreServiceServer) PutTypes(context.Context, *PutTypesRequest) (*PutTypesResponse, error)
type UnionArtifactStructType ¶
type UnionArtifactStructType struct { // An artifact struct matches this type if it matches any of the candidates. // If candidates is empty, this is a bottom type (matches no artifacts). Candidates []*ArtifactStructType `protobuf:"bytes,1,rep,name=candidates" json:"candidates,omitempty"` // contains filtered or unexported fields }
Represents a union of types.
func (*UnionArtifactStructType) Descriptor
deprecated
func (*UnionArtifactStructType) Descriptor() ([]byte, []int)
Deprecated: Use UnionArtifactStructType.ProtoReflect.Descriptor instead.
func (*UnionArtifactStructType) GetCandidates ¶
func (x *UnionArtifactStructType) GetCandidates() []*ArtifactStructType
func (*UnionArtifactStructType) ProtoMessage ¶
func (*UnionArtifactStructType) ProtoMessage()
func (*UnionArtifactStructType) ProtoReflect ¶
func (x *UnionArtifactStructType) ProtoReflect() protoreflect.Message
func (*UnionArtifactStructType) Reset ¶
func (x *UnionArtifactStructType) Reset()
func (*UnionArtifactStructType) String ¶
func (x *UnionArtifactStructType) String() string
type UnsafeMetadataStoreServiceServer ¶
type UnsafeMetadataStoreServiceServer interface {
// contains filtered or unexported methods
}
UnsafeMetadataStoreServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to MetadataStoreServiceServer will result in compilation errors.
type Value ¶
type Value struct { // Types that are assignable to Value: // // *Value_IntValue // *Value_DoubleValue // *Value_StringValue // *Value_StructValue // *Value_ProtoValue // *Value_BoolValue Value isValue_Value `protobuf_oneof:"value"` // contains filtered or unexported fields }
A value in properties.
func (*Value) Descriptor
deprecated
func (*Value) GetBoolValue ¶
func (*Value) GetDoubleValue ¶
func (*Value) GetIntValue ¶
func (*Value) GetProtoValue ¶
func (*Value) GetStringValue ¶
func (*Value) GetStructValue ¶
func (*Value) ProtoMessage ¶
func (*Value) ProtoMessage()
func (*Value) ProtoReflect ¶
func (x *Value) ProtoReflect() protoreflect.Message
type Value_BoolValue ¶
type Value_BoolValue struct {
BoolValue bool `protobuf:"varint,6,opt,name=bool_value,json=boolValue,oneof"`
}
type Value_DoubleValue ¶
type Value_DoubleValue struct {
DoubleValue float64 `protobuf:"fixed64,2,opt,name=double_value,json=doubleValue,oneof"`
}
type Value_IntValue ¶
type Value_IntValue struct {
IntValue int64 `protobuf:"varint,1,opt,name=int_value,json=intValue,oneof"`
}
type Value_ProtoValue ¶
type Value_StringValue ¶
type Value_StringValue struct {
StringValue string `protobuf:"bytes,3,opt,name=string_value,json=stringValue,oneof"`
}