Documentation ¶
Index ¶
- Variables
- type ExtendedProperties
- func (*ExtendedProperties) Descriptor() ([]byte, []int)deprecated
- func (x *ExtendedProperties) GetExtendedProperties() map[string]*structpb.Struct
- func (*ExtendedProperties) ProtoMessage()
- func (x *ExtendedProperties) ProtoReflect() protoreflect.Message
- func (x *ExtendedProperties) Reset()
- func (x *ExtendedProperties) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_go_chromium_org_luci_resultdb_internal_invocations_invocationspb_invocations_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ExtendedProperties ¶
type ExtendedProperties struct { ExtendedProperties map[string]*structpb.Struct `` /* 203-byte string literal not displayed */ // contains filtered or unexported fields }
Define a separate message for luci.resultdb.v1.Invocation.extend_properties so that it can be serialized as as a single value to a spanner column in the existing Invocation table, rather than an interleaved table which requires multiple spanner CRUD actions.
func (*ExtendedProperties) Descriptor
deprecated
func (*ExtendedProperties) Descriptor() ([]byte, []int)
Deprecated: Use ExtendedProperties.ProtoReflect.Descriptor instead.
func (*ExtendedProperties) GetExtendedProperties ¶
func (x *ExtendedProperties) GetExtendedProperties() map[string]*structpb.Struct
func (*ExtendedProperties) ProtoMessage ¶
func (*ExtendedProperties) ProtoMessage()
func (*ExtendedProperties) ProtoReflect ¶
func (x *ExtendedProperties) ProtoReflect() protoreflect.Message
func (*ExtendedProperties) Reset ¶
func (x *ExtendedProperties) Reset()
func (*ExtendedProperties) String ¶
func (x *ExtendedProperties) String() string
Click to show internal directories.
Click to hide internal directories.